@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", 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; } }

* {
  -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: transparent; }

body {
  font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    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.42857;
  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: 20px;
  margin-bottom: 20px;
  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: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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.42857;
    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: 20px;
  font-style: normal;
  line-height: 1.42857; }

.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 (max-width: 767px) {
    .container {
      width: auto; } }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.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.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .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.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      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: 20px;
  font-size: 21px;
  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: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  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: 34px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    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: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.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: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.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: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 11px 15px;  /*changed from padding: 6px 12px; Ilie comment out line 3528*/
  font-size: 14px;
  line-height: 1.42857;
  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: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    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: #005f90;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #204d74;
      border-color: #122b40; }
  .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: #005f90;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    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: #337ab7;
  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: #23527c;
    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 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  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: 14px;
  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: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.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: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 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.42857;
      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: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 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: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand, .navbar-brand-ut {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand-ut:hover, .navbar-brand:focus, .navbar-brand-ut:focus {
    text-decoration: none; }
  .navbar-brand > img, .navbar-brand-ut > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container .navbar-brand-ut,
    .navbar > .container-fluid .navbar-brand,
    .navbar > .container-fluid .navbar-brand-ut {
      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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.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: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .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, .navbar-default .navbar-brand-ut {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand-ut:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand-ut:focus {
      color: #5e5e5e;
      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: 767px) {
    .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: #090909; }
  .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand-ut {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand-ut:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand-ut: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: #090909; }
  .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: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .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: #090909; }
    .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; }

.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.42857; }

.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: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.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: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px; }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.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: 1400px) {
    .container {
      width: 1366px; } }

@media (min-width: 1400px) {
  .col-xl-1, .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-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-1-half {
    margin-left: 12.33333%; } }

.visible-xl {
  display: none !important; }

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1400px) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1399px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1400px) {
  .hidden-lg {
    display: none !important; } }

section.service-lines .animate-card:first-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f8da5+15,053c66+86,053c66+86 */
  background: #1f8da5;
  /* Old browsers */
  background: -moz-radial-gradient(top left, ellipse cover, #1f8da5 15%, #053c66 86%, #053c66 86%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top left, ellipse cover, #1f8da5 15%, #053c66 86%, #053c66 86%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top left, #1f8da5 15%, #053c66 86%, #053c66 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f8da5', endColorstr='#053c66',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

section.service-lines .animate-card:last-child {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005186+7,012351+68,012351+90 */
  background: #005186;
  /* Old browsers */
  background: -moz-radial-gradient(top right, ellipse cover, #005186 7%, #012351 68%, #012351 90%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(top right, ellipse cover, #005186 7%, #012351 68%, #012351 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at top right, #005186 7%, #012351 68%, #012351 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005186', endColorstr='#012351',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.animate-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center; }
  .animate-card .card-header {
    transition: .45s ease transform .15s; }
  .animate-card h3 {
    text-transform: uppercase;
    font-size: 32px;
    margin: 0;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    transition: .45s ease transform .15s, .45s ease border-bottom .15s; }
  .animate-card h4 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.25;
    width: 70%;
    transition: .45s ease transform .15s;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .animate-card h2 {
        width: 85%; } }
  .animate-card li {
    font-size: 17px;
    font-weight: 400; }
  .animate-card button {
    background-color: transparent;
    border: none;
    text-align: center;
    transition: .45s ease transform .15s; }
    .animate-card button span {
      opacity: 1;
      transition: .5s ease opacity; }
    .animate-card button::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 30px;
      height: 30px;
      background-image: url(/uploadedImages/_Library_Images/Latitude/admin/more-icon-plain.png);
      background-size: 100% auto;
      background-repeat: no-repeat;
      margin-bottom: 10px;
      transition: .5s ease all; }
    .animate-card button:focus {
      outline: none; }
  .animate-card.open .card-header {
    transform: translateY(-25%);
    transition: .45s ease transform .15s; }
  .animate-card.open h1 {
    transform: scale(0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .45s ease transform .15s, .45s ease border-bottom .15s; }
  .animate-card.open h2 {
    transform: translateY(-10px);
    transition: .45s ease transform .15s; }
  .animate-card.open button::before {
    transform: rotate(45deg); }
  .animate-card.open button span {
    opacity: 0;
    transition: .5s ease opacity; }
  .animate-card.open button {
    transform: translateY(25px);
    transition: .45s ease transform .15s; }

/*.btn-primary {
  background-color: #005f90;
  border-radius: 0;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: 1px;
  padding: 11px 15px;
  text-transform: uppercase;
  transition: .25s ease background-color; }
  .btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462; }*/

.carat-cta {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s, opacity 0.3s; }
  .carat-cta::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #005f90; }
  .carat-cta a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase; }

section.ccc-locations #map-aside {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; }
section.ccc-locations #map-aside {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
section.ccc-locations #map-aside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
body {
  font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", sans-serif;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 400;
  padding-top: 67px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.subpage-header img {
  width: 100%;
  height: auto; }
.centered {
  text-align: center; }
.btn-container-full-width {
  margin-top: 10px; }
  @media (min-width: 767px) {
    .btn-container-full-width {
      margin-top: 35px; } }

/*h3 {
  color: #ffffff;
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase; }*/
  @media (max-width: 767px) {
    h3 {
      font-size: 2rem; } }

p {
  margin: 0; }

.border-frame {
  border: 6px solid #efefef; }
  .border-frame.white {
    border: 6px solid #fff; }
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

a.carat-link {
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.6rem;
  text-transform: uppercase; }
  a.carat-link.white {
    color: white; }
    a.carat-link.white::after {
      content: '\f0da';
      font-family: 'fontAwesome';
      display: inline-block;
      vertical-align: baseline;
      margin-left: 10px;
      color: white; }
  a.carat-link.blue {
    color: #005f90; }
    a.carat-link.blue::after {
      content: '\f0da';
      font-family: 'fontAwesome';
      display: inline-block;
      vertical-align: baseline;
      margin-left: 10px;
      color: #005f90; }
  a.carat-link.dark {
    color: #474747; }
    a.carat-link.dark::after {
      content: '\f0da';
      font-family: 'fontAwesome';
      display: inline-block;
      vertical-align: baseline;
      margin-left: 10px;
      color: #474747; }

.flex-container {
  display: flex; }
  .flex-container.no-wrap {
    flex-wrap: nowrap !important; }
.inline-caret-link {
  color: #005f90;
  font-weight: 500;
  letter-spacing: .75px;
  text-transform: uppercase; }
  .inline-caret-link::after {
    content: '\f0da';
    display: inline-block;
    font-family: 'fontAwesome';
    margin-left: 10px;
    vertical-align: baseline; }
.full-width-caret {
  text-align: center;
  margin: 0 0 0 0; }
.divider {
  border-bottom: 2px solid #ffffff; }
.bg-gray {
  background-color: #efefef; }

@media (min-width: 768px) {
  body {
    padding-top: 155px; }
  /*h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 2px; }*/
  .col-sm-push-half {
    left: 4.165%; }
  .col-sm-push-1-half {
    left: 12.495%; } }

@media (min-width: 992px) {
  .col-md-push-1-half {
    left: 12.495%; } }

.navbar-brand, .navbar-brand-ut {
  background-size: contain !important;
  background: url("/mh_images/memorial-hermann.png") no-repeat;
  display: inline-block;
  width: 192px;
  height: 62px;
  margin: 30px 20px 33px 0;
  padding: 0;
  margin-left: 0 !important;
  text-indent: -9999px;}
  @media (max-width: 767px) {
    .navbar-brand, .navbar-brand-ut {
      /*margin-left: 20px !important;*/ } }

.navbar-brand-ut {
  background: url("/uploadedImages/_Library_Images/Latitude/admin/logos/utms-logo-mobile.png") no-repeat;
  margin-left: 0;
  text-indent: -9999px; }

#mhmg .navbar-brand {
    background-image: url(/mh_images/logo-medgroup.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 82px;
    margin-top: 30px;
    margin-bottom: 33px;
    width: 148px;}

.mobile-nav {
  background: #244462; }
  .mobile-nav li {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 33.333%; }
    .mobile-nav li.active {
      background: #005f90; }
    .mobile-nav li a {
      background-size: 352px 27px;
      background: url("/uploadedImages/_Library_Images/Latitude/admin/mobilenav.png") no-repeat;
      display: block;
      height: 27px;
      margin: 10px auto;
      text-align: center;
      text-indent: -9999px;
      width: 27px; }
      .mobile-nav li a:hover, .mobile-nav li a:focus {
        background-color: transparent; }
      @media (max-width: 767px) {
        .mobile-nav li a {
          background-size: cover; } }
    .mobile-nav li:nth-child(2) a,
    .mobile-nav li:nth-child(2) a:hover,
    .mobile-nav li:nth-child(2) a:focus {
      background-position: -159px 0; }
    .mobile-nav li:nth-child(3) a,
    .mobile-nav li:nth-child(3) a:hover,
    .mobile-nav li:nth-child(3) a:focus {
      background-position: -324px 0; }

.mobile-nav-expanded {
  display: none;
  position: absolute;
  top: 114px;
  height: 245px;
  background-color: white;
  width: 100%;
  z-index: 9998; }
  .mobile-nav-expanded #phone,
  .mobile-nav-expanded #maps,
  .mobile-nav-expanded #doctor {
    display: none;
    height: 100%;
    padding: 30px;
    position: relative; }
    .mobile-nav-expanded #phone .close-btn,
    .mobile-nav-expanded #maps .close-btn,
    .mobile-nav-expanded #doctor .close-btn {
      background: url("/uploadedImages/_Library_Images/Latitude/admin/close.png") no-repeat 0 0;
      background-size: 18px 18px;
      position: absolute;
      top: 20px;
      right: 20px;
      width: 18px;
      height: 18px;
      display: block; }
    .mobile-nav-expanded #phone h5,
    .mobile-nav-expanded #maps h5,
    .mobile-nav-expanded #doctor h5 {
      text-transform: uppercase;
      color: #244462;
      text-align: center;
      font-size: 1.34rem;
      margin: 15px 0;
      letter-spacing: 1px;
      font-weight: 600; }
    .mobile-nav-expanded #phone input,
    .mobile-nav-expanded #maps input,
    .mobile-nav-expanded #doctor input {
      border-radius: 0;
      border-color: #bdbdbd;
      font-size: 1.2rem;
      width: 65%;
      margin: 0;
      display: inline-block;
      height: auto;
      padding: 12px;
      text-align: center;
      background: rgba(255, 255, 255, 0.8);
      color: #757575; }
    .mobile-nav-expanded #phone label,
    .mobile-nav-expanded #maps label,
    .mobile-nav-expanded #doctor label {
      font-size: 1.1rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: .5px;
      color: #005f90;
      width: 100px;
      padding: 0;
      text-align: right;
      line-height: 1.5rem; }
    .mobile-nav-expanded #phone select,
    .mobile-nav-expanded #maps select,
    .mobile-nav-expanded #doctor select {
      overflow: hidden;
      background: url("/uploadedImages/_Library_Images/Latitude/admin/drop-arrow.png") no-repeat right center rgba(255, 255, 255, 0.8);
      background-size: 20px 4px;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: initial;
      text-align: left;
      color: #757575;
      border-radius: 0;
      height: auto;
      padding: 12px;
      font-size: 1.2rem; }
    .mobile-nav-expanded #phone select::-ms-expand,
    .mobile-nav-expanded #maps select::-ms-expand,
    .mobile-nav-expanded #doctor select::-ms-expand {
      display: none; }
    .mobile-nav-expanded #phone .btn-primary,
    .mobile-nav-expanded #maps .btn-primary,
    .mobile-nav-expanded #doctor .btn-primary {
      display: inline-block;
      border-radius: 0;
      text-transform: uppercase;
      background: #005f90;
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 11px 15px;
      margin-left: 5px; }
      .mobile-nav-expanded #phone .btn-primary:hover,
      .mobile-nav-expanded #maps .btn-primary:hover,
      .mobile-nav-expanded #doctor .btn-primary:hover {
        background: #132a34; }
      .mobile-nav-expanded #phone .btn-primary.btn-block,
      .mobile-nav-expanded #maps .btn-primary.btn-block,
      .mobile-nav-expanded #doctor .btn-primary.btn-block {
        display: block;
        width: 100px;
        margin: 0 auto 15px auto; }
    .mobile-nav-expanded #phone form,
    .mobile-nav-expanded #maps form,
    .mobile-nav-expanded #doctor form {
      margin: 0 auto 20px auto;
      max-width: 320px; }
    .mobile-nav-expanded #phone p,
    .mobile-nav-expanded #maps p,
    .mobile-nav-expanded #doctor p {
      text-align: center; }
      .mobile-nav-expanded #phone p a,
      .mobile-nav-expanded #maps p a,
      .mobile-nav-expanded #doctor p a {
        color: #244462; }
        .mobile-nav-expanded #phone p a i,
        .mobile-nav-expanded #maps p a i,
        .mobile-nav-expanded #doctor p a i {
          margin-left: 7px; }
  .mobile-nav-expanded #phone {
    background: url("/uploadedImages/_Library_Images/Latitude/bg/background-mobile-nav-1.jpg") no-repeat top center;
    background-size: cover; }
    .mobile-nav-expanded #phone span {
      display: block;
      width: 250px;
      margin: 40px auto 40px auto;
      text-align: right; }
      .mobile-nav-expanded #phone span.sr-only {
        width: auto; }
    .mobile-nav-expanded #phone p a:hover {
      text-decoration: none;
      color: #005f90; }
  .mobile-nav-expanded #maps {
    background: url("/uploadedImages/_Library_Images/Latitude/bg/background-mobile-nav-2.jpg") no-repeat top center;
    background-size: cover;
    padding: 20px 15px 15px; }
    .mobile-nav-expanded #maps .location {
      display: block;
      margin: 5px auto;
      width: 14px;
      height: auto; }
    .mobile-nav-expanded #maps select {
      width: 52%;
      display: inline-block; }
    .mobile-nav-expanded #maps input {
      width: 46%;
      display: inline-block; }
    .mobile-nav-expanded #maps p a {
      margin-left: 20px; }
      .mobile-nav-expanded #maps p a:hover {
        text-decoration: none;
        color: #005f90; }
      .mobile-nav-expanded #maps p a:first-child {
        margin: 0; }
      .mobile-nav-expanded #maps p a .fa-crosshairs {
        margin: 0 7px 0 0; }
  .mobile-nav-expanded #doctor {
    background: url("/uploadedImages/_Library_Images/Latitude/bg/background-mobile-nav-3.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 15px; }
    .mobile-nav-expanded #doctor select {
      width: 52%;
      display: inline-block; }
    .mobile-nav-expanded #doctor input {
      width: 46%;
      display: inline-block; }
    .mobile-nav-expanded #doctor p a {
      margin-left: 20px; }
      .mobile-nav-expanded #doctor p a:hover {
        text-decoration: none;
        color: #005f90; }
      .mobile-nav-expanded #doctor p a:first-child {
        margin: 0; }
      .mobile-nav-expanded #doctor p a .fa-crosshairs {
        margin: 0 7px 0 0; }

