/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .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;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4C4C4C;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #197db2;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #104e6f;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .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,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .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: 0.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  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,
ol ul,
ul ol,
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.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@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%;
  text-transform: uppercase;
}
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.42857143;
  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.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 990px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
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 > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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 > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4C4C4C;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4C4C4C;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control::-ms-clear {
  display: none;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .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 {
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.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;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  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.33;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.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 {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: #8c8c8c;
}
@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;
}
@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: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #4C4C4C;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #4C4C4C;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #4C4C4C;
  background-color: #d5d5d5;
  border-color: #bebebe;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #eeeeee;
  border-color: #dddddd;
}
.btn-default .badge {
  color: #eeeeee;
  background-color: #4C4C4C;
}
.btn-primary {
  color: #ffffff;
  background-color: #ff7126;
  border-color: #ff600c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #f25400;
  border-color: #ce4700;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ff7126;
  border-color: #ff600c;
}
.btn-primary .badge {
  color: #ff7126;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #197db2;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #104e6f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  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.42857143;
  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.42857143;
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #4C4C4C;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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;
}
@media (max-width: 991px) {
  .nav > li > a {
    padding: 10px 12px;
  }
}
.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: #197db2;
}
.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.42857143;
  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: #4C4C4C;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.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 {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -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;
  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;
    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: #22A8AC;
  border-color: #1d8d90;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #1e9397;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #4C4C4C;
  background-color: #1d8d90;
}
.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: #1d8d90;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #1d8d90;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #1e9397;
  }
  .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: #4C4C4C;
    background-color: #1d8d90;
  }
  .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: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.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: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .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: #080808;
  }
  .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,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ffffff;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #197db2;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #104e6f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #197db2;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #197db2;
}
.thumbnail .caption {
  padding: 9px;
  color: #4C4C4C;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-heading + .row {
  display: table;
  margin: 15px 0 0;
}
.media-heading + .row::before,
.media-heading + .row::after {
  display: none;
}
.media-heading + .row span {
  display: table-cell;
  vertical-align: middle;
}
.media-heading + .row .pull-left {
  min-width: 150px;
  max-width: 50vw;
  padding: 0 15px 0 0 !important;
  float: none !important;
}
.media-heading + .row .pull-left img {
  max-width: 100%;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal:not(.gap-specialist-modal) {
  top: 0;
  left: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}
.ads-qa .adslot-container {
  margin-bottom: 30px;
}
.adslot-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.adslot-container .adslot[style="display: none"] + .label {
  display: none;
}
.adslot-container .label {
  color: #777777;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  display: block;
  bottom: -20px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.adslot-container .popover-link {
  padding: 0px 14px 9px 14px;
}
#ad-header.adslot {
  margin: 10px auto;
  width: 728px;
}
#ad-content_sponsor.adslot {
  margin: 10px auto;
  width: 630px;
}
#ad-sidebar.adslot {
  width: 300px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #ad-header.adslot {
    width: 300px;
    margin-bottom: 15px;
  }
  #ad-sidebar.adslot {
    width: 320px;
    margin-bottom: 30px;
  }
}
.alert-warning.subscribe {
  border-radius: 0;
  padding: 6px 12px;
}
.alert-warning.subscribe p {
  margin: 3px 0px;
}
.blueBG {
  background-color: #EAF2F6;
  border-bottom: 3px solid #C4D3DD !important;
}
.homeBG {
  background-color: #22A8AC;
  border-top: 2px solid #1f9b9b;
}
.home-bg-pattern {
  background: url("/static/images/home-bg-pattern.png?4891cafdc856") repeat-x scroll 50% 50% #22a8ac;
}
.newhomeBG {
  background-color: #22a7ae;
  border-top: 2px solid #1f9b9b;
}
.teal {
  background-color: #22A8AC;
}
.tealBG {
  background-color: #e8f6f7;
  border-bottom: 3px solid #78cace;
}
.grey-blue-bg {
  background-color: #b7c5ce;
}
.miles-blueBG {
  background-color: #cadedf;
}
.miles-blueBG-light {
  background-color: #e7f0f0;
}
.lightestblueBG {
  background-color: #fafbfb;
}
.lightblueBG {
  background-color: #F4F8FB;
}
.widget-bg {
  border: 1px solid #aaa;
  height: 15px;
  width: 15px;
  float: left;
  margin: 3px 5px 0px 5px;
}
.widget-bg.yellow {
  background-color: #f9f7ed;
}
.widget-bg.blue {
  background-color: #e2f4f5;
}
.widget-bg.grey {
  background-color: #f9f9f9;
}
.widget-bg.lilac {
  background-color: #e8d1e7;
}
.blue {
  background-color: #EAF2F6;
}
.dark-blue {
  background-color: #5d84b7;
}
.darker-blue {
  background-color: #3D5779;
}
.orange {
  background-color: #FF7126;
}
.yellowBG {
  background-color: #F7F4EB;
}
.yellowBG-border {
  background-color: #F7F4EB;
  border-bottom: 3px solid #F8EBCE !important;
}
.greyBG {
  background-color: #eee;
  border-bottom: 3px solid #ccc !important;
}
.mild-grayBG {
  background: #f0f0f1;
}
.grey {
  background-color: #eee;
}
.gray-4 {
  background-color: #aaaaaa;
}
.green {
  background-color: #81C559;
}
.lightgreenBG {
  background-color: #dff0d8;
}
.greenBG {
  background-color: #ECF6E6;
  border-bottom: 3px solid #81C559;
}
.lightgreyBG {
  background-color: #fafafa;
}
.paynes-grayBG {
  background-color: #66757f;
}
.whiteBG {
  background-color: #ffffff;
}
.whiteBG.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.round-border {
  border-radius: 4px;
}
.gray-border {
  border: 1px solid #dddddd;
}
.gray-border.left-only {
  border-width: 0;
  border-left-width: 1px;
}
.orange-border {
  border: 1px solid #FF7126;
}
.white-border {
  border: 1px solid #FFFFFF;
}
.border-sm {
  border-width: 2px;
}
.miles-blue-border {
  border: 1px solid #cadedf;
}
.blue-border {
  border: 1px solid #c4d3dd;
  box-shadow: 0 1px 1px #c4d3dd;
  border-radius: 3px;
}
.gray-bottom-border {
  border-bottom: 1px solid #eee;
}
.rock-blue-border {
  border: 1px solid #9B9EBD;
}
.skew-border {
  width: 100%;
  position: relative;
}
.skew-border.top {
  margin-top: -60px;
}
.skew-border.top:before {
  height: 60px;
  display: block;
  content: " ";
  border-style: solid;
  border-color: transparent;
  border-top-width: 60px;
}
@media (max-width: 767px) {
  .skew-border.top:before {
    height: 63px;
    border-top-width: 30px;
  }
}
.skew-border.left-to-right:before {
  border-left: 100vw solid #fff;
  border-right: 0;
}
.skew-border.right-to-left:before {
  border-right: 100vw solid #fff;
  border-left: 0;
}
.border-none {
  border: none;
}
.btn-contact {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-connect {
  background-color: #3b5998;
  color: #ffffff;
  border-bottom: 2px solid #324b80;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-connect:hover,
.btn-connect:focus {
  background-color: #324b80;
  border-bottom: 2px solid #324b80;
  color: #ffffff;
  outline: none;
}
.btn-pro {
  font-size: 22px;
  font-weight: bold;
}
.btn-sky {
  color: #197db2;
  background-color: #ffffff;
  border-color: #c4d3dd;
}
.btn-sky > .fa {
  color: #777777;
}
.btn-sky.active,
.btn-sky:hover {
  color: #ffffff;
  background-color: #197db2;
  border-color: #c4d3dd;
}
.btn-sky.active > .fa,
.btn-sky:hover > .fa {
  color: #eaf2f6;
}
.btn-tag {
  color: #ffffff;
  background-color: #197db2;
}
.btn-tag:not(.no-margin) {
  margin: 0 5px 5px 0;
}
.btn-tag:hover,
.btn-tag:focus,
.btn-tag:active {
  color: #ffffff;
  background-color: #197db2;
  border-color: transparent;
}
.btn-tag-toggle {
  color: #4C4C4C;
  background-color: #eeeeee;
  border-color: #dddddd;
  margin: 0 5px 5px 0;
}
.btn-tag-toggle:hover {
  background-color: #dddddd;
}
.btn-tag-gray {
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 5px;
  color: #777777;
}
.btn-tag-gray:hover,
.btn-tag-gray:focus,
.btn-tag-gray:active {
  background-color: #dddddd;
  border-bottom: 2px solid #cccccc;
}
.btn-teal {
  color: #ffffff;
  background-color: #22A8AC;
  margin: 0 5px 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-teal:not(.no-border-bottom) {
  border-bottom: 2px solid #1d8d90;
}
.btn-teal.btn-teal-plan {
  background: transparent;
  color: #22A8AC;
}
.btn-teal:hover,
.btn-teal:focus,
.btn-teal:active {
  color: #fff;
  background-color: #1d8d90;
}
.btn-teal:hover:not(.no-border-bottom),
.btn-teal:focus:not(.no-border-bottom),
.btn-teal:active:not(.no-border-bottom) {
  border-bottom: 2px solid #177477;
}
.btn-orange {
  color: #ffffff;
  background-color: #ff7126;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-orange:not(.no-border-bottom) {
  margin: 0 5px 5px 0;
  border-bottom: 2px solid #ff5b05;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
  color: #fff;
  background-color: #ff5b05;
}
.btn-orange:hover:not(.no-border-bottom),
.btn-orange:focus:not(.no-border-bottom),
.btn-orange:active:not(.no-border-bottom) {
  border-bottom: 2px solid #e54f00;
}
.btn-orange-plan {
  color: #ff7126;
  background-color: transparent;
  letter-spacing: 1px;
}
.btn-orange-plan:hover,
.btn-orange-plan:active,
.btn-orange-plan:focus {
  color: white;
  background-color: #ff7126;
}
.btn-orange-outline {
  color: #ff7126;
  background-color: transparent;
  border: 1px solid #ff7126;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-orange-outline:hover,
.btn-orange-outline:active,
.btn-orange-outline:focus {
  color: white;
  background-color: #ff7126;
}
.btn-white {
  color: #ff7126;
  background-color: #ffffff;
  border-color: #eeeeee;
  margin: 0 5px 5px 0;
}
.btn-white.orange-border {
  border-color: #ff7126;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #ff7126;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.btn-white:hover.orange-border,
.btn-white:focus.orange-border,
.btn-white:active.orange-border {
  border-color: #ff7126;
}
.btn-appointment {
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
  width: 75px;
  margin-bottom: 5px;
  color: #777777;
}
.btn-patient {
  background-color: #eeeeee;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 5px;
  color: #777777;
}
.btn-appointment:hover,
.btn-appointment:focus,
.btn-appointment:active,
.btn-patient:hover,
.btn-patient:focus,
.btn-patient:active {
  background-color: #dddddd;
  border-bottom: 2px solid #cccccc;
}
.lozenge {
  padding: 2px 5px;
  border: 2px solid;
  border-radius: 16px;
}
.btn-accept {
  background-color: #39B54A;
  border-bottom: 2px solid #319c40;
  color: #ffffff;
  margin-left: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-accept:hover {
  color: #ffffff;
  background-color: #319c40;
  border-bottom: 2px solid #2a8536;
}
.btn-reject {
  background-color: #ed1c24;
  border-bottom: 2px solid #d71119;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-reject:hover {
  color: #ffffff;
  background-color: #d71119;
  border-bottom: 2px solid #ba0f15;
}
.btn-fix-footer {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  border-radius: 0;
}
.btn-panel-footer {
  margin: 0;
  border: none;
  border-radius: 0;
}
.download-badge img {
  max-width: 130px;
}
.btn-ghost {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
}
.btn-ghost:hover,
.btn-ghost:focus,
.btn-ghost:active {
  background: #fff;
  color: #337ab7;
  color: #ff7126;
}
a.btn-ghost:hover:hover,
a.btn-ghost:focus:hover,
a.btn-ghost:active:hover {
  color: #286090;
}
.btn-addon-search {
  border: 1px solid #ff7126;
  border-radius: 0 3px 3px 0;
  margin-left: 0;
}
.btn-urgent {
  padding: 6px 38px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 13px;
  }
  .download-badge {
    text-align: center;
  }
}
.carousel-inner > .item > img {
  -webkit-user-drag: element;
  margin: 0 auto;
}
.carousel-inner .video-link {
  display: block;
  position: relative;
}
.carousel-inner .video-link .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: rgba(76, 76, 76, 0.6);
  font-size: 42px;
  line-height: 36px;
  margin: -21px 0 0 -21px;
}
.carousel-inner .video-link:hover .fa {
  color: rgba(76, 76, 76, 0.7);
}
.carousel-inner .video-link:active .fa {
  color: rgba(76, 76, 76, 0.5);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  font-weight: bold;
  font-size: 40px;
  top: 45%;
}
.modal-backdrop.in {
  background: #012324;
  opacity: 0.8;
}
.contact-modal {
  line-height: 19px;
  text-align: center;
}
.contact-modal .form-control {
  margin: auto;
  max-width: 250px;
}
.contact-modal .location-name {
  font-size: 2rem;
  margin-bottom: 10px;
}
.contact-modal .modal-dialog {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.contact-modal .modal-body {
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 3.5em;
}
.contact-modal .modal-body .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.contact-modal .modal-body .container-fluid .row {
  flex: 1 0 100%;
}
.contact-modal .modal-content.enquiry .top {
  padding-bottom: 1em;
}
.contact-modal .modal-content {
  border-radius: 5px;
  box-shadow: 0 0 45px 0 #555555;
  max-width: 500px;
}
.contact-modal .modal-header {
  background: #FF8345;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 21px 15px;
}
.contact-modal .modal-header .modal-title {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
}
.contact-modal .modal-header .close {
  cursor: pointer;
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.contact-modal .modal-header .close::after {
  color: #000000;
  content: '\00d7';
  display: inline-block;
}
.contact-modal .enquiry .top .modal-info {
  margin-bottom: 0;
}
.contact-modal .enquiry .top .select-wrapper {
  margin-bottom: 26px;
}
.contact-modal .enquiry .top .address {
  margin-bottom: 25px;
}
.contact-modal .enquiry .top .address .fa-map-marker {
  color: #FF8345;
  font-size: 16px;
  margin-right: 10px;
}
.contact-modal .enquiry .top .address .address-text {
  font-size: 12px;
}
.contact-modal .enquiry hr {
  margin-top: 25px;
}
.contact-modal .enquiry .bottom {
  padding: 1em;
}
.contact-modal .enquiry .bottom .modal-info {
  margin-bottom: 0;
}
.contact-modal .enquiry .bottom p {
  font-size: 13px;
}
.contact-modal .modal-info {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 2.5em;
}
.contact-modal .modal-info p {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 1em;
}
.contact-modal a {
  color: #FF8345;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.contact-modal .non-pro a {
  font-size: 22px;
}
.contact-modal .non-pro .modal-content {
  max-width: none;
  min-width: 265px;
}
.contact-modal .non-pro .modal-header {
  background: #ffffff;
  border: none;
}
.contact-modal .non-pro .modal-body {
  padding: 0 15px 15px;
}
.contact-modal .non-pro .modal-info {
  display: flex;
  font-size: 13px;
  line-height: 19px;
  margin: 0;
  text-align: center;
}
.contact-modal .non-pro .modal-info .modal-title {
  color: #4C4C4C;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 29px;
  margin: 0.5em 0 2em;
}
.contact-modal .non-pro .modal-info .modal-title span {
  font-size: 22px;
}
.contact-modal .non-pro .modal-info .media {
  margin-top: 0;
  width: 265px;
}
.contact-modal .non-pro .modal-info .media p {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 2.5em;
}
.contact-modal .non-pro .modal-info .media h4 span {
  font-weight: normal;
}
.contact-modal .non-pro .modal-info .adslot-container {
  border: 1px solid #FFBC74;
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0.8em;
}
.contact-modal .non-pro .modal-info .adslot-container .label {
  background: #ffffff;
  bottom: inherit;
  color: #FFBC74;
  font-size: 10px;
  height: 14px;
  line-height: 12px;
  text-transform: uppercase;
  top: -7px;
  width: 100px;
}
.contact-modal .non-pro .modal-info .media-body {
  padding-left: 1em;
}
@media (max-width: 1199px) {
  .modal.fade.in ~ .fix-footer {
    display: none!important;
  }
  .contact-modal .modal-header .modal-title {
    padding: 0 1.5em;
  }
  .contact-modal .modal-body {
    padding: 2.5em 2em;
  }
  .contact-modal .modal-info {
    margin-top: 15px;
    margin-bottom: 0;
    order: 2;
    padding-top: 0;
  }
  .contact-modal .modal-info span {
    font-weight: bold;
  }
  .contact-modal .modal-content {
    max-width: inherit;
  }
  .contact-modal .form-control {
    margin: 5px auto;
  }
  .contact-modal .location-name {
    margin: 5px 0;
  }
  .contact-modal .non-pro .modal-content {
    max-width: 358px;
  }
  .contact-modal .non-pro .modal-info {
    display: block;
    padding-top: 0;
    text-align: center;
  }
  .contact-modal .non-pro .modal-info .modal-title {
    margin-top: 0;
  }
  .contact-modal .non-pro .modal-info .adslot-container {
    border: none;
    border-top: 1px solid #FFBC74;
    margin-left: 0;
    width: auto;
  }
  .contact-modal .non-pro .modal-info .media {
    width: inherit;
  }
  .contact-modal .non-pro .modal-info .media-body {
    padding-left: 0;
  }
  .contact-modal .non-pro .modal-info div:last-child {
    border-left: 0;
  }
  .contact-modal .non-pro .modal-body {
    padding: 0;
  }
}
.main-layout {
  flex: 2;
  margin-right: 2px;
  padding: 24px 0;
}
@media (max-width: 792px ) {
  .main-layout {
    padding-top: 12px;
    margin-right: 12px;
  }
}
@media (max-width: 648px ) {
  .main-layout {
    margin-right: 0;
  }
}
.shadow {
  box-shadow: 0 2px 3px rgba(0, 35, 40, 0.1), 0 3px 12px rgba(0, 35, 40, 0.3), 0 6px 15px rgba(0, 35, 40, 0.05), 0 15px 36px rgba(0, 35, 40, 0.1);
}
.cta-shadow {
  box-shadow: 0 6px 12px -3px rgba(0, 35, 40, 0.2);
}
.shadow-border {
  box-shadow: inset 0 0 0 2px rgba(0, 35, 40, 0.1);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .shadow-border {
    box-shadow: 0 0 0 2px rgba(0, 35, 40, 0.1);
  }
}
.tabs {
  display: flex;
  padding: 0 12px;
  margin: 12px -24px -24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs [role="tab"] {
  flex-shrink: 0;
  background-color: transparent;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  color: #002328;
  text-decoration: none;
  padding: 6px 12px;
}
.tabs [role="tab"][aria-selected="true"],
.tabs [role="tab"][aria-selected="page"] {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  cursor: default;
  pointer-events: none;
}
h1.contact-us {
  margin: 15px 0;
}
li.factsheet-details > .media > a {
  padding: 10px 15px 10px 15px;
  border-bottom: 1px solid #eee;
  display: block;
}
li.factsheet-details > .media > a:hover {
  text-decoration: none;
  background-color: #efefef;
}
li.factsheet-details.search-more > .media > a {
  padding: 5px 15px 5px 15px;
  display: block;
  border-bottom: none;
}
li.factsheet-details > .media > a > .pull-left {
  margin-right: 10px;
}
.input-group .form-control {
  float: none;
}
.autocomplete-results-holder li {
  padding: 6px 12px;
  cursor: pointer;
}
.autocomplete-results-holder li:hover {
  background-color: #eeeeee;
}
.asteriskField,
.required-field {
  display: inline;
  color: #ed1c24;
}
.error {
  color: #ed1c24;
}
.form-group .fa.dashboard-search {
  display: none;
}
.gap-specialist-modal {
  bottom: 24px;
  right: 24px;
  max-width: 504px;
  border-radius: 6px;
  background-color: #ff7126;
  color: #fff;
  padding: 36px;
  font-size: 20px;
}
.gap-specialist-modal > div {
  margin-top: 18px;
}
.gap-specialist-modal .btn {
  font-size: 16px;
}
.gap-specialist-modal .btn.white-border:hover {
  border-color: #fff;
}
.gap-specialist-modal > span {
  cursor: pointer;
  font-size: 32px;
  position: absolute;
  right: 24px;
  top: 12px;
}
.gap-specialist-modal > span::after {
  color: #000;
  content: "\00d7";
  display: inline-block;
}
.gap-specialist-modal .tel-number {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  padding: 6px 0;
  margin: 6px 0;
  line-height: 25px;
}
.gap-specialist {
  display: flex;
  align-items: center;
}
.gap-specialist .btn {
  font-size: 20px;
  padding: 0 6px;
  margin: 0;
}
.gap-specialist button {
  border: 0;
  background-color: transparent;
  margin-left: 6px;
  text-decoration: underline;
  text-align: left;
}
.gap-specialist-number {
  display: block;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 25px;
}
.gap-specialist-number i {
  margin-right: 6px;
}
.gap-specialist-number:hover {
  color: #ff7126;
}
@media (max-width: 1199px) {
  .modal.fade.in ~ .fix-footer {
    display: none !important;
  }
  .gap-specialist-modal {
    right: 0;
    bottom: 0;
    padding: 12px 12px 36px;
  }
  .gap-specialist-modal .close {
    right: 12px;
    font-size: 24px;
  }
  .gap-specialist-number {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
@media (max-width: 767px) {
  .gap-specialist-modal .btn {
    font-size: 12px;
  }
}
.ipn-header {
  background: url('/static/ipn/images/ipn-header-background.png?cb7978176a3a') no-repeat scroll center top #003b5d;
  margin-bottom: 15px;
}
.ipn-header .practice-logo {
  background: url('/static/ipn/images/ipn-cross.png?cf3bef6c95d3') no-repeat 100% center;
  display: inline-block;
  padding: 30px 80px 30px 0;
}
.ipn-header .practice-logo:hover {
  text-decoration: none;
}
.ipn-header .practice-logo .practice-name {
  color: #ffffff;
  font: 24px 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 26px;
  font-weight: lighter;
  letter-spacing: 0.01em;
}
.ipn-header .powered-by {
  color: #ffffff;
  padding: 20px 0 0 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.ipn-header .powered-by .hs-logo-mobile {
  top: 3px;
  position: relative;
  margin-left: 3px;
}
.header-info .logo-bg {
  background-color: #ffffff;
  background-color: #fff;
  padding: 0 20px;
}
.header-info .logo-bg.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .header-info .logo-bg {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-info .media-body .media-heading {
    margin: 0;
    font-size: 20px;
  }
  .header-info .media-body p {
    margin-top: 10px;
  }
}
.header-phone {
  margin-top: 3px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .header-phone {
    margin-top: 15px;
    margin-bottom: 6px;
  }
}
.header-phone span.fa-stack {
  border: 1px solid #ff7126;
  border-radius: 100em;
  margin-right: 6px;
}
.cw-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #cadedf;
  padding: 15px 0;
}
.cw-header .hs-factsheet-logo {
  background-position: 0 -75px;
  height: 33px;
}
.cw-header .powered-by {
  padding-top: 7px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.action-area {
  padding: 15px 10px 14px;
}
@media (min-width: 768px) {
  .user-wrapper {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .ipn-header .practice-logo {
    display: inline-block;
    background-size: 54px 60px;
    padding: 0 50px 0 0;
    margin-top: 15px;
  }
  .ipn-header .practice-logo:hover,
  .ipn-header .practice-logo:focus {
    text-decoration: none;
  }
  .ipn-header .practice-logo .practice-name {
    font-size: 16px;
    line-height: 16px;
  }
  .ipn-header .powered-by {
    padding: 20px 0 25px 15px;
    font-size: 10px;
    text-align: center;
  }
  .ipn-header .powered-by .hs-logo-mobile {
    top: 3px;
    position: relative;
    margin-left: 3px;
  }
  .cw-header {
    margin-bottom: 15px;
  }
}
.search-type-icon-outline {
  border-radius: 3px;
  height: 22px;
  width: 22px;
}
.search-type-icon-outline > i.fa {
  font-size: 16px;
  margin: 3px;
}
.search-type-icon-outline.light-red {
  color: #e88569;
}
.search-type-icon-outline.light-cyan {
  color: #81b9c3;
}
.search-type-icon-outline.light-purple {
  color: #8573c4;
}
.search-type-icon-outline.light-green {
  color: #79ceac;
}
.search-type-icon-outline.light-orange {
  color: #ffa252;
}
.search-type-icon-outline.baby-blue {
  color: #30a5d3;
}
.search-type-icon-outline.yellow {
  color: #fcc412;
}
.icon-holder {
  width: 32px;
}
.search-type-icon {
  background-color: #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 6px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
}
.search-type-icon > i.fa {
  color: #ffffff;
  font-size: 22px;
  margin-top: 9px;
}
.search-type-icon > .rx {
  font-size: 28px;
}
.search-type-icon.orange {
  background-color: #ff7126;
  border-bottom: 1px solid #ff5b05;
}
.search-type-icon.teal {
  background-color: #22A8AC;
  border-bottom: 1px solid #1d8d90;
}
.search-type-icon.blue {
  background-color: #197db2;
  border-bottom: 1px solid #156995;
}
.search-type-icon.light-blue {
  background-color: #eaf2f6;
  border-bottom: 1px solid #d3e4ec;
}
.search-type-icon.red {
  background-color: #ed1c24;
  border-bottom: 1px solid #d71119;
}
.search-type-icon.purple {
  background-color: #662d91;
  border-bottom: 1px solid #542578;
}
.search-type-icon.paynes-gray {
  background-color: #66757f;
  border-bottom: 1px solid #57646d;
}
.results.in-page .search-type-icon {
  height: 60px;
  width: 60px;
}
.search-type-icon.icon-lg {
  height: 60px;
  width: 60px;
}
.search-type-icon.icon-lg > i.fa {
  font-size: 36px;
  margin: 12px 0px;
}
.results.in-page .search-type-icon > i.fa,
.factsheet-landing-page.search-type-icon > i.fa {
  font-size: 36px;
  margin: 12px 0px;
}
.results.in-page .search-type-icon > .rx,
.factsheet-landing-page.search-type-icon > i.fa {
  font-size: 42px;
}
.fa-drug:before {
  content: '\211e';
}
.button.-icon > i,
i.icon {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-flex;
  height: 15px;
  width: 15px;
}
.button.-icon > i.-big,
i.icon.-big {
  height: 60px;
  width: 60px;
}
.button.-icon > i.-medium,
i.icon.-medium {
  height: 30px;
  width: 30px;
}
.button.-icon > i.-small,
i.icon.-small {
  height: 10px;
  width: 10px;
}
.button.-icon > i {
  display: flex;
  -ms-flex: 1 0 auto;
}
i.-back {
  background-image: url(/static/images/icons/back.svg?fe8e9a7e07dc);
}
.jcrop-centered {
  display: inline-block;
}
.crop-image-wrapper {
  text-align: center;
}
.dragover-highlight {
  background-color: #eee;
  transition: background-color 500ms linear;
}
.dragover-highlight-text {
  color: #555;
  transition: color 500ms linear;
}
.btn-holder {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 15px;
}
.btn-holder .btn {
  margin-right: 10px;
}
.image-preview {
  max-width: 100%;
}
@media only screen and (min-width: 430px) and (max-width: 767px) {
  .clinical-trial-logo {
    max-width: 400px;
  }
}
.label-gp-only {
  border: 1px solid #ed1c24;
  color: #ed1c24;
  display: inline-block;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
h3 > .label-gp-only {
  margin: 0px 5px 0 0;
  padding: 0.3em 0.4em 0.3em;
  font-size: 75%;
}
h4 > .label-gp-only {
  margin: -1px 5px 0 0;
  padding: 0.3em 0.4em 0.3em;
  font-size: 65%;
}
.label-urgent {
  border: 1px solid #ed1c24;
  color: #ed1c24;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}
.label-urgent.replied {
  color: #cccccc;
  border: 1px solid #cccccc;
}
h4 > .label-urgent {
  margin: -2px 0 1px 5px;
  padding: 0.4em 0.6em 0.3em;
  font-size: 65%;
  font-weight: normal;
  letter-spacing: 1px;
}
.location-map h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 6px;
}
.location-map .location-list li a i {
  display: none;
}
.location-map .location-list li a:hover {
  background: #eaf2f6;
  cursor: pointer;
}
.location-map .location-list li.active a {
  background: none;
  color: #ff7126;
}
.location-map .location-list li.active a i {
  display: initial;
}
.location-map .location-list li.active a span {
  color: #ff7126;
}
.location-map #map-wrapper {
  transition: height 500ms ease-out;
  height: 300px;
  overflow: hidden;
}
.location-map #map-wrapper.profile-map {
  height: 180px;
}
.location-map #map {
  height: 300px;
}
.location-map #map.profile-map {
  height: 180px;
}
.location-map #map.-small {
  height: 200px;
}
.location-map.single-location #map {
  min-height: 194px;
  height: auto;
}
.location-map.single-location .location-detail {
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.location-map.single-location .location-detail ul {
  overflow-y: hidden;
}
.location-map.single-location .location-detail li:hover {
  background-color: none;
}
.location-map .location-detail {
  border: 1px solid #dddddd;
  position: absolute;
  z-index: 1;
  margin-left: 30px;
}
.location-map .location-detail ul {
  background-color: #ffffff;
  background-color: #fff;
  max-height: 240px;
  overflow-y: scroll;
  margin-bottom: 0;
}
.location-map .location-detail ul.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.location-map .location-detail li {
  border-bottom: 1px solid #dddddd;
}
.location-map .location-detail li.highlight {
  background: #f6f9fb;
}
.location-map .location-detail li.highlight .extra-info {
  display: block !important;
}
.location-map .location-detail li.highlight .show-details {
  display: none !important;
}
.location-map .location-detail.profile-map {
  position: relative;
  margin-left: 0;
  border: none;
}
.location-map .location-detail.profile-map ul {
  max-height: 100%;
  overflow-y: hidden;
}
.location-map .location-detail.profile-map li:last-child {
  border-bottom: none;
}
.location-map .location-detail.profile-map.row {
  margin-left: -15px;
}
.location-map.org-location #map {
  min-height: 140px;
}
.location-map.-small {
  height: 200px;
}
.map-toggle-btn {
  background-color: #fafbfb;
  color: #197DB2;
  height: 42px;
  width: 120px;
  border: none;
  border-left: 1px solid #dddddd !important;
}
.map-toggle-btn:hover,
.map-toggle-btn:active,
.map-toggle-btn:focus {
  background: #197db2;
  color: #ffffff;
}
@media (max-width: 991px) {
  .google-map-static {
    background-position: 50% 50%;
    display: block;
    min-height: 100px;
    max-height: 200px;
  }
}
.media-body.overflow {
  display: inherit;
  vertical-align: inherit;
  width: auto;
}
.messages .message {
  background: none repeat scroll 0 0 #FF7126;
  border: 0 solid transparent;
  padding: 15px 0px;
  width: 100%;
}
.messages .message .fa-times {
  color: #ffffff;
  top: 3px;
  position: relative;
  right: 10px;
  float: right !important;
}
.messages .center-msg {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ie-message .alert {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.ie-message .spacer {
  height: 70px;
}
@media (max-width: 767px) {
  .ie-message .alert {
    height: 90px;
  }
  .ie-message .spacer {
    height: 90px;
  }
}
.modal-backdrop {
  bottom: 0;
  z-index: 100003;
  position: fixed;
}
.modal {
  z-index: 100004;
}
.user-nav > .dropdown {
  margin-top: 22px;
}
.user-nav > .dropdown > .btn-dropdown {
  background-color: transparent;
  border: 1px solid transparent;
  padding-right: 5px;
  padding-left: 5px;
}
.user-nav > .dropdown > .btn-dropdown:focus {
  outline: 0;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  box-shadow: inset 0 2px 5px #dddddd;
}
.user-nav > .dropdown > .btn-dropdown .media .media-body {
  width: auto;
}
.user-nav > .dropdown > .btn-dropdown .media .media-body.pull-left {
  padding-right: 0;
}
.user-nav > .dropdown > .btn-dropdown h3 {
  line-height: 1.4;
}
.user-nav > .dropdown > .btn-dropdown .profile-name {
  margin-right: 5px;
}
#master-nav {
  z-index: 100;
  position: relative;
}
.navbar-default .row {
  display: flex;
}
.navbar-default .navbar-nav {
  white-space: nowrap;
  width: auto;
}
.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar-default .nav-search {
  flex: 1;
  max-width: 330px;
  margin-left: auto;
}
.navbar-nav > li > a {
  padding: 15px 14px;
}
@media (max-width: 991px) {
  .navbar-nav {
    padding-right: 0;
  }
  .nav > li > a {
    padding: 15px 10px;
  }
}
.nav-page {
  background: #ffffff;
  box-shadow: inset 0 -1px 0 #dddddd, 0 0 30px 0 rgba(8, 144, 176, 0.1);
  max-width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;
}
.nav-page .links a::after {
  border-bottom: none;
}
.links a {
  color: #4C4C4C;
  display: inline-flex;
  font-size: 15px;
  margin: 0;
  padding: 15px;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.links a::after {
  border-bottom: 3px solid #ffffff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.links a.active {
  color: #22A8AC;
}
.links a.active::after {
  border-bottom: 3px solid #22A8AC;
}
.links a:hover {
  color: #22A8AC;
  cursor: pointer;
}
@media (max-width: 992px) {
  .links {
    overflow-y: auto;
    white-space: nowrap;
    width: 100%;
  }
  .links a {
    padding: 15px 7px;
  }
  .links a:last-child {
    margin-right: 15%;
  }
  .nav-page::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 70%;
    position: absolute;
    transition: all 0.2s ease 0s;
    width: 30%;
    pointer-events: none;
  }
}
.footerBG .panel-group .panel-footer {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.footerBG .panel-group .panel-footer:first-child {
  border-top: 1px solid #333;
}
.footerBG .panel-group .panel-footer .media {
  padding: 15px;
}
.opening-hour {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #dddddd;
}
.opening-hour.left-only {
  border-width: 0;
  border-left-width: 1px;
}
.opening-hour .hour-detail h6 {
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.opening-hour .hour-detail h5 {
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .opening-hour {
    margin-top: 3px;
  }
}
#practice-photo-large img {
  display: block;
  margin: 0 auto;
}
.practice-photo .thumbnail {
  float: left;
  border: none;
  margin: 4px 2px 4px 4px;
  padding: 0;
}
.practice-photo .carousel-indicators {
  position: absolute;
}
.practice-photo .carousel-indicators li {
  border-color: #ffffff;
}
.practice-photo .carousel-indicators li.active {
  background-color: #ffffff;
  background-color: #fff;
}
.practice-photo .carousel-indicators li.active.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
#practice-photo-carousel .carousel-control {
  line-height: 200px;
}
#practice-photo-carousel-sm .carousel-control {
  line-height: 416px;
}
.practice-view.-dashboard {
  display: none;
}
.premium-placements .banner-ad {
  border-left: 10px solid #ff7126;
  border-radius: 5px;
}
.premium-placements .banner-ad a:hover,
.premium-placements .banner-ad a:active,
.premium-placements .banner-ad a:focus {
  text-decoration: none;
}
.premium-placements .banner-ad .image {
  padding: 0;
}
.premium-placements .banner-ad .ad-controls img {
  width: 30px;
}
.premium-placements .banner-ad h1 {
  margin-bottom: 0;
  padding: 2px 15px;
}
.premium-placements .banner-ad .taglines,
.premium-placements .banner-ad .ad-controls {
  margin-bottom: 0;
  padding: 5px 15px;
}
.premium-placements .banner-ad h1,
.premium-placements .banner-ad .ad-tagline {
  color: #197db2;
}
.premium-ribbon {
  position: absolute;
  top: -3px;
  left: -3px;
}
.specialistnow-banner {
  background: #F2F6FF url(/static/images/brand-specialistnow-symbol-blue.svg?93767e5cef32) no-repeat scroll 110% -40px;
  border: 2px solid #DBE6FE;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 15px;
}
.specialistnow-banner .title {
  color: #6078A5;
  font-size: 20px;
  margin: 0 0 10px;
}
.specialistnow-banner .content {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.specialistnow-banner .description {
  margin: 5px 10px 0 0;
}
.specialistnow-banner .action {
  align-self: flex-end;
  position: relative;
}
.specialistnow-banner .btn-specialistnow {
  background: #5A8EFD;
  color: #ffffff;
  margin: 0 auto;
  padding: 6px 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .specialistnow-banner .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .specialistnow-banner .content {
    flex-flow: column;
  }
  .specialistnow-banner .action {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .premium-placements .ad-controls {
    align-items: center;
    display: flex;
    display: -ms-flex;
    justify-content: flex-end;
  }
  .premium-placements .ad-controls img {
    margin-bottom: 3px;
  }
  .premium-placements .ad-controls p {
    font-size: 12px;
    line-height: 15px;
  }
  .premium-placements .ad-controls .btn {
    width: 100%;
  }
  .premium-placements .ad-controls .btn:first-child {
    margin-bottom: 6px;
  }
  .premium-placements .ad-controls .media-body {
    display: block;
    width: auto;
  }
  .premium-placements .banner-ad {
    border-left: 5px solid #ff7126;
  }
  .premium-placements .banner-ad p {
    font-size: 14px;
  }
  .premium-placements .banner-ad .image img {
    width: 75px;
  }
  .premium-placements .taglines.padding-0-top {
    padding-top: 0;
  }
}
.gap-scheme-graph-chart {
  display: flex;
  border-radius: 3px;
  margin: 10px -8px;
  height: 40px;
  overflow: hidden;
}
.gap-scheme-graph thead > tr > th {
  border-bottom: none;
  color: #4C4C4C;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 0 0;
}
.gap-scheme-graph > tbody > tr > td {
  border-top-color: transparent;
  padding-top: 0;
}
.gap-scheme-graph > tbody > tr.gap-scheme-graph-legend > td {
  padding: 0;
}
.gap-scheme-graph > tbody > tr.gap-scheme-graph-legend ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gap-scheme-graph > tbody > tr.gap-scheme-graph-legend li {
  clear: both;
}
.gs-explanation {
  white-space: pre-line;
}
.gsg-section {
  height: 100%;
}
.gsg-non-participating {
  flex: 1;
  height: 100%;
}
.gap-scheme-swatch {
  border-radius: 3px;
  width: 12px;
  height: 12px;
  margin: 5px 12px 5px 0;
  float: left;
}
@media (max-width: 767px) {
  .gap-scheme-swatch {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.view-more {
  cursor: pointer;
}
.profile-stripe {
  position: fixed;
  top: 0;
  padding: 10px 0;
  z-index: 1060;
  width: 100%;
  border-bottom: 1px solid #C4D3DD;
}
@media (max-width: 767px) {
  .profile-stripe {
    display: none;
  }
}
.profile-info .job-title .media-left {
  padding-right: 0;
}
@media (max-width: 767px) {
  .profile-info .job-title {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 991px) {
  .profile-main {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.profile-video .thumbnail {
  float: left;
  border: none;
  margin: 4px 2px 4px 4px;
  padding: 0;
}
.profile-video .carousel-indicators {
  position: absolute;
}
.profile-video .carousel-indicators li {
  border-color: #ffffff;
}
.profile-video .carousel-indicators li.active {
  background-color: #ffffff;
  background-color: #fff;
}
.profile-video .carousel-indicators li.active.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.pv-carousel .carousel-control {
  line-height: 150px;
}
.pv-carousel-sm .carousel-control {
  line-height: 416px;
}
.fix-footer {
  padding: 15px;
  background: rgba(234, 242, 246, 0.95);
  border-top: 1px solid #C4D3DD;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1060;
}
@media (max-width: 767px) {
  .fix-footer .container,
  .fix-footer .col-sm-5 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.individual-rating + .individual-rating {
  border-top: 1px solid #E4E4E4;
  padding: 10px 0;
}
.patient-locality {
  float: left;
}
.would-recommend {
  float: left;
}
.rating-date {
  float: right;
}
.call-now-mobile-ribbon {
  padding-right: 0;
}
.match-message {
  transition: max-height 0.5s, opacity 0.5s;
  border: 2px solid #ff7126;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 20px 10px;
  position: relative;
  opacity: 1;
  max-height: 500px;
}
.match-message.message-hidden {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0 10px;
  padding: 0 15px;
}
.match-message p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.match-message i {
  color: #ff7126;
  line-height: 50px;
}
.match-message:after {
  top: -17px;
  bottom: auto;
  left: 46px;
  right: auto;
  border-width: 0 17px 17px;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
}
.match-message:before {
  top: -20px;
  bottom: auto;
  left: 43px;
  right: auto;
  border-width: 0 20px 20px;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #ff7126 transparent;
  display: block;
  width: 0;
}
@media (max-width: 767px) {
  .contact-mobile:nth-child(2) {
    padding-left: 0;
  }
  .contact-mobile .btn {
    font-size: 11px;
    letter-spacing: normal;
  }
  .contact-mobile .btn-white.btn-mobile-center,
  .contact-mobile .btn-mobile-center {
    max-width: none;
  }
  .btn-white.btn-mobile-center,
  .btn-mobile-center {
    margin: auto;
    max-width: 220px;
  }
  .call-now-mobile-ribbon .fa-phone {
    display: none;
  }
}
.bp-referrals,
.search-fhir {
  display: none;
}
.bp-referrals .btn,
.search-fhir .btn {
  text-overflow: ellipsis;
  overflow: hidden;
}
.bp-client .bp-referrals {
  display: block;
}
.bp-fhir .search-fhir {
  display: inline-block;
}
.md-referrals {
  display: none;
}
.notification + .profile > :first-child {
  margin-top: 0;
}
.notification ~ .tray > :first-child {
  margin-top: 6px;
}
ul.progress-indicator li.width-33 {
  width: 32%;
  background-color: #eeeeee;
  color: #cccccc;
  padding: 8px 0px;
  font-size: 15px;
}
ul.progress-indicator li.first.width-33 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.progress-indicator li.middle.width-33 {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
ul.progress-indicator li.last.width-33 {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.progress-indicator li.active {
  background-color: #39B54A;
  color: #ffffff;
}
ul.booking-progress {
  color: #eeeeee;
}
ul.booking-progress li {
  background-color: #eeeeee;
  width: 24%;
  padding: 3px 0px;
  color: #cccccc;
}
ul.booking-progress li.active {
  background-color: #39B54A;
  color: #ffffff;
}
ul.booking-progress li.active a {
  color: #ffffff;
}
ul.booking-progress li.appointment {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
ul.booking-progress li.patient {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
ul.booking-progress li.confirmation {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  ul.booking-progress li {
    padding: 5px 0px;
    font-size: 12px;
  }
  ul.booking-progress li.width-33 {
    padding: 5px 0px;
  }
}
.answer-stats {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  float: right;
}
.answer-stats > .stat {
  padding: 3px 7px;
  float: left;
}
.answer-stats > .stat h3 {
  color: #337ab7;
  color: #ff7126;
  margin: 0;
  text-align: center;
}
a.answer-stats > .stat h3:hover {
  color: #286090;
}
.answer-stats > .stat p {
  font-size: 12px;
  margin: 0;
  line-height: 12px;
}
.answer-stats.both > .stat {
  float: left;
}
.answer-stats.both > .stat.thanks {
  border-left: 1px solid #eeeeee;
}
.cta-banner {
  display: block;
  background-color: #22A8AC;
  padding: 2px;
}
@media (min-width: 768px) {
  .cta-banner {
    margin-bottom: 30px;
    border-radius: 4px;
  }
  .cta-banner h4 {
    text-align: center;
    padding: 11px;
  }
}
@media (max-width: 767px) {
  .cta-banner {
    background-color: #FF7126;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -51px;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.5);
    transform: translateY(-51px);
  }
  .cta-banner h3 {
    padding: 14px;
  }
}
@media (max-width: 374px) {
  .cta-banner h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .answer-stats {
    float: left;
    margin-top: 15px;
  }
}
.topic-exist-container img {
  float: right;
}
.urg-consult-container {
  padding: 15px 25px;
}
.urg-consult-container h3 {
  margin-left: 5px;
  font-size: 21px;
}
.urg-consult-container a {
  margin-bottom: 10px;
}
.box-panel {
  box-shadow: 0 0 30px 0 rgba(8, 144, 176, 0.1);
}
.sponsor-sidebar {
  min-height: 84px;
}
.featured-product {
  background: #ffffff;
  text-align: center;
}
.featured-product .title-section {
  background: #ffffff;
  position: relative;
  text-align: left;
}
.featured-product .product {
  border: 1px solid #EBEFF1;
  margin: 0 0 -30px;
  max-width: 250px;
  padding: 30px;
}
.featured-product .btn {
  margin: 15px auto;
}
@media (max-width: 992px) {
  .urg-consult-container {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
  }
  .featured-product {
    margin-top: 0;
  }
  .featured-product .product {
    margin-top: 0;
    max-width: 320px;
  }
}
.results-holder {
  position: relative;
}
.results-holder-right {
  float: right;
  width: 40vw;
  max-width: 450px;
  min-width: 100%;
  position: relative;
}
.search-box-expand {
  float: right;
}
.results {
  background-color: #ffffff;
  position: absolute;
  z-index: 1001;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .results {
    position: relative;
  }
}
.results .selected {
  background-color: #eeeeee;
}
.results .selected:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.no-search-results {
  padding: 8px 16px;
}
.name-search-results div + li .media.result-title,
.results li + li .media.result-title,
.name-search-results div .media.more-results,
.results li .media.more-results {
  border-top: 1px solid #eeeeee;
}
.name-search-results div .media > a,
.results li .media > a,
.name-search-results div .media.result-title,
.results li .media.result-title,
.name-search-results div .media.no-results,
.results li .media.no-results {
  display: block;
  padding: 8px 16px;
}
.name-search-results div .media > a h4,
.results li .media > a h4,
.name-search-results div .media.result-title h4,
.results li .media.result-title h4,
.name-search-results div .media.no-results h4,
.results li .media.no-results h4 {
  line-height: 24px;
}
.name-search-results div.unread,
.results li.unread {
  background-color: #eaf2f6;
}
.name-search-results div.selected,
.results li.selected {
  background-color: #eeeeee;
}
.name-search-results div.selected:last-child,
.results li.selected:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.name-search-results div a:hover,
.results li a:hover {
  background-color: #eeeeee;
  text-decoration: none;
}
.name-search-results div a.show-more:hover,
.results li a.show-more:hover {
  background-color: inherit;
}
.name-search-results div:last-child,
.results li:last-child {
  border-bottom: none;
}
.name-search-results div:last-child a:hover,
.results li:last-child a:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.name-search-results .media > a {
  min-height: 78px;
}
.results li .media a > .pull-left {
  margin-right: 10px;
}
.results li .media .media-body h4 {
  margin: 0px;
  font-size: 16px;
  line-height: 18px;
}
.results li .media.no-results .media-body h4,
.results li .media.more-results .media-body h4,
.results li .media.result-title .media-body h4 {
  line-height: 24px;
}
.results li .media a .media-body p,
.results li .media.favourites .media-body p {
  margin: 0px;
  font-size: 14px;
  color: #777;
  line-height: 22px;
}
.search-sm .results li .media a {
  display: block;
}
.search-sm .results li .media a > .pull-left {
  margin-right: 5px;
}
.search-sm .results li .media a h4 {
  font-size: 15px;
}
ul.results-filter {
  margin: 0px;
}
ul.results-filter li:hover {
  cursor: pointer;
  background-color: #eeeeee;
}
ul.results-filter li.divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
  padding: 0px;
}
ul.results-filter li.active {
  background-color: #eaf2f6;
  border-radius: 3px;
  color: #ff7126;
}
ul.results-filter li.active .text-muted {
  color: #ff7126;
}
ul.results-filter li h4,
ul.results-filter li h3 {
  padding: 6px 3px;
}
.results.in-page {
  position: relative;
  box-shadow: none;
  border-radius: 0px;
  z-index: 0;
}
.results.in-page li .media > a,
.results.in-page li .media.more-results > a,
.results.in-page li .media.favourites {
  display: block;
  padding: 20px 0px 20px 0px;
}
.results.in-page li .media > a:hover,
.results.in-page li .media.more-results > a:hover,
.results.in-page li .media.favourites:hover {
  background-color: transparent;
  text-decoration: none;
}
.results.in-page li .media a > .pull-left,
.results.in-page li .media.favourites > .pull-left {
  margin-right: 15px;
}
.results.in-page li .media .media-body h4 {
  font-size: 20px;
  line-height: 22px;
}
.results.in-page li .media a .media-body p.synopsis {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}
.results.in-page li .media a .media-body p,
.results.in-page li .media.favourites .media-body p {
  font-size: 16px;
}
.search-lg .search-lg-input {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #1f999d;
  border-left: none;
  height: 58px;
  padding-left: 16px;
  font-size: 18px;
  width: 100%;
  display: block;
  background-color: #fff !important;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  color: #555;
}
.search-lg .btn {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #1f999d;
  border-left: none;
  background-color: #fff;
  width: 100%;
  height: 58px;
  font-size: 34px;
  padding: 0 16px 0 10px;
  color: #ff7126;
}
.search-lg .btn.active {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-lg .btn:hover,
.search-lg .btn:focus {
  outline: none;
  color: #ff600c;
}
.search-lg.search-light .search-lg-input {
  border-top: 1px solid #c4d3dd;
  border-bottom: 2px solid #c4d3dd;
  border-left: 1px solid #c4d3dd;
  border-right: none;
}
.search-lg.search-light .search-lg-input.active {
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #eeeeee;
}
.search-lg.search-light .btn {
  border-top: 1px solid #c4d3dd;
  border-bottom: 2px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
}
.search-lg.search-light .btn.active {
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-lg.search-light .results {
  box-shadow: 0 1px 2px #c4d3dd;
  border-left: 1px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
  border-bottom: 1px solid #c4d3dd;
}
.search-sm .search-sm-input {
  outline: none;
  padding: 8px 6px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #21a2a6;
  border-left: none;
  height: 36px;
  width: 100%;
  display: block;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.search-sm .search-sm-input.active {
  border-bottom: 1px solid #eeeeee;
}
.search-sm .btn {
  background-color: #ffffff;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #21a2a6;
  border-left: none;
  padding: 7px 6px;
  color: #ff7126;
  height: 36px;
}
.search-sm .btn:active,
.search-sm .btn:focus {
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.search-sm .btn.active {
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.search-sm.search-light .search-sm-input {
  border-top: 1px solid #c4d3dd;
  border-bottom: 1px solid #c4d3dd;
  border-left: 1px solid #c4d3dd;
  border-right: none;
}
.search-sm.search-light .search-sm-input.active {
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #eeeeee;
}
.search-sm.search-light .btn {
  border-top: 1px solid #c4d3dd;
  border-bottom: 1px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
}
.search-sm.search-light .btn.active {
  border-bottom-right-radius: 0px;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.search-sm.search-light .results {
  box-shadow: 0 1px 2px #c4d3dd;
  border-left: 1px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
  border-bottom: 1px solid #c4d3dd;
}
.search-sm.search-light.in-page .search-sm-input.active {
  border-bottom: 1px solid #c4d3dd;
  border-bottom-left-radius: 3px;
}
.search-sm.search-light.in-page .btn.active {
  border-bottom: 1px solid #c4d3dd;
  border-bottom-right-radius: 3px;
}
.nav-search > .search-sm {
  margin-top: 8px;
}
.autocomplete-results-holder {
  position: relative;
}
.autocomplete-results-holder li {
  padding: 6px 12px;
}
#profile input.active,
#profile input.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#profile .waiting {
  position: absolute;
  top: 35px;
  right: 10px;
}
#profile .result {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
#profile .highlight {
  font-weight: bold;
  text-decoration: underline;
}
@media (min-width: 767px) {
  .search-item {
    margin-left: 32px;
  }
}
.no-svg .hs-aus-connections,
.no-svg .hs-circle-facebook,
.no-svg .hs-circle-hs,
.no-svg .hs-circle-linkedin,
.no-svg .hs-circle-rx,
.no-svg .hs-circle-twitter,
.no-svg .hs-clipboard,
.no-svg .hs-email,
.no-svg .hs-emailprint,
.no-svg .hs-factsheet-logo,
.no-svg .hs-factsheet-logo-mobile,
.no-svg .hs-fb-friends,
.no-svg .hs-laptop,
.no-svg .hs-logo,
.no-svg .hs-logo-footer,
.no-svg .hs-logo-mobile,
.no-svg .hs-loveoz,
.no-svg .hs-make-connections,
.no-svg .hs-mouse,
.no-svg .hs-open-quote,
.no-svg .hs-profile,
.no-svg .hs-question,
.no-svg .hs-serpent,
.no-svg .hs-stethoscope,
.no-svg .hs-talk,
.no-svg .hs-talk-bubble,
.no-svg .hs-telephone {
  background-image: url(/static/images/sprites-f556b594.png?f8a68d6375ba);
}
.hs-aus-connections {
  background-position: 36.31284916% 49.86072423%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 130px;
  height: 120px;
}
.hs-circle-facebook {
  background-position: 45.14672686% 16.8202765%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 45px;
  height: 45px;
}
.hs-circle-hs {
  background-image: url(/static/images/assets/logo-round.svg?a1a846aa11b7);
  background-size: cover;
  height: 90px;
  margin-top: -8px;
  width: 90px;
}
.hs-circle-linkedin {
  background-position: 35.66591422% 30.64516129%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 45px;
  height: 45px;
}
.hs-circle-rx {
  background-position: 45.22613065% 76.86375321%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-circle-twitter {
  background-position: 45.82392777% 30.64516129%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 45px;
  height: 45px;
}
.hs-clipboard {
  background-position: 0 76.86375321%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-email {
  background-position: 100% 46.27249357%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-emailprint {
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-factsheet-logo {
  background-position: 0 17.42243437%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 200px;
  height: 60px;
}
.hs-factsheet-logo-mobile {
  background-position: 0 30.71593533%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 158px;
  height: 46px;
}
.hs-fb-friends {
  background-position: 74.8603352% 0;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 130px;
  height: 120px;
}
.hs-laptop {
  background-position: 67.83919598% 76.86375321%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-logo {
  background-image: url(/static/images/assets/logo.svg?76831b270b42);
  background-size: cover;
  width: 268px;
  height: 62px;
  margin: 8px 0 0 -12px;
}
.hs-logo-aside {
  width: 135px;
  margin-left: -10px;
}
.hs-logo-footer {
  background-image: url(/static/images/assets/logo-white.svg?32b9499708cd);
  background-size: cover;
  height: 46px;
  width: 200px;
}
.hs-logo-mobile {
  background-image: url(/static/images/assets/logo-white.svg?32b9499708cd);
  background-size: cover;
  height: 40px;
  margin-top: 8px;
  width: 140px;
}
.hs-loveoz {
  background-position: 100% 69.40874036%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-make-connections {
  background-position: 0 49.86072423%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 130px;
  height: 120px;
}
.hs-mouse {
  background-position: 22.61306533% 100%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-open-quote {
  background-position: 58.09063874% 30.60838539%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 26.652px;
  height: 21.609px;
}
.hs-profile {
  background-position: 67.83919598% 100%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-question {
  background-position: 43.10344828% 9.23076923%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 24px;
  height: 24px;
}
.hs-serpent {
  background-position: 45.22613065% 100%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-stethoscope {
  background-position: 100% 23.13624679%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-talk {
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-talk-bubble {
  background-position: 22.61306533% 76.86375321%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.hs-telephone {
  background-position: 90.45226131% 100%;
  background-repeat: no-repeat;
  background-image: url(/static/images/sprites-f556b594.svg?29e6adbe990b);
  width: 90px;
  height: 90px;
}
.sprite-map {
  background: url("/static/images/sprite-map.svg?53d2c82ef051");
  height: 30px;
  width: 20px;
  display: inline-block;
}
.no-svg .sprite-map {
  background: url("/static/images/sprite-map.png?cd3b0fb1bfa1");
}
.sprite-map.icon-0 {
  background-position: -180px -30px;
}
.sprite-map.icon-1 {
  background-position: 0 -30px;
}
.sprite-map.icon-2 {
  background-position: -20px -30px;
}
.sprite-map.icon-3 {
  background-position: -40px -30px;
}
.sprite-map.icon-4 {
  background-position: -60px -30px;
}
.sprite-map.icon-5 {
  background-position: -80px -30px;
}
.sprite-map.icon-6 {
  background-position: -100px -30px;
}
.sprite-map.icon-7 {
  background-position: -120px -30px;
}
.sprite-map.icon-8 {
  background-position: -140px -30px;
}
.sprite-map.icon-9 {
  background-position: -160px -30px;
}
.profile-comparison p {
  line-height: 20px;
}
.profile-comparison th {
  padding: 10px;
}
.profile-comparison td {
  padding: 5px 10px;
}
.profile-comparison th.feature {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.profile-comparison th.hs,
.profile-comparison td.hs,
.profile-comparison th.comparison,
.profile-comparison td.comparison {
  width: 25%;
}
.profile-comparison th.free {
  border-bottom: 5px solid #eee;
  background-color: #f5f5f5;
  text-align: center;
}
.profile-comparison th.pro {
  background-color: #ecf6e6;
  border-bottom: 5px solid #81c559;
  text-align: center;
}
.profile-comparison th.premium {
  background-color: #f2ecdd;
  color: #555;
  border-bottom: 5px solid #c49e5b;
  text-align: center;
}
.profile-comparison h3 {
  font-size: 20px;
  margin: 5px 0;
}
.profile-comparison tfoot td.pro,
.profile-comparison tfoot td.feature,
.profile-comparison tfoot td.premium {
  border-bottom: 1px solid #eee;
}
.profile-comparison tfoot td.pro {
  background-color: #ecf6e6;
  color: #555;
}
.profile-comparison tfoot td.premium {
  background-color: #f2ecdd;
  color: #555;
}
.profile-comparison tfoot td.free {
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  color: #555;
}
.profile-comparison th.feature,
.profile-comparison td.feature {
  width: 40%;
  border-left: 1px solid #eee;
}
.profile-comparison th.feature {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}
.profile-comparison tr.last td {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.profile-comparison th.pro,
.profile-comparison td.pro,
.profile-comparison th.premium,
.profile-comparison td.premium {
  width: 20%;
}
.profile-comparison td.free {
  width: 20%;
}
.profile-comparison td.section {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.profile-comparison td.premium {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #f2ecdd;
}
.profile-comparison td.pro {
  border-right: 1px solid #eee;
  background-color: #ecf6e6;
}
.profile-comparison td.pro,
.profile-comparison td.free,
.profile-comparison td.premium {
  text-align: center;
  color: #777;
}
.profile-comparison th.free,
.profile-comparison td.free {
  border-right: 1px solid #eee;
}
.vertical-middle {
  vertical-align: middle!important;
}
@media (max-width: 767px) {
  .profile-comparison {
    margin: 0 -10px;
  }
  .profile-comparison th,
  .profile-comparison td {
    padding: 5px;
  }
  .profile-comparison h3 {
    font-size: 14px;
    height: 16px;
  }
  .profile-comparison p {
    font-size: 12px;
    line-height: 18px;
  }
}
.tagline {
  background-color: #ffffff;
  background-color: #fff;
  border: 1px solid #fcb48b;
  padding: 0 10px;
}
.tagline.opacity {
  background-color: rgba(255, 255, 255, 0.5);
}
.tagline i {
  margin: 0 5px;
}
.full-width-img {
  overflow: hidden;
}
.full-width-img > img,
.full-width-img a > img {
  width: 100%;
}
.text-primary {
  color: #ff7126;
}
a.text-primary {
  color: #ff7126;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e54f00;
}
a.text-muted {
  color: #4C4C4C;
}
.text-gray-1 {
  color: #eeeeee;
}
.text-gray-2 {
  color: #dddddd;
}
.text-gray-3 {
  color: #cccccc;
}
.text-gray-4 {
  color: #aaaaaa;
}
.text-gray-5 {
  color: #555555;
}
.text-gray-7 {
  color: #777777;
}
.text-gray-9 {
  color: #999999;
}
.text-mid-gray {
  color: #5C5E70;
}
a.text-muted:hover,
a.text-muted:focus {
  color: #262626;
}
.text-bold {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-white {
  color: #ffffff;
}
.text-white:hover {
  color: #ffffff;
}
.text-teal {
  color: #22A8AC;
}
.text-facebook {
  color: #3b5998;
}
.text-twitter {
  color: #00aced;
}
.text-dark {
  color: #555;
}
.text-orange {
  color: #ff7126;
}
.text-gold {
  color: gold;
}
.text-green {
  color: #5cb85c;
}
.text-lightblue {
  color: #c4d3dd;
}
.text-lightblue-2 {
  color: #c4d3dd;
}
.text-lightblue-3 {
  color: #adc9d8;
}
.text-callout {
  color: #f0ad4e;
}
.text-blue {
  color: #197DB2;
}
.text-lightteal {
  color: #89CFD4;
}
.text-success {
  color: #468847;
}
.text-red {
  color: #ed1c24;
}
p,
.text-edit {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0;
}
.lead,
p.lead {
  margin-bottom: 20px;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
h3,
.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-greatest {
  font-size: 48px;
}
.text-greater {
  font-size: 36px;
}
.text-great {
  font-size: 30px;
}
.text-largest {
  font-size: 24px;
}
.text-larger {
  font-size: 20px;
}
.text-large {
  font-size: 18px;
}
.text-base {
  font-size: 16px;
}
.text-tel {
  font-size: 15px;
}
.text-small {
  font-size: 14px;
}
.text-smaller {
  font-size: 12px;
}
.text-smallest {
  font-size: 11px;
}
.text-caps {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text-caps-wide {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.media.question h3 {
  line-height: 24px;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.text-bold {
  font-style: normal;
  font-weight: 900;
}
.small-line-height {
  line-height: 1;
}
.md-line-height {
  line-height: 1.3;
}
.normal-line-height {
  line-height: 1.5556;
}
.line-height-30 {
  line-height: 30px;
}
.lg-bluebold-text {
  color: #197db2;
  font-weight: 600;
}
@media (min-width: 768px) {
  .row.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
  h1.text-greatest {
    margin-top: 0;
  }
  p,
  .text-edit {
    font-size: 14px;
    line-height: 24px;
  }
  .text-greatest {
    font-size: 28px;
  }
  .text-greater {
    font-size: 24px;
  }
  .text-great {
    font-size: 24px;
  }
  .text-largest {
    font-size: 20px;
  }
  .text-larger {
    font-size: 18px;
  }
  .text-large {
    font-size: 16px;
  }
  .text-base {
    font-size: 16px;
  }
  .text-small {
    font-size: 14px;
  }
  .text-smaller {
    font-size: 12px;
  }
  .text-smallest {
    font-size: 11px;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-left-xs {
    text-align: left;
  }
}
.text-hidden {
  display: none;
}
.truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}
.margin-lg {
  margin-top: 60px;
  margin-bottom: 60px;
}
.margin-lg-top {
  margin-top: 60px;
}
.margin-lg-bottom {
  margin-bottom: 60px;
}
.margin-xlg-top {
  margin-top: 90px;
}
.margin-md {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-md-top {
  margin-top: 30px;
}
.margin-md-bottom,
p.margin-md-bottom {
  margin-bottom: 30px;
}
.margin-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.margin-sm-top {
  margin-top: 15px;
}
.margin-sm-left {
  margin-left: 15px;
}
.margin-sm-bottom,
p.margin-sm-bottom {
  margin-bottom: 15px;
}
.margin-xs {
  margin-top: 6px;
  margin-bottom: 6px;
}
.margin-xs-top {
  margin-top: 6px;
}
.margin-xs-left {
  margin-left: 6px;
}
.margin-xs-right {
  margin-right: 6px;
}
.margin-xs-bottom {
  margin-bottom: 6px;
}
.margin-micro-left {
  margin-left: 3px;
}
.margin-micro-top {
  margin-top: 3px;
}
.margin-0 {
  margin: 0;
}
.margin-0-top {
  margin-top: 0px;
}
.margin-0-bottom {
  margin-bottom: 0px;
}
.padding-lg {
  padding: 60px;
}
.padding-lg-top {
  padding-top: 60px;
}
.padding-lg-bottom {
  padding-bottom: 60px;
}
.padding-md {
  padding: 30px;
}
.padding-sm {
  padding: 15px;
}
.padding-md-top {
  padding-top: 30px;
}
.padding-md-bottom {
  padding-bottom: 30px;
}
.padding-sm {
  padding: 15px;
}
.padding-sm-top {
  padding-top: 15px;
}
.padding-sm-bottom {
  padding-bottom: 15px;
}
.padding-xs {
  padding: 10px;
}
.padding-xs-top {
  padding-top: 10px;
}
.padding-xs-bottom {
  padding-bottom: 10px;
}
.padding-micro-right {
  padding-right: 5px;
}
.padding-micro-top {
  padding-top: 5px;
}
.padding-micro-bottom {
  padding-bottom: 5px;
}
.padding-0 {
  padding: 0;
}
.padding-0-left {
  padding-left: 0;
}
.padding-0-right {
  padding-right: 0;
}
.padding-0-bottom {
  padding-bottom: 0;
}
.padding-0-top {
  padding-top: 0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quote {
  border-left: 5px solid #89cfd4;
  padding: 10px 0 10px 20px;
}
.quote h4 {
  margin: 0px;
  line-height: 24px;
  color: #777;
}
.u-inline {
  display: inline-block;
}
.u-list-bullet {
  padding-left: 20px;
  list-style: bullet;
}
.u-cursor {
  cursor: pointer;
}
.line-bottom {
  border-bottom: 1px solid #eee;
}
.u-overflow-none {
  overflow: hidden;
}
@media (max-width: 767px) {
  .margin-lg {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .margin-lg-top {
    margin-top: 30px;
  }
  .margin-lg-bottom {
    margin-bottom: 30px;
  }
  .margin-md {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .margin-md-top {
    margin-top: 15px;
  }
  .margin-md-bottom,
  p.margin-md-bottom {
    margin-bottom: 15px;
  }
  .padding-md {
    padding: 15px;
  }
  .padding-md-top {
    padding-top: 15px;
  }
  .padding-md-bottom {
    padding-bottom: 15px;
  }
}
.body-fixed {
  width: 100%;
  height: 100%;
  position: absolute;
}
.max-height-400 {
  max-height: 400px;
  overflow: auto;
}
.height-300 {
  height: 300px;
  overflow: auto;
}
.z-index-0 {
  z-index: 0;
}
.modal-backdrop.in {
  background: #012324;
  opacity: 0.8;
}
.video-modal {
  line-height: 19px;
  text-align: center;
  padding: 0 15px;
}
.video-modal .form-control {
  margin: auto;
  max-width: 250px;
}
.video-modal .location-name {
  font-size: 2rem;
  margin-bottom: 10px;
}
.video-modal .modal-dialog {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.video-modal .modal-body {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-modal .modal-body iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 15px solid #FFF;
  width: 100%;
  height: 100%;
}
.video-modal .modal-body .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
.video-modal .modal-body .container-fluid .row {
  flex: 1 0 100%;
}
.video-modal .modal-content.enquiry .top {
  padding-bottom: 1em;
}
.video-modal .modal-content {
  border-radius: 5px;
  box-shadow: 0 0 45px 0 #555555;
  width: 100%;
  max-width: 800px;
}
.video-modal .modal-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 21px 15px;
}
.video-modal .modal-header .modal-title {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 28px;
}
.video-modal .modal-header .close {
  cursor: pointer;
  font-size: 36px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.video-modal .modal-header .close::after {
  color: #000000;
  content: "\00d7";
  display: inline-block;
}
.video-modal .modal-info {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 2.5em;
}
.video-modal .modal-info p {
  color: #4C4C4C;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 1em;
}
.video-modal a {
  color: #FF8345;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.profile-video.carousel-inner {
  width: auto;
  margin: 0 -7.5px;
}
.profile-video .item.active,
.profile-video .item.prev,
.profile-video .item.next {
  display: flex;
  justify-content: flex-start;
}
.profile-video .video-thumbnail {
  display: flex;
  flex: 1;
  padding: 7.5px;
}
.profile-video .item + .item .video-thumbnail {
  max-width: calc(100% / 3);
}
.profile-video .video-thumbnail a {
  margin: auto;
}
.profile-video .video-thumbnail img {
  border-radius: 3px;
  max-width: 100%;
}
.pv-carousel .carousel-control {
  display: flex;
  width: 48px;
  bottom: 30px;
}
.pv-carousel .carousel-control span {
  margin: auto;
}
@media (max-width: 1199px) {
  .modal.fade.in ~ .fix-footer {
    display: none;
  }
  .video-modal .modal-header .modal-title {
    padding: 0 1.5em;
  }
  .video-modal .modal-info {
    margin-top: 15px;
    margin-bottom: 0;
    order: 2;
    padding-top: 0;
  }
  .video-modal .modal-info span {
    font-weight: bold;
  }
  .video-modal .form-control {
    margin: 5px auto;
  }
  .video-modal .location-name {
    margin: 5px 0;
  }
  .video-modal .non-pro .modal-content {
    max-width: 358px;
  }
  .video-modal .non-pro .modal-info {
    display: block;
    padding-top: 0;
    text-align: center;
  }
  .video-modal .non-pro .modal-info .modal-title {
    margin-top: 0;
  }
  .video-modal .non-pro .modal-info .adslot-container {
    border: none;
    border-top: 1px solid #FFBC74;
    margin-left: 0;
    width: auto;
  }
  .video-modal .non-pro .modal-info .media {
    width: inherit;
  }
  .video-modal .non-pro .modal-info .media-body {
    padding-left: 0;
  }
  .video-modal .non-pro .modal-info div:last-child {
    border-left: 0;
  }
  .video-modal .non-pro .modal-body {
    padding: 0;
  }
}
.video-embed {
  position: relative;
  height: 100%;
  width: 100%;
}
.alert-warning.subscribe {
  background-color: #FCF8E3;
  border-color: #FAEBCC;
  color: #8A6D3B;
  border-radius: 0;
  padding: 0 12px;
}
.alert-warning.subscribe p {
  margin: 3px 0;
}
.alert-warning.subscribe .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.alert-warning.subscribe .row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.alert-warning.subscribe .form.horizontal .form-control {
  display: inline-block;
}
.alert-warning.subscribe.hide {
  display: none;
}
@media (max-width: 648px ) {
  .alert-warning.subscribe {
    text-align: center;
  }
  .alert-warning.subscribe .form-control {
    margin: 0;
  }
}
.confirmation {
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  padding: 12px 18px;
}
.confirmation div > button {
  color: #0062ff;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.1);
          text-decoration-color: rgba(0, 98, 255, 0.1);
  outline: none;
  border: none;
  background: none;
  padding: 0;
}
.confirmation div > button:active {
  color: #0055d4;
}
.confirmation div > button:first-of-type {
  margin-right: 12px;
}
.confirmation p {
  color: #002328;
  margin: 0;
  margin-right: 12px;
}
.confirmation section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 936px;
  margin: 0 auto;
}
.confirmation form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -6px 0;
  flex: 1;
  width: 100%;
}
.confirmation form input {
  flex: 1;
  min-width: 192px;
  margin: 0;
  margin-right: 12px;
}
.confirmation form span {
  margin-right: 12px;
  color: #fc5c5c;
}
.confirmation form span:not(:empty) ~ button {
  display: none;
}
.confirmation .cta {
  min-width: 192px;
}
.confirmation.hide {
  display: none;
}
.confirmation.verify {
  background-color: #fffae6;
}
.confirmation.sent {
  background-color: #e9f9ee;
}
.confirmation.error {
  background-color: #ffefef;
}
@media (max-width: 792px ) {
  .confirmation {
    padding: 12px;
  }
  .confirmation section {
    flex-direction: column;
    align-items: flex-start;
  }
  .confirmation section form {
    flex: none;
    margin: 0;
  }
  .confirmation section form > * {
    margin-bottom: 6px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes content-bounce-up {
  0% {
    transform: translate3d(-50%, -100%, 0);
  }
  25% {
    transform: translate3d(-50%, -102%, 0);
  }
  100% {
    transform: translate3d(-50%, -100%, 0);
  }
}
@keyframes content-bounce-down {
  0% {
    transform: translate3d(-50%, 100%, 0);
  }
  25% {
    transform: translate3d(-50%, 102%, 0);
  }
  100% {
    transform: translate3d(-50%, 100%, 0);
  }
}
@keyframes nib-bounce-up {
  0% {
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(45deg) translate3d(-2px, -2px, 0);
  }
  100% {
    transform: rotate(45deg) translate3d(0, 0, 0);
  }
}
@keyframes nib-bounce-down {
  0% {
    transform: rotate(-135deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(-135deg) translate3d(-2px, -2px, 0);
  }
  100% {
    transform: rotate(-135deg) translate3d(0, 0, 0);
  }
}
@keyframes wipe-right {
  0% {
    background-position: -240px;
  }
  100% {
    background-position: 540px;
  }
}
@keyframes pop-up {
  0% {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  25% {
    opacity: 1;
    transform: translate3d(0, -6px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.key-controlled a:focus,
.key-controlled button:focus,
.key-controlled .tooltip:focus {
  border-color: #00aec7;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #00aec7, 0 0 0 7px rgba(0, 174, 199, 0.2);
  border-radius: 3px;
}
.key-controlled .tooltip:focus {
  z-index: 4;
}
.key-controlled .card-link:focus:not(.cta) {
  box-shadow: none;
}
.key-controlled .card-link:focus:not(.cta)::after {
  border-color: #00aec7;
  box-shadow: 0 0 0 3px rgba(0, 174, 199, 0.2);
  border-radius: 3px;
}
.key-controlled .insurance-illustration .tooltip:focus {
  box-shadow: none;
}
.key-controlled .insurance-illustration .tooltip:focus svg {
  border-color: #00aec7;
  box-shadow: 0 0 0 3px rgba(0, 174, 199, 0.2);
  border-radius: 50%;
}
.key-controlled [type="checkbox"]:focus + svg {
  border: 3px solid rgba(0, 174, 199, 0.2);
  border-radius: 6px;
  box-sizing: border-box;
}
.key-controlled .foot a:focus {
  border-color: #00aec7;
  box-shadow: 0 0 0 2px #000, 0 0 0 4px #00aec7, 0 0 0 7px rgba(0, 174, 199, 0.2);
}
.key-controlled .location a:focus,
.key-controlled .related a:focus {
  display: block;
}
.key-controlled .card-profile a:focus,
.key-controlled .card-profile .cta:focus,
.key-controlled .card-profile .button-handle:focus {
  border-color: #00aec7;
  box-shadow: 0 0 0 2px #e6efff, 0 0 0 4px #00aec7, 0 0 0 7px rgba(0, 174, 199, 0.2);
  z-index: 1;
}
.key-controlled .card-profile [role="tab"]:focus {
  box-shadow: inset 0 0 0 2px #00aec7;
  border-radius: 6px;
  border: 3px solid rgba(0, 174, 199, 0.2);
}
.key-controlled ::-moz-focus-inner {
  border: 0;
}
.tabs {
  margin: 12px -12px -24px;
  display: flex;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tabs [role="tab"] {
  flex-shrink: 0;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  padding: 4px 9px;
  color: #002328;
  text-decoration: none;
}
.tabs [role="tab"][aria-selected="true"] {
  background-color: #fff;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  cursor: default;
  pointer-events: none;
}
.tabs [role="tab"]:active {
  color: rgba(0, 35, 40, 0.8);
}
.truncated-text {
  display: inline;
}
.truncated-text p {
  margin-bottom: 0;
}
.truncated-text > :last-child {
  display: inline;
}
.truncated-text > :last-child a {
  color: currentColor;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
}
.truncated-text > :last-child li:last-of-type {
  float: left;
  margin-top: 0;
}
.truncated-text > ul:last-child {
  display: block;
  margin-bottom: 0;
}
.select {
  display: block;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(0, 35, 40, 0.1);
  border-radius: 6px;
  padding: 6px 12px;
}
.select:hover {
  background-color: rgba(0, 35, 40, 0.05);
  box-shadow: none;
}
.select:active {
  background-color: rgba(0, 35, 40, 0.1);
  box-shadow: none;
}
.select select {
  display: block;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #002328;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  width: 100%;
  height: 24px;
  padding-right: 18px;
  margin: 0;
  cursor: pointer;
}
.select svg {
  position: absolute;
  top: 50%;
  right: 12px;
  fill: currentColor;
  width: 12px;
  height: 12px;
  margin-top: -6px;
}
.search {
  position: relative;
}
.search svg {
  position: absolute;
  top: 50%;
  left: 18px;
  fill: currentColor;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  pointer-events: none;
}
.search [type="search"] {
  width: 100%;
  padding-left: 48px;
  margin: 0;
}
.search button {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #0062ff;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
}
.ratings {
  display: flex;
  align-items: center;
  color: #002328;
}
.ratings-scale {
  fill: #ffca00;
  width: 102px;
  height: 24px;
  margin-right: 6px;
}
[data-ratings="0.5"] .ratings-scale :nth-child(n+2),
[data-ratings="1.0"] .ratings-scale :nth-child(n+3),
[data-ratings="1.5"] .ratings-scale :nth-child(n+4),
[data-ratings="2.0"] .ratings-scale :nth-child(n+5),
[data-ratings="2.5"] .ratings-scale :nth-child(n+6),
[data-ratings="3.0"] .ratings-scale :nth-child(n+7),
[data-ratings="3.5"] .ratings-scale :nth-child(n+8),
[data-ratings="4.0"] .ratings-scale :nth-child(n+9),
[data-ratings="4.5"] .ratings-scale :nth-child(n+10) {
  fill: rgba(0, 35, 40, 0.2);
}
.drop-down .button-handle {
  display: flex;
  align-items: center;
  border-radius: 6px;
  color: #002328;
  white-space: nowrap;
  background-color: transparent;
  padding: 3px 6px;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
  font-weight: normal;
  max-width: 100%;
}
.drop-down .button-handle:active {
  background-color: rgba(0, 35, 40, 0.1);
  filter: none;
  color: #002328;
}
.drop-down > a {
  padding: 3px 6px;
}
.drop-down > a span + span {
  display: none;
}
.drop-down > a:active {
  background-color: rgba(0, 35, 40, 0.1);
}
.drop-down svg {
  position: relative;
  top: 1px;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-left: 3px;
  fill: currentColor;
}
.drop-down .drop-down-body {
  position: absolute;
  top: calc(100% + 12px / 4 + 2px);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(0, 35, 40, 0.1), 0 3px 6px rgba(0, 35, 40, 0.1), 0 6px 12px rgba(0, 35, 40, 0.3), 0 18px 36px rgba(0, 35, 40, 0.3);
  padding: 12px 24px;
}
.drop-down .drop-down-body > h3 {
  border-bottom: 2px solid rgba(0, 35, 40, 0.1);
  margin-bottom: 12px;
  padding-bottom: 6px;
}
.drop-down .drop-down-body > form,
.drop-down .drop-down-body > ul,
.drop-down .drop-down-body > dl {
  padding: 0;
  margin: 0;
}
.drop-down .drop-down-body > ul a,
.drop-down .drop-down-body > dl a,
.drop-down .drop-down-body > ul button,
.drop-down .drop-down-body > dl button {
  white-space: nowrap;
  padding: 0;
  color: #0062ff;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.2);
          text-decoration-color: rgba(0, 98, 255, 0.2);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.drop-down .drop-down-body > ul a:active,
.drop-down .drop-down-body > dl a:active,
.drop-down .drop-down-body > ul button:active,
.drop-down .drop-down-body > dl button:active {
  color: #0055d4;
}
.drop-down .drop-down-body li,
.drop-down .drop-down-body dt,
.drop-down .drop-down-body dd {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.drop-down .drop-down-body li a {
  margin: 0 -24px;
}
.drop-down .drop-down-body dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.drop-down .drop-down-body dt a {
  display: flex;
  align-items: center;
  color: #002328;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
}
.drop-down .drop-down-body dt svg {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.drop-down .drop-down-body li:focus {
  outline: none;
}
.drop-down .drop-down-body [aria-selected="true"] button,
.drop-down .drop-down-body [aria-selected="true"] a {
  background-color: rgba(0, 35, 40, 0.05);
  outline: none;
}
.drop-down .drop-down-body [aria-current="true"] button,
.drop-down .drop-down-body [aria-current="true"] a {
  background-color: rgba(0, 35, 40, 0.1);
}
.drop-down .drop-down-body [aria-current="true"] svg {
  margin-left: -93px;
  position: absolute;
  display: flex;
  height: 100%;
  top: 0;
  margin-top: 0;
}
.drop-down .drop-down-body [aria-current="true"]:hover button {
  background-color: rgba(0, 35, 40, 0.1);
}
.drop-down[aria-expanded="true"] {
  position: relative;
  z-index: 1;
}
.drop-down[aria-expanded="true"] > a,
.drop-down[aria-expanded="true"] > button {
  background-color: rgba(0, 35, 40, 0.1);
}
.drop-down[aria-expanded="true"] > a:active,
.drop-down[aria-expanded="true"] > button:active {
  background-color: rgba(0, 35, 40, 0.15);
}
.slot {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slot-sidebar {
  width: 300px;
}
.slot-header {
  width: 728px;
  margin: 24px auto 0;
}
.slot-header:empty {
  display: none;
}
.slot .tooltip {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 35, 40, 0.6);
}
.slot .tooltip small {
  display: flex;
  align-items: center;
  margin: 6px 0;
  color: rgba(0, 0, 0, 0.5);
}
.slot .tooltip small svg {
  margin-left: 6px;
  width: 18px;
  height: 18px;
  fill: currentColor;
  opacity: 0.5;
}
.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  margin: 0 auto;
  padding: 0 12px;
  outline: none;
}
.tooltip svg {
  height: 12px;
}
.tooltip::before {
  content: "";
  background-clip: padding-box;
  position: absolute;
  display: none;
  right: calc(12px / -2 + 46%);
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-bottom: 2px solid rgba(0, 35, 40, 0.1);
  border-right: 2px solid rgba(0, 35, 40, 0.1);
  border-bottom-right-radius: 3px;
}
.tooltip[aria-expanded="true"] .content {
  opacity: 1;
}
.tooltip[aria-expanded="true"]::before {
  display: block;
  z-index: 4;
}
.tooltip.bottom .content {
  bottom: -12px;
  animation: content-bounce-down 0.25s forwards ease-in;
}
.tooltip.bottom[aria-expanded="true"]::before {
  bottom: -12px;
  animation: nib-bounce-down 0.25s forwards ease-in;
}
.tooltip.top .content {
  top: -12px;
  animation: content-bounce-up 0.25s forwards ease-in;
}
.tooltip.top[aria-expanded="true"]::before {
  top: -12px;
  animation: nib-bounce-up 0.25s forwards ease-in;
}
.tooltip .content {
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  left: 50%;
  width: 360px;
  width: -webkit-max-content;
  width: max-content;
  max-width: 360px;
  margin: 6px;
  box-sizing: border-box;
  cursor: default;
  background-color: #fff;
  opacity: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 2px rgba(0, 35, 40, 0.1), 0 6px 12px rgba(0, 35, 40, 0.2);
  z-index: 3;
  padding: 12px 24px;
}
.tooltip .content p {
  margin: 0;
  text-align: left;
}
.avatar {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  float: left;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
}
span.avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: rgba(0, 35, 40, 0.2);
}
@media (max-width: 792px ) {
  .avatar {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }
}
.avatar.avatar-branding {
  border-radius: 6px;
}
.avatar.avatar-branding svg {
  fill: #fff;
  width: 36px;
  height: 36px;
  pointer-events: none;
}
.hicaps {
  position: relative;
  border: 2px solid rgba(0, 35, 40, 0.05);
  border-radius: 6px;
  border-top-right-radius: 12px;
  text-align: center;
  padding: 6px;
  margin: 0 auto 24px;
}
.hicaps .tooltip {
  position: absolute;
  padding: 0;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
}
.hicaps .tooltip svg {
  fill: currentColor;
  opacity: 0.5;
  height: 100%;
}
.hicaps > svg {
  display: block;
  width: 87px;
  height: 12px;
  margin: 6px auto;
}
.hicaps > svg :first-child {
  fill: #062066;
}
.hicaps > svg :last-child {
  fill: #E7D100;
}
.hicaps figcaption {
  display: inline-block;
}
.icon-list div {
  display: flex;
}
.icon-list dt {
  font-size: 0;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 3px 0;
}
.icon-list dt svg {
  display: block;
  fill: currentColor;
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.icon-list dd {
  padding-left: 6px;
}
.icon-list dd span {
  color: #002328;
}
.icon-list dd p {
  color: rgba(0, 35, 40, 0.6);
  margin-bottom: 12px;
}
.icon-list dd a {
  color: #0058e6;
}
.icon-list .tooltip {
  padding-right: 0;
  padding-left: 0;
}
.view {
  display: flex;
  flex-wrap: wrap;
  max-width: 936px;
  padding: 0 24px;
  margin: 0 auto;
  width: calc(100% - 12px * 4);
}
.view::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 792px ) {
  .view {
    padding-right: 12px;
    padding-left: 12px;
    width: auto;
    margin: 0;
  }
}
@media (max-width: 648px ) {
  .view {
    display: block;
    flex-flow: column nowrap;
  }
}
.card,
.card-profile {
  position: relative;
  background: #e6efff;
  border-radius: 0 0 6px 6px;
  max-width: 984px;
  padding: 24px;
  margin: 0 -24px;
  width: calc(100% + 12px * 4);
  box-sizing: border-box;
}
.slot + .card {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
@media (max-width: 792px ) {
  .card,
  .card-profile {
    padding: 12px;
    width: calc(100% + 12px * 2);
    margin-left: -12px;
    margin-right: -12px;
  }
  .card .tabs {
    padding-left: 0;
    max-width: calc(100% - 12px);
  }
}
.card-profile {
  flex: 1 1 auto;
  padding-bottom: 24px;
}
.card-profile h1,
.card-profile h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.card-profile h2 {
  color: rgba(0, 35, 40, 0.75);
  margin-bottom: 12px;
}
.card-profile > div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.card-profile > div > div {
  margin-right: 18px;
  flex: 1;
}
.card-profile .button-group {
  margin-right: 0;
  flex-grow: 0;
}
.card-profile .tabs {
  scroll-behavior: smooth;
  overflow-x: auto;
  min-height: 36px;
  padding-left: 12px;
  box-sizing: border-box;
}
.card-profile .tabs a {
  border: 3px solid transparent;
}
.card-profile .tabs > span:empty {
  flex: 1 0 240px;
}
.card-profile .tabs .ratings-scale {
  margin-right: 0;
  margin-left: 6px;
}
.card-profile .tabs .count {
  order: 1;
  color: rgba(0, 35, 40, 0.5);
}
.card-profile .tabs ::-webkit-scrollbar {
  width: 0;
}
.card-profile .tabs [href="#locations"] {
  display: none;
}
.card-profile.tabs-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(-90deg, #e6efff 12px, rgba(230, 239, 255, 0));
  width: 96px;
  height: 60px;
  pointer-events: none;
}
.card-profile.tabs-overflow .icon-list {
  margin-top: 12px;
  margin-bottom: 0;
}
.card-profile.tabs-overflow .icon-list dd p {
  display: inline;
}
.card-profile .tooltip {
  float: right;
  margin: 0;
  padding: 6px;
}
.card-profile .tooltip .content {
  max-width: 252px;
}
.card-profile .avatar {
  margin-right: 12px;
}
.card-profile .avatar ~ * {
  margin-left: 90px;
}
@media (max-width: 792px ) {
  .card-profile .avatar ~ * {
    margin-left: 0;
  }
  .card-profile .avatar ~ .icon-list {
    margin-bottom: 12px;
    clear: left;
  }
  .card-profile .tabs [href="#locations"] {
    display: block;
  }
  .card-profile .tooltip {
    margin-top: -3px;
    margin-bottom: -9px;
  }
}
@media (max-width: 648px ) {
  .card-profile .button-group {
    margin-bottom: 12px;
    margin-left: 0;
  }
  .card-profile .button-group .cta {
    margin-right: 6px;
    flex: 1 1 auto;
  }
  .card-profile > div {
    flex-direction: column;
  }
  .card-profile > div > div {
    margin-right: 0;
    flex: auto;
  }
}
.tray {
  flex: 0 0 300px;
  padding: 24px 0 24px 22px;
  order: 2;
}
.tray > section + section {
  margin-top: 24px;
}
.tray h2 {
  border-bottom: 2px solid rgba(0, 35, 40, 0.1);
  padding-bottom: 6px;
  margin-bottom: 12px;
}
@media (max-width: 792px ) {
  .tray {
    display: none;
  }
}
.tools {
  margin: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tools a,
.tools .button-handle {
  display: inline-flex;
  align-items: center;
  color: #002328;
  padding: 6px 12px;
  font-weight: bold;
  text-decoration: none;
}
.tools a:active,
.tools .button-handle:active {
  color: rgba(0, 35, 40, 0.8);
}
.tools svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  fill: currentColor;
  opacity: 0.5;
}
[role="tabpanel"] ~ .tools {
  display: none;
}
@media (max-width: 792px ) {
  .card .tools {
    right: 6px;
  }
}
@media (max-width: 648px ) {
  [role="tabpanel"] ~ .tools {
    display: block;
  }
  [role="tabpanel"] ~ .tools a {
    padding-left: 0;
  }
}
.pagination {
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pagination a {
  background: #cce0ff;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 6px;
}
.pagination a:active {
  filter: brightness(90%);
}
.pagination a + a {
  margin-left: 3px;
}
.cta {
  display: inline-block;
  background: #f78b42;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 6px 24px;
  margin: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px -3px rgba(0, 35, 40, 0.2);
}
a.cta:active {
  color: #fff;
}
.cta:not(:disabled):active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.cta.secondary {
  background-color: #fde2d0;
  color: #002328;
}
a.cta.secondary:active {
  color: #002328;
}
.cta.secondary:disabled {
  color: rgba(0, 35, 40, 0.5);
}
.cta.tertiary {
  background-color: #fff;
  color: #002328;
}
.cta.offers svg {
  fill: #f78b42;
  position: absolute;
  top: -1px;
  right: 0;
}
.cta.positive {
  background-color: #20bf55;
  box-shadow: 0 3px 6px rgba(32, 191, 85, 0.2), 0 6px 12px -3px rgba(0, 35, 40, 0.2);
}
.cta.destructive {
  background-color: #fc5c5c;
}
.cta-copy {
  cursor: copy;
}
.cta.alternate {
  box-shadow: 0 3px 6px rgba(32, 191, 85, 0.2), 0 6px 12px -3px rgba(0, 35, 40, 0.2);
}
.cta svg {
  fill: currentColor;
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
}
.cta:disabled {
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}
.button-group {
  display: flex;
  margin: -3px;
  flex-direction: column;
  min-width: 300px;
}
.button-group .cta {
  margin: 3px 0;
  padding-right: 18px;
  padding-left: 18px;
}
.button-group .cta:not(.secondary):not(.tertiary):not(:first-child) {
  background-color: #fde2d0;
  color: #002328;
}
a.button-group .cta:not(.secondary):not(.tertiary):not(:first-child):active {
  color: #002328;
}
.button-group .cta:not(.secondary):not(.tertiary):not(:first-child):disabled {
  color: rgba(0, 35, 40, 0.5);
}
@media (max-width: 792px ) {
  .button-group {
    margin: 15px -3px;
  }
}
@media (max-width: 648px ) {
  .button-group {
    padding-bottom: 18px;
  }
}
.v2-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.975);
  z-index: 10;
  padding: 12px;
  overflow: auto;
}
.v2-modal .lightbox {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.v2-modal .lightbox img {
  max-width: 100%;
  flex-shrink: 0;
}
.v2-modal .dismiss,
.v2-modal .previous,
.v2-modal .next {
  border: 0;
  position: absolute;
  top: 144px;
  background: rgba(0, 35, 40, 0.1);
  border-radius: 3px;
  padding: 3px;
}
.v2-modal .dismiss:active,
.v2-modal .previous:active,
.v2-modal .next:active {
  background-color: rgba(0, 35, 40, 0.2);
}
.v2-modal .dismiss svg,
.v2-modal .previous svg,
.v2-modal .next svg {
  display: block;
  fill: #002328;
  width: 18px;
  height: 18px;
}
.v2-modal .dismiss {
  top: 12px;
  right: 12px;
}
.v2-modal .previous {
  left: 12px;
  margin-top: -9px;
}
.v2-modal .next {
  right: 12px;
  margin-top: -9px;
}
.v2-modal .modal-content {
  background: rgba(0, 98, 255, 0.1);
  border-radius: 6px;
  max-width: 720px;
  padding: 48px;
  margin: 60px auto auto;
  opacity: 0;
  animation: jump-up 0.5s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
  box-sizing: border-box;
}
.v2-modal .modal-content .button-group {
  margin: 12px 0 6px;
}
.v2-modal h1 + form select {
  margin-top: 12px;
}
.v2-modal h1 {
  text-align: center;
  line-height: 30px;
}
.v2-modal b {
  display: block;
  text-align: center;
}
.v2-modal b [href^="tel"] {
  font-size: 36px;
  line-height: 48px;
}
.v2-modal b + .location {
  margin-top: 12px;
}
.v2-modal footer {
  text-align: center;
}
.v2-modal footer:not(:empty) {
  border-top: 2px solid rgba(0, 35, 40, 0.1);
  margin-top: 24px;
}
.v2-modal footer > p {
  max-width: 480px;
  margin: 18px auto 12px auto;
}
.v2-modal footer .promoted-profiles {
  justify-content: center;
}
.v2-modal footer .promoted-profiles .promoted-profile {
  text-align: left;
}
.v2-modal footer .profile-header {
  max-width: 384px;
  margin: 18px auto 12px;
  display: inline-block;
}
.v2-modal footer .cell {
  text-align: left;
}
.v2-modal .notice {
  top: -12px;
}
.v2-modal .notification {
  text-align: center;
}
@media (max-width: 792px ) {
  .v2-modal {
    padding: 12px;
  }
  .v2-modal .modal-content {
    padding: 12px;
    margin-top: 0;
  }
  .v2-modal .modal-content textarea {
    min-height: 96px;
  }
  .v2-modal .lightbox {
    margin-top: 36px;
  }
  .v2-modal .lightbox nav {
    position: absolute;
    top: 12px;
    left: 12px;
  }
  .v2-modal .lightbox nav button + button {
    margin-left: 3px;
  }
  .v2-modal .previous,
  .v2-modal .next {
    position: static;
    margin-top: 0;
    float: left;
  }
  .v2-modal h1 {
    margin-top: 0;
  }
}
@media (max-width: 648px ) {
  .v2-modal h1 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .v2-modal b [href^="tel"] {
    font-size: 32px;
  }
  .v2-modal .notification {
    text-align: left;
  }
}
.feature-list {
  margin: 24px 0;
}
.feature-list li {
  position: relative;
  list-style-type: none;
  margin: 6px 0 6px 60px;
}
.feature-list a {
  color: #002328;
  text-decoration: none;
}
.feature-list a::before {
  content: "";
  position: absolute;
  left: -60px;
  background-color: #002328;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}
.feature-list a:active::before {
  filter: brightness(90%);
}
.feature-list svg {
  position: absolute;
  top: 15px;
  left: -45px;
  fill: #fff;
  width: 18px;
  height: 18px;
}
.feature-list strong {
  display: block;
  color: #0062ff;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.1);
          text-decoration-color: rgba(0, 98, 255, 0.1);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.communities a::before {
  background-color: #00aec7;
}
.factsheets a::before {
  background-color: #f78b42;
}
.location {
  position: relative;
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
}
.location h3,
.location address {
  font-style: normal;
  padding-right: 60px;
}
.location address a {
  display: inline-flex;
  color: #002328;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
}
.location address a:active {
  color: rgba(0, 35, 40, 0.8);
}
.location + .location {
  margin-top: 24px;
}
.location .directions {
  position: absolute;
  top: 0;
  right: 0;
  background: #C4EDB3;
  background-size: 100%;
  border-radius: 6px;
  width: 48px;
  height: 48px;
}
.location .directions img {
  display: block;
  border-radius: 6px;
  width: 100%;
}
.location .directions svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #0062ff;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
  opacity: 1;
}
.location .directions:active {
  filter: brightness(90%);
}
.location .icon-list {
  margin: 12px 0;
  clear: both;
}
@media (max-width: 792px ) {
  .location + .location {
    margin-top: 6px;
  }
}
.answers > li {
  list-style-type: none;
}
.answers > li + li {
  border-top: 2px solid rgba(0, 35, 40, 0.1);
}
.modal-open {
  overflow: hidden;
}
.button-handle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.1);
          text-decoration-color: rgba(0, 98, 255, 0.1);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.button-handle span + span {
  display: none;
}
@media (max-width: 792px ) {
  .button-handle span:first-of-type {
    display: none;
  }
  .button-handle span:last-of-type {
    display: block;
  }
}
.button-handle.collapsible-text {
  color: #0062ff;
}
.button-handle.collapsible-text span {
  color: currentColor;
  padding: 0;
}
.button-handle.collapsible-text span:active {
  color: #0055d4;
}
.notification {
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 6px;
  padding: 12px 24px;
  color: #fff;
  margin-top: 12px;
}
.notification.success {
  background-color: #20bf55;
}
.notification.neutral {
  background-color: rgba(247, 139, 66, 0.2);
  color: #002328;
}
.notification.error {
  background-color: #fc5c5c;
}
.notice {
  box-shadow: 0 2px 3px rgba(0, 35, 40, 0.1), 0 3px 12px rgba(0, 35, 40, 0.3), 0 6px 15px rgba(0, 35, 40, 0.05), 0 15px 36px rgba(0, 35, 40, 0.1);
  animation: pop-up 0.125s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
  border-radius: 3px;
  background-color: #fc5c5c;
  color: #fff;
  position: absolute;
  padding: 3px 12px;
}
.notice::after {
  background-color: #fc5c5c;
  border-bottom-right-radius: 3px;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 12px;
  transform: rotate(45deg);
  height: 12px;
  width: 12px;
}
.mark {
  background-color: transparent;
  padding: 3px 6px 3px 36px;
  margin-right: 12px;
}
.mark svg {
  fill: currentColor;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 -30px;
  float: left;
}
.mark sup {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 35, 40, 0.6);
  margin-top: -3px;
}
.mark em {
  font-style: normal;
  opacity: 0.75;
}
.related h2 {
  display: flex;
  justify-content: space-between;
}
.related ul {
  margin: 0;
}
.related li {
  margin-left: 24px;
  list-style-type: none;
}
.related svg {
  fill: currentColor;
  width: 18px;
  height: 18px;
  opacity: 0.5;
  margin: 3px 0 3px -24px;
  float: left;
}
[aria-busy="true"] .skeleton {
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[aria-busy="true"] .skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 60px, rgba(255, 255, 255, 0.5) 120px, rgba(255, 255, 255, 0) 180px);
  background-size: cover;
  background-repeat: no-repeat;
  animation: wipe-right 1s linear infinite;
}
[aria-busy="true"] .skeleton .avatar,
[aria-busy="true"] .skeleton h2,
[aria-busy="true"] .skeleton h3,
[aria-busy="true"] .skeleton h4,
[aria-busy="true"] .skeleton li,
[aria-busy="true"] .skeleton p,
[aria-busy="true"] .skeleton p::after {
  background-color: rgba(0, 35, 40, 0.1);
  background-clip: content-box;
}
[aria-busy="true"] .skeleton h2,
[aria-busy="true"] .skeleton h3,
[aria-busy="true"] .skeleton h4,
[aria-busy="true"] .skeleton li,
[aria-busy="true"] .skeleton p,
[aria-busy="true"] .skeleton p::after {
  display: block;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 18px;
}
[aria-busy="true"] .skeleton h2,
[aria-busy="true"] .skeleton h3 {
  width: 50%;
}
[aria-busy="true"] .skeleton h4 {
  width: 80%;
}
[aria-busy="true"] .skeleton li {
  width: 70%;
  margin-left: 0;
}
[aria-busy="true"] .skeleton p {
  margin-bottom: 24px;
  margin-right: 78px;
}
[aria-busy="true"] .skeleton p::after {
  content: "";
  margin-top: 21px;
}
.telehealth-badge {
  display: flex;
  align-items: center;
  background: #ffca00;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 6px;
}
.telehealth-badge svg {
  width: 18px;
  height: 18px;
  margin: 0 3px 0 -3px;
}
.badge {
  background: #f2f4f4;
  border-radius: 0 6px 0 6px;
  font-weight: normal;
  text-align: center;
  max-width: 180px;
  padding: 12px 6px;
  margin: -13.2px -24px 3px 6px;
  float: right;
}
@media (max-width: 984px ) {
  .badge {
    display: block;
    border-radius: 6px 6px 0 0;
    max-width: none;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: -13.2px -24px 12px;
    float: none;
  }
}
@media (max-width: 792px ) {
  .badge {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.card-link span {
  display: block;
  font-size: 0;
  line-height: 1px;
}
.card-link.cta {
  filter: none;
}
.card-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 6px;
  box-shadow: inset 0 0 0 2px rgba(0, 35, 40, 0.05);
}
.card-link:active ~ .chips .tooltip {
  background-color: rgba(255, 202, 0, 0.15);
}
.card-link:active::after {
  background-color: rgba(0, 35, 40, 0.1);
  box-shadow: none;
  filter: none;
}
.cell {
  position: relative;
  padding: 12px 24px;
  margin-bottom: 6px;
  border-radius: 6px;
  list-style-type: none;
  background-color: #fff;
}
.cell::after {
  content: "";
  display: block;
  clear: both;
}
.cell .avatar {
  float: right;
  margin-bottom: 12px;
  margin-left: 12px;
  width: 60px;
  height: 60px;
}
.cell .qualifications {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.cell .icon-list {
  margin-top: 12px;
}
.cell .icon-list a,
.cell .icon-list button {
  position: relative;
}
.cell .icon-list .fees-upsell svg {
  fill: currentColor;
  opacity: 1;
}
.cell .icon-list .fees-upsell svg :nth-child(2) {
  opacity: 0.75;
}
.cell .icon-list .fees-upsell svg :last-child {
  opacity: 0.5;
}
.cell .tooltip {
  float: right;
}
.cell h3 {
  color: rgba(0, 35, 40, 0.6);
}
.cell h2,
.cell h3 {
  word-break: break-word;
}
.cell strong + p,
.cell strong + .truncated-text {
  display: inline;
}
@media (max-width: 792px ) {
  .cell {
    padding: 12px;
  }
  .cell .avatar {
    font-size: 16px;
  }
  .cell h2 + p:not(.qualifications),
  .cell h2 + .icon-list {
    margin-top: 36px;
  }
}
.cell .badge path {
  fill: #000;
}
.cell address {
  font-style: normal;
}
.cell .qualifications {
  margin-top: 0;
}
.cell-layout {
  position: relative;
  padding: 12px 24px;
  margin-bottom: 6px;
  border-radius: 6px;
}
.cell-layout::after {
  content: "";
  display: block;
  clear: both;
}
.cell-layout .avatar {
  float: right;
  margin-bottom: 12px;
  margin-left: 12px;
  width: 60px;
  height: 60px;
}
.cell-layout .qualifications {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.cell-layout .icon-list {
  margin-top: 12px;
}
.cell-layout .icon-list a,
.cell-layout .icon-list button {
  position: relative;
}
.cell-layout .icon-list .fees-upsell svg {
  fill: currentColor;
  opacity: 1;
}
.cell-layout .icon-list .fees-upsell svg :nth-child(2) {
  opacity: 0.75;
}
.cell-layout .icon-list .fees-upsell svg :last-child {
  opacity: 0.5;
}
.cell-layout .tooltip {
  float: right;
}
.cell-layout h3 {
  color: rgba(0, 35, 40, 0.6);
}
.cell-layout h2,
.cell-layout h3 {
  word-break: break-word;
}
.cell-layout strong + p,
.cell-layout strong + .truncated-text {
  display: inline;
}
@media (max-width: 792px ) {
  .cell-layout {
    padding: 12px;
  }
  .cell-layout .avatar {
    font-size: 16px;
  }
  .cell-layout h2 + p:not(.qualifications),
  .cell-layout h2 + .icon-list {
    margin-top: 36px;
  }
}
.extra-info {
  background: rgba(0, 35, 40, 0.05);
  border-radius: 6px;
  padding: 12px 24px;
}
.extra-info table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}
.extra-info table th,
.extra-info table td {
  text-align: left;
  padding: 0;
}
.extra-info table td {
  border-top: 2px solid rgba(0, 35, 40, 0.05);
}
.extra-info table td + td {
  text-align: right;
}
.extra-info dl {
  margin: 0;
}
.extra-info dt,
.extra-info dd {
  margin-left: 0;
}
.extra-info dt {
  font-weight: bold;
}
.extra-info dd {
  white-space: pre-line;
}
.extra-info dd span {
  color: #002328;
}
.extra-info p {
  margin-bottom: 12px;
  white-space: pre-line;
}
.extra-info dt,
.extra-info li,
.extra-info p {
  margin-top: 12px;
}
.extra-info:not(:first-child) {
  margin-top: 6px;
}
.open-indicator::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 6px 9px 6px 3px;
}
.open-indicator.soon::before {
  background-color: #ffca00;
}
.open-indicator.open::before {
  background-color: #20bf55;
}
.button-handle .open-indicator:first-of-type {
  display: flex;
}
.button-handle .open-indicator:first-of-type + .open-indicator {
  display: none;
}
@media (max-width: 792px ) {
  .button-handle .open-indicator:first-of-type {
    display: none;
  }
  .button-handle .open-indicator:first-of-type + .open-indicator {
    display: flex;
  }
}
.extra-info .open-indicator::before {
  float: right;
}
.grecaptcha-badge {
  display: none;
}
.chips {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.chips .tooltip {
  margin: 6px 6px 0 0;
  background-color: #fff4cc;
  padding: 3px 12px;
  border-radius: 15px;
}
.mini-card {
  display: block;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  color: #002328;
  padding: 12px 18px;
  font-weight: normal;
}
.mini-card .avatar {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  float: left;
}
.mini-card .avatar ~ * {
  display: block;
  margin-left: 60px;
}
.mini-card address {
  font-style: normal;
  font-weight: normal;
}
.promotions-modal .notification,
.appointment-modal .notification {
  color: #002328;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 18px;
  box-shadow: inset 0 0 0 2px rgba(0, 35, 40, 0.1);
}
.promotions-modal .notification button,
.appointment-modal .notification button {
  border: none;
  background: none;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.5);
          text-decoration-color: rgba(0, 35, 40, 0.5);
  font-weight: bold;
  padding: 0;
}
.promotions-modal .notification.neutral,
.appointment-modal .notification.neutral {
  background-color: #fff4cc;
}
.promotions-modal .notification.success,
.appointment-modal .notification.success {
  background-color: #d2f2dd;
}
.promotions-modal .notification.error,
.appointment-modal .notification.error {
  background-color: #fedede;
}
.promotions-modal .notification:active button,
.appointment-modal .notification:active button {
  color: rgba(0, 35, 40, 0.8);
}
.appointment-modal h1 {
  text-align: left;
}
.appointment-modal form > label {
  font-weight: bold;
}
.appointment-modal button[type="submit"] {
  margin-top: 0;
}
.appointment-modal .notification {
  margin-top: 24px;
}
.appointment-modal small {
  opacity: 0.75;
  margin-top: 12px;
}
@media (max-width: 648px ) {
  .appointment-modal h1 {
    margin-left: 0;
    font-size: inherit;
  }
}
.question .options {
  margin: 12px 0;
}
.question .options li {
  list-style-type: none;
  margin: 0;
  display: flex;
}
.question .options label {
  margin: 0;
  cursor: pointer;
  position: relative;
}
.question .options label p {
  margin-left: 24px;
}
.question .options svg {
  width: 18px;
  height: 18px;
  margin: 3px 0;
  float: left;
  position: absolute;
}
.question .options input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.question .options input ~ svg * {
  fill: rgba(0, 35, 40, 0.6);
}
.question .options input ~ svg * ~ * {
  fill: #fff;
}
.question .options input:checked ~ svg * {
  fill: #00aec7;
}
.question .options input:checked ~ svg :last-child {
  fill: #fff;
}
.question .options label:active input ~ svg * ~ * {
  fill: #e6e9e9;
}
.question .options label:active input:checked ~ svg * {
  fill: #00a0b7;
}
.question .options label:active input:checked ~ svg :last-child {
  fill: #e6e9e9;
}
.foot {
  background: #002328;
  padding: 24px 24px 48px;
  margin-top: auto;
}
.foot a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
}
.foot a:active {
  color: rgba(255, 255, 255, 0.8);
}
.foot nav {
  max-width: 936px;
  margin: 0 auto;
}
.foot nav::after {
  content: "";
  display: block;
  clear: both;
}
.foot .mark {
  margin-left: -6px;
  float: left;
  text-decoration: none;
}
.foot ul {
  box-sizing: border-box;
  list-style-type: none;
  width: 25%;
  padding: 0 24px 0 0;
  margin: 24px 0 0;
  float: left;
}
.foot ul:first-of-type {
  clear: both;
}
.foot li {
  margin: 0;
}
.foot li a {
  display: inline-block;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.1);
          text-decoration-color: rgba(255, 255, 255, 0.1);
  /* stylelint-disable property-no-unknown */
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
  /* stylelint-enable */
  line-height: 18px;
  padding: 3px 0;
}
@media (max-width: 792px ) {
  .foot {
    padding: 12px;
  }
  .foot ul {
    width: 50%;
    margin-top: 12px;
  }
  .foot ul:nth-of-type(odd) {
    clear: both;
  }
  .foot li {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.menu {
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 35, 40, 0.1);
  padding: 12px;
  z-index: 3;
  font-size: 16px;
  line-height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #002328;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-appearance: none;
          appearance: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: default;
  margin: 0;
  min-height: 96px;
  box-sizing: border-box;
}
.menu[data-show-secondary-menu="false"] {
  min-height: 54px;
}
.menu a {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.1);
          text-decoration-color: rgba(0, 98, 255, 0.1);
}
.menu a:active {
  color: #0055d4;
}
.menu a svg {
  fill: currentColor;
}
.menu .mark {
  color: #002328;
  text-decoration: none;
}
.menu .mark svg {
  fill: #00aec7;
}
.menu .mark:active {
  color: rgba(0, 35, 40, 0.8);
}
.menu form label {
  display: flex;
  margin: 18px 0;
  align-items: center;
  font-weight: normal;
}
.menu form [type="text"],
.menu form [type="password"],
.menu form [type="email"],
.menu form [type="search"],
.menu form select,
.menu form textarea {
  -webkit-appearance: none;
          appearance: none;
  display: block;
  background-clip: padding-box;
  border: 2px solid rgba(0, 35, 40, 0.1);
  box-shadow: none;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  padding: 4px 12px 4px 24px;
  margin: -12px 0 18px;
  outline: none;
}
.menu form [type="text"]:focus,
.menu form [type="password"]:focus,
.menu form [type="email"]:focus,
.menu form [type="search"]:focus,
.menu form select:focus,
.menu form textarea:focus {
  border-color: #00aec7;
  box-shadow: 0 0 0 3px rgba(0, 174, 199, 0.2);
}
.menu form ::-webkit-search-decoration,
.menu form ::-webkit-search-cancel-button,
.menu form ::-webkit-search-results-button,
.menu form ::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
          appearance: none;
}
.menu form ::-ms-clear {
  display: none;
}
.menu form ::-ms-reveal {
  display: none;
}
.menu form .options label {
  display: flex;
  margin: 18px 0;
  cursor: pointer;
}
.menu form .options svg {
  fill: none;
  width: 18px;
  height: 18px;
  margin-left: 0;
  margin-right: 12px;
}
.menu form .options input {
  position: absolute;
  opacity: 0;
}
.menu form .options input ~ svg * {
  fill: rgba(0, 35, 40, 0.6);
}
.menu form .options input ~ svg * ~ * {
  fill: #fff;
}
.menu form .options input:checked ~ svg * {
  fill: #00aec7;
}
.menu form .options input:checked ~ svg :last-child {
  fill: #fff;
}
.menu form .options label:active input ~ svg * ~ * {
  fill: #e6e9e9;
}
.menu form .options label:active input:checked ~ svg * {
  fill: #00a0b7;
}
.menu form .options label:active input:checked ~ svg :last-child {
  fill: #e6e9e9;
}
.menu button {
  display: inline-block;
  background: #f78b42;
  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 6px 24px;
  margin: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.menu button + button {
  margin-left: 6px;
}
.menu button:active {
  filter: brightness(90%);
  color: #fff;
}
.menu button.secondary {
  background-color: rgba(247, 139, 66, 0.2);
  color: #002328;
}
.menu button.positive {
  background-color: #20bf55;
}
.menu button.destructive {
  background-color: #fc5c5c;
}
.menu p,
.menu ul,
.menu ol,
.menu dl {
  min-height: 24px;
  padding: 0;
  margin: 6px auto 18px;
}
.menu li ul,
.menu li ol,
.menu li dl {
  margin: 0;
}
.menu ~ .container,
.menu ~ .row {
  margin-top: 15px;
}
.menu ~ .stripe-top {
  margin-top: 0;
}
.menu > section {
  display: flex;
  align-items: center;
  max-width: 948px;
  margin: 0 auto;
}
.menu > section + section {
  padding-top: 6px;
  flex-direction: row-reverse;
}
.menu > section:first-of-type .drop-down-body {
  right: 0;
}
.menu > section:first-of-type .drop-down:first-of-type {
  flex: 1 1 0%;
  min-width: 0;
}
.menu > section:first-of-type .drop-down:first-of-type > button {
  margin-left: auto;
}
.menu > section .action-group {
  display: flex;
  flex-grow: 5;
}
.menu .facebook {
  background-color: #3B5998;
  width: 100%;
  text-decoration: none;
}
.menu .account form,
.menu .register {
  width: 240px;
}
.menu .account form {
  font-weight: normal;
  margin-bottom: 12px;
}
.menu .register a {
  display: block;
  background: rgba(0, 35, 40, 0.05);
  border-radius: 6px;
  color: #002328;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
  padding: 6px 36px 6px 42px;
  margin: 12px 0;
}
.menu .register a:active {
  background-color: rgba(0, 35, 40, 0.1);
}
.menu .register a strong {
  display: block;
}
.menu .register a svg:first-of-type {
  width: 18px;
  height: 18px;
  margin: 15px 0 15px -30px;
  opacity: 0.2;
  float: left;
}
.menu .register a svg:last-of-type {
  width: 12px;
  height: 12px;
  margin: 18px -24px 18px 0;
  float: right;
}
.menu .company {
  margin-right: 6px;
  margin-left: 6px;
}
.menu .company button {
  background-color: #e6efff;
  color: #0058e6;
  -webkit-text-decoration-color: rgba(0, 98, 255, 0.1);
          text-decoration-color: rgba(0, 98, 255, 0.1);
}
.menu .company > button:active,
.menu .company[aria-expanded="true"] > button {
  background-color: #cfdbe9;
  color: #0058e6;
}
.menu .company[aria-expanded="true"] > button:active {
  background-color: #b8c6d4;
}
.menu .search {
  flex: 1 0 auto;
  border-left: 12px solid transparent;
  margin-right: 6px;
  position: relative;
  min-width: 384px;
  box-sizing: border-box;
}
.menu .search svg {
  position: absolute;
  top: 50%;
  left: 18px;
  fill: currentColor;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  pointer-events: none;
}
.menu .search svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2px;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: -35;
  opacity: 0;
  transform-origin: 50% 50%;
  animation: rotate 0.5s linear infinite;
}
.menu .search path,
.menu .search circle {
  transition: opacity 0.025s linear;
}
.menu .search [type="search"] {
  width: 100%;
  padding-left: 48px;
  margin: 0;
}
.menu .search button {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  background-color: #0062ff;
  border-radius: 2px;
  padding-top: 0;
  padding-bottom: 0;
}
.menu .search[aria-hidden="true"] {
  visibility: hidden;
}
.menu .search[aria-busy="true"] > svg path,
.menu .search[aria-busy="true"] [type="reset"]:not(:hover) path {
  opacity: 0;
  transition-delay: 0.025s;
}
.menu .search[aria-busy="true"] > svg circle,
.menu .search[aria-busy="true"] [type="reset"]:not(:hover) circle {
  opacity: 1;
  transition-delay: 0.025s;
}
@media (max-width: 792px ) {
  .menu {
    min-height: 78px;
    padding: 6px;
  }
  .menu[data-show-secondary-menu="false"] {
    min-height: 42px;
  }
  .menu .mark em {
    display: none;
  }
  .menu .link span:first-of-type,
  .menu .drop-down > button span:first-of-type {
    display: none;
  }
  .menu .link span:last-of-type,
  .menu .drop-down > button span:last-of-type {
    display: block;
  }
  .menu .link span.avatar,
  .menu .drop-down > button span.avatar {
    display: block;
  }
  .menu .action-group {
    flex-grow: 1;
  }
  .menu .search {
    min-width: 0;
  }
  .menu .search [type="search"] {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .menu section > img {
    display: none;
  }
}
@media (max-width: 648px ) {
  .menu {
    box-shadow: none;
  }
  .menu .company {
    display: none;
  }
  .menu .action-group {
    transition: opacity 0.75s cubic-bezier(0.25, 0.5, 0.25, 1), visibility 0.75s cubic-bezier(0.25, 0.5, 0.25, 1);
  }
  .menu .search {
    width: 66px;
    flex: 0 0 auto;
    transition: width 0.75s cubic-bezier(0.25, 0.5, 0.25, 1);
    min-width: 0;
  }
  .menu .search[aria-expanded="true"] {
    width: 100%;
  }
  .menu .search[aria-expanded="true"] + .action-group {
    opacity: 0;
    visibility: hidden;
  }
  .menu .search [type="search"] {
    padding-left: 42px;
  }
}
.menu .link {
  padding: 3px 6px;
  flex-shrink: 0;
  color: #002328;
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.menu .link:active {
  color: #002328;
  background-color: rgba(0, 35, 40, 0.1);
  border-radius: 6px;
}
.menu .link span + span {
  display: none;
}
.drop-down span:not(.avatar) {
  -webkit-text-decoration-color: rgba(0, 35, 40, 0.1);
          text-decoration-color: rgba(0, 35, 40, 0.1);
  display: block;
}
.drop-down span:not(.avatar) + span {
  display: none;
}
.drop-down .avatar {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 6px;
  font-size: 12px;
  letter-spacing: 0;
}
.drop-down .avatar + span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.drop-down .drop-down-body > ul a,
.drop-down .drop-down-body > dl a {
  display: flex;
  padding: 3px 24px;
}
.drop-down .drop-down-body > ul svg,
.drop-down .drop-down-body > dl svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 3px 6px 3px 0;
}
.drop-down .drop-down-body .separator {
  margin: 12px -24px;
  border-bottom: 2px solid rgba(0, 35, 40, 0.1);
}
.drop-down .tabs {
  background: rgba(0, 35, 40, 0.05);
  padding: 12px 12px 0;
  margin: -12px -24px 24px;
}
.drop-down .tabs [role="tab"] {
  background: transparent;
}
.drop-down .tabs [role="tab"][aria-selected="true"] {
  background-color: #fff;
}
.search-results {
  list-style: none;
  background-color: #fff;
  position: absolute;
  border: 2px solid rgba(0, 35, 40, 0.1);
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 35, 40, 0.3), 0 18px 36px rgba(0, 35, 40, 0.3);
  border-radius: 6px;
  width: 100%;
}
.search-results p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 16px;
  margin: 6px 0;
  line-height: 24px;
  width: 100%;
}
.search-results li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
}
.search-results li .light-red {
  color: #e88569;
}
.search-results li .light-cyan {
  color: #81b9c3;
}
.search-results li .light-purple {
  color: #8573c4;
}
.search-results li .light-green {
  color: #79ceac;
}
.search-results li .light-orange {
  color: #ffa252;
}
.search-results li .baby-blue {
  color: #30a5d3;
}
.search-results li .yellow {
  color: #fcc412;
}
.search-results li a {
  display: block;
  box-sizing: border-box;
}
.search-results li a:hover {
  background-color: rgba(0, 35, 40, 0.05);
}
.search-results li a:active {
  background-color: rgba(0, 35, 40, 0.1);
}
.search-results li a.show-more {
  padding-right: 12px;
}
.search-results li a.show-more:hover {
  background-color: inherit;
}
.search-results li.selected {
  background-color: rgba(255, 202, 0, 0.1);
}
.search-results li i {
  margin: 3px;
}
.search-results .no-results p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px 0 48px;
}
.search-results .show-more-results {
  border-top: 1px solid rgba(0, 35, 40, 0.05);
}
.search-results .show-more-results a {
  width: 100%;
}
.search-results .show-more-results p {
  text-align: center;
  font-weight: 500;
  color: inherit;
}
.search-results .result-title {
  border-top: 1px solid rgba(0, 35, 40, 0.05);
  padding: 0 6px;
}
.search-results .result-title h4 {
  font-weight: bold;
  text-align: left;
  flex-grow: 1;
  margin: 6px 0;
  line-height: 24px;
}
.search-results .result-title a,
.search-results .result-title h4 {
  margin-left: 12px;
}
.search-results .result-title i {
  margin-left: 15px;
}
.search-results .result-body {
  display: flex;
  width: 100%;
  padding: 0 12px 0 18px;
  margin: 4px 0;
}
.search-results .result-body i {
  visibility: hidden;
}
.search-results .result-body div:last-of-type {
  overflow: hidden;
}
.search-results .result-body p {
  padding-left: 12px;
  margin: 0;
  color: #0062ff;
}
.search-results .result-body p:nth-of-type(2) {
  font-size: 14.4px;
  color: rgba(0, 35, 40, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 648px ) {
  .search-results .result-body p {
    padding-left: 6px;
  }
  .search-results .no-results p {
    padding-left: 42px;
  }
}
@media (max-width: 792px ) {
  .search-results .result-body {
    display: block;
  }
  .search-results .result-body i {
    margin-top: 4px;
    float: left;
    visibility: visible;
  }
  .search-results .result-title {
    display: none;
  }
}
.corona {
  text-align: center;
  background-color: #fc5c5c;
  padding: 12px;
}
.corona a {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  font-size: 16px;
}
@media (max-width: 648px ) {
  .corona {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.messages .message {
  background: none repeat scroll 0 0 #f78b42;
  border: 0 solid transparent;
  padding: 15px 0;
  width: 100%;
}
.messages .message .fa-times {
  color: #fff;
  top: 3px;
  position: relative;
  right: 10px;
  float: right;
}
.messages.hidden {
  height: 0;
}
.messages .center-msg {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ie-message .alert {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.ie-message .spacer {
  height: 70px;
}
@media (max-width: 648px ) {
  .ie-message .alert {
    height: 90px;
  }
  .ie-message .spacer {
    height: 90px;
  }
}
.flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}
.flexbox.flex-wrap {
  flex-wrap: wrap;
}
.flexbox.center-content {
  justify-content: center;
}
.flexbox.flex-column {
  flex-direction: column;
}
.align-flex-start {
  align-self: flex-start;
}
@supports (-webkit-overflow-scrolling: touch) {
  @media (max-width: 767px) {
    body {
      cursor: pointer;
    }
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #f4e581 inset;
}
input:-o-autofill,
input:-o-autofill:focus {
  -o-box-shadow: 0 0 0px 1000px #f4e581 inset;
}
input:-khtml-autofill,
input:-khtml-autofill:focus {
  -khtml-box-shadow: 0 0 0px 1000px #f4e581 inset;
}
.foot {
  border-top: none;
}
.search-result em {
  font-weight: bold;
}
.pull-center {
  float: none;
  margin: 0 auto;
}
i.fa {
  font-style: normal;
}
.border-0 {
  border: none;
}
.border-bottom-grey {
  border-bottom: 1px solid #eee;
}
.thin-blue-line {
  border-bottom: 1px solid #c4d3dd;
}
.thin-blue-line.last {
  border-bottom: none;
}
.thin-blue-right {
  border-right: 1px solid #c4d3dd;
}
.thin-blue-left {
  border-left: 1px solid #c4d3dd;
}
.grey-border-top,
.border-top-grey {
  border-top: 1px solid #eee;
}
.home.sub-search {
  border-left: 1px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
}
.home.sub-search .item {
  padding: 30px 15px;
}
.home.sub-search .odd {
  border-left: 1px solid #c4d3dd;
  border-right: 1px solid #c4d3dd;
}
.navbar-text {
  margin-top: 45px;
}
.gp-factsheets {
  background: url(/static/images/gp-factsheets.png?5609e612d819) no-repeat 50% 100% transparent;
  height: 620px;
  display: block;
}
.gp-factsheets-sign {
  background: url(/static/images/gp-factsheets-sign.png?9ee9446c6776) no-repeat 50% transparent;
  height: 110px;
  width: 120px;
  display: inline-block;
}
.factsheet-logo {
  background: url(/static/images/fact-sheet-sprite.png?a62fe5916c31) no-repeat scroll -5px -245px transparent;
  height: 60px;
  width: 200px;
  margin: 20px 0px;
  padding: 0px;
  float: left;
}
.factsheet-logo-mobile {
  background: url(/static/images/fact-sheet-sprite.png?a62fe5916c31) no-repeat scroll -5px -305px transparent;
  height: 48px;
  width: 200px;
  display: block;
  margin: 5px 5px;
}
.fs-status {
  margin: -20px 0 20px;
  background: #dff0d8;
}
.select-filter {
  height: 215px;
  padding: 0;
  overflow-y: auto;
}
.select-filter li {
  padding: 6px 12px;
}
.select-filter li:first-child {
  border-top: 0;
}
.select-filter li:nth-child(2n+1) {
  background: #EAF2F6;
}
h4.media-heading.pro,
h5.media-heading.pro {
  margin-top: 1px;
}
.panel-alignment {
  line-height: 22px;
}
.match label {
  color: #777777;
}
@media (max-width: 767px) {
  .match .padding-0-right {
    padding-right: 15px;
  }
}
.match-panel label {
  color: #3c763d;
  color: #468847;
}
a.match-panel label:hover {
  color: #2b542c;
}
table.hours {
  width: 100%;
}
table.hours td.day {
  width: 33%;
}
table.hours td.time {
  width: 66%;
  text-align: right;
}
table.hours td p {
  margin-bottom: 5px;
}
.search-spacer {
  margin: 0px 15px;
}
.sponsor-blank {
  width: 1px;
  height: 60px;
}
.form-control-overide {
  border-color: #1b868a;
}
.form-control-overide:focus {
  border-color: #1b868a;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #1b868a;
}
.input-group-btn-nav-overide {
  border-color: #1b868a;
  border-left: medium none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  margin-left: -1px;
}
.input-group-btn-nav-overide:hover {
  border-color: #1b868a;
  border-left: medium none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
}
.autocomplete-dropdown-wrapper {
  position: relative;
}
.autocomplete-dropdown {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: 0px;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: -20px;
  z-index: 1000;
}
.autocomplete-dropdown li,
.autocomplete-dropdown-side li {
  margin-bottom: 3px;
}
.autocomplete-dropdown .divider {
  background-color: #E5E5E5;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}
.autocomplete-dropdown-side {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  float: left;
  font-size: 14px;
  left: 0px;
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: -5px;
  z-index: 1000;
  width: 100%;
}
.autocomplete-dropdown-side .divider {
  background-color: #E5E5E5;
  height: 1px;
  margin: 20px 0;
  overflow: hidden;
}
.navbar-default {
  border: none;
  position: inherit;
}
.in-page-search li {
  padding: 8px 6px;
  color: #777;
  cursor: pointer;
}
.container.fs-visible {
  overflow: visible;
}
.row.fs-visible {
  overflow: visible;
}
.hs-tooltip {
  cursor: pointer;
}
.inline-terms {
  display: none;
  height: 200px;
  overflow: auto;
  border: 2px solid #ddd;
}
.round-0 {
  border-radius: 0 !important;
}
.list-group-item.blue {
  border-bottom: 1px solid #C4D3DD;
  margin-bottom: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.list-group-item.blue.head {
  border-bottom: none;
  padding: 10px 15px 0px 15px;
}
.grey-border {
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px #ddd;
  border-radius: 3px;
}
.stripe-top {
  margin-top: -20px;
}
.whiteBG {
  background-color: #fff;
}
.footerBG {
  background-color: #111;
  padding: 40px 0;
}
.footerBG h4 a {
  color: #fff;
}
.footerBG.network {
  background-color: #111111;
}
.footerBG.network ul {
  margin: 0;
  padding: 0;
}
.footerBG.network ul li {
  list-style: none;
}
.footerBG.network ul li h3 {
  color: #21a8ae;
}
.footerBG.network ul li h4,
.footerBG.network ul li h4 a {
  color: #ddd;
}
.partner-logo-container {
  height: 156px;
}
.row-space-sm {
  padding: 15px 0;
}
.row-space-mid {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.row-space-blue {
  padding: 15px 0;
  border-bottom: 1px solid #C4D3DD;
}
.row-space-yellow {
  padding: 20px 0;
  border-top: 1px solid #F8EBCE;
}
.row-wide {
  margin-left: -30px;
  margin-right: -30px;
}
.last .row-space-blue {
  padding: 15px 0 0;
  border-bottom: none;
}
li.last .row-space-mid,
.panel-collapse .row-space-mid {
  border-bottom: none;
  padding-bottom: 0;
}
.question {
  font-size: 18px;
}
.first .question {
  font-size: 24px;
}
.small-print {
  font-size: 11px;
  line-height: 12px;
}
.row-space {
  padding: 10px 0;
}
.media.popular-question {
  height: 90px;
}
.media.factsheet,
.media.user-info {
  border-top: 1px dotted #eee;
}
.media.question {
  height: 48px;
}
.media.communities {
  height: 22px;
}
.connection h4 {
  margin: 0px;
  line-height: 35px;
}
.hs-login {
  border-left: 1px solid #eee;
}
.hs-login,
.fb-login {
  padding: 15px 30px;
}
.gm-signup,
.hp-signup {
  padding: 15px 30px;
}
.hp-signup {
  border-left: 1px solid #eee;
}
.fb-signup {
  border-bottom: 1px solid #c4d3dd;
}
.panel-grey.panel-booking > .panel-heading {
  overflow: visible;
}
.panel-topic > .panel-heading {
  background-color: #22A8AC;
  padding: 0px;
}
.panel.panel-topic {
  border: none;
  box-shadow: none;
  background-color: #fff;
}
.panel-topic > .panel-heading a h4 {
  color: #fff;
  padding: 15px;
}
.panel-topic > .panel-heading a:hover {
  text-decoration: none;
}
.navbar-calendar > li > a {
  padding: 10px 0px 5px 0px;
  font-size: 16px;
}
.navbar-calendar > li > a:hover,
.navbar-calendar > li > a:active,
.navbar-calendar .open > a,
.navbar-calendar .open > a:hover,
.navbar-calendar .open > a:focus {
  background: none;
  text-decoration: underline;
}
.dropdown-menu > li > a:hover .fa-inverse,
.dropdown-menu > li > a:focus .fa-inverse {
  color: #197db2;
}
.panel-feature > .panel-contact,
.panel-feature > .panel-unclaimed {
  border-top: 1px solid #C5DBE2;
  padding: 7px 15px;
}
.panel-feature > .panel-contact h4 {
  padding: 7px 0;
  line-height: 32px;
}
.panel-feature > .panel-booking {
  border-top: 1px solid #C5DBE2;
  padding: 15px;
}
.panel-feature > .panel-booking h4 {
  margin: 0px;
  color: #777;
}
.panel-grey {
  border-color: #eee;
  box-shadow: 0 1px 1px #eee;
}
.panel-grey > .panel-heading {
  color: #555;
  background-color: #fff;
  border-color: #eee;
  overflow: hidden;
}
.panel-greyer {
  background-color: #eee;
}
.panel-greyer > .panel-heading {
  background-color: #ddd;
}
.panel-grey > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
  background-color: #fff;
}
.panel-grey > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-teal {
  border-color: #eee;
}
.panel-teal > .panel-heading {
  color: #fff;
  background-color: #22A8AC;
  border-color: #eee;
}
.panel-group .panel-heading {
  padding: 10px 15px 10px 10px;
}
.radius-0 {
  border-radius: 0;
}
.mynav-wrapper {
  margin: -20px 0 30px 0;
}
.panel-blue {
  border-color: #C4D3DD;
}
.panel-blue .seperator {
  border-bottom: 1px solid #C4D3DD;
}
.panel-blue > .panel-heading {
  color: #555;
  background-color: #EAF2F6;
  border-color: #C4D3DD;
  overflow: hidden;
}
.panel-blue > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #C4D3DD;
  background-color: #fff;
}
.panel-blue > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #C4D3DD;
}
.last .row-space-blue {
  padding: 15px 0 0;
  border-bottom: none;
}
li.last .row-space-mid,
.panel-collapse .row-space-mid {
  border-bottom: none;
  padding-bottom: 0;
}
.first .question {
  font-size: 24px;
}
.small-print {
  font-size: 11px;
  line-height: 12px;
}
.row-space {
  padding: 10px 0;
}
.last .row-space-blue {
  padding: 15px 0 0;
  border-bottom: none;
}
li.last .row-space-mid,
.panel-collapse .row-space-mid {
  border-bottom: none;
  padding-bottom: 0;
}
.first .question {
  font-size: 24px;
}
.small-print {
  font-size: 11px;
  line-height: 12px;
}
.row-space {
  padding: 10px 0;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators {
  position: inherit;
  bottom: 0px;
  left: 0%;
  width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  border: 1px solid #555;
}
.carousel-indicators li.active {
  background-color: #555;
}
/* bootstrap over rides */
.well {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
/* Share Bar */
ul.share-bar {
  margin-left: -80px;
  width: 70px;
  position: absolute;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
  text-align: center;
  padding: 10px;
  border-radius: 3px;
}
ul.share-bar li {
  padding: 10px 0 0;
}
ul.share-bar li.header-text {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
ul.share-bar li.header-text p {
  text-transform: uppercase;
  color: #999;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 15px;
  padding-bottom: 10px;
}
.hidden {
  display: none;
}
.media.margin-0 {
  margin: 0;
}
h6 {
  line-height: 20px;
}
.panel-default > .panel-heading.panel-pro {
  background-color: #555;
  border-color: #555;
}
.panel-default > .panel-heading.panel-blue {
  background-color: #EAF2F6;
}
.panel-body.panel-pro {
  border-left: 2px solid #5cb85c;
  border-radius: 4px;
}
.panel > .list-group .list-group-item.panel-pro {
  border-left: 5px solid #5cb85c;
  padding-left: 10px;
}
.required-field,
.asteriskField {
  display: inline;
  color: red;
}
.save-success {
  color: #468847;
}
.dashed-blue {
  border: 3px dashed #C4D3DD;
}
.blue-line-bottom {
  border-bottom: 1px solid #C4D3DD;
}
.border-3 {
  border: 3px solid #EEE;
}
.list-group-item.navbar {
  border-radius: 0;
  padding: 0;
}
/* Mobile Nav Bar */
.navbar-mobile {
  margin-bottom: 15px;
}
.navbar-mobile ~ .homeBG {
  margin-top: -15px;
}
.navbar-mobile-wrapper {
  background-color: #22A8AC;
  position: relative;
}
.navbar-mobile.margin-0 {
  margin: 0px;
}
.navbar-mobile .nav a {
  color: #fff;
  font-size: 20px;
  border-left: 1px solid #eee;
  padding: 5px 10px;
}
.navbar-mobile .nav a:focus {
  color: #fff;
  background-color: #22A8AC;
}
.navbar-mobile .nav a:hover {
  color: #fff;
  background-color: #22A8AC;
}
.navbar-mobile .nav a.active {
  color: #777;
  background-color: #EAF2F6;
}
.navbar-mobile .nav.network a.active {
  background-color: #fff;
}
.navbar-mobile h6 {
  margin: -6px 0 0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sub-menu {
  margin-bottom: 0;
}
.sub-menu li {
  overflow: hidden;
  border-radius: 3px;
}
.sub-menu a,
.sub-menu .media {
  text-decoration: none;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #C4D3DD;
}
.sub-menu .media p {
  line-height: 30px;
}
.sub-menu a:hover,
.sub-menu a:focus {
  background-color: #C4D3DD;
}
.sub-menu .last a {
  border-bottom: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  25% {
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, -6px, 0);
  }
}
.sub-menu-wrapper,
.user-wrapper,
.search-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100vw;
  padding: 16px 0 10px;
  border-bottom: 3px solid #C4D3DD;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  pointer-events: none;
  background-color: #EAF2F6;
}
.sub-menu-wrapper[aria-expanded="true"],
.user-wrapper[aria-expanded="true"],
.search-wrapper[aria-expanded="true"] {
  pointer-events: auto;
  animation: slide-down 0.3s cubic-bezier(0.25, 0.5, 0.25, 1) forwards;
}
.sub-menu-wrapper.network,
.user-wrapper.network {
  background-color: #fff;
}
/* V2 Ask a Question sidebar */
.ask-q-side {
  background-color: #e8f6f7;
  border-bottom: 3px solid #78cace;
  padding: 15px;
  overflow: hidden;
}
.ask-q-side a {
  font-size: 16px;
  width: 192px;
  float: right;
  position: relative;
}
.ask-circle {
  background-color: #197DB2;
  display: inline-block;
  height: 14px;
  margin-left: 1px;
  position: relative;
  top: 1px;
  width: 14px;
}
.strap-line {
  border-left: 1px solid #eee;
  color: #555;
  font-size: 12px;
  line-height: 14px;
  margin: 30px 0 0 10px;
  padding-left: 10px;
}
.strap-line.clinical-trials {
  line-height: 25px;
}
.ask-arrow {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #FFF;
  border-top: 4px solid transparent;
  height: 0;
  left: 5px;
  position: absolute;
  top: 3px;
  width: 0;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: inline-block;
  border-left: 8px solid #aaa;
}
.round-14,
.round-lg {
  border-radius: 14px;
}
.text-share {
  font-size: 52px;
  cursor: pointer;
}
.round-md {
  border-radius: 5px;
}
.round-lg-top {
  -webkit-border-top-right-radius: 14px;
  -webkit-border-top-left-radius: 14px;
  -moz-border-radius-topright: 14px;
  -moz-border-radius-topleft: 14px;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
}
.round-lg-bottom {
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -moz-border-radius-bottomleft: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.block {
  display: block;
}
.dot:before {
  color: #777;
  content: "·";
  font-size: 18px;
  left: -10px;
  position: absolute;
  top: 3px;
}
.dot {
  display: block;
  font-size: 16px;
  margin-left: 15px;
  padding: 5px 0 5px 5px;
  position: relative;
}
.grey-outline {
  border: 3px solid #eee;
}
.grey-bottom-dotted {
  border-bottom: 1px dotted #eee;
}
.grey-bottom-dotted.last {
  border-bottom: none;
}
.line-join {
  background-color: #eee;
  width: 100%;
  height: 1px;
  display: block;
}
/* Question Flyout */
.question-flyout {
  background-color: #EBF3F8;
  padding: 15px;
  width: 300px;
  box-shadow: 0 0 5px #777;
  overflow: hidden;
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
}
.question-flyout .close-circle {
  cursor: pointer;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #555;
  display: inline-block;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  border-top: 5px solid #555;
}
/* Pro Wrapper BEGIN */
.nav-bar-wrapper {
  position: relative;
}
.profile-nav {
  overflow: hidden;
  background-color: #eee;
}
.radio-inline-wrap {
  justify-content: flex-start;
}
.radio-inline-block {
  flex-basis: 50%;
}
.request-panel {
  width: 276px;
  height: 58px;
  float: left;
}
.request-panel p {
  color: #fff;
  padding: 10px 0 0 50px;
  font-size: 15px;
  text-shadow: 0 2px 3px #000;
}
.request-panel p span {
  font-size: 12px;
  display: block;
}
.width-400 {
  width: 400px;
}
.practice-panel p {
  line-height: 22px;
  margin-bottom: 0;
}
h6 small,
.h6 small {
  font-size: 10px;
}
.stats-table {
  background-color: #fff;
}
.stats-table tbody > tr > th {
  border-top: none;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-weight: 400;
}
.stats-table tbody > tr > td {
  border-top: none;
  text-align: center;
  font-size: 22px;
}
ul.practice-list li {
  margin-top: 4px;
  margin-bottom: 4px;
}
ul.practice-panel,
.practice-panel {
  padding: 10px;
}
li.practice-details:first-child,
li.practice-details:first-child {
  padding: 5px 5px 10px 5px;
}
li.practice-details {
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #eee;
}
li.practice-details.highlight {
  background-color: #EAF2F5;
  border-top: 1px solid #C5DBE2;
  border-bottom: 1px solid #C5DBE2;
}
li.practice-details:last-child {
  padding-bottom: 5px;
  border-bottom: none;
}
#map {
  height: 200px;
}
.collapse {
  display: none;
}
.in {
  display: block;
}
.practice-panel div.last {
  border-bottom: none;
}
.orange-left-border {
  border-left: 2px solid #FF7126;
}
.pro_avatar img {
  max-height: 110px;
  max-width: 110px;
}
.errorlist {
  list-style: none outside none;
  padding-left: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
}
.alert-tip {
  border: none;
  background-color: #eee;
  color: #777;
}
.alert.top {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 18px;
}
.practice-preview {
  background: #eee;
  border-bottom: 2px solid #ddd;
}
.practice-preview:hover {
  cursor: hand;
  background: #ddd;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.benefits ul {
  margin: 0 0 10px 0;
}
.benefits ul li:before {
  content: "·";
  font-size: 18px;
  left: -10px;
  position: absolute;
  top: 3px;
}
.benefits li {
  display: block;
  margin-left: 15px;
  padding: 3px 0 3px 3px;
  position: relative;
  font-size: 15px;
}
.media .img {
  float: left;
  margin-right: 10px;
}
.avatar-md img {
  width: 60px;
  height: 60px;
}
.flip-right {
  float: right !important;
}
.ui-menu-item {
  margin: 5px 0;
}
.ui-menu-item.selected {
  background: #ccc;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 10px 0px;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 5px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  cursor: pointer;
}
.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #F7F4EB;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
.answer_form textarea,
.reply_form textarea {
  border: 3px solid #CCCCCC;
  box-shadow: none;
  height: 155px;
  margin-bottom: 20px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.reply_form label input {
  margin-right: 10px;
}
.reply_form label {
  font-weight: normal;
}
.practice-address.single {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 134px;
}
.my-strip {
  border-bottom: 1px solid #eee;
}
.mynav-wrapper .col-sm-5 {
  margin: 50px 0 40px 0;
}
.mynav-wrapper .col-sm-7 {
  margin: 40px 0;
}
.my-btn-group a {
  padding: 10px 20px;
}
.my-btn-group a span {
  font-size: 34px;
}
.my-tabs-wrapper {
  border: 1px solid #C4D3DD;
  border-radius: 4px;
}
.my-tabs-wrapper .header {
  padding: 30px 55px;
}
.my-tabs-wrapper .nav-tabs {
  padding: 0 40px;
  border-bottom: 1px solid #C4D3DD;
}
.my-tabs-wrapper .nav-tabs > li.active > a,
.my-tabs-wrapper .nav-tabs > li.active > a:hover,
.my-tabs-wrapper .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #C4D3DD #C4D3DD rgba(0, 0, 0, 0);
}
.my-tabs-wrapper .nav-tabs > li > a {
  margin-right: 10px;
  background-color: #C4D3DD;
  border-color: #C4D3DD #C4D3DD transparent;
}
.my-tabs-wrapper .nav-tabs > li > a:hover {
  background-color: #FAFAFA;
  color: #555;
  border-color: #C4D3DD;
}
.my-tab-pane {
  background-color: #fff;
  overflow: hidden;
}
.hs-tabs-wrapper .nav-tabs {
  border-bottom: none;
}
.hs-tabs-wrapper .nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hs-tabs-wrapper .nav-tabs > li {
    padding: 0 5px;
  }
}
.hs-tabs-wrapper .nav-tabs > li.active > a,
.hs-tabs-wrapper .nav-tabs > li.active > a:hover,
.hs-tabs-wrapper .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border-color: #C4D3DD #C4D3DD rgba(0, 0, 0, 0);
}
.hs-tabs-wrapper .nav-tabs > li > a {
  background-color: #C4D3DD;
  border-color: #C4D3DD #C4D3DD transparent;
}
.hs-tabs-wrapper .nav-tabs > li > a:hover {
  background-color: #FAFAFA;
  color: #555;
}
.hs-tabs-wrapper .nav-tabs > li > a {
  color: #777;
}
.hs-tabs-wrapper .nav > li > a {
  padding: 15px 50px;
}
.sub-topics {
  margin-left: 20px;
}
.panel.news {
  background-color: #00a6ae;
  border: none;
}
.panel.news:hover {
  background-color: #1f9b9b;
}
.panel.news a:hover {
  text-decoration: none;
}
.panel.twitter {
  background-color: #2e97ff;
  border: none;
}
.panel.twitter:hover {
  background-color: #2091ef;
}
.panel.twitter a:hover {
  text-decoration: none;
}
.panel.facebook {
  background-color: #37589b;
  border: none;
}
.panel.facebook:hover {
  background-color: #2f477a;
}
.panel.facebook a:hover {
  text-decoration: none;
}
.nav-tabs.home {
  border: none;
}
.nav-tabs.home > li > a {
  background-color: #555555;
  color: #fff;
  border: none;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.my-tabs-wrapper .nav-tabs > li > a {
  color: #555;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.nav-tabs.home > li.active > a,
.nav-tabs.home > li.active > a:hover,
.nav-tabs.home > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
}
.nav-tabs.home > li > a:hover {
  border: none;
  background-color: #555555;
  color: #eee;
}
.nav-tabs.home > li {
  width: 45%;
}
.nav-tabs.home > li.find-practitioner {
  margin: 0 2% 0 3%;
}
.nav-tabs.home > li.get-answers {
  margin: 0 3% 0 2%;
}
.question-carousel-module {
  border: 1px solid #dddddd;
}
.question-carousel-item {
  height: 147px;
  border-bottom: 1px solid #eee;
  margin-top: 0px;
}
.question-carousel-item .tag-group {
  max-height: 54px;
  overflow: hidden;
}
.question-carousel-topic-panel {
  height: 566px;
  border-right: 1px solid #dddddd;
}
.topic-category {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  margin: 0px;
}
.label-sr-only label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.label-normal label.checkbox {
  font-weight: normal;
}
.badge.topic-count {
  background-color: #eee;
  color: #777;
}
.consumer-portal-container {
  background: url('/static/images/consumer-portal-sm.png?a5866ac5668f') no-repeat scroll 50% 100% transparent;
  height: 350px;
}
.sign-up-stripe {
  border-top: 1px solid #c4d3dd;
  border-bottom: 2px solid #c4d3dd;
}
.profile-section:not(:last-child) {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.sign-up-stripe.sticky {
  position: fixed;
  top: 0;
  padding: 20px 0;
  z-index: 10000;
  width: 100%;
}
#benefits-screens {
  background: url("/static/images/mb_800.png?0608d327af21") no-repeat scroll 50% 75px transparent;
  width: 100%;
  height: 485px;
  margin-left: auto;
  margin-right: auto;
  background-size: 830px;
}
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  transition: opacity ease-in-out 0.7s;
  z-index: 2;
}
th.hs {
  background-color: #1fa7ac;
  color: #fff;
  border-top: 1px solid #1fa7ac;
  border-bottom: 1px solid #1fa7ac;
  text-align: center;
}
.affix-update-topics .affix {
  position: fixed;
  top: 90px;
  width: 204px;
}
.affix-update-topics .affix-top {
  position: relative;
}
.form-horizontal .control-label .help-block {
  font-weight: normal;
}
.fieldset_practice.additional {
  border-top: 1px solid #eee;
}
.clearable-file-input {
  display: block;
}
.stats-table .popover {
  z-index: 100;
}
.client-delete,
.client-about {
  cursor: pointer;
}
.main-search-fs .empty-message {
  padding: 3px 0px 3px 20px;
  margin: 0;
}
#alert {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 1000000;
  /* Always on top */
}
.appointment-day {
  padding: 15px 10px;
}
p.date {
  background-color: #EAF2F5;
  padding: 5px 10px;
  border-top: 1px solid #c4d3dd;
}
.my-tab-pane {
  min-height: 400px;
}
.practice-map,
.add-new {
  height: 100px;
  display: block;
}
.add-new {
  background: #eee url(/static/images/add-icon.png?63fc75eb9af7) no-repeat center;
}
.healthshare-support {
  background: url("/static/images/healthshare-support.png?48696427fb4f") no-repeat scroll 0 100% transparent;
}
.practice-map .overlay,
.add-new .overlay {
  position: relative;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: #197db2 url(/static/images/edit-icon.png?9236a7726b79) no-repeat center;
}
.add-new .overlay {
  opacity: 0;
  background: #197db2 url(/static/images/add-icon-white.png?3c4ee60e9d0d) no-repeat center;
}
.practice:hover .overlay,
.add-new:hover .overlay {
  opacity: 0.9;
}
.practice:hover {
  border: 1px solid #C4D3DD;
  box-shadow: 0 1px 1px #C4D3DD;
}
.practice {
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ddd;
}
.practice p {
  margin: 5px;
}
.practice a {
  display: block;
  height: 100%;
}
.practice a:active,
.practice a:hover {
  text-decoration: none;
}
.practice-summary {
  padding: 10px;
  margin: 10px;
}
.loading {
  background: url(/static/images/ajax-loader.gif?58565f12e4cf) center no-repeat;
  min-height: 400px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.google-visualization-table-table {
  width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ua-verified-specialist .media .media-right {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .ua-verified-specialist .media .media-right {
    padding-top: 15px;
  }
}
.select-month #month {
  width: 50%;
  display: inline-block;
}
.select-month .view-btn {
  width: 18%;
}
.select-month .pdf-btn {
  width: 18%;
  float: right;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-horizontal .control-label {
    text-align: left;
  }
  .my-btn-group a {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .my-btn-group a {
    padding: 10px 15px;
    font-size: 12px;
  }
  .affix-update-topics .affix {
    width: 148px;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .thin-blue-right {
    border-right: none;
  }
  .thin-blue-left {
    border-left: none;
  }
  .media.popular-question {
    height: 120px;
  }
  .gp-factsheets {
    background-size: 760px;
    height: 480px;
  }
}
@media (max-width: 767px) {
  .main-search-fs .factsheet-search-btn {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-left: none;
    border-top: 1px solid #C4D3DD;
    border-bottom: 1px solid #C4D3DD;
    border-right: 1px solid #C4D3DD;
    margin-left: -1px;
    background-color: #fff;
    height: 38px;
    font-size: 18px;
  }
  .main-search-fs .factsheet-search-btn:hover {
    border-left: none;
    border-top: 1px solid #C4D3DD;
    border-bottom: 1px solid #C4D3DD;
    border-right: 1px solid #C4D3DD;
  }
  .main-search-fs .factsheet-search {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    height: 38px;
    padding-left: 10px;
    border-top: 1px solid #C4D3DD;
    border-bottom: 1px solid #C4D3DD;
    border-left: 1px solid #C4D3DD;
    border-right: none;
    width: 100%;
    display: block;
    background-color: #fff !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    outline: none;
    -webkit-appearance: none;
  }
  .main-search-fs .search-focus {
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    border-color: #C4D3DD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #C4D3DD;
  }
  .stripe-top {
    margin-top: -15px;
  }
  .gp-factsheets {
    background-size: 300px;
    height: 230px;
  }
  /* Fix to stop auto zoom on mobile */
  input.factsheet-search[type='text'],
  input.factsheet-search[type='number'],
  textarea.factsheet-search {
    font-size: 16px;
  }
  .main-search-fs .empty-message {
    padding: 3px 0px 3px 10px;
  }
  .max-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .my-btn-group a {
    padding: 5px 6px;
    font-size: 10px;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
  .container {
    overflow-x: hidden;
  }
  .affix-update-topics .affix {
    position: relative;
    width: 100%;
    top: 0px;
  }
  .nav.home > li > a {
    padding: 5px 6px;
  }
  .nav-tabs.home > li {
    width: 47%;
  }
  .nav-tabs.home > li.find-practitioner {
    margin: 0 1% 0 2%;
  }
  .nav-tabs.home > li.get-answers {
    margin: 0 2% 0 1%;
  }
  .in-page-search .results {
    overflow-x: hidden;
    max-height: 136px;
  }
  .col-lg-8 {
    padding: 0;
  }
  .mobile .panel-default {
    border: none;
  }
  .mobile .panel-default > .panel-heading {
    border: none;
    background-color: #fff;
  }
  .mobile .panel-body .avatar {
    display: none;
  }
  .mobile .panel-body {
    padding-top: 0;
  }
  .mobile .panel-heading {
    padding-bottom: 0;
  }
  .mobile .question {
    font-size: 14px;
  }
  .mynav-wrapper {
    margin: -15px 0 15px 0;
  }
  .question-carousel-module {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
  }
  .question-carousel-item {
    height: 100%;
    border-bottom: 1px solid #eee;
  }
  .question-carousel-topic-panel {
    height: 100%;
    border: none;
    margin: 10px 15px;
    border-radius: 4px;
  }
  .panel {
    margin-bottom: 15px;
  }
  .question-flyout {
    display: none;
  }
  .flip-right {
    float: left !important;
  }
  .block-xs {
    display: block;
    float: none !important;
    width: 100%;
  }
  .btn-group.languages {
    display: block;
  }
  .btn-group.languages > .btn {
    display: block;
    float: none;
    width: 100%;
  }
  .pro-hidden-xs {
    display: none;
  }
  .my-btn-group a span {
    font-size: 18px;
  }
  .mynav-wrapper .col-sm-5 {
    margin: 15px 0;
  }
  .mynav-wrapper .col-sm-7 {
    margin: 15px 0;
  }
  .my-tabs-wrapper {
    border: none;
    background-color: #fff;
  }
  .my-tabs-wrapper .media {
    padding: 0 15px ;
  }
  .panel-feature > .panel-contact,
  .panel-feature > .panel-unclaimed {
    border-top: 1px solid #C5DBE2;
    padding: 15px;
  }
  .panel-feature > .panel-contact h4 {
    padding: 0px;
    line-height: 1.1;
  }
  .panel-feature > .panel-booking {
    border-top: 1px solid #C5DBE2;
    padding: 15px;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .popover-position {
    position: static;
  }
  .hs-login {
    border-left: none;
    border-top: 1px solid #eee;
  }
  .hp-signup {
    border-left: none;
    border-top: 1px solid #eee;
  }
  .thin-blue-right {
    border-right: none;
  }
  .thin-blue-left {
    border-left: none;
  }
  .panel-grey.panel-booking-details > .panel-heading {
    padding: 5px;
  }
  .media.popular-question {
    height: auto;
  }
  .media.question {
    height: auto;
  }
  .home-bg-pattern {
    background-image: none;
    background-color: #22A8AC;
  }
  .homeBG > .container,
  .homeBG > .container .row,
  .searchBG > .container,
  .searchBG > .container .row,
  .search-wrapper > .container,
  .search-wrapper > .container > .row {
    overflow: visible;
  }
  .main-search .home-search {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 45px;
    font-size: 14px;
    padding-left: 8px;
  }
  .main-search .home-search-btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 45px;
    padding: 0 8px 0px 8px;
    font-size: 20px;
  }
  .navbar-search.xs .input-group {
    margin-top: 0px;
  }
  .navbar-search.xs .input-group .form-control {
    border-left: 1px solid #C4D3DD;
    border-top: 1px solid #C4D3DD;
    border-bottom: 1px solid #C4D3DD;
  }
  .navbar-search.xs .input-group .form-control.active {
    border-bottom: 1px solid #C4D3DD;
  }
  .navbar-search.xs .input-group .btn {
    border-right: 1px solid #C4D3DD;
    border-top: 1px solid #C4D3DD;
    border-bottom: 1px solid #C4D3DD;
    border-left: transparent;
  }
  .navbar-search.xs .input-group.active {
    border-bottom: none;
  }
  .navbar-search.xs .results {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .result-holder {
    position: relative;
    margin: 0px;
  }
  .results li .media > a,
  .results li .media.no-results {
    padding: 8px;
  }
  .select-filter {
    height: 150px;
  }
  .hs-tabs-wrapper .nav > li > a {
    padding: 10px 15px;
  }
}
.rating-panel-avatar {
  margin-top: -50px;
}
.rating {
  padding-right: 100px;
  flex-direction: row-reverse;
}
.rating span.help-block {
  float: right !important;
}
.rating span.star {
  float: right !important;
  cursor: pointer;
  margin-right: 12px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/static/images/star.svg?ed2367ffc306);
  background-position: 0 0;
}
.rating span.star::before {
  float: right !important;
  display: none;
  position: absolute;
  right: 0;
  width: 110px;
  line-height: 28px;
  background: #fff;
  z-index: 1;
}
.rating span.star.selected,
.rating span.star.selected ~ span {
  background-position: 0 24px;
}
.rating span.star.selected::before {
  display: block;
  z-index: 0;
}
.rating.rating-well span.star:first-child::before {
  content: "Very Well";
}
.rating.rating-well span.star:nth-child(2)::before {
  content: "Well";
}
.rating.rating-well span.star:nth-child(3)::before {
  content: "Okay";
}
.rating.rating-well span.star:nth-child(4)::before {
  content: "Not Well";
}
.rating.rating-well span.star:nth-child(5)::before {
  content: "Not At All";
}
.rating.rating-agree span.star:first-child::before {
  content: "Strongly Agree";
}
.rating.rating-agree span.star:nth-child(2)::before {
  content: "Agree";
}
.rating.rating-agree span.star:nth-child(3)::before {
  content: "Neutral";
}
.rating.rating-agree span.star:nth-child(4)::before {
  content: "Disagree";
}
.rating.rating-agree span.star:nth-child(5)::before {
  content: "Strongly Disagree";
}
@media screen and (min-width: 990px) {
  span.star.selected,
  span.star:hover,
  span.star.selected ~ span,
  span.star:hover ~ span {
    background-position: 0 24px;
  }
  span.star:hover::before {
    display: block;
  }
  span.star.selected:not(:hover)::before {
    display: block;
    z-index: 0;
  }
}
.tickbox {
  margin-left: 10px;
}
/* Hubspot Forms Styling */
.hbspt-form {
  padding: 15px;
}
.hbspt-form .hs-form-field {
  margin-bottom: 15px;
}
.hbspt-form .hs-form-field .hs-form-required {
  color: #A94442;
}
.hbspt-form .hs-form-field input,
.hbspt-form .hs-form-field select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.hbspt-form .hs-form-field input:focus,
.hbspt-form .hs-form-field select:focus {
  border-color: #66AFE9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.hbspt-form .hs-firstname,
.hbspt-form .hs-lastname {
  box-sizing: border-box;
  width: 50%;
  float: left;
  clear: none;
}
.hbspt-form .hs-firstname {
  padding-right: 15px;
}
.hbspt-form .hs-error-msgs {
  list-style: none;
  color: #A94442;
  padding: 0;
  margin-top: 5px;
}
.hbspt-form .hs-email {
  background-image: none;
  height: auto;
  width: auto;
}
.hbspt-form .hs-button.primary {
  background-color: #FF7126;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #EB6720;
  border-left: none;
  color: #FFFFFF;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 3px;
  text-transform: uppercase;
}
.hbspt-form .hs-button.primary:hover {
  background-color: #EB6720;
}
/* End Hubspot Forms Styling */
.highlight-warning {
  display: block;
  background: #FFF2BF;
  border-radius: 6px;
  font-weight: normal;
  padding: 6px 12px;
}

.media-heading + h2 {
  margin-top: 0;
}
.panel-feature {
  border: none;
  box-shadow: none;
}
.panel-feature .panel-heading {
  padding: 0;
}
.panel-feature .disclaimer {
  color: #666666;
  background-color: rgba(44, 49, 56, 0.075);
  border-radius: 6px;
  line-height: 18px;
  margin: 12px 0 -12px;
  padding: 6px 12px;
}
.directory-listing {
  position: relative;
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0 1px 3px #cacccd;
  font-size: 16px;
  line-height: 24px;
  margin: 24px 0;
}
.directory-listing a {
  display: block;
  color: #666666;
  text-decoration: none;
  padding: 18px 24px 18px 144px;
  cursor: pointer;
}
.directory-listing > a:first-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
.directory-listing > a:first-of-type:hover::before {
  background-color: rgba(44, 49, 56, 0.025);
}
.directory-listing > a:first-of-type:active::before {
  background-color: rgba(44, 49, 56, 0.075);
}
.directory-listing .enquiry-modal,
.directory-listing a + a {
  position: relative;
  padding-top: 0;
  z-index: 1;
}
.directory-listing .enquiry-modal:hover .meta-phone + dd,
.directory-listing a + a:hover .meta-phone + dd,
.directory-listing .enquiry-modal:hover .reveal,
.directory-listing a + a:hover .reveal {
  color: #197DB2;
  text-decoration: underline;
}
.directory-listing .enquiry-modal:active .meta-phone + dd,
.directory-listing a + a:active .meta-phone + dd,
.directory-listing .enquiry-modal:active .reveal,
.directory-listing a + a:active .reveal {
  color: #215f81;
}
.directory-listing figure {
  width: 96px;
  margin: 6px 0 0 -120px;
  float: left;
}
.directory-listing [href^="/practices/"] .avatar {
  border-radius: 0;
}
.directory-listing h2,
.directory-listing h3,
.directory-listing p,
.directory-listing dl,
.directory-listing dt,
.directory-listing dd {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.directory-listing h2 {
  font-weight: bold;
  color: #2C3138;
  padding-right: 24px;
}
.directory-listing p {
  margin: 6px 0;
}
.directory-listing p:last-child {
  margin-bottom: 0;
}
.directory-listing dt {
  font-size: 0;
  height: 24px;
  margin-right: 6px;
  float: left;
}
.directory-listing dt svg {
  display: block;
  fill: #666666;
  width: 24px;
  height: 24px;
}
.directory-listing dd {
  padding-left: 30px;
}
.directory-listing address {
  line-height: inherit;
  margin: 0;
}
.directory-listing .credentials {
  display: block;
  font-size: inherit;
  color: #666666;
}
.directory-listing .top-rated {
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.directory-listing .top-rated svg {
  fill: #22A8AC;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  float: left;
}
.directory-listing .ratings svg {
  fill: #FFCF3B;
  width: 102px;
  height: 24px;
  margin-right: 12px;
  float: left;
}
.directory-listing .ratings[data-ratings="0"] path:nth-child(n+1) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="0.5"] path:nth-child(n+2) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="1.0"] path:nth-child(n+3) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="1.5"] path:nth-child(n+4) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="2.0"] path:nth-child(n+5) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="2.5"] path:nth-child(n+6) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="3.0"] path:nth-child(n+7) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="3.5"] path:nth-child(n+8) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="4.0"] path:nth-child(n+9) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .ratings[data-ratings="4.5"] path:nth-child(n+10) {
  fill: rgba(44, 49, 56, 0.1);
}
.directory-listing .reveal {
  color: #197DB2;
}
.directory-listing .avatar {
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.directory-listing .avatar-fallback {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d5d6d7;
  color: #FFF;
}
.directory-listing .avatar-fallback span {
  flex-grow: 0;
  font-size: 32px;
  line-height: 96px;
  padding: 0 3px;
}
.phi-fees {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.phi-fees h5 {
  color: #4C4C4C;
}
.phi-fees h5 em {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  color: #666666;
}
.phi-fees .form-group label {
  cursor: pointer;
}
.phi-fees .form-group input {
  position: static;
  display: inline-block;
  width: 18px;
  margin: 0 6px 0 0;
}
.phi-fees .nav-tabs {
  margin: 6px 0;
}
.phi-fees .nav-tabs a {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.phi-fees .nav-tabs .active > a,
.phi-fees .nav-tabs .active > a:hover {
  background: #FAFBFB;
}
.phi-fees .procedure-toggle .btn {
  margin: 0;
  float: right;
}
.phi-fees .procedure-toggle label {
  line-height: 36px;
  margin: 0;
}
.phi-fees table th:first-child,
.phi-fees table td:first-child {
  min-width: 144px;
}
.phi-fees .phi-data-access label,
.phi-fees .phi-data-access input {
  display: block;
  width: 100%;
  margin: 6px 0;
  float: none;
}
.phi-fees .gap-scheme-breakdown tbody td strong {
  float: right;
}
.phi-fees .gap-scheme-breakdown .segment {
  display: block;
  background-color: #22A8AC;
  border-radius: 3px;
  height: 18px;
}
.phi-fees cite {
  display: block;
  color: #666666;
}
@media (max-width: 767px) {
  .phi-fees {
    font-size: 14px;
    line-height: 24px;
  }
  .phi-fees h5,
  .phi-fees h5 em {
    font-size: 14px;
    line-height: 24px;
  }
}
.premium-placements {
  background: #e9f6f7;
  border-radius: 6px;
  padding: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.premium-placements h5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #e9f6f7;
  border-radius: 6px 6px 0 0;
  padding: 12px;
  margin: -12px -12px 0;
  z-index: 2;
}
.premium-placements h5 + p {
  line-height: 18px;
  margin-bottom: 12px;
}
.premium-placements .directory-listing {
  min-height: 144px;
  margin: 0;
}
.premium-placements .directory-listing ~ .directory-listing {
  margin-top: 12px;
}
.premium-placements .directory-listing .top-rated {
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .directory-listing .avatar {
    width: 48px;
    height: 48px;
  }
  .directory-listing .avatar-fallback span {
    font-size: 16px;
    line-height: 48px;
  }
  .rating-average {
    display: none;
  }
  .directory-listing a {
    padding: 12px;
  }
  .directory-listing a:first-child {
    padding-left: 72px;
  }
  .directory-listing a + a,
  .directory-listing a.enquiry-modal {
    border-top: 1px solid #eaeaeb;
    padding-top: 12px;
    padding-left: 12px;
  }
  .directory-listing figure {
    width: 48px;
    margin-left: -60px;
  }
}
