@charset "UTF-8";
/*
WP-Bootstrap - Main Styles
*/
.device-background {
  background: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/mountains.png"), linear-gradient(10deg, #0A120D, #162C4C), no-repeat #162C4C scroll;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20em;
  width: 100%; }
  .device-background .device-text {
    padding: 2em; }
    @media (min-width: 1024px) {
      .device-background .device-text {
        float: left;
        max-width: 50%;
        padding: 4em; } }
    .device-background .device-text h4 {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      color: white;
      font-size: 1.5em;
      margin: 0 0 0.5em 0;
      padding-bottom: 0.5em; }
    .device-background .device-text p {
      color: white;
      line-height: 1.5em;
      margin-bottom: 1.5em; }
  .device-background .device {
    display: none;
    position: relative; }
    @media (min-width: 1024px) {
      .device-background .device {
        background: #1a1a1a;
        border-radius: 2em;
        box-shadow: 1px 0 #343333, 4px 0 #060606, 7px 0 #010000, 10px 0 #010000, 13px 0 #010000;
        display: block;
        float: right;
        margin-bottom: -12em;
        margin-right: 5em;
        padding: 5em 0;
        transform: perspective(800px) translateX(0) translateY(-100px) translateZ(50px) rotateX(0) rotateY(-20deg) rotateZ(0);
        width: 14.8em;
        z-index: 99999; }
        .device-background .device .screen {
          background-image: url("https://raw.githubusercontent.com/thoughtbot/refills/master/source/images/cosmin_capitanu_screen.jpg");
          background-size: cover;
          border-radius: 0.2em;
          box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.5);
          margin: auto; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.card {
  background-color: #f6f5f5;
  border: 1px solid gainsboro;
  border-radius: 3px;
  box-shadow: 0 2px 4px #e6e5e5;
  cursor: pointer;
  flex-basis: 15em;
  flex-grow: 1;
  margin: 0 1em 1.5em 1em;
  position: relative;
  transition: all 0.2s ease-in-out; }
  .card .card-image {
    background-color: #F8F2B4;
    height: 150px;
    max-height: 150px;
    overflow: hidden; }
    .card .card-image img {
      border-top-radius: 3px;
      opacity: 1;
      transition: all 0.2s ease-in-out;
      width: 100%; }
  .card .card-header {
    background-color: #f6f5f5;
    border-bottom: 1px solid gainsboro;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.5em 0.75em;
    transition: all 0.2s ease-in-out; }
  .card .card-copy {
    font-size: 0.9em;
    line-height: 1.5em;
    padding: 0.75em 0.75em; }
    .card .card-copy p {
      margin: 0 0 0.75em; }
  .card:focus, .card:hover {
    cursor: pointer; }
    .card:focus img, .card:hover img {
      opacity: 0.7; }
  .card:active {
    background-color: #f6f5f5; }
    .card:active .card-header {
      background-color: #f6f5f5; }

.vertical-align-wrap {
  width: 100%;
  height: 100%;
  display: table; }

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

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom; }

.force-full-width-wrapper {
  position: relative; }

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1; }

p a {
  border-bottom: 0.08em solid rgba(0, 0, 0, 0.1);
  padding-bottom: .08em; }

p a:focus, p a:hover {
  border-bottom: 0.08em solid #5AC5CC;
  text-decoration: none; }

.btn.btn-inverse {
  background-color: #333;
  border-color: #333;
  color: #ffffff; }
  .btn.btn-inverse.btn:hover, .btn.btn-inverse.btn:focus, .btn.btn-inverse.btn:active {
    background-color: #575757;
    color: #ffffff; }

.btn.btn-shape-square {
  border-radius: 0; }

.btn.btn-style-outline {
  background-color: transparent; }

.btn-style-outline.btn-primary, .btn-primary-inv {
  color: #5AC5CC; }

.btn-style-outline.btn-default, .btn-default-inv {
  color: #fff; }

.btn-style-outline.btn-success, .btn-success-inv {
  color: #5cb85c; }

.btn-style-outline.btn-info, .btn-info-inv {
  color: #5bc0de; }

.btn-style-outline.btn-warning, .btn-warning-inv {
  color: #f0ad4e; }

.btn-style-outline.btn-danger, .btn-danger-inv {
  color: #d9534f; }

/*

WP-Bootstrap

*/
/* wp-specific classes */
/*

WP-Bootstrap

*/
/* wp-specific classes */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../../cullman-proto/bower_components/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -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 {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #5AC5CC;
  text-decoration: none; }
  a:hover, a:focus {
    color: #339fa6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.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, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  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: 12px;
  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; }

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

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

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

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

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

p {
  margin: 0 0 12px; }

.lead {
  margin-bottom: 24px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 900px) {
    .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: #5AC5CC; }

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

.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: #5AC5CC; }

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

.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: 900px) {
  .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: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 900px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .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: 15px;
  padding-right: 15px; }

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

.col-xs-1 {
  width: 8.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: 900px) {
  .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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.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-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: 899px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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: 38px; }
  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: 15px; }

.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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 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: 47.5px; }

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

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

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

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

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

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

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

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

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

.btn {
  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;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #5AC5CC;
  border-color: #47bec6; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #39b2ba;
    border-color: #21676c; }
  .btn-primary:hover {
    color: #fff;
    background-color: #39b2ba;
    border-color: #31989e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #39b2ba;
    border-color: #31989e; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #31989e;
      border-color: #21676c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #5AC5CC;
    border-color: #47bec6; }
  .btn-primary .badge {
    color: #5AC5CC;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #5AC5CC;
  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: #339fa6;
    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: #5AC5CC; }

.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: 900px) {
  .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 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: #5AC5CC; }
  .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 #ddd; }
  .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 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #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: #5AC5CC; }

.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: 900px) {
    .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: 900px) {
    .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: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 900px) {
    .navbar {
      border-radius: 4px; } }

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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: 900px) {
    .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: -15px;
  margin-left: -15px; }
  @media (min-width: 900px) {
    .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: 900px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 900px) {
    .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: 13px 15px;
  font-size: 22px;
  line-height: 24px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 900px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 900px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  @media (max-width: 899px) {
    .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: 900px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 6px;
  margin-bottom: 6px; }
  @media (min-width: 900px) {
    .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: 899px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 900px) {
    .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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8px;
    margin-bottom: 8px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px; }
  @media (min-width: 900px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .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: #555;
    background-color: #e7e7e7; }
  .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: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 899px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .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: #555;
      background-color: #e7e7e7; }
    .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: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .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: 899px) {
    .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: 6px 12px;
      line-height: 1.428571429;
      text-decoration: none;
      color: #5AC5CC;
      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: #339fa6;
    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: #5AC5CC;
    border-color: #5AC5CC;
    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; }

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

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

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

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

.label-primary {
  background-color: #5AC5CC; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #39b2ba; }

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #5AC5CC;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

.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: 899px) {
  .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: 899px) {
  .visible-xs-block {
    display: block !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../../cullman-proto/bower_components/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../../cullman-proto/bower_components/slick-carousel/slick/fonts/slick.eot");
  src: url("../../../../cullman-proto/bower_components/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../../cullman-proto/bower_components/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../../../cullman-proto/bower_components/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../../../cullman-proto/bower_components/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* 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: -25px;
  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; }

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

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

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

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

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

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

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

.fa-pencil-square:before {
  content: ""; }

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

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

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

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

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

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

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

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

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

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

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

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

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

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

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

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

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

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

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

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

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

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

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

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

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

.fa-stop-circle:before {
  content: ""; }

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

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

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

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

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

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

/*

WP-Bootstrap - Layout

*/
/* layout */
.navbar .brand {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  font-weight: bold !important; }

.nav-container {
  padding-left: 0;
  padding-right: 0; }

#inner-header {
  width: 100%; }

input, textarea, select, .uneditable-input {
  margin-bottom: 0; }

.navbar-search {
  padding-left: 0; }

#content {
  padding: 10px 0 0; }

.more-link {
  white-space: nowrap; }

.footer-links {
  float: right;
  margin-bottom: 18px; }

.footer-links .menu {
  list-style-type: none;
  margin-left: 0; }

.footer-links .menu li {
  float: left;
  margin-left: 10px; }

/*

WP-Bootstrap - Post Styles

*/
#main p.meta {
  font-style: italic;
  color: #808080; }

#main article {
  margin-bottom: 18px;
  padding: 0 0 9px; }

#main article footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  min-height: 20px; }

p.tags {
  line-height: 20px;
  font-size: 12px; }

p.tags a {
  border-bottom: none;
  color: #5AC5CC; }

p.tags a:hover, p.tags a:focus {
  border-bottom: none;
  color: #339fa6;
  text-decoration: underline; }

div[id*='attachment_'] {
  max-width: 100%;
  height: 100%; }

#main .hero-unit img {
  margin-bottom: 1em; }

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

.aligncenter, div.aligncenter {
  margin: 5px auto 5px auto;
  display: block; }

.alignleft, div.alignleft {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 10px;
  float: left; }

.alignright, div.alignright {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  float: right; }

.alignnone, div.alignnone {
  margin-top: 5px;
  margin-bottom: 5px; }

.wp-caption-text {
  font-style: italic;
  color: #777; }

.archive #main .post h3 {
  line-height: 30px;
  margin-bottom: 10px; }

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

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

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

.video-wrapper {
  width: 630px;
  max-width: 100%;
  margin-bottom: 18px; }

/*

WP-Bootstrap - Pages

*/
#featured-carousel .item {
  width: 970px;
  height: 600px; }

.carousel-caption p {
  display: none; }

.page-template-page-homepage-php #main article {
  border-bottom: none; }

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit {
  padding: 1em; }

.hero-unit h1 {
  font-size: 3em; }

/*

WP-Bootstrap - Comments
test
*/
#comments {
  line-height: 24px;
  margin-bottom: 18px; }

ol.commentlist,
ol.commentlist ul.children {
  list-style-type: none;
  padding-left: 0; }

.comment .vcard > div {
  margin-top: 8px;
  padding: 0 10px; }

ol.commentlist time {
  font-size: .8em;
  color: #eeeeee; }

ol.commentlist div.comment-author {
  position: relative; }

ol.commentlist a.comment-edit-link {
  color: #ffffff;
  text-decoration: none;
  padding-left: 5px; }

ol.commentlist span.edit-comment {
  position: absolute;
  right: 0;
  top: 8px; }

ol.commentlist li.bypostauthor {
  background-color: #dddddd; }

ol.commentlist ul.children li {
  background-color: #cccccc; }

ol.commentlist ul.children li ul.children li {
  background-color: #bbbbbb; }

ol.commentlist ul.children li ul.children li ul.children li {
  background-color: #aaaaaa; }

ol.commentlist article {
  border-bottom: none !important; }

a.comment-reply-link {
  position: absolute;
  right: 0;
  bottom: 0; }

#cancel-comment-reply-link {
  margin-left: 1em; }

#comment-nav ul {
  list-style-type: none;
  margin: 0; }

#comment-form-elements {
  list-style-type: none;
  margin: 0; }

.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  height: auto; }

.form-allowed-tags code {
  white-space: normal; }

.comment .vcard .avatar {
  padding-right: 0; }

.comment .vcard .comment-text {
  margin-left: 0; }

img.avatar {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-left: 1px solid #ddd; }

ol.commentlist li {
  padding-right: 10px;
  background-color: #F0F0F0; }

#pings {
  margin-bottom: 9px; }

ol.pinglist {
  list-style-type: none;
  margin: 0 0 9px 0; }

ol.commentlist #respond {
  padding: 5px 10px; }

/*

WP-Bootstrap - Image Attachments

*/
.attachment #main .post_content img {
  max-width: 100%; }

.ie8 #main .media-grid img {
  max-height: none !important;
  max-width: none !important; }

.attachment-img {
  margin-bottom: 18px; }

.metadata p.alert-message {
  margin-right: 0;
  margin-bottom: 18px; }

#gallery-nav {
  list-style-type: none;
  margin-left: 0; }

li.next a, li.previous a {
  position: relative; }

li.next a:hover:before {
  content: "\2190";
  position: absolute;
  display: block;
  top: 42%;
  left: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

li.previous a:hover:before {
  content: "\2192";
  position: absolute;
  display: block;
  top: 42%;
  right: 0;
  background-color: #BFBFBF;
  color: #444;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }

/*

WP-Bootstrap - Widgets

*/
.widget {
  margin-bottom: 18px; }

.widgettitle {
  margin-bottom: 9px; }

#tag-cloud {
  margin-bottom: 18px;
  line-height: 160%; }

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover {
  color: #ffffff;
  text-decoration: none; }

#tag-cloud a {
  white-space: pre;
  text-transform: uppercase; }

/* change default form padding for search */
.widget_search form {
  padding-left: 0; }

/* calendar widget */
#calendar_wrap {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  font-weight: bold;
  padding: 8px; }

#wp-calendar tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

#wp-calendar tr:last-child {
  border-bottom: none; }

#wp-calendar td {
  text-align: center;
  padding: 8px 0; }

blockquote.pull-left {
  padding-right: 15px; }

/*

WP-Bootstrap - Gallery

*/
.thumbnails {
  padding-left: 0;
  list-style-type: none; }

.gallery-item .thumbnail {
  display: inline-block;
  border-width: 0; }

.slick-slide {
  padding: 10px; }
  .slick-slide:active, .slick-slide:focus {
    outline: 0; }

.slick-prev:before,
.slick-next:before {
  color: #4a4a4a; }

@media (min-width: 768px) {
  .slick-prev {
    left: -20px; }
  .slick-next {
    right: -20px; } }

@-webkit-keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@-moz-keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@keyframes bounce-arrow {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

.arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 22px;
  height: 32px;
  margin: 15px auto -20px auto;
  display: none;
  -webkit-animation: bounce-arrow 2s infinite ease-in-out;
  -moz-animation: bounce-arrow 2s infinite ease-in-out;
  -o-animation: bounce-arrow 2s infinite ease-in-out;
  animation: bounce-arrow 2s infinite ease-in-out; }

.rev_slider .tp-caption.arrow {
  display: none; }

@media (min-width: 768px) {
  .rev_slider .tp-caption.arrow {
    display: block; } }

ul,
ol {
  padding-left: 16px; }

.force-full-width {
  position: absolute;
  left: -100%;
  min-height: 100%;
  right: -100%;
  z-index: -1; }

.featured-full .container {
  height: 300px; }

.featured-full {
  height: 300px; }

.page-header {
  border-bottom: 1px solid #D8D8D8; }

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0; }

.featured-full h2, .featured-full h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left; }

.featured-full .page-header p {
  color: #fff;
  margin-top: 15px; }

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

.multiple-items.align-center img {
  margin: 0 auto; }

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

.multiple-items.align-right img {
  margin: 0 0 0 auto; }

.multiple-items a:focus {
  outline: 0; }

#main {
  transition: all 0.5s; }

.filter-menu {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  #sidebar1, #main article.no-title {
    padding-top: 65px; } }

@media (min-width: 992px) {
  .lity-container {
    padding: 20px; } }

/* Customize the label (the input-wrap) */
.input-wrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.input-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #4b818e;
  border-radius: 5px; }

.checkbox label.input-wrap {
  padding-left: 37px;
  margin-top: 18px; }

/* On mouse-over, add a grey background color */
.input-wrap:hover input ~ .checkmark {
  background-color: #78a4af; }

/* When the checkbox is checked, add a blue background */
.input-wrap input:checked ~ .checkmark {
  background-color: #59c5cc; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.input-wrap input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.input-wrap .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.vc_row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

.vc_col-xs-11 {
  width: 91.66666667%; }

.vc_col-xs-10 {
  width: 83.33333333%; }

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

.vc_col-xs-8 {
  width: 66.66666667%; }

.vc_col-xs-7 {
  width: 58.33333333%; }

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

.vc_col-xs-5 {
  width: 41.66666667%; }

.vc_col-xs-4 {
  width: 33.33333333%; }

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

.vc_col-xs-2 {
  width: 16.66666667%; }

.vc_col-xs-1 {
  width: 8.33333333%; }

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

.vc_col-xs-pull-11 {
  right: 91.66666667%; }

.vc_col-xs-pull-10 {
  right: 83.33333333%; }

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

.vc_col-xs-pull-8 {
  right: 66.66666667%; }

.vc_col-xs-pull-7 {
  right: 58.33333333%; }

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

.vc_col-xs-pull-5 {
  right: 41.66666667%; }

.vc_col-xs-pull-4 {
  right: 33.33333333%; }

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

.vc_col-xs-pull-2 {
  right: 16.66666667%; }

.vc_col-xs-pull-1 {
  right: 8.33333333%; }

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

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

.vc_col-xs-push-11 {
  left: 91.66666667%; }

.vc_col-xs-push-10 {
  left: 83.33333333%; }

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

.vc_col-xs-push-8 {
  left: 66.66666667%; }

.vc_col-xs-push-7 {
  left: 58.33333333%; }

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

.vc_col-xs-push-5 {
  left: 41.66666667%; }

.vc_col-xs-push-4 {
  left: 33.33333333%; }

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

.vc_col-xs-push-2 {
  left: 16.66666667%; }

.vc_col-xs-push-1 {
  left: 8.33333333%; }

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

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

.vc_col-xs-offset-11 {
  margin-left: 91.66666667%; }

.vc_col-xs-offset-10 {
  margin-left: 83.33333333%; }

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

.vc_col-xs-offset-8 {
  margin-left: 66.66666667%; }

.vc_col-xs-offset-7 {
  margin-left: 58.33333333%; }

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

.vc_col-xs-offset-5 {
  margin-left: 41.66666667%; }

.vc_col-xs-offset-4 {
  margin-left: 33.33333333%; }

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

.vc_col-xs-offset-2 {
  margin-left: 16.66666667%; }

.vc_col-xs-offset-1 {
  margin-left: 8.33333333%; }

.vc_col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left; }
  .vc_col-sm-12 {
    width: 100%; }
  .vc_col-sm-11 {
    width: 91.66666667%; }
  .vc_col-sm-10 {
    width: 83.33333333%; }
  .vc_col-sm-9 {
    width: 75%; }
  .vc_col-sm-8 {
    width: 66.66666667%; }
  .vc_col-sm-7 {
    width: 58.33333333%; }
  .vc_col-sm-6 {
    width: 50%; }
  .vc_col-sm-5 {
    width: 41.66666667%; }
  .vc_col-sm-4 {
    width: 33.33333333%; }
  .vc_col-sm-3 {
    width: 25%; }
  .vc_col-sm-2 {
    width: 16.66666667%; }
  .vc_col-sm-1 {
    width: 8.33333333%; }
  .vc_col-sm-pull-12 {
    right: 100%; }
  .vc_col-sm-pull-11 {
    right: 91.66666667%; }
  .vc_col-sm-pull-10 {
    right: 83.33333333%; }
  .vc_col-sm-pull-9 {
    right: 75%; }
  .vc_col-sm-pull-8 {
    right: 66.66666667%; }
  .vc_col-sm-pull-7 {
    right: 58.33333333%; }
  .vc_col-sm-pull-6 {
    right: 50%; }
  .vc_col-sm-pull-5 {
    right: 41.66666667%; }
  .vc_col-sm-pull-4 {
    right: 33.33333333%; }
  .vc_col-sm-pull-3 {
    right: 25%; }
  .vc_col-sm-pull-2 {
    right: 16.66666667%; }
  .vc_col-sm-pull-1 {
    right: 8.33333333%; }
  .vc_col-sm-pull-0 {
    right: auto; }
  .vc_col-sm-push-12 {
    left: 100%; }
  .vc_col-sm-push-11 {
    left: 91.66666667%; }
  .vc_col-sm-push-10 {
    left: 83.33333333%; }
  .vc_col-sm-push-9 {
    left: 75%; }
  .vc_col-sm-push-8 {
    left: 66.66666667%; }
  .vc_col-sm-push-7 {
    left: 58.33333333%; }
  .vc_col-sm-push-6 {
    left: 50%; }
  .vc_col-sm-push-5 {
    left: 41.66666667%; }
  .vc_col-sm-push-4 {
    left: 33.33333333%; }
  .vc_col-sm-push-3 {
    left: 25%; }
  .vc_col-sm-push-2 {
    left: 16.66666667%; }
  .vc_col-sm-push-1 {
    left: 8.33333333%; }
  .vc_col-sm-push-0 {
    left: auto; }
  .vc_col-sm-offset-12 {
    margin-left: 100%; }
  .vc_col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-sm-offset-9 {
    margin-left: 75%; }
  .vc_col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-sm-offset-6 {
    margin-left: 50%; }
  .vc_col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-sm-offset-3 {
    margin-left: 25%; }
  .vc_col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .vc_col-md-1, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9 {
    float: left; }
  .vc_col-md-12 {
    width: 100%; }
  .vc_col-md-11 {
    width: 91.66666667%; }
  .vc_col-md-10 {
    width: 83.33333333%; }
  .vc_col-md-9 {
    width: 75%; }
  .vc_col-md-8 {
    width: 66.66666667%; }
  .vc_col-md-7 {
    width: 58.33333333%; }
  .vc_col-md-6 {
    width: 50%; }
  .vc_col-md-5 {
    width: 41.66666667%; }
  .vc_col-md-4 {
    width: 33.33333333%; }
  .vc_col-md-3 {
    width: 25%; }
  .vc_col-md-2 {
    width: 16.66666667%; }
  .vc_col-md-1 {
    width: 8.33333333%; }
  .vc_col-md-pull-12 {
    right: 100%; }
  .vc_col-md-pull-11 {
    right: 91.66666667%; }
  .vc_col-md-pull-10 {
    right: 83.33333333%; }
  .vc_col-md-pull-9 {
    right: 75%; }
  .vc_col-md-pull-8 {
    right: 66.66666667%; }
  .vc_col-md-pull-7 {
    right: 58.33333333%; }
  .vc_col-md-pull-6 {
    right: 50%; }
  .vc_col-md-pull-5 {
    right: 41.66666667%; }
  .vc_col-md-pull-4 {
    right: 33.33333333%; }
  .vc_col-md-pull-3 {
    right: 25%; }
  .vc_col-md-pull-2 {
    right: 16.66666667%; }
  .vc_col-md-pull-1 {
    right: 8.33333333%; }
  .vc_col-md-pull-0 {
    right: auto; }
  .vc_col-md-push-12 {
    left: 100%; }
  .vc_col-md-push-11 {
    left: 91.66666667%; }
  .vc_col-md-push-10 {
    left: 83.33333333%; }
  .vc_col-md-push-9 {
    left: 75%; }
  .vc_col-md-push-8 {
    left: 66.66666667%; }
  .vc_col-md-push-7 {
    left: 58.33333333%; }
  .vc_col-md-push-6 {
    left: 50%; }
  .vc_col-md-push-5 {
    left: 41.66666667%; }
  .vc_col-md-push-4 {
    left: 33.33333333%; }
  .vc_col-md-push-3 {
    left: 25%; }
  .vc_col-md-push-2 {
    left: 16.66666667%; }
  .vc_col-md-push-1 {
    left: 8.33333333%; }
  .vc_col-md-push-0 {
    left: auto; }
  .vc_col-md-offset-12 {
    margin-left: 100%; }
  .vc_col-md-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-md-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-md-offset-9 {
    margin-left: 75%; }
  .vc_col-md-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-md-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-md-offset-6 {
    margin-left: 50%; }
  .vc_col-md-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-md-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-md-offset-3 {
    margin-left: 25%; }
  .vc_col-md-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-md-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .vc_hidden-lg {
    display: none !important; }
  .vc_col-lg-1, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9 {
    float: left; }
  .vc_col-lg-12 {
    width: 100%; }
  .vc_col-lg-11 {
    width: 91.66666667%; }
  .vc_col-lg-10 {
    width: 83.33333333%; }
  .vc_col-lg-9 {
    width: 75%; }
  .vc_col-lg-8 {
    width: 66.66666667%; }
  .vc_col-lg-7 {
    width: 58.33333333%; }
  .vc_col-lg-6 {
    width: 50%; }
  .vc_col-lg-5 {
    width: 41.66666667%; }
  .vc_col-lg-4 {
    width: 33.33333333%; }
  .vc_col-lg-3 {
    width: 25%; }
  .vc_col-lg-2 {
    width: 16.66666667%; }
  .vc_col-lg-1 {
    width: 8.33333333%; }
  .vc_col-lg-pull-12 {
    right: 100%; }
  .vc_col-lg-pull-11 {
    right: 91.66666667%; }
  .vc_col-lg-pull-10 {
    right: 83.33333333%; }
  .vc_col-lg-pull-9 {
    right: 75%; }
  .vc_col-lg-pull-8 {
    right: 66.66666667%; }
  .vc_col-lg-pull-7 {
    right: 58.33333333%; }
  .vc_col-lg-pull-6 {
    right: 50%; }
  .vc_col-lg-pull-5 {
    right: 41.66666667%; }
  .vc_col-lg-pull-4 {
    right: 33.33333333%; }
  .vc_col-lg-pull-3 {
    right: 25%; }
  .vc_col-lg-pull-2 {
    right: 16.66666667%; }
  .vc_col-lg-pull-1 {
    right: 8.33333333%; }
  .vc_col-lg-pull-0 {
    right: auto; }
  .vc_col-lg-push-12 {
    left: 100%; }
  .vc_col-lg-push-11 {
    left: 91.66666667%; }
  .vc_col-lg-push-10 {
    left: 83.33333333%; }
  .vc_col-lg-push-9 {
    left: 75%; }
  .vc_col-lg-push-8 {
    left: 66.66666667%; }
  .vc_col-lg-push-7 {
    left: 58.33333333%; }
  .vc_col-lg-push-6 {
    left: 50%; }
  .vc_col-lg-push-5 {
    left: 41.66666667%; }
  .vc_col-lg-push-4 {
    left: 33.33333333%; }
  .vc_col-lg-push-3 {
    left: 25%; }
  .vc_col-lg-push-2 {
    left: 16.66666667%; }
  .vc_col-lg-push-1 {
    left: 8.33333333%; }
  .vc_col-lg-push-0 {
    left: auto; }
  .vc_col-lg-offset-12 {
    margin-left: 100%; }
  .vc_col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .vc_col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .vc_col-lg-offset-9 {
    margin-left: 75%; }
  .vc_col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .vc_col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .vc_col-lg-offset-6 {
    margin-left: 50%; }
  .vc_col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .vc_col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .vc_col-lg-offset-3 {
    margin-left: 25%; }
  .vc_col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .vc_col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .vc_col-lg-offset-0 {
    margin-left: 0; }
  .vc_el-clearfix-lg {
    clear: both; } }

.vc_row.vc_row-no-padding .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.vc_row[data-vc-full-width] {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden; }

.vc_row[data-vc-full-width].vc_hidden {
  opacity: 0; }

.vc_row-no-padding .vc_inner {
  margin-left: 0;
  margin-right: 0; }

.vc_row.vc_row-o-full-height {
  min-height: 100vh; }

.vc_row.vc_row-flex {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vc_row.vc_row-flex > .vc_column_container {
  display: flex; }

.vc_ie-flexbox-fixer, .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex > .vc_column_container > .vc_column-inner > * {
    min-height: 1em; } }

.vc_row.vc_row-flex::after, .vc_row.vc_row-flex::before {
  display: none; }

.vc_row.vc_row-o-columns-stretch {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.vc_row.vc_row-o-columns-top {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.vc_row.vc_row-o-columns-bottom {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.vc_row.vc_row-o-columns-middle {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after, .vc_row.vc_row-o-columns-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block; }

.vc_row.vc_row-o-content-top > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vc_column-inner::after, .vc_column-inner::before {
  content: " ";
  display: table; }

.vc_ie-flexbox-fixer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc_ie-flexbox-fixer > .vc_row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.vc_row.vc_column-gap-1 {
  margin-left: -15.5px;
  margin-right: -15.5px; }

.vc_row.vc_column-gap-1 > .vc_column_container {
  padding: .5px; }

.vc_row.vc_column-gap-2 {
  margin-left: -16px;
  margin-right: -16px; }

.vc_row.vc_column-gap-2 > .vc_column_container {
  padding: 1px; }

.vc_row.vc_column-gap-3 {
  margin-left: -16.5px;
  margin-right: -16.5px; }

.vc_row.vc_column-gap-3 > .vc_column_container {
  padding: 1.5px; }

.vc_row.vc_column-gap-4 {
  margin-left: -17px;
  margin-right: -17px; }

.vc_row.vc_column-gap-4 > .vc_column_container {
  padding: 2px; }

.vc_row.vc_column-gap-5 {
  margin-left: -17.5px;
  margin-right: -17.5px; }

.vc_row.vc_column-gap-5 > .vc_column_container {
  padding: 2.5px; }

.vc_row.vc_column-gap-10 {
  margin-left: -20px;
  margin-right: -20px; }

.vc_row.vc_column-gap-10 > .vc_column_container {
  padding: 5px; }

.vc_row.vc_column-gap-15 {
  margin-left: -22.5px;
  margin-right: -22.5px; }

.vc_row.vc_column-gap-15 > .vc_column_container {
  padding: 7.5px; }

.vc_row.vc_column-gap-20 {
  margin-left: -25px;
  margin-right: -25px; }

.vc_row.vc_column-gap-20 > .vc_column_container {
  padding: 10px; }

.vc_row.vc_column-gap-25 {
  margin-left: -27.5px;
  margin-right: -27.5px; }

.vc_row.vc_column-gap-25 > .vc_column_container {
  padding: 12.5px; }

.vc_row.vc_column-gap-30 {
  margin-left: -30px;
  margin-right: -30px; }

.vc_row.vc_column-gap-30 > .vc_column_container {
  padding: 15px; }

.vc_row.vc_column-gap-35 {
  margin-left: -32.5px;
  margin-right: -32.5px; }

.vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 17.5px; }

.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 35px; }

.vc_column_container {
  padding-left: 0;
  padding-right: 0; }

.vc_column_container > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.vc_row.vc_column-gap-1 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-1 > .vc_vc_column_inner > .vc_column_container {
  padding-left: .5px;
  padding-right: .5px; }

.vc_row.vc_column-gap-2 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-2 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px; }

.vc_row.vc_column-gap-3 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-3 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px; }

.vc_row.vc_column-gap-4 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-4 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px; }

.vc_row.vc_column-gap-5 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-5 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.vc_row.vc_column-gap-10 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-10 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px; }

.vc_row.vc_column-gap-15 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-15 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.vc_row.vc_column-gap-20 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-20 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px; }

.vc_row.vc_column-gap-25 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-25 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px; }

.vc_row.vc_column-gap-30 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-30 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px; }

.vc_row.vc_column-gap-35 > .vc_vc_column > .vc_column_container, .vc_row.vc_column-gap-35 > .vc_vc_column_inner > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px; }

.vc_vc_column, .vc_vc_column_inner {
  padding-left: 0;
  padding-right: 0; }

.vc_row.vc_row-flex > .vc_vc_column, .vc_row.vc_row-flex > .vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc_row.vc_row-o-equal-height > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column > .vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.grid_layout-thumbnail .post-thumb, body ul.wpb_thumbnails-fluid li .entry-content :last-child {
  margin-bottom: 0; }

.wpb_column .wpb_wrapper .wpb_teaser_grid {
  float: none; }

body ul.wpb_thumbnails-fluid li {
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important; }

body ul.wpb_thumbnails-fluid li:after, body ul.wpb_thumbnails-fluid li:before {
  display: none !important; }

.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid, .wpb_row .wpb_grid ul.wpb_thumbnails-fluid {
  padding: 0;
  overflow: visible !important; }

.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%; }

.grid_layout-thumbnail .post-thumb img {
  max-width: 100%; }

.wpb_categories_filter, .wpb_teaser_grid .categories_filter {
  list-style: none;
  padding: 0;
  margin: 0 0 10px; }

.wpb_categories_filter li, .wpb_teaser_grid .categories_filter li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background-image: none;
  list-style: none !important; }

.wpb_categories_filter li:after, .wpb_categories_filter li:before, .wpb_teaser_grid .categories_filter li:after, .wpb_teaser_grid .categories_filter li:before {
  display: none !important; }

.wpb_categories_filter li a, .wpb_teaser_grid .categories_filter li a {
  border: none;
  text-decoration: none; }

.wpb_categories_filter li a:hover, .wpb_categories_filter li.active a, .wpb_teaser_grid .categories_filter li a:hover, .wpb_teaser_grid .categories_filter li.active a {
  border-bottom: 1px dotted; }

.flickr_badge_image a, .wpb_gallery .wpb_flexslider .flex-direction-nav a {
  border: none; }

@media (max-width: 480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto; }
  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*=vc_col-] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0; } }

.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0; }

.wpb_image_grid .wpb_image_grid_ul > li {
  background-image: none;
  list-style: none !important; }

.wpb_image_grid .wpb_image_grid_ul > li:after, .wpb_image_grid .wpb_image_grid_ul > li:before {
  display: none !important; }

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  float: left; }

.wpb_image_grid .wpb_image_grid_ul a {
  display: block; }

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

.vc_grid.vc_row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.vc-row[data-vc-full-width] .vc_grid.vc_row {
  overflow: hidden; }

.vc_grid.vc_row.vc_grid-gutter-1px {
  margin-bottom: -1px; }

.vc_grid.vc_row.vc_grid-gutter-1px .vc_pageable-slide-wrapper {
  margin-right: -1px; }

.vc_grid.vc_row.vc_grid-gutter-1px .vc_grid-item {
  padding-right: 1px;
  padding-bottom: 1px; }

.vc_grid.vc_row.vc_grid-gutter-2px {
  margin-bottom: -2px; }

.vc_grid.vc_row.vc_grid-gutter-2px .vc_pageable-slide-wrapper {
  margin-right: -2px; }

.vc_grid.vc_row.vc_grid-gutter-2px .vc_grid-item {
  padding-right: 2px;
  padding-bottom: 2px; }

.vc_grid.vc_row.vc_grid-gutter-3px {
  margin-bottom: -3px; }

.vc_grid.vc_row.vc_grid-gutter-3px .vc_pageable-slide-wrapper {
  margin-right: -3px; }

.vc_grid.vc_row.vc_grid-gutter-3px .vc_grid-item {
  padding-right: 3px;
  padding-bottom: 3px; }

.vc_grid.vc_row.vc_grid-gutter-4px {
  margin-bottom: -4px; }

.vc_grid.vc_row.vc_grid-gutter-4px .vc_pageable-slide-wrapper {
  margin-right: -4px; }

.vc_grid.vc_row.vc_grid-gutter-4px .vc_grid-item {
  padding-right: 4px;
  padding-bottom: 4px; }

.vc_grid.vc_row.vc_grid-gutter-5px {
  margin-bottom: -5px; }

.vc_grid.vc_row.vc_grid-gutter-5px .vc_pageable-slide-wrapper {
  margin-right: -5px; }

.vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
  padding-right: 5px;
  padding-bottom: 5px; }

.vc_grid.vc_row.vc_grid-gutter-10px {
  margin-bottom: -10px; }

.vc_grid.vc_row.vc_grid-gutter-10px .vc_pageable-slide-wrapper {
  margin-right: -10px; }

.vc_grid.vc_row.vc_grid-gutter-10px .vc_grid-item {
  padding-right: 10px;
  padding-bottom: 10px; }

.vc_grid.vc_row.vc_grid-gutter-15px {
  margin-bottom: -15px; }

.vc_grid.vc_row.vc_grid-gutter-15px .vc_pageable-slide-wrapper {
  margin-right: -15px; }

.vc_grid.vc_row.vc_grid-gutter-15px .vc_grid-item {
  padding-right: 15px;
  padding-bottom: 15px; }

.vc_grid.vc_row.vc_grid-gutter-20px {
  margin-bottom: -20px; }

.vc_grid.vc_row.vc_grid-gutter-20px .vc_pageable-slide-wrapper {
  margin-right: -20px; }

.vc_grid.vc_row.vc_grid-gutter-20px .vc_grid-item {
  padding-right: 20px;
  padding-bottom: 20px; }

.vc_grid.vc_row.vc_grid-gutter-25px {
  margin-bottom: -25px; }

.vc_grid.vc_row.vc_grid-gutter-25px .vc_pageable-slide-wrapper {
  margin-right: -25px; }

.vc_grid.vc_row.vc_grid-gutter-25px .vc_grid-item {
  padding-right: 25px;
  padding-bottom: 25px; }

.vc_grid.vc_row.vc_grid-gutter-30px {
  margin-bottom: -30px; }

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: -30px; }

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
  padding-right: 30px;
  padding-bottom: 30px; }

.vc_grid.vc_row.vc_grid-gutter-35px {
  margin-bottom: -35px; }

.vc_grid.vc_row.vc_grid-gutter-35px .vc_pageable-slide-wrapper {
  margin-right: -35px; }

.vc_grid.vc_row.vc_grid-gutter-35px .vc_grid-item {
  padding-right: 35px;
  padding-bottom: 35px; }

.vc_grid.vc_row .vc_pageable-slide-wrapper .vc_grid-item.vc_visible-item:hover {
  z-index: 3; }

.vc_grid.vc_row .vc_grid-item {
  display: none;
  padding: 0;
  vertical-align: top;
  float: none;
  box-sizing: border-box;
  z-index: 1; }

.vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_grid-item-content {
  overflow: hidden; }

.vc_grid.vc_row .vc_grid-item .vc_btn, .vc_grid.vc_row .vc_grid-item .vc_icon_element, .vc_grid.vc_row .vc_grid-item .wpb_content_element {
  margin-bottom: 15px; }

.vc_gitem_row, .vc_gitem_row .vc_gitem_row {
  margin-bottom: 0; }

.vc_grid.vc_row .vc_grid-item .vc_btn a, .vc_grid.vc_row .vc_grid-item .vc_icon_element a, .vc_grid.vc_row .vc_grid-item .wpb_content_element a {
  text-decoration: none;
  border-bottom: 0; }

.vc_grid .vc_gitem-link {
  border-bottom: none;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.vc_masonry_grid .vc_grid.vc_row .vc_grid-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item {
  position: static; }

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_masonry_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  display: block; }

@media (min-width: 768px) {
  .vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
    display: inline-block; } }

@-moz-document url-prefix() {
  .vc_masonry_grid .vc_grid-item, .vc_masonry_media_grid .vc_grid-item {
    margin-left: -.01px; } }

.vc_gitem-zone-b {
  display: none;
  overflow: hidden; }

.vc_gitem-float-none {
  float: none; }

.vc_gitem-float-left {
  float: left; }

.vc_gitem-float-right {
  float: right; }

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

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

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

.vc_gitem-block {
  position: relative;
  overflow: hidden; }

.vc_gitem-is-link {
  cursor: pointer; }

.vc_gitem-link {
  text-decoration: none; }

.vc_gitem_row {
  margin-left: 0;
  margin-right: 0;
  padding: inherit;
  box-sizing: border-box; }

.vc_gitem-zone-a .vc_gitem-row-position-top, .vc_gitem-zone-b .vc_gitem-row-position-top {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }

.vc_gitem-zone-a .vc_gitem-row-position-middle, .vc_gitem-zone-b .vc_gitem-row-position-middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.vc_gitem-zone-a .vc_gitem-row-position-bottom, .vc_gitem-zone-b .vc_gitem-row-position-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.vc_gitem_row .vc_gitem-col {
  padding: 10px; }

.vc_gitem-zone {
  position: relative;
  background-clip: border-box;
  overflow: hidden; }

.vc_gitem-zone .vc-zone-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5; }

.vc_gitem-zone-img {
  width: 100%;
  display: block;
  visibility: hidden;
  height: auto; }

.vc_gitem-zone-a .vc_gitem-zone-mini {
  box-sizing: border-box;
  padding: inherit;
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  padding: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.vc_grid-item-zone-c-left .vc_gitem-animated-block {
  float: right;
  width: 50%; }

.vc_grid-item-zone-c-left .vc_gitem-zone-c, .vc_grid-item-zone-c-right .vc_gitem-animated-block {
  float: left;
  width: 50%; }

.vc_grid-item-zone-c-right .vc_gitem-zone-c {
  float: right;
  width: 50%; }

.vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
  display: none !important; }

.vc-gitem-zone-height-mode-auto:before {
  content: "";
  display: block;
  padding-top: 100%; }

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
  padding-top: 75%; }

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-4:before {
  padding-top: 133.33333333%; }

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-16-9:before {
  padding-top: 56.25%; }

.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
  padding-top: 177.77777778%; }

.vc_gitem-animated-block {
  position: relative; }

.vc_gitem-animate .vc_btn {
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }

.vc_gitem-animate .vc_gitem-zone-b {
  z-index: 199; }

.vc_gitem-animate-none .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  box-sizing: border-box; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  box-sizing: border-box; }

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 0; }

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  transition: transform 1s cubic-bezier(0, 0.275, 0.125, 1), opacity 0.5s cubic-bezier(0, 0.275, 0.125, 1); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 50%; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title .vc_post-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_separator, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_separator {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 50%; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_btn, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_btn {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-b .vc_post-title, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b .vc_post-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.vc_gitem-animate-scaleIn {
  overflow: hidden; }

.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.vc_gitem-animate-scaleRotateIn {
  overflow: hidden; }

.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
  -webkit-transform: scale(1.5) rotate(10deg);
  -moz-transform: scale(1.5) rotate(10deg);
  -ms-transform: scale(1.5) rotate(10deg);
  -o-transform: scale(1.5) rotate(10deg);
  transform: scale(1.5) rotate(10deg); }

.vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  webkit-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -webkit-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  -moz-transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), -moz-transform 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  transition: filter 0.5s cubic-bezier(0, 0.275, 0.125, 1), transform 0.5s cubic-bezier(0, 0.275, 0.125, 1); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurOut .vc_gitem-zone-a, .vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }

.vc_gitem-animate-blurScaleOut {
  overflow: hidden; }

.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.vc_gitem-animate-slideInRight {
  overflow: hidden; }

.vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }

.vc_gitem-animate-slideBottom .vc_gitem-zone-b, .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  left: 0;
  display: block;
  margin: 0;
  right: 0; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInRight .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.vc_gitem-animate-slideInLeft {
  overflow: hidden; }

.vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: all 1s ease;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  filter: alpha(opacity=0); }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideInLeft .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.vc_gitem-animate-slideBottom {
  overflow: hidden;
  position: relative; }

.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: 100%;
  height: 100%; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideBottom .vc_gitem-zone-b {
  top: 0; }

.vc_gitem-animate-slideTop {
  overflow: hidden;
  position: relative; }

.vc_gitem-animate-slideTop .vc_gitem-zone-b {
  display: block;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 1000;
  position: absolute;
  top: -100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-slideTop .vc_gitem-zone-b {
  top: 0; }

.vc_gitem-animate-flipFadeIn {
  overflow: hidden; }

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-a {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipFadeIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0); }

.vc_gitem-animate-flipHorizontalFadeIn {
  overflow: hidden; }

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  -o-transition: -o-transform 1s;
  transition: transform 1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-flipHorizontalFadeIn .vc_gitem-zone-b {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0); }

.vc_gitem-animate-goTop20 {
  overflow: hidden; }

.vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-a {
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%); }

.vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  display: block;
  -webkit-transition: bottom .5s ease;
  -o-transition: bottom .5s ease;
  transition: bottom .5s ease;
  bottom: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0; }

.vc_gitem-animate-goTop20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goTop20 .vc_gitem-zone-b {
  bottom: 0; }

.vc_gitem-animate-goBottom20 {
  overflow: hidden; }

.vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .5s ease;
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-a {
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%); }

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  display: block;
  -webkit-transition: top .5s ease;
  -o-transition: top .5s ease;
  transition: top .5s ease;
  top: -100%;
  z-index: 1000;
  position: absolute;
  width: 100%;
  margin: 0; }

.vc_gitem-animate-goBottom20 .vc_gitem-zone-b .vc_gitem-zone-mini {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-goBottom20 .vc_gitem-zone-b {
  top: 0; }

.vc_gitem-post-data {
  margin-bottom: 15px; }

.vc_gitem-post-data h2 {
  margin: 0; }

.vc_gitem-post-category-name .vc_gitem-link {
  color: inherit; }

.vc_grid .vc_pageable-load-more-btn {
  text-align: center;
  margin-top: 25px; }

.vc_grid .vc_pageable-load-more-btn > .vc_btn {
  outline: 0; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  display: none;
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
  cursor: pointer;
  display: inline-block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots {
  display: block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots .vc_grid-owl-dot span {
  border: 3px solid;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots {
  display: block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots .vc_grid-owl-dot span {
  border: 3px solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots {
  display: block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot span {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: .6;
  filter: alpha(opacity=60); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots .vc_grid-owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots {
  display: block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: .6;
  filter: alpha(opacity=60); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots .vc_grid-owl-dot:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots {
  display: block; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: .6;
  filter: alpha(opacity=60); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  border-color: #5472D2 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot:hover span {
  background-color: #5472D2 !important;
  border-color: #5472D2 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  border-color: #00C1CF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot:hover span {
  background-color: #00C1CF !important;
  border-color: #00C1CF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  border-color: #FE6C61 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot:hover span {
  background-color: #FE6C61 !important;
  border-color: #FE6C61 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  border-color: #8D6DC4 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot:hover span {
  background-color: #8D6DC4 !important;
  border-color: #8D6DC4 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  border-color: #4CADC9 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot:hover span {
  background-color: #4CADC9 !important;
  border-color: #4CADC9 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  border-color: #CEC2AB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot:hover span {
  background-color: #CEC2AB !important;
  border-color: #CEC2AB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  border-color: #50485B !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot:hover span {
  background-color: #50485B !important;
  border-color: #50485B !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  border-color: #75D69C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot:hover span {
  background-color: #75D69C !important;
  border-color: #75D69C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  border-color: #2A2A2A !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot:hover span {
  background-color: #2A2A2A !important;
  border-color: #2A2A2A !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  border-color: #EBEBEB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot:hover span {
  background-color: #EBEBEB !important;
  border-color: #EBEBEB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  border-color: #F7BE68 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot:hover span {
  background-color: #F7BE68 !important;
  border-color: #F7BE68 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  border-color: #5AA1E3 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot:hover span {
  background-color: #5AA1E3 !important;
  border-color: #5AA1E3 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  border-color: #6DAB3C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot:hover span {
  background-color: #6DAB3C !important;
  border-color: #6DAB3C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  border-color: #F4524D !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot:hover span {
  background-color: #F4524D !important;
  border-color: #F4524D !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  border-color: #F79468 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot:hover span {
  background-color: #F79468 !important;
  border-color: #F79468 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  border-color: #B97EBB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot:hover span {
  background-color: #B97EBB !important;
  border-color: #B97EBB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  border-color: #FFF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-radio_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot.active span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot:hover span {
  background-color: #FFF !important;
  border-color: #FFF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-blue .vc_grid-owl-dot span {
  background-color: #5472D2 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-turquoise .vc_grid-owl-dot span {
  background-color: #00C1CF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-pink .vc_grid-owl-dot span {
  background-color: #FE6C61 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-violet .vc_grid-owl-dot span {
  background-color: #8D6DC4 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-peacoc .vc_grid-owl-dot span {
  background-color: #4CADC9 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-chino .vc_grid-owl-dot span {
  background-color: #CEC2AB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-mulled_wine .vc_grid-owl-dot span {
  background-color: #50485B !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-vista_blue .vc_grid-owl-dot span {
  background-color: #75D69C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-black .vc_grid-owl-dot span {
  background-color: #2A2A2A !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-grey .vc_grid-owl-dot span {
  background-color: #EBEBEB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-orange .vc_grid-owl-dot span {
  background-color: #F7BE68 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sky .vc_grid-owl-dot span {
  background-color: #5AA1E3 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-green .vc_grid-owl-dot span {
  background-color: #6DAB3C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-juicy_pink .vc_grid-owl-dot span {
  background-color: #F4524D !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-sandy_brown .vc_grid-owl-dot span {
  background-color: #F79468 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-purple .vc_grid-owl-dot span {
  background-color: #B97EBB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-point_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span, .vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.vc_grid-round_fill_square_dots.vc_grid-owl-dots-color-white .vc_grid-owl-dot span {
  background-color: #FFF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  -webkit-tap-highlight-color: transparent; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
  display: none !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover, .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev {
  left: 5px; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
  left: -30px; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
  right: 5px; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
  right: -30px; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-blue {
  color: #5472D2 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-turquoise {
  color: #00C1CF !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-pink {
  color: #FE6C61 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-violet {
  color: #8D6DC4 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-peacoc {
  color: #4CADC9 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-chino {
  color: #CEC2AB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-mulled_wine {
  color: #50485B !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-vista_blue {
  color: #75D69C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-black {
  color: #2A2A2A !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-grey {
  color: #EBEBEB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-orange {
  color: #F7BE68 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sky {
  color: #5AA1E3 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-green {
  color: #6DAB3C !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-juicy_pink {
  color: #F4524D !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-sandy_brown {
  color: #F79468 !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-purple {
  color: #B97EBB !important; }

.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.vc_grid-owl-nav-color-white {
  color: #FFF !important; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-1px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-2px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -13.5px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-3px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-4px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -14.5px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -15px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-10px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -17.5px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-15px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -20px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-20px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -22.5px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-25px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -25px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-30px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -27.5px; }

.vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-next, .vc_grid.vc_grid-owl-theme.vc_grid-gutter-35px .vc_grid-owl-nav .vc_grid-owl-prev {
  margin-top: -30px; }

.vc_grid-pagination .vc_grid-pagination-list {
  outline: 0;
  display: block;
  padding-left: 0;
  text-align: center;
  margin: 20px 0 0 !important;
  border-radius: 2px; }

.vc_grid-pagination .vc_grid-pagination-list > li {
  display: inline-block;
  margin: 0;
  border: 0 solid transparent; }

.vc_grid-pagination .vc_grid-pagination-list > li > a, .vc_grid-pagination .vc_grid-pagination-list > li > span {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #428bca;
  -webkit-transition: opacity .3s ease-in 0s;
  -o-transition: opacity .3s ease-in 0s;
  transition: opacity .3s ease-in 0s;
  position: relative;
  float: left;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  opacity: .5;
  filter: alpha(opacity=50);
  margin-left: -1px;
  font-size: 10px; }

.vc_grid-pagination .vc_grid-pagination-list > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list > li:first-child > span {
  margin-left: 0; }

.vc_grid-pagination .vc_grid-pagination-list > li:focus a, .vc_grid-pagination .vc_grid-pagination-list > li:focus span, .vc_grid-pagination .vc_grid-pagination-list > li:hover a, .vc_grid-pagination .vc_grid-pagination-list > li:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-prev > a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61b"; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-next > a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e61a"; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-first > a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e618"; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-last > a:after {
  font-family: vc_grid_v1;
  display: inline-block;
  content: "\e619"; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-active > span:hover {
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default; }

.vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > a:hover, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:focus, .vc_grid-pagination .vc_grid-pagination-list > .vc_grid-disabled > span:hover {
  display: none; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li {
  border-color: #5472D2 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-blue > li > span {
  background-color: #5472D2 !important;
  border-color: #5472D2 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li {
  border-color: #00C1CF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-turquoise > li > span {
  background-color: #00C1CF !important;
  border-color: #00C1CF !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li {
  border-color: #FE6C61 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-pink > li > span {
  background-color: #FE6C61 !important;
  border-color: #FE6C61 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li {
  border-color: #8D6DC4 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-violet > li > span {
  background-color: #8D6DC4 !important;
  border-color: #8D6DC4 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li {
  border-color: #4CADC9 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-peacoc > li > span {
  background-color: #4CADC9 !important;
  border-color: #4CADC9 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li {
  border-color: #CEC2AB !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-chino > li > span {
  background-color: #CEC2AB !important;
  border-color: #CEC2AB !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li {
  border-color: #50485B !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-mulled_wine > li > span {
  background-color: #50485B !important;
  border-color: #50485B !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li {
  border-color: #75D69C !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-vista_blue > li > span {
  background-color: #75D69C !important;
  border-color: #75D69C !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li {
  border-color: #2A2A2A !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-black > li > span {
  background-color: #2A2A2A !important;
  border-color: #2A2A2A !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li {
  border-color: #EBEBEB !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-grey > li > span {
  background-color: #EBEBEB !important;
  border-color: #EBEBEB !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li {
  border-color: #F7BE68 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-orange > li > span {
  background-color: #F7BE68 !important;
  border-color: #F7BE68 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li {
  border-color: #5AA1E3 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sky > li > span {
  background-color: #5AA1E3 !important;
  border-color: #5AA1E3 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li {
  border-color: #6DAB3C !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-green > li > span {
  background-color: #6DAB3C !important;
  border-color: #6DAB3C !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li {
  border-color: #F4524D !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-juicy_pink > li > span {
  background-color: #F4524D !important;
  border-color: #F4524D !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li {
  border-color: #F79468 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-sandy_brown > li > span {
  background-color: #F79468 !important;
  border-color: #F79468 !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li {
  border-color: #B97EBB !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-purple > li > span {
  background-color: #B97EBB !important;
  border-color: #B97EBB !important;
  color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li {
  border-color: #FFF !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination-color-white > li > span {
  background-color: #FFF !important;
  border-color: #FFF !important;
  color: #2A2A2A !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 28px;
  min-height: 22px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:first-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li:last-child > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
  margin-left: 5px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 22px;
  min-width: 22px;
  padding: 3px; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_dark > li > span {
  background-color: transparent !important;
  color: #000 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light > li > span, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_square_light > li > span {
  background-color: transparent !important;
  color: #fff !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li {
  border-left-width: 1px !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
  border-width: 0;
  background: rgba(0, 0, 0, 0) !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li:first-child, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light li.vc_grid-disabled + li, .vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li:first-child {
  border-width: 0 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_dark > li > a {
  color: #000 !important; }

.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_stripes_light > li > a {
  color: #fff !important; }

.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span {
  color: #FFF; }

.vc_grid-loading {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em; }

.vc_grid-loading, .vc_grid-loading:after, .vc_grid-loading:before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.vc_grid-loading:before {
  left: -20px; }

.vc_grid-loading:after {
  left: 20px;
  -webkit-animation-delay: .32s;
  animation-delay: .32s; }

.vc_grid-loading:after, .vc_grid-loading:before {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%, 100%, 80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75); }
  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75); } }

@keyframes load7 {
  0%, 100%, 80% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75); }
  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75); } }

.vc_grid-filter {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
  padding: 0; }

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

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

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

.vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
  background-color: #5472D2; }

.vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
  background-color: #00C1CF; }

.vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
  background-color: #FE6C61; }

.vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
  background-color: #8D6DC4; }

.vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
  background-color: #4CADC9; }

.vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
  background-color: #CEC2AB; }

.vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
  background-color: #50485B; }

.vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
  background-color: #75D69C; }

.vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
  background-color: #2A2A2A; }

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: #EBEBEB; }

.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span {
  color: #666; }

.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span {
  color: #FFF; }

.vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
  background-color: #F7BE68; }

.vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
  background-color: #5AA1E3; }

.vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
  background-color: #6DAB3C; }

.vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
  background-color: #F4524D; }

.vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
  background-color: #F79468; }

.vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
  background-color: #B97EBB; }

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
  background-color: #FFF; }

.vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span {
  color: #666; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item > span {
  color: #FFF; }

.vc_grid-filter > .vc_grid-filter-item {
  cursor: pointer;
  display: inline-block;
  background: 0 0;
  padding: 4px 10px;
  -webkit-transition: background-color .1s linear;
  -o-transition: background-color .1s linear;
  transition: background-color .1s linear; }

.vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
  display: none; }

.vc_grid-filter > .vc_grid-filter-item:first-child {
  margin-left: 0 !important; }

.vc_grid-filter > .vc_grid-filter-item > span {
  -webkit-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  outline: 0;
  padding: 0;
  text-decoration: none; }

.vc_grid-filter > .vc_grid-filter-item.vc_active > span, .vc_grid-filter > .vc_grid-filter-item:hover > span {
  text-decoration: none; }

.vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 30px; }

.vc_grid-filter.vc_grid-filter- .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-comma .vc_grid-filter-item {
  padding: 0 !important; }

.vc_grid-filter.vc_grid-filter-default-less-rounded > .vc_grid-filter-item {
  margin: 0 5px 5px 0;
  border-radius: 5px; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item {
  margin: 0;
  border: 1px solid rgba(235, 235, 235, 0.8);
  border-collapse: collapse; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:nth-child(n+2) {
  margin-left: -1px;
  margin-top: -1px; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover {
  position: relative;
  z-index: 1;
  border-color: transparent; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:hover > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item.vc_active > a, .vc_grid-filter.vc_grid-filter-bordered > .vc_grid-filter-item:hover > a {
  text-decoration: none; }

.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.vc_grid-filter.vc_grid-filter-bordered-rounded > .vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.vc_grid-filter.vc_grid-filter-bordered-rounded-less > .vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item {
  background-color: #7c93dd; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-blue > .vc_grid-filter-item:hover {
  background-color: #5472D2; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item {
  background-color: #00919c; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-turquoise > .vc_grid-filter-item:hover {
  background-color: #00C1CF; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item {
  background-color: #fe9b94; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-pink > .vc_grid-filter-item:hover {
  background-color: #FE6C61; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item {
  background-color: #a991d3; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-violet > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-violet > .vc_grid-filter-item:hover {
  background-color: #8D6DC4; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item {
  background-color: #73bfd5; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item > span {
  color: #FFF; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-peacoc > .vc_grid-filter-item:hover {
  background-color: #4CADC9; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item {
  background-color: #e1d9cb; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-chino > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-chino > .vc_grid-filter-item:hover {
  background-color: #CEC2AB; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item {
  background-color: #695f77; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-mulled_wine > .vc_grid-filter-item:hover {
  background-color: #50485B; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item {
  background-color: #9ce2b8; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-vista_blue > .vc_grid-filter-item:hover {
  background-color: #75D69C; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item {
  background-color: #444; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-black > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-black > .vc_grid-filter-item:hover {
  background-color: #2A2A2A; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item > span {
  color: #666; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item {
  background-color: #d2d2d2; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-grey > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
  background-color: #EBEBEB; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item > span {
  color: #FFF; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item {
  background-color: #fad398; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-orange > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-orange > .vc_grid-filter-item:hover {
  background-color: #F7BE68; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item {
  background-color: #86baea; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sky > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sky > .vc_grid-filter-item:hover {
  background-color: #5AA1E3; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item {
  background-color: #87c456; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover {
  background-color: #6DAB3C; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-green > .vc_grid-filter-item:hover > span {
  color: #FFF; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item {
  background-color: #f7817d; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-juicy_pink > .vc_grid-filter-item:hover {
  background-color: #F4524D; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item {
  background-color: #fab698; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-sandy_brown > .vc_grid-filter-item:hover {
  background-color: #F79468; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item {
  background-color: #cb9fcd; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-purple > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-purple > .vc_grid-filter-item:hover {
  background-color: #B97EBB; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover > span, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item > span {
  color: #666; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item {
  background-color: #e6e6e6; }

.vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled-rounded.vc_grid-filter-color-white > .vc_grid-filter-item:hover, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-filled.vc_grid-filter-color-white > .vc_grid-filter-item:hover {
  background-color: #FFF; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item {
  margin: 0;
  border: 1px solid transparent;
  border-collapse: collapse;
  padding: 3px 7px; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item > span, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item > span {
  color: #FFF; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:nth-child(n+2), .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:nth-child(n+2) {
  border-left: none;
  margin-left: 1px;
  border-top: none;
  margin-top: 1px; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 0; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child, .vc_grid-filter.vc_grid-filter-filled > .vc_grid-filter-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:first-child {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top: 0; }

.vc_grid-filter.vc_grid-filter-filled-rounded > .vc_grid-filter-item:last-child {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; }

.vc_grid-filter.vc_grid-filter-filled-rounded-all > .vc_grid-filter-item {
  border-radius: 3px !important; }

.vc_grid-filter.vc_grid-filter-filled-round-all > .vc_grid-filter-item {
  border-radius: 30px !important; }

.vc_grid-filter.vc_grid-filter-size-xs .vc_grid-filter-item {
  font-size: 12px;
  padding: 1px 5px; }

.vc_grid-filter.vc_grid-filter-size-sm .vc_grid-filter-item {
  font-size: 13px;
  padding: 2px 7px; }

.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
  font-size: 100%;
  padding: 2px 10px; }

.vc_grid-filter.vc_grid-filter-size-lg .vc_grid-filter-item {
  font-size: 18px;
  padding: 4px 10px; }

.vc_grid-filter-dropdown, .vc_grid-filter-select {
  font-size: 12px;
  margin-bottom: 20px; }

.vc_grid-filter-dropdown.vc_grid-filter-center, .vc_grid-filter-select.vc_grid-filter-center {
  text-align: center; }

.vc_grid-filter-dropdown.vc_grid-filter-right, .vc_grid-filter-select.vc_grid-filter-right {
  text-align: right; }

.vc_grid-filter-dropdown.vc_grid-filter-left, .vc_grid-filter-select.vc_grid-filter-left {
  text-align: left; }

.vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
  outline: 0;
  display: inline-block; }

@media (min-width: 768px) {
  .vc_grid-filter-dropdown.vc_grid-filter-color-blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-blue .vc_arrow-icon-navicon {
    color: #5472D2; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-turquoise .vc_arrow-icon-navicon {
    color: #00C1CF; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-pink .vc_arrow-icon-navicon {
    color: #FE6C61; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-violet .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-violet .vc_arrow-icon-navicon {
    color: #8D6DC4; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-peacoc .vc_arrow-icon-navicon {
    color: #4CADC9; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-chino .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-chino .vc_arrow-icon-navicon {
    color: #CEC2AB; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-mulled_wine .vc_arrow-icon-navicon {
    color: #50485B; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-vista_blue .vc_arrow-icon-navicon {
    color: #75D69C; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-black .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-black .vc_arrow-icon-navicon {
    color: #2A2A2A; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-grey .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-grey .vc_arrow-icon-navicon {
    color: #EBEBEB; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-orange .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-orange .vc_arrow-icon-navicon {
    color: #F7BE68; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-sky .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sky .vc_arrow-icon-navicon {
    color: #5AA1E3; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-green .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-green .vc_arrow-icon-navicon {
    color: #6DAB3C; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-juicy_pink .vc_arrow-icon-navicon {
    color: #F4524D; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-sandy_brown .vc_arrow-icon-navicon {
    color: #F79468; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-purple .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-purple .vc_arrow-icon-navicon {
    color: #B97EBB; }
  .vc_grid-filter-dropdown.vc_grid-filter-color-white .vc_arrow-icon-navicon, .vc_grid-filter-select.vc_grid-filter-color-white .vc_arrow-icon-navicon {
    color: #FFF; }
  .vc_grid-filter-dropdown .vc_grid-styled-select, .vc_grid-filter-select .vc_grid-styled-select {
    border: 1px solid #ccc;
    display: inline-block;
    height: 30px;
    overflow: hidden;
    padding-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: middle; }
  .vc_grid-filter-dropdown .vc_grid-styled-select .vc_arrow-icon-navicon, .vc_grid-filter-select .vc_grid-styled-select .vc_arrow-icon-navicon {
    font-size: 17px;
    display: inline;
    vertical-align: middle; }
  .vc_grid-filter-dropdown .vc_grid-styled-select select, .vc_grid-filter-select .vc_grid-styled-select select {
    background: none;
    border: 0;
    border-radius: 0;
    height: 30px;
    line-height: 1;
    margin-right: -50px;
    padding: 5px;
    position: relative;
    font-size: 12px;
    z-index: 0;
    cursor: pointer;
    max-width: inherit !important; } }

@media (max-width: 768px) {
  .vc_responsive .vc_grid-filter-select {
    display: block; }
  .vc_responsive .vc_grid-filter {
    display: none !important; } }

.wpb_start_animation {
  opacity: 1;
  filter: alpha(opacity=100); }

@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes wpb_ttb {
  0% {
    -moz-transform: translate(0, -10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes wpb_ttb {
  0% {
    -o-transform: translate(0, -10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes wpb_btt {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes wpb_btt {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes wpb_ltr {
  0% {
    -moz-transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes wpb_ltr {
  0% {
    -o-transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes wpb_rtl {
  0% {
    -moz-transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes wpb_rtl {
  0% {
    -o-transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -o-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
    filter: alpha(opacity=0); }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: .1;
    filter: alpha(opacity=10); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-moz-keyframes wpb_appear {
  0% {
    -moz-transform: scale(0.5);
    opacity: .1;
    filter: alpha(opacity=10); }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }

@-o-keyframes wpb_appear {
  0% {
    -o-transform: scale(0.5);
    opacity: .1;
    filter: alpha(opacity=10); }
  100% {
    -o-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }

@keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .1;
    filter: alpha(opacity=10); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100); } }

.icon-doctor-illo #doctor-illo #4 {
  stroke-width: 5; }

.smil .icon-doctor-illo #doctor-illo > g {
  fill: none;
  stroke: #5AC5CC;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px;
  stroke-width: 6; }

.smil .icon-doctor-illo #doctor-illo > g {
  fill: none;
  stroke: #5AC5CC;
  stroke-dasharray: 500px;
  stroke-dashoffset: 500px; }

.smil .animate .icon-doctor-illo #doctor-illo > g {
  animation-name: strokeanim; }

.smil #doctor-illo #g1 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-duration: 1.8s; }

.smil #doctor-illo #g2 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 0.525s;
  animation-duration: 1.3s; }

.smil #doctor-illo #g3 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 0.625s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g4 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 0.725s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g5 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 0.825s;
  animation-duration: 1.4s; }

.smil #doctor-illo #g6 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 0.925s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g7 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 1.025s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g8 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 1.125s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g9 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 1.225s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g10 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 1.325s;
  animation-duration: 1.8s; }

.smil #doctor-illo #g11 {
  animation-fill-mode: forwards;
  animation-direction: linear;
  animation-delay: 1.425s;
  animation-duration: 1.8s; }

@keyframes strokeanim {
  from {
    stroke-dashoffset: 500px; }
  to {
    stroke-dashoffset: 0; } }

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue; }

#info {
  display: none; }

.tab-pane .link-circle:nth-child(1),
.tab-pane .link-circle:nth-child(2),
.tab-pane .link-circle:nth-child(3),
.tab-pane .link-circle:nth-child(4),
.full-width-links .link-circle:nth-child(1),
.full-width-links .link-circle:nth-child(2),
.full-width-links .link-circle:nth-child(3),
.full-width-links .link-circle:nth-child(4) {
  left: 0;
  top: 0; }

.content-wrapper {
  text-align: center;
  padding: 15px; }

.content-wrapper {
  height: 100%;
  max-width: 100%; }

.content-wrapper h3 {
  font-size: 10px;
  margin-bottom: 15px; }

.overlay {
  height: 100%;
  width: 100%; }

.content-wrapper {
  float: none;
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.content-wrapper-inner {
  display: table-cell;
  vertical-align: middle; }

.quick-links-team .link-circle p {
  display: none; }

.link-circle .overlay {
  color: #fff;
  background-color: rgba(18, 134, 143, 0.67);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  opacity: 1;
  transition: all 0.5s ease; }

.quick-links-team .link-circle .overlay {
  background-color: transparent; }

.link-circle .overlay.hover {
  opacity: 1;
  background-color: rgba(18, 134, 143, 0.87); }

.link-circle .overlay hr {
  border-top: 3px solid #fff;
  width: 39px; }

.link-circle br {
  display: none; }

.quick-links-team .link-circle .overlay {
  color: #fff;
  background-color: transparent;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  opacity: 1;
  transition: all 0.5s ease;
  border: 6px solid transparent;
  border-radius: 50%; }

.quick-links-team .link-circle .overlay hr {
  border-top: 3px solid #fff;
  width: 39px; }

.quick-links-team .link-circle img {
  padding: 12px;
  transition: all 0.5s ease; }

.link-circle br {
  display: none; }

.link-circle .overlay h3, .headline h3 {
  margin: 0;
  color: #fff;
  letter-spacing: 2.77px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2.27px;
  line-height: 1.3; }

.link-circle img {
  position: relative;
  width: 100%;
  top: -95px; }

.link-circle a {
  color: #fff;
  text-align: center;
  font-size: 16;
  z-index: 1; }

.link-circle {
  min-width: 250px;
  height: 150px;
  margin-bottom: 5px;
  overflow: hidden; }

#full-width-links .link-circle {
  height: 110px; }

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

.content-wrapper h3 {
  font-size: 20px;
  margin-bottom: 5px; }

.quick-links, #quick-links-container {
  padding-top: 0px;
  letter-spacing: 1.27px; }

.quick-links .link-circle {
  position: relative; }

.quick-links a {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 22px;
  font-weight: 400; }

.link-circle.headline h1 {
  /* Let’s Live Exception: */
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 70px;
  color: #5AC5CC;
  letter-spacing: 1.55px;
  line-height: 87px;
  text-align: left;
  margin-bottom: 38px; }

.link-circle.headline h1 span {
  color: #005568; }

.link-circle.headline h3 {
  text-align: left;
  font-weight: 800; }

.link-circle.headline a {
  font-size: 16px;
  color: #C1C1C1;
  letter-spacing: 2.11px;
  line-height: 15px;
  text-align: left;
  font-weight: 600; }

.overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1; }

.link-circle .learn-more {
  position: relative;
  z-index: 2; }

.headline {
  animation-name: fadeanim; }

.link-circle {
  animation-name: fadeanim;
  animation-play-state: running;
  opacity: 0;
  animation-fill-mode: forwards;
  transition: all 0.5s ease;
  animation-iteration-count: 1; }

.link-circle.hover {
  animation-play-state: paused; }

.link-circle.headline {
  opacity: 1; }

.link-circle.headline, .link-circle.headline.hover {
  transform: none !important;
  animation: none; }

.quick-links-team .content-wrapper-inner .learn-more {
  display: none; }

.popover {
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 3px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.25px;
  line-height: 25px;
  font-weight: 100;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.25px;
  line-height: 25px;
  padding: 10px;
  margin: 0; }

.popover .top {
  color: rgba(0, 0, 0, 0.7); }

.link-circle .overlay h3.popover-title {
  font-weight: 500;
  font-size: 18px;
  color: #005568;
  letter-spacing: 0.4px;
  line-height: 38px;
  background: transparent;
  text-transform: none;
  border-bottom: none;
  padding-bottom: 0; }

.popover.top > .arrow {
  bottom: 0px;
  left: 50%;
  margin-left: -20px;
  border-width: 20px 20px 0;
  border-top-color: #fff;
  animation: none; }

.popover.top > .arrow:after {
  content: " ";
  bottom: 0px;
  margin-left: -20px;
  border-bottom-width: 0;
  border-top-color: #fff; }

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

.quick-links-team .nav-tabs > li.active > a,
.quick-links-team .nav-tabs > li.active > a:hover,
.quick-links-team .nav-tabs > li.active > a:focus {
  background: transparent; }

.full-width-links .overlay h3 {
  font-weight: 300;
  text-transform: initial;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0.44px;
  line-height: 30px; }

.full-width-links .learn-more {
  display: none; }

.links-row {
  height: auto; }

#full-width-links-container .container-inner {
  display: none; }

.full-width-links {
  height: auto; }

.js-force-full-width.full-width-links {
  min-height: auto; }

@media (min-width: 768px) {
  .quick-links, #quick-links-container {
    padding-top: 20px; }
  .full-width-links {
    height: 767px; }
  .links-row {
    height: 338px; }
  #full-width-links-container .container-inner {
    display: block; }
  .tab-pane .link-circle:nth-child(1) {
    left: -16%;
    top: 388px; }
  .tab-pane .link-circle:nth-child(2) {
    left: 16%;
    top: 137px; }
  .tab-pane .link-circle:nth-child(3) {
    left: 50%;
    top: 388px; }
  .tab-pane .link-circle:nth-child(4) {
    left: 85%;
    top: 137px; }
  .full-width-links .overlay h3 {
    font-size: 16px; }
  .full-width-links .link-circle:nth-child(1) {
    min-width: 151px; }
  .full-width-links .link-circle:nth-child(2) {
    min-width: 161px; }
  .full-width-links .link-circle:nth-child(3) {
    min-width: 191px; }
  .full-width-links .link-circle:nth-child(4) {
    min-width: 151px; }
  .full-width-links .link-circle:nth-child(5) {
    min-width: 171px; }
  .full-width-links .link-circle:nth-child(6) {
    min-width: 131px; }
  .full-width-links .link-circle:nth-child(7) {
    min-width: 151px; }
  .full-width-links .link-circle:nth-child(8) {
    min-width: 151px; }
  .full-width-links .link-circle:nth-child(1) {
    left: -62px;
    top: 60px; }
  .full-width-links .link-circle:nth-child(2) {
    left: 32px;
    top: 200px; }
  .full-width-links .link-circle:nth-child(3) {
    left: 100px;
    top: 8px; }
  .full-width-links .link-circle:nth-child(4) {
    left: 212px;
    top: 196px; }
  .full-width-links .link-circle:nth-child(5) {
    left: 310px;
    top: 0px; }
  .full-width-links .link-circle:nth-child(6) {
    left: 378px;
    top: 184px; }
  .full-width-links .link-circle:nth-child(7) {
    left: 503px;
    top: 1px; }
  .full-width-links .link-circle:nth-child(8) {
    left: 532px;
    top: 172px; }
  .content-wrapper h3 {
    font-size: 33.68px;
    margin-bottom: 15px; }
  .link-circle br {
    display: block; }
  .quick-links, #quick-links-container {
    height: 600px; }
  .full-width-links {
    height: 500px; }
  .link-circle {
    width: 219px;
    height: auto;
    overflow: visible; }
  .full-width-links .link-circle {
    width: 100px; }
  .full-width-links .link-circle {
    height: auto;
    overflow: visible; }
  .quick-links-team .link-circle {
    min-width: 219px; }
  .link-circle img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    display: block; }
  .quick-links .link-circle {
    position: absolute; }
  .link-circle {
    animation-name: fadeanim, floating;
    animation-play-state: running, running;
    opacity: 0;
    animation-fill-mode: forwards, forwards;
    animation-direction: linear, initial;
    transition: all 0.5s ease;
    animation-iteration-count: 1, infinite; }
  .quick-links-team .link-circle {
    animation-name: fadeanim;
    animation-play-state: running;
    opacity: 0;
    animation-fill-mode: forwards;
    animation-direction: linear;
    transition: all 0.5s ease;
    animation-iteration-count: 1; }
  .tab-pane .link-circle:nth-child(1) {
    left: -5%;
    top: 348px; }
  .tab-pane .link-circle:nth-child(2) {
    left: 16%;
    top: 117px; }
  .tab-pane .link-circle:nth-child(3) {
    left: 46%;
    top: 348px; }
  .tab-pane .link-circle:nth-child(4) {
    left: 71%;
    top: 117px; }
  .link-circle .overlay {
    border-radius: 100%; } }

@media (max-width: 1024px) {
  .quick-links {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 1024px) {
  #full-width-links-container {
    height: 600px; }
  .links-row {
    height: 600px; }
  .full-width-links .link-circle:nth-child(1) {
    width: 151px; }
  .full-width-links .link-circle:nth-child(2) {
    width: 218px; }
  .full-width-links .link-circle:nth-child(3) {
    width: 283px; }
  .full-width-links .link-circle:nth-child(4) {
    width: 182px; }
  .full-width-links .link-circle:nth-child(5) {
    width: 246px; }
  .full-width-links .link-circle:nth-child(6) {
    width: 258px; }
  .full-width-links .link-circle:nth-child(7) {
    width: 174px; }
  .full-width-links .link-circle:nth-child(8) {
    width: 209px; }
  .full-width-links .link-circle:nth-child(1) {
    left: -156px;
    top: 90px; }
  .full-width-links .link-circle:nth-child(2) {
    left: -78px;
    top: 282px; }
  .full-width-links .link-circle:nth-child(3) {
    left: 58px;
    top: 8px; }
  .full-width-links .link-circle:nth-child(4) {
    left: 261px;
    top: 316px; }
  .full-width-links .link-circle:nth-child(5) {
    left: 370px;
    top: 10px; }
  .full-width-links .link-circle:nth-child(6) {
    left: 471px;
    top: 274px; }
  .full-width-links .link-circle:nth-child(7) {
    left: 643px;
    top: 91px; }
  .full-width-links .link-circle:nth-child(8) {
    left: 759px;
    top: 252px; } }

@media (min-width: 1200px) {
  .quick-links-team .link-circle .overlay.hover {
    opacity: 1;
    border: 6px solid #005568; }
  .full-width-links .links-row .overlay h3 {
    font-size: 20px;
    letter-spacing: 0.44px; }
  .quick-links-team .link-circle {
    min-width: 247px; }
  .quick-links, #quick-links-container {
    height: 820px; }
  .link-circle {
    min-width: 319px; }
  .link-circle .overlay h3, .headline h3 {
    letter-spacing: 2.27px;
    line-height: 35px;
    font-size: 25px; }
  .full-width-links .link-circle:nth-child(1) {
    width: 181px; }
  .full-width-links .link-circle:nth-child(2) {
    width: 248px; }
  .full-width-links .link-circle:nth-child(3) {
    width: 353px; }
  .full-width-links .link-circle:nth-child(4) {
    width: 212px; }
  .full-width-links .link-circle:nth-child(5) {
    width: 276px; }
  .full-width-links .link-circle:nth-child(6) {
    width: 288px; }
  .full-width-links .link-circle:nth-child(7) {
    width: 204px; }
  .full-width-links .link-circle:nth-child(8) {
    width: 239px; }
  .full-width-links .link-circle:nth-child(1) {
    left: -166px;
    top: 100px; }
  .full-width-links .link-circle:nth-child(2) {
    left: -88px;
    top: 292px; }
  .full-width-links .link-circle:nth-child(3) {
    left: 88px;
    top: 18px; }
  .full-width-links .link-circle:nth-child(4) {
    left: 371px;
    top: 326px; }
  .full-width-links .link-circle:nth-child(5) {
    left: 478px;
    top: 20px; }
  .full-width-links .link-circle:nth-child(6) {
    left: 624px;
    top: 304px; }
  .full-width-links .link-circle:nth-child(7) {
    left: 788px;
    top: 83px; }
  .full-width-links .link-circle:nth-child(8) {
    left: 936px;
    top: 258px; }
  .tab-pane .link-circle:nth-child(1) {
    left: -16%;
    top: 388px; }
  .tab-pane .link-circle:nth-child(2) {
    left: 16%;
    top: 137px; }
  .tab-pane .link-circle:nth-child(3) {
    left: 50%;
    top: 388px; }
  .tab-pane .link-circle:nth-child(4) {
    left: 85%;
    top: 137px; } }

.link-circle:nth-child(1) {
  animation-delay: 0.25s, 1s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(2) {
  animation-delay: 0.35s, 1.3s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(3) {
  animation-delay: 0.45s, 1.6s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(4) {
  animation-delay: 0.55s, 1.9s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(5) {
  animation-delay: 0.65s, 2.2s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(6) {
  animation-delay: 0.75s, 2.5s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(7) {
  animation-delay: 0.85s, 2.8s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(8) {
  animation-delay: 0.95s, 3.1s;
  animation-duration: 1s, 4s; }

.link-circle:nth-child(9) {
  animation-delay: 1.05s, 3.4s;
  animation-duration: 1s, 4s; }

@keyframes fadeanim {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0%); } }

/*

WP-Bootstrap - Navbar

*/
.navbar .container-fluid.navbar-inverse {
  background: #005568;
  color: #fff; }

.icon-az-ico {
  background-position: left 12px; }

.navbar {
  margin: 0; }

.navbar .nav-top {
  border-radius: 0;
  padding-bottom: 0px;
  padding-top: 15px;
  margin: 0; }

.supernav-top {
  background-color: #005568;
  height: 0px;
  transition: all 0.25s ease;
  overflow: hidden;
  position: relative;
  top: 0;
  display: none; }

.supernav-top ul {
  float: right;
  padding-top: 5px;
  padding-bottom: 5px; }

.supernav-top .sidebar-nav .er-widget:before {
  width: 37px;
  height: 34px; }

.supernav-top .sidebar-nav.location.wait-time-menu .wait-time-widget {
  font-size: 12px;
  display: none !important; }

.supernav-top .sidebar-nav.location {
  font-size: 12px; }

.supernav-top .sidebar-nav.location.wait-time-menu .wait-time-widget span {
  font-size: 28px; }

.supernav-top .sidebar-nav.location.wait-time-menu .btn-default {
  font-size: 14px;
  margin-top: 4px; }

.supernav-top .sidebar-nav.location li {
  line-height: 1.5; }

.supernav-top .sidebar-nav.location {
  padding-top: 0; }

.supernav-top .sidebar-nav.location.wait-time-menu .er-widget {
  padding-left: 43px; }

.supernav-top li.emergency-dept, .supernav-top li.contact-link {
  border-right: 1px solid #fff;
  padding-right: 15px; }

.affix.navbar {
  padding-top: 0px;
  padding-bottom: 0; }

.navbar-default .navbar-nav > li > a {
  color: #005568; }

header {
  transition: box-shadow 0.3s ease; }

.navbar-default, .affixed .navbar-default {
  background: #fff;
  transition: all ease 0.25s;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  border-radius: 0; }
  .navbar-default .navbar-nav > li > a, .affixed .navbar-default .navbar-nav > li > a {
    color: #005568;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 400; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .affixed .navbar-default .navbar-nav > li > a:hover, .affixed .navbar-default .navbar-nav > li > a:focus {
      color: #C5C5C5; }
  .navbar-default .navbar-nav > li > a.active, .affixed .navbar-default .navbar-nav > li > a.active {
    background-color: #eee;
    color: #005568; }
    .navbar-default .navbar-nav > li > a.active:hover, .navbar-default .navbar-nav > li > a.active:focus, .affixed .navbar-default .navbar-nav > li > a.active:hover, .affixed .navbar-default .navbar-nav > li > a.active:focus {
      color: #C5C5C5; }
  .navbar-default .navbar-nav > .btn, .affixed .navbar-default .navbar-nav > .btn {
    border: 1px solid #005568;
    background: transparent;
    color: #005568; }
    .navbar-default .navbar-nav > .btn:hover, .navbar-default .navbar-nav > .btn:focus, .affixed .navbar-default .navbar-nav > .btn:hover, .affixed .navbar-default .navbar-nav > .btn:focus {
      color: #005568;
      background: #005568; }

.affixed .navbar-default.affix {
  background: transparent; }

.navbar-inverse, .navbar-inverse.affix {
  background: #005568;
  background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
  transition: all ease 0.25s;
  border: none; }
  .navbar-inverse .navbar-nav > li > a, .navbar-inverse.affix .navbar-nav > li > a {
    color: #005568; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse.affix .navbar-nav > li > a:hover, .navbar-inverse.affix .navbar-nav > li > a:focus {
      color: #005568; }
  .navbar-inverse .navbar-nav > li > a.active, .navbar-inverse.affix .navbar-nav > li > a.active {
    background-color: #eee;
    color: #005568; }
    .navbar-inverse .navbar-nav > li > a.active:hover, .navbar-inverse .navbar-nav > li > a.active:focus, .navbar-inverse.affix .navbar-nav > li > a.active:hover, .navbar-inverse.affix .navbar-nav > li > a.active:focus {
      color: #A9A9A9; }
    .navbar-inverse .navbar-nav > li > a.active > .btn, .navbar-inverse.affix .navbar-nav > li > a.active > .btn {
      border: 1px solid #005568;
      background: transparent;
      color: #005568; }
      .navbar-inverse .navbar-nav > li > a.active > .btn:hover, .navbar-inverse .navbar-nav > li > a.active > .btn:focus, .navbar-inverse.affix .navbar-nav > li > a.active > .btn:hover, .navbar-inverse.affix .navbar-nav > li > a.active > .btn:focus {
        color: #005568;
        background: #005568; }

.affixed .navbar-default.affix .nav-top {
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
  background: #fff; }

.affixed .navbar-default .navbar-nav > li > a, .navbar-green .navbar-nav > li > a {
  color: #005568; }
  .affixed .navbar-default .navbar-nav > li > a:hover, .affixed .navbar-default .navbar-nav > li > a:focus, .navbar-green .navbar-nav > li > a:hover, .navbar-green .navbar-nav > li > a:focus {
    color: #A9A9A9; }

.affixed .navbar-default .navbar-nav > li > a.active, .navbar-green .navbar-nav > li > a.active {
  background-color: #eee; }
  .affixed .navbar-default .navbar-nav > li > a.active:hover, .affixed .navbar-default .navbar-nav > li > a.active:focus, .navbar-green .navbar-nav > li > a.active:hover, .navbar-green .navbar-nav > li > a.active:focus {
    color: #A9A9A9; }

.affixed .navbar-default .navbar-nav > .btn, .navbar-green .navbar-nav > .btn {
  border: 1px solid #005568;
  background: transparent;
  color: #005568; }

.navbar-green {
  background: #005568;
  padding-top: 40px; }

.main-navigation .navbar-header {
  padding-top: 10px;
  padding-bottom: 10px; }

.navbar-default .navbar-collapse {
  border-color: transparent;
  background: none;
  padding: 0px 15px;
  position: relative; }
  @media (min-width: 900px) {
    .navbar-default .navbar-collapse {
      background: transparent;
      padding: 0px; } }

.affix .navbar-brand {
  background: none; }

.navbar-brand {
  margin-left: 0px;
  z-index: 2; }

.navbar-brand, .navbar-brand span {
  background-size: contain;
  width: 175px;
  height: 67px;
  overflow: hidden;
  display: block;
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
  padding: 0; }

.navbar-brand span {
  opacity: 0;
  transition: opacity 0.25s ease; }

.affix .navbar-brand span {
  opacity: 1; }

.no-affix .navbar-brand span {
  opacity: 1; }

.no-affix .navbar-green .navbar-header .navbar-brand span {
  opacity: 0; }

.no-affix .navbar-green .navbar-header .navbar-brand {
  opacity: 1; }

.navbar-green.navbar-default .navbar-nav > .active > a, .navbar-green.navbar-default .navbar-nav > .active > a:hover, .navbar-green.navbar-default .navbar-nav > .active > a:focus {
  color: #fff; }

.no-affix .navbar-green.navbar-default .navbar-nav > .active > a:after, .affix.navbar-green.navbar-default .navbar-nav > .active > a:after {
  border-bottom: 2px solid #fff; }

.container-fluid.nav-top {
  padding-left: 15px;
  padding-right: 15px; }

/* Main Menu in Header*/
.main-nav .dropdown-menu a {
  font-size: 18px;
  padding: 10px; }

.navbar-nav a {
  font-size: 14px;
  letter-spacing: 0.32px;
  line-height: 22px;
  color: #005568;
  font-weight: 300; }

.main-nav li:last-child a, #menu-top-menu li:last-child a {
  margin-right: -15px; }

.main-nav .dropdown-menu li:last-child a, #menu-top-menu .dropdown-menu li:last-child a {
  margin-right: 0; }

.main-nav li:first-child, #menu-top-menu li:first-child {
  margin-left: 0; }

.main-nav li {
  margin-left: 30px; }

.navbar-nav {
  margin: 0; }

.dropdown-menu > li > a {
  color: #fff; }

#menu-main-nav .dropdown-menu li {
  margin-left: 0; }

#menu-main-nav .dropdown-menu li:last-child a {
  margin-right: 0; }

body.blog.no-affix {
  padding-top: 125px; }

body.newsactive.no-affix {
  padding-top: 0; }

:hover {
  transition: border,color,background-color 0.2s ease-in-out; }

@media (min-width: 900px) {
  .affix + .container,
  .affix + .container-fluid {
    padding-top: 154px; } }

@media (min-width: 1200px) {
  .affix + .container,
  .affix + .container-fluid {
    padding-top: 187px; } }

@media (min-width: 900px) {
  .flyout-toggled .affix + .container,
  .flyout-toggled .affix + .container-fluid {
    padding-top: 543px; } }

@media (min-width: 1200px) {
  .flyout-toggled .affix + .container,
  .flyout-toggled .affix + .container-fluid {
    padding-top: 509px; } }

#navbar-spy + .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.no-affix {
  background-color: #fff; }

.no-affix .navbar-fixed-top {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53); }

.newsactive .affixed.navbar-fixed-top {
  top: 46px; }

.affixed .navbar-fixed-top {
  position: absolute;
  top: 0; }

.no-affix.navbar-default .navbar-nav > li > a {
  color: #005568; }

.navbar-default .navbar-nav .btn-white-inv a {
  background: transparent;
  border: 1.5px solid #005568;
  color: #005568;
  border-radius: 8px;
  letter-spacing: 0.11px;
  font-weight: normal; }

.dropdown-menu > li > a {
  color: #fff; }

.dropdown-menu li {
  margin-left: 0; }

#nav-container ul ul a:hover, #nav-container ul ul li.focus > a {
  background-color: rgba(0, 4, 5, 0.23); }
  @media (min-width: 1024px) {
    #nav-container ul ul a:hover, #nav-container ul ul li.focus > a {
      color: #fff; } }

.main-nav li {
  margin-left: 0; }

.navbar-toggle {
  margin-right: 0;
  margin-top: 15px; }

.navbar-toggle .icon-bar {
  display: block;
  width: 25px;
  height: 2px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px; }

.no-affix .navbar-default .navbar-toggle .icon-bar {
  background-color: #979797; }

.main-nav .dropdown-menu a {
  font-size: 14px; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 423px; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #005568; }

.dropdown-menu {
  position: absolute;
  top: 120%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 195px;
  padding: 20px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #005568;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.navbar-default .navbar-nav > .active > a {
  background-color: transparent; }

.nav > li > a {
  padding: 10px 12px; }

.nav {
  margin-top: 15px; }

.affix {
  position: relative; }

.nav > li.sub-menu-columns {
  display: none; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #f2f2f2; }

ul.dropdown-menu {
  padding-left: 0; }

.navbar-nav .open .dropdown-menu > li > a {
  padding-left: 15px; }

.bs-docs-sidenav .nav > li {
  margin-left: 0; }

.affix .nav-top .navbar-header {
  margin-top: 0px; }

@media (min-width: 900px) {
  .supernav-top {
    display: block; }
  .sub-menu-columns ul.dropdown-menu > li.right-col {
    display: block;
    float: left;
    align-self: flex-start; }
  .sub-menu-columns ul.dropdown-menu > li.right-col a {
    font-size: 13px;
    line-height: 16px;
    padding: 7px 7px; }
  #nav-container .sub-menu-columns ul.dropdown-menu li.left-col {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
    padding-right: 15px;
    background: transparent;
    box-shadow: none; }
  .sub-menu-columns ul.dropdown-menu li.left-col {
    float: left; }
  .page-template-community .navbar-default, .page-template-community.affixed .navbar-default {
    background: transparent; }
  /*  .navbar-nav {
      float: left;
  }*/
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent; }
  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 25px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
  ul.dropdown-menu {
    padding-left: 20px; }
  .menu-item-has-children:hover > a:before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #005568;
    content: '';
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 30px solid #005568;
    bottom: -14px;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 24px; }
  .affix .menu-item-has-children:hover > a:before {
    bottom: -14px; }
  .nav > li.sub-menu-columns {
    display: block; }
  #nav-container ul ul .caret {
    display: none; }
  .navbar-default .navbar-nav > li > a, .affixed .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 15px 20px 20px 19px;
    font-weight: 400; }
  .affix {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    box-shadow: 0 -4px 20px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    background: #fff;
    transition: all 0.3s ease; }
  .admin-bar .affix {
    top: 32px; }
  .nav {
    margin-top: 10px;
    clear: both; }
  .navbar-toggle {
    margin-top: 38px; }
  .navbar-default, .affixed .navbar-default {
    border-bottom: none; }
  .navbar-brand {
    margin-left: 15px; }
  /*  .nav > li {
    margin-left: 25px;
  }
*/
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  .navbar-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  .affixed .navbar-default.affix {
    background: #fff; }
  .affixed .navbar-fixed-top {
    position: absolute; }
  .navbar-brand, .navbar-brand span {
    width: 189px;
    height: 85px;
    margin-left: 0; }
  .affixed .navbar-default, .no-affix .navbar-default {
    z-index: 200; }
  .no-affix .navbar-green {
    margin-top: 0;
    padding-top: 40px; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #EFEFEF; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: transparent; }
  .dropdown-menu {
    left: 50%;
    right: auto;
    transform: translate(-50%, 0); }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
  /*  .navbar-nav {
    float: right;
    clear: right;
    margin-top: 10px;  
  }*/
  .navbar-inverse .navbar-nav {
    margin-top: 0; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
  .main-nav .dropdown-menu li {
    margin-left: 0; }
  .no-affix .navbar-default .navbar-collapse {
    border-color: transparent;
    background: transparent; }
  .main-nav .dropdown-menu a {
    font-size: 18px; }
  .main-nav li {
    margin-left: 30px; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    border-color: #e7e7e7; }
  .main-nav {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px; }
  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent; }
  .affixed .navbar-default .navbar-nav > .btn-white-inv.active > a:after, .no-affix .navbar-default .navbar-nav > .btn-white-inv.active > a:after, .affix.navbar-default .navbar-nav > .btn-white-inv.active > a:after {
    border-bottom: none; }
  .affixed .navbar-default .navbar-nav > .active > a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 69%;
    margin: 0 auto; }
  .no-affix .navbar-default .navbar-nav > .active > a:after, .affix.navbar-default .navbar-nav > .active > a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    width: 69%;
    margin: 0 auto; }
  .affixed .navbar-default .navbar-nav > .btn-menu-green.active > a:after {
    border-bottom: none; }
  .main-navigation .navbar-header {
    padding-top: 10px;
    padding-bottom: 0; }
  .affixed.navbar-fixed-top.affix {
    top: 0; }
  .dropdown-menu {
    display: block; }
  #nav-container ul ul {
    float: left;
    margin: 0;
    position: absolute;
    left: -999em;
    z-index: 99999;
    padding: 15px 10px;
    margin-top: -11px;
    border-top: none; }
  .affix #nav-container ul ul {
    margin-top: -12px; }
  #nav-container li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909; }
  #nav-container ul ul ul {
    left: -999em;
    top: 0; }
  #nav-container ul ul li:last-child a {
    border-bottom: none; }
  #nav-container ul ul a {
    white-space: normal; }
  #nav-container ul ul li {
    margin-bottom: 0; }
  #nav-container ul ul a {
    padding: 10px 10px; }
  #nav-container ul ul ul a:after {
    content: none; }
  #nav-container ul ul a:after {
    content: none; }
  #nav-container ul ul li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    display: block;
    color: #434343;
    width: 14px;
    height: 14px;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    top: 50%;
    right: 7.5px;
    margin-top: -8px; }
  #nav-container ul ul li:hover a:after,
  #nav-container ul ul li.focus > a:after {
    color: inherit; }
  #nav-container li .menu-item-has-children > a,
  #nav-container li .page_item_has_children > a {
    padding-right: 20px;
    width: 168px; }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: 50%; }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: 90%; }
  .touch .dropdown-menu > li.mobile-only > a {
    display: block; }
  .no-touch .dropdown-menu > li.mobile-only > a {
    display: none; } }

@media (min-width: 1200px) {
  #nav-container ul ul {
    margin-top: -11px; } }

@media (min-width: 992px) {
  .affixed .navbar-fixed-top {
    position: fixed; }
  .navbar-brand, .navbar-brand span {
    width: 189px; }
  .nav > li > a {
    padding: 10px 8px; } }

@media (min-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #005568; }
  /*  #nav-container .menu-item-has-children > a,
  #nav-container .page_item_has_children > a {
    padding-right: 26px;
  }*/
  /*  #nav-container .menu-item-has-children > a {
    padding-right: 0px;
  }*/
  .container-fluid.nav-top {
    padding-left: 15px;
    padding-right: 15px; }
  .newsactive .affixed.navbar-fixed-top.affix {
    top: 0px; }
  .main-nav {
    float: right;
    margin-top: 24px;
    margin-bottom: 24px; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  .main-navigation .navbar-header {
    padding-top: 20px;
    padding-bottom: 20px; }
  .affix a.navbar-brand:before {
    opacity: 1; }
  .affixed .navbar-fixed-top.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #EFEFEF;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.53); }
  .affix.navbar-default .navbar-nav > li.btn-menu-green > a:hover,
  .affix.navbar-default .navbar-nav > li.btn-menu-green.active > a:focus {
    color: #fff;
    background-color: #31989e;
    border-color: #31989e; }
  .affix.navbar-default .navbar-nav .btn-white-inv a {
    border: 1px solid #00B6B6;
    background: transparent;
    color: #00B6B6; }
  .affix.navbar-default .navbar-nav > li > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    color: #C5C5C5;
    background: transparent; }
  .affix.navbar-default .navbar-nav > .active > a,
  .affix.navbar-default .navbar-nav > .active > a:hover,
  .affix.navbar-default .navbar-nav > .active > a:focus {
    background: transparent; }
  .affixed.navbar-fixed-top.affix {
    position: fixed; }
  .sub-menu-columns ul.dropdown-menu li.menu-item-has-children li .caret {
    display: none; }
  .sub-menu-columns ul.dropdown-menu li.left-col a {
    font-weight: 400;
    font-size: 13px;
    color: #FFF;
    letter-spacing: .33px;
    line-height: 16px;
    opacity: 1; }
  #nav-container .sub-menu-columns ul.dropdown-menu li.left-col .dropdown-menu a,
  #nav-container .sub-menu-columns ul.dropdown-menu li.right-col .dropdown-menu a {
    padding: 5px 10px;
    margin-left: -10px; }
  #nav-container ul li.sub-menu-columns ul ul {
    left: initial;
    transform: initial; }
  #nav-container ul li.sub-menu-columns:hover > ul,
  #nav-container ul li.sub-menu-columns.focus > ul,
  #nav-container ul ul ul,
  #nav-container ul li.sub-menu-columns:hover > ul,
  #nav-container ul li.sub-menu-columns.focus > ul {
    left: 50%; }
  #nav-container .sub-menu-columns ul.dropdown-menu li.view-all {
    border-top: 1px solid #17404A;
    margin-top: 4px;
    padding-top: 4px; }
  #nav-container .sub-menu-columns ul.dropdown-menu li.view-all a {
    padding-left: 19px !important;
    margin-left: 0 !important; } }

@media (min-width: 1200px) {
  .supernav-top .sidebar-nav.location li {
    margin-left: 18px;
    margin-right: 0; }
  #nav-container ul li:hover > ul, #nav-container ul li.focus > ul {
    left: 50%; }
  .navbar .nav-top {
    padding-bottom: 18px;
    padding-top: 30px; }
  .affix .nav-top .navbar-header {
    /* margin-top: 15px; */ } }

@media (max-width: 1200px) {
  #nav-container .menu-item-has-children > a {
    padding-left: 5px;
    padding-right: 5px; }
  .hamburger {
    top: 10px;
    margin-left: 20px !important; } }

/*@media (max-width:1024px) {
   .hamburger{
      top:0px!important;
    }
  }
*/
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
.nav .open > a {
  background-color: transparent; }
  .nav .open > a:hover {
    background-color: transparent; }
  .nav .open > a:focus {
    background-color: transparent; }

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
  background-color: #005568; }

#wrapper.toggled #sidebar-wrapper {
  height: 0px; }

#wrapper.toggled #page-content-wrapper {
  position: absolute; }

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #005568;
  height: 0;
  padding: 0;
  margin-bottom: -1px;
  text-align: center;
  box-shadow: 0px 1px 1px rgba(51, 51, 51, 0.42);
  border-radius: 0;
  overflow-x: auto;
  transition: all 0.5s ease;
  z-index: 1;
  min-height: 0; }
  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }

.sidebar-nav .fa {
  display: block;
  margin: 0 auto 5px auto;
  color: #5AC5CC;
  font-size: 25px; }

.sidebar-nav li {
  color: #fff;
  background-position: center top; }

.sidebar-nav.location {
  color: #dddddd;
  font-size: 13px;
  padding-top: 6px;
  letter-spacing: 0.37px;
  padding-top: 15px; }

.sidebar-nav.location li {
  text-align: left;
  line-height: 1.4;
  margin-left: 10px;
  margin-right: 10px;
  min-width: 200px; }

.sidebar-nav.location li.search {
  min-width: auto;
  margin-top: 9px;
  margin-right: 0;
  margin-left: 0; }

.navbar-form .form-control {
  margin-bottom: -8px; }

.sidebar-nav.location span {
  color: #EE7D7D;
  font-weight: 500; }

.location .phone {
  margin-top: 9px; }

.location .address {
  margin-top: 8px; }

.navbar-form .form-control {
  background-color: #196677;
  border: 1px solid #003c49;
  color: #fff;
  box-shadow: none;
  font-size: 13px;
  width: 190px; }

.sidebar-nav .er-widget:before {
  width: 42px;
  height: 39px;
  background-size: contain; }

.sidebar-nav.location.wait-time-menu {
  border: none;
  margin-top: 6px; }

.sidebar-nav.location.wait-time-menu .er-widget {
  padding-left: 56px;
  font-weight: 400; }

.sidebar-nav.location.wait-time-menu li {
  min-width: 80px; }

/*.sidebar-nav.location.wait-time-menu li.contact-link{
  min-width:100px;

}*/
.sidebar-nav.location.wait-time-menu .wait-time-widget {
  line-height: 1.1;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 400; }

.wait-time-menu li a.btn {
  color: #dddddd;
  display: block;
  padding: initial;
  text-decoration: none;
  font-size: initial; }

.sidebar-nav.location.wait-time-menu .wait-time-widget span {
  display: block;
  float: left;
  font-size: 34px;
  font-weight: 700;
  margin-right: 4px;
  color: #fff;
  width: auto;
  height: 30px;
  margin-top: -2px; }

.sidebar-nav.location.wait-time-menu .btn-default {
  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;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.sidebar-nav.location.wait-time-menu .btn-default {
  font-weight: 800;
  margin-top: 6px;
  color: #005568; }

.sidebar-nav.location.wait-time-menu .btn-default:hover, .sidebar-nav.location.wait-time-menu .btn-default:focus, .sidebar-nav.location.wait-time-menu .btn-default:active {
  color: #00404e;
  background: #e0e0e0; }

.sidebar-nav.location.wait-time-menu li div {
  float: left; }

.sidebar-nav.location.wait-time-menu li .wait-time-widget {
  margin-left: 24px; }

.wait-time-widget {
  visibility: hidden; }

.sidebar-nav.location.wait-time-menu li .inner-widget {
  margin-right: 24px;
  font-weight: 400; }

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  padding-bottom: 20px; }
  .sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px; }
    .sidebar-nav li:first-child a {
      color: #ffffff; }
    .sidebar-nav li:hover:before {
      transition: width .2s ease-in;
      width: 100%; }
    .sidebar-nav li a {
      color: #dddddd;
      display: block;
      padding: 35px 15px 10px 15px;
      text-decoration: none;
      font-size: 13px;
      background-position: center top;
      text-align: center;
      font-weight: 400; }
  .sidebar-nav li.open:hover before {
    transition: width .2s ease-in;
    width: 100%; }
  .sidebar-nav .sidebar-nav .dropdown-menu {
    background-color: #222222;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }

.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none; }

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 44px; }

.location .icon {
  display: block;
  width: 25px;
  height: 31px;
  background-size: contain;
  float: left;
  margin-right: 14px;
  margin-top: 4px; }

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  height: 32px;
  margin-left: 30px;
  float: right;
  position: relative;
  top: 10px;
  width: 32px;
  z-index: 999;
  display: none; }
  .hamburger:hover {
    outline: none; }
  .hamburger:focus {
    outline: none; }
  .hamburger:active {
    outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  height: 0px; }

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  top: 0; }

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  bottom: 0; }

.hamburger.is-closed .hamb-top {
  -webkit-transition: all .35s ease-in-out;
  background-color: #005568;
  top: 5px; }

.hamburger.is-closed .hamb-middle {
  background-color: #005568;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all .35s ease-in-out;
  background-color: #005568;
  bottom: 5px; }

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%; }

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #005568;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open .hamb-middle {
  background-color: #005568;
  display: none; }

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #005568;
  margin-top: -2px;
  top: 50%; }

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  height: 0px; }

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all .35s ease-in-out;
  display: block;
  opacity: 1; }

.sidebar-nav li.phone a {
  padding: 0;
  display: inline-block; }

@media (min-width: 768px) {
  #wrapper.toggled #sidebar-wrapper {
    height: 374px; }
  .hamburger {
    display: inline-block;
    top: 3px; } }

@media (min-width: 1024px) {
  .hamburger {
    display: inline-block;
    top: 10px;
    margin-left: 30px; } }

@media (min-width: 1200px) {
  .sidebar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px; }
    .sidebar-nav li {
      margin-left: 22px;
      margin-right: 22px; }
  /*  .sidebar-nav.location li {
    min-width: 290px;
  }*/
  #wrapper.toggled #sidebar-wrapper {
    height: 297px; }
  .sidebar-nav.location {
    font-size: 16px; }
  .location .icon {
    margin-right: 45px; }
  .sidebar-nav.location li {
    margin-left: 35px;
    margin-right: 35px; } }

#nav-container .sub-menu-columns .caret {
  display: inline-block; }

#nav-container .sub-menu-columns .dropdown-menu > li.left-col > a,
#nav-container .sub-menu-columns .dropdown-menu > li.right-col > a {
  display: none; }

#nav-container .sub-menu-columns > .dropdown-menu > li > a + .dropdown-menu {
  display: block; }
  @media (max-width: 991px) {
    #nav-container .sub-menu-columns > .dropdown-menu > li > a + .dropdown-menu {
      padding-bottom: 0;
      padding-top: 0; } }

.nav > li.sub-menu-columns {
  display: block; }

.sub-menu-columns ul.dropdown-menu li.menu-item-has-children li.menu-title > a {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
  cursor: default; }
  @media (min-width: 992px) {
    .sub-menu-columns ul.dropdown-menu li.menu-item-has-children li.menu-title > a {
      color: #FFFFFF; } }
  .sub-menu-columns ul.dropdown-menu li.menu-item-has-children li.menu-title > a:hover {
    background-color: transparent !important; }

.sub-menu-columns ul.dropdown-menu li.menu-item-has-children li.menu-title {
  margin-top: 20px; }

.sub-menu-columns ul.dropdown-menu li.menu-item-has-children li.menu-title:first-child {
  margin-top: 0; }

@media (min-width: 992px) {
  #nav-container .sub-menu-columns .menu-item-has-children > a,
  #nav-container .sub-menu-columns .page_item_has_children > a {
    padding-right: 20px;
    width: auto; } }

@media (min-width: 992px) {
  #nav-container .sub-menu-columns ul li:hover a:after {
    display: none; } }

@media (min-width: 992px) {
  #nav-container .sub-menu-columns > ul.dropdown-menu {
    width: 540px;
    padding: 25px 22px;
    display: flex; }
    #nav-container .sub-menu-columns > ul.dropdown-menu > li {
      flex: 1 1 50%; }
      #nav-container .sub-menu-columns > ul.dropdown-menu > li li {
        margin-bottom: 6px; }
  #nav-container .sub-menu-columns > ul.dropdown-menu:before {
    top: -10px; }
  .sub-menu-columns ul.dropdown-menu ul.dropdown-menu:before {
    content: '';
    display: none; }
  #nav-container .sub-menu-columns > ul.dropdown-menu .menu-item-has-children > ul.dropdown-menu {
    display: block;
    position: relative;
    left: initial;
    transform: initial; }
  #nav-container .sub-menu-columns .caret {
    display: inline-block; }
  .sub-menu-columns ul.dropdown-menu li.menu-item-has-children li {
    clear: both; }
  #nav-container .sub-menu-columns ul ul {
    position: relative;
    background: transparent;
    box-shadow: none;
    border: none; } }

@media (min-width: 992px) {
  #nav-container ul li.sub-menu-columns:hover > ul,
  #nav-container ul li.sub-menu-columns:hover > ul {
    left: 310px; } }

@media (min-width: 1200px) {
  #nav-container ul li.sub-menu-columns:hover > ul,
  #nav-container ul li.sub-menu-columns:hover > ul {
    left: 155px; } }

#content .bmi-section {
  margin-top: 80px;
  margin-bottom: 80px;
  box-shadow: 0 3px 29px 1px rgba(124, 134, 137, 0.12);
  border: none; }
  #content .bmi-section .green-bg {
    background-color: #3BC1CB; }
  #content .bmi-section .green {
    color: #3BC1CB; }
  #content .bmi-section .h2 {
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 34px; }
  #content .bmi-section .subhead p {
    font-weight: 800;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0; }
  #content .bmi-section .wpb_content_element.subhead {
    margin-bottom: 7px; }
  #content .bmi-section .wpb_content_element.center p {
    font-size: 21px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 33px;
    margin-top: 0; }
  #content .bmi-section > .row > .wpb_column:first-child > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 1200px) {
      #content .bmi-section > .row > .wpb_column:first-child > .vc_column-inner {
        padding-left: 50px;
        padding-right: 50px; } }
  #content .bmi-section > .row > .wpb_column:last-child > .vc_column-inner {
    padding-left: 20px;
    padding-right: 25px;
    display: table;
    width: 100%; }
    #content .bmi-section > .row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
      display: table-cell;
      vertical-align: middle; }

.bmi-form .field-input {
  margin-bottom: 25px;
  display: flex;
  justify-content: stretch; }
  @media (min-width: 768px) {
    .bmi-form .field-input {
      margin-bottom: 35px; } }

.bmi-form input[type='text'] {
  flex: 1 0 auto; }

.bmi-form fieldset {
  font-weight: 700;
  font-size: 18px;
  color: #757575;
  letter-spacing: -0.19px;
  margin-bottom: 6px; }

.bmi-form input[type=text], .bmi-form input[type=tel], .bmi-form input[type=email], .bmi-form textarea {
  background: #FFF;
  border: 1px solid #D7D7D7;
  border-radius: 2px;
  font-style: italic;
  font-size: 16px;
  color: #757575;
  letter-spacing: 0;
  text-align: left;
  padding: 5px 10px;
  border: 1px solid #3BC1CB; }

.bmi-form .inline-fields input:first-child {
  margin-right: 10px; }

.bmi-form .inline-fields input:last-child {
  margin-left: 10px; }

.bmi-form .btn {
  background: #3BC1CB;
  border-radius: 5px;
  height: 50px;
  padding-left: 28px;
  padding-right: 28px; }
  .bmi-form .btn:active, .bmi-form .btn:focus, .bmi-form .btn:hover {
    background-color: #39b2ba; }

.bmi-form .error {
  border-color: #ff8888; }

.bg-white .row {
  display: flex; }
  @media (min-width: 768px) {
    .bg-white .row {
      padding: 20px 5px; } }

#results p {
  font-size: 16px !important;
  line-height: 22px !important; }

.bmi-section .wpb_column {
  display: flex;
  justify-content: center; }

@media (min-width: 768px) {
  .bmi-section {
    margin-bottom: 120px; } }

.bmi-section .watermark.green-bg {
  min-height: auto; }
  @media (min-width: 768px) {
    .bmi-section .watermark.green-bg {
      min-height: 425px; } }
  .bmi-section .watermark.green-bg .h2:before {
    display: none; }
  .bmi-section .watermark.green-bg .subhead {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 28px; }
  .bmi-section .watermark.green-bg p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 25px; }
  .bmi-section .watermark.green-bg:before {
    width: 100%; }
  .bmi-section .watermark.green-bg .row > .wpb_column:first-child > .vc_column-inner {
    padding: 25px 38px;
    padding-top: 65px; }
  .bmi-section .watermark.green-bg .row > .wpb_column:last-child > .vc_column-inner {
    padding-top: 16px;
    padding-right: 10px; }

.stats {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px !important; }

.results {
  font-size: 16px;
  margin-bottom: 35px; }
  .results strong {
    font-weight: 700; }

.highlight {
  background: #2FAC66;
  color: #fff;
  font-weight: 700; }
  .highlight td:first-child {
    position: relative; }
    .highlight td:first-child:before {
      background: url(../../../images/arrow-right.svg) no-repeat;
      content: '';
      width: 20px;
      height: 18px;
      background-size: contain;
      position: absolute;
      left: -28px; }

.T_underweight.highlight {
  background: rgba(47, 172, 102, 0.62); }
  .T_underweight.highlight td:first-child:before {
    background: url(../../../images/arrow-right-under.svg) no-repeat; }

.T_overweight.highlight {
  background: #ffa726; }
  .T_overweight.highlight td:first-child:before {
    background: url(../../../images/arrow-right-over.svg) no-repeat; }

.T_obese.highlight {
  background: #E16868; }

.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 #3BC1CB; }

#results #bmi_table {
  font-size: 14px;
  height: 100%;
  /*    @media (max-width: 767px) {
      margin-top: 20px;
      margin-left: -29px;
    }*/ }
  #results #bmi_table th {
    font-weight: 700;
    font-size: 16px;
    color: #757575;
    letter-spacing: -0.17px; }
  #results #bmi_table td {
    font-size: 16px; }
  #results #bmi_table th, #results #bmi_table thead > tr > td,
  #results #bmi_table tbody > tr > th, #results #bmi_table tbody > tr > td, #results #bmi_table tfoot > tr > th, #results #bmi_table tfoot > tr > td {
    padding: 20px 8px; }

#results .col-inner {
  display: flex;
  padding-left: 30px;
  height: 100%;
  padding-left: 30px;
  flex-direction: column; }

#results th {
  vertical-align: middle; }

#results td {
  vertical-align: middle; }

.table {
  color: #505050; }

.recalculate {
  font-style: normal;
  font-size: 12px;
  color: #3bc1cb;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center; }

.btn-wide .btn {
  min-width: 220px;
  text-align: center; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #5C5C5C;
  font-size: 16px; }

rs-module-wrap {
  font-family: inherit !important; }

.page-template-page-programs .post_content a {
  text-decoration: underline; }

.post_content p a {
  border-bottom: 0px; }

.post_content a:hover, .post_content a:focus {
  text-decoration: none; }

.post_content .wpb_text_column ul {
  list-style: none; }

.post_content .wpb_text_column ul li::before {
  content: "\2022";
  color: #5C5C5C;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

h5, .h5 {
  font-size: 17px;
  line-height: 1.2; }

hr {
  margin-top: 14px;
  margin-bottom: 14px; }

.section-lg {
  margin-top: 75px;
  margin-bottom: 75px; }
  @media (min-width: 768px) {
    .section-lg {
      margin-top: 125px;
      margin-bottom: 125px; } }

.section-sm {
  margin-top: 42px;
  margin-bottom: 42px; }

.section-sm-middle {
  margin-top: 0px;
  margin-bottom: 42px; }

.section-sm-last {
  margin-top: 0px;
  margin-bottom: 42px; }

@media (min-width: 1200px) {
  #content .bg {
    /*background: url(../../../images/community-bg.png) no-repeat top left;*/
    background: transparent;
    background-position: top left;
    background-size: contain;
    width: 1700px;
    height: 1700px;
    top: -440px;
    position: absolute;
    left: -782px;
    z-index: -1; } }

.page-id-48 #content .bg {
  display: none; }

#content {
  position: relative; }

#breadcrumbs {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600; }

.page-template-page-doctors #content {
  clear: both;
  margin-bottom: 40px; }

.bs-docs-sidenav .nav > li {
  margin-left: 0px;
  line-height: 1.5; }

.bs-docs-sidenav .nav > li > a {
  line-height: 1.5; }

.bs-docs-sidebar {
  width: 230px; }

.bs-docs-sidebar.nav > li {
  margin-left: 0; }

.page-template-community .page-title {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 30px;
  color: #005568;
  letter-spacing: 3px;
  text-align: left;
  font-size: 23px;
  line-height: 1.4; }

.page-template-community .page-title {
  margin-top: 0; }

.page-template-community .page-header p {
  font-weight: 100;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.54px;
  line-height: 49px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 0;
  clear: both; }

.shadow img {
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 2px; }

.page-template-community .summary p {
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.28px;
  font-size: 18px;
  line-height: 1.4; }

.page-template-community .contact p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.25px;
  line-height: 30px; }

.wpb_content_element.contact, .left-border {
  border-left: 7px solid #5AC5CC;
  padding-left: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 24px; }

.post_content .contact ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden; }

.post_content .contact li {
  float: left;
  margin-left: 38px;
  position: relative;
  margin-right: 35px; }

.post_content .contact li, .contact li a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  color: #5AC5CC;
  letter-spacing: 2px;
  line-height: 2.5; }

.post_content .contact li:before {
  width: 28px;
  height: 28px;
  left: -38px;
  margin-left: 0;
  position: absolute;
  content: ' ';
  z-index: -1; }

.post_content .contact li.email:before {
  background: url(../../../images/email-ico.png) 0px 13px no-repeat;
  top: -7px;
  margin-left: 0;
  height: 32px;
  content: '';
  width: 28px; }

.post_content .contact li.phone:before {
  background: url(../../../images/phone-ico.png) no-repeat;
  width: 22px;
  left: -32px;
  margin-left: 0;
  top: 4px;
  content: ''; }

.post_content .contact li.donate:before {
  background: url(../../../images/gift.png) no-repeat;
  width: 28px;
  left: -38px;
  margin-left: 0;
  top: 4px;
  content: ''; }

.post_content .contact li.pay-my-bill:before {
  background: url(../../../images/ic-bill-pay-navy.png) no-repeat;
  width: 22px;
  background-size: 100%;
  left: -25px;
  top: 5px;
  margin-left: 0;
  content: ''; }

.page-template-community .section h2, .page-template-community .section-sm h2, .page-template-community .section-sm h2 a, .page-template-community .section h2 a {
  margin-top: 58px;
  margin-bottom: 15px;
  font-weight: 100;
  color: #424242;
  margin-top: 0;
  font-size: 34px;
  font-size: 28px;
  line-height: 1.2; }

.page-template-community .post_content h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-top: 20px; }

.page-template-community .page-header img {
  width: 50px; }

.page-template-community .post_content h2 {
  margin-top: 45px;
  margin-bottom: 10px; }

.page-template-community .post_content h2:first-child {
  margin-top: 0; }

.login-form label {
  display: block; }

.home h2 {
  text-align: center; }

h2 {
  font-weight: 800;
  font-size: 25px;
  line-height: 27px;
  color: #005568;
  letter-spacing: 0.71px; }

.blue-bg {
  background: #005568; }

.blue-bg-light {
  background: #5AC5CC; }

.row.section.btm-links .col {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px; }

.btm-links h3 {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0.28px;
  margin-top: 0; }

.btm-links h2 {
  margin-bottom: 60px;
  font-size: 45px;
  letter-spacing: 0.47px;
  line-height: 44px; }

.btm-links p {
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 27px; }

.quick-links h2 {
  color: #fff; }

.btm-links.quick-links a {
  text-transform: uppercase;
  font-weight: 600;
  color: #348288;
  letter-spacing: 1px; }

.full-width-links {
  background-color: #005568; }

.full-width-links h1 {
  font-weight: 100;
  font-size: 49px;
  color: #FFFFFF;
  letter-spacing: 0.75px;
  line-height: 80px;
  margin-bottom: 0; }

.full-width-links h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 15px;
  color: #5AC5CC;
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 40px; }

.full-width-links h1, .full-width-links h2 {
  text-align: center; }

.light {
  color: #fff; }

a.arrow-link-before:before {
  width: 21px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -4px -83px;
  content: ' ';
  display: inline-block;
  margin-right: 8px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    a.arrow-link-before:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

a.arrow-link-before:hover:before {
  width: 21px;
  height: 10px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -4px -68px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    a.arrow-link-before:hover:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.section br {
  display: none; }

.section h2 {
  text-align: center;
  margin-bottom: 14px;
  font-size: 30px; }

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

.section.main, .section.find-doctor {
  color: #fff; }

.section.main, .section.find-doctor {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.section {
  padding-top: 20px;
  padding-bottom: 20px; }

.section .col {
  padding-top: 15px;
  padding-bottom: 15px; }

.section.find-doctor {
  text-align: left; }

.section.find-doctor h2 {
  font-weight: 100;
  margin-top: 0;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  color: #fff; }

.section.find-doctor .doctor-titles h2 {
  font-size: 37px; }

#main article.staff {
  margin-bottom: 30px; }

.cssanimations .section.find-doctor form,
.cssanimations .section.find-doctor h2,
.cssanimations .section.find-doctor h4,
.cssanimations .section.find-doctor .result-status h2 {
  opacity: 0;
  transition: all 1.8s ease; }

.section.find-doctor.animate form,
.section.find-doctor.animate h2,
.section.find-doctor.animate h4,
.section.find-doctor.animate .result-status h2 {
  opacity: 1; }

.section.find-doctor label {
  font-size: 14px;
  letter-spacing: 0.14px;
  font-weight: 400; }

.section.find-doctor select {
  color: #ffffff;
  background-color: rgba(223, 224, 222, 0.3);
  background-image: none;
  border: none;
  border-radius: 0;
  height: 42px;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-color: #427f8c; }

.doctor-page .form-group {
  margin-bottom: 16px; }

.doctor-page label {
  margin-bottom: 2px; }

.result-status {
  position: relative; }

.result-status h2 {
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  width: 100%; }

.page-template-page-doctors .result-status {
  display: block; }

.page-template-page-doctors .result-status h2 {
  position: relative;
  font-size: 14px;
  margin-top: 10px;
  text-align: left; }

a.video-box:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 125px;
  opacity: 0.8;
  color: #FFFFFF; }

a.video-box:hover:before {
  opacity: 1;
  transition: opacity 0.25s ease; }

.videos-container .section {
  padding-top: 0px; }

.videos {
  padding-top: 0px; }

.section.videos .btn-green {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px; }

.video-box img {
  box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.videos .col-fix {
  padding-top: 20px;
  padding-bottom: 20px; }

.carousel {
  margin-left: -15px;
  margin-right: -15px; }

.carousel-center {
  clear: both; }

.slick-slider {
  margin-bottom: 0;
  margin-top: 0; }

.slick-track {
  padding-top: 39px;
  padding-bottom: 39px; }

.item .inner-wrapper, .slick-slide .inner-wrapper, .vc_grid-item-mini {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  text-align: center;
  font-weight: 100;
  padding-bottom: 15px; }

.vc_grid-item .vc_gitem-zone {
  background-color: transparent !important;
  border-radius: 4px 4px 0 0; }

.vc_gitem-zone {
  background-size: cover; }

.vc_gitem_row .vc_gitem-col {
  padding: 20px; }

.daily-headline h2, .archive h3.h2 {
  font-weight: 100;
  font-size: 26px;
  color: #005568;
  letter-spacing: 0.4px;
  line-height: 1.2;
  padding-top: 0;
  clear: both;
  padding-bottom: 0; }

.archive h3.h2 a {
  color: #005568; }

h4.subtitle {
  color: #5ac5cc;
  font-weight: 100; }

.archive h3.h2 {
  padding-bottom: 0;
  margin-bottom: 0; }

.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  transform: scale(1);
  border-radius: 4px; }

.slick-center {
  transform: scale(1.14);
  box-shadow: 0px 1px 15px 6px rgba(0, 0, 0, 0.2); }

.item p, .featured p {
  font-size: 13px;
  color: #424A54;
  line-height: 21px; }

.item p {
  min-height: 63px; }

@media (min-width: 768px) {
  .col-2-gutters-xs .wpb_column:nth-child(1) .vc_column-inner {
    padding-right: 10px; } }

@media (min-width: 768px) {
  .col-2-gutters-xs .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 10px; } }

@media (min-width: 768px) {
  .col-2-gutters-sm .wpb_column:nth-child(1) .vc_column-inner {
    padding-right: 20px; } }

@media (min-width: 768px) {
  .col-2-gutters-sm .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 20px; } }

@media (min-width: 768px) {
  .col-2-gutters-md .wpb_column:nth-child(1) .vc_column-inner {
    padding-right: 30px; } }

@media (min-width: 768px) {
  .col-2-gutters-md .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 30px; } }

.post_content .item h4, .single-post .single-title, .post_content .vc_grid-item h4 {
  font-size: 20px;
  color: #424A54;
  font-weight: 100;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1.2; }

.post_content .vc_grid-item h4 {
  text-align: center !important; }

.post_content .vc_grid-item p {
  font-size: 13px;
  color: #424A54; }

.item img, .featured img {
  border-radius: 4px 4px 0 0; }

.item .btn-green, .featured .btn-green, .btn-green, .vc_btn3 {
  font-size: 14px;
  padding: 7px 39px;
  background-color: #5AC5CC;
  color: #fff;
  letter-spacing: 0.17px;
  font-weight: 100;
  margin-bottom: 14px;
  border-radius: 4px; }

.vc_btn3 {
  margin-bottom: 10px; }

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

.item .inner-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 14px; }

.daily-tips .featured {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

.daily-tips .featured .col {
  padding: 0; }

.daily-tips .featured .inner-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 1px 15px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  overflow: hidden; }

.daily-tips .featured h4 {
  font-weight: 100;
  font-size: 30px;
  color: #424A54;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center; }

.daily-tips .featured p {
  margin-bottom: 20px; }

.daily-tips .featured .inner-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.home #content {
  padding-top: 0; }

#content {
  letter-spacing: 0.18px; }

.icon {
  color: #005568;
  font-size: 48px;
  width: 49px;
  height: 49px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  background-size: contain; }

.navbar-nav > li.btn-menu-green-inv > a {
  padding: 4px 12px;
  background-color: #fff;
  color: #5AC5CC;
  font-size: 14px;
  letter-spacing: 0.17px;
  border: solid 2px #5AC5CC;
  border-radius: 8px;
  margin-top: 9px; }

.navbar-nav > li.btn-menu-green-inv > a:hover {
  padding: 4px 12px;
  background-color: #3f9ea4;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.17px;
  border: solid 2px #3f9ea4;
  border-radius: 8px; }

.navbar-nav > li.btn-menu-green > a, .affixed .navbar-nav > li.btn-menu-green > a, .navbar-nav > li.btn-menu-green > a, .affixed .navbar-nav > li.btn-menu-green.active > a, .navbar-nav > li.btn-menu-green > a:active, .navbar-nav > li.btn-menu-green > a:visited {
  padding: 4px 10px;
  background-color: #5AC5CC;
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.17px;
  border: solid 2px #5AC5CC;
  border-radius: 8px;
  margin-top: 9px;
  height: 35px;
  font-weight: 800;
  white-space: nowrap; }

.navbar-nav > li.btn-menu-green > a:hover {
  padding: 4px 10px;
  background-color: #5AC5CC;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.17px;
  border: solid 2px #5AC5CC;
  border-radius: 8px; }

.btn-green, .login-form .button-primary {
  border: none;
  background-color: #5AC5CC;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.17px;
  font-weight: 800; }

.btn-primary:focus, .btn-primary.focus, .login-form .button-primary {
  background-color: #5AC5CC; }

.login-form .button-primary {
  padding: 5px 15px; }

.login-form input[type='text'], .login-form input[type='password'], .post_content .gform_wrapper textarea.medium, .post_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 14px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.post_content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 49px; }

.login-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

.login-form .login-remember label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.login-form .login-remember {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.login-form .login-remember input[type='checkbox'] {
  position: absolute;
  margin: 10px 0 0;
  margin-left: -20px;
  line-height: normal; }

#login-error {
  background-color: #FFEBE8;
  border: 1px solid #f0b7af;
  padding: 0 20px;
  line-height: 1;
  border-radius: 3px;
  margin-bottom: 10px; }

#login-error p {
  margin: 20px 0; }

.gform_wrapper .cm-hipaa-forms-privacy-agree {
  height: 22px; }

.cm-hipaa-forms-privacy-statement {
  display: inline-block;
  padding: 5px;
  display: flex;
  align-items: center; }
  .cm-hipaa-forms-privacy-statement .cm-hipaa-privacy-statement {
    margin-left: 10px; }

.cm-hipaa-forms-submit {
  margin-top: 40px;
  border: none;
  border-radius: 5px;
  height: 78px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #5AC5CC;
  font-weight: 800;
  font-size: 24px;
  color: #FFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 14px;
  -webkit-transition: color .16s ease-in-out,background .16s ease-in-out,background-color .16s ease-in-out;
  transition: color .16s ease-in-out,background .16s ease-in-out,background-color .16s ease-in-out;
  margin-top: 0px;
  display: inline-flex;
  align-items: center; }
  .cm-hipaa-forms-submit .material-icons {
    margin-right: 4px; }

.cm-hipaa-form-badge-wrapper {
  text-align: left; }

.cm-hipaa-forms-submit-wrapper {
  text-align: left; }

#main .cm-hipaa-form-badge-wrapper img {
  max-width: 238px; }

.btn-green:hover, .vc_btn3:hover {
  background-color: #349197;
  color: #fff;
  text-decoration: none; }

.btn-green-inv {
  padding: 4px 12px;
  background-color: #fff;
  color: #5AC5CC;
  font-size: 14px;
  letter-spacing: 0.17px;
  border-color: #5AC5CC;
  border-width: 1px; }

.btn-green-inv:hover {
  color: #fff;
  background-color: #5AC5CC; }

.btn-white {
  padding: 4px 12px;
  background-color: #fff;
  color: #5AC5CC;
  font-size: 14px;
  letter-spacing: 0.17px;
  border-color: #5AC5CC;
  border-width: 1px; }

.btn-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.find-doctor .btn-green {
  margin-top: 10px;
  width: 100%; }

.force-full-width-wrapper {
  position: relative; }

.force-full-width {
  position: absolute;
  left: -15px;
  min-height: 100%;
  right: -15px;
  z-index: -1; }

.featured-full .container {
  height: 200px; }

.featured-full {
  height: 200px;
  margin-bottom: 15px; }

.featured-full .page-header h1 {
  font-weight: 100; }

.featured .alignnone {
  margin-top: 0px;
  margin-bottom: 0px; }

.page-header {
  border-bottom: none;
  margin: 25px 0 0px; }

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

.page .post_content {
  min-height: 400px; }

.search .post_content {
  min-height: 10px; }

.search-results .post_content {
  margin-bottom: 30px; }

.search-results #main {
  margin-bottom: 60px; }
  @media (max-height: 767px) {
    .search-results #main {
      margin-bottom: 30px; } }

.page-header h1 {
  font-weight: 100;
  color: #5AC5CC;
  text-align: center;
  font-size: 30px;
  color: #5AC5CC;
  letter-spacing: 0.46px;
  line-height: 1.4; }

.featured-full .page-header {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0; }

.featured-full h2, .featured-full h1 {
  font-size: 32px;
  font-weight: normal;
  color: #fff;
  width: auto;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center; }

.featured-full .page-header p {
  color: #fff;
  margin-top: 15px; }

.icon-doctor-illo {
  background-position: center;
  height: 360px;
  text-align: center; }

.doctor-page .icon-doctor-illo {
  margin-top: 7px; }

.icon-doctor-illo svg {
  height: auto;
  max-width: 100%;
  margin-top: 15px; }

.find-doctor input[type="checkbox"] {
  margin: 7px 0 0 -20px; }

.post_content {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 32px; }

.home .post_content {
  font-size: 17px; }

.post_content .videos p {
  font-size: 14px;
  margin-top: 30px; }

.footer-wrapper {
  background-color: #4F4F4F;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 32px;
  margin-top: 75px; }

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

.footer-wrapper, .footer-wrapper a, .footer-wrapper .widget_nav_menu ul li a {
  color: #ffffff; }

.footer-wrapper a, .footer-wrapper .widget_nav_menu ul li a {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px; }

.widget_nav_menu ul li {
  margin-bottom: 4px; }

.footer-wrapper .widget_nav_menu {
  display: block;
  margin-bottom: 25px; }

.footer-wrapper .widget_nav_menu ul li.menu-heading a {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 15px; }

footer {
  color: #fff; }

footer a, footer a:hover {
  color: #fff; }

footer a:hover {
  text-decoration: underline; }

footer .widgettitle {
  margin-bottom: 30px; }

.icon-footer-logo {
  display: block;
  height: 64px;
  width: 64px; }

footer h4 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #E6E9ED; }

footer ul {
  color: #B8C0C9;
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-weight: 100; }

footer .navbar-brand {
  width: 80px;
  background-size: cover;
  height: 80px; }

footer .social {
  text-align: center; }

footer .social li {
  /* float: left; */
  margin-left: 10px;
  display: inline-block;
  margin-right: 10px; }

footer .social li:last-child {
  margin-right: 0; }

footer .social li .fa {
  color: #5AC5CC;
  font-size: 31px; }

footer .social li .fa:hover {
  color: #8fe8ed; }

#inner-footer {
  padding-top: 16px; }

.attribution {
  text-align: center; }

.section.find-doctor .doctor-titles h1 {
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 2.82px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px; }

.page-template-page-doctors .result-status h2 {
  font-weight: 500;
  font-size: 29px;
  color: #5C5C5C;
  letter-spacing: 0.43px;
  line-height: 1.1;
  border-bottom: 1px solid #DFE0DE;
  padding-bottom: 15px;
  margin-bottom: 49px;
  margin-top: 49px; }

.carousel .item a.btn {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  margin: 0 auto;
  font-weight: 100;
  width: 64%;
  letter-spacing: 0.9px;
  font-weight: 300; }

.multiple-items {
  padding: 0px 0px 15px; }

.doctor-feed .doctor-inner img, .profile img.profile-img {
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 10px;
  border-radius: 100%;
  border: solid 2px #fff;
  position: relative;
  z-index: 2; }

.profile img.profile-img {
  text-align: left;
  margin: 0; }

a.video-box:before {
  text-align: center;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

a .video-title {
  position: absolute;
  color: #fff;
  width: 65%;
  left: 40px;
  top: 15px;
  font-size: 20px;
  line-height: 1.5; }

.home a .video-title, .videos a .video-title {
  width: auto;
  left: 23px; }

a.video-box {
  border-radius: 4px;
  position: relative;
  display: block; }

.video-box .overlay {
  background: rgba(0, 0, 0, 0.51);
  border-radius: 4px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.doctor-feed .doctor-inner {
  text-align: center;
  padding: 0px 0px 48px 0px;
  margin: 0;
  position: relative;
  outline: 0;
  opacity: 1;
  background: #FFFFFF;
  border: 1px solid rgba(155, 155, 155, 0.71);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  height: 100%; }

#main .doctor-feed article {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0; }
  @media (max-width: 899px) {
    #main .doctor-feed article {
      width: 100%; } }

.doctor-feed .doctor-inner .blue-bg {
  background-color: #005568;
  background-position: top center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 150px;
  z-index: 0;
  border-radius: 6px 6px 0 0; }

.doctor-feed .doctor-inner .btn-wrap {
  position: absolute;
  bottom: 25px;
  display: inline;
  margin: 0 auto;
  left: 0;
  right: 0; }

.doctor-feed .doctor-inner a.btn {
  display: block;
  outline: 0;
  margin: 0 auto;
  width: 130px;
  width: 167px;
  left: 0;
  right: 0;
  font-size: 13px; }

.doctor-feed .doctor-inner h3 {
  font-size: 19px;
  color: #59c5cc;
  letter-spacing: 0.36px;
  margin-bottom: 0px;
  margin-top: 14px; }

.doctor-feed .col h4, .doctor-feed .col p {
  letter-spacing: 0.25px;
  line-height: 18px;
  font-size: 13px;
  color: #9B9B9B;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  margin-top: 0; }

.doctor-feed .col h4 {
  font-size: 13px;
  color: #005568;
  letter-spacing: 1px;
  line-height: 31px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 14px;
  line-height: 16px; }

.doctor-feed .col p {
  margin-top: 17px;
  font-weight: 600;
  color: #0f6e7d;
  font-size: 12px;
  margin-bottom: 8px; }

.doctor-feed .col a:hover, .doctor-feed .col a:active, .doctor-feed .col a:focus {
  outline: 0;
  text-decoration: none; }

.doctor-feed .btn-green {
  padding: 6px 0px;
  background-color: #5AC5CC;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.17px;
  width: 52%;
  margin: 0 auto;
  font-weight: 800;
  font-size: 14px;
  color: #FFFFFF; }

.doctor-feed a.btn-green:hover {
  background-color: #3d979d; }

.doctor-feed .content-inner {
  padding: 0 10px;
  min-height: 124px;
  position: relative; }

.bg-blue {
  position: absolute;
  background-color: #005568;
  width: 100%;
  display: block;
  height: 17px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #005568; }

.team .page-header h1,
.staff .page-header h1, .surgery_team .page-header h1 {
  text-align: left; }

.team .page-header,
.staff .page-header, .surgery_team .page-header {
  margin-bottom: 0;
  padding-bottom: 2px; }

.find-doctor h4 {
  font-size: 14px;
  color: #424A54;
  letter-spacing: 1px;
  line-height: 31px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px; }

.team-list img {
  min-width: 148px; }

.find-doctor h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 1.4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center; }

.single-post .single-title {
  text-align: left;
  margin-bottom: 10px; }

.single-post .page-header {
  margin-bottom: 14px; }

.single-post #main p.meta {
  font-size: 12px;
  color: #9EA09B;
  letter-spacing: -0.04px;
  line-height: 12px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 45px; }

.single-post .post_content {
  margin-top: 45px; }

h2.subtitle {
  color: #5AC5CC;
  font-size: 42px; }

a.btn-inverse-grey {
  font-size: 12px;
  color: #9EA09B;
  border: 1px solid #9EA09B;
  border-radius: 4px;
  padding: 6px 24px; }

a.btn-inverse-grey:hover {
  background-color: #efefef; }

.profile-tabs {
  margin-top: 20px;
  margin-bottom: 20px; }

.quick-links .nav-tabs, .vc_tta-tabs-list {
  float: left;
  border-bottom: none; }

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  margin-left: 25px;
  background-color: transparent;
  border-color: transparent; }

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: transparent;
  border-color: transparent; }

.vc_tta-panels-container {
  border-top: 1px solid #DFE0DE; }

.post_content .vc_tta.vc_general .vc_tta-panel-body {
  padding-top: 40px; }

.vc_tta.vc_general .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0; }

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
  border: none; }

.post_content .vc_tta.vc_general .vc_tta-panel.vc_active, .post_content .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0; }

.nav-wrapper {
  border-bottom: 1px solid #DFE0DE;
  overflow: hidden; }

.single-team #main,
.single-staff #main {
  margin-top: 30px; }

.board-list {
  list-style: none;
  text-align: center;
  font-size: 18px; }

.tab-content {
  font-size: 14px;
  color: #424A54;
  letter-spacing: 0.14px;
  line-height: 2;
  padding-top: 13px;
  clear: both; }

.quick-links .nav-tabs > li.active > a,
.quick-links .nav-tabs > li.active > a:hover,
.quick-links .nav-tabs > li.active > a:focus,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  margin-bottom: 0; }

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus {
  background: transparent;
  border: none; }

.nav-wrapper h3.heading, .vc_tta-container h2 {
  float: none;
  text-align: center;
  font-weight: 200;
  font-size: 28px;
  color: #7D7D7D;
  letter-spacing: 0.62px;
  line-height: 59px;
  margin-left: 0;
  margin: 0; }

.nav-tabs > li::last-child,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child {
  margin-right: 0; }

.nav-tabs > li,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
  margin-bottom: 0px;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.nav.nav-tabs > li > a {
  margin-left: 0px;
  line-height: 1.428571429;
  text-transform: uppercase;
  padding: 6px 9px;
  font-size: 15px;
  color: #B0B0B0;
  letter-spacing: 0.33px;
  line-height: 45px;
  font-weight: 200;
  text-transform: none;
  border-bottom: 1px solid transparent; }

.post_content .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  margin-left: 0px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover,
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:focus {
  border: none;
  color: #5AC5CC;
  border-bottom: 1px solid #5AC5CC;
  margin-bottom: -2px; }

.vc_tta-container .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a {
  border-bottom-color: #5AC5CC;
  margin-bottom: 0px; }

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus {
  color: #5AC5CC; }

.nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent; }

.nav-tabs > li > a:before {
  content: '';
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  position: absolute; }

.single-team .profile-tabs, .single-staff .profile-tabs, .single-surgery_team .profile-tabs {
  margin-top: 20px;
  margin-bottom: 20px; }

.single-team .nav-tabs, .single-staff .nav-tabs, .single-surgery_team .nav-tabs {
  border-bottom: 1px solid #DFE0DE; }

.single-team #main, .single-staff #main, .single-surgery_team #main {
  margin-top: 30px; }

.single-team .tab-content, .single-staff .tab-content, .single-surgery_team .tab-content {
  font-size: 14px;
  color: #424A54;
  letter-spacing: 0.14px;
  line-height: 2;
  padding-top: 13px; }

.single-team .nav-tabs > li, .single-staff .nav-tabs > li, .single-surgery_team .nav-tabs > li {
  margin-bottom: 0px; }

.single-team .nav-tabs > li.active > a,
.single-team .nav-tabs > li.active > a:hover,
.single-team .nav-tabs > li.active > a:focus, .single-staff .nav-tabs > li.active > a,
.single-staff .nav-tabs > li.active > a:hover,
.single-staff .nav-tabs > li.active > a:focus, .single-surgery_team .nav-tabs > li.active > a,
.single-surgery_team .nav-tabs > li.active > a:hover,
.single-surgery_team .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 1px solid #5AC5CC;
  color: #005568;
  position: relative; }

.single-team .nav-tabs > li,
.single-team .nav-tabs > li, .single-staff .nav-tabs > li,
.single-staff .nav-tabs > li, .single-surgery_team .nav-tabs > li,
.single-surgery_team .nav-tabs > li {
  margin-bottom: -2px;
  height: 80px; }

.single-team .nav-tabs > li > a, .single-staff .nav-tabs > li > a, .single-surgery_team .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border-bottom: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 9px;
  padding: 6px 9px;
  color: #DFE0DE;
  margin-right: 25px;
  padding-top: 60px; }

.single-team .nav-tabs > li > a:hover, .single-staff .nav-tabs > li > a:hover, .single-surgery_team .nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: transparent; }

.single-team .nav-tabs > li > a:before, .single-staff .nav-tabs > li > a:before, .single-surgery_team .nav-tabs > li > a:before {
  content: '';
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px; }

.team .nav.nav-tabs > li > a, .staff .nav.nav-tabs > li > a {
  margin-left: 0px; }

.team .nav.nav-tabs > li, .staff .nav.nav-tabs > li {
  float: left; }

.single-team .nav-tabs > li > a.education:before,
.single-surgery_team .nav-tabs > li > a.education:before {
  width: 31px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -202px 0px;
  bottom: 18px;
  left: 22px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li > a.education:before,
    .single-surgery_team .nav-tabs > li > a.education:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.single-team .nav-tabs > li.active > a.education:before,
.single-surgery_team .nav-tabs > li.active > a.education:before,
.nav-tabs > li.active > a.education:hover :before,
.nav-tabs > li.active > a.education:focus :before {
  width: 31px;
  height: 37px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -202px -41px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li.active > a.education:before,
    .single-surgery_team .nav-tabs > li.active > a.education:before,
    .nav-tabs > li.active > a.education:hover :before,
    .nav-tabs > li.active > a.education:focus :before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.single-team .nav-tabs > li > a.fact:before,
.single-surgery_team .nav-tabs > li > a.fact:before,
.single-staff .nav-tabs > li > a.bio:before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -239px 0px;
  bottom: 18px;
  left: 39px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li > a.fact:before,
    .single-surgery_team .nav-tabs > li > a.fact:before,
    .single-staff .nav-tabs > li > a.bio:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.single-staff .nav-tabs > li > a.bio:before {
  left: initial; }

.single-team .nav-tabs > li.active > a.fact:before,
.single-surgery_team .nav-tabs > li.active > a.fact:before,
.nav-tabs > li.active > a.fact:hover :before,
.nav-tabs > li.active > a.fact:focus :before,
.single-staff .nav-tabs > li.active > a.bio:before,
.nav-tabs > li.active > a.bio:hover :before,
.nav-tabs > li.active > a.bio:focus :before {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -239px -41px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li.active > a.fact:before,
    .single-surgery_team .nav-tabs > li.active > a.fact:before,
    .nav-tabs > li.active > a.fact:hover :before,
    .nav-tabs > li.active > a.fact:focus :before,
    .single-staff .nav-tabs > li.active > a.bio:before,
    .nav-tabs > li.active > a.bio:hover :before,
    .nav-tabs > li.active > a.bio:focus :before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.single-team .nav-tabs > li > a.privileges:before,
.single-surgery_team .nav-tabs > li > a.privileges:before {
  width: 33px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -93px 0px;
  bottom: 18px;
  left: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li > a.privileges:before,
    .single-surgery_team .nav-tabs > li > a.privileges:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.single-team .nav-tabs > li.active > a.privileges:before,
.single-surgery_team .nav-tabs > li.active > a.privileges:before,
.nav-tabs > li.active > a.privileges:hover :before,
.nav-tabs > li.active > a.privileges:focus :before {
  width: 33px;
  height: 30px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -93px -35px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .single-team .nav-tabs > li.active > a.privileges:before,
    .single-surgery_team .nav-tabs > li.active > a.privileges:before,
    .nav-tabs > li.active > a.privileges:hover :before,
    .nav-tabs > li.active > a.privileges:focus :before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.pager li {
  /* Back to my results: */
  font-size: 16px;
  color: #9EA09B;
  font-weight: 100;
  position: relative; }

.pager li > a,
.pager li > span {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0x; }

.pager .previous {
  float: left; }

.pager li.previous {
  padding-left: 36px; }

.pager li.next {
  padding-right: 36px; }

.pager .previous:before {
  content: '';
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -95px -81px;
  position: absolute;
  left: 0px;
  top: 3px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .pager .previous:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.pager li > a:hover,
.pager li > a:focus {
  background-color: transparent; }

li.previous a:hover:before, li.next a:hover:before {
  display: none; }

.pager .next:after {
  content: '';
  width: 12px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -110px -81px;
  position: absolute;
  right: 0px;
  top: 3px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .pager .next:after {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.pager .next {
  float: right; }

.cats-meta a {
  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;
  padding: 6px 12px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #F1F1F1;
  font-size: 11px;
  color: #424242;
  letter-spacing: 0.1px;
  line-height: 14px;
  margin-right: 5px;
  margin-top: 22px; }

.social-meta {
  margin-bottom: 35px; }

.cullman-programs.affix {
  top: 240px;
  box-shadow: none;
  z-index: 1;
  background: transparent; }

.cullman-programs .nav > li > a {
  font-size: 15px; }

.cullman-programs .nav li li {
  margin-bottom: 8px; }

.cullman-programs .nav li li > a, .cullman-programs .nav > li {
  line-height: 1.3; }

/*Bootstrap sidebar menu test*/
.bs-docs-sidenav {
  margin-top: 0px;
  margin-bottom: 20px; }

.bs-docs-sidenav .nav > li {
  margin-left: 0; }

.back-to-top {
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #767676;
  letter-spacing: .3px; }

.bs-docs-sidebar .nav > li > a:focus, .bs-docs-sidebar .nav > li > a:hover, .bs-docs-sidebar .nav > li.active > a {
  padding-left: 19px;
  color: #5ac5cc;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #424a54; }

.bs-docs-sidebar .nav .nav {
  display: none;
  padding-bottom: 10px; }

.bs-docs-sidebar .nav .active .nav {
  display: block; }

.bs-docs-sidebar .nav > li > a {
  font-size: 16px; }

.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #767676; }

.bs-docs-sidebar .nav .nav > li > a:hover {
  color: #5ac5cc; }

.bs-docs-sidebar .nav .nav > li > a:hover, .bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
  border-left: 1px solid #424a54; }

.back-to-top {
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999; }

.bs-docs-sidebar .nav > li.active > a, .bs-docs-sidebar .nav > li > a:focus {
  padding-left: 18px;
  border-left: 2px solid #e4e4e4; }

.bs-docs-sidebar .nav > li.active > a:hover {
  border-left: 2px solid #424a54; }

.bs-docs-sidebar .nav .nav > li.active > a, .bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 28px;
  font-weight: 600; }

.page-template-page-programs .post_content {
  text-align: left; }

.page-template-page-programs .post_content h3 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-top: 40px; }

.page-template-community span.callout {
  font-weight: 500;
  color: #5ac5cc; }

.page-template-community h2 {
  margin-top: 58px;
  margin-bottom: 33px; }

.bs-docs-sidenav .nav > li {
  margin-left: 0; }

select option {
  color: #333; }

#sidebar1, #main article.no-title {
  padding-top: 0;
  margin-bottom: 50px; }

.search-results .page-header h1 {
  font-size: 30px; }

.rev_slider_wrapper > div {
  overflow: visible !important; }

.rev_slider_wrapper .vertical-align {
  background-color: #F4F4F4; }

.recent-hero-posts h2 {
  margin-bottom: 12px !important;
  font-size: 23px !important; }

.recent-hero-posts p {
  font-style: italic;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 12px !important;
  font-size: 14px !important; }

.recent-hero-posts .vertical-align {
  padding: 15px !important; }

.recent-hero-posts .vertical-align {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.recent-hero-posts .line {
  width: 1px;
  border-right: 2px solid #979797;
  border-right: 2px solid rgba(171, 171, 171, 0.67);
  display: block;
  margin: 14px auto;
  height: 100%;
  max-height: 42px; }

.recent-hero-posts a.btn {
  font-size: 14px; }

.split-layout .vc_single_image-wrapper {
  overflow: hidden;
  min-height: 369px;
  position: relative;
  margin-right: 0; }

#main article .split-layout img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  vertical-align: top; }

.split-layout .vertical-align-wrap {
  min-height: 379px; }

.split-layout .contact .wpb_wrapper {
  max-width: 558px; }

.home-sidebar .widget_nav_menu {
  font-size: 13px;
  letter-spacing: 0.3px;
  line-height: 15px;
  display: none;
  position: relative;
  z-index: 100; }

.home-sidebar .widget_nav_menu ul {
  list-style: none;
  padding-left: 0; }

.home-sidebar .widget_nav_menu ul li a {
  color: #7D7D7D; }

.home-sidebar .widget_nav_menu ul li a:hover {
  text-decoration: underline;
  color: #999999; }

.home-sidebar {
  margin-left: -15px;
  margin-top: 30px; }

.home-sidebar .col-sm-6 {
  padding-left: 0;
  padding-right: 0; }

.home-sidebar .widget_nav_menu ul li {
  margin-bottom: 22px; }

.home-sidebar {
  display: none; }

.main-search button {
  background: #337ab7;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.11px;
  line-height: 16px;
  border: none;
  padding: 14px 13px 14px 13px;
  display: inline-block;
  margin-left: 0px;
  float: right;
  height: 82px; }

.main-search button:hover, .navbar-nav > li.btn-menu-green > a:hover, .affixed .navbar-default .navbar-nav > li.btn-menu-green > a:hover {
  color: #fff;
  background-color: #39b2ba;
  border-color: #39b2ba; }

.main-search .form-input input {
  border-radius: 0; }

.search .page-header h1 {
  text-align: left; }

.main-search button {
  float: right;
  padding: 21px 14px 19px 14px;
  background: #5AC5CC;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 15px; }

.main-search .form-input {
  padding-left: 0;
  padding-right: 0; }

.main-search-container {
  overflow: visible; }

.main-search label {
  display: none; }

.main-search #bh-sl-submit, .main-search {
  height: 82px; }

.main-search {
  padding: 0;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 50px;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  background: #F4F4F4;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 25px; }

.form-input input {
  color: #888888;
  letter-spacing: 0.64px;
  line-height: 30px;
  font-weight: 400;
  border: none;
  width: 100%;
  display: inline-block;
  padding: 7px 37px 7px 8px;
  font-size: 14px;
  float: left;
  height: 82px; }

.form-input-wrapper-inner {
  position: relative;
  overflow: hidden; }

.form-input-wrapper {
  overflow: hidden; }

/*.tp-caption img {
	max-width: 100% !important;
	height: auto !important;
	}*/
.rev_slider_wrapper {
  overflow: hidden !important; }

.recent-hero-posts {
  height: auto;
  display: block !important; }

.center {
  text-align: center; }

.single-services .page-header h1 {
  text-align: center; }

.single-services .section {
  text-align: left; }

.single-services .post_content ul, .post_content ul.arrow-bullets {
  /*	list-style-image: url(../../../images/arrow.png);*/
  margin-left: 0px;
  padding-left: 15px;
  margin-top: 30px; }

.single-services .post_content form ul li {
  padding-left: 0; }

.single-services .post_content ul li, .post_content ul.arrow-bullets li {
  padding-left: 21px;
  line-height: 2; }

.single-services .post_content ul li, .post_content ul.arrow-bullets li {
  padding-left: 8px;
  line-height: 1.3;
  margin-bottom: 20px; }

.single-services .post_content .style2 span.list-heading {
  font-weight: 600;
  margin-top: 30px;
  display: block; }

.single-services .post_content .style2 ul, ul.arrow-bullets {
  margin-top: 0px;
  margin-bottom: 40px; }

.single-services h3, h2.heading-med {
  font-weight: 400;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.57px;
  line-height: 38px;
  margin-bottom: 30px;
  margin-top: 0; }

.meet-team h2.heading-med {
  text-align: center; }

.meet-team .section {
  padding-top: 15px;
  padding-bottom: 15px; }

.green-bg {
  background-color: #005568; }

.force-full-width.grey-bg, .full-width, .full-width:before, .full-width:after {
  background-color: #F8F8F8; }

.even-col {
  flex-wrap: wrap;
  align-items: center; }

.even-col {
  display: flex;
  display: -webkit-flex; }

.even-col [class^="col-"] {
  flex: none;
  display: inline-block; }

.wpb_row [class^="col-"] {
  padding-top: 15px;
  padding-bottom: 15px; }

.wpb_row .hide-col {
  padding: 0; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  color: #fff;
  background-color: #5AC5CC;
  border: 1px solid #47bec6;
  padding: 8px 15px; }

.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #fff;
  background-color: #39b2ba;
  border-color: #31989e; }

.single-services .gform_wrapper .post_content ul li {
  padding-left: 0; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  border: 1px solid #ccc; }

.green-bg {
  color: #9ec0c2;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

.faqs .green-summary {
  padding-bottom: 0; }

.single-services .faqs hr {
  margin-bottom: 35px; }

.single-services .post_content .green-bg h3 {
  color: #5AC5CC;
  text-align: center; }

.single-services .post_content .faqs h3 {
  text-align: left;
  margin-bottom: 0;
  color: #fff; }

.single-services .post_content .faqs h4 {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0.33px;
  line-height: 30px;
  margin-bottom: 18px; }

.single-services .post_content .faqs ul {
  margin-top: 0; }

.single-services .post_content .green-summary p {
  text-align: center; }

.green-summary {
  padding-top: 40px;
  padding-bottom: 40px; }

.green-bg hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 80px; }

.green-bg .col-sm-4 {
  padding-top: 20px;
  padding-bottom: 20px; }

.post_content .green-bg h4 {
  color: #fff; }

.post_content h4 {
  font-size: 18px;
  letter-spacing: 0;
  color: #0F5568;
  font-weight: 600; }

.post_content .facilities h4 {
  color: #5AC5CC; }

.post_content hr {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.service-bottom {
  padding-top: 0px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.4px;
  line-height: 1.7; }

rs-module-wrap .service-callout {
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  padding: 10px 27px !important;
  position: relative;
  padding-bottom: 54px;
  font-family: 'Open Sans', sans-serif; }

rs-module-wrap .service-callout.emergency {
  padding: 18px 27px 50px 27px !important; }

rs-module-wrap .service-callout, rs-module-wrap .service-callout > div {
  text-align: center !important; }

rs-module-wrap .service-callout h2 {
  margin-top: 0 !important;
  font-size: 14px !important; }

.service-callout h2 {
  text-transform: uppercase;
  font-weight: 800 !important;
  font-size: 15px;
  color: #005568;
  letter-spacing: 2px;
  line-height: 30px;
  margin: 14px 0px 0px; }

rs-module-wrap span.phone {
  font-size: 16px !important; }

.service-callout h3,
rs-module-wrap .service-callout h3 {
  font-weight: 100 !important;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.58px !important;
  line-height: 38px !important;
  margin: 0px 0px 20px; }

.service-callout .btn {
  margin-top: -40px;
  float: right; }

rs-module-wrap .service-callout .btn {
  float: none;
  margin-top: 13px !important; }

.service-callout .vertical-align-wrap {
  text-align: center; }

.service-callout .phone, span.phone {
  color: #5AC5CC;
  font-weight: 600 !important;
  font-size: 18px !important; }

.service-callout .phone:before, span.phone:before {
  content: '';
  display: inline-block;
  background: url(../../../images/tel-icon.png) no-repeat;
  width: 16px;
  height: 16px;
  height: 17px;
  margin-bottom: -2px;
  margin-right: 10px; }

.service-callout .red-alert {
  background: #E16868;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 30px;
  margin: 0;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 800 !important;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase; }

.er-widget {
  position: relative; }

.wait-times h4 {
  font-weight: 400;
  color: #717171;
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin-top: 25px; }

.post_content .wait-times {
  line-height: 1.4; }

.red-txt {
  color: #E16868;
  font-weight: 400; }

.sm-info {
  display: block;
  margin-bottom: -35px;
  font-size: 12px;
  font-weight: 500;
  margin-top: 18px; }

.wait-time {
  font-weight: 800;
  font-size: 25px;
  line-height: 27px;
  color: #005568;
  letter-spacing: 0.71px;
  margin-top: 7px;
  display: inline-block; }

@media (max-width: 899px) {
  .wait-time-wrapper {
    background-color: #005568;
    margin-top: 15px; }
  .navbar-collapse .wait-time-wrapper .er-widget {
    margin-bottom: 15px; }
  .sidebar-nav.location.wait-time-menu .btn-default {
    padding: 4px 9px;
    font-size: 15px; }
  .affixed .navbar-default.affix .nav-top {
    padding-top: 8px;
    padding-bottom: 0;
    border-bottom: none; }
  .navbar-form {
    padding-bottom: 17px;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0px;
    margin-right: 0px; }
  .sidebar-nav {
    padding-bottom: 4px; }
  .sidebar-nav.location.wait-time-menu li {
    max-width: 270px; }
  .navbar-collapse .nav {
    padding-left: 15px;
    padding-right: 15px; }
  .navbar-default .navbar-collapse {
    padding: 0; }
  .container-fluid.nav-top {
    padding-left: 0;
    padding-right: 0; }
  .navbar-brand {
    margin-left: 15px; }
  .navbar-toggle {
    margin-right: 15px; }
  .navbar .nav-top {
    padding-top: 0;
    padding-bottom: 0; }
  .navbar-header {
    margin-top: 15px;
    margin-bottom: 15px; } }

.er-widget {
  padding-left: 62px; }

.er-widget:before {
  display: block;
  content: '';
  width: 50px;
  height: 47px;
  float: left;
  position: absolute;
  left: 0px;
  top: 2px; }

.er-widget .btn-primary {
  margin-top: 16px; }

.emergency-widget:before {
  background: url(../../../images/cross-circle-icon.png) no-repeat; }

.urgent-care-widget:before {
  background: url(../../../images/bandaid-circle-icon.png) no-repeat; }

.contact-widget:before {
  background: url(../../../images/contact-ic-nav.png) no-repeat; }

.foundation-widget:before {
  background: url(../../../images/foundation-ic.png) no-repeat; }

.careers-widget:before {
  background: url(../../../images/careers-ico.png) no-repeat; }

.supernav-top .sidebar-nav .patient-portal-link .careers-widget:before {
  background: url(../../../images/patient-portal-ic.png) no-repeat;
  height: 32px;
  width: 40px;
  background-size: 100% !important; }

.supernav-top .sidebar-nav .bill-pay .careers-widget:before {
  background: url(../../../images/ic-bill-pay-teal.png) no-repeat;
  height: 33px;
  width: 32px;
  background-size: 100% !important; }

.supernav-top .sidebar-nav .patient-portal-link .careers-widget {
  padding-left: 50px !important; }

.supernav-top .sidebar-nav .bill-pay .careers-widget {
  padding-left: 40px !important; }

.urgent-care-widget span {
  text-transform: lowercase; }

.available-times, .emergency-widget .wait-time {
  display: none; }

@media (max-width: 768px) {
  rs-module-wrap .red-alert span {
    line-height: 15px !important;
    font-size: 12px !important; } }

.info-aside .vc_column-inner {
  border-left: 7px solid #5AC5CC;
  padding-left: 33px;
  padding-top: 5px;
  padding-bottom: 5px; }

.info-aside {
  padding-top: 35px;
  padding-bottom: 35px; }

.service-callout-box .vc_column-inner {
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  padding: 18px 55px; }

.service-callout-box .vc_column-inner p {
  line-height: 1.7; }

.service-callout-box .vc_column-inner h4 {
  margin-top: 0;
  color: #005568; }

.service-callout-box .vc_column-inner a {
  border-bottom: none; }

a.arrow-before-sm:before {
  background: url(../../../images/link-arrow.png) no-repeat;
  content: '';
  width: 21px;
  height: 10px;
  display: inline-block;
  margin-right: 7px; }

.service-callout-box .vc_column-inner a:after, a.arrow-after-sm:after {
  background: url(../../../images/link-arrow.png) no-repeat;
  content: '';
  width: 21px;
  height: 10px;
  display: inline-block;
  margin-left: 7px; }

.light-grey-col .vc_column-inner {
  background-color: #f7f7f7;
  padding: 10px;
  height: 100%; }

#main article footer {
  display: none; }

.services-feed {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .services-feed {
      margin-bottom: 90px; } }

.row .services-list:before, .row .services-list:after {
  content: normal; }

@media (min-width: 768px) {
  .row .services-list {
    display: flex;
    flex-wrap: wrap; } }

.row .services-list a {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px; }

.services-list .column {
  letter-spacing: 0.58px;
  line-height: 38px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.25px;
  line-height: 25px;
  flex: 0 0 100%; }
  @media (min-width: 768px) {
    .services-list .column {
      flex: 0 0 50%; } }
  @media (min-width: 992px) {
    .services-list .column {
      flex: 0 0 33.3333333333%; } }

.services-list .column {
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .services-list .column {
      padding-top: 12px;
      padding-bottom: 12px; } }

.service-sidebar .services-list .column {
  padding-top: 8px;
  padding-bottom: 8px; }

.services-list .column .inner .vertical-align-wrap {
  display: none;
  width: auto;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0; }
  @media (max-width: 767px) {
    .services-list .column .inner .vertical-align-wrap {
      right: 11px; } }

.services-list .column .inner .vertical-align-wrap i {
  font-size: 20px;
  color: #66BE6C;
  margin-top: 6px;
  position: relative; }

.services-list .column p {
  font-size: 14px;
  color: #747474;
  line-height: 18px;
  margin-bottom: 0;
  display: none; }

.services-list .column .inner-content {
  padding: 0; }

.services-list .chev-right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 17px; }

.services-list .img-wrapper {
  height: auto; }

.services-list .img-wrapper {
  min-height: 81px; }

.services-list.row {
  margin-left: -10px;
  margin-right: -10px; }

.services-list .column {
  padding-left: 10px;
  padding-right: 10px; }

.services-list .column .inner {
  padding-left: 20px;
  border: 1px solid #E0E0E0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0px;
  padding-right: 50px;
  position: relative;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: -10;
  min-height: 86px;
  transition-property: background,border,color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out; }

.services-list .column.hover .inner {
  background-color: #5AC5CC;
  border: 1px solid #5AC5CC; }
  .services-list .column.hover .inner h4 {
    color: #fff; }
  .services-list .column.hover .inner .fa-chevron-right:after {
    opacity: 1; }
  .services-list .column.hover .inner .fa-chevron-right:before {
    opacity: 0; }

.services-list .column.custom .inner span {
  font-size: 17px; }

.services-list .column .inner h4 {
  text-align: left;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-bottom: 0;
  font-weight: 400;
  color: #0F5568;
  font-size: 18px;
  color: #0F5568;
  letter-spacing: 0;
  transition-property: background,border,color;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out; }

.post_content .services-heading {
  padding-top: 0;
  padding-bottom: 0; }
  .post_content .services-heading h2 {
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    color: #0F5568;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0; }

.service-callout h4 {
  margin: 0;
  clear: both; }

.services-list .fa-chevron-right {
  width: 9px;
  height: 17px;
  margin-bottom: 0 !important; }
  .services-list .fa-chevron-right:before {
    content: '';
    background: url(../../../images/chev-right-green.svg) no-repeat;
    width: 9px;
    height: 17px;
    display: block;
    position: absolute;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out; }
  .services-list .fa-chevron-right:after {
    content: '';
    background: url(../../../images/chev-right-white.svg) no-repeat;
    width: 9px;
    height: 17px;
    display: block;
    position: absolute;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out; }

.services-list a:hover,
.services-list a:focus,
.services-list a:active {
  text-decoration: none; }

.services-list .inner.hover {
  background-color: #46BD69; }
  .services-list .inner.hover h4 {
    color: #fff; }
  .services-list .inner.hover:before {
    opacity: 1; }

@media (max-width: 768px) {
  .portal-callout h4 {
    line-height: 1.4;
    clear: both;
    padding-bottom: 20px; }
  .portal-callout .vertical-align-wrap {
    display: block; } }

.meet-team h3 {
  font-size: 22px;
  color: #5AC5CC;
  letter-spacing: 0.58px;
  line-height: 28px;
  margin-bottom: 0; }

.meet-team h3:hover {
  border-bottom: 0px;
  color: #339fa6;
  text-decoration: none; }

.meet-team img {
  margin-bottom: 20px; }

.meet-team h4 {
  font-weight: 700;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.3; }

.meet-team .content-inner {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; }

.section.meet-team {
  margin-bottom: -49px;
  padding-bottom: 0; }

.filter-menu {
  margin-bottom: 75px; }

.filter-menu .nav > li > a {
  padding: 6px 7px;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 38px; }

.filter-menu .nav > li {
  margin-bottom: 0;
  border-bottom: 1px solid transparent; }

.filter-menu .nav > li.disabled > a {
  color: #bababa; }

.filter-menu ul {
  display: inline-block;
  border-bottom: 1px solid #E0E0E0; }

.filter-menu ul li.active {
  background: transparent;
  border-bottom: 1px solid #005568; }

.filter-menu .nav > li.active > a, .filter-menu .nav > li.active > a:hover, .filter-menu .nav > li.active > a:focus {
  background: transparent;
  color: #005568; }

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

.service-callout .inner {
  /* Rectangle 3: */
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-weight: 100;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.58px;
  line-height: 38px;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-left: 20px;
  padding-right: 20px; }

.service-callout .inner h3 {
  text-align: left;
  line-height: 1.5;
  margin: 0; }

.service-callout .btn-primary, .callout-shadow .btn-primary {
  background: #5AC5CC;
  border-radius: 4px;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0.15px;
  padding: 13px 50px;
  height: auto;
  float: none;
  clear: both;
  margin-top: 20px; }

rs-module-wrap .about-wrapper h2 {
  color: #005568 !important;
  letter-spacing: 0.25px !important;
  font-weight: 200 !important;
  white-space: normal !important;
  margin-top: 10px !important; }

rs-module-wrap .about-wrapper .nav-tabs {
  margin-top: 0;
  display: flex;
  align-items: center; }

rs-module-wrap .about-wrapper h2, rs-module-wrap .about-wrapper h2 span {
  font-size: 28px !important;
  line-height: 1.4 !important; }
  @media (max-width: 767px) {
    rs-module-wrap .about-wrapper h2 br, rs-module-wrap .about-wrapper h2 span br {
      display: none; } }

rs-module-wrap .about-wrapper h2 span {
  color: #5AC5CC;
  border-bottom: 2px solid #5AC5CC; }

#gform_23 .gfield_radio input {
  opacity: 0;
  display: none !important; }

#gform_23 .gfield_radio img {
  opacity: 0.8;
  border: 3px solid transparent;
  border-radius: 12px;
  pointer-events: none; }

#gform_23 .gfield_radio input[type="radio"]:checked + label > img {
  opacity: 1;
  border: 3px solid #59c5cc;
  transition: 0.25s all ease-in-out; }

@media (max-width: 768px) {
  rs-module-wrap .about-wrapper p {
    font-size: 13px !important; } }

rs-module-wrap .plane {
  margin-left: 0 !important; }

rs-module-wrap .about-wrapper a.plane:before {
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: 0px 0px;
  margin-bottom: -8px;
  margin-top: -30px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    rs-module-wrap .about-wrapper a.plane:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

rs-module-wrap .about-wrapper a.glasses:before {
  width: 44px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -44px 0px;
  margin-bottom: -4px;
  margin-top: -20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    rs-module-wrap .about-wrapper a.glasses:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.about-wrapper .nav.nav-tabs > li.active > a.glasses:before, .about-wrapper .nav.nav-tabs > li.active > a.glasses:focus:before {
  width: 44px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -44px -30px;
  margin-top: -20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .about-wrapper .nav.nav-tabs > li.active > a.glasses:before, .about-wrapper .nav.nav-tabs > li.active > a.glasses:focus:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.about-wrapper .nav.nav-tabs > li.active > a.plane:before, .about-wrapper .nav.nav-tabs > li.active > a.plane:focus:before {
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: 0px -29px;
  margin-top: -30px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .about-wrapper .nav.nav-tabs > li.active > a.plane:before, .about-wrapper .nav.nav-tabs > li.active > a.plane:focus:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

rs-module-wrap .about-wrapper a.glasses {
  margin-top: -30px !important; }

@media (max-width: 768px) {
  rs-module-wrap .about-wrapper a.glasses {
    padding-top: 7px; }
  rs-module-wrap .note-wrapper p {
    font-size: 13px !important;
    line-height: 1.3 !important; } }

rs-module-wrap .note-wrapper p {
  font-family: 'Open Sans', sans-serif !important; }

.about-wrapper .nav-tabs > li {
  float: left;
  height: 41px !important;
  padding: 0 !important; }

.about-wrapper .nav-tabs > li > a:before {
  display: inline-block;
  text-align: left;
  margin-right: 7px;
  position: relative; }

.about-wrapper .nav-tabs > li > a {
  font-weight: 700 !important;
  font-size: 12px !important;
  color: #dadada;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: none;
  border: none;
  margin-left: 0 !important; }

.about-wrapper .nav-tabs {
  border-bottom: none; }

.about-wrapper .nav-tabs > li.divider {
  background: url(../../../images/line.png) center center no-repeat;
  display: block;
  width: 20px;
  margin: 0 25px; }

.about-wrapper .nav.nav-tabs > li.active > a, .about-wrapper .nav.nav-tabs > li.active > a:focus {
  border-bottom: none;
  color: #5AC5CC; }

.note-wrapper .inner {
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.4px;
  line-height: 38px;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  padding: 20px; }

.note-wrapper .inner h3 {
  font-weight: 500  !important;
  font-size: 26px  !important;
  color: #005568  !important;
  letter-spacing: 0.58px  !important;
  line-height: 38px  !important;
  margin-top: 0 !important;
  font-family: 'Open Sans', sans-serif !important; }

.note-wrapper h4 {
  line-height: 32px !important;
  color: #005568;
  text-align: center !important;
  font-family: 'Open Sans', sans-serif !important; }

.note-wrapper h4 span {
  font-weight: 800;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  line-height: 29px;
  text-transform: uppercase; }

.note-wrapper .inner img {
  margin: 0 auto !important; }

.rev_slider_wrapper {
  overflow: visible !important; }

rs-module-wrap .active-revslide {
  overflow: visible !important; }

.facilities h4, .facilities h3, .facilities p {
  text-align: left; }

.vc_tta-title-text {
  font-weight: 400; }

.page-id-46 article header {
  display: none; }

.callout-shadow > .vc_column-inner {
  color: #717171;
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 2px;
  padding: 20px 35px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  text-align: center; }

.shadow-col > .vc_column-inner {
  background: #FFFFFF;
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, 0.14);
  border-radius: 2px; }

.post_content .callout-shadow > .vc_column-inner {
  padding: 20px 25px; }

.callout-shadow p {
  font-weight: 300;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.58px;
  line-height: 1.5; }

.location-ico:before {
  background: url(../../../images/location-ico.png) no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 51px;
  width: 33px;
  height: 47px;
  top: 33px; }

.location-ico {
  padding-left: 80px; }

.single-team h5,
.single-staff h5 {
  position: relative; }

.facilities .bullet .vc_column-inner {
  margin-left: 40px; }

.facilities .bullet .vc_column-inner h4, .single-team h5, .single-staff h5 {
  margin-top: 0; }

.facilities .bullet .vc_column-inner h4, .single-team h5, .single-staff h5, .single-surgery_team h5 {
  margin-top: 0;
  font-weight: bold;
  color: #62c8d0; }

.single-team h5 i, .single-surger_team h5 i, .single-staff h5 i {
  color: #62c8d0; }

.facilities .bullet .vc_column-inner h4:before {
  background: url(../../../images/bullet-ico.png) no-repeat;
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  width: 18px;
  height: 18px;
  top: 6px; }

.services-aside {
  background: url(../../../images/cardio_icon_bg.png) no-repeat;
  background-position: top right;
  background-color: #005568;
  box-shadow: 1px 7px 20px 4px rgba(0, 0, 0, 0.27);
  border-radius: 2px;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 25px;
  text-align: left;
  padding: 0 30px 10px 30px;
  margin-top: 25px;
  margin-left: 15px;
  margin-right: 15px; }

.services-aside h3 {
  font-weight: 700;
  font-size: 18px;
  color: #5AC5CC;
  letter-spacing: 0.4px;
  line-height: 38px;
  margin-bottom: 4px; }

.services-aside a {
  color: #fff; }

.lead-lg p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.4px;
  line-height: 32px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.4px; }

.page #main article footer {
  display: none; }

.page-id-46 #main article {
  margin-bottom: 0;
  padding-bottom: 0; }

.inner-content {
  position: relative;
  transition: all .1s ease-in-out;
  padding-bottom: 40px; }

.inner {
  position: relative;
  transition: all .1s ease-in-out; }

.services-list .learn-more {
  font-weight: 600;
  font-size: 13px;
  color: #5AC5CC;
  letter-spacing: 1.73px;
  line-height: 30px;
  background-color: #005568;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  bottom: 15px;
  left: 15px;
  right: 15px;
  max-height: 0;
  transition: max-height .1s ease-in-out; }

.services-list .hover .learn-more {
  max-height: 40px; }

.services-list .learn-more div {
  padding-top: 5px;
  padding-bottom: 5px; }

.services-list .hover .card {
  display: block; }

.foundation h1 {
  font-weight: 800;
  font-size: 15px;
  color: #5AC5CC;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: uppercase; }

.foundation h1:before {
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -1px -100px;
  margin-bottom: -6px;
  content: ' ';
  display: inline-block;
  margin-right: 19px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    .foundation h1:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.foundation h2 {
  font-weight: 100;
  font-size: 35px;
  color: #005568;
  letter-spacing: 0.75px;
  line-height: 1.2; }

.foundation h3 {
  font-weight: 500;
  font-size: 29px;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.58px;
  line-height: 38px; }

.post_content .green-bg.foundation h4 {
  font-weight: 100;
  font-size: 35px;
  color: #FFFFFF;
  letter-spacing: 0.48px;
  line-height: 80px;
  padding-left: 140px;
  position: relative;
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: 0.48px;
  line-height: 1.5;
  padding-left: 87px; }

.foundation h4:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 12px; }

h4.diamond:before {
  width: 44px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: 0px -145px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    h4.diamond:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

h4.flag:before {
  width: 39px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -54px -145px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    h4.flag:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

h4.wrench:before {
  width: 41px;
  height: 41px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -107px -145px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    h4.wrench:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

h4.cross:before {
  width: 52px;
  height: 52px;
  background-repeat: no-repeat;
  background-image: url(../../../images/sprites.png);
  background-position: -158px -145px;
  top: 9px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    h4.cross:before {
      background-image: url(../../../images/sprites@2.png);
      background-size: 595px 842px; } }

.post_content .green-bg.foundation h4.cross {
  font-weight: 500; }

.foundation hr {
  position: relative;
  width: 125%;
  left: -100%;
  border-bottom: 4px solid #fff;
  margin-bottom: 50px;
  margin-top: 70px; }

.post_content .green-bg.foundation h4 em {
  color: #5AC5CC;
  font-style: normal; }

.foundation .contact p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.44px;
  margin-bottom: 20px; }

.page-id-674 .page-header {
  display: none; }

.community-menu .widget {
  margin: 0; }

.community-menu {
  border-top: 2px solid rgba(0, 0, 0, 0.14);
  border-bottom: 2px solid rgba(0, 0, 0, 0.14);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 40px; }

.community-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }

.community-menu ul li {
  display: inline-block;
  margin: 0 14px; }

.community-menu ul li a {
  font-weight: 800;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
  line-height: 30px;
  text-transform: uppercase; }

.post_content .vc_tta.vc_general .vc_tta-panel.vc_active, .post_content .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: inline-block; }

.cullman-check-in {
  height: 750px; }

@media (max-width: 767px) {
  .cullman-check-in {
    height: 650px; } }

.mobile.navbar-form .form-control {
  background-color: #fff;
  border: 1px solid #dddddd;
  width: 100%;
  color: #656565; }

.navbar-default .mobile.navbar-form {
  border-color: transparent; }

.page-template-our-community #content {
  padding: 0; }

.page-id-674 #content {
  padding: 0; }

.page-id-1141 #content {
  margin-bottom: 40px; }

rs-module-wrap .service-callout h3 {
  margin-bottom: 10px !important; }

.vertical-align-wrap {
  height: 100%; }

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

.vertical-align-bottom {
  display: table-cell;
  vertical-align: bottom; }

.vertical-align-wrap {
  display: table !important; }

.portal-callout .vertical-align-wrap {
  display: block !important; }

rs-module-wrap .service-callout .btn {
  font-size: 14px !important; }

rs-module-wrap .service-callout.wait-time-callout .sm-info {
  margin: 0 !important;
  font-weight: 600;
  font-size: 12px !important;
  color: #6f6f6f; }

rs-module-wrap .service-callout.wait-time-callout .wait-time {
  color: #5AC5CC;
  text-transform: uppercase;
  font-size: 26px; }

rs-module-wrap .service-callout.wait-time-callout hr {
  margin: 11px -3px 14px 0 !important; }

@media (min-width: 768px) {
  .services-list .col-sm-4 {
    padding-top: 10px;
    padding-bottom: 10px; }
  .wait-time {
    line-height: 41px;
    font-size: 32px; }
  .about-wrapper .nav-tabs > li > a:before {
    margin-right: 14px; }
  .about-wrapper .nav-tabs > li > a {
    font-weight: 700 !important;
    font-size: 15px !important; }
  .service-callout .inner {
    padding-left: 30px;
    padding-right: 30px; }
  .daily-headline h2, .archive h3.h2 {
    font-size: 35px;
    line-height: 50px;
    padding-top: 50px;
    padding-bottom: 20px; }
  rs-module-wrap .service-callout h2 {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important; }
  rs-module-wrap span.phone {
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif !important; }
  rs-module-wrap .service-callout .btn {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important; }
  rs-module-wrap .service-callout.wait-time-callout h3 {
    margin-bottom: 11px !important; }
  .main-search {
    margin-top: 60px;
    margin-bottom: 80px; }
  .bs-docs-sidebar .nav > li {
    margin-left: 0; }
  .foundation h4:before {
    top: -1px; }
  .split-layout .vc_single_image-wrapper {
    overflow: hidden;
    min-height: 539px; }
  .wpb_row .hide-col {
    padding-top: 15px;
    padding-bottom: 15px; }
  .page-template-community .post_content h2:first-child {
    margin-top: 0; }
  .wpb_content_element.contact, .left-border {
    margin-top: 0; }
  rs-module-wrap .service-callout .btn {
    margin-top: -53px !important;
    float: right; }
  rs-module-wrap .employees-slider .service-callout .btn {
    margin-top: -13px !important; }
  rs-module-wrap .service-callout.wait-time-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: justify; }
  rs-module-wrap .service-callout.wait-time-callout .btn {
    margin-top: 0 !important; }
  rs-module-wrap .service-callout.wait-time-callout-new .btn {
    margin-top: 30px !important;
    float: left !important; }
  rs-module-wrap .service-callout h3 {
    margin-bottom: 17px !important;
    font-family: 'Open Sans', sans-serif !important; }
  rs-module-wrap .service-callout, rs-module-wrap .service-callout > div {
    text-align: left !important; }
  rs-module-wrap .about-wrapper a.glasses {
    margin-top: 0px !important; }
  rs-module-wrap .about-wrapper h2, rs-module-wrap .about-wrapper h2 span {
    font-size: 35px !important;
    letter-spacing: 0.75px !important;
    line-height: 1.8 !important; }
  rs-module-wrap .note-wrapper p {
    line-height: 25px !important;
    font-size: 15px !important; }
  .page-template-community .section h2, .page-template-community .section-sm h2, .page-template-community .section-sm h2 a, .page-template-community .section h2 a {
    margin-top: 58px;
    margin-bottom: 33px;
    font-size: 34px; }
  .page-template-community .post_content h2 {
    margin-top: 45px;
    margin-bottom: 33px;
    font-weight: 500;
    z-index: -1;
    position: relative; }
  h4.cross:before {
    top: -9px; }
  .contact, .fix-link {
    position: relative;
    z-index: 1; }
  .foundation .contact p {
    font-size: 20px;
    letter-spacing: 0.44px;
    line-height: 40px; }
  rs-module-wrap .service-callout {
    padding-bottom: 10px; }
  .info-aside {
    padding-top: 0px;
    padding-bottom: 0px; }
  .callout-shadow > .vc_column-inner {
    text-align: left; }
  .page-template-community .page-header img {
    width: auto; }
  .page-template-community .post_content h2 {
    margin-top: 58px; }
  .page-template-community .page-header p {
    font-size: 30px;
    line-height: 49px;
    clear: none; }
  .page-template-community .summary p {
    letter-spacing: 0.28px;
    font-size: 18px;
    line-height: 2;
    font-weight: 400; }
  rs-module-wrap .service-callout .btn {
    display: block;
    margin-top: 10px;
    padding: 9px 23px; }
  .service-callout img {
    float: left;
    clear: left;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px; }
  .lead-lg p {
    font-size: 16px;
    line-height: 38px;
    font-weight: 400; }
  .full-width-links h1 {
    font-size: 55px; }
  .full-width-links h2 {
    margin-bottom: 12px; }
  .widget_nav_menu ul li {
    margin-bottom: 12px; }
  /*  .navbar-nav > li.btn-menu-green {
    position: absolute;
    right: 9px;
    top: 6px;
    }*/
  .btn-default {
    color: #005568; }
  .mobile {
    display: none; }
  .filter-menu .nav > li:first-child {
    margin-right: 15px;
    text-transform: lowercase; }
  .post_content .meet-team .section, .meet-team {
    padding-top: 30px;
    padding-bottom: 30px;
    clear: both; }
  .file-list.section {
    padding-top: 10px;
    padding-bottom: 10px; }
  .post_content .file-list ul.arrow-bullets {
    margin-top: 0;
    margin-bottom: 0; }
  #main article {
    margin-bottom: 0px;
    padding: 0 0 0px; }
  .quick-links .nav-tabs, .vc_tta-tabs-list {
    float: right; }
  .page-header h1 {
    font-size: 40px; }
  .service-bottom {
    padding-top: 30px; }
  .featured-full .container {
    height: 300px; }
  .featured-full {
    height: 300px;
    margin-bottom: 15px; }
  .service-callout .btn-primary, .callout-shadow .btn-primary {
    float: right;
    margin-top: 0px; }
  .service-callout img {
    float: left;
    display: inline-block; }
  .service-callout h4 {
    text-align: left; }
  .services-list .col .inner-content {
    padding: 25px 20px;
    padding-bottom: 40px; }
  .nav-wrapper h3.heading, .vc_tta-container h2 {
    float: left;
    text-align: left; }
  .nav-tabs > li,
  .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    float: left; }
  .link-circle img {
    border-radius: 50%; }
  .tp-caption {
    max-height: 100% !important; }
  #quick-links-container {
    overflow: visible; }
  h2 {
    line-height: 41px;
    font-size: 32px; }
  .nav.nav-tabs > li > a, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    margin-left: 25px; }
  .nav-tabs > li.heading {
    width: auto; }
  .recent-hero-posts {
    display: table !important; }
  .rev_slider_wrapper {
    overflow: visible !important; }
  .home-sidebar {
    display: block; }
  .home .widget_nav_menu {
    display: block; }
  .single-team #main,
  .single-staff #main {
    margin-top: 130px; }
  .section-wrap {
    padding-top: 25px;
    padding-bottom: 25px; }
  .daily-headline h2 {
    padding-top: 90px; }
  .page-header {
    margin: 48px 0 24px; }
  .page-header h1 {
    font-size: 55px;
    letter-spacing: 0.81px;
    line-height: 1.2; }
  .team .page-header h1, .surgery_team .page-header h1,
  .staff .page-header h1 {
    font-size: 42px;
    margin-bottom: 6px; }
  .result-status h2 {
    position: absolute; }
  .slick-prev,
  .slick-next {
    font-size: 20px;
    height: 42px; }
  .slick-prev:before,
  .slick-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
    color: #8b8b8b; }
  .slick-prev:before {
    content: ''; }
  .slick-next:before {
    content: ''; }
  .slick-slider {
    margin-bottom: 48px;
    margin-top: 60px; }
  .slick-track {
    padding-top: 5px;
    padding-bottom: 5px; }
  .carousel {
    margin-left: 0px;
    margin-right: 0px; }
  .slick-slide {
    margin-right: 18px;
    margin-left: 18px; }
  .section h2 {
    margin-bottom: 34px;
    font-size: 36px; }
  /*	rs-module-wrap br {
		display: none;
		}*/
  rs-module-wrap span {
    line-height: 1 !important; }
  #inner-footer {
    padding-top: 50px; }
  .attribution {
    text-align: left; }
  footer .social {
    float: right; }
  footer .social li {
    float: left;
    margin-left: 20px; }
  footer .social li:first-child {
    margin-left: 0; }
  .carousel-center {
    margin-left: -30px;
    margin-right: -30px; }
  .slick-track {
    padding-top: 42px;
    padding-bottom: 42px; }
  .section br {
    display: initial; }
  body {
    line-height: 1.9; }
  .section {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section-sm {
    padding-top: 15px;
    padding-bottom: 15px; }
  .section .col {
    padding-top: 0;
    padding-bottom: 0; }
  .section .fa {
    margin-bottom: 35px; }
  #sidebar1 {
    padding-top: 65px; }
  .find-doctor .btn-green {
    margin-top: 58px; }
  .icon-doctor-illo {
    height: 270px;
    margin-top: 30px; }
  .featured img {
    border-radius: 4px 0 0 4px; }
  .force-full-width {
    left: -30px;
    min-height: 100%;
    right: -30px; }
  .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: left;
    -webkit-box-pack: justify; }
  .services-list .col, .light-grey-col {
    flex-grow: 0; }
  .flexthis.container:before,
  .flexthis.container:after,
  .services-list.row:before,
  .services-list.row:after {
    content: normal; }
  .doctor-feed .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    -webkit-box-pack: justify; }
    .doctor-feed .row article {
      flex-grow: 0; }
    .doctor-feed .row:before, .doctor-feed .row:after {
      content: normal; }
  .page-id-46 .facility-bg {
    background: url(../../../images/facilities-bg.jpg) no-repeat right top;
    position: absolute;
    width: 860px;
    height: 727px;
    right: -13%;
    z-index: -1;
    background-size: contain; } }

rs-module-wrap .service-callout.wait-time-callout-new {
  padding: 18px 0px !important; }

@media (min-width: 768px) {
  rs-module-wrap .service-callout.wait-time-callout-new {
    padding: 18px 17px !important; } }

@media (min-width: 1200px) {
  rs-module-wrap .service-callout.wait-time-callout-new {
    padding: 18px 17px !important; } }

@media (min-width: 992px) {
  .form-input input {
    font-size: 17px;
    letter-spacing: 0.64px;
    line-height: 30px;
    font-weight: 400;
    padding: 41px 18px; }
  .main-search button {
    padding: 21px 54px 19px 54px; }
  .force-full-width {
    left: -100%;
    right: -100%; }
  .carousel .item a.btn {
    width: 50%; }
  #main .doctor-feed article {
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 35px;
    padding-bottom: 35px; }
  .btm-links h3 {
    font-size: 27px;
    letter-spacing: 0.28px;
    line-height: 35px; }
  .section.btm-links h2 {
    margin-top: 22px; }
  .find-doctor .btn-green {
    margin-top: 68px;
    padding: 13px 75px; }
  .section.find-doctor h2 {
    padding: 0 69px;
    font-size: 30px; }
  .force-full-width-wrapper-inner {
    padding-top: 30px;
    padding-bottom: 30px; }
  .section.main, .section.find-doctor, .section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section {
    padding-top: 50px;
    padding-bottom: 50px; }
  .single-services .section {
    padding-top: 60px;
    padding-bottom: 60px; }
  .section.daily-tips {
    padding-top: 25px;
    padding-bottom: 25px; }
  .section.quick-links .col {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0; }
  .row.section.btm-links .col {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px; }
  .section {
    padding-top: 50px;
    padding-bottom: 50px; }
  .services-feed.section {
    padding-top: 12px;
    padding-bottom: 0px; }
    .services-feed.section:last-child {
      margin-bottom: 0; } }

@media (min-width: 992px) {
  .section.service-callout {
    padding-top: 106px; } }

@media (min-width: 1024px) {
  .services-aside {
    padding: 50px 30px 10px 30px; }
  rs-module-wrap .note-wrapper p {
    font-size: 17px !important;
    line-height: 1.8; }
  .quick-links .nav-tabs > li, .vc_tta-container .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab {
    float: left; }
  /*  .navbar-nav > li.btn-menu-green {
    position: relative;
    right: 0;
    top: 0;
    }*/
  .callout-shadow p {
    font-size: 26px;
    line-height: 38px; }
  .services-aside {
    margin-top: -137px; }
  .service-bottom {
    font-size: 18px;
    line-height: 2.1; }
  hr {
    margin-top: 24px;
    margin-bottom: 24px; }
  .featured-full .container {
    height: 510px; }
  .featured-full {
    height: 510px;
    margin-bottom: 70px; }
  footer .social li:first-child {
    margin-left: 0; }
  .services-list .col .inner h4, .service-callout h4 {
    font-size: 26px; }
  .wp-prev-next {
    margin-bottom: 50px; }
  .widget_nav_menu ul li {
    margin-bottom: 4px; }
  .footer-wrapper a, .footer-wrapper .widget_nav_menu ul li a {
    padding-top: 2px;
    padding-bottom: 2px; } }

@media (min-width: 1200px) {
  .post-content .item h4 {
    font-size: 20px;
    color: #424A54;
    font-weight: 100;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 1.6; }
  .featured .vertical-align-wrap {
    width: 50%; }
  .item .inner-content {
    padding-left: 33px;
    padding-right: 33px; }
  .doctor-feed .col h4 {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px; }
  .bs-docs-sidebar {
    width: 375px; }
  .page-template-community .post_content h3 {
    margin-top: 40px; }
  #breadcrumbs {
    margin-top: 0px; }
  .foundation h4:before {
    top: 20px; }
  h4.cross:before {
    top: 16px; }
  .post_content .green-bg.foundation h4 {
    margin-bottom: 50px; }
  .post_content .green-bg.foundation h4 {
    font-size: 35px;
    letter-spacing: 0.48px;
    line-height: 80px;
    padding-left: 140px; }
  .split-layout .vertical-align-wrap {
    min-height: 839px; }
  .contact li, .contact li a {
    line-height: 30px; }
  .vertical-align-wrap .vc_column-inner {
    display: table-cell;
    vertical-align: middle; }
  .recent-hero-posts .vertical-align {
    padding-left: 60px !important;
    padding-right: 60px !important; }
  .recent-hero-posts p {
    font-size: 15px; }
  .home-sidebar {
    margin-top: 80px; }
  .recent-hero-posts h2 {
    font-size: 32px !important; }
  rs-module-wrap .about-wrapper a.glasses {
    margin-top: 1px !important; }
  rs-module-wrap .about-wrapper h2, rs-module-wrap .about-wrapper h2 span {
    font-size: 55px !important;
    letter-spacing: 0.75px !important;
    line-height: 80px !important; }
  .page-id-46 .facility-bg {
    background: url(../../../images/facilities-bg.jpg) no-repeat right top;
    position: absolute;
    width: 1440px;
    height: 967px;
    right: -53%;
    z-index: -1; }
  .split-layout .vc_single_image-wrapper {
    margin-right: 80px;
    min-height: 839px; }
  .foundation h2 {
    font-size: 55px; }
  rs-module-wrap .note-wrapper p {
    font-size: 18px;
    line-height: 38px; } }

/*DOCASAP Updates */
.sidebar-nav.location.wait-time-menu .schedule-widget {
  padding-left: 50px; }

.sidebar-nav .schedule-widget:before {
  width: 42px;
  height: 39px;
  background-size: contain; }

.schedule-widget:before {
  display: block;
  content: '';
  width: 50px;
  height: 47px;
  float: left;
  position: absolute;
  left: 0;
  top: 2px;
  left: 20px; }

.schedule-app-widget:before {
  background: url("https://cullmanregional.com/wp-content/themes/cullman-proto-child/images/book-an-appointment-icon.png") no-repeat; }

.sidebar-nav.location.wait-time-menu li.schedule {
  border-left: 1px solid #fff;
  line-height: 1.5; }

.wait-time-menu li.emergency-dept {
  min-height: 38px; }

.wait-time-menu li.emergency-dept a {
  padding: 0; }

rs-module-wrap span.phone {
  font-size: 16px !important;
  display: block;
  line-height: 24px !important; }

@media only screen and (max-width: 515px) {
  rs-module-wrap span.phone {
    font-size: 14px !important; }
  rs-module-wrap .service-callout {
    max-height: 200px !important; } }

@media only screen and (min-width: 768px) {
  .make-app-btn a.btn-default {
    font-size: 40px; } }

.make-app-btn a.btn-default {
  text-align: center;
  margin: 0px auto;
  display: block;
  margin-top: 50px;
  background-color: #5AC5CC;
  color: #FFF;
  max-width: 350px;
  padding: 20px;
  border: 0px;
  font-weight: normal;
  letter-spacing: .81px;
  line-height: 1.2;
  font-weight: 100; }

.make-app-btn a.btn-default:hover {
  background-color: #44a5ad; }

#post-370 .page-header {
  display: none; }

#post-370 .wpb_wrapper .page-header {
  display: block; }

.navbar-inverse .sidebar-nav.location.wait-time-menu .schedule-widget {
  padding-left: 76px; }

@media (min-width: 1200px) {
  .navbar-inverse ul.wait-time-menu {
    width: 1200px; }
  .sidebar-nav.location li {
    margin-left: 0px; } }

@media (min-width: 997px) and (max-width: 1199px) {
  .navbar-inverse ul.wait-time-menu {
    width: 970px; } }

@media (min-width: 997px) {
  .supernav-top {
    display: block !important; }
  #wrapper.toggled #sidebar-wrapper {
    height: 390px; } }

/*@media (min-width: 768px) and (max-width: 996px){
     .supernav-top {
        display: none!important;
      }
    #wrapper.toggled #sidebar-wrapper {
        height: 430px;
      }


      .schedule-app-widget{
        margin-top:10px;
        display:block;
      }
      .schedule-widget:before{
        margin-top:10px;
      }

  }
.doctor-feed .doctor-inner a.btn{
  width:190px;

  }*/
@media (max-width: 899px) {
  .make-app-btn a.btn-default {
    font-size: 30px; }
  .schedule-widget:before {
    position: absolute;
    left: 3px;
    top: 0px; }
  .sidebar-nav .schedule-app-widget:before {
    width: 42px;
    height: 39px; }
  .sidebar-nav.location.wait-time-menu .schedule-widget {
    padding-left: 55px; }
  .wait-time-menu .inner-widget {
    width: 60px; }
  rs-module-wrap .service-callout .btn-primary {
    width: 150px;
    padding: 9px 20px; } }

.wait-time-menu li.schedule {
  padding-left: 20px;
  border-left: 1px solid #fff;
  line-height: 1.5; }

.wait-time-menu li.emergency-dept, li.contact-link, li.careers-link, li.patient-portal-link {
  min-height: 38px; }

li.careers-link, li.patient-portal-link {
  border-left: 1px solid #fff;
  border-right: 0px;
  padding-left: 15px;
  min-width: 100px;
  margin-left: 20px !important;
  min-width: 130px; }

.contact-widget, .foundation-widget, .careers-widget {
  padding-top: 10px; }

.schedule-care-widget:before {
  width: 42px;
  height: 39px;
  background-size: contain;
  background: url("../../../images/book-an-appointment-icon.png") no-repeat; }

/*change this is stylesheet*/
.doctor-feed .doctor-inner .btn-wrap {
  bottom: 60px; }

.doctor-feed .doctor-inner {
  padding: 0 0 100px; }

/*end */
.doctor-feed .doctor-inner .btn-wrap-schedule {
  bottom: 20px;
  position: absolute;
  bottom: 25px;
  display: inline;
  margin: 0 auto;
  left: 0;
  right: 0; }

/* add virtual visit to nav*/
.virtual-care:before {
  background: url(../../../images/virtual-app-icon.png) no-repeat; }

@media (min-width: 1280px) {
  .supernav-top .container {
    width: 1240px;
    display: flex;
    /*width:900px;*/ } }

.sidebar-nav li .inner-widget {
  margin-top: 5px; }

.supernav-top {
  display: none; }
  @media (min-width: 1200px) {
    .supernav-top {
      display: block;
      height: 56px; } }

.navbar-inverse ul.wait-time-menu {
  width: 780px;
  margin: 0 auto;
  /*@media (max-width: 1080px) and (min-width:900px) {
		margin-left:-5%;
		}*/ }
  @media (min-width: 1000px) {
    .navbar-inverse ul.wait-time-menu {
      width: 840px; } }

@media (max-width: 991px) {
  #wrapper.toggled #sidebar-wrapper {
    height: 440px; } }

@media (max-width: 899px) {
  .sidebar-nav.location.wait-time-menu li .wait-time-widget {
    margin-left: 4px !important; }
  .wait-time-wrapper .mobile {
    display: block !important; }
  .wait-time-menu li.emergency-dept, li.urgent {
    max-width: 0px !important;
    width: 100%;
    display: block;
    min-width: 340px !important;
    margin: 5px auto !important;
    min-height: 45px; }
  .navbar-toggle {
    display: block; }
  .hamburger {
    display: none; }
  .navbar-default, .affixed .navbar-default {
    border-bottom: 1px solid #e7e7e7; }
  .navbar-header {
    width: auto; }
  .home-sidebar {
    display: none !important; }
  li.btn-menu-green {
    position: relative !important;
    display: block !important;
    top: 0px !important;
    right: auto !important; }
  .navbar-collapse .wait-time-wrapper .er-widget {
    margin-bottom: 0px !important; } }

@media (min-width: 900px) {
  ul.add-top-border {
    padding-top: 0px !important;
    margin-top: 0px; }
  .wait-time-menu {
    padding-bottom: 0px !important; }
  .nav > li.mobile-only, .navbar-collapse .wait-time-menu {
    display: none !important; }
  /*	.collapse{
		display:none!important;
		}*/
  .navbar-collapse.collapse {
    display: block !important; }
  .navbar-toggle {
    display: none; }
  .hamburger {
    display: inline-block; } }

@media (min-width: 850px) and (max-width: 990px) {
  .nav-top .container {
    width: 100%; } }

.add-b-margin {
  margin-bottom: 100px; }

/*cullman employeed update*/
.single-team .provider-ic-contatiner {
  position: relative;
  width: 100%;
  margin-top: -40px; }
  @media (max-width: 767px) {
    .single-team .provider-ic-contatiner {
      margin-bottom: 50px; } }

.single-team .dc-box {
  background-color: #59C5CC;
  padding: 4px 10px;
  color: #FFF;
  font-size: 12px;
  width: 160px;
  height: auto;
  text-align: center;
  line-height: 14px;
  margin-top: 5px;
  z-index: 4;
  display: none;
  position: absolute;
  top: 0px;
  left: 120px; }

.single-team .dc-box-hover, .single-team .dc-box-hover .dc-box {
  display: block; }

.single-team img.cullman-dc {
  width: 44px;
  position: absolute;
  left: 100px;
  top: 0px;
  z-index: 5; }

.single-team .no-img .dc-box {
  left: 20px; }

.single-team .no-img img.cullman-dc {
  left: 0px; }

.page-template-page-doctors .provider-ic-contatiner, .team-list .provider-ic-contatiner, .doctor-feed .provider-ic-contatiner {
  position: relative;
  width: 100%;
  margin-top: -30px;
  height: 40px; }
  @media (max-width: 767px) {
    .page-template-page-doctors .provider-ic-contatiner, .team-list .provider-ic-contatiner, .doctor-feed .provider-ic-contatiner {
      margin-bottom: 50px; } }

.page-template-page-doctors .dc-box, .team-list .dc-box, .doctor-feed .dc-box {
  background-color: #59C5CC;
  padding: 4px 15px;
  color: #FFF;
  font-size: 12px;
  width: 170px;
  height: auto;
  text-align: center;
  line-height: 14px;
  margin-top: 0px;
  z-index: 5;
  display: none;
  position: relative;
  margin: -40px auto 0 auto;
  border-radius: 4px; }

.page-template-page-doctors .dc-box-hover .dc-box, .page-template-page-doctors .dc-box-hover, .team-list .dc-box-hover .dc-box, .team-list .dc-box-hover, .doctor-feed .dc-box-hover .dc-box, .doctor-feed .dc-box-hover {
  display: block; }

.page-template-page-doctors .dc-box-hover img.cullman-dc, .team-list .dc-box-hover img.cullman-dc, .doctor-feed .dc-box-hover img.cullman-dc {
  visibility: hidden; }

.page-template-page-doctors img.cullman-dc, .team-list img.cullman-dc, .doctor-feed img.cullman-dc {
  width: 44px;
  min-width: 44px;
  display: block;
  top: 0px;
  z-index: 4;
  position: relative;
  margin: 0 auto; }

img.hide-img {
  visibility: hidden; }

.team-list .provider-ic-contatiner {
  margin-bottom: 10px;
  margin-top: -40px; }
  .team-list .provider-ic-contatiner .dc-box {
    margin: -35px auto 0 auto; }

.vc_tta-container .vc_tta-tabs-list {
  float: left; }

.vc_tta-container .vc_tta-panel-body {
  padding-top: 20px !important; }

@media (max-width: 767px) {
  .vc_tta-container .vc_tta-panels-container {
    border-top: 0px; }
  .vc_tta-container .vc_tta-panel-body {
    padding: 0px !important;
    word-wrap: break-word;
    margin-right: 1px;
    /*			outline: 1px solid #f0f0f0;
outline-offset: -2px;*/
    border-left: 0 !important; }
    .vc_tta-container .vc_tta-panel-body .wpb_wrapper {
      padding: 10px 20px; }
  .vc_tta-container .vc_tta.vc_general {
    padding: 10px 20px; } }

@media (min-width: 768px) {
  .vc_tta-container .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 0px;
    background-color: transparent; } }

@media (min-width: 768px) {
  .vc_tta-accordion .vc_tta-panel-title {
    font-weight: 100;
    font-size: 15px; }
  .vc_tta-accordion .vc_tta-panel-heading {
    border: 0 !important;
    background-color: transparent !important;
    border-bottom: solid 1px #f0f0f0 !important; }
  .vc_tta-accordion .vc_tta-panels-container {
    border: 0; }
  .vc_tta-accordion .vc_tta-panel-body {
    border: 0 !important;
    background-color: transparent !important;
    padding-top: 20px !important; }
  .vc_tta-accordion .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #5AC5CC !important; } }

@media (min-width: 768px) {
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #5AC5CC !important; }
  .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #5AC5CC !important; }
  .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: solid 1px #5AC5CC !important; } }

.alert-bar, .alert-inner {
  position: relative; }
  .alert-bar .col-sm-12, .alert-inner .col-sm-12 {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    /*padding:8px 10px;*/
    font-size: 13px; }
    .alert-bar .col-sm-12 p, .alert-inner .col-sm-12 p {
      display: inline-block;
      padding: 0px;
      margin: 0px;
      float: left; }
  .alert-bar .vc_message_box, .alert-inner .vc_message_box {
    padding: 10px 15px;
    margin: 0px;
    border: 0;
    border-radius: 0; }
  .alert-bar .vc_message_box-icon, .alert-inner .vc_message_box-icon {
    float: left;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
    position: relative; }
  .alert-bar .vc_color-success, .alert-inner .vc_color-success {
    background-color: #4aa955 !important; }
  .alert-bar .vc_color-info, .alert-inner .vc_color-info {
    background-color: #59c5cc !important; }
  .alert-bar .vc_color-warning, .alert-inner .vc_color-warning {
    background-color: #e8c109 !important; }
  .alert-bar .vc_color-danger, .alert-inner .vc_color-danger {
    background-color: #E16868 !important; }
  .alert-bar .fas, .alert-inner .fas {
    font-weight: bold;
    font: normal normal normal 36px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 1.3em; }
  .alert-bar h1, .alert-bar h2, .alert-bar h3, .alert-bar h4, .alert-bar h5, .alert-inner h1, .alert-inner h2, .alert-inner h3, .alert-inner h4, .alert-inner h5 {
    float: left; }

.alert-bar .col-sm-12 {
  color: #000; }
  .alert-bar .col-sm-12 a, .alert-bar .col-sm-12 a:link, .alert-bar .col-sm-12 a:active, .alert-bar .col-sm-12 a:visited {
    color: #000;
    text-decoration: none;
    border-bottom: 0; }
  .alert-bar .col-sm-12 a:hover {
    text-decoration: underline; }
  .alert-bar .col-sm-12 p {
    font-size: 14px;
    letter-spacing: 0.2px; }
  .alert-bar .col-sm-12 .vc_color-success p, .alert-bar .col-sm-12 .vc_color-info p, .alert-bar .col-sm-12 .vc_color-warning p, .alert-bar .col-sm-12 .vc_color-danger p {
    color: #fff; }
  .alert-bar .col-sm-12 .vc_color-success a, .alert-bar .col-sm-12 .vc_color-success a:link, .alert-bar .col-sm-12 .vc_color-success a:active, .alert-bar .col-sm-12 .vc_color-success a:visited, .alert-bar .col-sm-12 .vc_color-info a, .alert-bar .col-sm-12 .vc_color-info a:link, .alert-bar .col-sm-12 .vc_color-info a:active, .alert-bar .col-sm-12 .vc_color-info a:visited, .alert-bar .col-sm-12 .vc_color-warning a, .alert-bar .col-sm-12 .vc_color-warning a:link, .alert-bar .col-sm-12 .vc_color-warning a:active, .alert-bar .col-sm-12 .vc_color-warning a:visited, .alert-bar .col-sm-12 .vc_color-danger a, .alert-bar .col-sm-12 .vc_color-danger a:link, .alert-bar .col-sm-12 .vc_color-danger a:active, .alert-bar .col-sm-12 .vc_color-danger a:visited {
    color: #FFF;
    text-decoration: none;
    border-bottom: 0; }
  .alert-bar .col-sm-12 .vc_color-success a:hover, .alert-bar .col-sm-12 .vc_color-info a:hover, .alert-bar .col-sm-12 .vc_color-warning a:hover, .alert-bar .col-sm-12 .vc_color-danger a:hover {
    text-decoration: underline; }
  .alert-bar .col-sm-12 .vc_color-success .fas:before, .alert-bar .col-sm-12 .vc_color-info .fas:before, .alert-bar .col-sm-12 .vc_color-warning .fas:before, .alert-bar .col-sm-12 .vc_color-danger .fas:before {
    color: #FFF !important; }
  .alert-bar .col-sm-12 .vc_color-success .close, .alert-bar .col-sm-12 .vc_color-info .close, .alert-bar .col-sm-12 .vc_color-warning .close, .alert-bar .col-sm-12 .vc_color-danger .close {
    color: #FFF;
    display: inline-block;
    margin-left: 10px;
    font-weight: 100;
    font-size: 24px;
    opacity: 1; }
  .alert-bar .col-sm-12 .vc_color-success .close:hover, .alert-bar .col-sm-12 .vc_color-info .close:hover, .alert-bar .col-sm-12 .vc_color-warning .close:hover, .alert-bar .col-sm-12 .vc_color-danger .close:hover {
    opacity: .7; }

.alert-inner .col-sm-12 {
  color: unset; }

.alert-inner .vc_message_box-icon {
  width: 24px;
  /*margin-top:-10px;
		height:10px;*/ }

.alert-inner .vc_message_box {
  margin: 0px !important; }

@media (max-width: 767px) {
  .alert-bar .col-sm-12 p, .alert-inner .col-sm-12 p {
    width: 80%; }
  .alert-bar .col-sm-12, .alert-inner .col-sm-12 {
    font-size: 13px; }
    .alert-bar .col-sm-12 p, .alert-inner .col-sm-12 p {
      font-size: 13px; }
    .alert-bar .col-sm-12 .vc_color-success .close, .alert-bar .col-sm-12 .vc_color-info .close, .alert-bar .col-sm-12 .vc_color-warning .close, .alert-bar .col-sm-12 .vc_color-danger .close, .alert-inner .col-sm-12 .vc_color-success .close, .alert-inner .col-sm-12 .vc_color-info .close, .alert-inner .col-sm-12 .vc_color-warning .close, .alert-inner .col-sm-12 .vc_color-danger .close {
      font-size: 20px; } }

/*@media (min-width: 1024px){
	.hamburger {
	    display: inline-block;
	    top: 9px!important;
	    right:-85px;
	    margin-left: 30px;
	}
	}*/
@media (min-width: 768px) {
  .affixed .navbar-default.affix {
    top: 0px; }
  .logged-in .navbar-default.affix {
    top: 32px !important; } }

.page-template-page-parent-feed .service-callout img {
  float: none; }

.page-template-page-parent-feed h4 {
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px; }

.page-template-page-parent-feed .service-callout .btn-primary, .page-template-page-parent-feed .callout-shadow .btn-primary {
  float: none; }

p.hospital-team {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.44px;
  line-height: 40px; }

li.contact-link a, li.careers-link a, li.patient-portal-link a {
  margin: 0px;
  padding: 0px; }

li.contact-link a:hover, .contact-widget:hover, .foundation-widget:hover, li.careers-link a:hover, .careers-widget:hover {
  text-decoration: underline !important; }

.supernav-top .sidebar-nav.location.wait-time-menu {
  max-width: unset;
  float: none;
  margin: 6px auto 0 auto; }

.caret {
  width: 12px;
  height: 7px;
  background: url(../../../images/chev-navbar.svg) no-repeat;
  content: '';
  border: 0px;
  display: inline-block;
  padding: 0px;
  margin: 0 0 0 10px; }

li.end-item a {
  float: left; }

li.end-item:after {
  content: '';
  display: block;
  margin: 10px 35px 0px 15px;
  height: 30px;
  width: 1px;
  float: right;
  background-color: #979797; }

/*nav edits*/
.navbar-search-container {
  width: auto;
  /*	position:absolute;*/
  display: inline-block; }
  .navbar-search-container span.navbar-search-ic {
    width: 24px;
    height: 24px;
    margin: 13px 34px 10px 34px;
    background: url(../../../images/search-ic-navbar.svg) no-repeat;
    content: '';
    display: inline-block;
    cursor: pointer; }
  .navbar-search-container span.navbar-search-ic:hover {
    opacity: .7; }
  .navbar-search-container span.navbar-search-close-ic {
    opacity: 0;
    width: 16px;
    height: 16px;
    background: url(../../../images/search-close-ic-navbar.svg) no-repeat;
    content: '';
    display: inline-block;
    margin-left: -28px;
    cursor: pointer;
    transition: all 0.3s ease;
    top: 4px; }
  @supports (-moz-appearance: none) {
    .navbar-search-container span.navbar-search-close-ic {
      top: 0; } }
  @media not all and (min-resolution: 0.001dpcm) {
    .navbar-search-container span.navbar-search-close-ic {
      top: 0; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .navbar-search-container span.navbar-search-close-ic {
      top: 3px; } }
  .navbar-search-container .nav-search {
    width: 0px;
    margin-top: -50px;
    margin-left: -170px;
    transition: all 0.3s ease;
    position: absolute;
    right: 80px;
    z-index: 2; }
  .navbar-search-container .search-query, .navbar-search-container .nav-search input.form-control {
    width: 0px;
    float: left;
    height: 44px;
    background-color: #F2F2F2;
    color: #585858;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 0px;
    z-index: 1;
    position: relative; }
  .navbar-search-container span.input-group-btn {
    display: none; }
  .navbar-search-container .form-inline {
    display: inline-block; }

.is-open .search-query, .is-open .nav-search input.form-control {
  width: 227px;
  padding: 10px 35px 10px 15px;
  transition: all .3s linear;
  border-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.is-open .nav-search {
  display: block;
  width: 227px;
  transition: all .3s linear; }

.is-open span.navbar-search-close-ic {
  transition: all .3s linear;
  opacity: 1;
  position: relative;
  z-index: 2; }

.is-open span.navbar-search-close-ic:hover {
  opacity: .7; }

@media (min-width: 1200px) {
  .container {
    width: 1150px; } }

@media all and (-ms-high-contrast: none) and (min-width: 768px), all and (-ms-high-contrast: active) and (min-width: 768px) {
  footer .social li {
    margin-left: 3px; } }

/*menu edits */
.hamburger {
  top: 10px;
  margin-left: 0px;
  width: 34px; }

.hamburger.is-closed span.hamb-top, .hamburger.is-closed span.hamb-middle, .hamburger.is-closed span.hamb-bottom, .hamburger.is-open span.hamb-top, .hamburger.is-open span.hamb-middle, .hamburger.is-open span.hamb-bottom {
  height: 2px;
  background-color: #005568; }

.hamburger.is-closed .hamb-bottom {
  bottom: 7px; }

.hamburger.is-closed .hamb-middle {
  margin-top: -2px; }

li.icon-patient-portal a:before {
  background: url(../../../images/patient-portal-ic.svg) no-repeat;
  height: 26px;
  width: 31px;
  content: '';
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: contain;
  margin: 0 auto 8px auto; }

@media (max-width: 1024px) {
  .navbar-default ul.nav {
    width: auto;
    margin: 20px auto 0 auto;
    float: none;
    clear: both;
    max-width: 865px; }
  .navbar-default button.hamburger {
    position: absolute;
    top: 24px; }
  nav.navbar-inverse .sidebar-nav {
    margin-top: -10px; } }

@media (max-width: 899px) {
  .navbar-default ul.nav {
    width: auto; }
    .navbar-default ul.nav li > a {
      padding-left: 5px; }
  .navbar-search-container {
    display: none; }
  li.end-item:after {
    display: none; }
  li.end-item a {
    float: none; }
  li.btn-menu-green a {
    max-width: 250px;
    text-align: center; } }

@media (min-width: 900px) {
  .navbar-nav > li:first-child {
    margin-left: 0px; } }

/*@media (max-width: 768px){
	.navbar-search-container{
		display:none;
	}
	}*/
/*home edits*/
/*menu-homepage-menu-container ul.menu li.find-a-docter-ic a:before, .menu-homepage-menu ul.menu li.locations-ic a:before, .menu-homepage-menu ul.menu li.services-ic a:before, .menu-homepage-menu ul.menu li.patient-portal-ic a:before, .menu-homepage-menu ul.menu li.pay-your-bill a:before, .menu-homepage-menu ul.menu li.careers-ic a:before{
	*/
.menu-homepage-menu-container ul.menu {
  list-style-type: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  flex-wrap: nowrap; }
  .menu-homepage-menu-container ul.menu li {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center;
    border-right: solid 1px #5AC5CC;
    width: 100%; }
  .menu-homepage-menu-container ul.menu li:last-child {
    border: 0; }
  .menu-homepage-menu-container ul.menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
    text-align: center;
    padding: 10px 20px;
    flex-direction: column;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin: 0 auto;
    line-height: 20px; }
  .menu-homepage-menu-container ul.menu li a:active, .menu-homepage-menu-container ul.menu li a:focus, .menu-homepage-menu-container ul.menu li a:hover {
    background-color: rgba(15, 85, 104, 0.2);
    text-decoration: none;
    transition: all 0.3s ease; }
  .menu-homepage-menu-container ul.menu li a:before {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: contain;
    content: ''; }
  .menu-homepage-menu-container ul.menu li.find-a-doctor-ic a:before {
    margin: 0 auto 5px;
    background-image: url(../../../images/find-a-doctor-ic.svg);
    height: 51px;
    width: 44px; }
  .menu-homepage-menu-container ul.menu li.locations-ic a:before {
    margin: 0 auto 5px;
    background-image: url(../../../images/locations-ic.svg);
    height: 51px;
    width: 32px; }
  .menu-homepage-menu-container ul.menu li.services-ic a:before {
    margin: 0 auto 5px;
    background-image: url(../../../images/services-2-ic.svg);
    height: 51px;
    width: 68px; }
  .menu-homepage-menu-container ul.menu li.patient-portal-ic a:before {
    background-image: url(../../../images/patient-portal-2.svg);
    margin: 0 auto 5px;
    height: 51px;
    width: 50px; }
  .menu-homepage-menu-container ul.menu li.pay-your-bill-ic a:before {
    background-image: url(../../../images/ic-bill-pay.svg);
    margin: 0 auto 5px;
    height: 51px;
    width: 44px; }
  .menu-homepage-menu-container ul.menu li.careers-ic a:before {
    background-image: url(../../../images/careers-ic.svg);
    margin: 0 auto 5px;
    height: 51px;
    width: 50px; }

/*
.menu-homepage-menu-container ul.menu li.find-a-docter-ic a:before{
    background-image: url(../../../images/find-a-doctor-ic.svg);
    margin: 0 auto 5px;

    }*/
.home h2 {
  text-align: left;
  margin-bottom: 30px !important; }

.home .callout-box .wpb_button, .home .callout-box .wpb_content_element, .home .callout-box ul.wpb_thumbnails-fluid > li {
  margin: 0px; }

.home .widget_nav_menu, .home .vc_wp_custommenu {
  margin-bottom: 0px; }

.home .services-col .vc_btn3-container, .home .news-one .vc_btn3-container {
  padding: 0 30px; }
  .home .services-col .vc_btn3-container .vc_btn3-color-info, .home .news-one .vc_btn3-container .vc_btn3-color-info {
    margin: 0 0 30px 0; }

@media (min-width: 900px) {
  .home .services-col, .home .news-one {
    width: 47%;
    margin-right: 2%; } }

.home .services-col .wpb_button, .home .services-col .wpb_content_element, .home .services-col ul.wpb_thumbnails-fluid > li, .home .locations-col .wpb_button, .home .locations-col .wpb_content_element, .home .locations-col ul.wpb_thumbnails-fluid > li {
  margin-bottom: 35px !important; }

.home .services-col .vc_row, .home .locations-col .vc_row {
  margin-left: 0;
  margin-right: 0; }

.home .locations-col .vc_btn3-container, .home .news-two .vc_btn3-container {
  padding: 0 30px; }
  .home .locations-col .vc_btn3-container .vc_btn3-color-info, .home .news-two .vc_btn3-container .vc_btn3-color-info {
    margin: 0 0 30px 0; }

@media (min-width: 900px) {
  .home .locations-col, .home .news-two {
    width: 47%;
    margin-left: 2%; } }

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern, .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat, .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit], .gform_legacy_markup_wrapper .gform_page_footer input.button, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit], .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern, .vc_btn3-block.vc_btn3-size-lg, .lg-padding .vc_btn3.vc_btn3-color-info, .home .vc_btn3.vc_btn3-color-info, .home .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-info, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:active, .gform_legacy_markup_wrapper .gform_footer input.button:active, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:active, .gform_legacy_markup_wrapper .gform_page_footer input.button:active, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:active, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:active, .vc_btn3-block.vc_btn3-size-lg:active, .lg-padding .vc_btn3.vc_btn3-color-info:active, .home .vc_btn3.vc_btn3-color-info:active, .home .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active, .vc_btn3.vc_btn3-color-info:active, .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:active {
  background-color: #5AC5CC;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.17px;
  border: 0 !important;
  text-align: center !important;
  border-radius: 8px;
  margin-top: 0px;
  font-weight: 800;
  height: auto;
  width: auto;
  line-height: 18px;
  background-image: none !important; }

.home .vc_btn3.vc_btn3-color-info, .home .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat {
  margin-top: 30px; }

.vc_btn3.vc_btn3-color-default.vc_btn3-style-modern:hover, .vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .gform_legacy_markup_wrapper .gform_footer input.button:hover, .gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover, .gform_legacy_markup_wrapper .gform_page_footer input.button:hover, .gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern:hover, .vc_btn3-block.vc_btn3-size-lg:hover, .lg-padding .vc_btn3.vc_btn3-color-info:hover, .home .vc_btn3.vc_btn3-color-info:hover, .home .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-style-classic:hover {
  background-color: #39b2ba !important;
  border: 0px; }

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern {
  background-color: #005568 !important; }

.vc_btn3.vc_btn3-color-inverse.vc_btn3-style-modern:hover {
  background-color: #013e4c !important; }

p.lg {
  font-size: 18px;
  line-height: 30px;
  /*	padding:50px;*/ }
  @media (max-width: 1199px) {
    p.lg {
      font-size: 16px; } }

p.dk-background {
  color: #FFF; }

.home #sidebar1, #main article.no-title {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.lg-padding {
  padding: 50px; }
  @media (max-width: 899px) {
    .lg-padding {
      padding: 30px; } }

.text-padding-md {
  padding: 0 30px; }

.text-padding-sm {
  padding: 0 20px 0 0;
  text-align: left; }

.no-m, .no-m .wpb_content_elementent, .no-m .wpb_button, .no-m .wpb_content_element, .no-m ul.wpb_thumbnails-fluid > li {
  margin: 0px !important; }

.no-p {
  padding: 0px; }

.full-width {
  margin-left: -15px;
  margin-right: -15px; }

.wait-times {
  padding-bottom: 35px; }
  .wait-times h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px !important; }
  .wait-times .wpb_button, .wait-times .wpb_content_element, .wait-times ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0px; }

.section-md {
  margin-top: 45px;
  margin-bottom: 45px; }

.section-md-last {
  margin-bottom: 0px; }

/*.no-p{
	background: 0 0!important;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display:block;
    content:'';
    }*/
h2.line-through {
  text-align: center;
  position: relative;
  z-index: 1; }
  h2.line-through:before {
    border-top: 1px solid #979797;
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    width: 100%;
    z-index: -1; }
  h2.line-through span.wt-background {
    background: #fff;
    padding: 0 15px; }

a.link-with-arrow, a.link-with-arrow:link, a.link-with-arrow:visited {
  color: #0F5568;
  font-weight: 400;
  font-size: 18px;
  border: 0;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 160px;
  margin: -20px auto 0 auto; }

.link-with-arrow:after {
  background-image: url(../../../images/chev-right-ic.svg);
  margin: 12px auto 5px;
  height: 13px;
  width: 19px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: '';
  float: right;
  /*	margin-top:15px;*/ }

a.link-with-arrow:hover, a.link-with-arrow:active {
  text-decoration: underline;
  border: 0; }

.news-section {
  display: flex; }
  .news-section p.lg {
    color: #0F5568;
    font-weight: 600;
    font-size: 20px;
    padding-top: 40px; }
  .news-section .vc_btn3-container {
    margin: 0px !important;
    padding: 0px !important; }
  .news-section .vc_btn3-container .vc_btn3-color-info {
    margin: 0 0 30px 0 !important; }
  .news-section .text-padding-sm p.lg {
    padding-top: 20px; }
  .news-section .text-padding-sm {
    margin-bottom: 20px !important; }

.news-margin {
  margin-top: -35px;
  margin-bottom: 60px; }

.blue-container {
  padding: 0px; }

/*.stretch-img{
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.stretch-img img{
	flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    }*/
/*footer*/
.footer-wrapper ul.social {
  width: auto; }

.footer-wrapper .search-social {
  min-height: 40px;
  height: auto; }
  .footer-wrapper .search-social fieldset {
    width: 100%; }

#widget-footer {
  display: flex;
  margin-bottom: 60px; }
  #widget-footer .footer-logo {
    flex: 1 1 0;
    max-width: 110px; }
  #widget-footer .footer-1, #widget-footer .footer-2, #widget-footer .footer-3, #widget-footer .footer-4 {
    flex: 1 1 0;
    max-width: 184px; }
  #widget-footer .footer-social {
    flex: 1 1 0;
    min-width: 250px; }
  #widget-footer .footer-4 a, #widget-footer .footer-4 a:link, #widget-footer .footer-4 a:active, #widget-footer .footer-4 a:visited, #widget-footer .footer-4 a:hover {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px; }

@media (max-width: 1199px) {
  #widget-footer {
    display: block; }
    #widget-footer .footer-logo {
      width: 20%; }
    #widget-footer .footer-1, #widget-footer .footer-2, #widget-footer .footer-3, #widget-footer .footer-4 {
      width: 20%;
      max-width: none; }
    #widget-footer .footer-social {
      float: none;
      clear: both;
      width: 100%;
      /*float:right;*/
      max-width: 830px; }
    #widget-footer .widget_search {
      display: none; }
    #widget-footer .search-social {
      min-height: 40px;
      height: auto;
      width: 300px;
      float: right;
      margin-top: 30px;
      margin-bottom: 0px; } }

.menu-homepage-menu-container {
  margin: 0 auto;
  /*	max-width:980px;*/ }

@media (max-width: 990px) {
  .footer-social {
    max-width: 650px;
    display: none; }
  #widget-footer {
    margin-bottom: 30px; }
  .menu-homepage-menu-container ul.menu {
    display: block; }
  .menu-homepage-menu-container ul.menu li {
    margin: 0 auto;
    display: block;
    width: 25%;
    float: left;
    border: 0; }
  .menu-homepage-menu-container ul.menu li a {
    display: block;
    margin: 0 auto; } }

@media (max-width: 899px) {
  /*	.callout-box{
		margin-left:0!important;
		margin-right:0!important;
		}*/
  .services-col, .locations-col {
    width: auto;
    /*margin:0 15px 60px 15px;*/ }
  .news-one .col-sm-6, .news-two .col-sm-6 {
    width: 50%;
    float: left; }
  .news-one {
    margin-bottom: 60px; }
  .footer-social {
    display: block; }
  #widget-footer .footer-logo, #widget-footer .footer-1, #widget-footer .footer-2, #widget-footer .footer-3, #widget-footer .footer-4 {
    width: 100%; }
  #widget-footer ul.social {
    float: left; }
  #widget-footer .search-social {
    float: left;
    margin-top: 0px; }
  #widget-footer .social li:first-child {
    margin-left: 0px; }
  #widget-footer .footer-logo {
    margin-top: 20px; } }

@media (max-width: 520px) {
  .menu-homepage-menu-container ul.menu li {
    margin: 0 auto;
    display: block;
    width: 50%;
    float: left;
    border: 0;
    height: auto; }
  .news-one .col-sm-6, .news-two .col-sm-6 {
    width: 100%;
    float: left; }
  .news-one .vc_row, .news-two .vc_row {
    display: block !important; }
  .news-section .text-padding-sm {
    padding: 0 20px; }
  .news-section .vc_btn3-container {
    padding: 0 20px !important; } }

.attribution {
  margin-top: 0px;
  border-top: solid 1px #5C5C5C;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 22px;
  font-size: 13px;
  background-color: #4F4F4F; }

/*internal pages*/
/*h4{
    font-size: 24px;
    letter-spacing: 0;
    color: #0F5568;
    font-weight: 600;
    }*/
.lg-btn a, .lg-btn .vc_btn3.vc_btn3-color-default, .lg-btn .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
  height: 78px;
  font-size: 21px;
  line-height: 1.1;
  padding: 27px 20px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  background-color: #5AC5CC;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
  transition: color .16s ease-in-out,background-color .16s ease-in-out;
  text-transform: none;
  border: 0;
  white-space: nowrap; }
  @media (min-width: 899px) and (max-width: 991px) {
    .lg-btn a, .lg-btn .vc_btn3.vc_btn3-color-default, .lg-btn .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat {
      font-size: 18px;
      height: unset;
      padding: 15px;
      margin-top: 60%; } }

.lg-btn a:hover, .lg-btn .vc_btn3.vc_btn3-color-default:hover, .lg-btn .vc_btn3.vc_btn3-color-default.vc_btn3-style-flat:hover {
  background-color: #39b2ba;
  color: #FFF;
  border: 0; }

.light-grey-bg {
  background: #ebebeb;
  position: relative;
  padding: 38px 15px; }

.p-lg {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px; }

.btn-lg, .btn-group-lg > .btn {
  height: 78px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 20px; }

.callout {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .callout .col-sm-3 {
      width: 22%; } }
  @media (min-width: 1200px) {
    .callout .col-sm-9 {
      width: 78%; } }
  .callout .col-sm-8 .vc_column-inner {
    padding-right: 15px; }
  .callout .h4 {
    margin-bottom: 13px; }
  .callout .light-grey-bg:before {
    content: '';
    height: 100%;
    width: 250px;
    background: #F6F6F6;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -170px;
    z-index: -1; }
  .callout .light-grey-bg {
    padding-top: 38px;
    padding-bottom: 38px; }
  .callout .p-lg {
    line-height: 26px;
    font-weight: 400; }
  .callout > .row {
    display: flex;
    align-items: center; }
    .callout > .row .wpb_single_image {
      margin-bottom: 0; }
  .callout .btn {
    border-radius: 5px;
    color: #fff;
    font-weight: 800; }

.row-o-content-middle .wpb_column {
  display: flex;
  align-items: center; }
  .row-o-content-middle .wpb_column .wpb_content_element:last-child {
    margin-bottom: 0; }

.providers-feed {
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
  position: relative;
  min-height: 500px; }

@media (max-width: 899px) {
  .callout .vc_row.vc_row-flex {
    display: block; }
  .callout .wpb_single_image .vc_single_image-wrapper {
    max-width: 200px;
    margin-top: 60px; } }

.full-height {
  display: flex;
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .full-height .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
    @media (max-width: 899px) {
      .full-height .col-sm-6 {
        max-width: 100%; } }
  .full-height .vc_column-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
    width: 100%; }
  .full-height .col-has-fill .vc_column-inner {
    min-height: 350px;
    background-position: top !important; }
  @media (max-width: 899px) {
    .full-height {
      display: block; } }

.news-one .vc_row, .news-two .vc_row {
  display: flex; }

.news-one .vc_column-inner, .news-one .wpb_wrapper, .news-one .wpb_single_image, .news-one .vc_figure, .news-one .vc_single_image-wrapper, .news-one .wpb_single_image img, .news-two .vc_column-inner, .news-two .wpb_wrapper, .news-two .wpb_single_image, .news-two .vc_figure, .news-two .vc_single_image-wrapper, .news-two .wpb_single_image img {
  height: 100% !important;
  object-fit: cover; }

@media (min-width: 899px) {
  #nav-container {
    display: flex !important;
    width: 100%; }
    #nav-container ul#navigation {
      list-style-type: none;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      width: 100%; }
    #nav-container .navbar-nav > li {
      display: -webkit-box;
      display: -ms-flexbox;
      text-align: center;
      width: auto; }
    #nav-container li.end-item {
      min-width: 200px; } }

.navbar-default .navbar-nav > li:first-child a {
  padding-left: 0px; }

@media (min-width: 899px) and (max-width: 1199px) {
  li.btn-menu-green {
    top: 0px;
    position: absolute;
    right: 90px;
    margin-top: -100px;
    width: auto;
    padding: 4px 10px; }
  .navbar-search-container {
    top: 18px;
    position: absolute;
    right: 20px;
    margin-top: -100px; }
  .hamburger {
    top: 23px;
    position: absolute;
    right: 0px;
    margin-top: -98px; }
  li.end-item:after {
    display: none; }
  #nav-container .navbar-nav > li a {
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 30px; }
  #nav-container .navbar-nav > li.end-item a {
    padding-right: 0px; }
  #nav-container .navbar-nav > li.btn-menu-green a {
    padding: 4px 10px;
    margin-top: 20px; }
  #nav-container li.end-item {
    min-width: auto; }
  .navbar-search-container .nav-search {
    margin-top: 20px;
    right: 30px; } }

@media (min-width: 899px) and (max-width: 1023px) {
  .navbar-default ul.nav {
    max-width: 100%; }
  #nav-container .navbar-nav > li a {
    width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px; }
  #nav-container .navbar-nav > li:first-child a {
    padding-left: 0px; }
  /*	#nav-container .navbar-nav > li{
		width:100%;
	}

	#nav-container .navbar-nav > li a{
		padding:0px;
		text-align:center;

	}
	#nav-container li.end-item{
		min-width:185px;
	}
	#nav-container .navbar-nav li.btn-menu-green{
		width:auto;
   	    
		}*/ }

.locations-container {
  width: 100%; }

.locations-container .full-width-left-section .wpb_column {
  padding-left: 0px; }

footer .widget_nav_menu ul li {
  margin: 0px;
  padding: 4px 0px;
  line-height: 18px; }

.btn-primary {
  font-weight: 800;
  padding: 10px;
  background-color: #5AC5CC;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.17px;
  border: 0;
  border-radius: 8px;
  margin-top: 0px;
  height: 42px;
  width: auto;
  min-width: 144px;
  position: relative;
  z-index: 1; }

.vc_tta-container h2 {
  font-size: 29px;
  font-weight: 500;
  line-height: 1.1;
  color: #5C5C5C; }

.video p {
  margin-top: 15px; }

.videos {
  padding-top: 0px; }

@media (min-width: 900px) {
  p.lead-lg {
    padding-top: 40px;
    clear: both; } }

@media (max-width: 899px) {
  article#post-48 {
    margin-left: 30px; }
  .full-width-links-container {
    margin-left: -15px; }
  .videos {
    margin-left: 15px;
    margin-right: 15px; } }

.find-doctor .checkbox {
  width: 100%;
  margin: 10px 0 0 0; }

.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
  border: 0px; }

.post_content .wpb_text_column ul.bs-docs-sidenav li:before {
  display: none; }

.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern {
  height: auto; }

.service-callout a.btn-primary {
  text-align: center !important; }

.service-callout a.btn-primary:hover {
  background-color: #39b2ba; }

.foundation-offset .wpb_single_image .vc_figure, .foundation-offset .wpb_single_image .vc_single_image-wrapper {
  width: 100%; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  font-weight: 800; }

.pager li > a,
.pager li > span {
  font-weight: 400; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  border: 0; }

.tabpanel {
  color: #5C5C5C; }

.page-template-page-locations .providers-results .provider-inner img, .page-template-page-locations .providers-widget .provider-inner img, .page-template-page-locations .available-locations .provider-inner img, .single-location .providers-results .provider-inner img, .single-location .providers-widget .provider-inner img, .single-location .available-locations .provider-inner img {
  max-height: 226px;
  object-fit: cover;
  object-position: top; }

ul h3 {
  display: inline; }

h3#physician-opps, h3#student-opps, h3#faqs {
  padding-top: 240px;
  margin-top: -240px; }

.rev-arrow-link img {
  cursor: pointer; }

.home-hero-mobile img {
  display: none; }

@media (max-width: 480px) {
  #rev_slider_1_1_wrapper .tp-bullets {
    display: none !important; }
  .full-opacity {
    background-color: #0F5568 !important; }
  .home-hero-mobile img {
    display: block; } }

.single-location a.btn-location-provider {
  margin: 15px 0 15px; }

/*accordion tab styles*/
.single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  font-size: 24px !important;
  color: #0F5568 !important;
  font-weight: 600 !important;
  border-bottom: solid 2px #73A4BE !important; }

.single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, .single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, .single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border: 0px !important; }

.single-location .vc_tta-panel-body {
  margin-top: 30px !important; }

.single-location .vc_tta-panel-body .wpb_text_column {
  margin-bottom: 40px !important; }

.single-location .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .single-location .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none !important; }

.single-location .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #0F5568 !important;
  padding-bottom: 30px !important;
  border-bottom: solid 2px #73A4BE !important;
  font-weight: 600 !important;
  font-size: 24px; }

.single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .single-location .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .single-location .vc_tta-panel-heading:hover {
  background-color: #FFF !important; }

.single-location .vc_tta-panel-title a {
  padding: 30px 40px 30px 0px !important; }

.single-location span.vc_tta-title-text {
  color: #0F5568;
  padding-bottom: 20px;
  font-weight: 600; }

.single-location .vc_tta-panel-body {
  padding: 0px 0 0px 0 !important; }

.single-location i.vc_tta-controls-icon-chevron:before {
  background-image: url(../../../images/tab-chev.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
  width: 20px;
  height: 10px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  border: 0 !important; }

.single-location .vc_active i.vc_tta-controls-icon-chevron:before {
  -webkit-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

.single-location .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px; }

.single-location .vc_tta-panel-body {
  /*List styling for services provided https://cullmanmedical.wpengine.com/location/surgical-arts/*/ }
  .single-location .vc_tta-panel-body ul {
    list-style: none;
    padding-left: 0px; }
  .single-location .vc_tta-panel-body ul li::before {
    content: "\2022";
    color: #5AC5CC;
    font-weight: bold;
    display: inline-block;
    width: 25px; }
  .single-location .vc_tta-panel-body li {
    padding-bottom: 10px; }
  .single-location .vc_tta-panel-body .row > .col-sm-12 > .vc_column-inner {
    padding: 0px !important; }

.col-sm-12 .service-callout img {
  margin-top: 0px; }

.portal-callout .vertical-align-wrap {
  margin-bottom: 10px; }

.right-align-col .vc_column-inner {
  float: right;
  right: 0;
  width: 100%; }

.news-shortcode-container {
  display: flex; }
  .news-shortcode-container li.news-col {
    flex: 1;
    width: 50%;
    background-color: #ebebeb;
    list-style: none;
    display: flex; }
    .news-shortcode-container li.news-col .n-image {
      width: 50%;
      flex: 1;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      .news-shortcode-container li.news-col .n-image img {
        min-height: 260px;
        height: 100%;
        width: auto;
        /*	object-fit: cover;
			object-position:center;*/ }
    .news-shortcode-container li.news-col .n-text {
      width: 50%;
      flex: 1;
      padding: 30px; }
      .news-shortcode-container li.news-col .n-text p.lg {
        padding-top: 0px;
        margin-bottom: 20px; }
      .news-shortcode-container li.news-col .n-text a {
        margin-top: 0px;
        bottom: 20px; }
  .news-shortcode-container li.news-col:first-child {
    margin-right: 3%; }
  .news-shortcode-container li.news-col:nth-child(2) {
    margin-left: 3%; }
  .news-shortcode-container .no-posts {
    display: block;
    width: 100%;
    text-align: center; }

@media (max-width: 980px) {
  .news-shortcode-container {
    display: block; }
    .news-shortcode-container li.news-col {
      width: 100%;
      margin-top: 40px; }
      .news-shortcode-container li.news-col .n-image {
        min-height: 100%;
        max-height: 250px;
        overflow: hidden; }
    .news-shortcode-container li.news-col:first-child {
      margin-right: 0;
      margin-top: 0px; }
    .news-shortcode-container li.news-col:nth-child(2) {
      margin-left: 0; } }

@media (max-width: 560px) {
  .news-shortcode-container li.news-col {
    display: block; }
    .news-shortcode-container li.news-col .n-image {
      width: 100%;
      min-height: 200px; }
    .news-shortcode-container li.news-col .n-text {
      width: 100%; } }

.full-width-news {
  margin-left: 15px !important; }
  @media (max-width: 899px) {
    .full-width-news {
      width: 100%;
      display: block; } }

/*.add-flex{
	display:flex;
}
.locations-col, .services-col{
	flex: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: auto;
    }*/
.page-template-page-locations .lg-btn a {
  margin-top: 40px; }

@media (min-width: 768px) {
  .locations-results {
    margin-left: -15px; } }

.vc_tta-panel-body {
  border: 0px !important; }

/*.page-template-community{
	.callout{
		.vc_single_image-wrapper{
			padding:0px 0px 0px 30px;
			@media (min-width: 768px){
				margin-top:35%;
			}
		}
		.col-sm-9{
			padding:30px 30px 30px 30px;
		}
	}
	}*/
.page-template-community ol {
  margin-left: 10px; }

.page-template-community .callout .vc_row {
  padding: 30px 15px; }

@media (max-width: 899px) {
  .page-template-community .callout .wpb_single_image .vc_single_image-wrapper {
    margin-top: 20px; }
  .page-template-community .callout .col-sm-8 .vc_column-inner {
    padding-right: 0px; }
  .page-template-community .callout .wpb_single_image {
    text-align: center; } }

@media (max-width: 899px) {
  .home .menu-bar {
    padding-bottom: 20px; }
  .menu-homepage-menu-container ul.menu li {
    max-height: 140px; }
  .page-template-page-locations #content #main .providers-widget .provider-row article, .single-location #content #main .providers-widget .provider-row article {
    width: 50%; }
  .menu-homepage-menu-container ul.menu li a {
    min-height: 160px; } }

@media (max-width: 520px) {
  .page-template-page-locations #content #main .providers-widget .provider-row article, .single-location #content #main .providers-widget .provider-row article {
    width: 100%; } }

.page-id-470 .callout {
  padding-top: 0px !important; }

.page-id-470 .vc_row.vc_row-flex {
  align-items: center; }

@media (max-width: 472px) {
  a.add-btn-padding {
    margin-top: 20px; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar-search-container .nav-search {
    right: 60px; } }

@media (max-width: 767px) {
  .home .tp-bullets {
    display: none !important; }
  rs-module-wrap .about-wrapper a.glasses {
    margin-top: 0 !important; }
  .about-wrapper .nav-tabs > li.divider {
    margin-top: -20px !important; } }

@media (max-width: 1199px) {
  .dropdown-menu {
    transform: translate(-80%, 0); } }

@media (max-width: 899px) {
  .dropdown-menu {
    transform: inherit; }
  .navbar-default .navbar-nav > li:first-child a {
    padding-left: 15px; } }

.alert-bar .column_container {
  width: 100%; }

.vc_gitem-zone-mini .vc_btn3-container {
  text-align: center !important;
  margin-bottom: 15px; }

#search-name {
  border: none;
  border-radius: 0;
  background-color: #427f8c;
  color: #fff; }
  #search-name::placeholder {
    color: #fff; }

.doctor-search-results,
.stories-results {
  transition: height 0.5s ease;
  position: relative;
  min-height: 200px;
  transition: height 0.5s ease;
  position: relative;
  min-height: 500px; }
  .doctor-search-results .loader:before,
  .stories-results .loader:before {
    animation-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    animation-duration: 1.5s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 34px;
    color: #dfedf0;
    position: absolute;
    left: 50%;
    top: 30px; }
    @media (min-width: 768px) {
      .doctor-search-results .loader:before,
      .stories-results .loader:before {
        top: 60px; } }
  .doctor-search-results article,
  .stories-results article {
    opacity: 0;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-play-state: paused; }

.doctor-search-results.loaded:before,
.stories-results.loaded:before {
  opacity: 0; }

.doctor-search-results.loaded article,
.stories-results.loaded article {
  animation-play-state: running; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.single-location .doctor-feed {
  max-width: 933px;
  margin: 0 auto; }
  .single-location .doctor-feed .doctor-inner h3 {
    font-size: 19px;
    color: #59c5cc;
    letter-spacing: 0.36px;
    margin-bottom: 0px;
    margin-top: 14px;
    font-weight: 500; }
  .single-location .doctor-feed .doctor-inner a.btn-green {
    padding: 6px 0px;
    background-color: #5AC5CC;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.17px;
    margin: 0 auto;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: none;
    display: block;
    outline: 0;
    margin: 0 auto;
    width: 167px;
    left: 0;
    right: 0;
    height: auto !important; }
  .single-location .doctor-feed .doctor-inner a.btn-green:hover {
    background-color: #3d979d; }

.footer-wrapper button.wp-block-search__button {
  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;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  border-radius: 4px;
  z-index: 2;
  margin-left: -1px;
  color: #005568;
  background-color: #fff;
  border-color: #ccc; }

.footer-wrapper input.wp-block-search__input {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px 0 0px 4px;
  -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; }

.page-template-our-community .js-force-full-width .links-row {
  margin-left: 7%; }
  @media (max-width: 1024px) {
    .page-template-our-community .js-force-full-width .links-row {
      margin-left: 0px; } }

.no-bottom-margin {
  margin-bottom: 0px;
  padding-bottom: 0px; }

.page-template-page-doctors .callout h4 {
  font-size: 24px; }

.page-template-page-doctors .lg-btn {
  margin-top: 10%; }
  @media (max-width: 1199px) {
    .page-template-page-doctors .lg-btn {
      margin-top: 18%; } }
  @media (max-width: 980px) {
    .page-template-page-doctors .lg-btn {
      margin-top: 0px; } }

@media (max-width: 899px) {
  .page-template-page-doctors .wpb_single_image, .page-template-page-doctors .wpb_text_column, .page-template-page-doctors .vc_btn3-container {
    text-align: center !important; } }

@media (min-width: 899px) {
  .page-template-page-doctors .wpb_single_image {
    padding-top: 20px;
    padding-bottom: 20px; } }

.apply-position .btn-primary {
  font-weight: 600; }

.callout-sm .column_container .wpb_wrapper {
  margin: 0; }
  .callout-sm .column_container .wpb_wrapper p {
    margin-top: 0; }

.callout-sm .wpb_content_element {
  margin-bottom: 0; }

.icon-cullman-logo-light {
  display: none !important; }

.icon-cullman-logo-light,
.icon-cullman-logo-dark {
  background-image: url(../../../images/cullman-ico-2.svg) !important;
  height: 71px !important;
  width: 189px !important;
  transition: all 0.3s ease; }

@media (max-width: 1199px) {
  .page-template-community .post_content .contact li.pay-my-bill {
    margin-left: 25px !important; } }

.callout {
  padding-top: 0;
  padding-bottom: 0; }

.search-name-wrapper {
  position: relative; }

.search-name-wrapper .fa {
  position: absolute;
  right: 6px;
  color: #5AC5CC;
  top: 13px;
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.25s ease; }

.search-name-wrapper .fa-times-circle {
  opacity: 0;
  font-size: 18px;
  color: #a9a9a9;
  right: 6px;
  color: #5AC5CC;
  top: 13px;
  transition: opacity 0.15s ease; }

.search-name-wrapper .active .fa-refresh {
  opacity: 1; }

.search-name-wrapper.not-empty .close {
  opacity: 1;
  cursor: pointer;
  z-index: 2;
  text-shadow: none; }

.postid-3913 :target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }

@media (min-width: 768px) {
  .affixed .navbar-default.affix {
    top: 0px; }
  .logged-in .navbar-default.affix {
    top: 32px !important; } }

/*hide book apt btns*/
@media (min-width: 997px) {
  #wrapper.toggled #sidebar-wrapper {
    height: 320px; } }

.schedule-app-widget {
  display: none; }

/*annual report styles */
@media screen and (min-width: 768px) {
  .report-iframe {
    min-height: 800px; } }

@media screen and (max-width: 767px) {
  .report-iframe {
    min-height: 500px; } }

.ortho-spine-services {
  padding-left: 30px;
  padding-right: 30px; }

.spine-custom-padding {
  margin-top: 80px;
  margin-bottom: 80px; }

@media screen and (max-width: 899px) {
  .ortho-spine-services .wpb_text_column {
    margin-bottom: 0px; }
  .ortho-spine-services {
    padding-bottom: 40px; }
  .ortho-spine-services .wpb_text_column li {
    text-align: center !important; }
  .spine-custom-padding {
    margin-top: 60px;
    margin-bottom: 60px; } }

.ortho-spine h1, .services-template-page-2023-services h1 {
  font-weight: 700;
  color: #25556B;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-top: 20px; }
  @media only screen and (max-width: 520px) {
    .ortho-spine h1, .services-template-page-2023-services h1 {
      font-size: 18px;
      line-height: 24px;
      margin-top: -10px; } }

.ortho-spine h2, .services-template-page-2023-services h2 {
  color: #25556B;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-align: center; }
  @media only screen and (max-width: 520px) {
    .ortho-spine h2, .services-template-page-2023-services h2 {
      font-size: 18px;
      line-height: 24px; } }

.ortho-spine h2::before, .services-template-page-2023-services h2::before {
  display: -webkit-box;
  display: flex;
  /*background: url(../../../images/ortho-spine-headline-border.png) left -4px no-repeat;*/
  background-color: #D7D9DA;
  height: 2px;
  margin-top: 40px;
  margin-right: 10px;
  width: 100%;
  display: inline-block;
  content: ''; }
  @media only screen and (max-width: 520px) {
    .ortho-spine h2::before, .services-template-page-2023-services h2::before {
      margin-top: 20px; } }

.ortho-spine h2::after, .services-template-page-2023-services h2::after {
  display: -webkit-box;
  display: flex;
  background-color: #D7D9DA;
  height: 2px;
  margin-top: 40px;
  /*background: url(../../../images/ortho-spine-headline-border.png) left -4px no-repeat;*/
  margin-left: 10px;
  width: 100%;
  display: inline-block;
  content: ''; }
  @media only screen and (max-width: 520px) {
    .ortho-spine h2::after, .services-template-page-2023-services h2::after {
      margin-top: 20px; } }

.ortho-spine p.lg, .services-template-page-2023-services p.lg {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center; }
  .ortho-spine p.lg a, .ortho-spine p.lg a:link, .ortho-spine p.lg a:active, .ortho-spine p.lg a:visited, .services-template-page-2023-services p.lg a, .services-template-page-2023-services p.lg a:link, .services-template-page-2023-services p.lg a:active, .services-template-page-2023-services p.lg a:visited {
    color: #25556B !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    /*			border-bottom:solid 1px #25556B!important;*/ }
  .ortho-spine p.lg a:hover, .services-template-page-2023-services p.lg a:hover {
    color: #39b2ba !important; }
  @media (max-width: 767px) {
    .ortho-spine p.lg, .services-template-page-2023-services p.lg {
      font-size: 16px;
      line-height: 22px;
      text-align: left; } }

.ortho-spine .doctor-inner img, .ortho-spine .provider-ic-contatiner, .ortho-spine .blue-bg, .services-template-page-2023-services .doctor-inner img, .services-template-page-2023-services .provider-ic-contatiner, .services-template-page-2023-services .blue-bg {
  display: none; }

.ortho-spine .doctor-feed .doctor-inner, .services-template-page-2023-services .doctor-feed .doctor-inner {
  border: 0px;
  box-shadow: none;
  padding-top: 20px;
  background-color: #f4f4f4; }

.ortho-spine .full-width-cta, .services-template-page-2023-services .full-width-cta {
  width: 100%;
  margin-bottom: 50px; }
  .ortho-spine .full-width-cta a, .ortho-spine .full-width-cta a:link, .ortho-spine .full-width-cta a:active, .ortho-spine .full-width-cta a:visited, .services-template-page-2023-services .full-width-cta a, .services-template-page-2023-services .full-width-cta a:link, .services-template-page-2023-services .full-width-cta a:active, .services-template-page-2023-services .full-width-cta a:visited {
    color: #FFF;
    background-color: #3BC1CB;
    font-weight: bold;
    font-size: 25px;
    border: 0px;
    width: 100%;
    display: block; }
    @media only screen and (max-width: 520px) {
      .ortho-spine .full-width-cta a, .ortho-spine .full-width-cta a:link, .ortho-spine .full-width-cta a:active, .ortho-spine .full-width-cta a:visited, .services-template-page-2023-services .full-width-cta a, .services-template-page-2023-services .full-width-cta a:link, .services-template-page-2023-services .full-width-cta a:active, .services-template-page-2023-services .full-width-cta a:visited {
        font-size: 13px;
        line-height: 18px;
        padding-left: 20%;
        padding-right: 20%; }
        .ortho-spine .full-width-cta a span.sys, .ortho-spine .full-width-cta a:link span.sys, .ortho-spine .full-width-cta a:active span.sys, .ortho-spine .full-width-cta a:visited span.sys, .services-template-page-2023-services .full-width-cta a span.sys, .services-template-page-2023-services .full-width-cta a:link span.sys, .services-template-page-2023-services .full-width-cta a:active span.sys, .services-template-page-2023-services .full-width-cta a:visited span.sys {
          display: none; } }
  .ortho-spine .full-width-cta a:hover, .services-template-page-2023-services .full-width-cta a:hover {
    background-color: #39b2ba; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .full-width-cta, .services-template-page-2023-services .full-width-cta {
      margin-bottom: 20px; } }

.ortho-spine .headline-center-borders, .services-template-page-2023-services .headline-center-borders {
  display: flex;
  position: relative;
  white-space: nowrap;
  text-align: center;
  color: #0F5568; }

.ortho-spine .add-space, .services-template-page-2023-services .add-space {
  margin-top: 30px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .add-space, .services-template-page-2023-services .add-space {
      margin-top: 20px;
      margin-bottom: 00px; } }

.ortho-spine .add-top-margin, .services-template-page-2023-services .add-top-margin {
  margin-top: 20px; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .add-top-margin, .services-template-page-2023-services .add-top-margin {
      margin-top: -20px; } }

.ortho-spine .colored-backgrounds, .services-template-page-2023-services .colored-backgrounds {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center; }
  .ortho-spine .colored-backgrounds .vc_column-inner > .wpb_wrapper, .services-template-page-2023-services .colored-backgrounds .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    align-items: center;
    justify-content: center; }
  .ortho-spine .colored-backgrounds .col-has-fill, .services-template-page-2023-services .colored-backgrounds .col-has-fill {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center; }
    @media only screen and (max-width: 520px) {
      .ortho-spine .colored-backgrounds .col-has-fill, .services-template-page-2023-services .colored-backgrounds .col-has-fill {
        margin-bottom: 20px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .ortho-spine .colored-backgrounds .col-has-fill, .services-template-page-2023-services .colored-backgrounds .col-has-fill {
        display: block !important; }
        .ortho-spine .colored-backgrounds .col-has-fill .vc_column-inner, .services-template-page-2023-services .colored-backgrounds .col-has-fill .vc_column-inner {
          min-height: 486px; } }
  .ortho-spine .colored-backgrounds h3, .services-template-page-2023-services .colored-backgrounds h3 {
    color: #FFF;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    line-height: 52px;
    padding: 30px 30px 0 30px; }
    @media only screen and (max-width: 520px) {
      .ortho-spine .colored-backgrounds h3, .services-template-page-2023-services .colored-backgrounds h3 {
        font-size: 18px;
        line-height: 24px;
        padding-top: 10px; } }
  .ortho-spine .colored-backgrounds .vc_column-inner p, .services-template-page-2023-services .colored-backgrounds .vc_column-inner p {
    padding: 0 30px 30px 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    font-weight: 700; }
    @media only screen and (max-width: 520px) {
      .ortho-spine .colored-backgrounds .vc_column-inner p, .services-template-page-2023-services .colored-backgrounds .vc_column-inner p {
        font-size: 13px;
        line-height: 18px; } }

.ortho-spine .tour-our-facility, .services-template-page-2023-services .tour-our-facility {
  overflow: hidden; }
  .ortho-spine .tour-our-facility h2, .services-template-page-2023-services .tour-our-facility h2 {
    margin-bottom: 30px; }
  .ortho-spine .tour-our-facility .vc_column-inner p, .services-template-page-2023-services .tour-our-facility .vc_column-inner p {
    color: #FFF;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px;
    padding: 0px; }
  .ortho-spine .tour-our-facility .wpb_text_column, .services-template-page-2023-services .tour-our-facility .wpb_text_column {
    margin-bottom: 0px; }
  .ortho-spine .tour-our-facility .col-sm-6, .services-template-page-2023-services .tour-our-facility .col-sm-6 {
    max-height: 307px; }
    @media only screen and (max-width: 1199px) {
      .ortho-spine .tour-our-facility .col-sm-6, .services-template-page-2023-services .tour-our-facility .col-sm-6 {
        width: 100%;
        max-height: 100%; } }
    @media only screen and (max-width: 520px) {
      .ortho-spine .tour-our-facility .col-sm-6, .services-template-page-2023-services .tour-our-facility .col-sm-6 {
        margin-top: 20px; } }
  .ortho-spine .tour-our-facility .text, .services-template-page-2023-services .tour-our-facility .text {
    z-index: 2;
    position: relative;
    float: right;
    width: 50%;
    padding: 40px 30px 30px 10px; }
    @media only screen and (max-width: 1199px) {
      .ortho-spine .tour-our-facility .text, .services-template-page-2023-services .tour-our-facility .text {
        margin-top: 12%; } }
    @media only screen and (max-width: 520px) {
      .ortho-spine .tour-our-facility .text, .services-template-page-2023-services .tour-our-facility .text {
        width: 100%;
        margin-top: 0px;
        padding: 20px 30px; } }

.ortho-spine .dr-krav-img-mobile, .services-template-page-2023-services .dr-krav-img-mobile {
  display: none; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .dr-krav-img-mobile, .services-template-page-2023-services .dr-krav-img-mobile {
      display: block;
      width: 100%;
      float: left;
      z-index: 1;
      position: realtive; } }

.ortho-spine .dr-krav-img, .services-template-page-2023-services .dr-krav-img {
  float: left;
  z-index: 1;
  position: realtive;
  width: 50%; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .dr-krav-img, .services-template-page-2023-services .dr-krav-img {
      display: none; } }

.ortho-spine .team .content-inner, .services-template-page-2023-services .team .content-inner {
  text-align: left;
  padding: 10px 20px 40px 20px; }

.ortho-spine .doctor-inner, .services-template-page-2023-services .doctor-inner {
  padding-bottom: 0px;
  border-radius: 0;
  background-color: #E7E7E7; }
  .ortho-spine .doctor-inner img, .services-template-page-2023-services .doctor-inner img {
    display: block !important; }
  .ortho-spine .doctor-inner .btn-wrap, .ortho-spine .doctor-inner .col p, .services-template-page-2023-services .doctor-inner .btn-wrap, .services-template-page-2023-services .doctor-inner .col p {
    display: none; }
  @media only screen and (max-width: 980px) {
    .ortho-spine .doctor-inner, .services-template-page-2023-services .doctor-inner {
      margin-bottom: 20px; } }

.ortho-spine .meet-team img, .services-template-page-2023-services .meet-team img {
  border-radius: 0;
  margin-top: -80px;
  border: 0; }

.ortho-spine .doctor-feed .col h4, .services-template-page-2023-services .doctor-feed .col h4 {
  text-transform: none;
  color: #25556B;
  font-size: 13px;
  letter-spacing: normal;
  margin-top: 0px;
  font-weight: 700; }

.ortho-spine .meet-team h3, .services-template-page-2023-services .meet-team h3 {
  font-weight: 700;
  color: #25556B;
  font-size: 18px; }

.ortho-spine .doctor-feed .col p, .services-template-page-2023-services .doctor-feed .col p {
  display: none; }

.ortho-spine .doctor-feed article:nth-child(3n+1):after, .ortho-spine .doctor-feed article:first-child:after, .services-template-page-2023-services .doctor-feed article:nth-child(3n+1):after, .services-template-page-2023-services .doctor-feed article:first-child:after {
  background: none; }

.ortho-spine .doctor-feed article:after, .services-template-page-2023-services .doctor-feed article:after {
  background: url(../../../images/dashed-provider-lines.png) left 0px no-repeat;
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  margin-left: -25px;
  top: 35px; }
  @media only screen and (max-width: 980px) {
    .ortho-spine .doctor-feed article:after, .services-template-page-2023-services .doctor-feed article:after {
      display: none; } }

@media only screen and (max-width: 520px) {
  .ortho-spine .doctor-feed article:after, .ortho-spine .doctor-feed article:nth-child(3n+1):after, .ortho-spine .doctor-feed article:first-child:after, .services-template-page-2023-services .doctor-feed article:after, .services-template-page-2023-services .doctor-feed article:nth-child(3n+1):after, .services-template-page-2023-services .doctor-feed article:first-child:after {
    background: url(../../../images/dashed-provider-lines-horizontal.jpg) left 0px no-repeat;
    display: block;
    width: 100%;
    height: 2px;
    top: unset;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 263px; }
  .ortho-spine .doctor-feed article:last-child:after, .services-template-page-2023-services .doctor-feed article:last-child:after {
    display: none; } }

.ortho-spine .doctor-feed article, .services-template-page-2023-services .doctor-feed article {
  margin-top: 60px !important; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .doctor-feed article, .services-template-page-2023-services .doctor-feed article {
      margin-top: 80px !important;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; } }

.ortho-spine .doctor-feed .row, .services-template-page-2023-services .doctor-feed .row {
  margin-top: -30px; }
  @media only screen and (max-width: 520px) {
    .ortho-spine .doctor-feed .row, .services-template-page-2023-services .doctor-feed .row {
      margin-top: 20px; } }

@media only screen and (max-width: 520px) {
  .ortho-spine .wpb_content_element, .services-template-page-2023-services .wpb_content_element {
    margin-bottom: 15px; } }

@media only screen and (min-width: 520px) {
  .ortho-spine #leading-physicians, .services-template-page-2023-services #leading-physicians {
    scroll-margin-top: 200px; } }

#content .steps-heading {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap; }
  #content .steps-heading > .wpb_column {
    padding-left: 10px;
    padding-right: 10px; }

/*new service template*/
.page-template-page-new-services-lines,
.new-service-line,
.services-template-page-new-services-lines {
  /*	@media only screen and (max-width: 1024px) {
    	.col-sm-4, .ortho-spine .colored-backgrounds .col-has-fill{
    		width:100%;
    		display:block!important;
    	}
    }
    */ }
  .page-template-page-new-services-lines #content p.lg,
  .new-service-line #content p.lg,
  .services-template-page-new-services-lines #content p.lg {
    text-align: left; }
  .page-template-page-new-services-lines #content h2,
  .new-service-line #content h2,
  .services-template-page-new-services-lines #content h2 {
    margin-top: 80px; }
  .page-template-page-new-services-lines #content h4,
  .new-service-line #content h4,
  .services-template-page-new-services-lines #content h4 {
    font-size: 24px; }
    @media (max-width: 767px) {
      .page-template-page-new-services-lines #content h4,
      .new-service-line #content h4,
      .services-template-page-new-services-lines #content h4 {
        font-size: 18px; } }
  .page-template-page-new-services-lines #content h5,
  .new-service-line #content h5,
  .services-template-page-new-services-lines #content h5 {
    font-size: 18px;
    color: #25556B;
    font-weight: 700;
    text-align: center; }
  .page-template-page-new-services-lines .post_content ul,
  .new-service-line .post_content ul,
  .services-template-page-new-services-lines .post_content ul {
    margin-left: 10px; }
  .page-template-page-new-services-lines li::marker,
  .new-service-line li::marker,
  .services-template-page-new-services-lines li::marker {
    color: #5AC5CC; }
  .page-template-page-new-services-lines .vc_toggle_title h4,
  .new-service-line .vc_toggle_title h4,
  .services-template-page-new-services-lines .vc_toggle_title h4 {
    font-size: 18px; }
    @media (max-width: 767px) {
      .page-template-page-new-services-lines .vc_toggle_title h4,
      .new-service-line .vc_toggle_title h4,
      .services-template-page-new-services-lines .vc_toggle_title h4 {
        font-size: 14px; } }
  .page-template-page-new-services-lines .post_content .wpb_text_column ul li::before,
  .new-service-line .post_content .wpb_text_column ul li::before,
  .services-template-page-new-services-lines .post_content .wpb_text_column ul li::before {
    color: #5AC5CC; }
  .page-template-page-new-services-lines .vc_btn3.vc_btn3-color-default,
  .new-service-line .vc_btn3.vc_btn3-color-default,
  .services-template-page-new-services-lines .vc_btn3.vc_btn3-color-default {
    background-color: #25556B;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 5px;
    border: 0; }
  .page-template-page-new-services-lines .vc_btn3.vc_btn3-color-default:hover,
  .new-service-line .vc_btn3.vc_btn3-color-default:hover,
  .services-template-page-new-services-lines .vc_btn3.vc_btn3-color-default:hover {
    background-color: #193E4F !important;
    border: 0;
    color: #FFF; }
  .page-template-page-new-services-lines .teal-btn .vc_btn3.vc_btn3-color-default,
  .new-service-line .teal-btn .vc_btn3.vc_btn3-color-default,
  .services-template-page-new-services-lines .teal-btn .vc_btn3.vc_btn3-color-default {
    background-color: #3BC1CB;
    border: 0; }
  .page-template-page-new-services-lines .teal-btn .vc_btn3.vc_btn3-color-default:hover,
  .new-service-line .teal-btn .vc_btn3.vc_btn3-color-default:hover,
  .services-template-page-new-services-lines .teal-btn .vc_btn3.vc_btn3-color-default:hover {
    background-color: #31A2AB !important;
    border: 0; }
  .page-template-page-new-services-lines .vc_btn3-container.vc_btn3-inline,
  .new-service-line .vc_btn3-container.vc_btn3-inline,
  .services-template-page-new-services-lines .vc_btn3-container.vc_btn3-inline {
    margin: auto;
    display: block;
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner,
    .new-service-line .colored-backgrounds .vc_column-inner,
    .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner p,
  .new-service-line .colored-backgrounds .vc_column-inner p,
  .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner p {
    font-weight: 600;
    font-size: 16px;
    text-align: left; }
    @media only screen and (max-width: 1199px) {
      .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner p,
      .new-service-line .colored-backgrounds .vc_column-inner p,
      .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner p {
        line-height: normal;
        font-size: 14px; } }
    @media only screen and (max-width: 1024px) {
      .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner p,
      .new-service-line .colored-backgrounds .vc_column-inner p,
      .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner p {
        text-align: center; } }
  .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3,
  .new-service-line .colored-backgrounds .vc_column-inner h3,
  .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3 {
    line-height: 34px;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
    text-align: left; }
    @media only screen and (max-width: 1199px) {
      .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3,
      .new-service-line .colored-backgrounds .vc_column-inner h3,
      .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3 {
        line-height: normal;
        font-size: 20px; } }
    @media only screen and (max-width: 1024px) {
      .page-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3,
      .new-service-line .colored-backgrounds .vc_column-inner h3,
      .services-template-page-new-services-lines .colored-backgrounds .vc_column-inner h3 {
        text-align: center; } }
  .page-template-page-new-services-lines .vc_toggle,
  .new-service-line .vc_toggle,
  .services-template-page-new-services-lines .vc_toggle {
    padding: 20px 40px;
    margin: 0px; }
  .page-template-page-new-services-lines .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .page-template-page-new-services-lines .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
  .new-service-line .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
  .new-service-line .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before,
  .services-template-page-new-services-lines .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after,
  .services-template-page-new-services-lines .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #25556B; }
  .page-template-page-new-services-lines .vc_toggle:first-child,
  .new-service-line .vc_toggle:first-child,
  .services-template-page-new-services-lines .vc_toggle:first-child {
    margin-top: 30px; }
  .page-template-page-new-services-lines .vc_toggle:nth-child(even),
  .new-service-line .vc_toggle:nth-child(even),
  .services-template-page-new-services-lines .vc_toggle:nth-child(even) {
    background-color: #FFF; }
  .page-template-page-new-services-lines .vc_toggle:nth-child(odd),
  .new-service-line .vc_toggle:nth-child(odd),
  .services-template-page-new-services-lines .vc_toggle:nth-child(odd) {
    background-color: #F6F6F6; }
  .page-template-page-new-services-lines .vc_toggle_content,
  .new-service-line .vc_toggle_content,
  .services-template-page-new-services-lines .vc_toggle_content {
    margin-bottom: 0; }
  .page-template-page-new-services-lines .vc_toggle_content a, .page-template-page-new-services-lines .vc_toggle_content a:active, .page-template-page-new-services-lines .vc_toggle_content a:link, .page-template-page-new-services-lines .vc_toggle_content a:visited,
  .new-service-line .vc_toggle_content a,
  .new-service-line .vc_toggle_content a:active,
  .new-service-line .vc_toggle_content a:link,
  .new-service-line .vc_toggle_content a:visited,
  .services-template-page-new-services-lines .vc_toggle_content a,
  .services-template-page-new-services-lines .vc_toggle_content a:active,
  .services-template-page-new-services-lines .vc_toggle_content a:link,
  .services-template-page-new-services-lines .vc_toggle_content a:visited {
    color: #0F5568;
    font-weight: 700;
    text-decoration: underline; }
  .page-template-page-new-services-lines .vc_toggle_content a:hover,
  .new-service-line .vc_toggle_content a:hover,
  .services-template-page-new-services-lines .vc_toggle_content a:hover {
    color: #193E4F; }
  .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner,
  .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner,
  .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner {
    padding: 30px; }
    .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner > .wpb_wrapper,
    .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner > .wpb_wrapper,
    .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner > .wpb_wrapper {
      display: flex;
      flex-direction: column; }
    .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner .wpb_text_column,
    .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner .wpb_text_column,
    .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner .wpb_text_column {
      flex: 1; }
    .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner p, .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner .btn, .page-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner h3,
    .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner p,
    .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner .btn,
    .new-service-line .colored-backgrounds .wpb_column > .vc_column-inner h3,
    .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner p,
    .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner .btn,
    .services-template-page-new-services-lines .colored-backgrounds .wpb_column > .vc_column-inner h3 {
      padding: 0; }

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

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

.call-now-callout {
  background-color: #3BC1CB; }
  .call-now-callout a {
    text-decoration: none; }
  .call-now-callout a:hover {
    text-decoration: underline; }
  .call-now-callout h4 {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    letter-spacing: -0.29px;
    text-align: center;
    font-weight: 600;
    margin: 0; }
    @media (min-width: 992px) {
      .call-now-callout h4 {
        font-size: 27px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .call-now-callout h4 {
        line-height: 1.35;
        text-align: left; } }
  .call-now-callout a {
    color: #fff;
    font-weight: 800; }
    .call-now-callout a:hover {
      text-decoration: underline; }
  .call-now-callout .wpb_content_element:nth-child(0) {
    order: 0; }
  .call-now-callout .wpb_content_element:nth-child(1) {
    order: 1; }
  .call-now-callout .wpb_content_element:nth-child(2) {
    order: 2; }
    @media (max-width: 767px) {
      .call-now-callout .wpb_content_element:nth-child(2) {
        order: 3; } }
  .call-now-callout .wpb_single_image.vc_align_left {
    order: 1; }
    @media (max-width: 767px) {
      .call-now-callout .wpb_single_image.vc_align_left {
        order: 0;
        flex: 0 0 10%; } }
  .call-now-callout .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 767px) {
      .call-now-callout .wpb_column > .vc_column-inner > .wpb_wrapper {
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left; } }

@media (max-width: 767px) {
  .location-block {
    margin-top: 40px;
    margin-bottom: 20px; } }

.postid-6069 #content {
  position: relative;
  padding: 0; }

.postid-6069 .page-header {
  display: none; }

body .wpb_content_element {
  margin-bottom: 20px; }

body .no-margin-top {
  margin-top: 0; }

body .no-margin-bottom {
  margin-bottom: 0; }

body .margin-xs-bottom {
  margin-bottom: 6px; }

body .margin-sm-bottom {
  margin-bottom: 12px; }

body .margin-md-bottom {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    body .margin-md-bottom {
      margin-bottom: 0px; } }

body .margin-md-bottom2 {
  margin-bottom: 25px; }

body .margin-lg-bottom {
  margin-bottom: 30px; }

body .margin-xl-bottom {
  margin-bottom: 35px; }

body .margin-xxl-bottom {
  margin-bottom: 50px; }

body .margin-xxl-bottom-2 {
  margin-bottom: 75px; }

body .padding-xs-top {
  padding-top: 6px; }

body .padding-sm-top {
  padding-top: 12px; }

body .padding-md-top {
  padding-top: 20px; }

body .padding-lg-top {
  padding-top: 30px; }

body .padding-xl-top {
  padding-top: 35px; }

body .padding-xxl-top {
  padding-top: 60px; }

body .margin-xs-top {
  margin-top: 6px; }

body .margin-sm-top {
  margin-top: 12px; }

body .margin-md-top {
  margin-top: 20px; }

body .margin-md-top2 {
  margin-top: 25px; }

body .margin-lg-top {
  margin-top: 30px; }

body .margin-xl-top {
  margin-top: 35px; }

body .margin-xxl-top {
  margin-top: 50px; }

body .bg-section-padding {
  padding: 60px 0px 80px 0px; }
  @media (max-width: 767px) {
    body .bg-section-padding {
      padding: 40px 0px 60px 0px; } }

@media (max-width: 767px) {
  body .mg-top-sm-mb {
    margin-top: 20px; } }

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

body .padding-xs-top {
  padding-top: 6px; }

body .padding-sm-top {
  padding-top: 12px; }

body .padding-md-top {
  padding-top: 20px; }

body .padding-lg-top {
  padding-top: 30px; }

body .padding-lg-bottom {
  padding-bottom: 30px; }

body .padding-xl-top {
  padding-top: 35px; }

body .padding-xxl-bottom {
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    body .padding-xxl-bottom {
      padding-bottom: 30px; } }

body .padding-xxl-top {
  padding-top: 60px; }
  @media (max-width: 767px) {
    body .padding-xxl-top {
      padding-top: 30px; } }

.padding-lg {
  padding-top: 80px;
  padding-bottom: 80px; }

.services-template-page-new-services-lines #content {
  padding-top: 0px; }

@media (max-width: 767px) {
  .services-template-page-new-services-lines h1 {
    font-size: 30px;
    line-height: 36px; }
  .services-template-page-new-services-lines h2.headline-center-borders {
    font-size: 22px;
    line-height: 28px;
    white-space: normal; }
  .services-template-page-new-services-lines h2 {
    margin-top: 40px; }
  .services-template-page-new-services-lines h5 {
    margin-top: 40px;
    margin-bottom: -20px; } }

.image-callout-box .vc_column-inner {
  padding: 0px !important; }

.image-callout-box .wpb_single_image {
  margin-bottom: 0px !important; }

.teal-callout-box h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px; }

.teal-callout-box h4 {
  color: #FFF;
  border-bottom: dotted 2px #FFF;
  padding-bottom: 10px; }

.teal-callout-box p {
  color: #FFF;
  line-height: normal;
  font-size: 18px;
  font-weight: 500; }

.teal-callout-box .vc_column-inner {
  padding: 0 30px 20px 30px;
  min-height: 280px; }

.teal-callout-box .vc_btn3-container.vc_btn3-inline {
  margin: 0; }

.teal-callout-box a, .teal-callout-box a:link, .teal-callout-box a:active, .teal-callout-box a:visited {
  color: #FFF;
  font-weight: bold; }

.teal-callout-box a:hover {
  text-decoration: underline;
  color: #FFF; }

@media (max-width: 767px) {
  .teal-callout-box {
    margin-bottom: 30px; } }

.teal-callout-box-add-padding .vc_column-inner {
  padding: 30px 60px;
  min-height: 100%; }

h4.hours-ic:before {
  display: inline-block;
  content: '';
  margin-right: 10px;
  background: url(../../../images/hours-ic-3.png) no-repeat;
  height: 43px;
  width: 44px;
  background-size: contain;
  position: relative;
  top: 10px; }

h4.location-ic:before {
  display: inline-block;
  content: '';
  margin-right: 10px;
  background: url(../../../images/location-ic-3.png) no-repeat;
  height: 38px;
  width: 38px;
  background-size: contain;
  position: relative;
  top: 10px; }

h4.contact-ic:before {
  display: inline-block;
  content: '';
  margin-right: 10px;
  background: url(../../../images/phone-ic-3.png) no-repeat;
  height: 38px;
  width: 38px;
  background-size: contain;
  position: relative;
  top: 10px; }

/*service line template edits*/
.services-template-page-new-services-lines h5 {
  text-align: left !important; }

.colored-backgrounds .wpb_text_column {
  flex: none !important; }

.colored-backgrounds .vc_btn3-container.vc_btn3-inline {
  margin: 20px 0 0 0; }

@media (max-width: 767px) {
  .colored-backgrounds .vc_btn3-container.vc_btn3-inline {
    margin: 20px auto 0 auto; } }

.page-template-page-new-services-lines .vc_toggle:nth-child(even),
.new-service-line .vc_toggle:nth-child(even),
.services-template-page-new-services-lines .vc_toggle:nth-child(even) {
  background-color: #F6F6F6; }

.page-template-page-new-services-lines .vc_toggle:nth-child(odd),
.new-service-line .vc_toggle:nth-child(odd),
.services-template-page-new-services-lines .vc_toggle:nth-child(odd) {
  background-color: #FFF; }

.callout-phone-box {
  display: block !important; }

li::marker {
  color: #5AC5CC; }

.services-template-page-new-services-lines h2 {
  margin-top: 40px; }

.services-template-page-new-services-lines .page-header {
  display: none; }

.services-template-page-new-services-lines #content {
  padding-top: 0px !important; }

/*sleep service line*/
.sleep-service-temp .faq-title h4 {
  color: #2dccd3;
  font-size: 24px; }

@media (min-width: 768px) {
  .sleep-service-temp .tour-our-facility .col-sm-6 {
    max-height: 380px !important; } }

.sleep-service-temp .services-address-line p, .sleep-service-temp .services-address-line a {
  font-weight: bold !important;
  color: #fff;
  line-height: normal;
  max-width: 400px;
  margin-top: 12px; }

.sleep-service-temp .services-address-line img {
  max-width: 20px !important;
  margin-right: 8px; }

.sleep-service-temp img.phone-icon-sleep {
  max-width: 25px !important;
  top: 3px;
  position: relative;
  display: blockl; }

.sleep-service-temp .services-address-line a {
  color: #FFF !important; }

.sleep-service-temp h5 {
  font-weight: bold; }

.sleep-service-temp .new-service-line h5 {
  font-size: 20px;
  text-align: left;
  line-height: normal; }

.sleep-service-temp .sleep-center-box .vc_column-inner p {
  color: #FFF;
  text-align: left;
  font-size: 16px;
  padding: 10px 0px; }

.sleep-service-temp .sleep-center-box .vc_column-inner {
  padding: 20px 40px; }

/*theme updates */
.featured-full .page-header p {
  text-align: center; }

/*ED service*/
.emegency-callout {
  padding: 5px 0px;
  background-color: #E16868; }
  .emegency-callout p {
    margin-top: 0px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .emegency-callout .wpb_text_column {
    margin-bottom: 0px; }

.ortho-spine .small-cta {
  width: 100%; }
  .ortho-spine .small-cta a, .ortho-spine .small-cta a:link, .ortho-spine .small-cta a:active, .ortho-spine .small-cta a:visited {
    background-color: #5AC5CC;
    color: #FFF;
    margin: 0 auto;
    display: block;
    max-width: 250px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    border: 0;
    border-radius: 5px; }
  .ortho-spine .small-cta a:hover {
    background-color: #39b2ba; }

h5.bold {
  font-weight: bold; }

.faq-section ul li {
  line-height: 1.9 !important; }

.full-size-image-section {
  display: flex; }
  .full-size-image-section .vc_column-inner {
    padding: 0px !important; }
  .full-size-image-section .wpb_single_image {
    margin-bottom: 0px !important; }

.ortho-spine .colored-backgrounds .dark-copy-section {
  display: flex; }
  .ortho-spine .colored-backgrounds .dark-copy-section .vc_column-inner p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px; }
  .ortho-spine .colored-backgrounds .dark-copy-section h3 {
    font-size: 24px;
    margin-bottom: 0px; }

.service-bottom .teal-callout-box {
  padding-left: 15px;
  padding-right: 15px; }
  .service-bottom .teal-callout-box .vc_column-inner {
    padding-top: 0px; }

.embed-responsive-16by9 {
  padding-bottom: 43% !important; }

.dark-copy-section a, .dark-copy-section a:link, .dark-copy-section a:active, .dark-copy-section a:visited {
  color: #FFF;
  font-weight: 700; }

.dark-copy-section a:hover {
  text-decoration: underline; }

.dark-copy-section .vc_column-inner {
  padding-top: 0px !important; }

.navy-box a, .navy-box a:link, .navy-box a:active, .navy-box a:visited {
  color: #3bc1cb; }

.navy-box a:hover {
  color: #39b2ba;
  text-decoration: none; }

.teal-box a, .teal-box a:link, .teal-box a:active, .teal-box a:visited {
  color: #25556b; }

.teal-box a:hover {
  color: #193E4F;
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .ortho-spine h2::before, .ortho-spine h2::after {
    max-width: 50px; }
  .ortho-spine .headline-center-borders {
    white-space: normal; }
  .dark-copy-section .vc_column-inner {
    padding-top: 30px; }
  .teal-callout-box-add-padding .vc_column-inner {
    padding: 30px; } }

.hide-title {
  display: none; }

.careers-temp h1 {
  font-weight: 700;
  color: #25556B;
  font-size: 40px;
  line-height: 55px;
  text-align: center;
  margin-top: 20px; }

.careers-temp p.lg {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-align: center; }

.careers-temp p {
  line-height: 24px; }

.careers-temp h2 {
  color: #0F5568;
  font-size: 20px; }

.careers-temp h2:before, .careers-temp h2:after {
  display: none; }

.dknavy-block {
  color: #FFF;
  padding: 0px;
  display: flex; }
  .dknavy-block h2 {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left; }
  .dknavy-block ul, .dknavy-block li {
    color: #FFF; }
  .dknavy-block ul {
    list-style: none;
    padding-right: 25px;
    margin-left: 1em; }
  .dknavy-block ul li::before {
    content: "\2022";
    color: #FFF !important;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em !important; }
  .dknavy-block li {
    line-height: 24px;
    padding-bottom: 5px; }
  .dknavy-block .wpb_column {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 100%;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0px; }
    @media screen and (max-width: 900px) {
      .dknavy-block .wpb_column {
        display: block; } }
  .dknavy-block .text-padding {
    padding: 30px 40px; }
  .dknavy-block img {
    min-height: 350px;
    object-fit: cover; }
  .dknavy-block .vc_column-inner, .dknavy-block .wpb_content_element, .dknavy-block .vc_row-has-fill {
    margin: 0px !important;
    padding: 0px !important; }

.no-btm-mp {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important; }

.no-top-mp p {
  margin-top: 0px !important;
  padding-top: 0px !important; }

.no-space .vc_column-inner, .no-space .wpb_content_element {
  margin: 0px !important;
  padding: 0px !important; }

.careers-cards h2 {
  text-align: center;
  line-height: 24px; }

.careers-cards p {
  text-align: center;
  line-height: 24px; }

.careers-cards .col-sm-3, .careers-cards .col-sm-6 {
  padding: 10px !important;
  display: flex; }
  .careers-cards .col-sm-3 h2, .careers-cards .col-sm-6 h2 {
    font-size: 18px; }

.careers-cards .vc_row {
  display: flex; }

.careers-cards .col-sm-3 .vc_column-inner, .careers-cards .col-sm-6 .vc_column-inner {
  background-color: #FFF;
  border-top: solid 5px #5AC5CC;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: start;
  height: auto;
  width: 100%; }

.careers-cards .teal-btn {
  width: 100%;
  margin-bottom: 8px; }

.careers-cards .teal-btn button, .careers-cards .teal-btn a {
  background-color: #5AC5CC;
  color: #FFF;
  font-weight: 700;
  border: 0;
  font-size: 16px;
  margin: 0 auto;
  display: block;
  min-width: 144px;
  max-width: 160px; }

.careers-cards .teal-btn button:hover, .careers-cards .teal-btn a:hover {
  background-color: #39b2ba;
  border: 0;
  color: #FFF; }

h2.no-m {
  margin-top: 0px !important; }

.bottom-row-border {
  border-bottom: solid 1px #E0E0E0;
  padding-bottom: 50px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .bottom-row-border {
      margin-top: 60px !important; } }

span.tel-ic, span.address-ic, span.fax-ic, span.email-ic {
  display: block;
  height: 30px; }

span.tel-ic:before {
  content: '';
  background: url(../../../images/tel-ic.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 15px; }

span.email-ic:before {
  content: '';
  background: url(../../../images/email-ic.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 15px; }

span.address-ic {
  margin-left: 50px;
  height: auto; }
  span.address-ic:before {
    content: '';
    background: url(../../../images/address-ic.svg) no-repeat;
    background-size: 100%;
    width: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    top: 13px;
    margin-right: 15px;
    margin-left: -50px; }

span.fax-ic:before {
  content: '';
  background: url(../../../images/fax-ic.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  top: 13px;
  margin-right: 15px; }

@media (max-width: 1024px) {
  .dknavy-block {
    display: block; }
    .dknavy-block .col-sm-4, .dknavy-block .col-sm-8 {
      width: 100% !important; } }

@media (max-width: 860px) {
  .careers-cards .vc_row {
    display: block; }
  .careers-cards .col-sm-3 {
    width: 100%;
    display: block; } }

@media (max-width: 767px) {
  .careers-image-padding {
    padding-top: 10px; } }

.hiring-process .vc_row {
  display: flex; }

.hiring-process h2 {
  text-align: center;
  line-height: 24px; }

.hiring-process p {
  line-height: 24px; }

.hiring-process .col-sm-6, .hiring-process .col-sm-4 {
  padding: 10px; }
  .hiring-process .col-sm-6 .vc_column-inner, .hiring-process .col-sm-4 .vc_column-inner {
    padding: 30px !important; }

@media (max-width: 1024px) {
  .hiring-process .vc_row {
    display: block; }
  .hiring-process .col-sm-6, .hiring-process .col-sm-4 {
    width: 100%; } }

.team-blocks h2 {
  text-align: center;
  line-height: 24px; }

.team-blocks .col-sm-4 .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

.team-blocks .add-borders .vc_column-inner {
  border-left: solid 1px #e6e6e6;
  border-right: solid 1px #e6e6e6; }
  @media (max-width: 860px) {
    .team-blocks .add-borders .vc_column-inner {
      border-bottom: solid 1px #e6e6e6;
      border-top: solid 1px #e6e6e6;
      border-left: 0;
      border-right: 0; } }

.team-blocks span.quote-au {
  display: block;
  width: 100%;
  margin-top: 10px; }

@media (max-width: 860px) {
  .team-blocks .vc_row {
    display: block; }
  .team-blocks .col-sm-4 {
    width: 100%; } }

.careers-faq h2 {
  text-align: left; }

.careers-faq .vc_toggle {
  border-top: solid 1px #e6e6e6;
  margin: 0px;
  padding: 15px 0px; }

.careers-faq .vc_toggle_title > h4 {
  font-size: 16px;
  color: #505050; }

.careers-ads {
  max-width: 800px;
  margin: 60px auto 20px auto !important; }

.services-template-page-bariatric .footer-wrapper {
  margin-top: 0; }

.services-template-page-bariatric #content a.vc_btn3, .services-template-page-emergency #content a.vc_btn3, .services-template-page-surgery #content a.vc_btn3 {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 5px;
  background-color: #5AC5CC;
  color: #FFF;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .services-template-page-bariatric #content a.vc_btn3:hover, .services-template-page-bariatric #content a.vc_btn3:focus, .services-template-page-bariatric #content a.vc_btn3:active, .services-template-page-emergency #content a.vc_btn3:hover, .services-template-page-emergency #content a.vc_btn3:focus, .services-template-page-emergency #content a.vc_btn3:active, .services-template-page-surgery #content a.vc_btn3:hover, .services-template-page-surgery #content a.vc_btn3:focus, .services-template-page-surgery #content a.vc_btn3:active {
    color: #fff;
    background-color: #39b2ba;
    text-decoration: none; }

.services-template-page-bariatric #content #main header, .services-template-page-emergency #content #main header, .services-template-page-surgery #content #main header {
  display: none; }

.services-template-page-bariatric #content p, .services-template-page-emergency #content p, .services-template-page-surgery #content p {
  font-size: 18px;
  line-height: 32px; }

.services-template-page-bariatric #content h2, .services-template-page-emergency #content h2, .services-template-page-surgery #content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 49px;
  margin-top: 0; }

.services-template-page-bariatric #content h2.no-top-mg, .services-template-page-emergency #content h2.no-top-mg, .services-template-page-surgery #content h2.no-top-mg {
  margin-top: 0px; }

.services-template-page-bariatric #content h2.center, .services-template-page-emergency #content h2.center, .services-template-page-surgery #content h2.center {
  text-align: center; }

.services-template-page-bariatric #content .breadcrumbs, .services-template-page-emergency #content .breadcrumbs, .services-template-page-surgery #content .breadcrumbs {
  font-size: 18px;
  color: #0F5568;
  margin-bottom: 60px;
  margin-top: 10px; }
  .services-template-page-bariatric #content .breadcrumbs span.page-name, .services-template-page-emergency #content .breadcrumbs span.page-name, .services-template-page-surgery #content .breadcrumbs span.page-name {
    font-weight: 700; }
  .services-template-page-bariatric #content .breadcrumbs a, .services-template-page-emergency #content .breadcrumbs a, .services-template-page-surgery #content .breadcrumbs a {
    color: #0F5568; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .breadcrumbs, .services-template-page-emergency #content .breadcrumbs, .services-template-page-surgery #content .breadcrumbs {
      margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .services-template-page-bariatric #content .offset-menu > .vc_column-inner, .services-template-page-emergency #content .offset-menu > .vc_column-inner, .services-template-page-surgery #content .offset-menu > .vc_column-inner {
    padding-right: 38px; } }

.services-template-page-bariatric #content .col-6-offset-left, .services-template-page-emergency #content .col-6-offset-left, .services-template-page-surgery #content .col-6-offset-left {
  padding-top: 0 !important; }

.services-template-page-bariatric #content .highlight-section .cta-teal a.vc_btn3, .services-template-page-emergency #content .highlight-section .cta-teal a.vc_btn3, .services-template-page-surgery #content .highlight-section .cta-teal a.vc_btn3 {
  min-width: 300px; }
  @media (max-width: 899px) {
    .services-template-page-bariatric #content .highlight-section .cta-teal a.vc_btn3, .services-template-page-emergency #content .highlight-section .cta-teal a.vc_btn3, .services-template-page-surgery #content .highlight-section .cta-teal a.vc_btn3 {
      max-width: 300px; } }

.services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu {
  box-shadow: none;
  padding: 0px;
  margin-top: 65px; }
  .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul {
    list-style: none; }
    @media (max-width: 1024px) {
      .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul {
        padding: 0 15px; } }
    .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul li, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul li, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul li {
      border-bottom: 0;
      padding-left: 54px;
      position: relative;
      margin-bottom: 30px; }
    .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul li:before, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul li:before, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul li:before {
      content: '';
      width: 36px;
      height: 37px;
      background-size: contain;
      display: inline-block; }
    .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul li.phone:before, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul li.phone:before, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul li.phone:before {
      content: '';
      width: 36px;
      height: 37px;
      background-size: contain;
      display: inline-block;
      background: url(../../../images/phone-ico-new.png) no-repeat;
      left: 16px;
      position: absolute;
      top: -8px; }
    .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul li.address:before, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul li.address:before, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul li.address:before {
      content: '';
      width: 36px;
      height: 37px;
      background-size: contain;
      display: inline-block;
      background: url(../../../images/address-ico.png) no-repeat;
      background-size: contain;
      left: 16px;
      position: absolute;
      top: -8px; }
    @media (max-width: 1024px) {
      .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu ul li.phone, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu ul li.phone, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu ul li.phone {
        margin-bottom: 20px; } }
  .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3 {
    padding: 15px 20px;
    margin-left: 0;
    max-width: 175px; }
    @media (max-width: 1024px) {
      .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3, .services-template-page-emergency #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3, .services-template-page-surgery #content .inline-nav-ico .vc_wp_custommenu a.vc_btn3 {
        margin-left: 0px;
        max-width: 100%; } }

.services-template-page-bariatric #content .cta-teal a.vc_btn3, .services-template-page-bariatric #content .cta-navy a.vc_btn3, .services-template-page-emergency #content .cta-teal a.vc_btn3, .services-template-page-emergency #content .cta-navy a.vc_btn3, .services-template-page-surgery #content .cta-teal a.vc_btn3, .services-template-page-surgery #content .cta-navy a.vc_btn3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  color: #FFF;
  padding: 15px 42px;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 0px;
  text-decoration: none; }
  @media (max-width: 1199px) {
    .services-template-page-bariatric #content .cta-teal a.vc_btn3, .services-template-page-bariatric #content .cta-navy a.vc_btn3, .services-template-page-emergency #content .cta-teal a.vc_btn3, .services-template-page-emergency #content .cta-navy a.vc_btn3, .services-template-page-surgery #content .cta-teal a.vc_btn3, .services-template-page-surgery #content .cta-navy a.vc_btn3 {
      font-size: 14px; } }

.services-template-page-bariatric #content .less-padding a.vc_btn3, .services-template-page-emergency #content .less-padding a.vc_btn3, .services-template-page-surgery #content .less-padding a.vc_btn3 {
  padding-left: 20px;
  padding-right: 20px; }

.services-template-page-bariatric #content .cta-teal a.vc_btn3, .services-template-page-emergency #content .cta-teal a.vc_btn3, .services-template-page-surgery #content .cta-teal a.vc_btn3 {
  background-color: #5AC5CC; }

.services-template-page-bariatric #content .cta-teal a.vc_btn3:hover, .services-template-page-bariatric #content .cta-teal a.vc_btn3:active, .services-template-page-bariatric #content .cta-teal a.vc_btn3:focus, .services-template-page-emergency #content .cta-teal a.vc_btn3:hover, .services-template-page-emergency #content .cta-teal a.vc_btn3:active, .services-template-page-emergency #content .cta-teal a.vc_btn3:focus, .services-template-page-surgery #content .cta-teal a.vc_btn3:hover, .services-template-page-surgery #content .cta-teal a.vc_btn3:active, .services-template-page-surgery #content .cta-teal a.vc_btn3:focus {
  background-color: #39b2ba;
  color: #FFF; }

.services-template-page-bariatric #content .cta-navy a.vc_btn3, .services-template-page-emergency #content .cta-navy a.vc_btn3, .services-template-page-surgery #content .cta-navy a.vc_btn3 {
  background-color: #0F5568; }

.services-template-page-bariatric #content .cta-navy a.vc_btn3:hover, .services-template-page-emergency #content .cta-navy a.vc_btn3:hover, .services-template-page-surgery #content .cta-navy a.vc_btn3:hover {
  background-color: #193E4F;
  color: #FFF; }

.services-template-page-bariatric #content .col-gutter-20, .services-template-page-emergency #content .col-gutter-20, .services-template-page-surgery #content .col-gutter-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .services-template-page-bariatric #content .col-gutter-20 .wpb_column, .services-template-page-emergency #content .col-gutter-20 .wpb_column, .services-template-page-surgery #content .col-gutter-20 .wpb_column {
    padding-left: 10px;
    padding-right: 10px; }

.services-template-page-bariatric #content .highlight-section, .services-template-page-emergency #content .highlight-section, .services-template-page-surgery #content .highlight-section {
  margin-top: 0px;
  margin-bottom: 60px;
  /*.vc_col-sm-6{
			max-width:35%;
		}*/ }
  .services-template-page-bariatric #content .highlight-section h3, .services-template-page-emergency #content .highlight-section h3, .services-template-page-surgery #content .highlight-section h3 {
    font-size: 14px;
    color: #0F5568;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 40px;
    line-height: 19px; }
  .services-template-page-bariatric #content .highlight-section p, .services-template-page-emergency #content .highlight-section p, .services-template-page-surgery #content .highlight-section p {
    font-size: 21px;
    color: #0F5568;
    font-weight: 600;
    line-height: 33px;
    margin-top: 5px;
    font-weight: 600;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
  .services-template-page-bariatric #content .highlight-section .vc_col-sm-12, .services-template-page-emergency #content .highlight-section .vc_col-sm-12, .services-template-page-surgery #content .highlight-section .vc_col-sm-12 {
    max-width: 970px;
    margin: 0 auto;
    float: unset; }
    .services-template-page-bariatric #content .highlight-section .vc_col-sm-12 .vc_row, .services-template-page-emergency #content .highlight-section .vc_col-sm-12 .vc_row, .services-template-page-surgery #content .highlight-section .vc_col-sm-12 .vc_row {
      margin-bottom: 30px; }
  .services-template-page-bariatric #content .highlight-section .col-6-offset-left, .services-template-page-emergency #content .highlight-section .col-6-offset-left, .services-template-page-surgery #content .highlight-section .col-6-offset-left {
    padding-left: 5%; }
    @media (max-width: 899px) {
      .services-template-page-bariatric #content .highlight-section .col-6-offset-left, .services-template-page-emergency #content .highlight-section .col-6-offset-left, .services-template-page-surgery #content .highlight-section .col-6-offset-left {
        padding: 0px;
        margin-bottom: 60px; } }
  .services-template-page-bariatric #content .highlight-section .col-6-offset-right, .services-template-page-emergency #content .highlight-section .col-6-offset-right, .services-template-page-surgery #content .highlight-section .col-6-offset-right {
    padding-right: 5%; }
    @media (max-width: 899px) {
      .services-template-page-bariatric #content .highlight-section .col-6-offset-right, .services-template-page-emergency #content .highlight-section .col-6-offset-right, .services-template-page-surgery #content .highlight-section .col-6-offset-right {
        padding: 0px;
        margin-bottom: 60px; } }
  .services-template-page-bariatric #content .highlight-section .vc_btn3-container, .services-template-page-emergency #content .highlight-section .vc_btn3-container, .services-template-page-surgery #content .highlight-section .vc_btn3-container {
    width: 100%; }

.services-template-page-bariatric #content .testimonial, .services-template-page-emergency #content .testimonial, .services-template-page-surgery #content .testimonial {
  padding-bottom: 80px;
  padding-top: 40px; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .testimonial, .services-template-page-emergency #content .testimonial, .services-template-page-surgery #content .testimonial {
      padding-bottom: 40px;
      padding-top: 30px; } }
  .services-template-page-bariatric #content .testimonial p, .services-template-page-emergency #content .testimonial p, .services-template-page-surgery #content .testimonial p {
    font-size: 28px;
    line-height: 42px;
    color: #0F5568;
    font-weight: 500; }
    @media (max-width: 767px) {
      .services-template-page-bariatric #content .testimonial p, .services-template-page-emergency #content .testimonial p, .services-template-page-surgery #content .testimonial p {
        font-size: 20px;
        line-height: 28px; } }
  .services-template-page-bariatric #content .testimonial .weights, .services-template-page-emergency #content .testimonial .weights, .services-template-page-surgery #content .testimonial .weights {
    font-size: 14px;
    color: #5AC5CC;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 24px; }
  .services-template-page-bariatric #content .testimonial h3, .services-template-page-emergency #content .testimonial h3, .services-template-page-surgery #content .testimonial h3 {
    font-size: 14px;
    color: #0F5568;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 40px;
    line-height: 19px; }

@media (max-width: 767px) {
  .services-template-page-bariatric #content .slick-track, .services-template-page-emergency #content .slick-track, .services-template-page-surgery #content .slick-track {
    padding-top: 0px; } }

.services-template-page-bariatric #content .testimonial-style-2 .weights, .services-template-page-emergency #content .testimonial-style-2 .weights, .services-template-page-surgery #content .testimonial-style-2 .weights {
  color: #0F5568; }

.services-template-page-bariatric #content .testimonial-style-3 .weights, .services-template-page-emergency #content .testimonial-style-3 .weights, .services-template-page-surgery #content .testimonial-style-3 .weights {
  color: #FFF; }

.services-template-page-bariatric #content .testimonial-style-3 p, .services-template-page-emergency #content .testimonial-style-3 p, .services-template-page-surgery #content .testimonial-style-3 p {
  color: #FFF; }

.services-template-page-bariatric #content .testimonial-style-3 a.vc_btn3, .services-template-page-emergency #content .testimonial-style-3 a.vc_btn3, .services-template-page-surgery #content .testimonial-style-3 a.vc_btn3 {
  background-color: #FFF;
  color: #5AC5CC; }

.services-template-page-bariatric #content .testimonial-style-3 a.vc_btn3:hover, .services-template-page-emergency #content .testimonial-style-3 a.vc_btn3:hover, .services-template-page-surgery #content .testimonial-style-3 a.vc_btn3:hover {
  background-color: #ceeff2;
  color: #5AC5CC; }

.services-template-page-bariatric #content .testimonial-style-3 h3, .services-template-page-emergency #content .testimonial-style-3 h3, .services-template-page-surgery #content .testimonial-style-3 h3 {
  color: #FFF; }

.services-template-page-bariatric #content .testimonial-style-3 .slick-dots li button, .services-template-page-emergency #content .testimonial-style-3 .slick-dots li button, .services-template-page-surgery #content .testimonial-style-3 .slick-dots li button {
  border: solid 1px #FFF; }

.services-template-page-bariatric #content .testimonial-style-3 .slick-dots li.slick-active button, .services-template-page-emergency #content .testimonial-style-3 .slick-dots li.slick-active button, .services-template-page-surgery #content .testimonial-style-3 .slick-dots li.slick-active button {
  background-color: #FFF; }

.services-template-page-bariatric #content .testimonial-style-3 .slick-dots li button:hover, .services-template-page-emergency #content .testimonial-style-3 .slick-dots li button:hover, .services-template-page-surgery #content .testimonial-style-3 .slick-dots li button:hover {
  background-color: #FFF; }

.services-template-page-bariatric #content .item .inner-content, .services-template-page-emergency #content .item .inner-content, .services-template-page-surgery #content .item .inner-content {
  padding: 0px; }

.services-template-page-bariatric #content .item .inner-wrapper, .services-template-page-bariatric #content .slick-slide .inner-wrapper, .services-template-page-bariatric #content .vc_grid-item-mini, .services-template-page-emergency #content .item .inner-wrapper, .services-template-page-emergency #content .slick-slide .inner-wrapper, .services-template-page-emergency #content .vc_grid-item-mini, .services-template-page-surgery #content .item .inner-wrapper, .services-template-page-surgery #content .slick-slide .inner-wrapper, .services-template-page-surgery #content .vc_grid-item-mini {
  background: transparent;
  box-shadow: none; }

.services-template-page-bariatric #content .slick-slide, .services-template-page-emergency #content .slick-slide, .services-template-page-surgery #content .slick-slide {
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px; }

.services-template-page-bariatric #content .vc_btn3-container, .services-template-page-emergency #content .vc_btn3-container, .services-template-page-surgery #content .vc_btn3-container {
  width: 100%; }

.services-template-page-bariatric #content .slick-track, .services-template-page-emergency #content .slick-track, .services-template-page-surgery #content .slick-track {
  padding-bottom: 0px; }

.services-template-page-bariatric #content ul.slick-dots, .services-template-page-emergency #content ul.slick-dots, .services-template-page-surgery #content ul.slick-dots {
  margin-bottom: 40px !important;
  margin-top: 0px !important;
  position: relative;
  display: block; }

.services-template-page-bariatric #content .slick-dots li button, .services-template-page-emergency #content .slick-dots li button, .services-template-page-surgery #content .slick-dots li button {
  border: solid 1px #0F5568;
  height: 18px;
  width: 18px;
  border-radius: 20px; }

.services-template-page-bariatric #content .slick-dots li button:hover, .services-template-page-emergency #content .slick-dots li button:hover, .services-template-page-surgery #content .slick-dots li button:hover {
  background-color: #0F5568; }

.services-template-page-bariatric #content .slick-dots li.slick-active button, .services-template-page-emergency #content .slick-dots li.slick-active button, .services-template-page-surgery #content .slick-dots li.slick-active button {
  background-color: #0F5568; }

.services-template-page-bariatric #content .slick-slider, .services-template-page-emergency #content .slick-slider, .services-template-page-surgery #content .slick-slider {
  margin-top: 0px; }

.services-template-page-bariatric #content .post_content ul, .services-template-page-bariatric #content .post_content ul.arrow-bullets, .services-template-page-bariatric #content .post_content ul li, .services-template-page-bariatric #content .post_content ul.arrow-bullets li, .services-template-page-emergency #content .post_content ul, .services-template-page-emergency #content .post_content ul.arrow-bullets, .services-template-page-emergency #content .post_content ul li, .services-template-page-emergency #content .post_content ul.arrow-bullets li, .services-template-page-surgery #content .post_content ul, .services-template-page-surgery #content .post_content ul.arrow-bullets, .services-template-page-surgery #content .post_content ul li, .services-template-page-surgery #content .post_content ul.arrow-bullets li {
  padding-left: 0px; }

.services-template-page-bariatric #content .post_content .wpb_text_column ul li::before, .services-template-page-bariatric #content .slick-dots li.slick-active button:before, .services-template-page-bariatric #content .slick-dots li button:before, .services-template-page-emergency #content .post_content .wpb_text_column ul li::before, .services-template-page-emergency #content .slick-dots li.slick-active button:before, .services-template-page-emergency #content .slick-dots li button:before, .services-template-page-surgery #content .post_content .wpb_text_column ul li::before, .services-template-page-surgery #content .slick-dots li.slick-active button:before, .services-template-page-surgery #content .slick-dots li button:before {
  display: none; }

.services-template-page-bariatric #content .footer-wrapper, .services-template-page-emergency #content .footer-wrapper, .services-template-page-surgery #content .footer-wrapper {
  margin-top: 0px; }

@media (max-width: 767px) {
  .services-template-page-bariatric #content .container-carousel a.vc_general, .services-template-page-emergency #content .container-carousel a.vc_general, .services-template-page-surgery #content .container-carousel a.vc_general {
    margin-left: 15px;
    margin-right: 15px; } }

.services-template-page-bariatric #content .our-team h2, .services-template-page-emergency #content .our-team h2, .services-template-page-surgery #content .our-team h2 {
  text-align: center;
  margin-bottom: 60px !important;
  margin-top: 0px; }

.services-template-page-bariatric #content .our-team h3, .services-template-page-emergency #content .our-team h3, .services-template-page-surgery #content .our-team h3 {
  font-size: 14px;
  color: #0F5568;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
  line-height: 14px;
  letter-spacing: 0; }

.services-template-page-bariatric #content .our-team a.vc_btn3, .services-template-page-emergency #content .our-team a.vc_btn3, .services-template-page-surgery #content .our-team a.vc_btn3 {
  max-width: 302px;
  font-size: 17px;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 75px;
  width: 100%;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700; }
  @media (max-width: 1024px) {
    .services-template-page-bariatric #content .our-team a.vc_btn3, .services-template-page-emergency #content .our-team a.vc_btn3, .services-template-page-surgery #content .our-team a.vc_btn3 {
      display: block;
      min-height: auto;
      font-size: 14px; } }

.services-template-page-bariatric #content .our-team .wpb_single_image, .services-template-page-emergency #content .our-team .wpb_single_image, .services-template-page-surgery #content .our-team .wpb_single_image {
  margin-bottom: 30px; }

.services-template-page-bariatric #content .our-team .team-style-2, .services-template-page-emergency #content .our-team .team-style-2, .services-template-page-surgery #content .our-team .team-style-2 {
  margin-bottom: 80px; }
  .services-template-page-bariatric #content .our-team .team-style-2 h3, .services-template-page-emergency #content .our-team .team-style-2 h3, .services-template-page-surgery #content .our-team .team-style-2 h3 {
    text-align: left;
    font-size: 18px;
    text-transform: none;
    font-weight: 700;
    text-transform: uppercase; }
  .services-template-page-bariatric #content .our-team .team-style-2 h4, .services-template-page-emergency #content .our-team .team-style-2 h4, .services-template-page-surgery #content .our-team .team-style-2 h4 {
    color: #5AC5CC;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 7px;
    line-height: 24px; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .our-team .team-style-2 .col-sm-3, .services-template-page-emergency #content .our-team .team-style-2 .col-sm-3, .services-template-page-surgery #content .our-team .team-style-2 .col-sm-3 {
      margin-bottom: 0px; } }

@media (max-width: 1024px) {
  .services-template-page-bariatric #content .our-team .col-sm-3, .services-template-page-emergency #content .our-team .col-sm-3, .services-template-page-surgery #content .our-team .col-sm-3 {
    margin-bottom: 60px; }
  .services-template-page-bariatric #content .our-team .bariatric-provider .col-sm-3, .services-template-page-emergency #content .our-team .bariatric-provider .col-sm-3, .services-template-page-surgery #content .our-team .bariatric-provider .col-sm-3 {
    margin-bottom: 40px;
    width: 100%; } }

.services-template-page-bariatric #content ul.show-bullets, .services-template-page-emergency #content ul.show-bullets, .services-template-page-surgery #content ul.show-bullets {
  list-style: none;
  color: #5C5C5C;
  margin-top: 20px;
  /*li::marker{
				color:#5C5C5C;
				font-size:10px;
			}*/ }
  .services-template-page-bariatric #content ul.show-bullets li, .services-template-page-emergency #content ul.show-bullets li, .services-template-page-surgery #content ul.show-bullets li {
    line-height: 31px;
    font-size: 18px;
    margin-bottom: 5px;
    margin-left: 1.5em; }
  .services-template-page-bariatric #content ul.show-bullets li::before, .services-template-page-emergency #content ul.show-bullets li::before, .services-template-page-surgery #content ul.show-bullets li::before {
    content: '•';
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em; }

.services-template-page-bariatric #content .success-section, .services-template-page-emergency #content .success-section, .services-template-page-surgery #content .success-section {
  padding-bottom: 80px;
  padding-top: 60px; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .success-section, .services-template-page-emergency #content .success-section, .services-template-page-surgery #content .success-section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .services-template-page-bariatric #content .success-section a, .services-template-page-bariatric #content .success-section a:link, .services-template-page-bariatric #content .success-section a:active, .services-template-page-bariatric #content .success-section a:visited, .services-template-page-emergency #content .success-section a, .services-template-page-emergency #content .success-section a:link, .services-template-page-emergency #content .success-section a:active, .services-template-page-emergency #content .success-section a:visited, .services-template-page-surgery #content .success-section a, .services-template-page-surgery #content .success-section a:link, .services-template-page-surgery #content .success-section a:active, .services-template-page-surgery #content .success-section a:visited {
    color: #339fa6; }
  .services-template-page-bariatric #content .success-section a:hover, .services-template-page-emergency #content .success-section a:hover, .services-template-page-surgery #content .success-section a:hover {
    color: #0F5568; }
  .services-template-page-bariatric #content .success-section p.headline-copy, .services-template-page-emergency #content .success-section p.headline-copy, .services-template-page-surgery #content .success-section p.headline-copy {
    text-align: center;
    color: #0F5568;
    font-size: 18px;
    margin-top: 10px; }
  .services-template-page-bariatric #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .support-group-ico .wpb_wrapper:before {
    height: 76px;
    width: 76px;
    margin-right: 15px;
    content: '';
    display: block;
    position: absolute;
    margin-top: 0px; }
    @media (max-width: 767px) {
      .services-template-page-bariatric #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-bariatric #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .support-group-ico .wpb_wrapper:before {
        position: relative;
        margin: 30px auto 20px auto; } }
  .services-template-page-bariatric #content .success-section .step-ico .wpb_wrapper,
  .services-template-page-bariatric #content .success-section .support-group-ico .wpb_wrapper,
  .services-template-page-bariatric #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-bariatric #content .success-section .positive-attitude-ico .wpb_wrapper, .services-template-page-emergency #content .success-section .step-ico .wpb_wrapper,
  .services-template-page-emergency #content .success-section .support-group-ico .wpb_wrapper,
  .services-template-page-emergency #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-emergency #content .success-section .positive-attitude-ico .wpb_wrapper, .services-template-page-surgery #content .success-section .step-ico .wpb_wrapper,
  .services-template-page-surgery #content .success-section .support-group-ico .wpb_wrapper,
  .services-template-page-surgery #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-surgery #content .success-section .positive-attitude-ico .wpb_wrapper {
    min-height: 78px;
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .services-template-page-bariatric #content .success-section .step-ico .wpb_wrapper,
      .services-template-page-bariatric #content .success-section .support-group-ico .wpb_wrapper,
      .services-template-page-bariatric #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-bariatric #content .success-section .positive-attitude-ico .wpb_wrapper, .services-template-page-emergency #content .success-section .step-ico .wpb_wrapper,
      .services-template-page-emergency #content .success-section .support-group-ico .wpb_wrapper,
      .services-template-page-emergency #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-emergency #content .success-section .positive-attitude-ico .wpb_wrapper, .services-template-page-surgery #content .success-section .step-ico .wpb_wrapper,
      .services-template-page-surgery #content .success-section .support-group-ico .wpb_wrapper,
      .services-template-page-surgery #content .success-section .food-journal-ico .wpb_wrapper, .services-template-page-surgery #content .success-section .positive-attitude-ico .wpb_wrapper {
        display: block; } }
  .services-template-page-bariatric #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .support-group-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .support-group-ico .wpb_wrapper:before {
    background: url(../../../images/support-group-ico.svg) no-repeat; }
  .services-template-page-bariatric #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .step-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .step-ico .wpb_wrapper:before {
    background: url(../../../images/step-ico.svg) no-repeat; }
  .services-template-page-bariatric #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .food-journal-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .food-journal-ico .wpb_wrapper:before {
    background: url(../../../images/food-journal-ico.svg) no-repeat; }
  .services-template-page-bariatric #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-emergency #content .success-section .positive-attitude-ico .wpb_wrapper:before, .services-template-page-surgery #content .success-section .positive-attitude-ico .wpb_wrapper:before {
    background: url(../../../images/positive-attitude-ico.svg) no-repeat; }
  .services-template-page-bariatric #content .success-section .icon-text, .services-template-page-emergency #content .success-section .icon-text, .services-template-page-surgery #content .success-section .icon-text {
    margin-top: 60px; }
    @media (max-width: 767px) {
      .services-template-page-bariatric #content .success-section .icon-text, .services-template-page-emergency #content .success-section .icon-text, .services-template-page-surgery #content .success-section .icon-text {
        margin-top: 0px; } }
  .services-template-page-bariatric #content .success-section .icon-text p, .services-template-page-emergency #content .success-section .icon-text p, .services-template-page-surgery #content .success-section .icon-text p {
    margin-top: 0;
    margin-top: -3px;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #0F5568;
    margin-left: 101px; }
    @media (max-width: 767px) {
      .services-template-page-bariatric #content .success-section .icon-text p, .services-template-page-emergency #content .success-section .icon-text p, .services-template-page-surgery #content .success-section .icon-text p {
        margin-left: 0px;
        text-align: center;
        display: block; } }
  .services-template-page-bariatric #content .success-section h2, .services-template-page-emergency #content .success-section h2, .services-template-page-surgery #content .success-section h2 {
    margin-top: 0px;
    margin-bottom: 0px; }

.services-template-page-bariatric #content .benefits p, .services-template-page-emergency #content .benefits p, .services-template-page-surgery #content .benefits p {
  color: #757575;
  font-size: 18px;
  line-height: 32px;
  text-align: center; }

.services-template-page-bariatric #content .benefits p.teal-divider-bottom:after, .services-template-page-emergency #content .benefits p.teal-divider-bottom:after, .services-template-page-surgery #content .benefits p.teal-divider-bottom:after {
  width: 44px;
  height: 2px;
  background-color: #5AC5CC;
  display: block;
  content: '';
  margin: 30px auto; }

.services-template-page-bariatric #content .benefits .vc_toggle p, .services-template-page-bariatric #content .benefits ul li, .services-template-page-emergency #content .benefits .vc_toggle p, .services-template-page-emergency #content .benefits ul li, .services-template-page-surgery #content .benefits .vc_toggle p, .services-template-page-surgery #content .benefits ul li {
  text-align: left;
  line-height: 22px;
  color: #757575; }

.services-template-page-bariatric #content .benefits ul li:marker, .services-template-page-emergency #content .benefits ul li:marker, .services-template-page-surgery #content .benefits ul li:marker {
  display: none; }

.services-template-page-bariatric #content .benefits ul li:before, .services-template-page-emergency #content .benefits ul li:before, .services-template-page-surgery #content .benefits ul li:before {
  content: '•';
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.services-template-page-bariatric #content .benefits ul ul, .services-template-page-emergency #content .benefits ul ul, .services-template-page-surgery #content .benefits ul ul {
  margin-top: 10px; }
  .services-template-page-bariatric #content .benefits ul ul li:before, .services-template-page-emergency #content .benefits ul ul li:before, .services-template-page-surgery #content .benefits ul ul li:before {
    display: none !important; }

.services-template-page-bariatric #content .benefits .cta-teal button, .services-template-page-emergency #content .benefits .cta-teal button, .services-template-page-surgery #content .benefits .cta-teal button {
  margin: 45px auto 60px auto; }

@media (max-width: 1024px) {
  .services-template-page-bariatric #content .benefits .wpb_single_image.vc_align_right, .services-template-page-emergency #content .benefits .wpb_single_image.vc_align_right, .services-template-page-surgery #content .benefits .wpb_single_image.vc_align_right {
    text-align: center; } }

.services-template-page-bariatric #content .vc_toggle_icon, .services-template-page-emergency #content .vc_toggle_icon, .services-template-page-surgery #content .vc_toggle_icon {
  position: absolute;
  right: 0; }

.services-template-page-bariatric #content .vc_toggle, .services-template-page-emergency #content .vc_toggle, .services-template-page-surgery #content .vc_toggle {
  border-bottom: solid 1px #5AC5CC;
  padding-bottom: 25px;
  padding-top: 5px; }

.services-template-page-bariatric #content .vc_toggle_title h4, .services-template-page-emergency #content .vc_toggle_title h4, .services-template-page-surgery #content .vc_toggle_title h4 {
  padding-right: 30px; }

.services-template-page-bariatric #content .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon, .services-template-page-emergency #content .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon, .services-template-page-surgery #content .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  margin-top: 10px; }

.services-template-page-bariatric #content .post_content .our-approach-section, .services-template-page-emergency #content .post_content .our-approach-section, .services-template-page-surgery #content .post_content .our-approach-section {
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 0px; }
  .services-template-page-bariatric #content .post_content .our-approach-section h3, .services-template-page-bariatric #content .post_content .our-approach-section .h3, .services-template-page-emergency #content .post_content .our-approach-section h3, .services-template-page-emergency #content .post_content .our-approach-section .h3, .services-template-page-surgery #content .post_content .our-approach-section h3, .services-template-page-surgery #content .post_content .our-approach-section .h3 {
    font-size: 20px;
    color: #25556B;
    letter-spacing: -0.21px;
    margin-bottom: 0px;
    font-weight: 700; }
  .services-template-page-bariatric #content .post_content .our-approach-section p, .services-template-page-emergency #content .post_content .our-approach-section p, .services-template-page-surgery #content .post_content .our-approach-section p {
    margin-top: 0;
    font-size: 18px;
    color: #25556B;
    letter-spacing: 0;
    line-height: 34px; }
  .services-template-page-bariatric #content .post_content .our-approach-section ul, .services-template-page-emergency #content .post_content .our-approach-section ul, .services-template-page-surgery #content .post_content .our-approach-section ul {
    margin-left: 18px;
    list-style: disc;
    font-size: 18px;
    color: #25556B;
    letter-spacing: 0;
    line-height: 34px; }
    .services-template-page-bariatric #content .post_content .our-approach-section ul li, .services-template-page-emergency #content .post_content .our-approach-section ul li, .services-template-page-surgery #content .post_content .our-approach-section ul li {
      margin-bottom: 14px; }

.services-template-page-bariatric #content .step-numbers, .services-template-page-emergency #content .step-numbers, .services-template-page-surgery #content .step-numbers {
  margin-top: 70px;
  margin-bottom: 70px;
  counter-increment: css-counter 1; }

.services-template-page-bariatric #content .step-numbers .wpb_wrapper:before, .services-template-page-emergency #content .step-numbers .wpb_wrapper:before, .services-template-page-surgery #content .step-numbers .wpb_wrapper:before {
  height: 76px;
  width: 76px;
  margin-right: 15px;
  content: counter(css-counter);
  display: block;
  position: absolute;
  margin-top: 10px;
  left: 0;
  color: #4CB1B8;
  font-size: 48px;
  border: 2px solid #4CB1B8;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .step-numbers .wpb_wrapper:before, .services-template-page-emergency #content .step-numbers .wpb_wrapper:before, .services-template-page-surgery #content .step-numbers .wpb_wrapper:before {
      position: relative;
      margin: 30px auto 0 auto; } }

.services-template-page-bariatric #content .step-numbers .wpb_wrapper, .services-template-page-emergency #content .step-numbers .wpb_wrapper, .services-template-page-surgery #content .step-numbers .wpb_wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 105px;
  position: relative; }
  @media (max-width: 767px) {
    .services-template-page-bariatric #content .step-numbers .wpb_wrapper, .services-template-page-emergency #content .step-numbers .wpb_wrapper, .services-template-page-surgery #content .step-numbers .wpb_wrapper {
      display: block; } }

.cta-teal button {
  background-color: #5AC5CC !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 22px !important;
  color: #FFF !important;
  margin: 0 auto;
  display: block !important;
  border: 0 !important; }

.cta-teal button:hover {
  background-color: #39b2ba !important; }

.add-teal-bg {
  background-repeat: repeat-x;
  background-position: 100% 25%;
  /*background-position: center;*/ }

.teal-bg {
  background-color: #def4f5; }

.add-divider:after {
  height: 192px;
  width: 1px;
  background-color: #5AC5CC;
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (max-width: 991px) {
    .add-divider:after {
      display: none; } }

.add-bottom-divider:after {
  content: '';
  background-color: #5AC5CC;
  height: 1px;
  width: 100%;
  display: inline-block !important;
  margin-top: 60px;
  margin-bottom: 80px; }

.img-add-shadow-on-teal img {
  -webkit-box-shadow: 0px 3px 29px 0px rgba(37, 85, 107, 0.29);
  -moz-box-shadow: 0px 3px 29px 0px rgba(37, 85, 107, 0.29);
  box-shadow: 0px 3px 29px 0px rgba(37, 85, 107, 0.29); }

.img-add-shadow img {
  -webkit-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
  -moz-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
  box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12); }

ul.show-bullets {
  list-style: none;
  list-style-type: none;
  color: #5C5C5C;
  margin-top: 20px; }
  ul.show-bullets li {
    line-height: 31px;
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 15px;
    margin-left: 1em; }
  ul.show-bullets li:before {
    content: '•';
    display: inline-block !important;
    width: 1.8em;
    margin-left: -1.8em; }

.services-template-page-bariatric #content .our-team .testimonial-feed .team-style-2 h4 {
  margin-top: 10px;
  margin-bottom: 20px; }

.services-template-page-bariatric #content .our-team .testimonial-feed .team-style-2 p {
  line-height: 31px;
  font-size: 18px; }

.services-template-page-emergency #content, .services-template-page-surgery #content {
  padding-top: 0px; }
  .services-template-page-emergency #content a, .services-template-page-surgery #content a {
    font-weight: 600;
    /*		text-decoration:underline;*/ }
  .services-template-page-emergency #content p, .services-template-page-surgery #content p {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    margin-top: 35px; }
  .services-template-page-emergency #content h2, .services-template-page-surgery #content h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 0px;
    margin-bottom: 0; }
  .services-template-page-emergency #content .margin-xxl-top, .services-template-page-surgery #content .margin-xxl-top {
    margin-top: 60px; }
  .services-template-page-emergency #content .side-menu a, .services-template-page-surgery #content .side-menu a {
    text-decoration: none; }
  .services-template-page-emergency #content .headline-center-borders, .services-template-page-surgery #content .headline-center-borders {
    padding-bottom: 40px; }
  .services-template-page-emergency #content .call-now-callout a, .services-template-page-surgery #content .call-now-callout a {
    text-decoration: none;
    font-weight: 700; }
  .services-template-page-emergency #content .call-now-callout a:hover, .services-template-page-surgery #content .call-now-callout a:hover {
    text-decoration: underline; }
  .services-template-page-emergency #content .hide-directions a.vc_btn3, .services-template-page-surgery #content .hide-directions a.vc_btn3 {
    display: none; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds p, .services-template-page-surgery #content .ortho-spine .colored-backgrounds p {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0px;
    margin: 0px; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds h3, .services-template-page-surgery #content .ortho-spine .colored-backgrounds h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-top: 35px; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds .vc_column-inner > .wpb_wrapper, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .vc_column-inner > .wpb_wrapper {
    align-items: start;
    justify-content: start; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds .vc_column_container, .services-template-page-emergency #content .ortho-spine .colored-backgrounds .vc_column-inner, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .vc_column_container, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds ul, .services-template-page-surgery #content .ortho-spine .colored-backgrounds ul {
    float: left;
    width: 50%;
    margin-top: 0px; }
    @media (max-width: 1024px) {
      .services-template-page-emergency #content .ortho-spine .colored-backgrounds ul, .services-template-page-surgery #content .ortho-spine .colored-backgrounds ul {
        padding: 30px; } }
    @media (max-width: 560px) {
      .services-template-page-emergency #content .ortho-spine .colored-backgrounds ul, .services-template-page-surgery #content .ortho-spine .colored-backgrounds ul {
        float: none;
        clear: both;
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px; } }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds ul li, .services-template-page-surgery #content .ortho-spine .colored-backgrounds ul li {
    color: #FFF;
    font-weight: 600;
    font-size: 18px; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds li, .services-template-page-surgery #content .ortho-spine .colored-backgrounds li {
    margin-left: 1.5em; }
  .services-template-page-emergency #content .ortho-spine .colored-backgrounds li::before, .services-template-page-surgery #content .ortho-spine .colored-backgrounds li::before {
    content: "\2022";
    color: #5AC5CC;
    font-weight: 700;
    display: inline-block !important;
    width: 1.5em;
    margin-left: -1.5em; }
  @media (max-width: 1024px) {
    .services-template-page-emergency #content .ortho-spine .colored-backgrounds .col-sm-6, .services-template-page-emergency #content .ortho-spine .colored-backgrounds .vc_col-sm-6, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .col-sm-6, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .vc_col-sm-6 {
      width: 100%;
      margin-bottom: 70px; } }
  .services-template-page-emergency #content .callout-bar section, .services-template-page-surgery #content .callout-bar section {
    padding: 13px 0; }
    .services-template-page-emergency #content .callout-bar section img, .services-template-page-surgery #content .callout-bar section img {
      margin-right: 15px; }
  .services-template-page-emergency #content .breadcrumbs, .services-template-page-surgery #content .breadcrumbs {
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .services-template-page-emergency #content .breadcrumbs, .services-template-page-surgery #content .breadcrumbs {
        margin-bottom: 40px; } }
    .services-template-page-emergency #content .breadcrumbs a, .services-template-page-surgery #content .breadcrumbs a {
      text-decoration: none; }
  .services-template-page-emergency #content .events-shortcode-container, .services-template-page-surgery #content .events-shortcode-container {
    max-width: 644px; }
    .services-template-page-emergency #content .events-shortcode-container h4, .services-template-page-surgery #content .events-shortcode-container h4 {
      font-size: 27px;
      line-height: 30px;
      font-weight: 600;
      margin-bottom: 5px;
      margin-top: 0px; }
    .services-template-page-emergency #content .events-shortcode-container ul, .services-template-page-surgery #content .events-shortcode-container ul {
      list-style: none;
      margin-top: 0px; }
    .services-template-page-emergency #content .events-shortcode-container li, .services-template-page-surgery #content .events-shortcode-container li {
      margin-bottom: 60px; }
    .services-template-page-emergency #content .events-shortcode-container a, .services-template-page-surgery #content .events-shortcode-container a {
      font-weight: 700; }
    .services-template-page-emergency #content .events-shortcode-container p, .services-template-page-surgery #content .events-shortcode-container p {
      margin-top: 0px; }
  .services-template-page-emergency #content .news-events, .services-template-page-surgery #content .news-events {
    padding: 50px 0 70px 0;
    margin: 90px 0 75px 0px; }
    @media (max-width: 767px) {
      .services-template-page-emergency #content .news-events, .services-template-page-surgery #content .news-events {
        padding: 20px 0;
        margin: 20px 0 60px 0; } }
    .services-template-page-emergency #content .news-events .left-align button, .services-template-page-surgery #content .news-events .left-align button {
      margin: 0px !important; }
  .services-template-page-emergency #content .teal-callout-box .vc_column-inner, .services-template-page-surgery #content .teal-callout-box .vc_column-inner {
    padding-top: 10px; }
  .services-template-page-emergency #content .teal-callout-box a, .services-template-page-surgery #content .teal-callout-box a {
    text-decoration: none;
    font-weight: 700; }
  .services-template-page-emergency #content .teal-callout-box p, .services-template-page-surgery #content .teal-callout-box p {
    color: #FFF;
    line-height: normal;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px; }
  .services-template-page-emergency #content .teal-callout-box h4, .services-template-page-surgery #content .teal-callout-box h4 {
    margin-top: 0px;
    font-weight: 700; }
  .services-template-page-emergency #content .vc_toggle, .services-template-page-surgery #content .vc_toggle {
    padding: 0px;
    border: 0px;
    margin-bottom: 35px; }
    .services-template-page-emergency #content .vc_toggle h4, .services-template-page-surgery #content .vc_toggle h4 {
      font-size: 24px;
      font-weight: 600;
      padding-right: 0px; }
    .services-template-page-emergency #content .vc_toggle p, .services-template-page-surgery #content .vc_toggle p {
      font-size: 18px;
      line-height: 27px;
      font-weight: 300;
      padding-top: 0px;
      padding-bottom: 0px;
      padding-top: 20px;
      margin: 0px; }
    .services-template-page-emergency #content .vc_toggle .vc_toggle_icon, .services-template-page-surgery #content .vc_toggle .vc_toggle_icon {
      position: relative;
      display: inline-block;
      margin-top: 0px !important; }
    .services-template-page-emergency #content .vc_toggle .vc_toggle_icon::after, .services-template-page-emergency #content .vc_toggle .vc_toggle_icon::before, .services-template-page-surgery #content .vc_toggle .vc_toggle_icon::after, .services-template-page-surgery #content .vc_toggle .vc_toggle_icon::before {
      border-color: #0F5568; }
    .services-template-page-emergency #content .vc_toggle .vc_toggle_content, .services-template-page-surgery #content .vc_toggle .vc_toggle_content {
      margin: 0px;
      padding: 0px; }
  .services-template-page-emergency #content .faqs-container, .services-template-page-surgery #content .faqs-container {
    margin-bottom: 30px; }
  .services-template-page-emergency #content h2.line-through span.lt-teal-background, .services-template-page-surgery #content h2.line-through span.lt-teal-background {
    background: #EBF9FA;
    padding: 0 15px; }
  .services-template-page-emergency #content .news-carousel, .services-template-page-surgery #content .news-carousel {
    /*a.dot{
			color:#FFF;
			border-radius:50px;
			background-color:$teal;
			height:36px;
			width:36px;
			font-size:17px;
			font-weight:500;
			display:block;
			padding-top:6px;
		}*/ }
    @media (max-width: 1024px) {
      .services-template-page-emergency #content .news-carousel, .services-template-page-surgery #content .news-carousel {
        margin-top: 40px; } }
    .services-template-page-emergency #content .news-carousel a, .services-template-page-surgery #content .news-carousel a {
      text-decoration: none; }
    .services-template-page-emergency #content .news-carousel ul.slick-dots, .services-template-page-surgery #content .news-carousel ul.slick-dots {
      margin-bottom: 0px !important;
      /*			li:last-child{
				margin-right:0px;
			}*/ }
      .services-template-page-emergency #content .news-carousel ul.slick-dots li, .services-template-page-surgery #content .news-carousel ul.slick-dots li {
        color: #FFF;
        border-radius: 50px;
        background-color: #89DAE0;
        height: 36px;
        width: 36px;
        font-size: 17px;
        font-weight: 500;
        padding-top: 6px;
        margin-right: 6px;
        margin-left: 6px; }
        .services-template-page-emergency #content .news-carousel ul.slick-dots li a, .services-template-page-surgery #content .news-carousel ul.slick-dots li a {
          color: #FFF; }
      .services-template-page-emergency #content .news-carousel ul.slick-dots li.slick-active, .services-template-page-surgery #content .news-carousel ul.slick-dots li.slick-active {
        background-color: #5AC5CC; }
      .services-template-page-emergency #content .news-carousel ul.slick-dots li:hover, .services-template-page-surgery #content .news-carousel ul.slick-dots li:hover {
        background: #5AC5CC; }
    .services-template-page-emergency #content .news-carousel .item, .services-template-page-surgery #content .news-carousel .item {
      -webkit-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
      -moz-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
      box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12); }
      .services-template-page-emergency #content .news-carousel .item h4, .services-template-page-surgery #content .news-carousel .item h4 {
        color: #0F5568;
        font-weight: 600;
        line-height: 38px;
        font-size: 27px;
        line-height: 30px;
        font-size: 22px;
        padding: 10px 15px 20px 15px; }
      .services-template-page-emergency #content .news-carousel .item img, .services-template-page-surgery #content .news-carousel .item img {
        border-radius: 0;
        border-top: solid 14px #5AC5CC;
        margin: 0 auto;
        text-align: center;
        max-height: 200px;
        object-fit: cover;
        width: 100%; }
      .services-template-page-emergency #content .news-carousel .item a.btn, .services-template-page-surgery #content .news-carousel .item a.btn {
        background-color: #5AC5CC;
        font-size: 16px;
        font-weight: 800;
        line-height: 22px;
        color: #FFF;
        margin: 0 auto;
        display: block;
        border: 0;
        text-transform: uppercase;
        letter-spacing: normal;
        padding: 14px 20px;
        margin-bottom: 20px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        bottom: 0; }
      .services-template-page-emergency #content .news-carousel .item a.btn:hover, .services-template-page-surgery #content .news-carousel .item a.btn:hover {
        background-color: #39b2ba; }
      .services-template-page-emergency #content .news-carousel .item .inner-content, .services-template-page-surgery #content .news-carousel .item .inner-content {
        padding: 0px;
        min-height: 450px; }
        @media (max-width: 767px) {
          .services-template-page-emergency #content .news-carousel .item .inner-content, .services-template-page-surgery #content .news-carousel .item .inner-content {
            min-height: 650px; } }
        @media (max-width: 676px) {
          .services-template-page-emergency #content .news-carousel .item .inner-content, .services-template-page-surgery #content .news-carousel .item .inner-content {
            min-height: 600px; } }
        @media (max-width: 560px) {
          .services-template-page-emergency #content .news-carousel .item .inner-content, .services-template-page-surgery #content .news-carousel .item .inner-content {
            min-height: 530px; } }
        @media (max-width: 480px) {
          .services-template-page-emergency #content .news-carousel .item .inner-content, .services-template-page-surgery #content .news-carousel .item .inner-content {
            min-height: 480px; } }
    .services-template-page-emergency #content .news-carousel .slick-track, .services-template-page-surgery #content .news-carousel .slick-track {
      padding-top: 20px; }
    .services-template-page-emergency #content .news-carousel .slick-slider .slick-list, .services-template-page-surgery #content .news-carousel .slick-slider .slick-list {
      margin-bottom: 10px; }
    .services-template-page-emergency #content .news-carousel .slick-arrow, .services-template-page-surgery #content .news-carousel .slick-arrow {
      top: 100%;
      z-index: 3;
      margin-top: 10px; }
    .services-template-page-emergency #content .news-carousel .slick-prev, .services-template-page-surgery #content .news-carousel .slick-prev {
      left: 41%; }
    .services-template-page-emergency #content .news-carousel .slick-prev:before, .services-template-page-surgery #content .news-carousel .slick-prev:before {
      content: '';
      background: url(../../../images/news-arrow-prev-ico.svg) no-repeat;
      width: 15px;
      height: 29px;
      display: block;
      opacity: 1; }
    .services-template-page-emergency #content .news-carousel .slick-next, .services-template-page-surgery #content .news-carousel .slick-next {
      right: 41%; }
    .services-template-page-emergency #content .news-carousel .slick-next:before, .services-template-page-surgery #content .news-carousel .slick-next:before {
      background: url(../../../images/news-arrow-next-ico.svg) no-repeat;
      display: block;
      content: '';
      width: 15px;
      height: 29px;
      opacity: 1; }
  .services-template-page-emergency #content .slick-dots, .services-template-page-surgery #content .slick-dots {
    text-align: center; }
  .services-template-page-emergency #content .slick-dots li, .services-template-page-surgery #content .slick-dots li {
    display: none;
    margin: 0 5px; }
  .services-template-page-emergency #content .slick-dots li.slick-active,
  .services-template-page-emergency #content .slick-dots li.slick-active + li,
  .services-template-page-emergency #content .slick-dots li.slick-active + li + li, .services-template-page-surgery #content .slick-dots li.slick-active,
  .services-template-page-surgery #content .slick-dots li.slick-active + li,
  .services-template-page-surgery #content .slick-dots li.slick-active + li + li {
    display: inline-block; }
  .services-template-page-emergency #content .slick-dots li:nth-last-child(1),
  .services-template-page-emergency #content .slick-dots li:nth-last-child(2),
  .services-template-page-emergency #content .slick-dots li:nth-last-child(3), .services-template-page-surgery #content .slick-dots li:nth-last-child(1),
  .services-template-page-surgery #content .slick-dots li:nth-last-child(2),
  .services-template-page-surgery #content .slick-dots li:nth-last-child(3) {
    display: inline-block; }
  .services-template-page-emergency #content .slick-dots li.slick-active ~ li:nth-last-child(1),
  .services-template-page-emergency #content .slick-dots li.slick-active ~ li:nth-last-child(2),
  .services-template-page-emergency #content .slick-dots li.slick-active ~ li:nth-last-child(3), .services-template-page-surgery #content .slick-dots li.slick-active ~ li:nth-last-child(1),
  .services-template-page-surgery #content .slick-dots li.slick-active ~ li:nth-last-child(2),
  .services-template-page-surgery #content .slick-dots li.slick-active ~ li:nth-last-child(3) {
    display: none; }
  .services-template-page-emergency #content .slick-dots li.slick-active + li + li:nth-last-child(3),
  .services-template-page-emergency #content .slick-dots li.slick-active + li + li:nth-last-child(2),
  .services-template-page-emergency #content .slick-dots li.slick-active + li + li:nth-last-child(1),
  .services-template-page-emergency #content .slick-dots li.slick-active + li:nth-last-child(3),
  .services-template-page-emergency #content .slick-dots li.slick-active + li:nth-last-child(2),
  .services-template-page-emergency #content .slick-dots li.slick-active + li:nth-last-child(1), .services-template-page-surgery #content .slick-dots li.slick-active + li + li:nth-last-child(3),
  .services-template-page-surgery #content .slick-dots li.slick-active + li + li:nth-last-child(2),
  .services-template-page-surgery #content .slick-dots li.slick-active + li + li:nth-last-child(1),
  .services-template-page-surgery #content .slick-dots li.slick-active + li:nth-last-child(3),
  .services-template-page-surgery #content .slick-dots li.slick-active + li:nth-last-child(2),
  .services-template-page-surgery #content .slick-dots li.slick-active + li:nth-last-child(1) {
    display: inline-block; }
  .services-template-page-emergency #content .cta-navy a.vc_btn3, .services-template-page-surgery #content .cta-navy a.vc_btn3 {
    text-transform: uppercase; }
  .services-template-page-emergency #content ul.event-list-overview, .services-template-page-surgery #content ul.event-list-overview {
    list-style: none; }
    .services-template-page-emergency #content ul.event-list-overview a, .services-template-page-surgery #content ul.event-list-overview a {
      text-decoration: none;
      color: #757575; }
    .services-template-page-emergency #content ul.event-list-overview li, .services-template-page-surgery #content ul.event-list-overview li {
      background-color: #FFF;
      border-left: solid #5AC5CC 14px;
      -webkit-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      -moz-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      padding: 20px;
      margin-bottom: 50px; }
      .services-template-page-emergency #content ul.event-list-overview li h4, .services-template-page-surgery #content ul.event-list-overview li h4 {
        font-size: 27px;
        font-weight: 600;
        line-height: 30px;
        margin: 0px; }
      .services-template-page-emergency #content ul.event-list-overview li p, .services-template-page-surgery #content ul.event-list-overview li p {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        margin: 0px; }
  .services-template-page-emergency #content ul.event-list-news, .services-template-page-surgery #content ul.event-list-news {
    list-style: none;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap; }
    .services-template-page-emergency #content ul.event-list-news a, .services-template-page-surgery #content ul.event-list-news a {
      text-decoration: none;
      color: #757575; }
    .services-template-page-emergency #content ul.event-list-news .event-item-container, .services-template-page-surgery #content ul.event-list-news .event-item-container {
      background-color: #FFF;
      border-left: solid #5AC5CC 14px;
      -webkit-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      -moz-box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      box-shadow: 2px 2px 30px 0px rgba(124, 134, 137, 0.12);
      padding: 20px;
      margin-bottom: 30px;
      margin: 15px;
      max-width: 455px;
      margin: auto;
      display: block;
      height: 100%; }
      @media (max-width: 1024px) {
        .services-template-page-emergency #content ul.event-list-news .event-item-container, .services-template-page-surgery #content ul.event-list-news .event-item-container {
          max-width: 100%; } }
    .services-template-page-emergency #content ul.event-list-news li, .services-template-page-surgery #content ul.event-list-news li {
      width: 50%;
      float: left;
      margin-bottom: 45px;
      padding-left: 20px; }
      @media (max-width: 1024px) {
        .services-template-page-emergency #content ul.event-list-news li, .services-template-page-surgery #content ul.event-list-news li {
          width: 100%;
          padding-left: 0; } }
    .services-template-page-emergency #content ul.event-list-news h4, .services-template-page-surgery #content ul.event-list-news h4 {
      font-size: 27px;
      font-weight: 600;
      line-height: 30px;
      margin: 0px; }
    .services-template-page-emergency #content ul.event-list-news p, .services-template-page-surgery #content ul.event-list-news p {
      font-size: 20px;
      font-weight: 300;
      line-height: 30px;
      margin: 0px; }
  .services-template-page-emergency #content .center-cta a.vc_btn3, .services-template-page-surgery #content .center-cta a.vc_btn3 {
    margin: auto;
    display: block;
    max-width: 240px; }
  .services-template-page-emergency #content h2.line-through:before, .services-template-page-emergency #content h2.line-though:after, .services-template-page-surgery #content h2.line-through:before, .services-template-page-surgery #content h2.line-though:after {
    border: solid 1px #D7D9DA; }
  @media (max-width: 767px) {
    .services-template-page-emergency #content .ortho-spine .colored-backgrounds .col-has-fill, .services-template-page-surgery #content .ortho-spine .colored-backgrounds .col-has-fill {
      padding-left: 10px;
      padding-right: 10px; } }
  .services-template-page-emergency #content .slick-dotted.slick-slider, .services-template-page-surgery #content .slick-dotted.slick-slider {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .services-template-page-emergency #content .intro-row, .services-template-page-surgery #content .intro-row {
    margin-bottom: 40px; }
  .services-template-page-emergency #content #main article, .services-template-page-surgery #content #main article {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .services-template-page-emergency #content .last-toggle, .services-template-page-surgery #content .last-toggle {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    .services-template-page-emergency #content .footer-wrapper, .services-template-page-surgery #content .footer-wrapper {
      margin-top: 35px; } }

p.tribe-events-back, .tribe-common, .tribe-events-event-meta {
  display: none; }

h1.tribe-events-single-event-title {
  color: #0F5568;
  font-size: 38px;
  font-weight: 600px;
  line-height: 52px; }

.tribe-events-single, .tribe-events-schedule, .tribe-events-single p {
  font-family: 'Open Sans', sans-serif; }

.tribe-events-single p, span.tribe-event-time, span.tribe-event-date-start, span.tribe-event-date-end, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
  font-weight: 400;
  line-height: 1.6;
  color: #5C5C5C;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: normal; }

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #5AC5CC !important; }

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background-color: #39b2ba !important; }

.resources-ctas a.vc_btn3 {
  width: 100% !important;
  min-height: 75px; }

.modal-header {
  background-color: #FFF;
  border-bottom: none;
  padding: 23px 23px 0 0; }
  .modal-header .close {
    text-indent: -9999em;
    text-shadow: none;
    opacity: 1; }
    .modal-header .close:hover {
      opacity: 0.6;
      transition: 0.25s ease; }
    .modal-header .close span {
      background: url(../../../images/alert-close-teal.svg) no-repeat;
      width: 16px;
      height: 16px;
      display: block;
      opacity: 1; }

.modal-content {
  border-radius: 0;
  border: none; }
  .modal-content .gform_confirmation_wrapper {
    text-align: center;
    padding-bottom: 30px; }
  .modal-content .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 150px; }

.modal-body {
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 0px;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .modal-body {
      padding-left: 70px;
      padding-right: 70px;
      padding-top: 0px;
      padding-bottom: 20px; } }
  .modal-body p > strong {
    font-size: 14px; }
  .modal-body p {
    font-size: 18px;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .modal-body p {
        margin-bottom: 24px; } }

.modal-title {
  margin-bottom: 0px; }

.modal {
  text-align: center;
  padding: 0 !important; }
  @media (max-width: 767px) {
    .modal {
      right: 0;
      top: 0;
      left: 0;
      bottom: unset; } }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */ }

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*.gfield_signature_container{
		width:100%!important;
		canvas{
			width:100%!important;
		}
	}*/ }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 620px; } }
  @media (min-width: 992px) {
    .modal-dialog {
      width: 680px; } }
  .modal-dialog .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px; }
  .modal-dialog .gfield textarea {
    border: 1px solid #ccc; }

#content .modal-header p {
  margin-top: 0px !important;
  margin-bottom: 20px; }

#content .modal h4 {
  color: #0F5568;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 27px;
  line-height: 45px; }
  @media (max-width: 767px) {
    #content .modal h4 {
      font-size: 27px;
      line-height: 45px; } }

#content .modal p {
  font-size: 18px;
  margin-top: 0px; }

.modal label.gfield_consent {
  display: contents; }

.ginput_container_consent {
  justify-content: start;
  align-items: start;
  word-wrap: break-word;
  vertical-align: top;
  display: flex; }
  .ginput_container_consent input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 10px; }

.modal-body p.gform_required_legend {
  display: none !important; }

.modal-body .gform_wrapper .gfield_validation_message, .modal-body .gform_wrapper .validation_message {
  padding: 5px 10px !important; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  border: 0px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 42px;
  font-weight: 800; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:hover {
  border: 0px;
  font-weight: 800; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:active {
  font-weight: 800;
  border: 0px; }

.gform_wrapper h2.gform_submission_error {
  font-size: 16px !important;
  line-height: 20px !important; }

.styled-faq-ed .colored-backgrounds .col-has-fill .vc_column-inner {
  background-color: #25556b; }

/*ED timeline*/
#content .timeline-section {
  text-align: center; }
  #content .timeline-section .col-sm-3, #content .timeline-section .col-sm-4 {
    padding: 0px; }
  #content .timeline-section span.title {
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    margin: 0px;
    display: block;
    width: 100%;
    margin-top: -15px;
    text-transform: uppercase;
    /*padding:15px 20px 5px 20px;*/ }
  #content .timeline-section .add-hover-state p:hover {
    color: #5AC5CC; }
  #content .timeline-section p {
    font-size: 20px;
    font-weight: 600;
    color: #0F5568;
    line-height: 27px;
    margin: 0px;
    text-align: center;
    padding: 30px 20px 0px 20px; }
    @media (min-width: 899px) and (max-width: 980px) {
      #content .timeline-section p {
        line-height: 24px; } }
  #content .timeline-section a {
    font-size: 20px;
    font-weight: 600;
    color: #0F5568;
    line-height: 27px;
    margin: 0px;
    text-align: center; }
    @media (min-width: 899px) and (max-width: 980px) {
      #content .timeline-section a {
        font-size: 16px;
        line-height: 24px; } }
  #content .timeline-section a:hover {
    color: #5AC5CC; }
  #content .timeline-section .timeline-4 .vc_column-inner, #content .timeline-section .timeline-3 .vc_column-inner {
    padding: 0px;
    margin: 0px; }
  #content .timeline-section .timeline-4 .wpb_single_image, #content .timeline-section .timeline-3 .wpb_single_image {
    margin-bottom: 0px; }
  #content .timeline-section .timeline-4 .wpb_single_image:after, #content .timeline-section .timeline-3 .wpb_single_image:after {
    content: '';
    display: block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #5AC5CC;
    margin: 15px auto 0 auto; }
  #content .timeline-section .timeline-4 .wpb_text_column:before, #content .timeline-section .timeline-3 .wpb_text_column:before {
    border-bottom: solid 5px #5AC5CC;
    content: '';
    width: 100%;
    display: block;
    float: right;
    margin-top: -10px; }
  #content .timeline-section .timeline-4 .start .wpb_text_column:before, #content .timeline-section .timeline-3 .start .wpb_text_column:before {
    width: 50%; }
  #content .timeline-section .timeline-4 .end .wpb_text_column:before, #content .timeline-section .timeline-3 .end .wpb_text_column:before {
    width: 50%;
    float: left; }
  #content .timeline-section .timeline-3 {
    margin-top: 30px;
    max-width: 1024px; }
    @media (max-width: 767px) {
      #content .timeline-section .timeline-3 {
        margin-top: 0px; } }
  @media (max-width: 899px) {
    #content .timeline-section .timeline-4 .vc_col-sm-3, #content .timeline-section .timeline-4 .vc_col-sm-4, #content .timeline-section .timeline-4 .col-sm-3, #content .timeline-section .timeline-4 .col-sm-4, #content .timeline-section .timeline-3 .vc_col-sm-3, #content .timeline-section .timeline-3 .vc_col-sm-4, #content .timeline-section .timeline-3 .col-sm-3, #content .timeline-section .timeline-3 .col-sm-4 {
      padding-bottom: 15px;
      padding-top: 15px;
      padding-left: 40px; }
    #content .timeline-section .timeline-4 .wpb_single_image:after, #content .timeline-section .timeline-4 .wpb_text_column:before, #content .timeline-section .timeline-3 .wpb_single_image:after, #content .timeline-section .timeline-3 .wpb_text_column:before {
      display: none; }
    #content .timeline-section .timeline-4 .vc_col-sm-3:before, #content .timeline-section .timeline-4 .vc_col-sm-4:before, #content .timeline-section .timeline-4 .col-sm-3:before, #content .timeline-section .timeline-4 .col-sm-4:before, #content .timeline-section .timeline-3 .vc_col-sm-3:before, #content .timeline-section .timeline-3 .vc_col-sm-4:before, #content .timeline-section .timeline-3 .col-sm-3:before, #content .timeline-section .timeline-3 .col-sm-4:before {
      background-color: #5AC5CC;
      content: '';
      width: 5px;
      height: 100%;
      display: inline-block;
      position: absolute;
      left: 20px; }
    #content .timeline-section .timeline-4 .start:before, #content .timeline-section .timeline-3 .start:before {
      bottom: -20px;
      height: 50%; }
    #content .timeline-section .timeline-4 .end:before, #content .timeline-section .timeline-3 .end:before {
      top: 0px;
      height: 50%; }
    #content .timeline-section .timeline-4 .vc_column-inner:before, #content .timeline-section .timeline-3 .vc_column-inner:before {
      content: '';
      display: block;
      border-radius: 50%;
      height: 20px;
      width: 20px;
      background-color: #5AC5CC;
      margin: 0px auto 0 auto;
      position: absolute;
      left: 12px;
      top: 50%; } }

.single h1.single-title {
  color: #0F5568;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 52px; }

.single .cats-meta {
  display: none; }

.fb-page {
  margin: 100px auto 0 auto;
  display: block !important;
  max-width: 500px; }
  @media (max-width: 767px) {
    .fb-page {
      margin: 0 auto 40px 0; } }

.hartselle-cta-section h2.h3 {
  font-size: 30px;
  color: #0F5568;
  font-weight: 600;
  text-align: left; }

.hartselle-cta-section h2.h3:before, .hartselle-cta-section h2.h3:after {
  display: none; }

.hartselle-cta-section p.left {
  text-align: left; }

.hartselle-cta-section p.lg {
  font-weight: 600;
  font-size: 24px;
  line-height: 46px; }

.hartselle-cta-section .vc_column-inner {
  padding-top: 0px !important; }

.hartselle-cta-section .embed-responsive-16by9 {
  padding-bottom: 56.25% !important; }

.hartselle-cta-section .cta-teal {
  width: 100%; }
  .hartselle-cta-section .cta-teal a.vc_btn3 {
    background-color: #5AC5CC;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    color: #FFF;
    margin: 0 auto;
    display: block;
    border: 0;
    text-transform: none;
    letter-spacing: normal;
    padding: 20px 20px;
    margin-bottom: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .hartselle-cta-section .cta-teal a.vc_btn3:hover {
    background-color: #39b2ba; }

.hartselle-cta-section .services-aside {
  padding: 50px 20px 10px 20px;
  margin-top: -100px; }
  .hartselle-cta-section .services-aside h3.white, .hartselle-cta-section .services-aside h3.white {
    color: #FFF; }
  .hartselle-cta-section .services-aside a {
    transition: all .3s ease; }
  @media (max-width: 767px) {
    .hartselle-cta-section .services-aside {
      margin-top: 0px;
      margin-left: 0px;
      margin-bottom: -20px; }
      .hartselle-cta-section .services-aside h3 {
        text-align: center;
        margin-top: 0px; }
      .hartselle-cta-section .services-aside .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl {
        width: 100%; } }

.hartselle-cta-section .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-xl:hover {
  opacity: .8;
  transition: all .3s ease; }

@media (max-width: 767px) {
  .hartselle-cta-section .wpb_video_wrapper {
    margin-top: 30px; }
  .hartselle-cta-section p.lg {
    text-align: center; }
  .hartselle-cta-section h2.h3, .hartselle-cta-section h2.left {
    text-align: center; }
  .hartselle-cta-section .padding-md-top {
    padding-top: 0px; } }

@media (max-width: 520px) {
  .hartselle-cta-section h1 {
    font-size: 36px; }
  .hartselle-cta-section p.lg {
    font-size: 18px;
    line-height: 30px; }
  .hartselle-cta-section h2 {
    margin-bottom: 30px; } }

ul.teal {
  margin-left: 18px !important;
  list-style: disc !important;
  font-size: 18px;
  color: #25556B;
  letter-spacing: 0;
  line-height: 34px; }
  ul.teal li {
    margin-bottom: 14px;
    line-height: 1.3; }

.video-library .col-sm-4, .video-library .col-sm-12 {
  width: 100%; }

.video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
  color: #FFF;
  width: 100%;
  padding: 50px 20px;
  display: block;
  background-color: #5AC5CC;
  height: 100%;
  width: 100%;
  min-height: 305px; }
  @media (max-width: 998px) {
    .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
      min-height: 405px; } }
  @media (max-width: 767px) {
    .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
      min-height: 280px; } }

.video-library a:hover, .video-library span.video-cta:hover {
  color: #FFF; }

.video-library a:hover {
  background-color: #0F5568; }

.video-library span.video-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  width: 100%;
  top: unset;
  left: unset; }

.video-library span.video-cta {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  display: block;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0; }

.video-library .wpb_text_column {
  text-align: center; }

.video-library .vc_row {
  display: flex; }

.video-library .vc_col-sm-4 {
  margin-bottom: 20px; }

.video-library .add-flex {
  display: flex; }
  .video-library .add-flex .vc_column-inner, .video-library .add-flex .wpb_wrapper, .video-library .add-flex .wpb_text_column {
    display: flex;
    height: 100%; }
  @media (max-width: 767px) {
    .video-library .add-flex {
      display: block; } }

@media (max-width: 1024px) {
  .mobile-full-width-btn {
    width: 100%; }
    .mobile-full-width-btn .col-sm-4, .mobile-full-width-btn a.vc_btn3 {
      width: 100%; }
  .services-template-page-bariatric .col-sm-9 {
    width: 100%; } }

@media (max-width: 899px) {
  .highlight-section {
    background-image: none !important;
    background-color: #def4f5;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    height: auto; } }

@media (min-width: 900px) {
  .highlight-section {
    background-image: url(/wp-content/themes/cullman-proto-child/images/hightlights-lt-bg.jpg);
    background-repeat: repeat-x;
    background-position: 100% 25%; } }

.add-click-hover img {
  opacity: 1;
  transition: all .6s ease; }

.add-click-hover img:hover {
  opacity: .8; }

.modal-backdrop.in {
  z-index: 0; }

.gfield_signature_container {
  width: 100% !important; }
  .gfield_signature_container input[type=hidden], .gfield_signature_container canvas, .gfield_signature_container #input_65_8_toolbar {
    width: 100% !important; }
  .gfield_signature_container canvas {
    border: solid 1px #ccc !important; }

label[for=input_65_8] {
  margin-top: -5px;
  display: block !important; }

#input_65_8_toolbar {
  width: 100% !important; }

#input_65_8_toolbar img {
  margin-right: 0px !important; }

.services-template-page-bariatric #content .weight-photos .slick-track {
  padding-top: 0px; }

.services-template-page-bariatric #content .weight-photos .slick-prev:before, .services-template-page-bariatric #content .weight-photos .slick-next:before {
  color: #0F5568; }

.services-template-page-bariatric #content .weight-photos .slick-next {
  right: -10px;
  top: 40%; }

.services-template-page-bariatric #content .weight-photos .slick-prev {
  left: -10px;
  top: 40%; }

.services-template-page-bariatric #content .weight-photos p {
  color: #5C5C5C;
  font-size: 16px !important;
  line-height: 20px !important;
  padding: 0px;
  margin: 10px 0 0 0px;
  text-align: center;
  display: block;
  font-style: italic;
  width: 100%; }

/*bariatric mobile changes Nov*/
.services-template-page-bariatric #content .benefits .vc_btn3-container, .services-template-page-bariatric .benefits .vc_btn3-container {
  margin-top: 60px; }

@media (max-width: 767px) {
  .services-template-page-bariatric #content .section-lg, .services-template-page-bariatric .section-lg {
    margin-top: 35px;
    margin-bottom: 35px; } }

@media (min-width: 768px) {
  .services-template-page-bariatric #content .section-lg, .services-template-page-bariatric .section-lg {
    margin-top: 75px;
    margin-bottom: 75px; } }

@media (max-width: 767px) {
  .services-template-page-bariatric #content .benefits, .services-template-page-bariatric .benefits {
    margin-top: 60px; } }

@media (max-width: 899px) {
  .services-template-page-bariatric #content .benefits .vc_btn3-container, .services-template-page-bariatric .benefits .vc_btn3-container {
    margin-top: 60px;
    margin-bottom: 60px; } }

@media (max-width: 1023px) {
  .services-template-page-bariatric #content .patient-testimonials .col-sm-3, .services-template-page-bariatric .patient-testimonials .col-sm-3 {
    width: 100%;
    margin-bottom: 0px; }
    .services-template-page-bariatric #content .patient-testimonials .col-sm-3 .item p, .services-template-page-bariatric .patient-testimonials .col-sm-3 .item p {
      min-height: 100%; }
  .services-template-page-bariatric #content .patient-testimonials .col-sm-9, .services-template-page-bariatric .patient-testimonials .col-sm-9 {
    text-align: center;
    padding-top: 0px; }
    .services-template-page-bariatric #content .patient-testimonials .col-sm-9 p, .services-template-page-bariatric #content .patient-testimonials .col-sm-9 h3, .services-template-page-bariatric #content .patient-testimonials .col-sm-9 h4, .services-template-page-bariatric .patient-testimonials .col-sm-9 p, .services-template-page-bariatric .patient-testimonials .col-sm-9 h3, .services-template-page-bariatric .patient-testimonials .col-sm-9 h4 {
      text-align: center; } }

.services-template-page-bariatric #content .side-menu, .services-template-page-bariatric .side-menu {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .services-template-page-bariatric #content .inline-nav.wpb_content_element, .services-template-page-bariatric .inline-nav.wpb_content_element {
    margin-bottom: 0px; }
  .services-template-page-bariatric #content .bmi p, .services-template-page-bariatric #content .bmi h2, .services-template-page-bariatric .bmi p, .services-template-page-bariatric .bmi h2 {
    text-align: center; }
  .services-template-page-bariatric #content .highlight-section, .services-template-page-bariatric .highlight-section {
    margin-top: 0px;
    padding-top: 80px; }
  .services-template-page-bariatric #content .inline-nav-ico .vc_wp_custommenu, .services-template-page-bariatric .inline-nav-ico .vc_wp_custommenu {
    display: none; }
  .services-template-page-bariatric #content .what-to-expect h3, .services-template-page-bariatric #content .what-to-expect p, .services-template-page-bariatric .what-to-expect h3, .services-template-page-bariatric .what-to-expect p {
    text-align: center; }
  .services-template-page-bariatric #content .what-to-expect .wpb_text_column, .services-template-page-bariatric .what-to-expect .wpb_text_column {
    margin-bottom: 50px; } }

@media (max-width: 989px) {
  .services-template-page-bariatric #content .bmi-section .wpb_column, .services-template-page-bariatric .bmi-section .wpb_column {
    display: block;
    width: 100%; }
  .services-template-page-bariatric #content .bmi-section .padding-xxl-bottom, .services-template-page-bariatric .bmi-section .padding-xxl-bottom {
    padding: 0px; }
  .services-template-page-bariatric #content .bmi-section .padding-xxl-top, .services-template-page-bariatric .bmi-section .padding-xxl-top {
    padding: 0px; }
  .services-template-page-bariatric #content .bmi-section .bmi-form, .services-template-page-bariatric .bmi-section .bmi-form {
    padding: 30px 0; }
  .services-template-page-bariatric #content .bmi-section .row, .services-template-page-bariatric .bmi-section .row {
    display: block; }
  .services-template-page-bariatric #content .bmi-section .col-md-5, .services-template-page-bariatric .bmi-section .col-md-5 {
    width: 100%; }
  .services-template-page-bariatric #content .bmi-section .col-md-7 .col-inner, .services-template-page-bariatric .bmi-section .col-md-7 .col-inner {
    padding-left: 0px; }
  .services-template-page-bariatric #content .bmi-section .watermark.green-bg, .services-template-page-bariatric .bmi-section .watermark.green-bg {
    min-height: 100%;
    padding-bottom: 30px; } }

@media (max-width: 899px) {
  .services-template-page-bariatric #content .bmi-section, .services-template-page-bariatric .bmi-section {
    margin-top: 0px; }
  .services-template-page-bariatric #content .col-2-gutters-md .wpb_column:nth-child(2) .vc_column-inner, .services-template-page-bariatric .col-2-gutters-md .wpb_column:nth-child(2) .vc_column-inner {
    padding-left: 0px; } }

@media (max-width: 1023px) {
  .services-template-page-bariatric #content .offset-menu, .services-template-page-bariatric #content .side-menu, .services-template-page-bariatric .offset-menu, .services-template-page-bariatric .side-menu {
    margin-bottom: 60px; } }

@media (max-width: 767px) {
  .modal-dialog {
    max-height: 600px;
    overflow-y: scroll; }
    .modal-dialog .gform_wrapper.gravity-theme .gfield.gfield--width-half {
      grid-column: span 12; } }

.signature-font {
  margin-top: -15px;
  margin-bottom: 15px !important; }
  .signature-font input[type=text] {
    font-family: "Dancing Script", cursive !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding-left: 10px !important; }

p.single-line-height {
  line-height: 1.3 !important; }

.support-text-area label {
  display: none !important; }

.services-template-page-emergency #content p.supporting-text-top {
  margin-bottom: -25px !important;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-weight: normal; }

.services-template-page-emergency #content p.supporting-text-bottom {
  margin-top: -30px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  font-weight: normal; }

.headline-center-borders {
  display: flex;
  position: relative;
  white-space: nowrap;
  text-align: center;
  color: #0F5568;
  font-size: 38px;
  font-weight: 700;
  line-height: 52px; }
  @media only screen and (max-width: 520px) {
    .headline-center-borders {
      font-size: 2.3rem; } }

h2.headline-center-borders::before {
  display: -webkit-box;
  display: flex;
  /*background: url(../../../images/ortho-spine-headline-border.png) left -4px no-repeat;*/
  background-color: #D7D9DA;
  height: 2px;
  margin-top: 40px;
  margin-right: 10px;
  width: 100%;
  display: inline-block;
  content: ''; }
  @media only screen and (max-width: 520px) {
    h2.headline-center-borders::before {
      margin-top: 20px; } }

h2.headline-center-borders::after {
  display: -webkit-box;
  display: flex;
  background-color: #D7D9DA;
  height: 2px;
  margin-top: 40px;
  /*background: url(../../../images/ortho-spine-headline-border.png) left -4px no-repeat;*/
  margin-left: 10px;
  width: 100%;
  display: inline-block;
  content: ''; }
  @media only screen and (max-width: 520px) {
    h2.headline-center-borders::after {
      margin-top: 20px; } }

.video-feed .video-box {
  max-width: 350px;
  border-radius: 0px;
  text-align: center;
  width: 25%;
  flex-wrap: wrap;
  margin: auto;
  padding: 0 5px;
  flex: 25%;
  display: flex; }
  @media only screen and (max-width: 860px) {
    .video-feed .video-box {
      width: 50%;
      margin: 10px 0 !important;
      flex: 50%; } }
  @media only screen and (max-width: 767px) {
    .video-feed .video-box {
      width: 100%;
      margin: 10px auto !important;
      flex: 100%; } }
  .video-feed .video-box .video-box-inner {
    box-shadow: 0px 3px 28px 1px rgba(124, 134, 137, 0.14);
    border-top: solid 14px #5AC5CC;
    padding-bottom: 50px; }
  .video-feed .video-box img {
    border-radius: 0px;
    box-shadow: none; }

.video-feed .col-sm-12 {
  padding-top: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.video-feed span.video-title {
  position: relative;
  font-weight: 600;
  color: #0F5568;
  font-size: 24px;
  line-height: 32px;
  left: unset;
  text-align: center;
  padding: 30px 20px 40px 20px;
  display: block; }

.video-feed a.video-cta {
  background-color: #5AC5CC;
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 5px;
  margin: auto; }

.video-feed a.video-cta:hover {
  background-color: #39b2ba;
  color: #FFF; }

.single-post #main {
  width: 100%;
  margin-left: 0px;
  margin-top: 0px; }

.single-post h1 {
  color: #0F5568;
  font-weight: 600;
  font-size: 38px;
  margin-top: 30px;
  margin-bottom: 15px;
  letter-spacing: normal; }

.single-post header {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  -moz-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12); }

.single-post .breadcrumbs {
  color: #0F5568;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px; }
  .single-post .breadcrumbs a, .single-post .breadcrumbs a:link, .single-post .breadcrumbs a:visited, .single-post .breadcrumbs a:active {
    color: #0F5568;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none; }
  .single-post .breadcrumbs a:hover {
    color: #5AC5CC; }

.single-post .date-social-widget {
  color: #5AC5CC;
  font-weight: 600;
  font-size: 17px; }
  .single-post .date-social-widget time {
    letter-spacing: normal;
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #5AC5CC; }

.single-post .date-social-widget a {
  margin-right: 15px;
  font-size: 20px; }

.single-post .col-left, .single-post .col-right {
  width: 50%;
  float: left; }
  @media (max-width: 990px) {
    .single-post .col-left, .single-post .col-right {
      width: 100%;
      padding: 0px; } }

.single-post .col-left {
  padding-right: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .single-post .col-left {
      padding-right: 0px; } }

.single-post .add-mom-blog:before {
  content: '';
  background: url(../../../images/mom-blog-ic.svg) no-repeat;
  width: 133px;
  height: 63px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px; }
  @media (max-width: 767px) {
    .single-post .add-mom-blog:before {
      right: 0px; } }

.single-post .col-right {
  padding-left: 20px; }
  @media (max-width: 767px) {
    .single-post .col-right {
      padding-left: 0px; } }

.single-post .excerpt-container, .single-post .excerpt-container p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px; }

.single-post .daily-headline {
  padding-top: 0px;
  padding-bottom: 0px; }

.single-post .excerpt-container {
  margin-top: 30px; }

.single-post .col-full {
  clear: both;
  padding-top: 30px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300; }
  .single-post .col-full p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 30px; }

.single-post .author-container span.author-name {
  color: #5AC5CC;
  font-weight: 600; }

.single-post .author-container .vc_col-sm-4 {
  max-width: 169px; }

.single-post .author-container .vc_row {
  display: flex; }

.single-post .author-container .vc_col-sm-8 {
  display: flex;
  align-items: center; }

.single-post .item .inner-wrapper {
  -webkit-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  -moz-box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  width: 100%;
  background-color: transparent; }

.single-post span.date-time {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #5AC5CC;
  font-weight: 600;
  margin-top: 15px; }

.fa-linkedin-in:before {
  content: '\f0e1'; }

.single .news-carousel .section {
  padding-top: 10px;
  padding-bottom: 0px; }

@media (max-width: 1024px) {
  .single .news-carousel {
    margin-top: 0px; } }

.single .news-carousel a {
  text-decoration: none; }

.single .news-carousel ul.slick-dots {
  margin-bottom: 0px !important;
  /*			li:last-child{
				margin-right:0px;
			}*/ }
  .single .news-carousel ul.slick-dots li {
    color: #FFF;
    border-radius: 50px;
    background-color: #89DAE0;
    height: 36px;
    width: 36px;
    font-size: 17px;
    font-weight: 500;
    padding-top: 6px;
    margin-right: 6px;
    margin-left: 6px; }
    .single .news-carousel ul.slick-dots li a {
      color: #FFF; }
  .single .news-carousel ul.slick-dots li.slick-active {
    background-color: #5AC5CC; }
  .single .news-carousel ul.slick-dots li:hover {
    background: #5AC5CC; }

.single .news-carousel .add-mom-blog:before {
  content: '';
  background: url(../../../images/mom-blog-ic.svg) no-repeat;
  width: 133px;
  height: 63px;
  display: block;
  position: absolute;
  right: 0px;
  top: 20px; }

.single .news-carousel .item {
  /*-webkit-box-shadow: 1px 1px 20px 0px rgba(124,134,137,0.12);
			-moz-box-shadow: 1px 1px 20px 0px rgba(124,134,137,0.12);
			box-shadow: 1px 1px 20px 0px rgba(124,134,137,0.12);*/ }
  .single .news-carousel .item h4 {
    color: #0F5568;
    font-weight: 600;
    line-height: 38px;
    font-size: 27px;
    line-height: 30px;
    font-size: 22px;
    padding: 0px 15px 20px 15px; }
  .single .news-carousel .item img {
    border-radius: 0;
    border-top: solid 14px #5AC5CC;
    margin: 0 auto;
    text-align: center;
    max-height: 200px;
    object-fit: cover;
    width: 100%; }
  .single .news-carousel .item a.btn {
    background-color: #5AC5CC;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    color: #FFF;
    margin: 0 auto;
    display: block;
    border: 0;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 14px 20px;
    margin-bottom: 20px;
    max-width: 160px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0; }
  .single .news-carousel .item a.btn:hover {
    background-color: #39b2ba; }
  .single .news-carousel .item .inner-content {
    padding: 0px;
    min-height: 450px; }
    @media (max-width: 767px) {
      .single .news-carousel .item .inner-content {
        min-height: 400px; } }

.cullman-programs.affix {
  position: fixed !important; }

.cullman-programs.affix {
  transition: none; }

/*video lib */
.video-library .col-sm-4, .video-library .col-sm-12 {
  width: 100%; }

.video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
  color: #FFF;
  width: 100%;
  padding: 50px 20px;
  display: block;
  background-color: #5AC5CC;
  height: 100%;
  width: 100%;
  min-height: 305px; }
  @media (max-width: 998px) {
    .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
      min-height: 405px; } }
  @media (max-width: 767px) {
    .video-library a, .video-library a:link, .video-library a:active, .video-library a:visited {
      min-height: 280px; } }

.video-library a:hover, .video-library span.video-cta:hover {
  color: #FFF; }

.video-library a:hover {
  background-color: #0F5568; }

.video-library span.video-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  position: relative;
  width: 100%;
  top: unset;
  left: unset; }

.video-library span.video-cta {
  font-size: 16px;
  font-weight: 800;
  width: 100%;
  display: block;
  color: #FFF;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0; }

.video-library .wpb_text_column {
  text-align: center; }

.video-library .vc_row {
  display: flex; }

.video-library .vc_col-sm-4 {
  margin-bottom: 20px; }

.video-library .add-flex {
  display: flex; }
  .video-library .add-flex .vc_column-inner, .video-library .add-flex .wpb_wrapper, .video-library .add-flex .wpb_text_column {
    display: flex;
    height: 100%; }
  @media (max-width: 767px) {
    .video-library .add-flex {
      display: block; } }

.video-library-style-2 .not-featured img {
  min-height: 300px !important;
  border-left: 0px; }

.video-library-style-2 .news-blog-arc .not-featured .news-img {
  width: 50%;
  flex: 0 0 50%;
  max-width: 100%; }

.video-library-style-2 .news-copy-inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  flex: 1;
  justify-content: center; }

.video-library-style-2 .news-copy {
  flex-direction: column;
  flex: 1;
  display: flex; }

@media (max-width: 576px) {
  .video-library-style-2 .col-sm-4 {
    flex: 0 0 50%;
    max-width: 100%; }
  .video-library-style-2 .col-sm-8 {
    flex: 0 0 50%;
    max-width: 50%; } }

.single-team .video-ic .vc_tta-title-text:before {
  background-image: url(../../../images/video.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
  width: 46px;
  height: 26px;
  float: left;
  margin-right: 10px;
  top: 50%;
  position: relative; }

.single-team .news-blog-arc .news-img {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .single-team .news-blog-arc .news-img img {
    height: 250px !important; }

.single-team .news-blog-arc .item .inner-content {
  padding: 0px;
  box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12);
  width: 95%;
  position: relative;
  margin: 30px auto 30px auto !important; }

.single-team .style-2 .news-blog-arc .news-img {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important; }
  .single-team .style-2 .news-blog-arc .news-img img {
    height: 100% !important; }

.single-team .style-2 .news-blog-arc .col-sm-4 {
  width: 40% !important;
  max-width: 40% !important;
  padding-right: 0px !important;
  padding-left: 15px !important; }

.single-team .style-2 .news-blog-arc .col-sm-8 {
  width: 60% !important;
  max-width: 60% !important; }

.single-team .style-2 .news-blog-arc .news-copy {
  padding-right: 15px !important;
  margin-right: 15px !important; }

.cta-row {
  display: flex;
  margin-bottom: 75px;
  margin-top: 50px; }
  @media (max-width: 767px) {
    .cta-row {
      margin-bottom: 30px;
      margin-top: 0px; }
      .cta-row .col-sm-4 {
        flex: none;
        max-width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 20px; } }
  .cta-row .wpb_column {
    height: auto;
    display: flex; }
  .cta-row .wpb_text_column {
    margin-bottom: 0px; }
  .cta-row .vc_column_container {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .cta-row .vc_column_container {
        padding: 0px; } }
  .cta-row .vc_column_container:first-child {
    padding-left: 0px; }
  .cta-row .vc_column_container:last-child {
    padding-right: 0px; }
  .cta-row .vc_column-inner {
    padding: 30px 20px !important; }
    .cta-row .vc_column-inner .wpb_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .cta-row a, .cta-row a:link, .cta-row a:active, .cta-row a:visited {
    font-weight: 700;
    color: #FFF; }
  .cta-row a:hover {
    text-decoration: underline; }
  .cta-row h4 {
    color: #FFF;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px; }
  .cta-row p {
    color: #FFF;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px; }

.patient-edu-row {
  max-width: 860px;
  margin: 0 auto 75px auto !important; }
  @media (max-width: 767px) {
    .patient-edu-row {
      margin-bottom: 30px; } }
  .patient-edu-row .vc_column-inner {
    margin: 0px;
    padding: 0px !important; }
  .patient-edu-row .wpb_single_image {
    margin-bottom: 0px; }
    .patient-edu-row .wpb_single_image img:before {
      display: block;
      content: '';
      background-color: #5AC5CC;
      width: 40px;
      height: 100px;
      z-index: 3;
      position: relative; }
    .patient-edu-row .wpb_single_image img {
      z-index: 2;
      position: relative; }
  .patient-edu-row .wpb_text_column {
    padding: 0 30px;
    margin: 0px;
    max-width: 460px; }
    @media (max-width: 960px) {
      .patient-edu-row .wpb_text_column {
        max-width: 100%;
        margin-bottom: 30px; } }
  .patient-edu-row h3 {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 47px; }
    @media (max-width: 767px) {
      .patient-edu-row h3 {
        font-size: 20px;
        margin-top: 20px;
        line-height: normal;
        margin-bottom: 20px; } }
  .patient-edu-row a, .patient-edu-row a:link, .patient-edu-row a:active, .patient-edu-row a:visited {
    background-color: #5AC5CC;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    padding: 10px 20px; }
  .patient-edu-row a:hover {
    background-color: #4CB1B8; }
  .patient-edu-row .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .patient-edu-row .vc_row {
    display: flex; }
    @media (max-width: 960px) {
      .patient-edu-row .vc_row {
        display: block; } }
  .patient-edu-row .wpb_column {
    height: auto;
    display: flex; }
  .patient-edu-row .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px; }
  .patient-edu-row .vc_column-inner {
    display: flex;
    align-items: center; }
  @media (max-width: 960px) {
    .patient-edu-row .wpb_text_column .wpb_wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
      display: block; } }

h4.style-2 {
  color: #5AC5CC;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700; }

h2.headline-center-borders-2 {
  display: flex;
  position: relative;
  white-space: nowrap;
  text-align: center;
  color: #0F5568;
  font-size: 36px;
  line-height: 49px; }

h2.headline-center-borders-2::before {
  content: '';
  display: flex;
  background: url(../../../images/teal-navy-line-left.svg) no-repeat;
  background-position: left;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-right: 12px; }

h2.headline-center-borders-2::after {
  content: '';
  display: flex;
  background: url(../../../images/teal-navy-line-right.svg) no-repeat;
  background-position: right;
  width: 100%;
  height: 2px;
  margin-top: 25px;
  margin-left: 12px; }

ul.style-3 {
  margin-top: 10px !important;
  list-style: none; }
  ul.style-3 li::before {
    color: #5AC5CC;
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  ul.style-3 li {
    font-size: 18px;
    margin-bottom: 10px !important; }

.fill-padding {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .fill-padding {
      padding: 30px 0px; } }

.provider-profile p {
  color: #FFF;
  font-size: 12px;
  margin-top: 0px; }

.provider-profile h4 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 20px; }

.provider-profile img {
  max-width: 193px !important; }

.provider-profile .vc_column-inner {
  padding: 20px !important; }

.provider-profile .wpb_content_element {
  padding: 0px !important; }

.provider-profile .wpb_text_column {
  margin-bottom: 10px !important; }

.provider-profile .wpb_single_image {
  margin-bottom: 0px; }

.provider-profile .availability {
  color: #5AC5CC;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: -10px; }
  .provider-profile .availability:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    background: url(../../../images/new-patients-ic.svg) no-repeat; }

.provider-profile .vc_column-inner {
  padding: 0px !important; }

@media (max-width: 576px) {
  .provider-profile {
    max-width: 240px;
    margin: 0 auto; } }

.provider-profile-container .vc_column-inner {
  padding: 20px 10px !important; }

@media (max-width: 1024px) {
  .provider-profile-container {
    display: block;
    width: 100%;
    max-width: 100%;
    flex: none; } }

.page-template-page-2023-services, .services-template-page-2023-services {
  /*.vc_toggle:nth-child(even){
        background-color:#FFF;
      }
      .vc_toggle:nth-child(odd){
        background-color:#F6F6F6;

      }*/ }
  .page-template-page-2023-services .teal-btn a, .page-template-page-2023-services .teal-btn a:link, .page-template-page-2023-services .teal-btn a:visited, .page-template-page-2023-services .teal-btn a:active, .page-template-page-2023-services .teal-btn button, .services-template-page-2023-services .teal-btn a, .services-template-page-2023-services .teal-btn a:link, .services-template-page-2023-services .teal-btn a:visited, .services-template-page-2023-services .teal-btn a:active, .services-template-page-2023-services .teal-btn button {
    color: #FFF;
    background-color: #5AC5CC;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    border: 0px;
    padding: 10px 40px;
    line-height: normal;
    height: auto; }
  .page-template-page-2023-services .teal-btn a:hover, .page-template-page-2023-services .teal-btn button:hover, .services-template-page-2023-services .teal-btn a:hover, .services-template-page-2023-services .teal-btn button:hover {
    color: #FFF;
    background-color: #4CB1B8; }
  .page-template-page-2023-services .footer-wrapper, .services-template-page-2023-services .footer-wrapper {
    margin-top: 0px; }
  .page-template-page-2023-services .page-header h1, .services-template-page-2023-services .page-header h1 {
    display: none; }
  .page-template-page-2023-services h1, .services-template-page-2023-services h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-template-page-2023-services h1, .services-template-page-2023-services h1 {
        font-size: 30px;
        line-height: normal; } }
  .page-template-page-2023-services h2, .services-template-page-2023-services h2 {
    color: #0F5568;
    font-size: 36px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .page-template-page-2023-services h2, .services-template-page-2023-services h2 {
        font-size: 24px; } }
  .page-template-page-2023-services p.lg, .services-template-page-2023-services p.lg {
    font-size: 20px;
    line-height: 30px; }
    @media (max-width: 767px) {
      .page-template-page-2023-services p.lg, .services-template-page-2023-services p.lg {
        line-height: normal;
        font-size: 18px; } }
  .page-template-page-2023-services .location-info a[href^="tel:"], .services-template-page-2023-services .location-info a[href^="tel:"] {
    font-weight: normal; }
  .page-template-page-2023-services .location-info a[href^="tel:"]:hover, .services-template-page-2023-services .location-info a[href^="tel:"]:hover {
    font-weight: 700; }
  .page-template-page-2023-services .vc_toggle_content ul li, .services-template-page-2023-services .vc_toggle_content ul li {
    font-size: 1em;
    margin-bottom: 5px; }
  .page-template-page-2023-services .vc_toggle_title h4, .services-template-page-2023-services .vc_toggle_title h4 {
    font-size: 18px; }
    @media (max-width: 767px) {
      .page-template-page-2023-services .vc_toggle_title h4, .services-template-page-2023-services .vc_toggle_title h4 {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .page-template-page-2023-services .margin-xxl-bottom, .services-template-page-2023-services .margin-xxl-bottom {
      margin-bottom: 30px; } }
  .page-template-page-2023-services .vc_toggle, .services-template-page-2023-services .vc_toggle {
    padding: 0px;
    margin: 0px; }
  .page-template-page-2023-services .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .page-template-page-2023-services .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before, .services-template-page-2023-services .vc_toggle.vc_toggle_arrow .vc_toggle_icon::after, .services-template-page-2023-services .vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
    border-color: #25556B; }
  .page-template-page-2023-services .vc_toggle:first-child, .services-template-page-2023-services .vc_toggle:first-child {
    margin-top: 30px; }
  .page-template-page-2023-services .vc_toggle_content, .services-template-page-2023-services .vc_toggle_content {
    margin-bottom: 0; }
  .page-template-page-2023-services .vc_toggle_icon, .services-template-page-2023-services .vc_toggle_icon {
    position: absolute;
    right: 0; }
  .page-template-page-2023-services .vc_toggle, .services-template-page-2023-services .vc_toggle {
    border-bottom: solid 1px #5AC5CC;
    padding-bottom: 25px;
    padding-top: 25px; }
  .page-template-page-2023-services .vc_toggle_title h4, .services-template-page-2023-services .vc_toggle_title h4 {
    padding-right: 0px;
    font-weight: 700;
    font-size: 31px; }
    @media (max-width: 576px) {
      .page-template-page-2023-services .vc_toggle_title h4, .services-template-page-2023-services .vc_toggle_title h4 {
        font-size: 20px; } }
  .page-template-page-2023-services .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon, .services-template-page-2023-services .vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
    margin-top: 10px; }
  .page-template-page-2023-services .patient-testimonial, .services-template-page-2023-services .patient-testimonial {
    display: flex;
    /*.vc_column-inner{
      display:flex;
      height:100%;
    }
    .wpb_wrapper{
      display:flex;
      align-content: center;
    }*/ }
    .page-template-page-2023-services .patient-testimonial p, .services-template-page-2023-services .patient-testimonial p {
      font-size: 20px;
      line-height: 30px; }
      @media (max-width: 767px) {
        .page-template-page-2023-services .patient-testimonial p, .services-template-page-2023-services .patient-testimonial p {
          font-size: 18px; } }
    .page-template-page-2023-services .patient-testimonial p.patient-title, .services-template-page-2023-services .patient-testimonial p.patient-title {
      color: #5AC5CC;
      margin: 0 0 20px 0;
      font-weight: 600; }
    .page-template-page-2023-services .patient-testimonial h4, .services-template-page-2023-services .patient-testimonial h4 {
      color: #0F5568;
      font-weight: 700;
      font-size: 34px;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        .page-template-page-2023-services .patient-testimonial h4, .services-template-page-2023-services .patient-testimonial h4 {
          font-size: 24px; } }
    .page-template-page-2023-services .patient-testimonial .col-sm-8 .vc_column-inner, .services-template-page-2023-services .patient-testimonial .col-sm-8 .vc_column-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }

h2.no-borders {
  text-align: center; }
  h2.no-borders:before, h2.no-borders:after {
    display: none; }

h2.center {
  text-align: center; }

.sleep-assessment h2 {
  color: #0F5568;
  text-align: center;
  font-size: 36px;
  font-weight: 700; }

.sleep-assessment h3 {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0;
  line-height: 30px; }

.sleep-assessment .gform_wrapper .top_label .gfield_label {
  color: #0F5568;
  font-weight: 600; }

.sleep-assessment .gform_wrapper.gravity-theme .gfield_select {
  border: solid 1px #Dcdcdc; }

.sleep-assessment .gform_wrapper .gform_button, .sleep-assessment .gform_wrapper .button, .sleep-assessment .gform_wrapper .gform_footer input.button, .sleep-assessment #loginform .gform_button, .sleep-assessment #loginform .button, .sleep-assessment #loginform .gform_footer input.button, .sleep-assessment .gform_wrapper.gf_browser_ie .gform_button, .sleep-assessment .gform_wrapper.gf_browser_ie .button, .sleep-assessment .gform_wrapper.gf_browser_ie .gform_footer input.button {
  border: 0px; }

.sleep-assessment p.gform_required_legend {
  display: none; }

.services-template-page-emergency .callout-bar {
  display: none; }

.disable-link {
  pointer-events: none;
  cursor: default; }

.call-out-height {
  min-height: 40px; }

.testing-form span.gfield_required {
  display: none; }

.testing-form a, .testing-form a:link, .testing-form a:active, .testing-form a:visited {
  font-weight: 700; }

.testing-form label.gfield_label {
  display: none !important; }

.testing-form input[type=submit] {
  display: none; }

.testing-form input, .testing-form select {
  border: solid 1px #D7D9DA;
  border-radius: 4px;
  padding: 10px;
  color: #5C5C5C;
  font-size: 16px;
  background: url(../../../images/ic-carrot.svg) no-repeat right #FFF;
  -webkit-appearance: none;
  background-position-x: 99%; }
  .testing-form input:placeholder, .testing-form select:placeholder {
    color: #5C5C5C;
    font-size: 16px; }

.testing-form form {
  margin-top: 50px; }
  .testing-form form p {
    color: #5C5C5C;
    font-size: 16px;
    line-height: 27px; }

.testing-form .ginput_container_select {
  margin-bottom: 20px; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
  font-weight: 400;
  font-size: 16px;
  padding-left: 6px;
  color: #5C5C5C; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-active .chosen-single {
  box-shadow: none;
  border: 0px; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  background: none;
  box-shadow: none; }

.testing-form .chosen-search {
  display: none; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #D7D9DA; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
  background: none;
  border-radius: 4px;
  box-shadow: none;
  border: 0px !important; }

.testing-form .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
  border-color: #D7D9DA; }

.testing-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b {
  background-image: unset !important;
  background-size: unset !important; }
  .testing-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b:before {
    height: 11px;
    width: 11px;
    display: block;
    margin-top: 15px;
    right: 10px;
    position: relative;
    content: '';
    background: url(../../../images/ic-carrot.svg) no-repeat;
    transition: all .3s ease;
    transform: rotate(0deg); }

.testing-form .gform_wrapper.gravity-theme .chosen-container-active div b:before {
  transform: rotate(180deg); }

.testing-form .chosen-container {
  border: solid 1px #D7D9DA;
  border-radius: 4px; }

.testing-form ul.chosen-results li:first-child {
  margin-top: 20px; }

.testing-form ul.chosen-results li.highlighted {
  background-color: #CDEFF2 !important;
  background-image: none !important;
  color: #5C5C5C !important; }

.testing-form ul.chosen-results li {
  padding: 10px !important; }

.lity-style-1 {
  margin: 6% auto;
  max-width: 80%;
  padding: 40px;
  max-height: 500px !important;
  overflow-y: auto; }

.lity-content h3 {
  color: #0F5568;
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .lity-content img {
    width: 100% !important; } }

.lity-close-btn:before {
  /*color:$teal-dark;*/
  content: '';
  font-weight: bold;
  background-image: url(../../../images/ic-teal-close.svg);
  background-size: 100%;
  float: right;
  font-size: 28px;
  opacity: 1;
  height: 20px;
  width: 20px;
  display: block;
  cursor: pointer; }

.lity-close-btn:hover:before {
  opacity: .8;
  text-decoration: none; }

span.quote {
  color: #0F5568;
  font-size: 18px; }

span.teal {
  color: #5AC5CC; }

button.lity-close {
  display: none; }

@media (max-width: 767px) {
  body .mobile-collapse {
    display: block; }
    body .mobile-collapse .col-sm-4 {
      width: 100% !important;
      margin-bottom: 30px; }
    body .mobile-collapse .col-sm-4:last-child {
      margin-bottom: 0px; }
  body .mobile-mg-top-sm {
    margin-top: 30px; }
  body .mobile-mg-top-md {
    margin-top: 60px; }
  body .mobile-br br {
    display: block; }
  body .headline-center-borders {
    white-space: wrap !important; }
    body .headline-center-borders:before, body .headline-center-borders:after {
      display: none !important; }
  .contact-map {
    float: left; } }

@media (max-width: 520px) {
  .lity-content h3 {
    color: #0F5568;
    margin-bottom: 0px; }
  .lity-content img {
    width: 100%; } }

.add-title-container {
  display: block;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  /*			height:15px;*/
  width: 100%;
  background-color: #5AC5CC;
  position: relative;
  box-sizing: border-box;
  display: flex; }
  .add-title-container .sidebartitle {
    width: 35px;
    height: auto; }
    .add-title-container .sidebartitle div {
      transform: rotate(270deg);
      transform-origin: 0 0;
      left: 0px;
      top: 250px;
      margin: auto;
      position: absolute;
      box-sizing: border-box;
      width: 250px; }
  .add-title-container .sidebarimg {
    width: auto;
    box-sizing: border-box;
    float: left;
    width: 100%; }

.style-2 .inner-content {
  background-color: #0F5568;
  height: 250px; }
  .style-2 .inner-content .row {
    display: flex; }

.style-2 .news-img {
  width: 50%;
  padding: 0px !important; }
  .style-2 .news-img .col-sm-6 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

.style-2 .news-copy {
  display: flex;
  align-items: center;
  width: 50%;
  /*background-color:$teal-dark;*/ }
  .style-2 .news-copy h4 {
    color: #FFF !important;
    font-weight: 700 !important; }

.style-2 img {
  border: 0px !important;
  min-height: 250px;
  object-fit: cover; }

.single-team .news-blog-arc .style-2 .inner-content {
  width: 100%;
  margin: 0px !important; }

.single-team .style-2 .media-hr-doctor {
  border-top: 1px solid #0F5568;
  margin-top: 36px;
  margin-bottom: 36px; }

.single-team .style-3 .media-hr-doctor {
  border-top: 1px solid #0F5568;
  margin-top: 36px;
  margin-bottom: 36px; }

.single-team .news-blog-arc .item .inner-content {
  width: 100%;
  height: 100%;
  margin: 0px; }

.dk-section {
  padding: 80px 0px 60px 0px; }
  .dk-section p {
    color: #FFF !important; }
  .dk-section ul li {
    color: #FFF; }
  .dk-section a {
    color: #FFF;
    opacity: 1; }
  .dk-section a:hover {
    color: #FFF;
    opacity: .8; }
  @media (max-width: 767px) {
    .dk-section {
      padding: 60px 0px 40px 0px; } }
  .dk-section .wpb_text_column ul li::before {
    color: #FFF; }
  .dk-section h2 {
    color: #FFF !important; }

a.heavy {
  font-weight: 700; }

.add-flex {
  display: flex;
  /*	.wpb_single_image{
		margin-bottom:0px;
	}*/ }
  @media (max-width: 767px) {
    .add-flex {
      display: block; }
      .add-flex .col-sm-6 {
        width: 100% !important; } }
  .add-flex .wpb_column {
    display: flex;
    flex-direction: column;
    height: auto;
    /*width: 50%;*/
    justify-content: center; }
  .add-flex .vc_column-inner {
    flex: 1;
    display: flex;
    align-items: center; }
  .add-flex .wpb_single_image.vc_align_center {
    height: unset !important; }

ul.large li {
  color: #757575; }

h2.no-mg {
  margin: 0px; }

.blocked-yellow-section .col-sm-4 {
  width: 33.3%; }
  @media (max-width: 767px) {
    .blocked-yellow-section .col-sm-4 {
      width: 100%; } }

@media (max-width: 899px) {
  .col-list ul {
    margin-top: 0px !important; }
  .col-list ul:first-child {
    margin-top: 20px !important; }
  .col-list .wpb_text_column {
    margin-bottom: 0px !important; }
  .col-list ul.ul-large:last-child {
    margin-top: 0px !important; } }

/*provider profile update*/
/*provider profile update*/
.single-team .style-2 .p-container {
  background-color: #5AC5CC;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 40px !important; }
  @media (max-width: 990px) {
    .single-team .style-2 .p-container {
      margin: 0 auto 40px auto;
      width: 100%;
      right: unset;
      left: unset; } }
  .single-team .style-2 .p-container p, .single-team .style-2 .p-container h1, .single-team .style-2 .p-container h3 {
    color: #FFF; }
  .single-team .style-2 .p-container h1 {
    font-size: 38px;
    font-weight: 600; }
  .single-team .style-2 .p-container h3.h3-sm {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 50px; }
  .single-team .style-2 .p-container p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500; }
  .single-team .style-2 .p-container .p-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    display: flex; }
    @media (max-width: 1199px) {
      .single-team .style-2 .p-container .p-wrapper {
        max-width: 940px; } }
    @media (max-width: 990px) {
      .single-team .style-2 .p-container .p-wrapper {
        max-width: 720px; } }
    @media (max-width: 899px) {
      .single-team .style-2 .p-container .p-wrapper {
        display: block; } }

.award-img-wrapper {
  margin-bottom: 15px; }

.single-team .style-2 .read-more-container a, .single-team .style-2 .read-more-container a:link, .single-team .style-2 .read-more-container a:active, .single-team .style-2 .read-more-container a:visited {
  background-color: #5AC5CC;
  font-weight: 700; }

.single-team .style-2 .news-blog-arc .not-featured.item {
  margin-top: 0px; }

.single-team .style-2 .add-title-container {
  background-color: transparent !important; }

.single-team .style-2 .news-blog-arc .news-img {
  width: 50%;
  height: 100%;
  padding-left: 15px !important; }

.single-team .style-3 .news-blog-arc .news-img {
  width: 50%;
  height: 100%;
  padding-left: 15px !important; }

@media (max-width: 899px) {
  .single-team .style-3 .news-blog-arc .news-img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important; }
  .single-team .style-2 .news-blog-arc .news-img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important; }
  .single-team .style-2 .news-copy {
    width: 100%; }
  .single-team .style-2 .news-blog-arc .news-img img {
    width: 100%; }
  .single-team .style-2 .p-wrapper .col-lg-9 {
    padding-left: 15px !important; }
  .single-team .style-2 .news-blog-arc .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important; }
  .single-team .style-2 .news-blog-arc .col-sm-8 {
    width: 100% !important;
    max-width: 100% !important; }
  .single-team .style-2 .news-blog-arc .news-copy {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .single-team .style-2 .news-blog-arc .not-featured .news-copy-inner {
    margin: auto;
    text-align: center; }
  .single-team .style-2 .news-blog-arc .not-featured .news-copy-inner h4 {
    text-align: center; }
  .single-team .style-2 .news-blog-arc .not-featured .news-copy-inner a {
    margin: auto; }
  .single-team .style-2 .sidebartitle div {
    display: none; } }

@media (max-width: 767px) {
  .single-team .style-2 .news-blog-arc .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important; }
  .single-team .style-2 .news-blog-arc .col-sm-8 {
    width: 100% !important;
    max-width: 100% !important; }
  .single-team .style-2 .news-blog-arc .news-copy {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .single-team .style-2 .news-blog-arc .not-featured .news-copy-inner {
    margin: auto; }
  .single-team .style-2 .sidebartitle div {
    display: none; } }

.single-team .style-2 .row {
  display: flex; }
  @media (max-width: 899px) {
    .single-team .style-2 .row {
      display: block; } }

.single-team .style-2 .read-more-container {
  border-color: #0F5568; }
  .single-team .style-2 .read-more-container a:after {
    background-image: url(../../../images/down-chev-provider-navy-2.svg); }

.single-team .style-2 .col-sm-4 {
  display: block;
  padding: 0 40px 0 15px; }
  .single-team .style-2 .col-sm-4 .vc_column-inner {
    margin-right: 5px; }
    @media (max-width: 899px) {
      .single-team .style-2 .col-sm-4 .vc_column-inner {
        margin-right: 0px; } }

.single-team .style-2 .col-sm-8 {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%; }
  @media (max-width: 899px) {
    .single-team .style-2 .col-sm-8 {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0px; } }

.single-team .style-2 .locations-container .column_container > .vc_column-inner {
  padding-top: 40px;
  margin-top: 20px;
  border-top: solid 1px #0F5568; }

.single-team .style-2 .locations-container {
  border: 0px;
  padding-top: 0px;
  margin-top: 0px; }

.single-team .style-2 .p-wrapper img.thumb {
  min-width: 286px;
  margin-left: -5px;
  padding: 0 5px 0 0; }
  @media (max-width: 767px) {
    .single-team .style-2 .p-wrapper img.thumb {
      padding: 0px;
      margin: 0px; } }

.single-team .style-2 .p-wrapper .col-lg-9 {
  padding-left: 64px; }
  @media (max-width: 1199px) {
    .single-team .style-2 .p-wrapper .col-lg-9 {
      padding-left: 54px; } }
  @media (max-width: 767px) {
    .single-team .style-2 .p-wrapper .col-lg-9 {
      padding-left: 0px !important;
      padding-right: 0px; } }

.single-team .style-2 .contact {
  background-color: #0F5568;
  min-width: 286px;
  padding: 30px; }
  .single-team .style-2 .contact a, .single-team .style-2 .contact a:active, .single-team .style-2 .contact a:visited, .single-team .style-2 .contact a:link, .single-team .style-2 .contact h3 {
    color: #FFF;
    opacity: 1;
    text-align: center; }
  .single-team .style-2 .contact a:hover {
    background-color: #4CB1B8; }
  .single-team .style-2 .contact a.btn {
    text-transform: uppercase;
    margin: 30px auto 0 auto;
    max-width: 235px;
    display: block;
    padding: 17px 25px;
    line-height: 1.1;
    height: 50px;
    background-color: #5AC5CC;
    font-weight: 700;
    font-size: 17px; }
  .single-team .style-2 .contact a.btn:hover {
    background-color: #4CB1B8; }
  .single-team .style-2 .contact .phone-container a:hover {
    background-color: transparent;
    color: #5bc5cc; }
  .single-team .style-2 .contact .phone-container a {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
    display: flex; }
  .single-team .style-2 .contact .phone-container a:hover {
    text-decoration: none; }
  .single-team .style-2 .contact .phone-container a:before {
    content: '';
    height: 37px;
    width: 37px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../../../images/ic-phone-wt.svg); }
  .single-team .style-2 .contact .phone-container:after {
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    background-color: #5AC5CC;
    max-width: 165px;
    margin: 30px auto; }
  .single-team .style-2 .contact .h3-sm {
    margin: 0px; }

.single-team .style-2 .row .col-sm-4 {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 899px) {
    .single-team .style-2 .row .col-sm-4 {
      padding-left: 15px !important;
      padding-right: 15px !important; } }

.single-team .style-2 .row p {
  font-size: 17px;
  font-weight: 300; }

.single-team .style-2 h4.subhead {
  color: #5AC5CC;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px; }

.single-team .style-2 .dotted {
  display: none; }

.single-team .style-2 h3 {
  margin-top: 30px; }

.single-team .style-2 h3:first-child {
  margin-top: 0px; }

.single-team .style-2 .location-inner img {
  display: none; }

.single-team .style-2 .locations-container {
  margin-bottom: 40px;
  /* border-bottom:solid 1px $teal-dark;*/ }

.wpb-js-composer.single-provider #content .vc_tta-container {
  margin-bottom: 60px; }

.single-team .style-2 .sidebartitle {
  position: absolute;
  left: 0;
  background-color: #5AC5CC;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-lr;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 43px;
  padding: 4px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-team .style-2 .sidebartitle div {
    font-weight: 700;
    font-size: 24px;
    color: #FEFEFE;
    letter-spacing: .05px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.single-team .style-2 .sidebarimg {
  display: block !important; }

.single-team .style-2 img.thumb {
  border-radius: 0px;
  border: 0px;
  box-shadow: none; }

.single-team .style-2 #content .p-container {
  padding: 40px 15px 40px 15px; }

.single-team .style-2 .col-sm-8 .vc_column-inner {
  padding-left: 10px; }
  @media (max-width: 899px) {
    .single-team .style-2 .col-sm-8 .vc_column-inner {
      padding-left: 0px; } }

@media (max-width: 899px) {
  #main {
    margin-top: 15px !important; } }

@media (max-width: 767px) {
  .single-team .style-2 .row {
    display: block; }
  .single-team .style-2 .contact .phone-container a:before {
    display: none; }
  .single-team .style-2 .contact {
    margin-bottom: 40px !important; }
  .single-team .style-2 .available-locations .col-sm-6 {
    width: 100%;
    max-width: 100%; }
  .single-team .style-2 .news-blog-arc .not-featured .news-img, .single-team .style-2 .news-copy {
    width: 100%;
    max-width: 100%; }
  .single-team .style-2 .news-blog-arc .not-featured img {
    border: 0px; } }

.single-team .style-2 #main {
  margin-top: 0px; }
  .single-team .style-2 #main .add-flex {
    width: 100%; }
    @media (max-width: 899px) {
      .single-team .style-2 #main .add-flex {
        display: block; } }
  .single-team .style-2 #main .p-container {
    padding: 40px 15px 40px 15px; }
  .single-team .style-2 #main .p-address p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px; }
  .single-team .style-2 #main .p-wrapper .thumb-container {
    display: flex; }
    .single-team .style-2 #main .p-wrapper .thumb-container a {
      width: 100%; }
    .single-team .style-2 #main .p-wrapper .thumb-container img {
      max-width: 298px;
      width: 100%;
      height: 262px;
      object-fit: cover;
      margin: 0 0 0 -5px;
      padding-right: 0px; }
      @media (max-width: 1199px) {
        .single-team .style-2 #main .p-wrapper .thumb-container img {
          margin: 0px; } }
  .single-team .style-2 #main .p-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    min-width: 286px; }
    @media (max-width: 1199px) {
      .single-team .style-2 #main .p-wrapper .col-lg-3 {
        padding: 0px; } }
    @media (max-width: 899px) {
      .single-team .style-2 #main .p-wrapper .col-lg-3 {
        margin: 0 auto; } }
  .single-team .style-2 #main .p-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
    @media (max-width: 899px) {
      .single-team .style-2 #main .p-wrapper .col-lg-9 {
        max-width: 100%; }
        .single-team .style-2 #main .p-wrapper .col-lg-9 h1, .single-team .style-2 #main .p-wrapper .col-lg-9 h3, .single-team .style-2 #main .p-wrapper .col-lg-9 p, .single-team .style-2 #main .p-wrapper .col-lg-9 .p-address {
          text-align: center; } }
  .single-team .style-2 #main .contact h3.h3-sm {
    font-size: 17px;
    line-height: 32px;
    font-weight: 700; }
  .single-team .style-2 #main .add-flex .col-sm-4 .wpb_wrapper {
    max-width: 286px; }
    @media (max-width: 767px) {
      .single-team .style-2 #main .add-flex .col-sm-4 .wpb_wrapper {
        margin: 0 !important; } }
    @media (max-width: 899px) {
      .single-team .style-2 #main .add-flex .col-sm-4 .wpb_wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0; } }
  .single-team .style-2 #main .add-flex .col-sm-8 h3.category {
    font-weight: 600;
    font-size: 24px;
    color: #0F5568;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px; }
  .single-team .style-2 #main .add-flex .col-sm-8 h3.category:first-child {
    margin-top: 0px; }
  .single-team .style-2 #main .add-flex .col-sm-8 p {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px; }
  .single-team .style-2 #main .add-flex .col-sm-8 p:last-child {
    margin-bottom: 0px; }
  .single-team .style-2 #main #content footer {
    display: none; }

/*add media to provider profiles*/
.single-team .style-2 .col-sm-8 {
  flex: 0 0 100% !important;
  max-width: 70% !important; }
  @media (max-width: 899px) {
    .single-team .style-2 .col-sm-8 {
      max-width: 99% !important; } }

.single-team #content .style-2 .sidebartitle div {
  transform: rotate(270deg);
  transform-origin: 0 0;
  left: 0px;
  top: 250px;
  margin: auto;
  position: absolute;
  box-sizing: border-box;
  width: 250px;
  font-size: 14px;
  background-color: #5AC5CC;
  padding-top: 2px; }

.single-team #content .style-2 .sidebartitle {
  width: 35px;
  height: auto;
  position: relative;
  writing-mode: unset; }

@media (max-width: 899px) {
  .single-team #content .add-title-container {
    background-color: transparent; } }

.single-team #content .style-2 .sidebarimg {
  display: block; }

.single-team #content .news-blog-arc {
  margin-left: 0px;
  margin-top: 0px; }
  .single-team #content .news-blog-arc .not-featured {
    margin-top: 0px; }
    .single-team #content .news-blog-arc .not-featured .inner-content {
      margin-top: 15px !important; }
    @media (max-width: 899px) {
      .single-team #content .news-blog-arc .not-featured {
        background-color: #0F5568;
        margin-bottom: 80px; }
        .single-team #content .news-blog-arc .not-featured .news-copy {
          width: 100% !important;
          max-width: 100% !important; } }
  .single-team #content .news-blog-arc .style-2 .col-sm-8 {
    flex: 0 0 60% !important;
    /*@media (max-width: 1080px) {
				flex:0 0 60%!important;
			}*/ }

.single-team #content .not-featured img {
  width: 100%; }

.single-team #content a.edit-post {
  display: none; }

/* Affiliate Physicians Profile Update START */
.single-team .style-3 .news-blog-arc .news-img {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-right: 0px; }
  .single-team .style-3 .news-blog-arc .news-img img {
    height: 100% !important;
    width: 100% !important; }

.single-team .style-3 .news-blog-arc .col-sm-6 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.single-team .style-3 .news-blog-arc .col-sm-4 {
  width: 40% !important;
  max-width: 40% !important;
  padding-right: 0px !important;
  padding-left: 15px !important; }

.single-team .style-3 .news-blog-arc .col-sm-8 {
  width: 60% !important;
  max-width: 60% !important; }

.single-team .style-3 .news-blog-arc .news-copy {
  padding-right: 30px !important; }

.single-team .style-3 p, .single-team .style-3 .bio, .single-team .style-3 .bio-summary {
  color: #373737;
  font-size: 18px;
  line-height: 27px; }

.single-team .style-3 .fa-chevron-down {
  content: '\f078';
  color: #5AC5CC;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  clear: both;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 10px; }

.single-team .style-3 .down-chev-provider-container {
  display: block;
  width: 100%; }

.single-team .style-3 .bio {
  height: 80px;
  transition: height 0.3s ease-in-out; }

.single-team .style-3 .bio.in {
  height: auto; }

.single-team .style-3 .bio.collapse:not(.in) {
  display: block;
  overflow: hidden; }

.single-team .style-3 .bio {
  height: 80px;
  transition: all 0.3s ease-in-out !important; }
  .single-team .style-3 .bio p {
    padding: 0px;
    margin: 0px; }

.single-team .style-3 .bio.collapse:not(.in) {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  height: 80px !important; }

.single-team .style-3 .read-more-container {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #E0E0E0;
  line-height: 0.1em;
  margin-bottom: 21px;
  font-size: 15px; }
  .single-team .style-3 .read-more-container a {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: -21px !important;
    font-size: 15px; }
  .single-team .style-3 .read-more-container a:active, .single-team .style-3 .read-more-container a:visited, .single-team .style-3 .read-more-container a:focus {
    text-decoration: none; }
  .single-team .style-3 .read-more-container a:after {
    background-image: url(../../../images/down-chev-provider-navy-2.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    content: '';
    width: 15px;
    height: 10px;
    margin: 10px auto 0 auto;
    transform: none; }
  .single-team .style-3 .read-more-container a.expanded:after {
    transform: rotate(180deg) !important;
    min-height: 10px;
    margin-top: 10px; }
  .single-team .style-3 .read-more-container a, .single-team .style-3 .read-more-container a:link, .single-team .style-3 .read-more-container a:active, .single-team .style-3 .read-more-container a:visited {
    background: #fff;
    color: #0F5568; }
  .single-team .style-3 .read-more-container a:hover {
    color: #447E8B;
    text-decoration: none; }

.single-team .style-3 #main .p-wrapper .thumb-container img {
  margin: 0; }

.single-team .style-3 .p-wrapper .col-lg-9 {
  margin: auto 0; }

.single-team .style-3 .wpb_wrapper {
  max-width: 100%;
  width: 100%; }

.single-team .style-2 .wpb_wrapper {
  max-width: 100%;
  width: 100%; }

.single-team .style-3 .p-container {
  background-color: #5AC5CC;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 40px !important; }
  @media (max-width: 990px) {
    .single-team .style-3 .p-container {
      margin: 0 auto 40px auto;
      width: 100%;
      right: unset;
      left: unset; } }
  .single-team .style-3 .p-container p, .single-team .style-3 .p-container h1, .single-team .style-3 .p-container h3 {
    color: #FFF; }
  .single-team .style-3 .p-container h1 {
    font-size: 38px;
    font-weight: 600;
    text-align: left;
    margin-top: 7px; }
  .single-team .style-3 .p-container h3.h3-sm {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 26px;
    text-align: left; }
  .single-team .style-3 .p-container p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500; }
  .single-team .style-3 .p-container .p-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center; }
    @media (max-width: 1199px) {
      .single-team .style-3 .p-container .p-wrapper {
        max-width: 940px;
        margin: 0 60px; } }
    @media (max-width: 990px) {
      .single-team .style-3 .p-container .p-wrapper {
        max-width: 720px; } }
    @media (max-width: 899px) {
      .single-team .style-3 .p-container .p-wrapper {
        display: block; } }

@media (max-width: 899px) {
  .single-team .style-2 .news-copy {
    width: 100%; }
  .single-team .style-3 .news-blog-arc .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important; }
  .single-team .style-3 .news-blog-arc .col-sm-8 {
    width: 100% !important;
    max-width: 100% !important; }
  .single-team .style-3 .news-blog-arc .news-copy {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .single-team .style-3 .news-blog-arc .not-featured .news-copy-inner {
    margin: auto;
    text-align: center; }
  .single-team .style-3 .news-blog-arc .not-featured .news-copy-inner h4 {
    text-align: center; }
  .single-team .style-3 .news-blog-arc .not-featured .news-copy-inner a {
    margin: auto; }
  .single-team .style-3 .sidebartitle div {
    display: none; }
  .single-team .style-3 .p-container .p-wrapper {
    margin: 0; } }

.award-img-wrapper {
  margin-bottom: 15px; }

.single-team .style-3 .read-more-container a, .single-team .style-3 .read-more-container a:link, .single-team .style-3 .read-more-container a:active, .single-team .style-3 .read-more-container a:visited {
  background-color: #5AC5CC;
  font-weight: 700; }

.single-team .style-3 .row {
  display: flex; }
  @media (max-width: 899px) {
    .single-team .style-3 .row {
      display: block; } }

.single-team .style-3 .read-more-container {
  border-color: #0F5568; }
  .single-team .style-3 .read-more-container a:after {
    background-image: url(../../../images/down-chev-provider-navy-2.svg); }

.single-team .style-3 .col-sm-4 {
  display: block;
  padding: 0 40px 0 25px; }
  .single-team .style-3 .col-sm-4 .vc_column-inner {
    margin-right: 5px; }

.single-team .style-3 .col-sm-8 {
  max-width: 66.66666667%;
  flex: 0 0 66.66666667%; }
  @media (max-width: 899px) {
    .single-team .style-3 .col-sm-8 {
      max-width: 100%;
      flex: 0 0 100%;
      padding: 0px; } }

.single-team .style-3 .locations-container .column_container > .vc_column-inner {
  padding-top: 40px;
  margin-top: 20px;
  border-top: solid 1px #0F5568; }

.single-team .style-3 .locations-container {
  border: 0px;
  padding-top: 0px;
  margin-top: 0px; }

.single-team .style-3 .p-wrapper img.thumb {
  max-width: 286px;
  margin-left: -5px;
  padding: 0 5px 0 0; }
  @media (max-width: 767px) {
    .single-team .style-3 .p-wrapper img.thumb {
      padding: 0px;
      margin: 0px; } }

.single-team .style-3 .p-wrapper .col-lg-9 {
  padding-left: 50px; }
  @media (max-width: 1199px) {
    .single-team .style-3 .p-wrapper .col-lg-9 {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .single-team .style-3 .p-wrapper .col-lg-9 {
      padding-left: 0px;
      padding-right: 0px; } }

.single-team .style-3 .contact {
  background-color: #0F5568;
  min-width: 286px;
  padding: 30px; }
  .single-team .style-3 .contact a, .single-team .style-3 .contact a:active, .single-team .style-3 .contact a:visited, .single-team .style-3 .contact a:link, .single-team .style-3 .contact h3 {
    color: #FFF;
    opacity: 1;
    text-align: center; }
  .single-team .style-3 .contact a:hover {
    background-color: #4CB1B8; }
  .single-team .style-3 .contact a.btn {
    text-transform: uppercase;
    margin: 30px auto 0 auto;
    max-width: 235px;
    display: block;
    padding: 17px 25px;
    line-height: 1.1;
    height: 50px;
    background-color: #5AC5CC;
    font-weight: 700;
    font-size: 17px; }
  .single-team .style-3 .contact a.btn:hover {
    background-color: #4CB1B8; }
  .single-team .style-3 .contact .phone-container a:hover {
    background-color: transparent;
    color: #5bc5cc; }
  .single-team .style-3 .contact .phone-container a {
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
    justify-content: center;
    display: flex; }
  .single-team .style-3 .contact .phone-container a:hover {
    text-decoration: none; }
  .single-team .style-3 .contact .phone-container a:before {
    content: '';
    height: 37px;
    width: 37px;
    display: inline-block;
    margin-right: 5px;
    background-image: url(../../../images/ic-phone-wt.svg); }
  .single-team .style-3 .contact .phone-container:after {
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    background-color: #5AC5CC;
    max-width: 165px;
    margin: 30px auto; }
  .single-team .style-3 .contact .h3-sm {
    margin: 0px; }

.single-team .style-3 .row .col-sm-4 {
  width: 100%;
  max-width: 100%; }
  @media (max-width: 899px) {
    .single-team .style-3 .row .col-sm-4 {
      padding: 0px; } }

.single-team .style-3 .row p {
  font-size: 17px;
  font-weight: 400; }

.single-team .style-3 h4.subhead {
  color: #5AC5CC;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px; }

.single-team .style-3 .dotted {
  display: none; }

.single-team .style-3 h3 {
  margin-top: 30px; }

.single-team .style-3 h3:first-child {
  margin-top: 0px; }

.single-team .style-3 .location-inner img {
  display: none; }

.single-team .style-3 .locations-container {
  margin-bottom: 40px;
  /* border-bottom:solid 1px $teal-dark;*/ }

.wpb-js-composer.single-provider #content .vc_tta-container {
  margin-bottom: 60px; }

.single-team .style-3 .sidebartitle {
  position: absolute;
  left: 0;
  background-color: #5AC5CC;
  color: #fff;
  writing-mode: vertical-lr;
  text-orientation: sideways-lr;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  width: 43px;
  padding: 4px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .single-team .style-3 .sidebartitle div {
    font-weight: 700;
    font-size: 24px;
    color: #FEFEFE;
    letter-spacing: .05px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.single-team .style-3 .sidebarimg {
  display: none; }

.single-team .style-3 img.thumb {
  border-radius: 0px;
  border: 0px;
  box-shadow: none; }

.single-team .style-3 #content .p-container {
  padding: 40px 15px 40px 15px; }

.single-team .style-3 .col-sm-8 .vc_column-inner {
  padding-left: 10px; }
  @media (max-width: 899px) {
    .single-team .style-3 .col-sm-8 .vc_column-inner {
      padding-left: 0px; } }

@media (max-width: 767px) {
  .single-team .style-3 .news-blog-arc .col-sm-4 {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 15px !important; }
  .single-team .style-3 .news-blog-arc .col-sm-8 {
    width: 100% !important;
    max-width: 100% !important; }
  .single-team .style-3 .news-blog-arc .news-copy {
    padding-right: 15px !important;
    padding-left: 15px !important; }
  .single-team .style-3 .news-blog-arc .not-featured .news-copy-inner {
    margin: auto; }
  .single-team .style-3 .sidebartitle div {
    display: none; }
  .single-team .style-3 #content .p-container .col-lg-9, .single-team .style-3 #content .p-container .col-lg-3 {
    width: 100%; }
  .single-team .style-3 #content .p-container .p-wrapper {
    display: block; }
  .single-team .style-3 .row {
    display: block; }
  .single-team .style-3 .contact .phone-container a:before {
    display: none; }
  .single-team .style-3 .contact {
    margin-bottom: 40px !important; }
  .single-team .style-3 .available-locations .col-sm-6 {
    width: 100%;
    max-width: 100%; }
  .single-team .style-3 .news-blog-arc .not-featured .news-img, .single-team .style-3 .news-copy {
    width: 100%;
    max-width: 100%; }
  .single-team .style-3 .news-blog-arc .not-featured img {
    border: 0px; } }

.single-team .style-3 #main {
  margin-top: 0px; }
  .single-team .style-3 #main .add-flex {
    width: 100%; }
    @media (max-width: 899px) {
      .single-team .style-3 #main .add-flex {
        display: block; } }
  .single-team .style-3 #main .p-container {
    padding: 40px 15px 40px 15px; }
  .single-team .style-3 #main .p-address p {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin: 0px; }
  .single-team .style-3 #main .p-wrapper .thumb-container {
    display: flex;
    text-align: center; }
    .single-team .style-3 #main .p-wrapper .thumb-container a {
      width: 100%; }
    .single-team .style-3 #main .p-wrapper .thumb-container img {
      max-width: 298px;
      width: 100%;
      height: 262px;
      object-fit: cover;
      padding-right: 0px; }
      @media (max-width: 1199px) {
        .single-team .style-3 #main .p-wrapper .thumb-container img {
          margin: 0px; } }
  .single-team .style-3 #main .p-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    min-width: 286px; }
    @media (max-width: 1199px) {
      .single-team .style-3 #main .p-wrapper .col-lg-3 {
        padding: 0px; } }
    @media (max-width: 899px) {
      .single-team .style-3 #main .p-wrapper .col-lg-3 {
        margin: 0 auto; } }
  .single-team .style-3 #main .p-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
    @media (max-width: 899px) {
      .single-team .style-3 #main .p-wrapper .col-lg-9 {
        max-width: 100%; }
        .single-team .style-3 #main .p-wrapper .col-lg-9 h1, .single-team .style-3 #main .p-wrapper .col-lg-9 h3, .single-team .style-3 #main .p-wrapper .col-lg-9 p, .single-team .style-3 #main .p-wrapper .col-lg-9 .p-address {
          text-align: center; } }
  .single-team .style-3 #main .contact h3.h3-sm {
    font-size: 17px;
    line-height: 32px;
    font-weight: 700; }
  .single-team .style-3 #main .add-flex .col-sm-4 .wpb_wrapper {
    max-width: 286px; }
    @media (max-width: 899px) {
      .single-team .style-3 #main .add-flex .col-sm-4 .wpb_wrapper {
        max-width: 100%;
        width: 100%;
        margin: 0 40px 0 15px; } }
  .single-team .style-3 #main .add-flex .col-sm-8 h3.category {
    font-weight: 600;
    font-size: 24px;
    color: #0F5568;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 20px; }
  .single-team .style-3 #main .add-flex .col-sm-8 h3.category:first-child {
    margin-top: 0px; }
  .single-team .style-3 #main .add-flex .col-sm-8 p {
    margin-top: 0px;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px; }
  .single-team .style-3 #main .add-flex .col-sm-8 p:last-child {
    margin-bottom: 0px; }
  .single-team .style-3 #main #content footer {
    display: none; }

/*add media to provider profiles*/
.single-team .style-3 .col-sm-8 {
  flex: 0 0 100% !important;
  max-width: 70% !important; }
  @media (max-width: 899px) {
    .single-team .style-3 .col-sm-8 {
      max-width: 99% !important; } }

.single-team #content .style-3 .sidebartitle div {
  transform: rotate(270deg);
  transform-origin: 0 0;
  left: 0px;
  top: 250px;
  margin: auto;
  position: absolute;
  box-sizing: border-box;
  width: 250px;
  font-size: 14px;
  background-color: #5AC5CC;
  padding-top: 2px; }

.single-team #content .style-3 .sidebartitle {
  width: 35px;
  height: auto;
  position: relative;
  writing-mode: unset; }

@media (max-width: 899px) {
  .single-team #content .add-title-container {
    background-color: transparent; } }

.single-team #content .style-3 .sidebarimg {
  display: block; }

.single-team #content .news-blog-arc {
  margin-left: 0px;
  margin-top: 0px; }
  .single-team #content .news-blog-arc .not-featured {
    margin-top: 0px; }
    .single-team #content .news-blog-arc .not-featured .inner-content {
      margin-top: 15px !important; }
    @media (max-width: 899px) {
      .single-team #content .news-blog-arc .not-featured {
        background-color: #0F5568;
        margin-bottom: 80px; }
        .single-team #content .news-blog-arc .not-featured .news-copy {
          width: 100% !important;
          max-width: 100% !important; } }
  .single-team #content .news-blog-arc .style-3 .col-sm-8 {
    flex: 0 0 60% !important;
    /*@media (max-width: 1080px) {
				  flex:0 0 60%!important;
			  }*/ }

.single-team #content .not-featured img {
  width: 100%; }

.single-team #content a.edit-post {
  display: none; }

/* Affiliate Physicians Profile Update END */
/* Non-Clinic Physicians Profile Update START */
.single-team .style-4 .read-more-container a.expanded:after {
  transform: rotate(180deg) !important;
  min-height: 10px; }

.single-team .style-4 .read-more-container a:after {
  background-image: url(../../../images/down-chev-provider-navy-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
  width: 15px;
  height: 10px;
  margin: 10px auto 0 auto;
  transform: none; }

.single-team .style-4 p, .single-team .style-4 .bio, .single-team .style-4 .bio-summary {
  color: #373737;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400; }

.single-team .style-4 .fa-chevron-down {
  content: '\f078';
  color: #5AC5CC;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  clear: both;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 10px; }

.single-team .style-4 .down-chev-provider-container {
  display: block;
  width: 100%; }

.single-team .style-4 .bio {
  height: 80px;
  transition: height 0.3s ease-in-out; }

.single-team .style-4 .bio.in {
  height: auto; }

.single-team .style-4 .bio.collapse:not(.in) {
  display: block;
  overflow: hidden; }

.single-team .style-4 .bio {
  height: 80px;
  transition: all 0.3s ease-in-out !important; }
  .single-team .style-4 .bio p {
    padding: 0px;
    margin: 0px; }

.single-team .style-4 .bio.collapse:not(.in) {
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in-out !important;
  height: 80px !important; }

.single-team .style-4 .read-more-container {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #0f5568;
  line-height: 0.1em;
  margin-bottom: 21px;
  font-size: 15px; }
  .single-team .style-4 .read-more-container a {
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .4px;
    margin-bottom: -21px !important;
    font-size: 15px; }
  .single-team .style-4 .read-more-container a:active, .single-team .style-4 .read-more-container a:visited, .single-team .style-4 .read-more-container a:focus {
    text-decoration: none; }
  .single-team .style-4 .read-more-container a:after {
    background-image: url(../../../images/down-chev-provider-navy-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    content: '';
    width: 15px;
    height: 10px;
    margin: 10px auto 0 auto;
    transform: none; }
  .single-team .style-4 .read-more-container a.expanded:after {
    transform: rotate(180deg) !important;
    min-height: 10px;
    margin-top: 10px; }
  .single-team .style-4 .read-more-container a, .single-team .style-4 .read-more-container a:link, .single-team .style-4 .read-more-container a:active, .single-team .style-4 .read-more-container a:visited {
    background: #5AC5CC;
    color: #0F5568; }
  .single-team .style-4 .read-more-container a:hover {
    color: #447E8B;
    text-decoration: none; }

.single-team .style-4 .bio p {
  text-align: center;
  color: #ffffff;
  font-weight: 500; }

.single-team .style-4 .p-address {
  display: none; }

.single-team .style-4 .p-wrapper {
  display: block !important; }

.single-team .style-4 .col-lg-3, .single-team .style-4 .col-lg-9 {
  min-width: 100% !important; }

.single-team .style-4 .non-clinic-physician h1, .single-team .style-4 .non-clinic-physician h3.h3-sm {
  text-align: center !important; }

.single-team .style-4 .non-clinic-physician h1 {
  margin-top: 30px; }

.single-team .style-4 .non-clinic-physician {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.single-team .style-4 h1, .single-team .style-4 h3.h3-sm {
  text-align: center !important; }

/* Non-Clinic Physicians Profile Update END */
/* Hide Bio for Non-Clinic/Affiliate Template - START */
.single-team .style-5 .bio, .single-team .style-5 .read-more-container, .single-team .style-5 .down-chev-provider-container {
  display: none !important; }

.single-team .style-5 .bio, .single-team .style-5 .read-more-container, .single-team .style-5 .down-chev-provider-container {
  display: none !important; }

/* Hide Bio for Non-Clinic/Affiliate Template - END */
#content h1.style-2 {
  font-weight: 600;
  color: #0F5568;
  font-size: 40px;
  margin-top: 0px;
  line-height: 55px; }

#content h2.style-2 {
  font-size: 25px;
  line-height: 34px;
  font-weight: 700; }

#content .teal-hero-callout {
  background-color: #5AC5CC; }
  #content .teal-hero-callout p {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  #content .teal-hero-callout a, #content .teal-hero-callout a:link, #content .teal-hero-callout a:active, #content .teal-hero-callout a:visited {
    color: #FFF;
    opacity: 1;
    transition: 0.5s all ease;
    font-weight: 700; }
  #content .teal-hero-callout a:hover {
    opacity: .8; }

span.bullet {
  display: inline-block;
  margin: 0 10px; }
  @media (max-width: 767px) {
    span.bullet {
      color: transparent;
      margin: 0px; } }

.section-lg-padding {
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .section-lg-padding {
      padding-top: 55px;
      padding-bottom: 55px; } }

.section-md-padding {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media (max-width: 767px) {
    .section-md-padding {
      padding-top: 25px;
      padding-bottom: 25px; } }

.section-mg-sm-btm {
  margin-bottom: 25px; }

#content .section-light-bg p {
  color: #0F5568;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px !important; }

#content .section-light-bg h2 {
  color: #0F5568; }

#content .section-dk-bg p {
  color: #FFF;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px !important; }

#content .section-dk-bg h2 {
  color: #FFF; }

#content .lt-blue {
  background-color: #EFFAFB; }

#content .no-mg {
  margin: 0px; }
  #content .no-mg .wpb_single_image {
    margin: 0px; }

#content .no-padding {
  padding-left: 0px;
  padding-right: 0px; }

#content .style-2-container-padding {
  padding: 30px; }

#content .cta-skinny a.vc_btn3 {
  padding: 10px 30px; }

#content .cta-teal a.vc_btn3, #content .cta-teal a.vc_btn3:active, #content .cta-teal a.vc_btn3:visited, #content .cta-teal a.vc_btn3:link, #content .cta-navy a.vc_btn3, #content .cta-navy a.vc_btn3:active, #content .cta-navy a.vc_btn3:visited, #content .cta-navy a.vc_btn3:link {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #FFF;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 0px;
  text-decoration: none;
  border-radius: 10px; }

#content .cta-teal a.vc_btn3 {
  background-color: #5AC5CC; }

#content .cta-teal a.vc_btn3:hover {
  color: #FFF;
  border: 0px; }

#content .cta-navy a.vc_btn3 {
  background-color: #0F5568; }

#content .cta-navy a.vc_btn3:hover {
  color: #FFF;
  border: 0px;
  background-color: #193E4F !important; }

#content .cta-lg {
  width: 100%;
  margin-bottom: 10px; }
  #content .cta-lg a.vc_btn3 {
    width: 320px; }

#content .clinic-contact-info {
  margin-bottom: 60px;
  margin-top: 60px; }
  #content .clinic-contact-info .vc_column-inner {
    padding: 20px; }
  @media (min-width: 1024px) {
    #content .clinic-contact-info .wpb_column:first-child {
      padding-left: 0px; }
    #content .clinic-contact-info .wpb_column:last-child {
      padding-right: 0px; } }
  #content .clinic-contact-info .vc_row {
    display: flex; }
    #content .clinic-contact-info .vc_row .wpb_column {
      height: auto; }
      @media (max-width: 1023px) {
        #content .clinic-contact-info .vc_row .wpb_column {
          margin-bottom: 20px; } }
    #content .clinic-contact-info .vc_row .vc_column-inner, #content .clinic-contact-info .vc_row .wpb_wrapper, #content .clinic-contact-info .vc_row .wpb_text_column {
      height: 100%; }
    #content .clinic-contact-info .vc_row .wpb_text_column {
      margin-bottom: 40px; }
    @media (max-width: 1023px) {
      #content .clinic-contact-info .vc_row {
        display: block; } }
  @media (min-width: 1024px) {
    #content .clinic-contact-info .vc_btn3-container {
      margin-top: -100px; } }
  #content .clinic-contact-info h2 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 700;
    color: #5AC5CC;
    margin-top: 10px; }
  #content .clinic-contact-info p {
    line-height: 29px;
    font-weight: 300; }
  #content .clinic-contact-info a, #content .clinic-contact-info a:link, #content .clinic-contact-info a:active, #content .clinic-contact-info a:visited {
    color: #5C5C5C; }
  #content .clinic-contact-info a:hover {
    color: #0F5568; }

@media (max-width: 767px) {
  #content .flip-cols-mobile {
    display: flex;
    flex-direction: column-reverse; } }

@media (max-width: 1023px) {
  h2.headline-center-borders:before, h2.headline-center-borders:after {
    display: none !important; }
  h2.headline-center-borders {
    text-align: center;
    display: block; } }

.p-custom p {
  font-weight: 300;
  font-size: 20px;
  color: #757575;
  letter-spacing: 0;
  line-height: 30px; }

.hide {
  display: none; }

.sidebar-nav li .link-wrapper {
  padding: 0px; }

.sidebar-nav li.urgent {
  min-height: 38px;
  min-width: unset !important; }
  .sidebar-nav li.urgent .inner-widget {
    padding-top: 5px;
    margin-right: 0px !important; }

.podcast-callout {
  padding: 50px 15px 40px 15px;
  margin-top: -95px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .podcast-callout .vc_column-inner .wpb_wrapper .vc_row {
      display: flex;
      justify-content: center;
      align-items: center; } }
  @media (max-width: 767px) {
    .podcast-callout {
      margin-top: -55px;
      padding-bottom: 30px; } }
  .podcast-callout p {
    color: #FFF;
    font-size: 46px;
    font-weight: 700;
    line-height: 51px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .podcast-callout p {
        text-align: center;
        font-size: 36px;
        line-height: 42px; } }
  .podcast-callout .vc_general {
    background-color: #5AC5CC !important;
    color: #FFF !important; }
    .podcast-callout .vc_general:hover {
      background-color: #4CB1B8; }
    @media (max-width: 767px) {
      .podcast-callout .vc_general {
        display: block !important;
        margin: 10px auto 0 auto; } }
  @media (max-width: 767px) {
    .podcast-callout .vc_btn3-container.vc_btn3-inline {
      width: 100%; } }

.page-template-page-services .no-results {
  display: none; }
  .page-template-page-services .no-results p {
    text-align: center; }

.icon-pay-bill {
  background-image: unset !important; }

li.icon-pay-bill a:before {
  height: 34px;
  width: 33px;
  display: block;
  margin: 0 auto 3px auto;
  background: url(../../../images/ic-bill-pay-teal.svg) no-repeat;
  background-size: 100%;
  content: ''; }

li.icon-pay-bill a {
  color: #dddddd; }

li.icon-pay-bill a:hover {
  color: #FFF; }

.single-team .style-3 .non-clinic {
  width: 100%;
  max-width: 100% !important; }

@media (max-width: 1024px) {
  .single-team .style-3 .col-sm-8 {
    padding-left: 15px;
    padding-right: 15px; } }

.single-team {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568 !important;
  letter-spacing: 0;
  line-height: 30px; }

.single-team h4.subhead {
  color: #5AC5CC;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 0px; }

.single-team .col-sm-12 p {
  margin: 0px;
  color: #5C5C5C; }

#content .inline-nav .collapse {
  display: none; }
  #content .inline-nav .collapse.in {
    display: block; }

#content .inline-nav .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: 'ease';
  transition-duration: 0.35s;
  transition-property: 'height','visibility'; }

#content .inline-nav .widget_nav_menu br {
  display: none; }

@media (min-width: 1200px) {
  #content .inline-nav .widget_nav_menu br {
    display: block; } }

#content .inline-nav .widget_nav_menu ul {
  transform: none;
  list-style: none;
  padding: 0; }
  #content .inline-nav .widget_nav_menu ul.menu > li {
    border-bottom: solid 1px #5AC5CC;
    padding-top: 20px;
    padding-bottom: 20px; }
    #content .inline-nav .widget_nav_menu ul.menu > li > li {
      padding-top: 10px;
      padding-bottom: 10px; }
  #content .inline-nav .widget_nav_menu ul li {
    margin-bottom: 0; }
  #content .inline-nav .widget_nav_menu ul li.menu-item-has-children {
    overflow: hidden;
    border-radius: 0;
    display: block; }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a {
      padding: 5px 15px 5px 0;
      font-size: 17px;
      color: #25556B;
      letter-spacing: 0;
      line-height: 20px;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      position: relative; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:hover, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:focus, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:active {
        text-decoration: none; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:before {
        display: none !important; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a:after {
        content: '';
        background: url(../../../images/teal-chev-down.svg) no-repeat;
        width: 12px;
        height: 6px;
        display: block;
        background-size: contain;
        background-position: center;
        top: 0;
        bottom: 0;
        position: absolute;
        right: 0px;
        height: 100%;
        transition: all 0.25s ease-in-out;
        transform: rotate(180deg);
        margin-left: 12px; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a.collapsed {
        font-weight: 400; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children > a.collapsed:after {
          transform: rotate(0deg); }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children.active > a, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children.active a.collapsed {
      font-weight: 700; }
    #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children {
      margin-left: 35px; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children a {
        margin-left: 0;
        text-transform: none; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children a:after {
          transition: all 0.25s ease;
          transform: rotate(270deg); }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .panel-heading.collapsed {
        font-weight: 500; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .panel-heading.collapsed:after {
          transform: rotate(90deg); }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open {
        padding-bottom: 0;
        margin-bottom: 0; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open .dropdown-menu {
          border-top: 1px solid #DFEDF0;
          border-bottom: 1px solid #DFEDF0; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children.open a:after {
          transform: rotate(-90deg); }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu {
        transform: none;
        background-color: #EFF6F7;
        border-top: none;
        margin-top: 0;
        /* background: rgba(223, 237, 240, 0.5);*/
        border-radius: 0;
        transition: height 0.45s ease;
        overflow: hidden; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li:first-child {
          margin-top: 8px; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li:last-child {
          margin-bottom: 8px; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li.current-menu-item a {
          margin-left: 0;
          padding-left: 22px;
          /*   background: rgba(223, 237, 240, 0.64);*/ }
          #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li.current-menu-item a:before {
            margin-right: 10px;
            display: block;
            content: '';
            width: 3px;
            height: 18px;
            transition: opacity .15s ease-in-out;
            opacity: 1;
            flex: 0 0 auto; }
        #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a {
          padding: 12px 22px;
          padding-left: 35px;
          font-weight: 400;
          transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
          #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:after {
            display: none; }
          #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:hover, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:focus, #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .dropdown-menu li a:active {
            color: #FFF;
            /*background: rgba(223, 237, 240, 0.64);*/ }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .collapse {
        display: none; }
      #content .inline-nav .widget_nav_menu ul li.menu-item-has-children li.menu-item-has-children .collapse.in {
        display: block; }
  #content .inline-nav .widget_nav_menu ul li:last-child {
    border-bottom: none; }
  #content .inline-nav .widget_nav_menu ul .dropdown-menu {
    border: none;
    box-shadow: none;
    position: relative;
    clear: both;
    background: none;
    top: initial;
    left: initial;
    float: left;
    min-width: auto;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-top: 0px;
    padding-top: 0;
    z-index: 0;
    padding-left: 35px; }
    #content .inline-nav .widget_nav_menu ul .dropdown-menu > li {
      background-color: #FFF;
      border-radius: 0;
      border-left: 0px;
      border-right: 0px;
      box-shadow: none;
      padding-top: 6px;
      padding-bottom: 6px; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu > li li {
        border-bottom: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu > li:last-child {
        border-bottom: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a {
        padding: 0;
        white-space: normal;
        font-weight: 400;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 17px;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
        display: flex;
        align-items: center;
        position: relative;
        padding-right: 0px;
        font-size: 17px;
        color: #25556B;
        letter-spacing: 0;
        line-height: 20px; }
        #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li a:active {
          text-decoration: none;
          background: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a {
        font-weight: 700; }
        #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:hover, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:focus, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item a:active {
          text-decoration: none; }
      #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item.menu-item-has-children a, #content .inline-nav .widget_nav_menu ul .dropdown-menu > li.current-menu-item.scroll a {
        background-color: transparent; }

#content .inline-nav .widget {
  margin-bottom: 0; }

#content .inline-nav.vc_wp_custommenu {
  box-shadow: 0 3px 29px 1px rgba(124, 134, 137, 0.12);
  padding: 15px 20px;
  border-radius: 10px; }
  #content .inline-nav.vc_wp_custommenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #content .inline-nav.vc_wp_custommenu ul li a {
      font-size: 16px;
      color: #0F5568;
      display: block; }
    #content .inline-nav.vc_wp_custommenu ul li:last-child {
      border: 0; }

.side-menu {
  padding-left: 0px; }
  @media (max-width: 1024px) {
    .side-menu {
      width: 100%; } }

.inline-nav.wpb_content_element {
  margin-bottom: 40px;
  overflow: hidden; }

body .inline-nav-ico .menu {
  padding-left: 0; }

body .inline-nav-ico h2, body .inline-nav-ico h4.widgettitle {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 16px; }

body .inline-nav-ico li.btn-warning > a {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: none; }
  @media (min-width: 992px) {
    body .inline-nav-ico li.btn-warning > a {
      font-size: 18px; } }

.wpb_text_column .inline-nav-ico ul li:before {
  display: none; }

.page-template-page-locations, .single-location {
  /*  .wpb_text_column ul.teal-list {
    list-style: none;
    padding-left: 16px;
    li:before {
      content: "\2022";
      color: #5C5C5C;
      font-weight: bold; 
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }
  }
*/
  /*  @media (min-width: 1400px){
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
      max-width: 1140px;
  }
  }*/
  /*  .nav-search{
    // @include visually-hidden;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    @media (min-width: 1200px) {
      margin-left: 33px;
    }
  }
  .nav-search:before{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    // margin-bottom: 4px;
    background-image: url(../../../images/search-ico.svg);
  }
  .tablet-show {
    display: block;
    @media (min-width: 992px) {
      display: none;
    }

  }*/
  /*bianca*/
  /*  // .single-location .providers-widget .btn-ico-appt {
  //   background-color: $teal;
  // }*/
  /*  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }*/ }
  .page-template-page-locations #main, .single-location #main {
    transition: none; }
  .page-template-page-locations #sidebar1, .page-template-page-locations #main article.no-title, .single-location #sidebar1, .single-location #main article.no-title {
    padding-top: 0; }
  .page-template-page-locations a, .single-location a {
    color: #5AC5CC;
    text-decoration: none;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .page-template-page-locations a:hover, .page-template-page-locations a:focus, .page-template-page-locations a:active, .single-location a:hover, .single-location a:focus, .single-location a:active {
      color: #4CB1B8;
      text-decoration: none; }
  .page-template-page-locations .page-template-fullpage #content, .single-location .page-template-fullpage #content {
    padding: 0; }
  .page-template-page-locations .center, .single-location .center {
    text-align: center; }
  .page-template-page-locations .row [class^="col-"],
  .page-template-page-locations .form-group.col-sm-6, .single-location .row [class^="col-"],
  .single-location .form-group.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-page-locations .row > *, .single-location .row > * {
    padding-left: 15px;
    padding-right: 15px; }
  .page-template-page-locations h1, .page-template-page-locations .h1, .single-location h1, .single-location .h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 45px;
    color: #0D2D4E;
    line-height: 56px;
    margin-bottom: 2.8rem; }
  .page-template-page-locations .post_content a[href^="tel:"], .single-location .post_content a[href^="tel:"] {
    color: #5C5C5C;
    font-weight: 700;
    border: 0;
    text-decoration: none; }
  .page-template-page-locations .post_content .location-text a[href^="tel:"], .single-location .post_content .location-text a[href^="tel:"] {
    color: #fff;
    font-weight: 700; }
  .page-template-page-locations .featured-full a[href^="tel:"], .single-location .featured-full a[href^="tel:"] {
    color: #fff;
    font-weight: 600; }
  .page-template-page-locations .grey-bg > .wpb_column > .vc_column-inner, .single-location .grey-bg > .wpb_column > .vc_column-inner {
    background: #EBEBEB; }
  .page-template-page-locations .provider-filter-wrapper,
  .page-template-page-locations .locations-filter-wrapper, .single-location .provider-filter-wrapper,
  .single-location .locations-filter-wrapper {
    background: #EBEBEB;
    padding: 25px 15px; }
    @media (min-width: 768px) {
      .page-template-page-locations .provider-filter-wrapper,
      .page-template-page-locations .locations-filter-wrapper, .single-location .provider-filter-wrapper,
      .single-location .locations-filter-wrapper {
        padding: 45px 40px; } }
    .page-template-page-locations .provider-filter-wrapper img,
    .page-template-page-locations .locations-filter-wrapper img, .single-location .provider-filter-wrapper img,
    .single-location .locations-filter-wrapper img {
      margin: 0 auto;
      display: block;
      margin-bottom: 25px !important; }
    .page-template-page-locations .provider-filter-wrapper .h3-sm,
    .page-template-page-locations .locations-filter-wrapper .h3-sm, .single-location .provider-filter-wrapper .h3-sm,
    .single-location .locations-filter-wrapper .h3-sm {
      font-weight: 600;
      font-size: 24px;
      color: #0F5568;
      letter-spacing: 0;
      line-height: 30px;
      margin-top: -6px; }
    .page-template-page-locations .provider-filter-wrapper p,
    .page-template-page-locations .locations-filter-wrapper p, .single-location .provider-filter-wrapper p,
    .single-location .locations-filter-wrapper p {
      margin-bottom: 25px !important; }
  .page-template-page-locations .important-links > .wpb_column > .vc_column-inner, .single-location .important-links > .wpb_column > .vc_column-inner {
    padding-top: 50px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1200px) {
      .page-template-page-locations .important-links > .wpb_column > .vc_column-inner, .single-location .important-links > .wpb_column > .vc_column-inner {
        padding-left: 30px;
        padding-right: 30px; } }
  .page-template-page-locations .important-links h4, .single-location .important-links h4 {
    font-weight: 500;
    font-size: 18px;
    color: #5AC5CC;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px; }
  .page-template-page-locations .important-links p, .single-location .important-links p {
    font-size: 18px;
    color: #5C5C5C;
    letter-spacing: 0;
    text-align: center; }
  .page-template-page-locations .important-links .icon-menu li a, .single-location .important-links .icon-menu li a {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #5AC5CC;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px; }
    @media (max-width: 767px) {
      .page-template-page-locations .important-links .icon-menu li a, .single-location .important-links .icon-menu li a {
        flex-wrap: wrap;
        justify-content: center;
        width: 150px;
        align-items: flex-start;
        align-content: flex-start; } }
    @media (min-width: 768px) {
      .page-template-page-locations .important-links .icon-menu li a, .single-location .important-links .icon-menu li a {
        flex-direction: column; } }
  .page-template-page-locations .important-links .icon-menu .menu, .single-location .important-links .icon-menu .menu {
    width: 100%;
    justify-content: space-between;
    padding-top: 0px;
    flex-direction: row;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    @media (max-width: 767px) {
      .page-template-page-locations .important-links .icon-menu .menu, .single-location .important-links .icon-menu .menu {
        padding: 0;
        justify-content: center; } }
    @media (min-width: 992px) {
      .page-template-page-locations .important-links .icon-menu .menu, .single-location .important-links .icon-menu .menu {
        flex-wrap: nowrap; } }
  .page-template-page-locations .important-links .icon-menu li, .single-location .important-links .icon-menu li {
    float: none;
    display: flex;
    flex: 0 0 50%;
    padding-left: 0;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .page-template-page-locations .important-links .icon-menu li, .single-location .important-links .icon-menu li {
        justify-content: center;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 25px; }
        .page-template-page-locations .important-links .icon-menu li:last-child, .single-location .important-links .icon-menu li:last-child {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .page-template-page-locations .important-links .icon-menu li, .single-location .important-links .icon-menu li {
        flex-direction: column;
        flex: 0 0 23%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      .page-template-page-locations .important-links .icon-menu li, .single-location .important-links .icon-menu li {
        margin-top: 0px; } }
  .page-template-page-locations .important-links .icon-menu li > a:before, .single-location .important-links .icon-menu li > a:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    content: '';
    width: 62px;
    height: 70px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .page-template-page-locations .important-links .icon-menu li > a:before, .single-location .important-links .icon-menu li > a:before {
        width: 85px;
        height: 92px;
        margin-bottom: 15px; } }
  .page-template-page-locations .important-links .ico-schedule > a:before, .single-location .important-links .ico-schedule > a:before {
    background-image: url(../../../images/ico-schedule.svg); }
  .page-template-page-locations .important-links .ico-pay-bill > a:before, .single-location .important-links .ico-pay-bill > a:before {
    background-image: url(../../../images/ico-pay-bill.svg); }
  .page-template-page-locations .important-links .ico-patient-portal > a:before, .single-location .important-links .ico-patient-portal > a:before {
    background-image: url(../../../images/ico-patient-portal.svg); }
  .page-template-page-locations .important-links .ico-pre-reg > a:before, .single-location .important-links .ico-pre-reg > a:before {
    background-image: url(../../../images/ico-pre-reg.svg); }
  .page-template-page-locations h2, .page-template-page-locations .h2, .single-location h2, .single-location .h2 {
    margin-top: 0;
    font-weight: 700;
    color: #0F5568;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 1.8rem; }
    @media (min-width: 768px) {
      .page-template-page-locations h2, .page-template-page-locations .h2, .single-location h2, .single-location .h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 2rem; } }
    @media (min-width: 992px) {
      .page-template-page-locations h2, .page-template-page-locations .h2, .single-location h2, .single-location .h2 {
        font-size: 33px;
        color: #5AC5CC;
        letter-spacing: 0;
        line-height: 30px; } }
  .page-template-page-locations .h2.headline, .single-location .h2.headline {
    line-height: 45px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .page-template-page-locations .h2.headline, .single-location .h2.headline {
        line-height: 30px; } }
  .page-template-page-locations .h2-sm, .single-location .h2-sm {
    font-family: 500;
    font-size: 24px;
    color: #0F5568;
    letter-spacing: 0; }
  .page-template-page-locations .single-provider .h2-sm, .single-location .single-provider .h2-sm {
    font-weight: 600; }
  .page-template-page-locations .semibold, .single-location .semibold {
    font-weight: 600; }
  .page-template-page-locations p, .single-location p {
    line-height: 25px; }
  .page-template-page-locations .p-lg, .single-location .p-lg {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 27px;
    font-weight: 400; }
  .page-template-page-locations .btm-sep:after, .single-location .btm-sep:after {
    display: block;
    height: 3px;
    width: 63px;
    content: '';
    background: #447E8B;
    margin-top: 18px; }
  .page-template-page-locations .btm-sep:after, .single-location .btm-sep:after {
    margin-top: 10px; }
  .page-template-page-locations .teal-dark, .single-location .teal-dark {
    color: #0F5568; }
  .page-template-page-locations h3, .page-template-page-locations .h3, .single-location h3, .single-location .h3 {
    font-weight: 600;
    font-size: 24px;
    color: #0F5568;
    letter-spacing: 0;
    line-height: 30px; }
  .page-template-page-locations h4, .page-template-page-locations .h4, .single-location h4, .single-location .h4 {
    font-weight: 600;
    font-size: 24px;
    color: #0F5568;
    letter-spacing: 0;
    line-height: 32px; }
  .page-template-page-locations h5, .page-template-page-locations .h5, .single-location h5, .single-location .h5 {
    font-weight: 600;
    font-size: 18px;
    color: #0F5568;
    letter-spacing: 0; }
  .page-template-page-locations .headline-center-borders, .single-location .headline-center-borders {
    display: flex;
    position: relative;
    white-space: nowrap;
    text-align: center;
    color: #0F5568; }
    .page-template-page-locations .headline-center-borders:before, .single-location .headline-center-borders:before {
      content: '';
      display: flex;
      background: url(../../../images/headline-border.png) no-repeat;
      background-position: left -4px;
      width: 100%;
      height: 56px;
      margin-right: 10px; }
    .page-template-page-locations .headline-center-borders:after, .single-location .headline-center-borders:after {
      content: '';
      display: flex;
      background: url(../../../images/headline-border.png) no-repeat;
      background-position: right -4px;
      width: 100%;
      height: 56px;
      margin-left: 12px; }
  .page-template-page-locations body, .single-location body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    .page-template-page-locations body .wpb_content_element, .single-location body .wpb_content_element {
      margin-bottom: 20px; }
    .page-template-page-locations body .no-margin-top, .single-location body .no-margin-top {
      margin-top: 0; }
    .page-template-page-locations body .no-margin-bottom, .single-location body .no-margin-bottom {
      margin-bottom: 0; }
    .page-template-page-locations body .margin-xs-bottom, .single-location body .margin-xs-bottom {
      margin-bottom: 6px; }
    .page-template-page-locations body .margin-sm-bottom, .single-location body .margin-sm-bottom {
      margin-bottom: 12px; }
    .page-template-page-locations body .margin-md-bottom, .single-location body .margin-md-bottom {
      margin-bottom: 20px; }
    .page-template-page-locations body .margin-md-bottom2, .single-location body .margin-md-bottom2 {
      margin-bottom: 25px; }
    .page-template-page-locations body .margin-lg-bottom, .single-location body .margin-lg-bottom {
      margin-bottom: 30px; }
    .page-template-page-locations body .margin-xl-bottom, .single-location body .margin-xl-bottom {
      margin-bottom: 35px; }
    .page-template-page-locations body .margin-xxl-bottom, .single-location body .margin-xxl-bottom {
      margin-bottom: 50px; }
    .page-template-page-locations body .padding-xs-top, .single-location body .padding-xs-top {
      padding-top: 6px; }
    .page-template-page-locations body .padding-sm-top, .single-location body .padding-sm-top {
      padding-top: 12px; }
    .page-template-page-locations body .padding-md-top, .single-location body .padding-md-top {
      padding-top: 20px; }
    .page-template-page-locations body .padding-lg-top, .single-location body .padding-lg-top {
      padding-top: 30px; }
    .page-template-page-locations body .padding-xl-top, .single-location body .padding-xl-top {
      padding-top: 35px; }
    .page-template-page-locations body .padding-xxl-top, .single-location body .padding-xxl-top {
      padding-top: 60px; }
    .page-template-page-locations body .margin-xs-top, .single-location body .margin-xs-top {
      margin-top: 6px; }
    .page-template-page-locations body .margin-sm-top, .single-location body .margin-sm-top {
      margin-top: 12px; }
    .page-template-page-locations body .margin-md-top, .single-location body .margin-md-top {
      margin-top: 20px; }
    .page-template-page-locations body .margin-md-top2, .single-location body .margin-md-top2 {
      margin-top: 25px; }
    .page-template-page-locations body .margin-lg-top, .single-location body .margin-lg-top {
      margin-top: 30px; }
    .page-template-page-locations body .margin-xl-top, .single-location body .margin-xl-top {
      margin-top: 35px; }
    .page-template-page-locations body .margin-xxl-top, .single-location body .margin-xxl-top {
      margin-top: 50px; }
    .page-template-page-locations body .padding-xs-top, .single-location body .padding-xs-top {
      padding-top: 6px; }
    .page-template-page-locations body .padding-sm-top, .single-location body .padding-sm-top {
      padding-top: 12px; }
    .page-template-page-locations body .padding-md-top, .single-location body .padding-md-top {
      padding-top: 20px; }
    .page-template-page-locations body .padding-lg-top, .single-location body .padding-lg-top {
      padding-top: 30px; }
    .page-template-page-locations body .padding-xl-top, .single-location body .padding-xl-top {
      padding-top: 35px; }
    .page-template-page-locations body .padding-xxl-top, .single-location body .padding-xxl-top {
      padding-top: 60px; }
  .page-template-page-locations #content, .single-location #content {
    padding: 0; }
  .page-template-page-locations .teal-bg, .single-location .teal-bg {
    background: #4CB1B8; }
    .page-template-page-locations .teal-bg p, .page-template-page-locations .teal-bg .h2, .single-location .teal-bg p, .single-location .teal-bg .h2 {
      color: #fff; }
  .page-template-page-locations .teal, .single-location .teal {
    color: #5AC5CC; }
  .page-template-page-locations .teal-dark, .single-location .teal-dark {
    color: #0F5568; }
  .page-template-page-locations .semibold, .single-location .semibold {
    font-weight: 600; }
  .page-template-page-locations .breadcrumbs, .single-location .breadcrumbs {
    background-color: #EBEBEB; }
    .page-template-page-locations .breadcrumbs .container, .single-location .breadcrumbs .container {
      display: flex;
      align-items: center; }
    .page-template-page-locations .breadcrumbs #breadcrumbs, .single-location .breadcrumbs #breadcrumbs {
      padding-top: 10px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .page-template-page-locations .breadcrumbs #breadcrumbs, .single-location .breadcrumbs #breadcrumbs {
          padding-top: 13px;
          padding-bottom: 12px; } }
    .page-template-page-locations .breadcrumbs p, .single-location .breadcrumbs p {
      float: left;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0.3px;
      line-height: 1.2;
      margin-bottom: 0;
      color: #5C5C5C; }
      @media (min-width: 768px) {
        .page-template-page-locations .breadcrumbs p, .single-location .breadcrumbs p {
          font-size: 13px; } }
      .page-template-page-locations .breadcrumbs p .breadcrumb_last, .single-location .breadcrumbs p .breadcrumb_last {
        color: #707070;
        margin-left: 3px;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased; }
      .page-template-page-locations .breadcrumbs p a, .single-location .breadcrumbs p a {
        color: #5AC5CC;
        transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
        margin-left: 3px;
        margin-right: 3px; }
        .page-template-page-locations .breadcrumbs p a:hover, .page-template-page-locations .breadcrumbs p a:focus, .page-template-page-locations .breadcrumbs p a:active, .single-location .breadcrumbs p a:hover, .single-location .breadcrumbs p a:focus, .single-location .breadcrumbs p a:active {
          color: #4CB1B8;
          text-decoration: none; }
        .page-template-page-locations .breadcrumbs p a:first-child, .single-location .breadcrumbs p a:first-child {
          margin-left: 0; }
  .page-template-page-locations .arrow-button, .single-location .arrow-button {
    background: #0F5568;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: -51px !important; }
    .page-template-page-locations .arrow-button:before, .single-location .arrow-button:before {
      content: '';
      width: 52px;
      height: 52px;
      position: absolute;
      border: 2px solid #fff;
      border-radius: 100%;
      left: 7px;
      right: 0;
      bottom: 0;
      top: 7px; }
    .page-template-page-locations .arrow-button:after, .single-location .arrow-button:after {
      content: '';
      background: url(../../../images/arrow-white.svg) no-repeat;
      background-position: center;
      width: 52px;
      height: 52px;
      position: absolute;
      left: 7px;
      right: 0;
      bottom: 0;
      top: 7px;
      transition: left 0.5 ease-in-out; }
    .page-template-page-locations .arrow-button:hover, .page-template-page-locations .arrow-button:active, .page-template-page-locations .arrow-button:focus, .single-location .arrow-button:hover, .single-location .arrow-button:active, .single-location .arrow-button:focus {
      background-color: #447E8B; }
  .page-template-page-locations a.arrow-button, .single-location a.arrow-button {
    z-index: 5; }
  .page-template-page-locations .collapse-toggle.arrow-button:after, .single-location .collapse-toggle.arrow-button:after {
    background: url(../../../images/plus-white.svg) no-repeat;
    background-position: center; }
  .page-template-page-locations .expanded .collapse-toggle.arrow-button:after, .single-location .expanded .collapse-toggle.arrow-button:after {
    background: url(../../../images/minus-white.svg) no-repeat;
    background-position: center; }
  @media (min-width: 768px) {
    .page-template-page-locations .col-6-exp-gutters .col-sm-6:nth-child(1),
    .page-template-page-locations .col-6-exp-gutters .col-md-6:nth-child(1), .single-location .col-6-exp-gutters .col-sm-6:nth-child(1),
    .single-location .col-6-exp-gutters .col-md-6:nth-child(1) {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .page-template-page-locations .col-6-exp-gutters .col-sm-6:nth-child(2),
    .page-template-page-locations .col-6-exp-gutters .col-md-6:nth-child(2), .single-location .col-6-exp-gutters .col-sm-6:nth-child(2),
    .single-location .col-6-exp-gutters .col-md-6:nth-child(2) {
      padding-left: 48px; } }
  .page-template-page-locations .light-grey-bg, .single-location .light-grey-bg {
    background: #EBEBEB;
    position: relative; }
  .page-template-page-locations .btn-ico > .btn, .single-location .btn-ico > .btn {
    display: inline-flex;
    align-items: center; }
    .page-template-page-locations .btn-ico > .btn:before, .single-location .btn-ico > .btn:before {
      margin-right: 25px;
      content: '';
      display: block;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .page-template-page-locations .pay-bill-ico > .btn:before, .single-location .pay-bill-ico > .btn:before {
    width: 27px;
    height: 19px;
    background-image: url(../../../images/pay-bill-ico.svg); }
  .page-template-page-locations .post_content .btn, .single-location .post_content .btn {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: unset;
    border: none;
    padding: 10px 25px;
    height: 50px;
    background-color: #0F5568;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .page-template-page-locations .post_content .btn:hover, .page-template-page-locations .post_content .btn:active, .page-template-page-locations .post_content .btn:focus, .single-location .post_content .btn:hover, .single-location .post_content .btn:active, .single-location .post_content .btn:focus {
      background-color: #447E8B;
      color: #fff; }
  .page-template-page-locations .btn-lg, .page-template-page-locations .btn-group-lg > .btn, .single-location .btn-lg, .single-location .btn-group-lg > .btn {
    height: 78px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 21px;
    line-height: 1.1;
    padding-top: 27px;
    padding-bottom: 27px; }
    @media (min-width: 1200px) {
      .page-template-page-locations .btn-lg, .page-template-page-locations .btn-group-lg > .btn, .single-location .btn-lg, .single-location .btn-group-lg > .btn {
        line-height: 1.5;
        font-size: 24px;
        padding-left: 34px;
        padding-right: 34px;
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (max-width: 767px) {
      .page-template-page-locations .btn-lg, .page-template-page-locations .btn-group-lg > .btn, .single-location .btn-lg, .single-location .btn-group-lg > .btn {
        height: 60px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        line-height: 1;
        padding-top: 20px;
        padding-bottom: 20px; } }
  @media (min-width: 1200px) {
    .page-template-page-locations .callout .col-sm-3, .single-location .callout .col-sm-3 {
      width: 22%; } }
  @media (min-width: 1200px) {
    .page-template-page-locations .callout .col-sm-9, .single-location .callout .col-sm-9 {
      width: 78%; } }
  .page-template-page-locations .callout .col-sm-8 .vc_column-inner, .single-location .callout .col-sm-8 .vc_column-inner {
    padding-right: 15px; }
  .page-template-page-locations .callout .h4, .single-location .callout .h4 {
    margin-bottom: 13px; }
  .page-template-page-locations .callout .light-grey-bg:before, .single-location .callout .light-grey-bg:before {
    content: '';
    height: 100%;
    width: 250px;
    background: #EBEBEB;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -170px;
    z-index: -1; }
  .page-template-page-locations .callout .light-grey-bg, .single-location .callout .light-grey-bg {
    padding-top: 38px;
    padding-bottom: 38px; }
  .page-template-page-locations .callout .p-lg, .single-location .callout .p-lg {
    line-height: 26px; }
  .page-template-page-locations .callout > .row, .single-location .callout > .row {
    display: flex;
    align-items: center; }
    @media (max-width: 899px) {
      .page-template-page-locations .callout > .row, .single-location .callout > .row {
        display: block;
        text-align: center; } }
    .page-template-page-locations .callout > .row .wpb_single_image, .single-location .callout > .row .wpb_single_image {
      margin-bottom: 0; }
  .page-template-page-locations .callout .btn, .single-location .callout .btn {
    border-radius: 5px;
    color: #fff;
    font-weight: 800; }
    @media (max-width: 767px) {
      .page-template-page-locations .callout .btn, .single-location .callout .btn {
        margin-top: 25px; } }
  @media (max-width: 899px) {
    .page-template-page-locations .callout .wpb_single_image.vc_align_left, .single-location .callout .wpb_single_image.vc_align_left {
      text-align: center;
      margin-bottom: -20px;
      z-index: 2;
      position: relative; }
      .page-template-page-locations .callout .wpb_single_image.vc_align_left img, .single-location .callout .wpb_single_image.vc_align_left img {
        width: 80%; } }
  .page-template-page-locations .row-o-content-middle .wpb_column, .single-location .row-o-content-middle .wpb_column {
    display: flex;
    align-items: center; }
    .page-template-page-locations .row-o-content-middle .wpb_column .wpb_content_element:last-child, .single-location .row-o-content-middle .wpb_column .wpb_content_element:last-child {
      margin-bottom: 0; }
  .page-template-page-locations .section-lg2, .single-location .section-lg2 {
    margin-top: 43px;
    margin-bottom: 75px; }
    @media (min-width: 768px) {
      .page-template-page-locations .section-lg2, .single-location .section-lg2 {
        margin-top: 113px;
        margin-bottom: 125px; } }
  .page-template-page-locations .section-lg, .single-location .section-lg {
    margin-top: 75px;
    margin-bottom: 75px; }
    @media (min-width: 768px) {
      .page-template-page-locations .section-lg, .single-location .section-lg {
        margin-top: 125px;
        margin-bottom: 125px; } }
  .page-template-page-locations .section-sm, .single-location .section-sm {
    margin-top: 42px;
    margin-bottom: 42px; }
  .page-template-page-locations .posts-feed,
  .page-template-page-locations .providers-results,
  .page-template-page-locations .providers-widget,
  .page-template-page-locations .locations-results, .single-location .posts-feed,
  .single-location .providers-results,
  .single-location .providers-widget,
  .single-location .locations-results {
    transition: height 0.5s ease;
    position: relative;
    min-height: 500px; }
    .page-template-page-locations .posts-feed .row,
    .page-template-page-locations .providers-results .row,
    .page-template-page-locations .providers-widget .row,
    .page-template-page-locations .locations-results .row, .single-location .posts-feed .row,
    .single-location .providers-results .row,
    .single-location .providers-widget .row,
    .single-location .locations-results .row {
      margin-left: -15px;
      margin-right: -15px; }
      @media (min-width: 992px) {
        .page-template-page-locations .posts-feed .row,
        .page-template-page-locations .providers-results .row,
        .page-template-page-locations .providers-widget .row,
        .page-template-page-locations .locations-results .row, .single-location .posts-feed .row,
        .single-location .providers-results .row,
        .single-location .providers-widget .row,
        .single-location .locations-results .row {
          margin-left: -25px;
          margin-right: -25px; } }
    .page-template-page-locations .posts-feed .col,
    .page-template-page-locations .providers-results .col,
    .page-template-page-locations .providers-widget .col,
    .page-template-page-locations .locations-results .col, .single-location .posts-feed .col,
    .single-location .providers-results .col,
    .single-location .providers-widget .col,
    .single-location .locations-results .col {
      padding-left: 15px !important;
      padding-right: 15px !important; }
      @media (min-width: 992px) {
        .page-template-page-locations .posts-feed .col,
        .page-template-page-locations .providers-results .col,
        .page-template-page-locations .providers-widget .col,
        .page-template-page-locations .locations-results .col, .single-location .posts-feed .col,
        .single-location .providers-results .col,
        .single-location .providers-widget .col,
        .single-location .locations-results .col {
          padding-left: 25px !important;
          padding-right: 25px !important; } }
    .page-template-page-locations .posts-feed article,
    .page-template-page-locations .providers-results article,
    .page-template-page-locations .providers-widget article,
    .page-template-page-locations .locations-results article, .single-location .posts-feed article,
    .single-location .providers-results article,
    .single-location .providers-widget article,
    .single-location .locations-results article {
      opacity: 0;
      animation-duration: 0.6s;
      animation-fill-mode: both;
      animation-name: fadeIn;
      animation-play-state: paused; }
  .page-template-page-locations .providers-widget article, .single-location .providers-widget article {
    animation: none;
    opacity: 1; }
  .page-template-page-locations .providers-widget, .single-location .providers-widget {
    min-height: auto;
    margin-bottom: -20px !important; }
  .page-template-page-locations .posts-feed.loaded:before,
  .page-template-page-locations .providers-results.loaded:before,
  .page-template-page-locations .locations-results.loaded:before, .single-location .posts-feed.loaded:before,
  .single-location .providers-results.loaded:before,
  .single-location .locations-results.loaded:before {
    opacity: 0; }
  .page-template-page-locations .posts-feed.loaded article,
  .page-template-page-locations .providers-results.loaded article,
  .page-template-page-locations .locations-results.loaded article, .single-location .posts-feed.loaded article,
  .single-location .providers-results.loaded article,
  .single-location .locations-results.loaded article {
    animation-play-state: running; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
  .page-template-page-locations .provider_filters, .single-location .provider_filters {
    margin-left: -10px;
    margin-right: -10px; }
    .page-template-page-locations .provider_filters .form-group, .single-location .provider_filters .form-group {
      padding-left: 10px;
      padding-right: 10px; }
  .page-template-page-locations .providers-results,
  .page-template-page-locations .providers-widget,
  .page-template-page-locations .available-locations, .single-location .providers-results,
  .single-location .providers-widget,
  .single-location .available-locations {
    margin-top: 35px;
    margin-bottom: 35px; }
    .page-template-page-locations .providers-results article,
    .page-template-page-locations .providers-results .row > div,
    .page-template-page-locations .providers-widget article,
    .page-template-page-locations .providers-widget .row > div,
    .page-template-page-locations .available-locations article,
    .page-template-page-locations .available-locations .row > div, .single-location .providers-results article,
    .single-location .providers-results .row > div,
    .single-location .providers-widget article,
    .single-location .providers-widget .row > div,
    .single-location .available-locations article,
    .single-location .available-locations .row > div {
      display: flex; }
      @media (max-width: 767px) {
        .page-template-page-locations .providers-results article,
        .page-template-page-locations .providers-results .row > div,
        .page-template-page-locations .providers-widget article,
        .page-template-page-locations .providers-widget .row > div,
        .page-template-page-locations .available-locations article,
        .page-template-page-locations .available-locations .row > div, .single-location .providers-results article,
        .single-location .providers-results .row > div,
        .single-location .providers-widget article,
        .single-location .providers-widget .row > div,
        .single-location .available-locations article,
        .single-location .available-locations .row > div {
          padding-top: 25px;
          padding-bottom: 25px; } }
    @media (min-width: 768px) {
      .page-template-page-locations .providers-results,
      .page-template-page-locations .providers-widget,
      .page-template-page-locations .available-locations, .single-location .providers-results,
      .single-location .providers-widget,
      .single-location .available-locations {
        margin-top: 125px;
        margin-bottom: 125px; } }
    .page-template-page-locations .providers-results .row,
    .page-template-page-locations .providers-widget .row,
    .page-template-page-locations .available-locations .row, .single-location .providers-results .row,
    .single-location .providers-widget .row,
    .single-location .available-locations .row {
      margin-bottom: 155px; }
    .page-template-page-locations .providers-results .col:nth-child(3n+3) .provider-inner:after,
    .page-template-page-locations .providers-results .col:nth-child(3n+3) .location-inner:after, .page-template-page-locations .providers-results .col:last-child .provider-inner:after,
    .page-template-page-locations .providers-results .col:last-child .location-inner:after,
    .page-template-page-locations .providers-widget .col:nth-child(3n+3) .provider-inner:after,
    .page-template-page-locations .providers-widget .col:nth-child(3n+3) .location-inner:after,
    .page-template-page-locations .providers-widget .col:last-child .provider-inner:after,
    .page-template-page-locations .providers-widget .col:last-child .location-inner:after,
    .page-template-page-locations .available-locations .col:nth-child(3n+3) .provider-inner:after,
    .page-template-page-locations .available-locations .col:nth-child(3n+3) .location-inner:after,
    .page-template-page-locations .available-locations .col:last-child .provider-inner:after,
    .page-template-page-locations .available-locations .col:last-child .location-inner:after, .single-location .providers-results .col:nth-child(3n+3) .provider-inner:after,
    .single-location .providers-results .col:nth-child(3n+3) .location-inner:after, .single-location .providers-results .col:last-child .provider-inner:after,
    .single-location .providers-results .col:last-child .location-inner:after,
    .single-location .providers-widget .col:nth-child(3n+3) .provider-inner:after,
    .single-location .providers-widget .col:nth-child(3n+3) .location-inner:after,
    .single-location .providers-widget .col:last-child .provider-inner:after,
    .single-location .providers-widget .col:last-child .location-inner:after,
    .single-location .available-locations .col:nth-child(3n+3) .provider-inner:after,
    .single-location .available-locations .col:nth-child(3n+3) .location-inner:after,
    .single-location .available-locations .col:last-child .provider-inner:after,
    .single-location .available-locations .col:last-child .location-inner:after {
      display: none; }
    .page-template-page-locations .providers-results .provider-info-wrapper,
    .page-template-page-locations .providers-widget .provider-info-wrapper,
    .page-template-page-locations .available-locations .provider-info-wrapper, .single-location .providers-results .provider-info-wrapper,
    .single-location .providers-widget .provider-info-wrapper,
    .single-location .available-locations .provider-info-wrapper {
      margin-bottom: 34px; }
    .page-template-page-locations .providers-results .provider-inner,
    .page-template-page-locations .providers-results .location-inner,
    .page-template-page-locations .providers-widget .provider-inner,
    .page-template-page-locations .providers-widget .location-inner,
    .page-template-page-locations .available-locations .provider-inner,
    .page-template-page-locations .available-locations .location-inner, .single-location .providers-results .provider-inner,
    .single-location .providers-results .location-inner,
    .single-location .providers-widget .provider-inner,
    .single-location .providers-widget .location-inner,
    .single-location .available-locations .provider-inner,
    .single-location .available-locations .location-inner {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      background-color: #EBEBEB; }
      .page-template-page-locations .providers-results .provider-inner > a,
      .page-template-page-locations .providers-results .location-inner > a,
      .page-template-page-locations .providers-widget .provider-inner > a,
      .page-template-page-locations .providers-widget .location-inner > a,
      .page-template-page-locations .available-locations .provider-inner > a,
      .page-template-page-locations .available-locations .location-inner > a, .single-location .providers-results .provider-inner > a,
      .single-location .providers-results .location-inner > a,
      .single-location .providers-widget .provider-inner > a,
      .single-location .providers-widget .location-inner > a,
      .single-location .available-locations .provider-inner > a,
      .single-location .available-locations .location-inner > a {
        flex: none; }
      .page-template-page-locations .providers-results .provider-inner .content-inner,
      .page-template-page-locations .providers-results .location-inner .content-inner,
      .page-template-page-locations .providers-widget .provider-inner .content-inner,
      .page-template-page-locations .providers-widget .location-inner .content-inner,
      .page-template-page-locations .available-locations .provider-inner .content-inner,
      .page-template-page-locations .available-locations .location-inner .content-inner, .single-location .providers-results .provider-inner .content-inner,
      .single-location .providers-results .location-inner .content-inner,
      .single-location .providers-widget .provider-inner .content-inner,
      .single-location .providers-widget .location-inner .content-inner,
      .single-location .available-locations .provider-inner .content-inner,
      .single-location .available-locations .location-inner .content-inner {
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; }
        @media (min-width: 1200px) {
          .page-template-page-locations .providers-results .provider-inner .content-inner,
          .page-template-page-locations .providers-results .location-inner .content-inner,
          .page-template-page-locations .providers-widget .provider-inner .content-inner,
          .page-template-page-locations .providers-widget .location-inner .content-inner,
          .page-template-page-locations .available-locations .provider-inner .content-inner,
          .page-template-page-locations .available-locations .location-inner .content-inner, .single-location .providers-results .provider-inner .content-inner,
          .single-location .providers-results .location-inner .content-inner,
          .single-location .providers-widget .provider-inner .content-inner,
          .single-location .providers-widget .location-inner .content-inner,
          .single-location .available-locations .provider-inner .content-inner,
          .single-location .available-locations .location-inner .content-inner {
            padding: 30px 30px; } }
      .page-template-page-locations .providers-results .provider-inner .provider-btn-wrapper,
      .page-template-page-locations .providers-results .provider-inner .location-btn-wrapper,
      .page-template-page-locations .providers-results .location-inner .provider-btn-wrapper,
      .page-template-page-locations .providers-results .location-inner .location-btn-wrapper,
      .page-template-page-locations .providers-widget .provider-inner .provider-btn-wrapper,
      .page-template-page-locations .providers-widget .provider-inner .location-btn-wrapper,
      .page-template-page-locations .providers-widget .location-inner .provider-btn-wrapper,
      .page-template-page-locations .providers-widget .location-inner .location-btn-wrapper,
      .page-template-page-locations .available-locations .provider-inner .provider-btn-wrapper,
      .page-template-page-locations .available-locations .provider-inner .location-btn-wrapper,
      .page-template-page-locations .available-locations .location-inner .provider-btn-wrapper,
      .page-template-page-locations .available-locations .location-inner .location-btn-wrapper, .single-location .providers-results .provider-inner .provider-btn-wrapper,
      .single-location .providers-results .provider-inner .location-btn-wrapper,
      .single-location .providers-results .location-inner .provider-btn-wrapper,
      .single-location .providers-results .location-inner .location-btn-wrapper,
      .single-location .providers-widget .provider-inner .provider-btn-wrapper,
      .single-location .providers-widget .provider-inner .location-btn-wrapper,
      .single-location .providers-widget .location-inner .provider-btn-wrapper,
      .single-location .providers-widget .location-inner .location-btn-wrapper,
      .single-location .available-locations .provider-inner .provider-btn-wrapper,
      .single-location .available-locations .provider-inner .location-btn-wrapper,
      .single-location .available-locations .location-inner .provider-btn-wrapper,
      .single-location .available-locations .location-inner .location-btn-wrapper {
        width: 100%; }
      .page-template-page-locations .providers-results .provider-inner .h3-sm,
      .page-template-page-locations .providers-results .location-inner .h3-sm,
      .page-template-page-locations .providers-widget .provider-inner .h3-sm,
      .page-template-page-locations .providers-widget .location-inner .h3-sm,
      .page-template-page-locations .available-locations .provider-inner .h3-sm,
      .page-template-page-locations .available-locations .location-inner .h3-sm, .single-location .providers-results .provider-inner .h3-sm,
      .single-location .providers-results .location-inner .h3-sm,
      .single-location .providers-widget .provider-inner .h3-sm,
      .single-location .providers-widget .location-inner .h3-sm,
      .single-location .available-locations .provider-inner .h3-sm,
      .single-location .available-locations .location-inner .h3-sm {
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 27px; }
        .page-template-page-locations .providers-results .provider-inner .h3-sm a,
        .page-template-page-locations .providers-results .location-inner .h3-sm a,
        .page-template-page-locations .providers-widget .provider-inner .h3-sm a,
        .page-template-page-locations .providers-widget .location-inner .h3-sm a,
        .page-template-page-locations .available-locations .provider-inner .h3-sm a,
        .page-template-page-locations .available-locations .location-inner .h3-sm a, .single-location .providers-results .provider-inner .h3-sm a,
        .single-location .providers-results .location-inner .h3-sm a,
        .single-location .providers-widget .provider-inner .h3-sm a,
        .single-location .providers-widget .location-inner .h3-sm a,
        .single-location .available-locations .provider-inner .h3-sm a,
        .single-location .available-locations .location-inner .h3-sm a {
          color: #0F5568; }
      .page-template-page-locations .providers-results .provider-inner .h4,
      .page-template-page-locations .providers-results .location-inner .h4,
      .page-template-page-locations .providers-widget .provider-inner .h4,
      .page-template-page-locations .providers-widget .location-inner .h4,
      .page-template-page-locations .available-locations .provider-inner .h4,
      .page-template-page-locations .available-locations .location-inner .h4, .single-location .providers-results .provider-inner .h4,
      .single-location .providers-results .location-inner .h4,
      .single-location .providers-widget .provider-inner .h4,
      .single-location .providers-widget .location-inner .h4,
      .single-location .available-locations .provider-inner .h4,
      .single-location .available-locations .location-inner .h4 {
        font-weight: 600;
        font-size: 16px;
        color: #0F5568;
        letter-spacing: 0;
        line-height: 27px;
        width: 100%; }
      .page-template-page-locations .providers-results .provider-inner .btn,
      .page-template-page-locations .providers-results .location-inner .btn,
      .page-template-page-locations .providers-widget .provider-inner .btn,
      .page-template-page-locations .providers-widget .location-inner .btn,
      .page-template-page-locations .available-locations .provider-inner .btn,
      .page-template-page-locations .available-locations .location-inner .btn, .single-location .providers-results .provider-inner .btn,
      .single-location .providers-results .location-inner .btn,
      .single-location .providers-widget .provider-inner .btn,
      .single-location .providers-widget .location-inner .btn,
      .single-location .available-locations .provider-inner .btn,
      .single-location .available-locations .location-inner .btn {
        font-weight: 800;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: center;
        width: 100%;
        justify-content: center;
        position: relative;
        height: 50px;
        padding-left: 48px;
        padding-right: 25px;
        margin-bottom: 10px;
        line-height: 1.1; }
        .page-template-page-locations .providers-results .provider-inner .btn:before,
        .page-template-page-locations .providers-results .location-inner .btn:before,
        .page-template-page-locations .providers-widget .provider-inner .btn:before,
        .page-template-page-locations .providers-widget .location-inner .btn:before,
        .page-template-page-locations .available-locations .provider-inner .btn:before,
        .page-template-page-locations .available-locations .location-inner .btn:before, .single-location .providers-results .provider-inner .btn:before,
        .single-location .providers-results .location-inner .btn:before,
        .single-location .providers-widget .provider-inner .btn:before,
        .single-location .providers-widget .location-inner .btn:before,
        .single-location .available-locations .provider-inner .btn:before,
        .single-location .available-locations .location-inner .btn:before {
          position: absolute;
          left: 16px; }
        @media (min-width: 1200px) {
          .page-template-page-locations .providers-results .provider-inner .btn,
          .page-template-page-locations .providers-results .location-inner .btn,
          .page-template-page-locations .providers-widget .provider-inner .btn,
          .page-template-page-locations .providers-widget .location-inner .btn,
          .page-template-page-locations .available-locations .provider-inner .btn,
          .page-template-page-locations .available-locations .location-inner .btn, .single-location .providers-results .provider-inner .btn,
          .single-location .providers-results .location-inner .btn,
          .single-location .providers-widget .provider-inner .btn,
          .single-location .providers-widget .location-inner .btn,
          .single-location .available-locations .provider-inner .btn,
          .single-location .available-locations .location-inner .btn {
            padding-left: 36px; } }
        @media (min-width: 1200px) {
          .page-template-page-locations .providers-results .provider-inner .btn,
          .page-template-page-locations .providers-results .location-inner .btn,
          .page-template-page-locations .providers-widget .provider-inner .btn,
          .page-template-page-locations .providers-widget .location-inner .btn,
          .page-template-page-locations .available-locations .provider-inner .btn,
          .page-template-page-locations .available-locations .location-inner .btn, .single-location .providers-results .provider-inner .btn,
          .single-location .providers-results .location-inner .btn,
          .single-location .providers-widget .provider-inner .btn,
          .single-location .providers-widget .location-inner .btn,
          .single-location .available-locations .provider-inner .btn,
          .single-location .available-locations .location-inner .btn {
            line-height: 1; } }
      .page-template-page-locations .providers-results .provider-inner .btn-ico-appt,
      .page-template-page-locations .providers-results .location-inner .btn-ico-appt,
      .page-template-page-locations .providers-widget .provider-inner .btn-ico-appt,
      .page-template-page-locations .providers-widget .location-inner .btn-ico-appt,
      .page-template-page-locations .available-locations .provider-inner .btn-ico-appt,
      .page-template-page-locations .available-locations .location-inner .btn-ico-appt, .single-location .providers-results .provider-inner .btn-ico-appt,
      .single-location .providers-results .location-inner .btn-ico-appt,
      .single-location .providers-widget .provider-inner .btn-ico-appt,
      .single-location .providers-widget .location-inner .btn-ico-appt,
      .single-location .available-locations .provider-inner .btn-ico-appt,
      .single-location .available-locations .location-inner .btn-ico-appt {
        display: flex;
        align-items: center; }
        .page-template-page-locations .providers-results .provider-inner .btn-ico-appt:before,
        .page-template-page-locations .providers-results .location-inner .btn-ico-appt:before,
        .page-template-page-locations .providers-widget .provider-inner .btn-ico-appt:before,
        .page-template-page-locations .providers-widget .location-inner .btn-ico-appt:before,
        .page-template-page-locations .available-locations .provider-inner .btn-ico-appt:before,
        .page-template-page-locations .available-locations .location-inner .btn-ico-appt:before, .single-location .providers-results .provider-inner .btn-ico-appt:before,
        .single-location .providers-results .location-inner .btn-ico-appt:before,
        .single-location .providers-widget .provider-inner .btn-ico-appt:before,
        .single-location .providers-widget .location-inner .btn-ico-appt:before,
        .single-location .available-locations .provider-inner .btn-ico-appt:before,
        .single-location .available-locations .location-inner .btn-ico-appt:before {
          justify-content: flex-start;
          content: '';
          width: 33px;
          height: 26px;
          display: flex;
          background: url(../../../images/btn-ico-appt.svg) no-repeat;
          background-size: contain;
          align-self: center;
          flex: 1;
          top: 0;
          height: 100%;
          background-position: center; }
      .page-template-page-locations .providers-results .provider-inner .btn-ico-info,
      .page-template-page-locations .providers-results .location-inner .btn-ico-info,
      .page-template-page-locations .providers-widget .provider-inner .btn-ico-info,
      .page-template-page-locations .providers-widget .location-inner .btn-ico-info,
      .page-template-page-locations .available-locations .provider-inner .btn-ico-info,
      .page-template-page-locations .available-locations .location-inner .btn-ico-info, .single-location .providers-results .provider-inner .btn-ico-info,
      .single-location .providers-results .location-inner .btn-ico-info,
      .single-location .providers-widget .provider-inner .btn-ico-info,
      .single-location .providers-widget .location-inner .btn-ico-info,
      .single-location .available-locations .provider-inner .btn-ico-info,
      .single-location .available-locations .location-inner .btn-ico-info {
        display: flex;
        align-items: center; }
        .page-template-page-locations .providers-results .provider-inner .btn-ico-info:before,
        .page-template-page-locations .providers-results .location-inner .btn-ico-info:before,
        .page-template-page-locations .providers-widget .provider-inner .btn-ico-info:before,
        .page-template-page-locations .providers-widget .location-inner .btn-ico-info:before,
        .page-template-page-locations .available-locations .provider-inner .btn-ico-info:before,
        .page-template-page-locations .available-locations .location-inner .btn-ico-info:before, .single-location .providers-results .provider-inner .btn-ico-info:before,
        .single-location .providers-results .location-inner .btn-ico-info:before,
        .single-location .providers-widget .provider-inner .btn-ico-info:before,
        .single-location .providers-widget .location-inner .btn-ico-info:before,
        .single-location .available-locations .provider-inner .btn-ico-info:before,
        .single-location .available-locations .location-inner .btn-ico-info:before {
          content: '';
          width: 33px;
          height: 26px;
          display: block;
          background: url(../../../images/btn-ico-info.svg) no-repeat;
          background-size: contain;
          align-self: center;
          flex: 1;
          top: 0;
          height: 100%;
          background-position: center; }
      .page-template-page-locations .providers-results .provider-inner .btn-ico-profile,
      .page-template-page-locations .providers-results .location-inner .btn-ico-profile,
      .page-template-page-locations .providers-widget .provider-inner .btn-ico-profile,
      .page-template-page-locations .providers-widget .location-inner .btn-ico-profile,
      .page-template-page-locations .available-locations .provider-inner .btn-ico-profile,
      .page-template-page-locations .available-locations .location-inner .btn-ico-profile, .single-location .providers-results .provider-inner .btn-ico-profile,
      .single-location .providers-results .location-inner .btn-ico-profile,
      .single-location .providers-widget .provider-inner .btn-ico-profile,
      .single-location .providers-widget .location-inner .btn-ico-profile,
      .single-location .available-locations .provider-inner .btn-ico-profile,
      .single-location .available-locations .location-inner .btn-ico-profile {
        display: inline-flex;
        align-items: center; }
        .page-template-page-locations .providers-results .provider-inner .btn-ico-profile:before,
        .page-template-page-locations .providers-results .location-inner .btn-ico-profile:before,
        .page-template-page-locations .providers-widget .provider-inner .btn-ico-profile:before,
        .page-template-page-locations .providers-widget .location-inner .btn-ico-profile:before,
        .page-template-page-locations .available-locations .provider-inner .btn-ico-profile:before,
        .page-template-page-locations .available-locations .location-inner .btn-ico-profile:before, .single-location .providers-results .provider-inner .btn-ico-profile:before,
        .single-location .providers-results .location-inner .btn-ico-profile:before,
        .single-location .providers-widget .provider-inner .btn-ico-profile:before,
        .single-location .providers-widget .location-inner .btn-ico-profile:before,
        .single-location .available-locations .provider-inner .btn-ico-profile:before,
        .single-location .available-locations .location-inner .btn-ico-profile:before {
          content: '';
          width: 34px;
          height: 34px;
          display: inline-block;
          background: url(../../../images/btn-ico-profile.svg) no-repeat;
          background-size: contain;
          align-self: center;
          flex: 1;
          top: 0;
          height: 100%;
          background-position: center; }
      .page-template-page-locations .providers-results .provider-inner .availability,
      .page-template-page-locations .providers-results .location-inner .availability,
      .page-template-page-locations .providers-widget .provider-inner .availability,
      .page-template-page-locations .providers-widget .location-inner .availability,
      .page-template-page-locations .available-locations .provider-inner .availability,
      .page-template-page-locations .available-locations .location-inner .availability, .single-location .providers-results .provider-inner .availability,
      .single-location .providers-results .location-inner .availability,
      .single-location .providers-widget .provider-inner .availability,
      .single-location .providers-widget .location-inner .availability,
      .single-location .available-locations .provider-inner .availability,
      .single-location .available-locations .location-inner .availability {
        margin-bottom: 36px;
        margin-top: 20px;
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        color: #5C5C5C;
        letter-spacing: 0;
        line-height: 1.1; }
        @media (min-width: 1200px) {
          .page-template-page-locations .providers-results .provider-inner .availability,
          .page-template-page-locations .providers-results .location-inner .availability,
          .page-template-page-locations .providers-widget .provider-inner .availability,
          .page-template-page-locations .providers-widget .location-inner .availability,
          .page-template-page-locations .available-locations .provider-inner .availability,
          .page-template-page-locations .available-locations .location-inner .availability, .single-location .providers-results .provider-inner .availability,
          .single-location .providers-results .location-inner .availability,
          .single-location .providers-widget .provider-inner .availability,
          .single-location .providers-widget .location-inner .availability,
          .single-location .available-locations .provider-inner .availability,
          .single-location .available-locations .location-inner .availability {
            margin-bottom: 46px;
            margin-top: 30px; } }
        .page-template-page-locations .providers-results .provider-inner .availability:before,
        .page-template-page-locations .providers-results .location-inner .availability:before,
        .page-template-page-locations .providers-widget .provider-inner .availability:before,
        .page-template-page-locations .providers-widget .location-inner .availability:before,
        .page-template-page-locations .available-locations .provider-inner .availability:before,
        .page-template-page-locations .available-locations .location-inner .availability:before, .single-location .providers-results .provider-inner .availability:before,
        .single-location .providers-results .location-inner .availability:before,
        .single-location .providers-widget .provider-inner .availability:before,
        .single-location .providers-widget .location-inner .availability:before,
        .single-location .available-locations .provider-inner .availability:before,
        .single-location .available-locations .location-inner .availability:before {
          content: '';
          width: 22px;
          height: 22px;
          display: inline-block;
          background-image: url(../../../images/avail-on-ico.svg);
          background-repeat: no-repeat;
          background-size: contain;
          margin-right: 6px; }
      .page-template-page-locations .providers-results .provider-inner .avail-off:before,
      .page-template-page-locations .providers-results .location-inner .avail-off:before,
      .page-template-page-locations .providers-widget .provider-inner .avail-off:before,
      .page-template-page-locations .providers-widget .location-inner .avail-off:before,
      .page-template-page-locations .available-locations .provider-inner .avail-off:before,
      .page-template-page-locations .available-locations .location-inner .avail-off:before, .single-location .providers-results .provider-inner .avail-off:before,
      .single-location .providers-results .location-inner .avail-off:before,
      .single-location .providers-widget .provider-inner .avail-off:before,
      .single-location .providers-widget .location-inner .avail-off:before,
      .single-location .available-locations .provider-inner .avail-off:before,
      .single-location .available-locations .location-inner .avail-off:before {
        background-image: url(../../../images/avail-ico.svg);
        background-repeat: no-repeat;
        background-size: contain; }
    .page-template-page-locations .providers-results .provider-inner,
    .page-template-page-locations .providers-widget .provider-inner,
    .page-template-page-locations .available-locations .provider-inner, .single-location .providers-results .provider-inner,
    .single-location .providers-widget .provider-inner,
    .single-location .available-locations .provider-inner {
      padding-top: 113px; }
      @media (min-width: 900px) {
        .page-template-page-locations .providers-results .provider-inner,
        .page-template-page-locations .providers-widget .provider-inner,
        .page-template-page-locations .available-locations .provider-inner, .single-location .providers-results .provider-inner,
        .single-location .providers-widget .provider-inner,
        .single-location .available-locations .provider-inner {
          min-height: 440px; } }
      .page-template-page-locations .providers-results .provider-inner img, .page-template-page-locations .providers-widget .provider-inner img, .page-template-page-locations .available-locations .provider-inner img, .single-location .providers-results .provider-inner img, .single-location .providers-widget .provider-inner img, .single-location .available-locations .provider-inner img {
        border: 1px solid #e5e5e5;
        border-radius: 100%;
        margin-top: -200px;
        margin-bottom: 0;
        max-width: 226px !important;
        width: 100%; }
        @media (max-width: 767px) {
          .page-template-page-locations .providers-results .provider-inner img, .page-template-page-locations .providers-widget .provider-inner img, .page-template-page-locations .available-locations .provider-inner img, .single-location .providers-results .provider-inner img, .single-location .providers-widget .provider-inner img, .single-location .available-locations .provider-inner img {
            margin-top: -180px; } }
    .page-template-page-locations .providers-results .location-inner,
    .page-template-page-locations .providers-widget .location-inner,
    .page-template-page-locations .available-locations .location-inner, .single-location .providers-results .location-inner,
    .single-location .providers-widget .location-inner,
    .single-location .available-locations .location-inner {
      min-height: 500px; }
  .page-template-page-locations .available-locations .row > div, .single-location .available-locations .row > div {
    display: flex;
    margin-bottom: 48px !important; }
    @media (max-width: 767px) {
      .page-template-page-locations .available-locations .row > div, .single-location .available-locations .row > div {
        padding-top: 25px;
        padding-bottom: 25px;
        margin-bottom: 0px !important; } }
  .page-template-page-locations #content #main .provider-row, .single-location #content #main .provider-row {
    margin-bottom: -155px; }
    .page-template-page-locations #content #main .provider-row article, .single-location #content #main .provider-row article {
      margin-bottom: 155px; }
  .page-template-page-locations #content #main .providers-widget .provider-row, .single-location #content #main .providers-widget .provider-row {
    margin-bottom: -155px; }
    @media (min-width: 768px) {
      .page-template-page-locations #content #main .providers-widget .provider-row article, .single-location #content #main .providers-widget .provider-row article {
        margin-bottom: 125px;
        padding-top: 70px; } }
  @media (max-width: 767px) {
    .page-template-page-locations #content .col-list .wpb_content_element, .single-location #content .col-list .wpb_content_element {
      margin-bottom: 0; } }
  .page-template-page-locations .providers-results > .row:first-child, .single-location .providers-results > .row:first-child {
    margin-top: 195px; }
  .page-template-page-locations .providers-widget, .single-location .providers-widget {
    margin-top: 100px; }
  @media (min-width: 992px) {
    .page-template-page-locations .provider-inner:after,
    .page-template-page-locations .locations-results .location-inner:after, .single-location .provider-inner:after,
    .single-location .locations-results .location-inner:after {
      height: 100%;
      width: 2px;
      background: url(../../../images/vert-dotted-sep.png) repeat-y;
      content: '';
      position: absolute;
      right: -25px;
      bottom: 0;
      top: 0;
      background-repeat-y: repeat; } }
  .page-template-page-locations .locations-results .available-locations .row, .single-location .locations-results .available-locations .row {
    margin-bottom: 46px; }
  .page-template-page-locations .locations-results, .single-location .locations-results {
    margin-top: 0px; }
    @media (min-width: 768px) {
      .page-template-page-locations .locations-results, .single-location .locations-results {
        margin-top: 0px; } }
  .page-template-page-locations .available-locations, .single-location .available-locations {
    margin-top: 0px; }
    .page-template-page-locations .available-locations a[href^="tel:"], .single-location .available-locations a[href^="tel:"] {
      color: #5C5C5C;
      font-weight: 500; }
    .page-template-page-locations .available-locations .location-address,
    .page-template-page-locations .available-locations .location-phone, .single-location .available-locations .location-address,
    .single-location .available-locations .location-phone {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%; }
    .page-template-page-locations .available-locations .location-info-wrapper, .single-location .available-locations .location-info-wrapper {
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      width: 100%;
      font-weight: 400;
      line-height: 24px; }
      .page-template-page-locations .available-locations .location-info-wrapper .location-address, .single-location .available-locations .location-info-wrapper .location-address {
        margin-top: 20px;
        font-weight: 400; }
    .page-template-page-locations .available-locations img, .single-location .available-locations img {
      margin: 0; }
  .page-template-page-locations .phone-section, .single-location .phone-section {
    margin-bottom: 105px; }
    .page-template-page-locations .phone-section strong, .single-location .phone-section strong {
      font-weight: 600; }
    .page-template-page-locations .phone-section .row .row .wpb_content_element, .single-location .phone-section .row .row .wpb_content_element {
      margin-bottom: 30px; }
  .page-template-page-locations .menu-ico > a:before, .single-location .menu-ico > a:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    content: '';
    width: 46px;
    height: 40px;
    margin-bottom: 4px; }
  .page-template-page-locations .providers-ico > a:before, .single-location .providers-ico > a:before {
    background-image: url(../../../images/provider-icon.svg); }
  .page-template-page-locations .locations-ico > a:before, .single-location .locations-ico > a:before {
    background-image: url(../../../images/locations-icon.svg); }
  .page-template-page-locations .services-ico > a:before, .single-location .services-ico > a:before {
    background-image: url(../../../images/services-icon.svg); }
  .page-template-page-locations .patients-ico > a:before, .single-location .patients-ico > a:before {
    background-image: url(../../../images/patients-icon.svg); }
  .page-template-page-locations .about-ico > a:before, .single-location .about-ico > a:before {
    background-image: url(../../../images/about-icon.svg); }
  .page-template-page-locations .search-ico > a:before, .single-location .search-ico > a:before {
    width: 46px;
    height: 30px;
    background-image: url(../../../images/search-ico.svg); }
  @media (min-width: 1024px) {
    .page-template-page-locations .rev-left-bg, .single-location .rev-left-bg {
      position: relative; }
      .page-template-page-locations .rev-left-bg:before, .single-location .rev-left-bg:before {
        background-color: inherit;
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        height: 100%;
        width: 1280%;
        top: 0; }
    .page-template-page-locations .rev-right-bg, .single-location .rev-right-bg {
      position: relative; }
      .page-template-page-locations .rev-right-bg:before, .single-location .rev-right-bg:before {
        background-color: inherit;
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        height: 100%;
        width: 1280%;
        top: 0; }
    .page-template-page-locations .rev-left-bg:before,
    .page-template-page-locations .green-bg-right:before, .single-location .rev-left-bg:before,
    .single-location .green-bg-right:before {
      background-color: #5AC5CC; }
    .page-template-page-locations .container.rev-left-bg:before, .single-location .container.rev-left-bg:before {
      right: 103.5%; } }
  @media (min-width: 768px) {
    .page-template-page-locations .pagination-wrapper, .single-location .pagination-wrapper {
      margin-top: 100px; } }
  .page-template-page-locations .page-item.active .page-link, .single-location .page-item.active .page-link {
    border: none; }
  .page-template-page-locations .page-item.disabled .page-link, .single-location .page-item.disabled .page-link {
    border: none; }
  .page-template-page-locations .featured-full .container, .single-location .featured-full .container {
    min-height: 225px; }
    @media (min-width: 768px) {
      .page-template-page-locations .featured-full .container, .single-location .featured-full .container {
        min-height: 225px; } }
  .page-template-page-locations .featured-full, .single-location .featured-full {
    background: #4CB1B8; }
    .page-template-page-locations .featured-full .page-header, .single-location .featured-full .page-header {
      margin-top: 0;
      margin-left: inherit;
      margin-right: inherit; }
    .page-template-page-locations .featured-full .headline:after, .single-location .featured-full .headline:after {
      margin: 18px auto; }
    .page-template-page-locations .featured-full .headline, .page-template-page-locations .featured-full p, .single-location .featured-full .headline, .single-location .featured-full p {
      text-align: center; }
    .page-template-page-locations .featured-full p, .single-location .featured-full p {
      color: #FFFFFF;
      letter-spacing: 0;
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .page-template-page-locations .featured-full p, .single-location .featured-full p {
          font-size: 18px;
          line-height: 27px; } }
  .page-template-page-locations #main article, .single-location #main article {
    margin-bottom: 0;
    padding-bottom: 0; }
  .page-template-page-locations .hesperiden.tparrows, .single-location .hesperiden.tparrows {
    height: 100% !important;
    width: 122px !important;
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0.25) !important;
    display: flex !important;
    align-items: center !important; }
    .page-template-page-locations .hesperiden.tparrows:hover, .single-location .hesperiden.tparrows:hover {
      background: rgba(255, 255, 255, 0.35) !important; }
    .page-template-page-locations .hesperiden.tparrows:before, .single-location .hesperiden.tparrows:before {
      width: 50px;
      height: 36px;
      content: '' !important;
      display: flex;
      position: absolute; }
  .page-template-page-locations .hesperiden.tparrows.tp-leftarrow:before, .single-location .hesperiden.tparrows.tp-leftarrow:before {
    background: url(../../../images/hero-arrow-left.svg) no-repeat !important;
    left: 30px; }
  .page-template-page-locations .hesperiden.tparrows.tp-rightarrow:before, .single-location .hesperiden.tparrows.tp-rightarrow:before {
    background: url(../../../images/hero-arrow-right.svg) no-repeat !important;
    right: 30px; }
  .page-template-page-locations rs-module .hesperiden .tp-bullet, .single-location rs-module .hesperiden .tp-bullet {
    background: #e2e2e2 !important;
    border: none !important; }
    .page-template-page-locations rs-module .hesperiden .tp-bullet.selected, .single-location rs-module .hesperiden .tp-bullet.selected {
      background: #50bdc5 !important; }
  @media (min-width: 768px) {
    .page-template-page-locations #rev_slider_1_1_wrapper .hesperiden.tp-bullets, .single-location #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
      transform: translate(-218px, -42px) !important; } }
  @media (min-width: 992px) {
    .page-template-page-locations #rev_slider_1_1_wrapper .hesperiden.tp-bullets, .single-location #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
      transform: translate(-323px, -42px) !important; } }
  @media (min-width: 1024px) {
    .page-template-page-locations #rev_slider_1_1_wrapper .hesperiden.tp-bullets, .single-location #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
      transform: translate(-294px, -42px) !important; } }
  @media (min-width: 1200px) {
    .page-template-page-locations #rev_slider_1_1_wrapper .hesperiden.tp-bullets, .single-location #rev_slider_1_1_wrapper .hesperiden.tp-bullets {
      transform: translate(-323px, -42px) !important; } }
  .page-template-page-locations .watermark-bg,
  .page-template-page-locations .home #content, .single-location .watermark-bg,
  .single-location .home #content {
    position: relative; }
    @media (min-width: 1200px) {
      .page-template-page-locations .watermark-bg:before,
      .page-template-page-locations .home #content:before, .single-location .watermark-bg:before,
      .single-location .home #content:before {
        background-image: url(../../../images/watermark.svg);
        background-repeat: no-repeat;
        left: -360px;
        position: absolute;
        content: '';
        display: block;
        height: 1200px;
        width: 1200px;
        top: -160px;
        background-position: center;
        z-index: -1; } }
  .page-template-page-locations .watermark-bg:before, .single-location .watermark-bg:before {
    top: -250px; }
  .page-template-page-locations .single-team, .single-location .single-team {
    /*   .fa-chevron-down{
          content:'\f078';
          color:$teal;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          clear:both;
          font-size:12px;
          text-align:center;
          width:100%;
          margin-top:10px;

        }*/ }
    .page-template-page-locations .single-team h1, .single-location .single-team h1 {
      color: #0F5568;
      font-size: 33px;
      margin: 0px; }
      @media (max-width: 991px) {
        .page-template-page-locations .single-team h1, .single-location .single-team h1 {
          line-height: 1.1;
          margin-top: 25px;
          text-align: center;
          font-size: 26px; } }
    .page-template-page-locations .single-team h2, .single-location .single-team h2 {
      font-size: 18px; }
    .page-template-page-locations .single-team .h3-sm, .single-location .single-team .h3-sm {
      font-size: 16px;
      font-weight: 700;
      margin: 7px 0 25px 0; }
      @media (max-width: 991px) {
        .page-template-page-locations .single-team .h3-sm, .single-location .single-team .h3-sm {
          text-align: center; } }
    .page-template-page-locations .single-team .h2-sm, .single-location .single-team .h2-sm {
      font-size: 24px;
      text-align: left;
      font-weight: 600; }
      @media (max-width: 991px) {
        .page-template-page-locations .single-team .h2-sm, .single-location .single-team .h2-sm {
          margin-bottom: 20px; } }
    .page-template-page-locations .single-team .main, .single-location .single-team .main {
      padding: 0 10px; }
    .page-template-page-locations .single-team .thumb-container, .single-location .single-team .thumb-container {
      margin: 0 10px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .page-template-page-locations .single-team img.thumb, .single-location .single-team img.thumb {
      width: 226px !important;
      border-radius: 100%;
      border: solid 10px #EBEBEB;
      border-radius: 50%;
      box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.18); }
      @media (max-width: 767px) {
        .page-template-page-locations .single-team img.thumb, .single-location .single-team img.thumb {
          max-width: 100%; } }
    .page-template-page-locations .single-team #content .p-container, .single-location .single-team #content .p-container {
      border: solid 10px #5AC5CC;
      padding: 60px 15px 25px 15px;
      width: 100%;
      margin: 40px 0 30px 0;
      /*.bio {
        height:80px;
        transition:height 0.3s ease-in-out;
      }
      .bio.in {
        height: auto;
      }
      .bio.collapse:not(.in) {
          display: block;
          overflow: hidden;
      }*/ }
      .page-template-page-locations .single-team #content .p-container p, .page-template-page-locations .single-team #content .p-container .bio, .page-template-page-locations .single-team #content .p-container .bio-summary, .single-location .single-team #content .p-container p, .single-location .single-team #content .p-container .bio, .single-location .single-team #content .p-container .bio-summary {
        color: #373737;
        font-size: 18px;
        line-height: 27px; }
      .page-template-page-locations .single-team #content .p-container .phone-container, .single-location .single-team #content .p-container .phone-container {
        border-bottom: solid 1px #4CB1B8;
        padding: 0 0px 15px 0px;
        margin: 0 auto 15px auto;
        width: 100%;
        display: block;
        text-align: center;
        height: 50px; }
        @media (min-width: 768px) {
          .page-template-page-locations .single-team #content .p-container .phone-container, .single-location .single-team #content .p-container .phone-container {
            max-width: 190px; } }
      .page-template-page-locations .single-team #content .p-container .phone:before, .single-location .single-team #content .p-container .phone:before {
        background-image: url(../../../images/call-provider.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: inline-block;
        content: '';
        width: 38px;
        height: 38px;
        margin-right: 7px; }
      .page-template-page-locations .single-team #content .p-container a.phone, .single-location .single-team #content .p-container a.phone {
        color: #0F5568;
        font-size: 20px;
        font-weight: 900;
        width: 100%;
        display: inline-flex;
        text-align: center;
        align-items: center; }
        @media (max-width: 991px) {
          .page-template-page-locations .single-team #content .p-container a.phone, .single-location .single-team #content .p-container a.phone {
            justify-content: center; } }
      .page-template-page-locations .single-team #content .p-container a.phone:hover, .single-location .single-team #content .p-container a.phone:hover {
        color: #447E8B; }
      .page-template-page-locations .single-team #content .p-container .btn-ico-appt, .single-location .single-team #content .p-container .btn-ico-appt {
        background-color: #0F5568;
        font-size: 14px;
        line-height: 30px;
        width: 100%;
        text-align: center;
        display: block;
        max-width: 190px;
        margin: 20px auto 15px auto;
        text-transform: none; }
      .page-template-page-locations .single-team #content .p-container .btn-ico-appt:hover, .single-location .single-team #content .p-container .btn-ico-appt:hover {
        background-color: #447E8B; }
      @media (max-width: 1024px) {
        .page-template-page-locations .single-team #content .p-container .phone-container, .single-location .single-team #content .p-container .phone-container {
          margin-top: 30px;
          text-align: left; } }
  @media (max-width: 1024px) and (max-width: 991px) {
    .page-template-page-locations .single-team #content .p-container .phone-container, .single-location .single-team #content .p-container .phone-container {
      text-align: center; } }
    .page-template-page-locations .single-team .read-more-container, .single-location .single-team .read-more-container {
      margin-top: 30px;
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #E0E0E0;
      line-height: 0.1em;
      margin-bottom: 21px; }
      .page-template-page-locations .single-team .read-more-container a, .single-location .single-team .read-more-container a {
        padding-left: 25px;
        padding-right: 25px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: .4px;
        margin-bottom: -21px !important; }
      .page-template-page-locations .single-team .read-more-container a:after, .single-location .single-team .read-more-container a:after {
        background-image: url(../../../images/down-chev-provider.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        display: block;
        content: '';
        width: 15px;
        height: 10px;
        margin: 10px auto 0 auto;
        transform: none; }
      .page-template-page-locations .single-team .read-more-container a.expanded:after, .single-location .single-team .read-more-container a.expanded:after {
        transform: rotate(180deg) !important;
        min-height: 10px; }
      .page-template-page-locations .single-team .read-more-container a, .page-template-page-locations .single-team .read-more-container a:link, .page-template-page-locations .single-team .read-more-container a:active, .page-template-page-locations .single-team .read-more-container a:visited, .single-location .single-team .read-more-container a, .single-location .single-team .read-more-container a:link, .single-location .single-team .read-more-container a:active, .single-location .single-team .read-more-container a:visited {
        background: #fff;
        color: #0F5568; }
      .page-template-page-locations .single-team .read-more-container a:hover, .single-location .single-team .read-more-container a:hover {
        color: #447E8B; }
    .page-template-page-locations .single-team .down-chev-provider-container, .single-location .single-team .down-chev-provider-container {
      display: block;
      width: 100%; }
    @media (max-width: 991px) {
      .page-template-page-locations .single-team .contact, .single-location .single-team .contact {
        margin-top: 20px; } }
    .page-template-page-locations .single-team .contact .h3-sm, .single-location .single-team .contact .h3-sm {
      text-align: center;
      margin: 0px 0px 10px 0px; }
    .page-template-page-locations .single-team .wp-video, .page-template-page-locations .single-team video.wp-video-shortcode, .page-template-page-locations .single-team .mejs-container, .page-template-page-locations .single-team .mejs-overlay.load, .single-location .single-team .wp-video, .single-location .single-team video.wp-video-shortcode, .single-location .single-team .mejs-container, .single-location .single-team .mejs-overlay.load {
      width: 100% !important;
      height: 100% !important; }
    .page-template-page-locations .single-team .mejs-container, .single-location .single-team .mejs-container {
      padding-top: 56.25%; }
    .page-template-page-locations .single-team .wp-video, .page-template-page-locations .single-team video.wp-video-shortcode, .single-location .single-team .wp-video, .single-location .single-team video.wp-video-shortcode {
      max-width: 100% !important; }
    .page-template-page-locations .single-team video.wp-video-shortcode, .single-location .single-team video.wp-video-shortcode {
      position: relative; }
    .page-template-page-locations .single-team .mejs-mediaelement, .single-location .single-team .mejs-mediaelement {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .page-template-page-locations .single-team .mejs-controls, .single-location .single-team .mejs-controls {
      display: none; }
    .page-template-page-locations .single-team .mejs-overlay-play, .single-location .single-team .mejs-overlay-play {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: auto !important;
      height: auto !important; }
    .page-template-page-locations .single-team .video-container, .single-location .single-team .video-container {
      padding-top: 0px; }
    .page-template-page-locations .single-team .locations-container, .single-location .single-team .locations-container {
      margin-top: 70px; }
    .page-template-page-locations .single-team .education-container, .single-location .single-team .education-container {
      margin-top: 70px; }
    .page-template-page-locations .single-team .wpb-js-composer .vc_tta-container, .single-location .single-team .wpb-js-composer .vc_tta-container {
      margin-bottom: 0; }
    .page-template-page-locations .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .page-template-page-locations .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a, .single-location .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a, .single-location .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
      font-size: 24px;
      color: #0F5568;
      font-weight: 600;
      border-bottom: solid 2px #73A4BE; }
    .page-template-page-locations .single-team .vc_tta-panel-body, .single-location .single-team .vc_tta-panel-body {
      margin-top: 30px; }
    .page-template-page-locations .single-team .vc_tta-panel-body .wpb_text_column, .single-location .single-team .vc_tta-panel-body .wpb_text_column {
      margin-bottom: 40px; }
    .page-template-page-locations .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .page-template-page-locations .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading, .single-location .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading, .single-location .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
      border: none; }
    .page-template-page-locations .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a, .single-location .single-team .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
      color: #0F5568;
      padding-bottom: 30px; }
    .page-template-page-locations .single-team .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .page-template-page-locations .single-team .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .page-template-page-locations .single-team .vc_tta-panel-heading:hover, .single-location .single-team .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .single-location .single-team .wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover, .single-location .single-team .vc_tta-panel-heading:hover {
      background-color: #FFF !important; }
    .page-template-page-locations .single-team .vc_tta-panel-title a, .single-location .single-team .vc_tta-panel-title a {
      padding: 30px 40px 30px 0px !important; }
    .page-template-page-locations .single-team span.vc_tta-title-text, .single-location .single-team span.vc_tta-title-text {
      color: #0F5568;
      padding-bottom: 20px; }
    .page-template-page-locations .single-team .vc_tta-panel .vc_tta-panel-body, .single-location .single-team .vc_tta-panel .vc_tta-panel-body {
      padding: 0px 0 40px 0 !important; }
    .page-template-page-locations .single-team .vc_tta-panel:last-child .vc_tta-panel-body, .single-location .single-team .vc_tta-panel:last-child .vc_tta-panel-body {
      padding: 0px 0 0px 0 !important; }
    .page-template-page-locations .single-team .dotted, .single-location .single-team .dotted {
      background-image: url(../../../images/dotted-border.png);
      background-repeat: repeat;
      /* background-size: contain;*/
      background-position: center;
      display: block;
      content: '';
      width: 100%;
      height: 2px;
      margin-bottom: 20px; }
    .page-template-page-locations .single-team h4.subhead, .single-location .single-team h4.subhead {
      color: #5C5C5C;
      font-size: 20px;
      line-height: 27px;
      font-style: italic;
      font-weight: 400;
      margin-bottom: 10px; }
    .page-template-page-locations .single-team span.subject-title, .single-location .single-team span.subject-title {
      color: #0F5568;
      font-weight: 600; }
    .page-template-page-locations .single-team span.year, .single-location .single-team span.year {
      color: #0F5568;
      font-weight: 800; }
    .page-template-page-locations .single-team .vc_tta-panels-container p, .single-location .single-team .vc_tta-panels-container p {
      line-height: 22px; }
    .page-template-page-locations .single-team i.vc_tta-controls-icon-chevron:before, .single-location .single-team i.vc_tta-controls-icon-chevron:before {
      background-image: url(../../../images/tab-chev.svg) !important;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      content: '';
      width: 20px;
      height: 10px;
      transform: none !important;
      border: 0px !important; }
    .page-template-page-locations .single-team .vc_active i.vc_tta-controls-icon-chevron:before, .single-location .single-team .vc_active i.vc_tta-controls-icon-chevron:before {
      transform: rotate(180deg) !important; }
    .page-template-page-locations .single-team .education-ic .vc_tta-title-text:before, .single-location .single-team .education-ic .vc_tta-title-text:before {
      background-image: url(../../../images/education-ic.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      content: '';
      width: 46px;
      height: 26px;
      float: left;
      margin-right: 10px;
      top: 50%;
      position: relative; }
    .page-template-page-locations .single-team .certifications-ic .vc_tta-title-text:before, .single-location .single-team .certifications-ic .vc_tta-title-text:before {
      background-image: url(../../../images/certification-ic.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: '';
      width: 40px;
      height: 45px;
      float: left;
      margin-right: 10px;
      display: block;
      top: 50%;
      position: relative;
      margin-top: -10px; }
    .page-template-page-locations .single-team .medical-ic .vc_tta-title-text:before, .single-location .single-team .medical-ic .vc_tta-title-text:before {
      background-image: url(../../../images/medical-trainiing-ic.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: '';
      width: 46px;
      height: 25px;
      float: left;
      margin-right: 10px;
      display: block;
      margin-top: 3px; }
    .page-template-page-locations .single-team .honors-ic .vc_tta-title-text:before, .single-location .single-team .honors-ic .vc_tta-title-text:before {
      background-image: url(../../../images/honor-ic.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      content: '';
      width: 30px;
      height: 45px;
      float: left;
      margin-right: 10px;
      margin-top: -10px;
      display: block; }
    .page-template-page-locations .single-team .group, .single-location .single-team .group {
      padding-top: 20px; }
  .page-template-page-locations .h2, .single-location .h2 {
    font-size: 20px; }
    @media (min-width: 768px) {
      .page-template-page-locations .h2, .single-location .h2 {
        font-size: 30px; } }
    .page-template-page-locations .h2 .location-text p, .single-location .h2 .location-text p {
      margin-bottom: 0px !important;
      font-size: 18px; }
    .page-template-page-locations .h2 .location-text p.street, .single-location .h2 .location-text p.street {
      font-weight: 600; }
    .page-template-page-locations .h2 .location-text p.hours, .single-location .h2 .location-text p.hours {
      font-weight: 600;
      margin-top: 25px !important;
      display: block; }
    .page-template-page-locations .h2 .post_content .section-lg, .single-location .h2 .post_content .section-lg {
      margin-top: 75px; }
    .page-template-page-locations .h2 .location-info, .single-location .h2 .location-info {
      margin-top: 75px;
      margin-bottom: 75px;
      text-align: left; }
      @media (max-width: 991px) {
        .page-template-page-locations .h2 .location-info .col-sm-6, .single-location .h2 .location-info .col-sm-6 {
          flex: 0 0 100%;
          max-width: 100%; } }
      .page-template-page-locations .h2 .location-info h2, .single-location .h2 .location-info h2 {
        text-align: left; }
      .page-template-page-locations .h2 .location-info .left > .vc_column-inner, .single-location .h2 .location-info .left > .vc_column-inner {
        padding: 20px 30px; }
        @media (min-width: 1200px) {
          .page-template-page-locations .h2 .location-info .left > .vc_column-inner, .single-location .h2 .location-info .left > .vc_column-inner {
            padding: 30px 40px; } }
      .page-template-page-locations .h2 .location-info .vc_column-inner, .single-location .h2 .location-info .vc_column-inner {
        height: 100%; }
      .page-template-page-locations .h2 .location-info .wpb_single_image, .single-location .h2 .location-info .wpb_single_image {
        margin-bottom: 0px; }
      @media (max-width: 991px) {
        .page-template-page-locations .h2 .location-info .wpb_column:last-child .vc_column-inner, .single-location .h2 .location-info .wpb_column:last-child .vc_column-inner {
          background-image: none !important; } }
      @media (min-width: 992px) {
        .page-template-page-locations .h2 .location-info .wpb_column:last-child .vc_column-inner, .single-location .h2 .location-info .wpb_column:last-child .vc_column-inner {
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          .page-template-page-locations .h2 .location-info .wpb_column:last-child .vc_column-inner img, .single-location .h2 .location-info .wpb_column:last-child .vc_column-inner img {
            display: none !important; } }
      @media (min-width: 1200px) {
        .page-template-page-locations .h2 .location-info .wpb_column:last-child .vc_column-inner, .single-location .h2 .location-info .wpb_column:last-child .vc_column-inner {
          background-image: none !important; }
          .page-template-page-locations .h2 .location-info .wpb_column:last-child .vc_column-inner img, .single-location .h2 .location-info .wpb_column:last-child .vc_column-inner img {
            display: block !important; } }
      .page-template-page-locations .h2 .location-info p, .single-location .h2 .location-info p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 25px; }
        @media (min-width: 1200px) {
          .page-template-page-locations .h2 .location-info p, .single-location .h2 .location-info p {
            font-size: 18px;
            letter-spacing: 0;
            line-height: 27px; } }
    .page-template-page-locations .h2 .btn-ico-appt2, .single-location .h2 .btn-ico-appt2 {
      background-color: #0F5568;
      font-size: 16px;
      line-height: 30px;
      width: 100%;
      text-align: center;
      display: block;
      max-width: 190px;
      margin: 25px 0 15px 0;
      text-transform: none;
      min-width: 227px; }
    .page-template-page-locations .h2 .btn-ico-appt2:hover, .single-location .h2 .btn-ico-appt2:hover {
      background-color: #447E8B; }
  .page-template-page-locations .location-providers-container, .single-location .location-providers-container {
    width: 100%; }
  .page-template-page-locations h2.blue-headline, .single-location h2.blue-headline {
    font-size: 33px;
    font-weight: 700;
    line-height: 30px;
    color: #0F5568;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex; }
  .page-template-page-locations h2.blue-headline:before, .single-location h2.blue-headline:before {
    content: '';
    background-image: url(../../../images/headline-left.svg);
    height: 3px;
    width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 28px 1% 5px auto;
    display: flex;
    flex-direction: column; }
  .page-template-page-locations h2.blue-headline:after, .single-location h2.blue-headline:after {
    content: '';
    background-image: url(../../../images/headline-right.svg);
    height: 3px;
    width: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    margin: 28px auto 5px 1%;
    display: flex;
    flex-direction: column; }
  .page-template-page-locations .search-results #content,
  .page-template-page-locations .page-template-searchpage #content, .single-location .search-results #content,
  .single-location .page-template-searchpage #content {
    margin-bottom: 40px;
    min-height: 300px; }
  .page-template-page-locations .search-head, .single-location .search-head {
    background-color: #4CB1B8;
    width: 100%;
    padding: 40px 30px 60px 30px;
    margin-bottom: 50px; }
    .page-template-page-locations .search-head h1, .single-location .search-head h1 {
      color: #fff;
      text-align: center; }
    .page-template-page-locations .search-head .btm-sep:after, .single-location .search-head .btm-sep:after {
      margin: 18px auto 20px auto; }
    .page-template-page-locations .search-head .btn-default, .single-location .search-head .btn-default {
      background-color: transparent;
      color: transparent;
      width: 20px;
      height: 20px; }
    .page-template-page-locations .search-head .btn-default:before, .single-location .search-head .btn-default:before {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      background-image: url(../../../images/search-ico.svg);
      margin-left: -55px;
      margin-top: -3px; }
    .page-template-page-locations .search-head span.input-group-btn, .single-location .search-head span.input-group-btn {
      width: 0; }
    .page-template-page-locations .search-head .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .page-template-page-locations .search-head .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3), .single-location .search-head .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .single-location .search-head .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      max-width: 529px;
      padding: 0.575rem 0.75rem;
      margin: 0 auto;
      z-index: 1; }
    .page-template-page-locations .search-head .input-group, .single-location .search-head .input-group {
      max-width: 529px;
      margin: 0 auto; }
    .page-template-page-locations .search-head .btn-check:focus + .btn, .page-template-page-locations .search-head .btn:focus, .single-location .search-head .btn-check:focus + .btn, .single-location .search-head .btn:focus {
      box-shadow: none; }
  .page-template-page-locations .search .form-inline, .page-template-page-locations .page-template-searchpage .form-inline, .single-location .search .form-inline, .single-location .page-template-searchpage .form-inline {
    display: block; }
  .page-template-page-locations .search .post_content, .page-template-page-locations .page-template-searchpage .post_content, .single-location .search .post_content, .single-location .page-template-searchpage .post_content {
    margin-bottom: 50px; }
  .page-template-page-locations .search .col h2, .page-template-page-locations .page-template-searchpage .col h2, .single-location .search .col h2, .single-location .page-template-searchpage .col h2 {
    font-size: 24px;
    color: #0F5568;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 50px; }
  .page-template-page-locations .search .col p, .page-template-page-locations .page-template-searchpage .col p, .single-location .search .col p, .single-location .page-template-searchpage .col p {
    font-size: 16px;
    line-height: 25px; }
  .page-template-page-locations .search .meta, .page-template-page-locations .page-template-searchpage .meta, .single-location .search .meta, .single-location .page-template-searchpage .meta {
    display: none; }
  .page-template-page-locations .search h3 a, .page-template-page-locations .page-template-searchpage h3 a, .single-location .search h3 a, .single-location .page-template-searchpage h3 a {
    color: #5AC5CC;
    margin-bottom: 20px;
    font-weight: 400; }
  .page-template-page-locations .search h3 a:hover, .page-template-page-locations .page-template-searchpage h3 a:hover, .single-location .search h3 a:hover, .single-location .page-template-searchpage h3 a:hover {
    color: #4CB1B8;
    text-decoration: underline; }
  .page-template-page-locations .search #post-not-found h2, .page-template-page-locations .page-template-searchpage #post-not-found h2, .single-location .search #post-not-found h2, .single-location .page-template-searchpage #post-not-found h2 {
    display: none; }
  .page-template-page-locations .search .page-header, .page-template-page-locations .page-template-searchpage .page-header, .single-location .search .page-header, .single-location .page-template-searchpage .page-header {
    margin-top: 0; }
  .page-template-page-locations .page-template-searchpage .col, .single-location .page-template-searchpage .col {
    display: none; }
  .page-template-page-locations .wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container, .single-location .wpb-js-composer #content .vc_tta.vc_general .vc_tta-panels-container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px; }
  .page-template-page-locations .wpb-js-composer.single-provider #content .vc_tta-container, .single-location .wpb-js-composer.single-provider #content .vc_tta-container {
    margin-bottom: 65px;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .page-template-page-locations .wpb-js-composer.single-provider #content .vc_tta-container, .single-location .wpb-js-composer.single-provider #content .vc_tta-container {
        margin-bottom: 125px;
        margin-top: 25px; } }
  .page-template-page-locations .wpb-js-composer #content .vc_tta-container, .single-location .wpb-js-composer #content .vc_tta-container {
    margin-bottom: 0;
    margin-top: -22px; }
    @media (min-width: 768px) {
      .page-template-page-locations .wpb-js-composer #content .vc_tta-container, .single-location .wpb-js-composer #content .vc_tta-container {
        margin-bottom: 0;
        margin-top: -22px; } }
  .page-template-page-locations .column, .single-location .column {
    padding-left: 15px;
    padding-right: 15px; }
  @media (min-width: 768px) {
    .page-template-page-locations .wpb-js-composer #content .vc_tta-panels-container, .single-location .wpb-js-composer #content .vc_tta-panels-container {
      min-height: auto; } }
  .page-template-page-locations .wpb-js-composer #content .vc_tta-panels-container, .single-location .wpb-js-composer #content .vc_tta-panels-container {
    min-height: auto; }
  .page-template-page-locations #breadcrumbs, .single-location #breadcrumbs {
    margin: 0px; }
  @media (min-width: 992px) {
    .page-template-page-locations .col-lg-4, .single-location .col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; } }
  .page-template-page-locations #content .full-width-left-section p, .page-template-page-locations #content .full-width-right-section p, .single-location #content .full-width-left-section p, .single-location #content .full-width-right-section p {
    margin: 0 0 1rem;
    padding: 0; }
  .page-template-page-locations .location-text p.street, .single-location .location-text p.street {
    font-weight: 600; }
  .page-template-page-locations .location-text p, .single-location .location-text p {
    margin-bottom: 0 !important;
    font-size: 18px; }
  .page-template-page-locations .btn-ico-appt2, .single-location .btn-ico-appt2 {
    background-color: #0F5568 !important;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 190px;
    margin: 25px 0 15px;
    text-transform: none;
    min-width: 227px; }
  .page-template-page-locations .btn-ico-appt2:hover, .single-location .btn-ico-appt2:hover {
    background-color: #447E8B !important; }
  .page-template-page-locations .location-text p.hours, .single-location .location-text p.hours {
    font-weight: 600;
    margin-top: 25px !important;
    display: block; }

#breadcrumbs a {
  border: 0;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

.page-template-page-locations .full-width-left-section .row .wpb_column:first-child {
  padding: 0px !important; }

@media (max-width: 767px) {
  .page-template-page-locations .full-width-right-column {
    padding: 0px !important; } }

.single-location {
  /*  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
    position:relative;
    width:100%;
  }*/ }
  .single-location .full-width-left-section .row .wpb_column:first-child {
    padding: 0px !important; }
  @media (max-width: 767px) {
    .single-location #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
      width: 100%; }
    .single-location .location-text {
      padding: 0px; }
    .single-location .col-sm-12 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%; } }
  .single-location .h2 {
    font-size: 20px; }
    @media (min-width: 768px) {
      .single-location .h2 {
        font-size: 30px; } }
  .single-location .location-text p {
    margin-bottom: 0px !important;
    font-size: 18px; }
  .single-location .location-text p.street {
    font-weight: 600; }
  .single-location .location-text p.hours {
    font-weight: 600;
    margin-top: 25px !important;
    display: block; }
  .single-location .post_content .section-lg {
    margin-top: 75px; }
  .single-location .location-info {
    margin-top: 75px;
    margin-bottom: 75px;
    text-align: left; }
    @media (max-width: 991px) {
      .single-location .location-info .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%; } }
    .single-location .location-info h2 {
      text-align: left; }
    .single-location .location-info .left > .vc_column-inner {
      padding: 20px 30px; }
      @media (min-width: 1200px) {
        .single-location .location-info .left > .vc_column-inner {
          padding: 30px 40px; } }
    .single-location .location-info .vc_column-inner {
      height: 100%; }
    .single-location .location-info .wpb_single_image {
      margin-bottom: 0px; }
    @media (max-width: 991px) {
      .single-location .location-info .wpb_column:last-child .vc_column-inner {
        background-image: none !important; } }
    @media (min-width: 992px) {
      .single-location .location-info .wpb_column:last-child .vc_column-inner {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        /* img {
            display: none !important;
          }*/ } }
    @media (min-width: 1200px) {
      .single-location .location-info .wpb_column:last-child .vc_column-inner {
        background-image: none !important; }
        .single-location .location-info .wpb_column:last-child .vc_column-inner img {
          display: block !important;
          min-height: 400px; } }
    .single-location .location-info p {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 25px; }
      @media (min-width: 1200px) {
        .single-location .location-info p {
          font-size: 18px;
          letter-spacing: 0;
          line-height: 27px; } }
  .single-location .btn-ico-appt2 {
    background-color: #0F5568;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 190px;
    margin: 25px 0 15px 0;
    text-transform: none;
    min-width: 227px; }
  .single-location .btn-ico-appt2:hover {
    background-color: #447E8B; }

.post_content .location-menu {
  justify-content: flex-start;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 25px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .post_content .location-menu .wpb_column {
      flex: 0 0 100%;
      max-width: 100%; }
    .post_content .location-menu .col-sm-2.wpb_column {
      margin-top: 20px; }
      .post_content .location-menu .col-sm-2.wpb_column .wpb_content_element {
        margin-bottom: 0; } }
  .post_content .location-menu p {
    line-height: 32px; }
  .post_content .location-menu ul.menu {
    list-style-type: none;
    flex-wrap: wrap;
    padding-left: 0;
    display: flex;
    padding-top: 15px; }
    @media (min-width: 768px) {
      .post_content .location-menu ul.menu {
        flex-wrap: nowrap; } }
    .post_content .location-menu ul.menu li {
      padding: 10px;
      display: flex;
      padding-right: 15px;
      padding-left: 15px; }
      @media (max-width: 767px) {
        .post_content .location-menu ul.menu li {
          width: 170px;
          justify-content: center; } }
      @media (min-width: 768px) {
        .post_content .location-menu ul.menu li {
          border-right: solid 1px #4CB1B8; } }
      @media (min-width: 1200px) {
        .post_content .location-menu ul.menu li {
          padding-right: 25px;
          padding-left: 25px; } }
    .post_content .location-menu ul.menu li:last-child {
      border-right: none;
      padding-right: 0; }
    .post_content .location-menu ul.menu li a {
      color: #FFF;
      flex-direction: column;
      text-align: center;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      border-radius: 3px;
      line-height: 1.4;
      padding: 10px 10px;
      font-size: 14px;
      margin: 0 auto; }
      @media (min-width: 1200px) {
        .post_content .location-menu ul.menu li a {
          line-height: 32px;
          padding: 10px 20px;
          font-size: 16px; } }
      .post_content .location-menu ul.menu li a:hover, .post_content .location-menu ul.menu li a:focus, .post_content .location-menu ul.menu li a:active {
        background-color: rgba(0, 177, 187, 0.2); }
    .post_content .location-menu ul.menu li a:before {
      background-image: url(../../../images/patient-portal-ic.svg);
      height: 42px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block; }
    .post_content .location-menu ul.menu li.patient-portal a:before {
      content: '';
      background-image: url(../../../images/patient-portal-ic.svg);
      height: 42px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      margin: 0 auto 5px auto; }
    .post_content .location-menu ul.menu li.pay-bill a:before {
      content: '';
      background-image: url(../../../images/bill-pay-ic.svg);
      height: 42px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      margin: 0 auto 5px auto; }
    .post_content .location-menu ul.menu li.reg-form a:before {
      content: '';
      background-image: url(../../../images/reg-form-ic.svg);
      height: 42px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      margin: 0 auto 5px auto; }
    .post_content .location-menu ul.menu li.med-records a:before {
      content: '';
      background-image: url(../../../images/med-records-ic.svg);
      height: 42px;
      width: 50px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      margin: 0 auto 5px auto; }

.post_content ul.location-address li:before, .post_content ul.location-phone li:before {
  width: 100%;
  margin: 0px;
  content: '';
  display: none; }

@media (min-width: 768px) {
  .affixed .navbar-default.affix {
    top: 0px; }
  .logged-in .navbar-default.affix {
    top: 32px !important; } }

/*.hero-headline{
  border-left:8px solid #4CB1B8;
  padding-left:20px!important;
}*/
#rev_slider_1_1 .zeus .tp-bullet {
  border: 0px;
  background-color: rgba(255, 255, 255, 0.6); }

span.tp-bullet-image, span.tp-bullet-title, span.tp-bullet-imageoverlay {
  display: none; }

#rev_slider_1_1 .zeus .tp-bullet:hover:after, #rev_slider_1_1 .zeus .tp-bullet.selected:after {
  transform: none; }

/*#rev_slider_1_1 .tp-bgimg{
    margin-left: -15px;
    width:110%!important;
}
*/
@media (max-width: 899px) {
  #rev_slider_1_1 .tp-bullets {
    transform: matrix(1, 0, 0, 1, -120, -43) !important; } }

@media (max-width: 767px) {
  #rev_slider_1_1 .tp-bullets {
    transform: matrix(1, 0, 0, 1, -60, -43) !important; }
  .location-menu .col-sm-2 {
    display: none; } }

@media (max-width: 379px) {
  ul.mobile-list {
    margin-top: 10px; } }

.location-menu .widget_nav_menu {
  margin-bottom: 0px; }

.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent; }

.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent; }

.wpb-js-composer .services-provided-section .vc_tta-panel-heading:hover,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .services-provided-section .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important; }

.services-provided-section .row > .col-sm-12 > .vc_column-inner {
  background: #EBEBEB;
  padding: 40px 30px; }
  @media (min-width: 1200px) {
    .services-provided-section .row > .col-sm-12 > .vc_column-inner {
      padding: 60px 50px; } }

.services-provided-section .h2-sm {
  font-weight: 600;
  margin-bottom: 26px !important; }

.services-provided-section .col-sm-12 .wpb_content_element {
  margin-bottom: 0; }

.services-provided-section ul {
  list-style: none;
  padding-left: 16px; }
  .services-provided-section ul li {
    margin-bottom: 10px;
    font-size: 16px; }
  .services-provided-section ul li:before {
    content: "\2022";
    color: #5AC5CC !important;
    font-weight: bold;
    display: inline-block;
    width: 20px !important;
    margin-left: -20px !important; }

.single-location .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-location .location-info img {
  min-height: 400px;
  object-fit: cover; }

.post_content .location-menu ul.menu li {
  width: 100%; }

#content .full-width-left-section img, #content .full-width-right-section img {
  height: 100% !important; }

.location-menu .vc_wp_custommenu {
  margin-bottom: 0px; }

.gforms-section-sm .gsection_title {
  font-size: 16px;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  margin-bottom: 0; }

#content .gsection.gforms-section-sm {
  border-bottom: none;
  margin-bottom: -2px;
  padding-bottom: 0; }

#content .gform_wrapper.gravity-theme .gfield_description {
  padding-top: 5px;
  font-weight: 600;
  font-size: 13px;
  color: #5C5C5C;
  letter-spacing: 0; }

#content .gfield_contains_required.field_description_below.hidden_label .gfield_description:after {
  color: #E16868;
  display: inline-block;
  font-size: 14px;
  padding-left: .125em;
  content: '*'; }

.gform-body legend {
  border-bottom: none; }

/*provider medical group*/
.medical-group-profile .p-container {
  border: solid 10px #5AC5CC;
  padding: 60px 15px 25px 15px;
  width: 100%;
  margin: 40px 0 30px 0; }
  .medical-group-profile .p-container .contact .h3-sm {
    text-align: center;
    margin: 0px 0px 10px 0px; }
  .medical-group-profile .p-container p, .medical-group-profile .p-container .bio, .medical-group-profile .p-container .bio-summary {
    color: #373737;
    font-size: 18px;
    line-height: 27px; }
  .medical-group-profile .p-container .bio {
    /* height:80px;*/
    /*      transition: all .3s ease-in-out!important;*/ }
    .medical-group-profile .p-container .bio p {
      padding: 0px;
      margin: 0px; }
  .medical-group-profile .p-container .bio.collapse:not(.in) {
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out !important;
    height: 80px !important; }
  .medical-group-profile .p-container .read-more-container {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E0E0E0;
    line-height: 0.1em;
    margin-bottom: 21px; }
    .medical-group-profile .p-container .read-more-container a {
      padding-left: 25px;
      padding-right: 25px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .4px;
      margin-bottom: -21px !important; }
    .medical-group-profile .p-container .read-more-container a:active, .medical-group-profile .p-container .read-more-container a:visited, .medical-group-profile .p-container .read-more-container a:focus {
      text-decoration: none; }
    .medical-group-profile .p-container .read-more-container a:after {
      background-image: url(../../../images/down-chev-provider.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      display: block;
      content: '';
      width: 15px;
      height: 10px;
      margin: 0px auto 0 auto;
      transform: none; }
    .medical-group-profile .p-container .read-more-container a.expanded:after {
      transform: rotate(180deg) !important;
      min-height: 10px;
      margin-top: 0px; }
    .medical-group-profile .p-container .read-more-container a, .medical-group-profile .p-container .read-more-container a:link, .medical-group-profile .p-container .read-more-container a:active, .medical-group-profile .p-container .read-more-container a:visited {
      background: #fff;
      color: #0F5568; }
    .medical-group-profile .p-container .read-more-container a:hover {
      color: #447E8B;
      text-decoration: none; }
  .medical-group-profile .p-container h1 {
    color: #0F5568;
    font-size: 33px;
    margin: 0px;
    font-weight: 700;
    line-height: 56px; }
    @media (max-width: 991px) {
      .medical-group-profile .p-container h1 {
        line-height: 1.1;
        margin-top: 25px;
        text-align: center;
        font-size: 26px; } }
  .medical-group-profile .p-container h2 {
    font-size: 18px; }
  .medical-group-profile .p-container .h3-sm {
    font-size: 16px;
    font-weight: 700;
    margin: 7px 0 25px 0;
    color: #0F5568;
    letter-spacing: 0;
    line-height: 30px; }
    @media (max-width: 991px) {
      .medical-group-profile .p-container .h3-sm {
        text-align: center; } }
  .medical-group-profile .p-container .h2-sm {
    font-size: 24px;
    text-align: left;
    font-weight: 600; }
    @media (max-width: 991px) {
      .medical-group-profile .p-container .h2-sm {
        margin-bottom: 20px; } }
  .medical-group-profile .p-container .main {
    padding: 0 10px; }
  .medical-group-profile .p-container .thumb-container {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .medical-group-profile .p-container img.thumb {
    width: 226px !important;
    border-radius: 100%;
    border: solid 10px #EBEBEB;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.18); }
    @media (max-width: 767px) {
      .medical-group-profile .p-container img.thumb {
        max-width: 100%; } }
  .medical-group-profile .p-container .phone-container {
    border-bottom: solid 1px #4CB1B8;
    padding: 0 0px 15px 0px;
    margin: 0 auto 15px auto;
    width: 100%;
    display: block;
    text-align: center;
    height: 50px; }
    @media (min-width: 768px) {
      .medical-group-profile .p-container .phone-container {
        max-width: 190px; } }
  .medical-group-profile .p-container .phone:before {
    background-image: url(../../../images/call-provider.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
    content: '';
    width: 38px;
    height: 38px;
    margin-right: 7px; }
  .medical-group-profile .p-container a.phone {
    color: #0F5568;
    font-size: 20px;
    font-weight: 900;
    width: 100%;
    display: inline-flex;
    text-align: center;
    align-items: center; }
    @media (max-width: 991px) {
      .medical-group-profile .p-container a.phone {
        justify-content: center; } }
  .medical-group-profile .p-container a.phone:hover {
    color: #0c3d4a;
    text-decoration: none; }
  .medical-group-profile .p-container .btn-ico-appt {
    background-color: #0F5568;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    display: block;
    max-width: 190px;
    margin: 20px auto 15px auto;
    text-transform: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 800;
    transition: color 0.16s ease-in-out, background 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .medical-group-profile .p-container .btn-ico-appt:hover {
    background-color: #0c3d4a; }
  @media (max-width: 1024px) {
    .medical-group-profile .p-container .phone-container {
      margin-top: 30px;
      text-align: left; } }
  @media (max-width: 1024px) and (max-width: 991px) {
    .medical-group-profile .p-container .phone-container {
      text-align: center; } }

.medical-group-profile .vc_tta-title-text {
  font-weight: 600;
  font-size: 24px;
  color: #0F5568;
  letter-spacing: 0; }

.medical-group-profile .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom: solid 2px #73A4BE !important; }

.medical-group-profile i.vc_tta-controls-icon-chevron:before {
  background-image: url(../../../images/tab-chev.svg) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
  width: 20px;
  height: 10px;
  transform: none !important;
  border: 0px !important; }

.medical-group-profile .vc_active i.vc_tta-controls-icon-chevron:before {
  transform: rotate(180deg) !important; }

.medical-group-profile h4.subhead {
  color: #5C5C5C;
  font-size: 20px;
  line-height: 27px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px; }

.medical-group-profile .dotted {
  background-image: url(../../../images/dotted-border.png);
  background-repeat: repeat;
  /* background-size: contain; */
  background-position: center;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  margin-bottom: 20px; }

.medical-group-profile span.year {
  color: #0F5568;
  font-weight: 800; }

.medical-group-profile span.subject-title {
  color: #0F5568;
  font-weight: 600; }

.medical-group-profile .vc_tta-panels-container p {
  line-height: 22px; }

.medical-group-profile .education-ic .vc_tta-title-text:before {
  background-image: url(../../../images/education-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  content: '';
  width: 46px;
  height: 26px;
  float: left;
  margin-right: 10px;
  top: 50%;
  position: relative; }

.medical-group-profile .medical-ic .vc_tta-title-text:before {
  background-image: url(../../../images/medical-trainiing-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  width: 46px;
  height: 25px;
  float: left;
  margin-right: 10px;
  display: block;
  margin-top: 3px; }

.medical-group-profile .certifications-ic .vc_tta-title-text:before {
  background-image: url(../../../images/certification-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  width: 40px;
  height: 45px;
  float: left;
  margin-right: 10px;
  display: block;
  top: 50%;
  position: relative;
  margin-top: -10px; }

.medical-group-profile .honors-ic .vc_tta-title-text:before {
  background-image: url(../../../images/honor-ic.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  width: 30px;
  height: 45px;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
  display: block; }

.medical-group-profile .vc_tta-accordion .vc_tta-panel-heading {
  border-bottom: solid 2px #73A4BE !important; }

.medical-group-profile .vc_tta-panel-title a {
  padding: 30px 40px 30px 0px !important; }

.medical-group-profile .breadcrumbs {
  background-color: #EBEBEB; }
  .medical-group-profile .breadcrumbs .container {
    display: flex;
    align-items: center; }
  .medical-group-profile .breadcrumbs #breadcrumbs {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px; }
    @media (min-width: 768px) {
      .medical-group-profile .breadcrumbs #breadcrumbs {
        padding-top: 13px;
        padding-bottom: 12px; } }
  .medical-group-profile .breadcrumbs p {
    float: left;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #5C5C5C; }
    @media (min-width: 768px) {
      .medical-group-profile .breadcrumbs p {
        font-size: 13px; } }
    .medical-group-profile .breadcrumbs p .breadcrumb_last {
      color: #707070;
      margin-left: 3px; }
    .medical-group-profile .breadcrumbs p a {
      color: #5AC5CC;
      transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out;
      margin-left: 3px;
      margin-right: 3px; }
      .medical-group-profile .breadcrumbs p a:hover, .medical-group-profile .breadcrumbs p a:focus, .medical-group-profile .breadcrumbs p a:active {
        color: #4CB1B8;
        text-decoration: none; }
      .medical-group-profile .breadcrumbs p a:first-child {
        margin-left: 0; }

@media (min-width: 768px) {
  .medical-group-profile #main {
    margin-top: 0px; } }

.news-blog-arc {
  padding-top: 0px; }
  .news-blog-arc .item h4 {
    color: #0F5568;
    font-weight: 500;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.26px;
    margin-bottom: 24px;
    margin-top: 0; }
    @media (min-width: 1200px) {
      .news-blog-arc .item h4 {
        font-size: 24px;
        line-height: 32px; } }
  .news-blog-arc span.date-time {
    width: 100%;
    display: block;
    font-size: 17px;
    color: #5AC5CC;
    font-weight: 600;
    margin-top: 0px;
    text-align: left; }
  .news-blog-arc .inner-wrapper {
    padding: 0;
    box-shadow: none; }
  .news-blog-arc .inner-content {
    padding: 0; }
  .news-blog-arc img {
    border-radius: 0px;
    margin: 0; }
  .news-blog-arc .add-mom-blog > a {
    position: relative; }
  .news-blog-arc .add-mom-blog > a:before {
    content: '';
    background: url(../../../images/mom-blog-ic.svg) no-repeat;
    width: 133px;
    height: 63px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: 2;
    top: 20px; }
    @media (max-width: 767px) {
      .news-blog-arc .add-mom-blog > a:before {
        right: 0px; } }
  .news-blog-arc .btn-default, .news-blog-arc .btn-default:active, .news-blog-arc .btn-default:link, .news-blog-arc .btn-default:visited {
    color: #FFF;
    background-color: #5AC5CC;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
    display: block;
    border: 0;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 14px 20px;
    max-width: 160px;
    text-align: center; }
  .news-blog-arc .btn-default:hover {
    background-color: #39b2ba; }
  .news-blog-arc .featured_b {
    margin-bottom: 45px; }
    .news-blog-arc .featured_b .inner-wrapper {
      background-color: rgba(59, 193, 203, 0.1);
      position: relative;
      padding-top: 65px;
      padding-bottom: 45px; }
      @media (min-width: 768px) {
        .news-blog-arc .featured_b .inner-wrapper {
          padding-top: 75px;
          padding-bottom: 75px; } }
      .news-blog-arc .featured_b .inner-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        left: 100%;
        height: 100%;
        width: 1280%;
        top: 0;
        background-color: rgba(59, 193, 203, 0.1); }
      .news-blog-arc .featured_b .inner-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        height: 100%;
        width: 1280%;
        top: 0;
        background-color: rgba(59, 193, 203, 0.1); }
  .news-blog-arc .featured_b.item {
    text-align: left; }
    @media (min-width: 992px) {
      .news-blog-arc .featured_b.item .inner-content > .row {
        display: flex; }
        .news-blog-arc .featured_b.item .inner-content > .row .news-copy {
          display: flex;
          align-items: center;
          justify-content: start; } }
    .news-blog-arc .featured_b.item .news-copy {
      padding-top: 0;
      padding-bottom: 0; }
      @media (min-width: 992px) {
        .news-blog-arc .featured_b.item .news-copy {
          padding-right: 0; } }
    .news-blog-arc .featured_b.item .news-copy-inner {
      padding: 30px 20px; }
      @media (min-width: 900px) {
        .news-blog-arc .featured_b.item .news-copy-inner {
          padding: 0px; } }
      @media (min-width: 1200px) {
        .news-blog-arc .featured_b.item .news-copy-inner {
          padding-left: 40px; } }
    .news-blog-arc .featured_b.item p {
      font-weight: 300;
      font-size: 17px;
      color: #757575;
      letter-spacing: -0.18px;
      line-height: 25px;
      text-align: left;
      margin-bottom: 24px; }
  .news-blog-arc .not-featured p {
    display: none; }
  .news-blog-arc .not-featured h4 {
    margin-top: 0px; }
  @media (min-width: 900px) {
    .news-blog-arc .not-featured .news-img {
      width: 33.3333333333%; } }
  .news-blog-arc .not-featured img {
    border-left: solid 14px #5AC5CC; }
  @media (min-width: 900px) {
    .news-blog-arc .not-featured img {
      height: 200px;
      object-fit: cover;
      width: 100%; } }
  .news-blog-arc .not-featured .news-copy-inner {
    padding: 30px 20px; }
    @media (min-width: 900px) {
      .news-blog-arc .not-featured .news-copy-inner {
        padding: 15px 10px; } }
    @media (min-width: 1200px) {
      .news-blog-arc .not-featured .news-copy-inner {
        padding: 30px 20px; } }
  .news-blog-arc .not-featured .inner-wrapper {
    box-shadow: none;
    background-color: transparent;
    padding: 0px;
    box-shadow: 1px 1px 20px 0px rgba(124, 134, 137, 0.12); }
  .news-blog-arc .not-featured.item {
    margin-top: 35px;
    background: #FFF; }
    @media (max-width: 560px) {
      .news-blog-arc .not-featured.item {
        margin-top: 35px;
        border: 0; } }
  .news-blog-arc .not-featured .btn-default {
    margin: 10px 0 0 0; }

p.lg-left {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  font-weight: 300; }

.center-img {
  text-align: center; }
  .center-img img {
    margin: 0px auto 20px auto; }

.full-width-copy .excerpt-container {
  display: none; }

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

.pagination {
  margin-top: 80px;
  padding-left: 0;
  margin-left: 0; }
  .pagination > li {
    border-radius: 0; }
  .pagination > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #5AC5CC;
    padding: 3px 9px;
    margin-right: 6px;
    letter-spacing: 0.37px;
    text-align: center;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 0; }
    @media (min-width: 768px) {
      .pagination > li > a {
        margin-right: 14px; } }
  .pagination > li:first-child > a {
    border-radius: 0; }
  .pagination > li > a:hover,
  .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus > .disabled > a,
  .pagination > li > a {
    border-color: transparent;
    background-color: transparent; }
  .pagination > .active > a {
    background-color: #5AC5CC;
    border-color: #5AC5CC;
    color: #fff;
    border-radius: 0; }
  .pagination li:before {
    display: none; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    border-color: transparent; }
  .pagination li.next,
  .pagination li.prev {
    display: none; }
  .pagination li.next a:hover:before {
    display: none; }
  .pagination li.prev-page {
    margin-right: 0; }
    .pagination li.prev-page a {
      background: transparent;
      margin-right: 2px;
      border: none; }
      .pagination li.prev-page a:after {
        content: "";
        width: 1px;
        background-color: #BEBEBE;
        height: 26px;
        display: block;
        position: absolute;
        right: -2px;
        top: 1px;
        opacity: 0.5; }
  .pagination a .fa-chevron-right:before {
    content: '';
    background: url(../../../images/page-chev-right.png) no-repeat;
    background-position: center;
    width: 7px;
    height: 13px;
    margin-top: 2px;
    display: inline-block;
    background-size: contain;
    margin-left: 0; }
  .pagination a .fa-chevron-left:before {
    content: '';
    background: url(../../../images/page-chev-left.png) no-repeat;
    background-position: center;
    width: 7px;
    height: 13px;
    margin-top: 4px;
    display: inline-block;
    background-size: contain;
    margin-right: 0; }

#content .full-width-left-section,
#content .full-width-right-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  @media (max-width: 767px) {
    #content .full-width-left-section,
    #content .full-width-right-section {
      background: none; } }
  #content .full-width-left-section .row,
  #content .full-width-right-section .row {
    display: flex;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      #content .full-width-left-section .row,
      #content .full-width-right-section .row {
        flex-wrap: nowrap;
        justify-content: space-between; } }
  @media (max-width: 767px) {
    #content .full-width-left-section,
    #content .full-width-right-section {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    #content .full-width-left-section .full-width-left-section-img,
    #content .full-width-left-section .full-width-right-section-img,
    #content .full-width-right-section .full-width-left-section-img,
    #content .full-width-right-section .full-width-right-section-img {
      padding-left: 0;
      padding-right: 0; } }
  #content .full-width-left-section img, #content .full-width-right-section img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      #content .full-width-left-section img, #content .full-width-right-section img {
        width: 100%; } }
  @media (min-width: 768px) {
    #content .full-width-left-section .row [class^="col-"],
    #content .full-width-right-section .row [class^="col-"] {
      margin-top: 0px;
      margin-bottom: 0px; }
      #content .full-width-left-section .row [class^="col-"]:first-child,
      #content .full-width-right-section .row [class^="col-"]:first-child {
        padding-right: 0; }
      #content .full-width-left-section .row [class^="col-"]:last-child,
      #content .full-width-right-section .row [class^="col-"]:last-child {
        padding-left: 0; } }
  #content .full-width-left-section .wpb_content_element,
  #content .full-width-right-section .wpb_content_element {
    margin-bottom: 0; }
  #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column {
    align-self: center; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #content .full-width-left-section .full-width-right-column, #content .full-width-left-section .full-width-left-column,
      #content .full-width-right-section .full-width-right-column,
      #content .full-width-right-section .full-width-left-column {
        margin-top: 0px;
        margin-bottom: 0px; } }
    #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
    #content .full-width-right-section .full-width-right-column .vc_column-inner,
    #content .full-width-right-section .full-width-left-column .vc_column-inner {
      padding: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #5AC5CC; }
      @media (min-width: 992px) {
        #content .full-width-left-section .full-width-right-column .vc_column-inner, #content .full-width-left-section .full-width-left-column .vc_column-inner,
        #content .full-width-right-section .full-width-right-column .vc_column-inner,
        #content .full-width-right-section .full-width-left-column .vc_column-inner {
          background: none;
          padding-right: 0px;
          padding-left: 75px;
          padding-top: 0;
          padding-bottom: 0;
          max-width: 500px; } }
  #content .full-width-left-section .full-width-left-column,
  #content .full-width-left-section .full-width-right-column,
  #content .full-width-right-section .full-width-left-column,
  #content .full-width-right-section .full-width-right-column {
    display: flex;
    justify-content: flex-end; }
    @media (min-width: 1200px) {
      #content .full-width-left-section .full-width-left-column,
      #content .full-width-left-section .full-width-right-column,
      #content .full-width-right-section .full-width-left-column,
      #content .full-width-right-section .full-width-right-column {
        padding-right: 70px; } }
    #content .full-width-left-section .full-width-left-column .h6,
    #content .full-width-left-section .full-width-right-column .h6,
    #content .full-width-right-section .full-width-left-column .h6,
    #content .full-width-right-section .full-width-right-column .h6 {
      margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1299px) {
      #content .full-width-left-section .full-width-left-column h3, #content .full-width-left-section .full-width-left-column .h3,
      #content .full-width-left-section .full-width-right-column h3,
      #content .full-width-left-section .full-width-right-column .h3,
      #content .full-width-right-section .full-width-left-column h3,
      #content .full-width-right-section .full-width-left-column .h3,
      #content .full-width-right-section .full-width-right-column h3,
      #content .full-width-right-section .full-width-right-column .h3 {
        font-size: 24px;
        line-height: 32px; }
      #content .full-width-left-section .full-width-left-column p,
      #content .full-width-left-section .full-width-right-column p,
      #content .full-width-right-section .full-width-left-column p,
      #content .full-width-right-section .full-width-right-column p {
        font-size: 15px;
        line-height: 22px; } }
    #content .full-width-left-section .full-width-left-column .vc_column-inner,
    #content .full-width-left-section .full-width-right-column .vc_column-inner,
    #content .full-width-right-section .full-width-left-column .vc_column-inner,
    #content .full-width-right-section .full-width-right-column .vc_column-inner {
      padding: 15px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: #5AC5CC; }
      #content .full-width-left-section .full-width-left-column .vc_column-inner .vc_btn3-container,
      #content .full-width-left-section .full-width-right-column .vc_column-inner .vc_btn3-container,
      #content .full-width-right-section .full-width-left-column .vc_column-inner .vc_btn3-container,
      #content .full-width-right-section .full-width-right-column .vc_column-inner .vc_btn3-container {
        margin-top: 25px; }
      #content .full-width-left-section .full-width-left-column .vc_column-inner hr,
      #content .full-width-left-section .full-width-right-column .vc_column-inner hr,
      #content .full-width-right-section .full-width-left-column .vc_column-inner hr,
      #content .full-width-right-section .full-width-right-column .vc_column-inner hr {
        margin-top: 30px;
        margin-bottom: 30px; }
      @media (min-width: 992px) {
        #content .full-width-left-section .full-width-left-column .vc_column-inner,
        #content .full-width-left-section .full-width-right-column .vc_column-inner,
        #content .full-width-right-section .full-width-left-column .vc_column-inner,
        #content .full-width-right-section .full-width-right-column .vc_column-inner {
          background: none;
          max-width: 350px; } }
  #content .full-width-left-section h4, #content .full-width-left-section .h4,
  #content .full-width-right-section h4,
  #content .full-width-right-section .h4 {
    margin: 0;
    margin-top: 8px; }
  #content .full-width-left-section p,
  #content .full-width-right-section p {
    margin: 0;
    padding: 0;
    margin-bottom: 1rem; }
    @media (min-width: 768px) and (max-width: 1024px) {
      #content .full-width-left-section p,
      #content .full-width-right-section p {
        font-size: 15px;
        line-height: 20px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #content .full-width-left-section .vc_btn3-container,
    #content .full-width-right-section .vc_btn3-container {
      margin-top: 20px; } }
  #content .full-width-left-section h3,
  #content .full-width-right-section h3 {
    margin-top: 0;
    margin-bottom: 1.1rem; }
    @media (min-width: 992px) {
      #content .full-width-left-section h3,
      #content .full-width-right-section h3 {
        margin-bottom: 2.1rem; } }

@media (max-width: 767px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-image: none !important; } }

@media (min-width: 768px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    #content .full-width-right-section .row .wpb_column:last-child img {
      display: none !important; } }

@media (min-width: 1200px) {
  #content .full-width-right-section .row .wpb_column:last-child {
    background: none !important; }
    #content .full-width-right-section .row .wpb_column:last-child img {
      display: block !important; } }

#content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
  padding: 35px 20px 35px 40px; }
  @media (min-width: 1200px) {
    #content .full-width-right-section .row .wpb_column:first-child .vc_column-inner {
      padding: 15px 0px 15px 0; } }

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    padding-right: 0; } }

#content .full-width-left-section .row .wpb_column:first-child .vc_column-inner {
  height: 100%; }

#content .full-width-left-section .row .wpb_column:first-child .wpb_single_image .vc_figure {
  display: block;
  height: 100%; }

#content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper {
  height: 100%; }
  #content .full-width-left-section .row .wpb_column:first-child .wpb_wrapper .wpb_content_element {
    height: 100%; }

@media (max-width: 767px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-image: none !important; } }

@media (min-width: 768px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*img {
        display: none !important;
      }*/ } }

@media (min-width: 1200px) {
  #content .full-width-left-section .row .wpb_column:first-child {
    background: none !important; }
    #content .full-width-left-section .row .wpb_column:first-child img {
      display: block !important; } }

#content .full-width-left-section .row .wpb_column:last-child {
  justify-content: flex-start; }
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .wpb_single_image .vc_figure {
    display: block;
    height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper {
    height: 100%; }
    #content .full-width-left-section .row .wpb_column:last-child .wpb_wrapper .wpb_content_element {
      height: 100%; }
  #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
    padding: 35px 20px 30px; }
    @media (min-width: 1200px) {
      #content .full-width-left-section .row .wpb_column:last-child .vc_column-inner {
        padding: 15px 0px 15px 0; } }
  @media (min-width: 1200px) {
    #content .full-width-left-section .row .wpb_column:last-child {
      padding-left: 44px;
      padding-right: 0; } }

@media (min-width: 768px) {
  .full-width-left-bg-style-2.wpb_column {
    padding-right: 45px; } }

.full-width-right-bg > .vc_column-inner,
.full-width-left-bg > .vc_column-inner {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .full-width-right-bg > .vc_column-inner,
    .full-width-left-bg > .vc_column-inner {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }

.full-width-right-bg .wpb_content_element,
.full-width-left-bg .wpb_content_element {
  margin-bottom: 16px; }

.full-width-right-bg .h4,
.full-width-left-bg .h4 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 0; }

@media (max-width: 991px) {
  .full-width-left-bg .vc_btn3-container.vc_btn3-right {
    text-align: left; }
    .full-width-left-bg .vc_btn3-container.vc_btn3-right .vc_btn3-style-flat {
      margin-top: 20px; } }

.full-width-style2 .h3 {
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 0; }

.wpb_content_element.full-width-right-bg > .wpb_wrapper,
.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding: 27px 40px;
  padding-bottom: 20px;
  position: relative; }

.full-width-right-bg.teal,
.full-width-left-bg.teal,
.full-width-right-bg.navy,
.full-width-left-bg.navy {
  color: #fff; }
  .full-width-right-bg.teal .h4, .full-width-right-bg.teal .h5, .full-width-right-bg.teal h4, .full-width-right-bg.teal h5, .full-width-right-bg.teal .h3, .full-width-right-bg.teal h3, .full-width-right-bg.teal .h2, .full-width-right-bg.teal h2,
  .full-width-left-bg.teal .h4,
  .full-width-left-bg.teal .h5,
  .full-width-left-bg.teal h4,
  .full-width-left-bg.teal h5,
  .full-width-left-bg.teal .h3,
  .full-width-left-bg.teal h3,
  .full-width-left-bg.teal .h2,
  .full-width-left-bg.teal h2,
  .full-width-right-bg.navy .h4,
  .full-width-right-bg.navy .h5,
  .full-width-right-bg.navy h4,
  .full-width-right-bg.navy h5,
  .full-width-right-bg.navy .h3,
  .full-width-right-bg.navy h3,
  .full-width-right-bg.navy .h2,
  .full-width-right-bg.navy h2,
  .full-width-left-bg.navy .h4,
  .full-width-left-bg.navy .h5,
  .full-width-left-bg.navy h4,
  .full-width-left-bg.navy h5,
  .full-width-left-bg.navy .h3,
  .full-width-left-bg.navy h3,
  .full-width-left-bg.navy .h2,
  .full-width-left-bg.navy h2 {
    color: #FFFFFF; }
  .full-width-right-bg.teal p, .full-width-right-bg.teal li,
  .full-width-left-bg.teal p,
  .full-width-left-bg.teal li,
  .full-width-right-bg.navy p,
  .full-width-right-bg.navy li,
  .full-width-left-bg.navy p,
  .full-width-left-bg.navy li {
    color: #fff; }
  .full-width-right-bg.teal a,
  .full-width-left-bg.teal a,
  .full-width-right-bg.navy a,
  .full-width-left-bg.navy a {
    font-weight: 700;
    color: #fff;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .full-width-right-bg.teal a:hover, .full-width-right-bg.teal a:focus, .full-width-right-bg.teal a:active,
    .full-width-left-bg.teal a:hover,
    .full-width-left-bg.teal a:focus,
    .full-width-left-bg.teal a:active,
    .full-width-right-bg.navy a:hover,
    .full-width-right-bg.navy a:focus,
    .full-width-right-bg.navy a:active,
    .full-width-left-bg.navy a:hover,
    .full-width-left-bg.navy a:focus,
    .full-width-left-bg.navy a:active {
      color: #FFF;
      text-decoration: none; }
  .full-width-right-bg.teal a.green,
  .full-width-left-bg.teal a.green,
  .full-width-right-bg.navy a.green,
  .full-width-left-bg.navy a.green {
    color: #00A1B1;
    transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
    .full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
    .full-width-left-bg.teal a.green:hover,
    .full-width-left-bg.teal a.green:focus,
    .full-width-left-bg.teal a.green:active,
    .full-width-right-bg.navy a.green:hover,
    .full-width-right-bg.navy a.green:focus,
    .full-width-right-bg.navy a.green:active,
    .full-width-left-bg.navy a.green:hover,
    .full-width-left-bg.navy a.green:focus,
    .full-width-left-bg.navy a.green:active {
      color: #8DD0D8;
      text-decoration: none; }

.full-width-right-bg.teal a.green,
.full-width-left-bg.teal a.green {
  color: #0D2D4E;
  transition: color 0.16s ease-in-out, background-color 0.16s ease-in-out; }
  .full-width-right-bg.teal a.green:hover, .full-width-right-bg.teal a.green:focus, .full-width-right-bg.teal a.green:active,
  .full-width-left-bg.teal a.green:hover,
  .full-width-left-bg.teal a.green:focus,
  .full-width-left-bg.teal a.green:active {
    color: #005596;
    text-decoration: none; }

.wpb_content_element.full-width-left-bg.teal > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.teal > .wpb_wrapper {
  background-color: #5AC5CC; }

.full-width-left-bg.teal > .vc_column-inner,
.full-width-right-bg.teal > .vc_column-inner,
.full-width-left-bg.teal-bg > .vc_column-inner,
.full-width-right-bg.teal-bg > .vc_column-inner {
  background-color: #5AC5CC; }

.wpb_content_element.full-width-left-bg.light-blue > .wpb_wrapper,
.wpb_content_element.full-width-right-bg.light-blue > .wpb_wrapper {
  background-color: #EBEBEB; }

.full-width-left-bg.light-blue > .vc_column-inner,
.full-width-right-bg.light-blue > .vc_column-inner {
  background-color: #EBEBEB; }

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.full-width-left-bg.teal > .vc_column-inner,
.full-width-right-bg.teal > .vc_column-inner {
  background-color: #5AC5CC; }

.full-width-left-bg.navy > .vc_column-inner,
.full-width-right-bg.navy > .vc_column-inner {
  background-color: #5AC5CC; }

.full-width-left-bg > .vc_column-inner {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .full-width-left-bg > .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.wpb_content_element.full-width-left-bg > .wpb_wrapper,
.wpb_content_element.full-width-right-bg > .wpb_wrapper {
  position: relative; }

.wpb_content_element.full-width-left-bg > .wpb_wrapper {
  padding-left: 0;
  padding-bottom: 16px; }

@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    right: 103.5%; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-left-bg .wpb_wrapper:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

.wpb_content_element.full-width-style2 > .wpb_wrapper {
  padding: 50px 40px; }

.wpb_content_element.full-width-style2 > .vc_column-inner {
  padding: 50px 40px; }

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px; }
  .wpb_content_element.full-width-style2.full-width-right-bg > .wpb_wrapper {
    padding-right: 0px;
    padding-left: 80px; }

.wpb_content_element.full-width-style2.full-width-right-bg {
  padding-right: 0px; }
  .wpb_content_element.full-width-style2.full-width-right-bg > .vc_column-inner {
    padding-right: 0px;
    padding-left: 80px; }

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px; }
  .wpb_content_element.full-width-style2.full-width-left-bg > .wpb_wrapper {
    padding-left: 0px;
    padding-right: 80px; }

.wpb_content_element.full-width-style2.full-width-left-bg {
  padding-left: 0px; }
  .wpb_content_element.full-width-style2.full-width-left-bg > .vc_column-inner {
    padding-left: 0px;
    padding-right: 80px; }

@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    left: 103.5%; } }

@media (min-width: 768px) {
  .full-width-right-bg > .vc_column-inner:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    left: 103.5%; } }

@media (min-width: 768px) {
  .wpb_content_element.full-width-right-bg .wpb_wrapper:before {
    background-color: inherit;
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    height: 100%;
    width: 1280%;
    top: 0; } }

@media (max-width: 767px) {
  .full-width-right-bg > .vc_column-inner,
  .full-width-left-bg > .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; } }

.full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
  padding: 30px 45px 30px 15px; }
  @media (min-width: 768px) {
    .full-width-left-bg.full-width-left-bg-style-3 > .vc_column-inner {
      padding: 50px 65px 50px 0; } }

.full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
  padding: 30px 15px 30px 45px; }
  @media (min-width: 768px) {
    .full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner {
      padding: 50px 0 50px 65px; } }
  .full-width-right-bg.full-width-right-bg-style-3 > .vc_column-inner .wpb_content_element {
    margin-bottom: 0 !important; }

.wpb_content_element.full-width-right-bg-sm.teal > .wpb_wrapper {
  padding: 27px 0px 20px 40px; }

#content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
#content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
  background: transparent;
  background-image: url(../../../images/bg-pattern-1-navy.png); }
  @media (min-width: 768px) {
    #content .full-width-left-section.bg-pattern-1 .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.bg-pattern-1 .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.bg-pattern-1 .full-width-left-column .vc_column-inner {
      background: none; } }

#content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #5AC5CC; }
  @media (min-width: 768px) {
    #content .full-width-left-section.teal-bg .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.teal-bg .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.teal-bg .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.teal-bg .full-width-left-column .vc_column-inner {
      background: none; } }

#content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
#content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
  background: transparent;
  background-color: #EBEBEB; }
  @media (min-width: 768px) {
    #content .full-width-left-section.light-blue-bg .full-width-left-column .vc_column-inner,
    #content .full-width-right-section.light-blue-bg .full-width-right-column .vc_column-inner,
    #content .full-width-left-section.light-blue-bg .full-width-right-column .vc_column-inner,
    #content .full-width-right-section.light-blue-bg .full-width-left-column .vc_column-inner {
      background: none; } }

/*# sourceMappingURL=styles.css.map */