.navbar-default {
  background: linear-gradient(#ffffff, #edecec);
  border: none;
  z-index: 9999; }
  .navbar-default .back-bar {
    background-color: #F5F5F3;
    text-align: left;
    font-size: 10px; }
    .navbar-default .back-bar a {
      color: #353535;
      display: inline-block;
      text-decoration: none;
      padding: 6px 15px 6px 15px; }
      .navbar-default .back-bar a.active {
        background-color: #e6e6e6; }
    .navbar-default .back-bar a:first-child {
      font-weight: 600;
      margin-left: -16px; }
      .navbar-default .back-bar a:first-child::before {
        content: '\f0d9';
        font-family: fontAwesome;
        margin-right: 5px;
        font-size: 11px; }
    .navbar-default .back-bar a:last-child {
      border-right: none; }
    @media (max-width: 1200px) {
      .navbar-default .back-bar {
        display: none; } }
  .navbar-default .navbar-nav {
    margin-top: 0;
    padding: 0 15px;
    margin-bottom: 0; }
    .navbar-default .navbar-nav li {
      background: linear-gradient(#ffffff, #ffffff, #edecec);
      text-transform: uppercase; }
      .navbar-default .navbar-nav li a {
        padding: 10px 20px; }
    @media (max-width: 767px) {
      .navbar-default .navbar-nav {
        padding: 0; } }
  .navbar-default .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  .navbar-default .navbar-toggle {
    border: 0;
    margin-top: 12px; }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background: none; }
    .navbar-default .navbar-toggle .bars {
      display: inline-block; }
    .navbar-default .navbar-toggle .icon-bar {
      width: 22px;
      background-color: #244462;
      margin-right: 5px;
      position: relative;
      top: 4px;
      height: 3px; }
    .navbar-default .navbar-toggle.collapsed .toggle .open {
      display: none; }
    .navbar-default .navbar-toggle.collapsed .toggle .closed {
      display: inline-block; }
  .navbar-default .utility-nav {
    padding: 0 5px;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 99;
    float: none; }
    .navbar-default .utility-nav .search {
      border-radius: 20px;
      background: #ffb30f;
      border-color: #ffb30f;
      margin: 8px 0;
      font-size: 16px;
      color: #474747;
      font-weight: 400;
      box-shadow: inset 0 1px 1px transparent; }
      .navbar-default .utility-nav .search:focus {
        background: #fff;
        border-color: #ffb30f;
        outline: none;
        color: #474747; }
    .navbar-default .utility-nav .search {
      -webkit-font-smoothing: subpixel-antialiased; }
      .navbar-default .utility-nav .search::-webkit-input-placeholder {
        color: #474747; }
      .navbar-default .utility-nav .search:-moz-placeholder {
        color: #474747; }
      .navbar-default .utility-nav .search::-moz-placeholder {
        color: #474747; }
      .navbar-default .utility-nav .search:-ms-input-placeholder {
        color: #474747; }
    .navbar-default .utility-nav .search:focus + .btn {
      color: #ffb30f; }
    .navbar-default .utility-nav .btn {
      color: #fff;
      background: transparent;
      float: right;
      margin-top: -47px;
      font-size: 2rem;
      outline: 0; }
    .navbar-default .utility-nav p.phone {
      color: #757575;
      text-transform: uppercase;
      font-size: 1.4rem;
      padding-bottom: 5px;
      margin-bottom: 0; }
      .navbar-default .utility-nav p.phone strong {
        font-size: 1.2rem;
        margin-right: 5px; }
      .navbar-default .utility-nav p.phone span a {
        margin-left: 0;
        margin-right: 5px;
        color: #757575;
        text-decoration: none; }
        .navbar-default .utility-nav p.phone span a:hover {
          color: #005f90; }
    .navbar-default .utility-nav p a {
      color: #244462;
      text-transform: uppercase;
      font-size: 1.2rem;
      margin-left: 11px;
      font-weight: 700; }
      .navbar-default .utility-nav p a:first-child {
        margin: 0; }
    .navbar-default .utility-nav p .schedule {
      background: url("/uploadedImages/_Library_Images/Latitude/admin/logos/schedulenow.png") no-repeat;
      background-size: cover;
      text-indent: -9999px;
      height: 13px;
      width: 110px;
      display: inline-block;
      top: 0px;
      position: relative;
      margin-left: 0; }
      .navbar-default .utility-nav p .schedule:hover {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/logos/schedulenowOver.png") no-repeat;
        background-size: cover;
        height: 13px;
        width: 110px; }

@media (min-width: 768px) {
  .navbar-brand, .navbar-brand-ut {
    /*width: 208px;
    height: 60.5px;
    margin-top: 20px;
    margin-bottom: 40px;*/ }
  .mobile-nav-expanded {
    display: none !important; }
  .navbar-nav {
    margin-left: 0px; }
    .navbar-nav li.dropdown {
      width: 142.4px; }
  .navbar-default {
    background: linear-gradient(#ffffff, #ffffff, #ffffff, #ffffff, #edecec); }
    .navbar-default .navbar-collapse {
      margin-left: -15px;
      margin-right: -15px; }
    .navbar-default .navbar-nav > li {
      background: #005f90;
      margin: 0 1px; }
      .navbar-default .navbar-nav > li:first-child {
        margin-left: 0; }
      .navbar-default .navbar-nav > li:last-child {
        margin-right: 0; }
      .navbar-default .navbar-nav > li a,
      .navbar-default .navbar-nav > li a:hover,
      .navbar-default .navbar-nav > li a:focus {
        color: #ffffff;
        text-transform: uppercase;
        font-size: .9245rem;
        padding: 8px 0px;
        text-align: center; }
      .navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus {
        background: #244462; }
      .navbar-default .navbar-nav > li .patients li {
        min-height: 456px; }
        .navbar-default .navbar-nav > li .patients li ul li {
          min-height: 0; }
      .navbar-default .navbar-nav > li .professionals li,
      .navbar-default .navbar-nav > li .trials li,
      .navbar-default .navbar-nav > li .solutions li {
        min-height: 0px;
        margin: 10px 0; }
        .navbar-default .navbar-nav > li .professionals li ul li,
        .navbar-default .navbar-nav > li .trials li ul li,
        .navbar-default .navbar-nav > li .solutions li ul li {
          min-height: 0;
          margin: 10px 10px 0px 0px; }
      .navbar-default .navbar-nav > li ul li {
        height: 100%;
        margin: 30px 0;
        min-height: 297px;
        background: transparent; }
        .navbar-default .navbar-nav > li ul li:last-child {
          border-right: 0 !important; }
        .navbar-default .navbar-nav > li ul li span {
          color: #ffb30f;
          font-size: 1.2rem;
          text-transform: uppercase;
          margin: 0px 0 10px 0;
          font-weight: 500;
          letter-spacing: 1.5px;
          padding: 0 6px; }
        .navbar-default .navbar-nav > li ul li:first-child {
          border-top: 0; }
        .navbar-default .navbar-nav > li ul li ul {
          list-style: disc;
          margin-left: 22px;
          margin-bottom: 20px;
          padding: 0; }
          .navbar-default .navbar-nav > li ul li ul li {
            border-right: 0 !important;
            color: #ffb30f;
            min-height: 0;
            margin: 10px 12px 0px 0px; }
            .navbar-default .navbar-nav > li ul li ul li a,
            .navbar-default .navbar-nav > li ul li ul li a:focus {
              text-transform: none;
              text-decoration: none;
              font-size: 1.2rem;
              padding: 0; }
            .navbar-default .navbar-nav > li ul li ul li a:hover {
              text-transform: none;
              font-size: 1.2rem;
              padding: 0;
              text-decoration: underline; }
    .navbar-default .utility-nav {
      margin-top: 20px;
      float: right; }
      .navbar-default .utility-nav .search {
        margin: 8px 0 8px 30%;
        width: 70%; }
      .navbar-default .utility-nav .btn {
        float: right;
        margin-top: -47px;
        font-size: 2rem; }
      .navbar-default .utility-nav p.phone {
        font-size: 1.4rem;
        padding-bottom: 5px; }
        .navbar-default .utility-nav p.phone span.ut-spaced {
          margin-left: 10px; }
        .navbar-default .utility-nav p.phone strong {
          font-size: 1.2rem;
          margin-right: 5px; }
      .navbar-default .utility-nav p {
        float: right; }
        .navbar-default .utility-nav p a {
          font-size: 1.2rem;
          margin-left: 11px;
          text-decoration: none; }
          .navbar-default .utility-nav p a:hover {
            color: #005f90; }
        .navbar-default .utility-nav p .schedule {
          margin-left: 11px;
          height: 13px;
          width: 110px;
          top: 0px; }
  #neuro .dropdown-menu {
    background: #1d2f61; }
  .dropdown-menu {
    background: #096488;
    left: -1px; }
    .dropdown-menu.services {
      width: 721px; }
    .dropdown-menu.patients {
      width: 577px; }
    .dropdown-menu.professionals {
      min-width: 140px; }
    .dropdown-menu.trials {
      min-width: 140px; }
    .dropdown-menu.solutions {
      min-width: 143px; }
    .dropdown-menu.conditions {
      min-width: 599px; }
    .dropdown-menu.patients-families {
      min-width: 599px; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: #096488;
    color: #fff; }
  #neuro .navbar-default .navbar-nav > .open > a,
  #neuro .navbar-default .navbar-nav > .open > a:hover,
  #neuro .navbar-default .navbar-nav > .open > a:focus {
    background: #2b3e71;
    color: #fff; } }

@media (min-width: 992px) {
  .navbar-brand, .navbar-brand-ut {
    /*margin-top: 20px;
    margin-bottom: 40px;*/ }
  .navbar-default .navbar-nav > li {
    margin: 0 2.5px;
    width: 184px; }
    .navbar-default .navbar-nav > li a,
    .navbar-default .navbar-nav > li a:hover,
    .navbar-default .navbar-nav > li a:focus {
      font-size: 1.03rem;
      letter-spacing: 1px;
      padding: 8px 0px;
      text-align: center; }
    .navbar-default .navbar-nav > li .patients li {
      min-height: 417px; }
      .navbar-default .navbar-nav > li .patients li ul li {
        min-height: 0; }
    .navbar-default .navbar-nav > li ul li {
      margin: 30px 0;
      min-height: 298px; }
      .navbar-default .navbar-nav > li ul li span {
        font-size: 1.2rem;
        margin: 0px 0 10px 0;
        font-weight: 500;
        padding: 0 15px; }
      .navbar-default .navbar-nav > li ul li ul {
        margin-left: 25px;
        margin-bottom: 20px; }
        .navbar-default .navbar-nav > li ul li ul li {
          margin: 10px 10px 0px 0px; }
  .navbar-default .utility-nav {
    margin-top: 20px; }
    .navbar-default .utility-nav .search {
      margin: 8px 0 8px 30%; }
    .navbar-default .utility-nav .btn {
      float: right;
      margin-top: -47px;
      font-size: 2rem; }
    .navbar-default .utility-nav p.phone {
      font-size: 1.4rem;
      padding-bottom: 5px; }
      .navbar-default .utility-nav p.phone span {
        display: inline-block; }
        .navbar-default .utility-nav p.phone span.ut-spaced {
          margin-left: 23px; }
      .navbar-default .utility-nav p.phone strong {
        font-size: 1.2rem;
        margin-right: 5px; }
    .navbar-default .utility-nav p a {
      font-size: 1.2rem;
      margin-left: 20px;
      text-decoration: none; }
      .navbar-default .utility-nav p a:hover {
        color: #005f90; }
    .navbar-default .utility-nav p .schedule {
      height: 13px;
      width: 110px;
      top: 0px; }
  .dropdown-menu.services {
    width: 941px; }
  .dropdown-menu.patients {
    width: 752px; }
  .dropdown-menu.conditions {
    min-width: 580px; }
  .dropdown-menu.professionals {
    width: 375px; }
  .dropdown-menu.trials {
    width: 375px; }
  .dropdown-menu.solutions {
    width: 185px; }
  .dropdown-menu.patients-families {
    min-width: 775px; } }

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li {
    padding-top: 2px;
    margin: 0 5px;
    width: 220px; }
    .navbar-default .navbar-nav > li a,
    .navbar-default .navbar-nav > li a:hover,
    .navbar-default .navbar-nav > li a:focus {
      font-size: 1.1rem;
      letter-spacing: 1.5px;
      padding: 8px 0px;
      text-align: center; }
    .navbar-default .navbar-nav > li .patients li {
      min-height: 417px; }
      .navbar-default .navbar-nav > li .patients li ul li {
        min-height: 0; }
    .navbar-default .navbar-nav > li ul li {
      margin: 30px 0;
      min-height: 284px; }
      .navbar-default .navbar-nav > li ul li span {
        font-size: 1.2rem;
        margin: 0px 0 10px 0; }
      .navbar-default .navbar-nav > li ul li ul {
        list-style: disc;
        margin-left: 32px;
        margin-bottom: 20px;
        padding: 0; }
        .navbar-default .navbar-nav > li ul li ul li {
          margin: 10px 0; }
          .navbar-default .navbar-nav > li ul li ul li a,
          .navbar-default .navbar-nav > li ul li ul li a:focus {
            font-size: 1.2rem; }
          .navbar-default .navbar-nav > li ul li ul li a:hover {
            font-size: 1.2rem;
            text-decoration: underline; }
  .navbar-default .utility-nav {
    margin-top: 20px; }
    .navbar-default .utility-nav .search {
      margin: 8px 0 8px 30%; }
    .navbar-default .utility-nav .btn {
      float: right;
      margin-top: -47px;
      font-size: 2rem; }
    .navbar-default .utility-nav p.phone {
      font-size: 1.4rem;
      padding-bottom: 5px; }
      .navbar-default .utility-nav p.phone strong {
        font-size: 1.2rem;
        margin-right: 5px; }
    .navbar-default .utility-nav p a {
      font-size: 1.2rem;
      margin-left: 15px;
      text-decoration: none; }
      .navbar-default .utility-nav p a:hover {
        color: #005f90; }
    .navbar-default .utility-nav p .schedule {
      height: 13px;
      width: 110px;
      top: 0px; }
  .dropdown-menu {
    left: -1px; }
    .dropdown-menu.services {
      width: 1141px; }
    .dropdown-menu.patients {
      width: 911px; }
    .dropdown-menu.professionals {
      width: 222px; }
    .dropdown-menu.trials {
      width: 222px; }
    .dropdown-menu.solutions {
      width: 222px; }
    .dropdown-menu.conditions {
      width: 698px; }
    .dropdown-menu.conditions {
      min-width: 600px; }
    .dropdown-menu.patients-families {
      min-width: 700px; } }

@media (min-width: 1400px) {
  .navbar-default .navbar-nav > li {
    width: 259px; }
  .dropdown-menu {
    margin-left: 1px; }
    .dropdown-menu.services {
      width: 1066px; }
    .dropdown-menu.patients {
      width: 1066px; }
    .dropdown-menu.professionals, .dropdown-menu.trials, .dropdown-menu.solutions {
      width: 259px; } }

footer .newsletter {
  background: #e5edf1;
  padding: 10px 0 20px 0; }
  footer .newsletter .form-group {
    width: 100%;
    margin: 0;
    text-align: center; }
    footer .newsletter .form-group label {
      width: 100%;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      top: 7px;
      position: relative;
      color: #005f90;
      margin-bottom: 25px; }
    footer .newsletter .form-group input {
      border-radius: 0;
      border-color: #edecec;
      font-size: 14px;
      width: 65%;
      margin: 0;
      text-align: center;
      display: inline-block;
      height: auto;
      padding: 13px; }
      footer .newsletter .form-group input::-webkit-input-placeholder {
        color: #757575; }
      footer .newsletter .form-group input:-moz-placeholder {
        /* Firefox 18- */
        color: #757575; }
      footer .newsletter .form-group input::-moz-placeholder {
        /* Firefox 19+ */
        color: #757575; }
      footer .newsletter .form-group input:-ms-input-placeholder {
        color: #757575; }
  footer .newsletter .btn-primary {
    display: inline-block;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    background-color: #005f90;
    letter-spacing: 1px;
    transition: .25s ease background-color;
    padding: 11.5px;
    margin-top: 1px; }
    footer .newsletter .btn-primary:hover {
      transition: .25s ease background-color;
      background: #244462; }

footer .mobile-footer {
  padding-bottom: 30px; }
  footer .mobile-footer .no-pad-left {
    padding-left: 0; }
  footer .mobile-footer .no-padding {
    padding: 0; }
  footer .mobile-footer ul {
    margin: 30px auto 20px auto;
    padding: 0;
    padding-left: 6%;
    width: 95%; }
    footer .mobile-footer ul li {
      list-style: none;
      text-align: left;
      color: #005f90;
      text-transform: uppercase;
      font-size: 14px;
      padding: 0;
      margin: 10px 0;
      width: 49%; }
      footer .mobile-footer ul li:nth-child(even) {
        margin-left: 4.5%;
        width: 40%; }
      footer .mobile-footer ul li a {
        text-decoration: none;
        display: inline-block;
        white-space: normal;
        vertical-align: top;
        color: #005f90; }
        footer .mobile-footer ul li a:hover {
          text-decoration: none;
          color: #244462; }
  footer .mobile-footer p.phone {
    color: #757575;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center; }
    footer .mobile-footer p.phone.p-col-2 {
      text-align: right; }
    footer .mobile-footer p.phone a {
      color: #31728d;
      text-decoration: none; }
    footer .mobile-footer p.phone a:hover,
    footer .mobile-footer p.phone a:focus {
      color: #1f4656;
      text-decoration: underline; }
  footer .mobile-footer .brand-icons {
    width: 250px;
    margin: 0 auto; }
    footer .mobile-footer .brand-icons .b-col-1 {
      float: left;
      width: 90px; }
    footer .mobile-footer .brand-icons .b-col-2 {
      margin-left: 20px;
      float: left;
      width: 140px; }
  footer .mobile-footer img.logo {
    width: 85px;
    max-width: 100%;
    display: inline;
    margin: 0 0 15px 0; }
  footer .mobile-footer img.ut {
    width: 130px;
    margin: 0 0 20px 0;
    padding-top: 2px;
    float: right; }
  footer .mobile-footer ul.social {
    text-align: center;
    width: 100%;
    min-width: 0;
    margin: 10px 0 15px 0;
    padding: 0; }
    footer .mobile-footer ul.social li {
      width: 40px;
      height: 40px;
      background: #1f3060;
      border-radius: 100px;
      display: inline-block;
      color: #ffffff;
      font-size: 18px;
      line-height: 41px;
      text-align: center;
      vertical-align: middle;
      margin: 0 10px;
      position: relative; }
      footer .mobile-footer ul.social li:hover {
        background: #005f90; }
      footer .mobile-footer ul.social li a {
        width: 100%;
        height: 100%;
        display: block;
        text-indent: -99999px;
        position: absolute;
        top: 0; }
      @media (max-width: 450px) {
        footer .mobile-footer ul.social li {
          width: 35px;
          height: 35px;
          line-height: 36px;
          margin: 0 5px; } }
  footer .mobile-footer p.legal {
    font-size: 14px;
    text-align: center;
    color: #757575;
    line-height: 1.75rem;
    margin-bottom: 30px; }
    footer .mobile-footer p.legal a {
      text-decoration: underline;
      margin: 0 5px; }
  footer .mobile-footer .footer-nav {
    text-align: center;
    margin-bottom: 28px; }
    footer .mobile-footer .footer-nav li {
      white-space: nowrap;
      padding-right: 5px; }
      footer .mobile-footer .footer-nav li:first-child {
        margin: 0; }
      footer .mobile-footer .footer-nav li span {
        display: inline-block;
        padding-left: 5px; }
        footer .mobile-footer .footer-nav li span.hidden-pipe {
          display: none; }
    footer .mobile-footer .footer-nav .breaker {
      display: block; }

@media (min-width: 568px) {
  .mobile-footer .footer-nav li {
    padding-right: 5px;
    margin: 10px 0; }
    .mobile-footer .footer-nav li span {
      display: inline-block;
      padding-left: 5px; }
      .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important; }
        .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
          display: none !important; }
  .mobile-footer .footer-nav .breaker {
    display: none !important; }
    .mobile-footer .footer-nav .breaker.alt-breaker {
      display: block !important; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  .mobile-footer .footer-nav li {
    font-size: 1.25rem; } }

@media only screen and (min-device-width: 667px) and (orientation: landscape) {
  .mobile-footer .footer-nav li {
    padding-right: 5px;
    font-size: 1.25rem; }
    .mobile-footer .footer-nav li span {
      display: inline-block;
      padding-left: 5px; }
      .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important; }
        .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
          display: none !important; }
  .mobile-footer .footer-nav .breaker {
    display: none !important; }
    .mobile-footer .footer-nav .breaker.alt-breaker {
      display: block !important; } }

@media (min-width: 568px) {
  .mobile-footer .footer-nav li {
    padding-right: 5px; }
    .mobile-footer .footer-nav li span {
      display: inline-block;
      padding-left: 5px; }
      .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important; }
        .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
          display: none !important; }
  .mobile-footer .footer-nav .breaker {
    display: none !important; }
    .mobile-footer .footer-nav .breaker.alt-breaker {
      display: block !important; } }

@media (min-width: 768px) {
  footer .newsletter {
    padding: 10px 0; }
    footer .newsletter .form-group label {
      width: 22%;
      font-size: 1.2rem;
      top: 7px;
      margin-bottom: 0; }
    footer .newsletter .form-group input {
      font-size: 1.2rem;
      width: 60%;
      padding: 12px; }
    footer .newsletter .btn-primary {
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 10.5px 20px;
      margin-top: 0px;
      margin-left: 10px; }
  footer .desktop-footer {
    padding: 30px 0; }
    footer .desktop-footer ul.links {
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      footer .desktop-footer ul.links li {
        display: inline-block;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 10px 14px; }
        footer .desktop-footer ul.links li:first-child {
          padding-left: 0; }
        footer .desktop-footer ul.links li:last-child {
          padding-right: 0; }
        footer .desktop-footer ul.links li a {
          color: #005f90; }
    footer .desktop-footer .legal {
      margin-top: 30px;
      margin-bottom: 13px; }
      footer .desktop-footer .legal img.logo {
        width: 115px;
        max-width: 100%; }
      footer .desktop-footer .legal p {
        font-size: .9rem;
        text-align: center;
        color: #757575;
        line-height: 3rem; }
        footer .desktop-footer .legal p a {
          text-decoration: underline;
          margin: 0 5px; }
      footer .desktop-footer .legal img.ut {
        width: 181px;
        margin-top: 3px;
        max-width: 100%; }
    footer .desktop-footer .legal-text {
      text-align: center;
	  max-width: 800px;
	  margin: 0 auto 10px !important; }
      footer .desktop-footer .legal-text a {
        text-decoration: underline; }
    footer .desktop-footer ul.social {
      text-align: center;
      margin: 2px 0 30px 0;
      padding: 0; }
      footer .desktop-footer ul.social li {
        transition: ease 0.25s background-color;
        width: 30px;
        height: 30px;
        background: #1f3060;
        border-radius: 100px;
        display: inline-block;
        color: #ffffff;
        font-size: 1.6rem;
        text-align: center;
        vertical-align: middle;
        line-height: 3.15rem;
        margin: 0 15px;
        position: relative; }
        footer .desktop-footer ul.social li:hover {
          transition: ease 0.25s background-color;
          background: #005f90; }
        footer .desktop-footer ul.social li a {
          width: 100%;
          height: 100%;
          display: block;
          text-indent: -99999px;
          position: absolute;
          top: 0; } }

@media (min-width: 992px) {
  footer .newsletter {
    padding: 10px 0; }
    footer .newsletter .form-group label {
      width: 22%;
      font-size: 1.2rem;
      top: 9px; }
    footer .newsletter .form-group input {
      font-size: 1.6rem;
      text-align: center;
      width: 55%;
      padding: 9px; }
    footer .newsletter .btn-primary {
      font-size: 1.2rem;
      letter-spacing: 1px;
      padding: 10px 30px;
      margin-top: 1px;
      margin-left: 10px; }
  footer .desktop-footer ul.links li {
    font-size: 1.2rem;
    padding: 17px;
    letter-spacing: 1px; }
    footer .desktop-footer ul.links li a:hover {
      color: #244462; }
  footer .desktop-footer .legal {
    margin-top: 30px;
    margin-bottom: 30px; }
    footer .desktop-footer .legal img.logo {
      width: 125px;
      max-width: 100%; }
    footer .desktop-footer .legal p {
      font-size: 1.2rem;
      line-height: 5rem; }
      footer .desktop-footer .legal p a {
        margin: 0 5px; }
  footer .desktop-footer ul.social {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0; }
    footer .desktop-footer ul.social li {
      width: 35px;
      height: 35px;
      font-size: 1.8rem;
      line-height: 3.75rem; } }

@media (min-width: 1200px) {
  footer .desktop-footer ul.links li {
    font-size: 1.36rem;
    padding: 24.5px; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/uploadedImages/_Library_Images/Latitude/admin/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/uploadedFiles/_Library_Files/Latitude/fonts/slick.eot");
  src: url("/uploadedFiles/_Library_Files/Latitude/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/uploadedFiles/_Library_Files/Latitude/fonts/slick.woff") format("woff"), url("/uploadedFiles/_Library_Files/Latitude/fonts/slick.ttf") format("truetype"), url("/uploadedFiles/_Library_Files/Latitude/fonts/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 8%;
  max-width: 125px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 0;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999; }

@media (max-width: 767px) {
    .slick-prev, .slick-next {
        margin: -30px auto 0;
        display: none;
    }
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 73px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-left.png);
  background-size: 49% auto;
  background-repeat: no-repeat;
  background-position: right center; }
  @media (max-width: 767px) {
    .slick-prev {
      opacity: 0; } }

.slick-next {
  right: 0;
  background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-right.png);
  background-size: 49% auto;
  background-repeat: no-repeat;
  background-position: left center; }
  @media (max-width: 767px) {
    .slick-next {
      opacity: 0; } }

.leader-slider .slick-prev {
  background-image: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-left-active.png) !important;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.leader-slider .slick-next {
  background-image: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-right-active.png) !important;
  background-size: 100% auto;
  background-repeat: no-repeat; }

/* Dots */
.slick-dots {
  position: absolute; /*commented out in modified version*/
  bottom: 0px; /*commented out in modified version*/
/*not commented in modified version
margin-top: -30px; 
*/
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

@media (max-width: 767px) {
    .slick-dots {
        margin: -30px auto 10px;
    }
}

  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 7px;
    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: 12px;
        line-height: 20px;
        text-align: center;
        color: #abb4b3;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media (max-width: 767px) {
          .slick-dots li button:before {
            color: #fff; } }
    .slick-dots li.slick-active button:before {
      color: #ffb30f;
      opacity: 0.75; }
      @media (max-width: 767px) {
        .slick-dots li.slick-active button:before {
          opacity: 1; } }
    @media (max-width: 767px) {
      .slick-dots li {
        margin: 0 2px; } }

.slider {
  margin-left: -15px;
  margin-right: -15px; }

.slide img {
  width: 100%;
  height: auto; }

.slide .caption {
  position: absolute;
  left: -9999pz;
  top: 0%;
  opacity: 0; }

@media (min-width: 768px) {
  .slick-dots {
    bottom: 10px; /*commented out in modified version*/
/*not commented in modified version
 margin-top: -30px; 
*/
	}
    .slick-dots li {
      margin: 0 8px; }
      .slick-dots li button:before {
        font-size: 12px; }
  .slide .caption {
    width: 50%;
    left: 7%; }
    .slide .caption h3 {
      font-size: 1.2rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption h2 {
      font-size: 2.3rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption p {
      font-size: 1.2rem;
      margin: 25px 0; }
    .slide .caption a {
      font-size: 1.4rem; }
    .slide .caption .fa-caret-right {
      margin-left: 8px; } }

@media (min-width: 992px) {
  .slick-dots {
    bottom: 20px; /*commented out in modified version*/
/*not commented in modified version
	margin-top: -30px; 
*/
	}
    .slick-dots li button:before {
      font-size: 16px; }
  .slide .caption {
    width: 50%;
    left: 7%; }
    .slide .caption h3 {
      font-size: 1.6rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption h2 {
      font-size: 3.5rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption p {
      font-size: 1.4rem;
      margin: 25px 0; }
    .slide .caption a {
      font-size: 1.6rem; }
    .slide .caption .fa-caret-right {
      margin-left: 10px; } }

@media (min-width: 1200px) {
  .slide .caption {
    width: 50%;
    left: 7%; }
    .slide .caption h3 {
      font-size: 1.7rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption h2 {
      font-size: 3.7rem;
      margin-top: 20px;
      margin-bottom: 10px; }
    .slide .caption p {
      font-size: 1.6rem;
      margin: 5px 0 20px 0; }
    .slide .caption a {
      font-size: 1.8rem; }
    .slide .caption .fa-caret-right {
      margin-left: 10px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; 
*/
min-height: 200px; 
min-width: 400px;  
	
  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; }
@media (max-width: 400px) {
    .slick-slide {
        min-height: auto !important;
        min-width: auto !important;
    }
}

.slick-arrow.slick-hidden {
  display: none; }

section.main-slider .main-slider-container {
  max-width: 100%; }

section.main-slider .slider {
  width: 100%;
  margin: 0; }

section.quick-links {
  padding: 40px 0;
  background: url(/uploadedImages/_Library_Images/Latitude/bg/light-blue-gradient-bg.jpg) center/cover no-repeat; }
  section.quick-links h1 {
    max-width: 749px;
    font-size: 16px;
    text-align: center;
    margin: 0px auto 10px auto !important;
    line-height: 1.4; }
  section.quick-links .container-fluid {
    max-width: 1366px; }
  section.quick-links a:hover .icon,
  section.quick-links .section-link.is-hover .icon {
    transition: .25s ease background-image; }
  section.quick-links a:hover .icon.services,
  section.quick-links .section-link.is-hover .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon-hover.png); }
  section.quick-links a:hover .everyday-well,
  section.quick-links .section-link.is-hover .everyday-well {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/everyday-well-icon-hover.png); }
  section.quick-links a:hover .health-plans,
  section.quick-links .section-link.is-hover .health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon-hover.png); }
  section.quick-links a:hover .instant-access,
  section.quick-links .section-link.is-hover .instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon-hover.png); }
  section.quick-links a:hover + p a.arrow,
  section.quick-links .section-link.is-hover + p a.arrow {
    border-left: 5px solid #00c8e1; }
  section.quick-links a.arrow {
    width: 0;
    height: 0;
    margin-left: 8px;
    white-space: nowrap;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #005f90;
    vertical-align: baseline;
    transition: .25s ease border-left; }
    section.quick-links a.arrow:hover {
      border-left: 5px solid #00c8e1;
      transition: .25s ease border-left; }
  section.quick-links .icon {
    margin: 0 auto;
    display: block;
    width: 100px;
    transition: .25s ease background-image;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
    section.quick-links .icon.services {
      background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon.png); }
    section.quick-links .icon.everyday-well {
      background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/everyday-well-icon.png); }
    section.quick-links .icon.health-plans {
      background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon.png); }
    section.quick-links .icon.instant-access {
      background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon.png); }
    /*@media (max-width: 767px) {
      section.quick-links .icon {
        width: 75px; } }*/
  section.quick-links h2 {
    color: #005f90;
    font-size: 16px;
    font-weight: 600;
    text-align: center; }
  section.quick-links p {
    width: 70%;
    padding-left: 5%;
    margin: 0 auto; }
    @media (max-width: 767px) {
      section.quick-links p {
        width: 85%;
        font-size: 13px;
        padding-left: 0; }
        section.quick-links p span.test {
          white-space: nowrap; }
        section.quick-links p span.test::after {
          content: '\f0da';
          margin-left: 8px;
          vertical-align: middle;
          color: #005f90;
          display: inline-block;
          font-family: fontAwesome; } }
  section.quick-links .link-col {
    padding: 20px 0; }
    @media (max-width: 767px) {
      section.quick-links .link-col {
        margin: 0 auto;
        padding: 10px 0; } }
  section.quick-links .link-col:not(:first-child) {
    border-left: 1px solid #005f90; }
    @media (max-width: 767px) {
      section.quick-links .link-col:not(:first-child) {
        border-left: 0; } }
  @media (max-width: 767px) {
    section.quick-links {
      padding: 10px 0 25px 0; }
      section.quick-links .link-col:not(:nth-child(odd))::before {
        content: '';
        display: inline-block;
        height: 88%;
        width: 1px;
        position: absolute;
        top: 10%;
        left: 0;
        background-color: #005f90; } }

section.find-location {
  background: url("/uploadedImages/_Library_Images/Latitude/bg/background-map.jpg") center top/cover no-repeat #e5edf1;
  padding: 20px 0; }
  section.find-location img.location {
    margin: 0 auto 30px auto;
    display: block;
    width: 25px;
    height: auto; }
  section.find-location h4 {
    color: #244462;
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    width: 85%; }
  section.find-location p {
    color: black;
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center; }
    section.find-location p a {
      color: #005f90;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
    section.find-location p a:hover {
      color: #244462; }
  section.find-location .form-inline {
    margin-top: 40px;
    text-align: center; }
    section.find-location .form-inline .form-control {
      background-color: rgba(255, 255, 255, 0.5);
      border-color: #676c66;
      border-radius: 0;
      color: #5c5c5c;
      font-size: 1.6rem;
      height: auto;
      padding: 15px 15px;
      text-align: center;
      width: 100%; }
    section.find-location .form-inline select {
      appearance: none;
      -moz-appearance: initial;
      -webkit-appearance: none;
      background: url("/uploadedImages/_Library_Images/Latitude/admin/drop-arrow.png") no-repeat right center rgba(255, 255, 255, 0.5);
      overflow: hidden;
      text-align: center;
      text-align-last: center; }
    section.find-location .form-inline select::-ms-expand {
      display: none; }
    section.find-location .form-inline input[type="text"],
    section.find-location .form-inline input[type="tel"] {
      background: rgba(255, 255, 255, 0.5); }
      section.find-location .form-inline input[type="text"]::-webkit-input-placeholder,
      section.find-location .form-inline input[type="tel"]::-webkit-input-placeholder {
        color: #5c5c5c; }
      section.find-location .form-inline input[type="text"]:-moz-placeholder,
      section.find-location .form-inline input[type="tel"]:-moz-placeholder {
        /* Firefox 18- */
        color: #5c5c5c; }
      section.find-location .form-inline input[type="text"]::-moz-placeholder,
      section.find-location .form-inline input[type="tel"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #5c5c5c; }
      section.find-location .form-inline input[type="text"]:-ms-input-placeholder,
      section.find-location .form-inline input[type="tel"]:-ms-input-placeholder {
        color: #5c5c5c; }
    section.find-location .form-inline p {
      color: #676c66;
      font-size: 1.2rem;
      line-height: 5.2rem; }
      section.find-location .form-inline p.or {
        color: black;
        font-size: 1.75rem;
        letter-spacing: 1px;
        margin-top: 0; }
    section.find-location .form-inline .btn-primary {
      margin: 50px auto 0;
      padding: 12px 30px; }
  @media (min-width: 768px) {
    section.find-location {
      padding: 40px 0; }
      section.find-location p {
        font-size: 1.8rem;
        margin-top: 40px;
        margin: 40px auto 0 auto;
        max-width: 900px;
        width: 100%; } }

section.service-lines {
  display: flex; }
  @media (max-width: 767px) {
    section.service-lines {
      flex-direction: column; } }
  section.service-lines .animate-card {
    padding: 80px 0;
    height: 550px;
    width: 50%; }
    section.service-lines .animate-card.open .content {
      max-height: 800px;
      opacity: 1;
      transition: 0.75s ease opacity .15s, 1.25s ease-in max-height; }
    section.service-lines .animate-card:first-child {
      background-size: 100% 200%; }
    section.service-lines .animate-card:last-child {
      background-size: 100% 300%; }
    @media (max-width: 767px) {
      section.service-lines .animate-card {
        width: 100%;
        height: auto; } }
  section.service-lines .card-wrapper {
    max-width: 95%;
    margin: 0 auto; }
  section.service-lines .content {
    opacity: 0;
    overflow: hidden;
    max-height: 50px;
    transition: 0.5s ease opacity 0.05s, max-height 0.75s cubic-bezier(0, 1, 0, 1) 0.15s;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    section.service-lines .content::after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      border-right: 1px solid white;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    section.service-lines .content .left,
    section.service-lines .content .right {
      width: 50%;
      display: inline-block;
      text-align: left; }
      @media (max-width: 992px) {
        section.service-lines .content .left,
        section.service-lines .content .right {
          width: auto;
          margin: 0 auto; }
          section.service-lines .content .left ul,
          section.service-lines .content .right ul {
            padding: 0 !important;
            float: none !important;
            margin-bottom: 0; } }
    section.service-lines .content .right ul {
      padding-left: 50px; }
    section.service-lines .content .left ul {
      float: right;
      padding-right: 55px; }
    section.service-lines .content li {
      list-style-type: none;
      padding-top: 12px;
      padding-bottom: 12px; }
      section.service-lines .content li::before {
        content: '';
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle; }
      section.service-lines .content li.heart::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.childrens::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/childrens-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.ortho::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/ortho-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.cancer::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/cancer-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.neuro::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/neuro-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.trauma::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/trauma-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.womens::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/womens-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.all::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/all-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.nurse::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/nurse-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.primary::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/primary-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.urgent::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/urgent-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.redi::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.emergency::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/emergency-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li.ccc::before {
        background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat; }
      section.service-lines .content li:nth-child(odd) span {
        float: right; }
  section.service-lines.mobile .primary-card .content .left,
  section.service-lines.mobile .primary-card .content .right {
    margin-left: 22%; }
    @media (max-width: 450px) {
      section.service-lines.mobile .primary-card .content .left,
      section.service-lines.mobile .primary-card .content .right {
        margin-left: 17%; } }
  section.service-lines.mobile .specialty-card .content .left,
  section.service-lines.mobile .specialty-card .content .right {
    margin-left: 30%; }
  section.service-lines.mobile .animate-card {
    height: auto; }
    section.service-lines.mobile .animate-card.open {
      padding-bottom: 40px; }
  section.service-lines.mobile .content .left,
  section.service-lines.mobile .content .right {
    min-width: 60%; }
  section.service-lines.mobile .content::after {
    opacity: 0; }

section.resources {
  background-color: #fff;
  padding: 40px 0; }
  @media (max-width: 767px) {
    section.resources {
      padding: 0 0 20px 0; } }
  @media (min-width: 1400px) {
    section.resources .container {
      padding: 0 60px; } }
  section.resources h3 {
    color: #005f90;
    font-weight: 600;
    margin-bottom: 25px; }
  section.resources h4 {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase; }
  section.resources a {
    text-transform: uppercase; }
  section.resources p {
    color: #757575;
    font-size: 16px; }
  section.resources a:hover {
    text-decoration: none; }
  section.resources .resource-box, section.resources .resource-box-icon, section.resources .resource-box-img, section.resources .resource-box-img-icon {
    margin: 0 0 10px 0;
    padding: 0 60px; }
    @media (max-width: 992px) {
      section.resources .resource-box, section.resources .resource-box-icon, section.resources .resource-box-img, section.resources .resource-box-img-icon {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      section.resources .resource-box, section.resources .resource-box-icon, section.resources .resource-box-img, section.resources .resource-box-img-icon {
        padding: 20px;
        width: 93%;
        margin: 0 auto; } }
    section.resources .resource-box a, section.resources .resource-box-icon a, section.resources .resource-box-img a, section.resources .resource-box-img-icon a {
      color: #005f90;
      letter-spacing: .75px;
      font-weight: 500;
      margin-top: 10px; }
  section.resources .resource-box:not(:last-child), section.resources .resource-box-icon:not(:last-child), section.resources .resource-box-img:not(:last-child), section.resources .resource-box-img-icon:not(:last-child) {
    border-right: 1px solid lightgray; }
    @media (max-width: 767px) {
      section.resources .resource-box:not(:last-child), section.resources .resource-box-icon:not(:last-child), section.resources .resource-box-img:not(:last-child), section.resources .resource-box-img-icon:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid lightgray; } }
  section.resources .fa-caret-right {
    margin-left: 7.5px;
    vertical-align: baseline; }
  section.resources .resource-box-icon img {
    max-width: 68px;
    width: 85%;
    display: block;
    height: auto;
    margin: 0 auto 20px auto; }
  section.resources .resource-box-icon h4 {
    text-align: center;
    margin-bottom: 15px; }
  section.resources .resource-box-img img, section.resources .resource-box-img-icon img {
    width: 100%;
    height: auto;
    margin: 10px 0 20px 0; }
  section.resources .resource-box-img-icon img.icon {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-left: -5px;
    margin-right: 10px;
    margin-bottom: 10px; }
  section.resources .resource-box-img-icon h4 {
    display: inline-block; }

section.banner-announcement {
  background: #244462;
  padding: 15px; }
  section.banner-announcement p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #fff;
    margin: 0;
    line-height: 1.1; }
    section.banner-announcement p strong {
      font-weight: 400;
      font-size: 14px;
      color: #fff;
      letter-spacing: 1px;
      display: block; }
    section.banner-announcement p a {
      color: #fff;
      font-weight: 600;
      padding-left: 13px;
      letter-spacing: .5px;
      transition: .25s ease opacity; }
      section.banner-announcement p a:hover {
        opacity: .8;
        transition: .25s ease opacity; }
      section.banner-announcement p a::after {
        content: '\f0da';
        font-family: fontAwesome;
        display: inline-block;
        margin-left: 8px;
        color: #fff; }
    section.banner-announcement p .arrow {
      opacity: 0;
      background: transparent;
      margin: 0 auto;
      display: block;
      height: 4px;
      width: 8px; }
  @media (min-width: 768px) {
    section.banner-announcement {
      padding: 12px 0 19px 0; }
      section.banner-announcement p {
        font-size: 1.4rem;
        line-height: 1rem; }
        section.banner-announcement p strong {
          display: inline-block;
          font-size: 1.8rem; }
        section.banner-announcement p a {
          padding: 0; }
        section.banner-announcement p a::after {
          display: none; }
        section.banner-announcement p .arrow {
          height: 16px;
          display: inline-block;
          transform: none;
          position: relative;
          width: 6px;
          left: auto;
          margin: 0px 8px;
          top: 2px;
          opacity: 1;
          background: url("/uploadedImages/_Library_Images/Latitude/admin/arrow-right-white.png");
          background-size: cover; } }
  @media (min-width: 992px) {
    section.banner-announcement p {
      font-size: 1.8rem;
      line-height: 1.6rem; }
      section.banner-announcement p strong {
        font-size: 2.8rem;
        position: relative;
        top: 2px; }
      section.banner-announcement p .arrow {
        height: 25px;
        width: 9px;
        margin: 0px 12px;
        top: 5px; } }

@media (min-width: 320px) {
  .u-nowrap {
    white-space: nowrap !important;
    line-height: 13px; } }

@media (max-width: 767px) {
  .u-nowrap::after {
    content: '\f0da';
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: baseline;
    color: #005f90;
    display: inline-block;
    font-family: fontAwesome; } }

@media (min-width: 768px) {
  a.button {
    max-width: 205px;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-top: 30px;
    /*ICONS*/ }
    a.button .icon {
      width: 73px;
      height: 73px;
      border: 2px solid #ffb30f;
      margin: 15px auto; } }

@media (min-width: 1200px) {
  a.button {
    max-width: 205px;
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-top: 0;
    /*ICONS*/ }
    a.button .icon {
      width: 97px;
      height: 97px;
      border: 3px solid #ffb30f;
      margin: 0 auto 25px auto; } }

section.locations_app {
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  /* Filters/Geolocation Sidebar */
  /* Locations List */
  /* Map */ }
  section.locations_app h4 {
    color: #005f90;
    font-size: 20px;
    max-width: 450px; }
  section.locations_app .row {
    display: flex;
    margin: 0; }
  section.locations_app .locations_sidebar {
    border-right: 1px solid #f1f1f1;
    background-color: #f8f8f8;
    max-width: 250px;
    min-width: 250px;
    padding: 0 30px 60px 30px; }
    section.locations_app .locations_sidebar h3 {
      color: #474747;
      font-size: 22px;
      font-weight: 700;
      margin: 42px 0 0 0;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 2px; }
  section.locations_app .geolocation_container {
    padding: 12px 0 10px 0;
    text-align: center; }
    section.locations_app .geolocation_container .alert-message {
      color: #bf0000;
      padding: 10px 0;
      font-weight: 600; }
    section.locations_app .geolocation_container button, section.locations_app .geolocation_container input[type="tel"], section.locations_app .geolocation_container input[type="number"], section.locations_app .geolocation_container select {
      width: 100%;
      padding: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #edecec;
      border-radius: 0;
      color: #757575;
      background-color: #fff;
      text-align: center; }
    section.locations_app .geolocation_container input::-webkit-outer-spin-button,
    section.locations_app .geolocation_container input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    section.locations_app .geolocation_container #get_location {
      background: transparent;
      border: none;
      padding: 10px 0 10px 0;
      margin: 10px 0 0 0; }
      section.locations_app .geolocation_container #get_location span {
        display: inline-block; }
        section.locations_app .geolocation_container #get_location span::before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          margin: -2px 8px 0 0;
          background: transparent url(../images/admin/location-finder.svg) no-repeat center;
          background-size: auto 100%; }
      section.locations_app .geolocation_container #get_location:active, section.locations_app .geolocation_container #get_location:focus {
        outline: none; }
      section.locations_app .geolocation_container #get_location.loading span::before {
        background-image: url(../images/admin/ajax-loader.gif);
        background-size: 100% auto; }
      section.locations_app .geolocation_container #get_location.found span::before {
        background-image: url(../images/pins/userlocation-pin.png); }
      section.locations_app .geolocation_container #get_location.found span {
        color: #005f90; }
      section.locations_app .geolocation_container #get_location.error span::before {
        background-image: none; }
    section.locations_app .geolocation_container select {
      border-radius: 0;
      color: #757575;
      width: 100%;
      padding: 10px 20px 10px 20px;
      margin: 0 0 10px 0;
      border: 1px solid #edecec;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-align: center;
      text-indent: 0;
      background-color: #fff;
      background-image: url(../images/admin/drop-arrow-square.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 18px auto; }
    section.locations_app .geolocation_container select::-ms-expand {
      display: none; }
  section.locations_app .filter_buttons_container {
    display: none;
    position: relative;
    width: 100%;
    text-align: center; }
    section.locations_app .filter_buttons_container .filter_btn {
      background-color: #005f90;
      border-radius: 0;
      color: white;
      border: none;
      text-transform: uppercase;
      font-weight: 700;
      padding: 12px 40px;
      margin: 0 10px; }
      section.locations_app .filter_buttons_container .filter_btn.clear_filters_btn {
        background-color: #dedede;
        color: #474747; }
    section.locations_app .filter_buttons_container .back_bar {
      display: block;
      width: 100%;
      background-color: white;
      position: absolute;
      top: 0;
      left: 0;
      height: 40px; }
    section.locations_app .filter_buttons_container .back_btn {
      content: '';
      display: block;
      position: absolute;
      margin: 0;
      width: 40px;
      height: 40px;
      background: url(../images/locations/chevron.svg) no-repeat center transparent;
      background-size: 90% auto;
      border: none;
      top: 0;
      left: 2px; }
  section.locations_app .filters_container h4 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    margin: 30px 0 15px 0;
    color: #333333; }
  section.locations_app .filters_container ul.results-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
    section.locations_app .filters_container ul.results-list li {
      transition: opacity 300ms ease-in;
      color: #005f90;
      font-size: 13px;
      font-weight: 700;
      margin-top: 0;
      margin-bottom: 10px;
      padding-left: 17px;
      background-image: url("/assets/images/locations/locations_list_checkmark.svg");
      background-repeat: no-repeat;
      background-position: 0 .25em;
      background-size: 12px 12px;
      cursor: pointer; }
      section.locations_app .filters_container ul.results-list li:hover {
        background-image: url("/assets/images/locations/locations_list_close.svg"); }
      section.locations_app .filters_container ul.results-list li.fade-enter {
        opacity: 0.1; }
        section.locations_app .filters_container ul.results-list li.fade-enter.fade-enter-active {
          opacity: 1; }
      section.locations_app .filters_container ul.results-list li.fade-exit {
        opacity: 1; }
        section.locations_app .filters_container ul.results-list li.fade-exit.fade-exit-active {
          opacity: 0;
          transition: opacity 150ms ease-in; }
    section.locations_app .filters_container ul.results-list span.filter-enter {
      opacity: 0;
      transform: translate(0, -100px);
      transform: translate3d(0, -100px, 0); }
      section.locations_app .filters_container ul.results-list span.filter-enter.filter-enter-active {
        opacity: 1;
        transition: opacity 1s ease;
        transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        transition-property: transform, opacity;
        transition-duration: 800ms;
        transition-timing-function: cubic-bezier(0.175, 0.665, 0.32, 1), linear; }
  section.locations_app .filters_container ul.sidebar-list {
    padding-left: 0; }
    section.locations_app .filters_container ul.sidebar-list .checkbox {
      margin: 0; }
      section.locations_app .filters_container ul.sidebar-list .checkbox label {
        color: #005f90;
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 8px;
        cursor: pointer;
        min-height: 0; }
      section.locations_app .filters_container ul.sidebar-list .checkbox input[type="checkbox"] {
        margin: 3px 0 0 -20px; }
      section.locations_app .filters_container ul.sidebar-list .checkbox:nth-of-type(n+5) {
        display: none;
        opacity: 0; }
      section.locations_app .filters_container ul.sidebar-list .checkbox.checked label {
        font-weight: 700; }
    section.locations_app .filters_container ul.sidebar-list.active .checkbox:nth-of-type(n+5) {
      display: block;
      opacity: 1;
      transition: opacity 500ms ease-in; }
  section.locations_app .filters_container a.show_more_btn {
    color: #474747;
    font-weight: 600; }
    section.locations_app .filters_container a.show_more_btn:link {
      color: #333333;
      text-decoration: none; }
    section.locations_app .filters_container a.show_more_btn:visited {
      color: #474747;
      text-decoration: none; }
    section.locations_app .filters_container a.show_more_btn:active {
      color: #333333;
      text-decoration: none; }
    section.locations_app .filters_container a.show_more_btn:hover {
      color: #333333; }
  section.locations_app .locations_map_outer_container {
    display: flex;
    position: relative;
    flex-direction: row;
    flex: 1; }
  section.locations_app .locations_buttons_container {
    display: none;
    margin: 0;
    position: relative;
    padding: 15px 35px 0 35px;
    order: 1;
    justify-content: space-between; }
    section.locations_app .locations_buttons_container .btn_show_map, section.locations_app .locations_buttons_container .btn_show_filters {
      display: none;
      background-color: white;
      color: #474747;
      font-weight: 700;
      border-radius: 25px;
      padding: 6px 30px;
      border: 4px solid #edecec;
      text-transform: uppercase;
      text-align: center;
      position: relative;
      font-size: 16px;
      z-index: 300; }
      section.locations_app .locations_buttons_container .btn_show_map span, section.locations_app .locations_buttons_container .btn_show_filters span {
        display: inline-block; }
        section.locations_app .locations_buttons_container .btn_show_map span::before, section.locations_app .locations_buttons_container .btn_show_filters span::before {
          content: '';
          display: inline-block;
          width: 15px;
          height: 15px;
          vertical-align: middle;
          margin: -3px 8px 0 -4px;
          background: transparent url("/assets/images/locations/location_gray_pin.png") no-repeat center;
          background-size: auto 14px; }
    section.locations_app .locations_buttons_container .btn_show_filters span::before {
      content: '\f00c';
      font-family: 'fontAwesome';
      display: inline-block;
      vertical-align: baseline;
      position: relative;
      background: none;
      margin-right: 6px; }
  section.locations_app .locations_container {
    background-color: #fff;
    padding: 21px 0 0 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  section.locations_app .locations_empty_results {
    width: 100%;
    min-height: 400px;
    text-align: center;
    position: relative;
    padding-top: 115px; }
    section.locations_app .locations_empty_results h1 {
      color: #474747;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 1px; }
    section.locations_app .locations_empty_results h3 {
      color: #757575;
      font-size: 15px;
      text-transform: none;
      letter-spacing: normal; }
    section.locations_app .locations_empty_results.fade-enter {
      opacity: 0.1; }
      section.locations_app .locations_empty_results.fade-enter.fade-enter-active {
        transition: opacity 1s ease;
        transition-duration: 200ms;
        opacity: 1; }
    section.locations_app .locations_empty_results.fade-exit {
      opacity: 1; }
      section.locations_app .locations_empty_results.fade-exit.fade-exit-active {
        opacity: 0;
        transition: opacity 150ms ease-in; }
  section.locations_app .location_item {
    display: flex;
    margin: 25px 35px 35px 35px;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #bdbdbd; }
    section.locations_app .location_item h4 {
      color: #005f90;
      margin: 0 !important; }
    section.locations_app .location_item h5 {
      font-size: 12px;
      margin: 2px 0 0 0; }
    section.locations_app .location_item .location_header {
      width: 100%;
      position: relative;
      padding-left: 40px;
      margin-right: 25px; }
    section.locations_app .location_item .location_left {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start; }
      section.locations_app .location_item .location_left .pin {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 30px;
        cursor: pointer; }
        section.locations_app .location_item .location_left .pin img {
          width: 100%;
          height: auto; }
    section.locations_app .location_item .location_right {
      width: 50%;
      background-position: center center;
      background-size: cover;
      position: relative;
      top: 0;
      margin: 0;
      padding: 0;
      min-height: 184px;
      max-height: 206px; }
    section.locations_app .location_item:last-child {
      border-bottom: none;
      padding-bottom: 15px; }
    section.locations_app .location_item.fade-enter {
      opacity: 0.1; }
      section.locations_app .location_item.fade-enter.fade-enter-active {
        transition: opacity 1s ease;
        transition-duration: 300ms;
        opacity: 1; }
    section.locations_app .location_item.fade-exit {
      opacity: 1; }
      section.locations_app .location_item.fade-exit.fade-exit-active {
        opacity: 0;
        transition: opacity 200ms ease-in; }
  section.locations_app .location_buttons {
    padding-left: 40px;
    width: 100%;
    align-self: flex-end; }
    section.locations_app .location_buttons a {
      display: inline-block;
      text-align: center;
      padding: 8px 15px;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: auto;
      font-weight: 600; }
    section.locations_app .location_buttons .more-info, section.locations_app .location_buttons .schedule-now {
      color: #005f90;
      border: 1px solid #005f90;
      border-radius: 100px;
      transition: .25s ease background; }
      section.locations_app .location_buttons .more-info:hover, section.locations_app .location_buttons .more-info:active, section.locations_app .location_buttons .more-info:focus, section.locations_app .location_buttons .more-info:active:focus, section.locations_app .location_buttons .schedule-now:hover, section.locations_app .location_buttons .schedule-now:active, section.locations_app .location_buttons .schedule-now:focus, section.locations_app .location_buttons .schedule-now:active:focus {
        background: #005f90;
        color: white;
        border: 1px solid #005f90;
        transition: .25s ease background; }
  section.locations_app .location_hours {
    background: #0d846f url(../images/admin/clock-icon.png) no-repeat 10px;
    background-size: auto 25px;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 180px;
    min-height: 53px;
    transition: all 1s ease;
    border: 4px solid rgba(89, 201, 164, 0.85);
    border-right: none;
    padding: 8px 15px 8px 50px;
    z-index: 5;
    right: 0;
    position: relative;
    float: right;
    top: 10px;
    opacity: 1; }
    section.locations_app .location_hours .listing-status p {
      line-height: 1.15; }
      section.locations_app .location_hours .listing-status p.open-close {
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px; }
      section.locations_app .location_hours .listing-status p.todays-hours {
        font-size: 12px;
        transition: all 0.5s ease;
        opacity: 1;
        text-decoration: underline; }
    section.locations_app .location_hours.open {
      background-image: none;
      padding: 11px 28px 6px 23px;
      width: 210px;
      transition: all 1s ease;
      top: 0; }
      section.locations_app .location_hours.open .full-schedule {
        max-height: 190px;
        opacity: 1;
        transform: translateY(0);
        transition: all 1.5s ease; }
      section.locations_app .location_hours.open .listing-status p.todays-hours {
        transition: all 0.75s ease;
        margin-top: -10px;
        opacity: 0;
        text-decoration: underline; }
    section.locations_app .location_hours.now-closed {
      background-color: #bb2e15;
      border: 4px solid rgba(216, 126, 117, 0.85);
      border-right: none; }
      section.locations_app .location_hours.now-closed:hover {
        background-color: #ad2b13; }
    section.locations_app .location_hours.coming-soon {
      background-color: #455e9f;
      border: 4px solid #5e86da;
      border-right: none;
      background-image: url(../images/admin/calendar-icon.png);
      pointer-events: none; }
      section.locations_app .location_hours.coming-soon:hover {
        background-color: #405894; }
    section.locations_app .location_hours:hover {
      cursor: pointer;
      background-color: #0c7663; }
    section.locations_app .location_hours .full-schedule {
      max-height: 0;
      min-width: 150px;
      opacity: 0;
      transform: translateY(-10px);
      transition: .2s ease max-height, .75s ease transform .25s, .75s ease opacity;
      overflow: hidden; }
      section.locations_app .location_hours .full-schedule ul {
        padding: 0;
        list-style-type: none;
        margin: 0; }
        section.locations_app .location_hours .full-schedule ul li {
          margin-top: 3px;
          font-size: 12px; }
        section.locations_app .location_hours .full-schedule ul span {
          margin-left: 15px;
          float: right; }
  section.locations_app .location_photo {
    position: relative; }
  section.locations_app .location_details {
    width: 100%;
    padding: 0 20px 0 40px;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 4px; }
    section.locations_app .location_details span {
      margin-right: 20px; }
    section.locations_app .location_details .phone {
      color: #474747; }
      section.locations_app .location_details .phone::before {
        content: '\f095';
        color: #474747;
        font-family: fontAwesome;
        font-size: 16px;
        vertical-align: middle;
        line-height: 14px;
        margin: 0 6px 0 0; }
  section.locations_app .location_buttons {
    display: flex;
    padding-left: 40px; }
    section.locations_app .location_buttons > div, section.locations_app .location_buttons > a {
      margin-right: 19px; }
  section.locations_app .locations_container ul.active-filters-list {
    margin: 0 35px;
    padding: 0 20px 15px 0;
    display: none;
    border-bottom: 1px solid #bdbdbd; }
    section.locations_app .locations_container ul.active-filters-list li {
      display: inline-block;
      text-align: center;
      padding: 8px 30px 8px 15px;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 15px 10px 0 0;
      width: auto;
      font-weight: 600;
      color: #474747;
      border: 2px solid #edecec;
      border-radius: 100px;
      cursor: pointer;
      position: relative;
      transition: all .25s ease; }
      section.locations_app .locations_container ul.active-filters-list li::after {
        content: '×';
        display: inline-block;
        margin-right: 5px;
        margin-left: 7px;
        margin-top: -4px;
        font-size: 20px;
        position: absolute;
        color: #b5b5b5; }
      section.locations_app .locations_container ul.active-filters-list li:hover {
        background: #474747;
        color: white;
        border-color: #474747; }
  section.locations_app .locations_map_container {
    border-left: 1px solid #f1f1f1; }
    section.locations_app .locations_map_container h3 {
      color: #474747;
      margin: 0;
      font-size: 15px;
      font-weight: 600;
      padding: 15px 0; }
    section.locations_app .locations_map_container .find-doctor {
      margin-top: 3px;
      width: 250px;
      background-image: url(/assets/images/locations/find_doctor.jpg);
      background-size: cover; }
      section.locations_app .locations_map_container .find-doctor a {
        color: inherit;
        display: inline-block;
        width: 100%;
        padding: 25px 0; }
      section.locations_app .locations_map_container .find-doctor h3 {
        color: #244462;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 0;
        padding-top: 0;
        padding-bottom: 5px;
        text-align: center; }
        section.locations_app .locations_map_container .find-doctor h3 span {
          position: relative;
          font-size: 18px;
          top: 0; }
          section.locations_app .locations_map_container .find-doctor h3 span::after {
            content: '\f0da';
            font-family: 'fontAwesome';
            display: inline-block;
            vertical-align: baseline;
            margin-left: 10px;
            color: #244462;
            position: relative;
            top: 2px; }
      section.locations_app .locations_map_container .find-doctor p {
        font-size: 12px;
        text-align: center;
        padding: 5px 20px 15px 20px;
        font-weight: normal;
        line-height: 13px; }
      section.locations_app .locations_map_container .find-doctor .find-doctor-btn {
        margin: 0;
        font-weight: 600;
        padding: 8px 25px;
        font-size: 11px; }
    section.locations_app .locations_map_container .locations_map_inner {
      width: 250px;
      color: #474747;
      font-size: 14px;
      font-weight: 700;
      background-color: #fff;
      padding: 0;
      margin: 0;
      z-index: 100; }
      section.locations_app .locations_map_container .locations_map_inner #map {
        width: 100%;
        height: 100%; }
      section.locations_app .locations_map_container .locations_map_inner.pinned {
        position: absolute !important;
        bottom: 0 !important; }
      section.locations_app .locations_map_container .locations_map_inner.pinnedTop {
        position: fixed !important;
        top: 0 !important; }
      section.locations_app .locations_map_container .locations_map_inner.pinnedBottom {
        position: absolute !important;
        bottom: 0 !important; }
  section.locations_app .locations_google_map {
    width: 100%;
    height: 35vh;
    min-height: 390px;
    background-color: #edecec;
    position: relative; }
  section.locations_app .filler {
    display: none;
    height: 1px;
    visibility: hidden;
    width: 250px;
    display: block; }
/* Media Query Specific */
.back_to_top {
  display: block;
  width: 72px;
  height: 72px;
  background-image: url("../images/locations/backToTop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 84px 84px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: none;
  cursor: pointer; }
section.profile .row {
  display: flex;
  margin: 0; }
@media (max-width: 767px) {
  section.profile .row {
    display: block; } }
section.physician-results {
  padding: 0px 0px 0px 300px;
  width: 100%;
  background-color: #f8f8f8;
  /*
  @media(max-width:992px){
    padding: 0px 0px 0px 0px;
    .row {
      display: block;
    }
  }*/ }
  section.physician-results .row {
    display: flex;
    margin: 0;
    margin-left: -30px !important;  /* overwrite style-fy17.css margin-left */
    background-color: #fff; }
  section.physician-results .physician-container {
    order: 1;
    max-width: 900px;
    margin: 0 auto;
    padding-right: 0;
    /*
    @media(max-width:992px){
      padding: 0;
      max-width: none;
    }*/ }
section.physician-results .physician-container .review-title {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: 1.5px;
	color: #474747;
}
section.physician-results .physician-container #reputation-widget-0 {
	border: none !important;
}
#physician-profile .visible-md {
  display: block !important; }
  @media (max-width: 991px) and (min-width: 768px) {
    #physician-profile .visible-md {
      display: none !important; } }
#physician-profile .physician-sidebar {
  background-color: #f8f8f8;
  min-width: 270px;  /* ilie 02/05/2018 min-width: 300px; */
  max-width: 270px;  /* ilie 02/05/2018 max-width: 300px; */
  padding: 0px;  /* reverted ilie 01/26/2018 padding: 25px; */
  margin-left: 20px; /* ilie 02/05/2018 added margin-left: 20px; */
  /*
    @media(max-width:992px){
      min-width: 0;
      max-width: none;
    }*/ }
#physician-profile .gray-column {
  display: block;
  height: 250px;
  background-color: #f8f8f8;
  padding: 0; }
/*  reverted ilie 01/26/2018 added section.profile start */
/*#physician-profile section.profile {
	position: sticky;
	top: 0;
	max-width: 240px;
	margin: 0 0 0 30px;
	float: left;
}*/
/*  reverted ilie 01/26/2018 added section.profile end */
#physician-profile .physician-sidebar-container {
  position: fixed;
  margin: 25px 25px 25px 50px;
  /*
    @media(max-width:992px){
      position: relative;
      margin: 25px auto;
      text-align: center;
      .physician-sidebar-schedule-now{
        display: block;
        .schedule-now {
          margin-bottom: 15px;
        }
      }
    }*/
  /*
    @media (min-width: 768px) and (max-width: 992px) {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      width: 65%;
      text-align: left;
      margin: 75px auto;
    }*/ }
  #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now {
    /*display: none;*/ } /*  ilie 02/05/2018 - comment out*/
    #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now {
      background: #005f90;
      color: white;
      border-radius: 100px;
      border: 1px solid #005f90;
      transition: .25s ease background;
      display: inline-block;
      text-align: center;
      padding: 8px 15px;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: auto;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 60px; }
      #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now:hover, #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now:active, #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now:focus, #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now:active:focus {
        color: #005f90;
        background: white;
        border: 1px solid #005f90;
        transition: .25s ease background; }
      #physician-profile .physician-sidebar-container .physician-sidebar-schedule-now .schedule-now a {
        display: inline-block;
        text-align: center;
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: auto;
        font-weight: 600; }
#physician-profile .mobile-cta-buttons {
  margin: 0 auto;
  text-align: center; }
  #physician-profile .mobile-cta-buttons .schedule-now, #physician-profile .mobile-cta-buttons .get-directions {
    background: #005f90;
    color: white;
    border-radius: 100px;
    border: 1px solid #005f90;
    transition: .25s ease background;
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    font-weight: 600;
    margin: 15px 15px; }
    #physician-profile .mobile-cta-buttons .schedule-now:hover, #physician-profile .mobile-cta-buttons .schedule-now:active, #physician-profile .mobile-cta-buttons .schedule-now:focus, #physician-profile .mobile-cta-buttons .schedule-now:active:focus, #physician-profile .mobile-cta-buttons .get-directions:hover, #physician-profile .mobile-cta-buttons .get-directions:active, #physician-profile .mobile-cta-buttons .get-directions:focus, #physician-profile .mobile-cta-buttons .get-directions:active:focus {
      color: #005f90;
      background: white;
      border: 1px solid #005f90;
      transition: .25s ease background; }
    #physician-profile .mobile-cta-buttons .schedule-now a, #physician-profile .mobile-cta-buttons .get-directions a {
      display: inline-block;
      text-align: center;
      padding: 8px 15px;
      font-size: 11px;
      line-height: 1;
      text-transform: uppercase;
      letter-spacing: 1px;
      width: auto;
      font-weight: 600; }
#physician-profile .physician-sidebar-container {
  color: #005f90;
  font-weight: 500;
  letter-spacing: .75px;
  text-transform: capitalize; /* ilie 02/05/2018 text-transform: uppercase; */
  margin: 25px 0px 25px 35px; /* ilie 02/05/2018 margin: 0px 15px 25px 0px; */
  /*
    @media (min-width: 768px) and (max-width: 992px) {
      position: relative;
      display: block;
      margin: 25px 15px 25px 25px;
    }*/ }
  #physician-profile .all-physicians-caret-link::before {
    content: '\f0d9';
    display: inline-block;
    font-family: 'fontAwesome';
    margin-right: 10px;
    vertical-align: baseline; }
#physician-profile .physician {
  margin-top: 25px;
  max-width: 220px;
  /*margin: 25px auto;*/ /* ilie 02/05/2018 comment out margin: 25px auto; */
  /*
    @media(max-width:767px){
      margin: 25px auto 0px;
    }
    @media (min-width: 768px) and (max-width: 992px) {
      max-width: none;
      margin: 0 50px 0 0;
    }*/ }
  #physician-profile .physician img {
    width: 200px; }
#physician-profile .star-ratings {
  margin-top: 15px;
  /*
    @media(max-width:767px){
      margin-top: 10px;
    }*/ }
.r4e-widget .rating {
	font-family: font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", sans-serif;
}
.r4e-widget.reviews .review .comment {
	clear: both;
}
#physician-profile .rating {
	float: left;
}
#mh .rating-value, #physician-profile .rating-value {
	display: none;
}
.r4e-widget .count {
	padding-top: 12px;
	font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", sans-serif;
}
#physician-profile .count {
	padding-top: 12px;
	text-align: left;
	color: #23527c;
	line-height: normal;
}
#physician-profile .addthis-above-content-doctor {
	margin-top: 0 !important;
}
/* ilie added class 02/05/2018 start */
#physician-profile .name-occupation-container {
    width: 220px;
}
/* ilie added class 02/05/2018 end */
#physician-profile .hospital-logo {
  margin-top: 15px;
	clear: left;
  /*
    @media(max-width:767px){
      margin-top: 10px;
      img {
        max-width: 120px;
      }
    }*/ }
#physician-profile .doctor-name {
  color: #005f90;
  font-size: 17px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 15px;
  margin-bottom: 5px;
  /*
    @media (min-width: 768px) and (max-width: 992px) {
      text-transform: uppercase;
      margin: 0 0 0 0;
      font-size: 21px;
      font-weight: 700;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: .5px;
      color: #474747;
    }*/ }
#physician-profile .position-name {
  color: #595959;
  font-size: 14px;
  /*line-height: 1.8;*/ /* ilie commented out not needed */
  font-weight: 400;
  /*
    @media (min-width: 768px) and (max-width: 992px) {
      font-size: 16px;
      font-weight: 500;
    }*/ }
#physician-profile .hospital-title {
  font-size: 11px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  /*
    @media (min-width: 768px) and (max-width: 992px) {
      font-size: 13px;
      font-weight: 600;
    }*/ }
#physician-profile .content-container {
  margin: -4px 25px 25px 25px;
  /*
    @media(max-width:992px){
      margin: 0 0 0 0;
    }*/ }
  #physician-profile .content-container .bio-container {
    margin-bottom: 50px;
    /*
      @media(max-width:992px){
        margin-bottom: 10px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .bio-container .bio-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 21px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 1.5px;
      color: #474747; }
    #physician-profile .content-container .bio-container p {
      font-size: 16px;
      line-height: 1.75;
      color: #474747;
      margin-bottom: 10px; }
  #physician-profile .content-container .appointment-container {
    margin-bottom: 50px;
    /*
      @media(max-width:992px){
        margin-bottom: 25px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .appointment-container .appointment-banner {
      width: 100%;
      padding: 20px 0;
      color: #005f90;
      font-size: 19px;
      font-family: inherit;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      text-align: center;
      background: #def0fb;
      background: -webkit-linear-gradient(#def0fb, #bfe1fc);
      background: -o-linear-gradient(#def0fb, #bfe1fc);
      background: -moz-linear-gradient(#def0fb, #bfe1fc);
      background: linear-gradient(#def0fb, #bfe1fc); }
    /*#physician-profile .content-container .appointment-container img {
      width: 100%; }*/
  #physician-profile .content-container .physician-details {
    margin-bottom: 50px;
    overflow: hidden;
    /*
      @media(max-width:992px){
        margin-bottom: 25px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .physician-details .details-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 21px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 1.5px;
      color: #474747; }
    #physician-profile .content-container .physician-details .physician-list-left, #physician-profile .content-container .physician-details .physician-list-right {
      padding: 0;
      margin: 5px 0; }
    #physician-profile .content-container .physician-details .physician-list-left {
      font-weight: 800;
      color: #474747; }
  #physician-profile .content-container .insurance-details {
    margin-bottom: 50px;
    overflow: hidden;
    /*
      @media(max-width:992px){
        margin-bottom: 25px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .insurance-details .insurance-list-left, #physician-profile .content-container .insurance-details .insurance-list-right {
      padding: 0;
      margin: 5px 0; }
    #physician-profile .content-container .insurance-details .insurance-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 21px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 1.5px;
      color: #474747; }
    #physician-profile .content-container .insurance-details .insurance-block .insurance-list {
      list-style: none;
      margin-bottom: 0;
      padding-left: 0; }
    #physician-profile .content-container .insurance-details .insurance-block .col-sm-6 {
      padding: 0 15px 0 0; }
  #physician-profile .content-container .video-details {
    margin-bottom: 30px;
    overflow: hidden;
    /*
      @media(max-width:992px){
        margin-bottom: 25px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .video-details .video-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 21px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 1.5px;
      color: #474747; }
    #physician-profile .content-container .video-details .col-sm-12 {
      padding: 0; }
    #physician-profile .content-container .video-details .video-aspect-container {
      position: relative;
      width: 100%;
      /*padding: 0 0 28px 0;*/
      padding: 56.25% 0 36px 0; }
      #physician-profile .content-container .video-details .video-aspect-container .wistia_embed {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%; }
  #physician-profile .content-container .news-details {
    margin-bottom: 30px;
    overflow: hidden;
    /*
      @media(max-width:992px){
        margin-bottom: 25px;
        margin-top: 25px;
        padding-left: 24px;
        padding-right: 24px;
      }*/ }
    #physician-profile .content-container .news-details .news-title {
      text-transform: uppercase;
      margin: 0 0 15px 0;
      font-size: 21px;
      font-weight: 600;
      font-family: inherit;
      line-height: 1.1;
      letter-spacing: 1.5px;
      color: #474747; }
    #physician-profile .content-container .news-details .news-container {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 15px; /* ilie added 02/142018 spacing between news items */ }
      #physician-profile .content-container .news-details .news-container .news-thumb {
        padding-left: 0;
        float: left;
        margin-right: 10px; }
        #physician-profile .content-container .news-details .news-container .news-thumb img {
          width: 80px; }
      #physician-profile .content-container .news-details .news-container .news-link {
        padding-left: 0;
        display: table; /* ilie added 02/142018 prevent wrapping of news snippet */ }
        #physician-profile .content-container .news-details .news-container .news-link a {
          font-size: 16px; }
  #physician-profile .content-container #reputation-widget-0 {
   border: none; }
#physician-profile .related-sidebar {
  order: 2;
  min-width: 340px;
  padding-right: 25px;
  /*
    @media(max-width:992px){
      padding: 0 0 0 0;
    }
    @media (max-width: 767px) {
      min-width: 0;
    }*/ }
  #physician-profile .related-sidebar .related-sidebar-container {
    padding: 0;
    /*
      @media(max-width:767px){
        padding: 0 15px;
        margin-bottom: 25px;
        margin-top: 25px;
      }
      @media (min-width: 768px) and (max-width: 992px) {
        padding: 0 9px;
      }*/ }
  #physician-profile .related-sidebar .social_share_container {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 23px;
    padding-right: 15px;
    /*
      @media(max-width:993px){
        display: none;
      }*/ }
    #physician-profile .related-sidebar .social_share_container img {
      float: right; }
  #physician-profile .related-sidebar .map-overlay {
    clear: both;
    display: block;
    position: relative;
    background-color: rgba(108, 108, 108, 0.85);
    width: 100%;
    height: 32px;
    z-index: 100; }
    #physician-profile .related-sidebar .map-overlay p {
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      padding: 5px 0 5px 0; }
  #physician-profile .related-sidebar .moreMapsContainer {
    margin-bottom: 35px;
    text-align: center; }
    #physician-profile .related-sidebar .moreMapsContainer #lessMapsBtn {
      color: #005f90;
      font-weight: 500;
      letter-spacing: .75px;
      text-transform: uppercase; }
    #physician-profile .related-sidebar .moreMapsContainer #moreMapsBtn {
      color: #005f90;
      font-weight: 500;
      letter-spacing: .75px;
      text-transform: uppercase; }
      #physician-profile .related-sidebar .moreMapsContainer #moreMapsBtn.up::after {
        content: '\f0d8';
        display: inline-block;
        font-family: 'fontAwesome';
        margin-left: 10px;
        vertical-align: baseline; }
      #physician-profile .related-sidebar .moreMapsContainer #moreMapsBtn::after {
        content: '\f0d7';
        display: inline-block;
        font-family: 'fontAwesome';
        margin-left: 10px;
        vertical-align: baseline; }
  #physician-profile .related-sidebar .map-box {
    margin-bottom: 35px; }
    #physician-profile .related-sidebar .map-box .small-map {
      height: 200px;
      margin-top: -32px;
      width: 100%;
      background-position: center center;
      background-size: cover;
      position: relative;
      top: 0;
      padding: 0;
      min-height: 200px;
      max-height: 300px;
      margin-bottom: 10px; }
  #physician-profile .related-sidebar .location_left .location_header .location_name {
    font-size: 17px;
    margin-top: 20px;
    color: #005f90;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.1; }
#physician-profile .related-sidebar .location_left .location_details p {
	margin: 0 !important;
}
  #physician-profile .related-sidebar .location_left .location_details .phone {
    color: #474747;
    font-weight: 800;
    font-size: 14px; }
    #physician-profile .related-sidebar .location_left .location_details .phone::before {
      content: '\f095';
      color: #474747;
      font-family: fontAwesome;
      font-size: 14px;
      vertical-align: middle;
      line-height: 14px;
      margin: 0 6px 0 0; }
  #physician-profile .related-sidebar .location_left .location_details .directions {
    float: right;
    margin-top: -18px;
    /*
          @media(max-width:992px){
            float: none;
            margin-top: 0px;
          }*/ }
  #physician-profile .related-sidebar .location_left .location_details .fax {
    color: #474747;
    font-weight: 800;
    margin-left: 5%;
    font-size: 14px;
    float: right;
    margin-top: -18px;
    /*
          @media(max-width:992px){
            float: none;
            margin-top: 0px;
          }*/ }
    #physician-profile .related-sidebar .location_left .location_details .fax::before {
      margin-right: 10px;
      content: 'FAX'; }
  #physician-profile .related-sidebar .additional-physicians-container {
    max-width: 900px;
    margin: 0 auto;
    padding-right: 0;
    width: 100%; /* Ilie added 02/07/2018 */
    float: left; /* Ilie added 02/07/2018 */
    /*
      @media(max-width:992px){
        display: none;
      }*/ }
    #physician-profile .related-sidebar .additional-physicians-container .box-header {
      display: block;
      position: relative;
      background-color: rgba(108, 108, 108, 0.85);
      width: 100%;
      height: 32px;
      z-index: 100; }
      #physician-profile .related-sidebar .additional-physicians-container .box-header p {
        color: #ffffff;
        font-size: 16px;
        text-align: center;
        padding: 5px 0 5px 0; }
    #physician-profile .related-sidebar .additional-physicians-container .physicians-box {
      background-color: #f8f8f8;
      height: 100px;
      margin-bottom: 2px; }
      #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-thumb img {
        float: left;
        width: 80px; }
      #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details {
        margin-left: 95px;
        padding-top: 10px; }
        #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .physicians-name {
          font-size: 13px;
          font-weight: 500; }
        #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details p {
          font-size: 12px; }
        #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now {
          background: #005f90;
          color: white;
          border-radius: 100px;
          border: 1px solid #005f90;
          transition: .25s ease background;
          display: inline-block;
          text-align: center;
          padding: 8px 15px;
          font-size: 11px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px;
          width: auto;
          font-weight: 600;
          /*margin-top: 10px;*/ /* Ilie commented out 02/07/2018 margin-top:10px; */ }
          #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now:hover, #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now:active, #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now:focus, #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now:active:focus {
            color: #005f90;
            background: white;
            border: 1px solid #005f90;
            transition: .25s ease background; }
          #physician-profile .related-sidebar .additional-physicians-container .physicians-box .physicians-details .schedule-now a {
            display: inline-block;
            text-align: center;
            padding: 8px 15px;
            font-size: 11px;
            line-height: 1;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: auto;
            font-weight: 600; }
.section-divider {
  height: 62px;
  border-bottom: 2px solid #edecec;
  padding: 0; }
  .section-divider .section-name {
    font-size: 18px;
    text-transform: uppercase;
    color: #005f90;
    line-height: 62px;
    height: 62px;
    display: flex; }
    .section-divider .section-name.up::before {
      content: "";
      width: 30px;
      height: 62px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: baseline;
      background: url("../../assets/images/locations/chevron_up.svg") no-repeat center center; }
    .section-divider .section-name::before {
      content: "";
      width: 30px;
      height: 62px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: baseline;
      background: url("../../assets/images/locations/chevron_down.svg") no-repeat center center; }
  .section-divider a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 25px; }
    @media (max-width: 992px) {
      .section-divider a {
        padding: 0 15px; } }
#locationsDetail .outline-button {
  border: 1px solid #005f90;
  border-radius: 50px;
  padding: 0 25px;
  height: 32px;
  display: inline-block;
  background: transparent;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  transition: .25s ease background; }
  #locationsDetail .outline-button:hover, #locationsDetail .outline-button:active, #locationsDetail .outline-button:focus, #locationsDetail .outline-button:active:focus {
    background: #005f90;
    color: white;
    border: 1px solid #005f90;
    transition: .25s ease background; }
#locationsDetail section.location-overview {
  /* ========================
      Location Gallery and Map
      ======================== */
  background: #f8f8f8;
  padding: 67px 0 40px 0;
  /* ========================
      Location Overview (Right Side)
      ======================== */
  /* ========================
      Small Desktop || Location Overview (Right Side)
      ======================== */
  /*
      @media (max-width: 1199px) {
        .content-container {
          .action-items {
          > div {
            order: 3;
            width: 50%;
            max-width: 200px;
            margin-left: 0 !important;
            &.directions,
            &.cta {
              order: 2;
              margin-bottom: 20px;
            }
          }
        }
        }
      }*/
  /* ========================
      Tablet || Location Overview (Right Side)
      ======================== */
  /*
    @media (max-width: 991px) {
      > .container > .flex-container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
      }
      .gallery-container {
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
        min-height: 100%;
      }
      .content-container {
        padding: 25px 0 0 0;
        width: 100%;
        .headline {
          display: flex;
          justify-content: center;
          h1 {
            width: auto;
            text-align: center;
          }
          #pin-image {
            margin-right: 5px;
            margin-top: -3px;
          }
        }
        h2,
        .kicker {
          font-size: 13px;
          font-weight: 600;
          &:first-child {
            font-size: 16px;
            text-align: center;
          }
        }
        .address {
          padding-right: 4%;
          margin-right: 4%;
          border-right: 1px solid $light-gray;
        }
        .address,
        .action-items {
          width: 50%;
        }
        // .action-items {
        //   > div {
        //     order: 3;
        //     width: 50%;
        //     margin-left: 0 !important;
        //     &.directions,
        //     &.cta {
        //       order: 2;
        //       margin-bottom: 20px;
        //     }
        //   }
        // }
        .parking p::before {
          display: block;
          font-size: 13px;
          font-weight: 600;
          letter-spacing: 1px;
          margin-bottom: 5px;
        }
        .custom-flex {
          display: flex;
          .action-items {
            margin-top: 0;
          }
        }
      }
    }*/
  /* ========================
      Mobile || Location Overview (Right Side)
      ======================== */
  /*
    @media (max-width: 767px) {
      padding: 15px 0 30px 0;
      .content-container {
        #pin-image {
        display: none;
      }
        .address {
          margin-bottom: 25px;
          width: 100%;
          padding: 0;
          border: none;
        }
        .action-items {
          padding-left: 5%;
          width: 100%;
          > div {
            margin-top: 0px;
            margin-left: 0 !important;
          }
        }
        .custom-flex {
          flex-wrap: wrap;
        }
        .action-items {
          width: 60%;
          flex-grow: 1;
          max-width: 400px;
          justify-content: flex-start;
          align-content: center;
          align-items: flex-start;
          margin-bottom: 0;
          padding-left: 0%;
          > div {
            width: 50%;
            order: 3;
          }
          .directions,
          .fax {
            padding-left: 0px;
          }
          .directions a {
            line-height: 32px;
            padding-left: 10px;
          }
        }
        #mobile-hours {
          max-width: 200px;
          width: 40%;
          padding-top: 0;
          margin-top: 0;
          border-top: none;
          border-bottom: none;
          border-right: 1px solid $light-gray;
        }
        .parking {
          margin-top: 25px;
          margin-bottom: 0;
        }
        .hours {
          border-bottom: none ;
          padding-bottom: 0;
          margin-bottom: 0;
          ul {
            margin-bottom: 0;
          }
        }
      }
    }*/
  /*
    @media (max-width: 600px) {
      .content-container #mobile-hours {
        width: 50%;
      }
      .content-container .action-items {
        text-align: left;
        justify-content: left;
        align-content: flex-start;
        padding-left: 0;
        width: 50%;
        > div {
          width: 100%;
          &.directions,
          &.cta {
            margin-bottom: 10px ;
          }
        }
        .directions {
          padding: 0;
        }
      }
    }*/
  /*
    @media (max-width: 475px) {
      .custom-flex {
        flex-direction: column;
      }
      .content-container {
        padding: 10px 0 0 0;
        .action-items,
        #mobile-hours {
          width: 100%;
          max-width: none;
          padding: 0;
        }
        #mobile-hours {
          border: 1px solid $light-gray;
          padding: 20px 0;
          margin-bottom: 15px;
          border-right: none;
          border-left: none;
        }
        .action-items {
          > div {
            width: 100%;
            max-width: 200px;
          }
          text-align: left;
          flex-direction: row;
        }
      }
    }*/ }
  #locationsDetail section.location-overview img {
    width: 100%;
    height: auto; }
  #locationsDetail section.location-overview .gallery-hero {
    position: relative;
    /*
      @media (max-width: 481px) {
        #largeThumbImage {
          opacity: 0;
        }
      }*/ }
  #locationsDetail section.location-overview .gallery-container {
    width: 42%; }
  #locationsDetail section.location-overview .gallery-thumbs {
    margin-top: 8px;
    /*
      @media (max-width: 481px) {
        display: none;
      }*/ }
  #locationsDetail section.location-overview .small-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none; }
    #locationsDetail section.location-overview .small-map.reveal {
      opacity: 1;
      pointer-events: auto; }
  #locationsDetail section.location-overview .thumb {
    position: relative; }
    #locationsDetail section.location-overview .thumb:hover {
      cursor: pointer; }
      #locationsDetail section.location-overview .thumb:hover img {
        opacity: .75; }
    #locationsDetail section.location-overview .thumb:not(.map) {
      margin-right: 8px; }
    #locationsDetail section.location-overview .thumb.map {
      margin-left: 20px; }
      #locationsDetail section.location-overview .thumb.map::after {
        width: 38px;
        /*
          @media (max-width: 767px) {
            width: 28px;
          }*/ }
    #locationsDetail section.location-overview .thumb::after {
      content: attr(data-num);
      position: absolute;
      bottom: 0;
      font-weight: 600;
      left: 0;
      padding-left: 5px;
      width: 18px;
      height: 20px;
      font-size: 13px;
      line-height: 22px;
      background: white;
      /*
        @media (max-width: 767px) {
          font-size: 10px;
          padding-left: 2px;
          width: 12px;
          height: 16px;
          line-height: 18px;
        }*/ }
  #locationsDetail section.location-overview .content-container {
    padding-left: 45px;
    width: 58%; }
    #locationsDetail section.location-overview .content-container .main-location-headline {
      color: #005f90;
      display: inline-block;
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 0px;
      margin: 0;
      vertical-align: middle;
      width: calc(100% - 40px);
      text-transform: none;
      line-height: 1.1;
      text-align: left;
      /*
        @media (max-width: 767px) {
          font-size: 22px;
        }*/ }
    #locationsDetail section.location-overview .content-container h1 {
      color: #005f90;
      display: inline-block;
      font-size: 26px;
      font-weight: 500;
      letter-spacing: .5px;
      margin: 0;
      vertical-align: middle;
      width: calc(100% - 40px);
      /*
        @media (max-width: 767px) {
          font-size: 22px;
        }*/ }
    #locationsDetail section.location-overview .content-container .name-headline {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .75px;
      margin: 0 0 10px 0;
      text-transform: uppercase;
      text-align: left;
      color: inherit; }
    #locationsDetail section.location-overview .content-container h2 {
      font-size: 18px;
      font-weight: 600;
      letter-spacing: .75px;
      margin: 0 0 10px 0;
      text-transform: uppercase; }
    #locationsDetail section.location-overview .content-container .kicker {
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      /*
        @media (max-width: 481px) {
          display: none;
        }*/ }
    #locationsDetail section.location-overview .content-container #pin-image {
      display: inline-block;
      display: inline-block;
      margin-left: -8px;
      position: relative;
      vertical-align: middle; }
      #locationsDetail section.location-overview .content-container #pin-image::after {
        content: attr(data-letter);
        color: white;
        font-size: 12px;
        left: 0;
        padding-top: 4px;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%; }
    #locationsDetail section.location-overview .content-container .headline {
      margin: 10px 0 35px 0;
      /*
        @media (max-width: 1399px) {
          margin: 10px 0 15px 0;
        }*/ }
      #locationsDetail section.location-overview .content-container .headline img {
        width: 35px;
        height: auto; }
    #locationsDetail section.location-overview .content-container .flex-container {
      flex-direction: column; }
    #locationsDetail section.location-overview .content-container .address p {
      line-height: 1.65; }
      #locationsDetail section.location-overview .content-container .address p span {
        font-size: 13px; }
    #locationsDetail section.location-overview .content-container .action-items {
      margin: 30px 0;
      display: block;
      flex-wrap: wrap;
      align-items: center;
      /*
        @media (max-width: 1399px) {
          margin: 15px 0;
        }*/ }
      #locationsDetail section.location-overview .content-container .action-items > div:not(.cta) {
        margin-left: 0%; }
    #locationsDetail section.location-overview .content-container .phone a,
    #locationsDetail section.location-overview .content-container .fax a,
    #locationsDetail section.location-overview .content-container .suite a,
    #locationsDetail section.location-overview .content-container .parking a {
      color: #414343;
      font-weight: 400; }
    #locationsDetail section.location-overview .content-container .phone a::before, #locationsDetail section.location-overview .content-container .phone p::before,
    #locationsDetail section.location-overview .content-container .fax a::before,
    #locationsDetail section.location-overview .content-container .fax p::before,
    #locationsDetail section.location-overview .content-container .suite a::before,
    #locationsDetail section.location-overview .content-container .suite p::before,
    #locationsDetail section.location-overview .content-container .parking a::before,
    #locationsDetail section.location-overview .content-container .parking p::before {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      color: #414343; }
    #locationsDetail section.location-overview .content-container .phone a::before {
      font-weight: 900;
      content: '\f095';
      font-family: 'FontAwesome'; }
    #locationsDetail section.location-overview .content-container .suite a::before {
      font-weight: 900;
      content: 'SUITE 101'; }
    #locationsDetail section.location-overview .content-container .fax p::before {
      font-weight: 900;
      content: 'FAX'; }
    #locationsDetail section.location-overview .content-container .parking {
      margin-top: 25px; }
      #locationsDetail section.location-overview .content-container .parking p::before {
        content: 'PARKING';
        font-weight: 600; }
    #locationsDetail section.location-overview .content-container .appointment-banner {
      /*
        @media (max-width: 481px){
          margin: 0 auto;
          text-align: center;
          font-size: 12px;
        }*/ }
      #locationsDetail section.location-overview .content-container .appointment-banner .btn {
        background: #c7e5fc;
        background-image: -webkit-linear-gradient(left, #c7e5fc, #dceffa);
        background-image: -moz-linear-gradient(left, #c7e5fc, #dceffa);
        background-image: -ms-linear-gradient(left, #c7e5fc, #dceffa);
        background-image: -o-linear-gradient(left, #c7e5fc, #dceffa);
        background-image: linear-gradient(to right, #c7e5fc, #dceffa);
        color: #005f90;
        border-radius: 100px;
        border: none;
        transition: .25s ease background-;
        display: inline-block;
        text-align: center;
        padding: 15px 25px;
        font-size: 15px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        width: auto;
        font-weight: 700;
        margin-top: 10px;
        /*
          @media (max-width: 1399px) {
            margin-top: 5px;
          }
          @media (max-width: 991px) {
            margin-top: 25px;
          }
          @media (max-width: 767px) {
            margin-top: 25px;
          }
          @media (max-width: 481px){
            font-size: 12px;
          }*/ }
        #locationsDetail section.location-overview .content-container .appointment-banner .btn:hover, #locationsDetail section.location-overview .content-container .appointment-banner .btn:active, #locationsDetail section.location-overview .content-container .appointment-banner .btn:focus, #locationsDetail section.location-overview .content-container .appointment-banner .btn:active:focus {
          color: #005f90;
          border: none;
          transition: .25s ease background-image; }
        #locationsDetail section.location-overview .content-container .appointment-banner .btn a {
          display: inline-block;
          text-align: center;
          padding: 15px 25px;
          font-size: 15px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px;
          width: auto;
          font-weight: 600; }
    #locationsDetail section.location-overview .content-container #mobile-hours {
      border-top: 1px solid #edecec;
      padding-top: 15px;
      margin-top: 15px; }
    #locationsDetail section.location-overview .content-container .hours {
      border-bottom: 1px solid #edecec;
      padding-bottom: 5px;
      margin-bottom: 20px; }
      #locationsDetail section.location-overview .content-container .hours ul {
        padding: 0;
        list-style-type: none;
        font-weight: 600; }
        #locationsDetail section.location-overview .content-container .hours ul span {
          font-weight: 400;
          padding-left: 3px; }
  #locationsDetail section.location-overview .content-container .action-items > div {
    order: 3;
    width: 50%;
    max-width: 200px;
    margin-left: 0 !important; }
    #locationsDetail section.location-overview .content-container .action-items > div.directions, #locationsDetail section.location-overview .content-container .action-items > div.cta {
      order: 2;
      margin-bottom: 20px; }
#locationsDetail section.location-offerings {
  padding: 50px 0;
  /*
    @media (max-width: 1199px) {
      .offset-container {
        padding: 0;
      }
    }*/
  /*
    @media (max-width: 767px) {
      padding-top: 40px;
      .intro .flex-container {
        flex-direction: column;
        padding: 0 0px;
      }
      .intro .left,
      .intro .right {
        width: 100%;
        max-width: none;
      }
    }*/ }
  #locationsDetail section.location-offerings .offset-container {
    padding: 0 50px; }
  #locationsDetail section.location-offerings .flex-container {
    justify-content: space-between;
    /*
      @media (max-width: 767px) {
        flex-direction: column;
        padding: 0 0px;
      }*/ }
  #locationsDetail section.location-offerings .location-intro {
    /*
      @media (min-width: 1200px) {
        .highlights {
          p {
            display: inline-block;
            margin-left: 0;
          }
          p::before {
            margin: 0 15px 0 10px;
          }
          p:nth-child(odd)::before,
          p:last-child::before {
            display: none;
          }
        }
      }
      @media (max-width: 767px) {
        padding-bottom: 30px;
        margin-bottom: 20px;
      }*/ }
    #locationsDetail section.location-offerings .location-intro .location-offerings-headline {
      text-transform: uppercase;
      font-size: 21px;
      font-weight: 600;
      letter-spacing: 1.5px;
      text-align: left;
      margin: 0 0 15px 0;
      color: #474747; }
    #locationsDetail section.location-offerings .location-intro h3 {
      text-align: left;
      margin: 0 0 15px 0;
      color: #474747; }
    #locationsDetail section.location-offerings .location-intro p {
      line-height: 1.6;
      font-size: 15px; }
    #locationsDetail section.location-offerings .location-intro .left {
      width: 66%;
      padding-right: 7.5%;
      flex-grow: 1;
      /*
        @media (max-width: 767px) {
          width: 100%;
          max-width: none;
        }*/ }
    #locationsDetail section.location-offerings .location-intro .right {
      width: 34%;
      max-width: 350px;
      /*
        @media (max-width: 767px) {
          width: 100%;
          max-width: none;
        }*/ }
    #locationsDetail section.location-offerings .location-intro .highlights {
      color: #005f90;
      margin: 30px 0 0 0;
      font-weight: 700;
      max-width: 750px; }
      #locationsDetail section.location-offerings .location-intro .highlights p {
        display: block;
        margin-left: 12px;
        line-height: 1.25;
        margin-bottom: 10px; }
      #locationsDetail section.location-offerings .location-intro .highlights p::before {
        content: '•';
        display: inline-block;
        margin: 0 10px 0 -15px; }
    #locationsDetail section.location-offerings .location-intro .checklist {
      padding: 0;
      font-size: 17px;
      list-style-type: none;
      margin: 0;
      /*
        @media (max-width: 767px) {
          display: flex;
          flex-wrap: wrap;
          margin-top: 25px;
          li {
            width: 50%;
            max-width: 300px;
            font-size: 14px;
          }
        }
        @media (max-width: 450px) {
          li {
            width: 100%;
            max-width: none;
          }
        }*/ }
      #locationsDetail section.location-offerings .location-intro .checklist li:not(:last-child) {
        margin-bottom: 25px; }
      #locationsDetail section.location-offerings .location-intro .checklist li::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 27px;
        height: 27px;
        margin-right: 15px;
        background-image: url(../images/admin/plus-icon.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: -42px; }
      #locationsDetail section.location-offerings .location-intro .checklist li {
        display: block;
        margin-left: 42px; }
    #locationsDetail section.location-offerings .location-intro .highlights p {
      display: inline-block;
      margin-left: 0; }
    #locationsDetail section.location-offerings .location-intro .highlights p::before {
      margin: 0 15px 0 10px; }
    #locationsDetail section.location-offerings .location-intro .highlights p:nth-child(odd)::before,
    #locationsDetail section.location-offerings .location-intro .highlights p:last-child::before {
      display: none; }
  #locationsDetail section.location-offerings .offering-blocks .flex-container {
    flex-wrap: wrap;
    justify-content: center;
    /*
        @media (max-width: 767px) {
          padding: 0 0px;
          justify-content: flex-start;
        }
        @media (max-width: 450px) {
          max-width: none;
        }*/ }
  #locationsDetail section.location-offerings .offering-blocks .outline-button {
    position: absolute;
    bottom: 0;
    left: 0; }
  #locationsDetail section.location-offerings .offering-blocks .single-block {
    width: 25%;
    position: relative;
    color: #757575;
    padding-bottom: 45px;
    margin-bottom: 35px;
    /*
        @media (max-width: 991px) {
          width: 33.3333%;
        }
        @media (max-width: 767px) {
          width: 50%;
          max-width: 300px;
        }
        @media (max-width: 450px) {
          width: 100%;
          max-width: none;
        }*/ }
    #locationsDetail section.location-offerings .offering-blocks .single-block.ad-space {
      margin-bottom: 0;
      padding-bottom: 0; }
    #locationsDetail section.location-offerings .offering-blocks .single-block img {
      width: 100%;
      height: auto; }
  #locationsDetail section.location-offerings .offering-blocks .offer-headline {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: inherit; }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.icon::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      margin-top: -2px;
      margin-left: -3px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center; }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.heart::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/heart-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.emergency::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/emergency-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.bone::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/ortho-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.clipboard::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/clipboard-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.phone::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/phone-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.stethoscope::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/stethoscope-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.arrow::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/arrow-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.briefcase::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/briefcase-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks .offer-headline.pin::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/location-pin-blue.png); }
  #locationsDetail section.location-offerings .offering-blocks h4 {
    color: black;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600; }
    #locationsDetail section.location-offerings .offering-blocks h4.icon::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 10px;
      margin-top: -2px;
      margin-left: -3px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center; }
    #locationsDetail section.location-offerings .offering-blocks h4.heart::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/heart-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.emergency::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/emergency-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.bone::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/ortho-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.clipboard::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/clipboard-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.phone::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/phone-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.stethoscope::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/stethoscope-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.arrow::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/arrow-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.briefcase::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/briefcase-icon-blue.png); }
    #locationsDetail section.location-offerings .offering-blocks h4.pin::before {
      background-image: url(../images/icon-suites/service-line-icons/blue/location-pin-blue.png); }
  #locationsDetail section.location-offerings .offering-blocks ul {
    padding: 0 0 0 17px; }
  #locationsDetail section.location-offerings .offering-blocks li {
    margin-bottom: 5px;
    font-size: 14px;
    max-width: 250px; }
#locationsDetail section.main-slider-carousel {
  /*
    @media (max-width: 1200px) {
      .main-slider-container {
        width: 800px;
      }
    }*/
  /*
    @media (max-width: 992px) {
      .main-slider-container {
        width: 600px;
      }
      .slick-prev, .slick-next {
        background-size: 30px auto;
      }
      .slick-next {
        right: -8%;
      }
      .slick-prev {
        left: -8%;
      }
    }*/
  /*
    @media (max-width: 769px) {
      .main-slider-container {
        width: 500px;
        .locations-slider-carousel {
          .slick-prev, .slick-next {
            background-size: 30px auto;
          }
          .slick-next {
            right: -8%;
          }
          .slick-prev {
            left: -8%;
          }
        }
      }
    }*/
  /*
    @media (max-width: 600px) {
      .main-slider-container {
        width: 400px;
        .locations-slider-carousel {
          .slick-prev, .slick-next {
            background-size: 20px auto;
          }
          .slick-next {
            right: -8%;
          }
          .slick-prev {
            left: -8%;
          }
        }
      }
    }*/
  /*
    @media (max-width: 481px){
      .main-slider-container {
        width: 80%;
      }
    }*/ }
  #locationsDetail section.main-slider-carousel .main-slider-container {
    padding: 50px 0 25px 0;
    width: 1000px; }
    #locationsDetail section.main-slider-carousel .main-slider-container .slick-track {
      display: flex;
      /*
        @media (max-width: 600px) {
          display: block;
        }*/ }
      #locationsDetail section.main-slider-carousel .main-slider-container .slick-track .slick-slide {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
        /*
          @media (max-width: 600px) {
            display: block;
          }*/ }
        #locationsDetail section.main-slider-carousel .main-slider-container .slick-track .slick-slide img {
          height: auto;
          max-width: 220px;
          /*
            @media (max-width: 600px) {
              height: 70%;
            }*/ }
    #locationsDetail section.main-slider-carousel .main-slider-container .locations-slider-carousel .slick-prev, #locationsDetail section.main-slider-carousel .main-slider-container .locations-slider-carousel .slick-next {
      background-size: 40px auto; }
    #locationsDetail section.main-slider-carousel .main-slider-container .locations-slider-carousel .slick-next {
      background-position: left 40%;
      right: -10%; }
    #locationsDetail section.main-slider-carousel .main-slider-container .locations-slider-carousel .slick-prev {
      background-position: right 40%;
      left: -10%; }
    #locationsDetail section.main-slider-carousel .main-slider-container .locations-slider-carousel p {
      padding: 0;
      font-size: 13px; }
    #locationsDetail section.main-slider-carousel .main-slider-container .leaders-headline {
      color: #474747;
      font-size: 21px;
      font-weight: 600;
      letter-spacing: 1.5px; }
    #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline {
      font-size: 13px; }
      #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline a {
        font-weight: 800;
        color: #005f90; }
      #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline a:hover,
      #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline a:focus,
      #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline a:active,
      #locationsDetail section.main-slider-carousel .main-slider-container .slider-subheadline a:active:focus {
        color: #244462; }
    #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now {
      margin: 0 auto;
      text-align: center;
      margin: 0 auto;
      text-align: center;
      display: flex;
      height: auto;
      align-items: flex-end;
      /*
        @media (max-width: 600px) {
          display: block;
        }*/ }
      #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now {
        background: #005f90;
        color: white;
        border-radius: 100px;
        border: 1px solid #005f90;
        transition: .25s ease background;
        display: inline-block;
        text-align: center;
        padding: 8px 15px;
        font-size: 11px;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: 1px;
        width: auto;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 25px;
        /*
          @media (max-width: 600px) {
            margin-bottom: 10px;
          }*/ }
        #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now:hover, #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now:active, #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now:focus, #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now:active:focus {
          color: #005f90;
          background: #efefef;
          border: 1px solid #005f90;
          transition: .25s ease background; }
        #locationsDetail section.main-slider-carousel .main-slider-container .locations-schedule-now .schedule-now a {
          display: inline-block;
          text-align: center;
          padding: 8px 15px;
          font-size: 11px;
          line-height: 1;
          text-transform: uppercase;
          letter-spacing: 1px;
          width: auto;
          font-weight: 600; }
#locationsDetail section.schedule-now-section {
  margin: 0 auto;
  text-align: center;
  background-color: #efefef;
  padding-bottom: 50px; }
  #locationsDetail section.schedule-now-section .appointment-banner {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    color: #005f90;
    font-size: 19px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    background: #def0fb;
    background: -webkit-linear-gradient(#def0fb, #bfe1fc);
    background: -o-linear-gradient(#def0fb, #bfe1fc);
    background: -moz-linear-gradient(#def0fb, #bfe1fc);
    background: linear-gradient(#def0fb, #bfe1fc); }
  #locationsDetail section.schedule-now-section .locations-appointment-container img {
    width: 100%; }
#locationsDetail section.video-news-section .video-details {
  margin-top: 35px;
  overflow: hidden; }
  #locationsDetail section.video-news-section .video-details .video-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: inherit;
    line-height: 1.1;
    color: #474747; }
  #locationsDetail section.video-news-section .video-details .col-sm-12, #locationsDetail section.video-news-section .video-details .col-sm-10, #locationsDetail section.video-news-section .video-details .col-md-10 {
    padding: 0; }
  #locationsDetail section.video-news-section .video-details .video-aspect-container {
    position: relative;
    width: 100%;
    padding: 56.25% 0 28px 0; }
    #locationsDetail section.video-news-section .video-details .video-aspect-container .wistia_embed {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%; }
#locationsDetail section.video-news-section .news-details {
  margin-top: 35px;
  overflow: hidden; }
  #locationsDetail section.video-news-section .news-details .news-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: inherit;
    line-height: 1.1;
    color: #474747; }
  #locationsDetail section.video-news-section .news-details .news-container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px; }
    #locationsDetail section.video-news-section .news-details .news-container .news-thumb {
      padding-left: 0;
      float: left;
      margin-right: 20px; }
      #locationsDetail section.video-news-section .news-details .news-container .news-thumb img {
        width: 120px; }
    #locationsDetail section.video-news-section .news-details .news-container .news-link {
      padding-left: 0; }
      #locationsDetail section.video-news-section .news-details .news-container .news-link a {
        font-size: 16px; }
#locationsDetail section.location-content {
  background-color: #f8f8f8;
  padding: 40px 0;
  /*
    @media (max-width: 767px) {
      padding-bottom: 20px;
      .content-row .col-sm-6, .content-row .col-sm-12 {
        padding: 0 0;
      }
    }*/ }
  #locationsDetail section.location-content .content-block {
    margin-bottom: 35px;
    /*
      @media (max-width: 991px) {
        a.carat-link {
          display: inline-block;
          width: 85%;
          text-align: left;
          .u-nowrap-both::after {
            color: #005f90;
          }
          &::after {
            content: "";
          }
        }
      }*/ }
    #locationsDetail section.location-content .content-block a.carat-link .u-nowrap-both::after {
      color: #005f90; }
    #locationsDetail section.location-content .content-block a.carat-link::after {
      content: ""; }
  #locationsDetail section.location-content .content-row:last-child {
    margin-bottom: 0; }
  #locationsDetail section.location-content .content-row:not(:last-child) .col-sm-6,
  #locationsDetail section.location-content .content-row:not(:last-child) .col-md-6,
  #locationsDetail section.location-content .content-row:not(:last-child) .col-sm-12 {
    border-bottom: 1px solid #edecec;
    /*
      @media (max-width: 767px) {
        &:not(:last-child) {
          border-bottom: none;
        }
      }*/ }
  #locationsDetail section.location-content .location-content-headline {
    text-transform: uppercase;
    color: #005f90;
    letter-spacing: 1.25px;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 10px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.1;
    text-align: left; }
  #locationsDetail section.location-content h5 {
    text-transform: uppercase;
    color: #005f90;
    letter-spacing: 1.25px;
    font-size: 16px;
    margin-bottom: 25px; }
  #locationsDetail section.location-content .location-content-subheadline {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 17px;
    margin-top: 10px;
    font-family: inherit;
    line-height: 1.1;
    letter-spacing: 0;
    color: inherit;
    text-align: left;
    text-transform: none; }
  #locationsDetail section.location-content h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 17px; }
  #locationsDetail section.location-content a {
    font-size: 14px; }
  #locationsDetail section.location-content p {
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.5; }



/* Warning Message Ticker
***************************************************************************************************/

.alert {
	margin: 0;
	padding: 12px 0;
}
.alert.alert-danger {
	color: #efefef;
	background-color: darkred;
	border-color: darkred;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
}
.alert.alert-danger a {
	color: #efefef;
}
.alert-detail {
	max-width: 1280px;
	margin: 0 auto;
}
.alert-detail p {
	margin-bottom: 0 !important;
	line-height: 24px;
	font-size: 16px;
}