/* CR Fix - changed from 992px to 800px for breakpoint */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/*@import url(datepicker.css);*/
@import url(/s/css/bootstrap/ekko-lightbox.css);
@import url(/s/css/bootstrap/bootstrap-switch.min.css);
@import url(/s/css/m-5.css);
@import url(/s/css/bootstrap/bootstrap-accessibility.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
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,
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: 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]: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; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #222222;
  background-color: #e7ebed; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0058a4;
  text-decoration: none; }
  a:hover, a:focus {
    color: #003a64;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #e7ebed;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 41px; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #0058a4; }

a.text-primary:hover {
  color: #00497e; }

.text-success {
  color: #49ad24; }

a.text-success:hover {
  color: #37831b; }

.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; }

.bg-primary {
  background-color: #0058a4; }

a.bg-primary:hover {
  background-color: #00497e; }

.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

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; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 768px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #dddddd; }
  .table .table {
    background-color: #e7ebed; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke; }

.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.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 36px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.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], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 27px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #49ad24; }
.has-success .form-control {
  border-color: #49ad24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #37831b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7edd5a;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7edd5a; }
.has-success .input-group-addon {
  color: #49ad24;
  border-color: #49ad24;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #49ad24; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .open .btn-default.dropdown-toggle {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: #cccccc; }
  .btn-default .badge {
    color: white;
    background-color: #333333; }

.btn-primary {
  color: white;
  background-color: #0058a4;
  border-color: #005898; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: white;
    background-color: #004f88;
    border-color: #00355a; }
  .open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #004f88;
    border-color: #00355a; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #0058a4;
    border-color: #005898; }
  .btn-primary .badge {
    color: #0058a4;
    background-color: white; }

.btn-success {
  color: white;
  background-color: #5e9732;
  border-color: #52842c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: white;
    background-color: #4b7828;
    border-color: #35561c; }
  .open .btn-success.dropdown-toggle {
    color: white;
    background-color: #4b7828;
    border-color: #35561c; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5e9732;
    border-color: #52842c; }
  .btn-success .badge {
    color: #5e9732;
    background-color: white; }

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: white;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: white; }

.btn-warning {
  color: white;
  background-color: #b30838;
  border-color: #9b0730; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: white;
    background-color: #8c062c;
    border-color: #60041e; }
  .open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #8c062c;
    border-color: #60041e; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #b30838;
    border-color: #9b0730; }
  .btn-warning .badge {
    color: #b30838;
    background-color: white; }

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #d2322d;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active {
    background-image: none; }
  .open .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: white; }

.btn-link {
  color: #0058a4;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #003a64;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../f/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../f/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../f/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../f/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../f/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../f/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle {
  *margin-bottom: -3px; }

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px; }

.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;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu.pull-top {
  bottom: 100%;
  top: auto;
  margin: 0 0 2px;
  -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); }

.dropdown-menu.pull-center {
  right: 50%;
  left: auto; }

.dropdown-menu.pull-middle {
  right: 100%;
  margin: 0 2px 0 0;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  left: auto; }

.dropdown-menu.pull-middle.pull-right {
  right: auto;
  left: 100%;
  margin: 0 0 0 2px;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2); }

.dropdown-menu.pull-middle.pull-center {
  right: 50%;
  margin: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff; }

.dropdown-menu > li > a,
.dropdown-menu > li > label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > label {
  cursor: pointer; }

.dropdown-menu > li > input[type="radio"],
.dropdown-menu > li > input[type="checkbox"] {
  position: absolute;
  left: -9999em; }

.dropdown-menu.bullet {
  margin-top: 8px; }

.dropdown-menu.bullet:before {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -12px;
  left: 9px;
  width: 0;
  height: 0; }

.dropdown-menu.bullet:after {
  content: '';
  display: inline-block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffffff;
  position: absolute;
  top: -9px;
  left: 10px;
  width: 0;
  height: 0; }

.dropdown-menu.bullet.pull-right:before {
  left: auto;
  right: 9px; }

.dropdown-menu.bullet.pull-right:after {
  left: auto;
  right: 10px; }

.dropdown-menu.bullet.pull-top {
  margin-top: 0;
  margin-bottom: 8px; }

.dropdown-menu.bullet.pull-top:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: none; }

.dropdown-menu.bullet.pull-top:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: none; }

.dropdown-menu.bullet.pull-center:before {
  left: auto;
  right: 50%;
  margin-right: -6px; }

.dropdown-menu.bullet.pull-center:after {
  left: auto;
  right: 50%;
  margin-right: -5px; }

.dropdown-menu.bullet.pull-middle {
  margin-right: 8px; }

.dropdown-menu.bullet.pull-middle:before {
  top: 50%;
  margin-top: -6px;
  left: 100%;
  right: auto;
  margin-right: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ccc;
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right: none; }

.dropdown-menu.bullet.pull-middle:after {
  top: 50%;
  margin-top: -5px;
  left: 100%;
  right: auto;
  margin-right: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: none; }

.dropdown-menu.bullet.pull-middle.pull-right {
  margin-left: 8px;
  margin-right: 0; }

.dropdown-menu.bullet.pull-middle.pull-right:before {
  left: 0;
  margin-left: -7px;
  margin-right: 0;
  border-right: 7px solid #ccc;
  border-right-color: rgba(0, 0, 0, 0.2);
  border-left: none; }

.dropdown-menu.bullet.pull-middle.pull-right:after {
  left: 0;
  margin-left: -6px;
  margin-right: 0;
  border-right: 6px solid #ffffff;
  border-left: none; }

.dropdown-menu.bullet.pull-middle.pull-center:before {
  border: 0;
  display: none; }

.dropdown-menu.bullet.pull-middle.pull-center:after {
  border: 0;
  display: none; }

.form-search .dropdown-menu > li > label,
.form-inline .dropdown-menu > li > label,
.navbar-form .dropdown-menu > li > label {
  padding: 3px 20px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > li > label:hover,
.dropdown-submenu > li > label:hover {
  color: #ffffff;
  background-color: #0088cc; }

.dropdown-menu > li > label:focus,
.dropdown-submenu > li > label:focus,
.dropdown-menu > li > input:focus ~ label,
.dropdown-submenu > li > input:focus ~ label {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > li > input:checked ~ label {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999; }

.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: default; }

.dropdown-menu > li > input:disabled ~ label,
.dropdown-menu > li > input:disabled:focus ~ label,
.dropdown-menu > li > input:disabled ~ label:hover {
  background-image: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
  color: #555555;
  opacity: 0.65;
  filter: alpha(opacity=65); }

.open {
  *z-index: 1000; }

.open > .dropdown-menu {
  display: block; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px; }

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-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%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
    float: left;
    width: 100%;
    margin-bottom: 0; }

.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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        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: #0058a4; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #dddddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #e7ebed;
      border: 1px solid #dddddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: white;
    background-color: #0058a4; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #e7ebed; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 105px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 41.5px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 105px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @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: 35.5px;
  margin-bottom: 35.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .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: 20.75px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @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: 22px; }
        .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: 41.5px;
          padding-bottom: 41.5px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 34.5px;
  margin-bottom: 34.5px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 34.5px;
  margin-bottom: 34.5px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 36px;
    margin-bottom: 36px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 41.5px;
    margin-bottom: 41.5px; }

.navbar-text {
  margin-top: 41.5px;
  margin-bottom: 41.5px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #0058a4;
  border-color: #005490; }
  .navbar-default .navbar-brand {
    color: white; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #e6e6e6;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #7ab3e0; }
  .navbar-default .navbar-nav > li > a {
    color: white; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #005490; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #dddddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #dddddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #005490; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #005490;
    color: #555555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555555;
      background-color: #005490; }
    .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: #cccccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: white; }
    .navbar-default .navbar-link:hover {
      color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: white;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: white;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: white; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        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: white;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: white; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #0058a4;
      background-color: white;
      border: 1px solid #dddddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #003a64;
    background-color: #eeeeee;
    border-color: #dddddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: white;
    background-color: #0058a4;
    border-color: #0058a4;
    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: #999999;
    background-color: white;
    border-color: #dddddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: white;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #0058a4; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #00497e; }

.label-success {
  background-color: #5e9732; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #467125; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #b30838; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #820629; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd; }
  .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; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }

a.list-group-item {
  color: #555555; }
  a.list-group-item .list-group-item-heading {
    color: #333333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: whitesmoke; }
  a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    z-index: 2;
    color: white;
    background-color: #0058a4;
    border-color: #0058a4; }
    a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
      color: inherit; }
    a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
      color: #7ec9ff; }

.list-group-item-success {
  color: #49ad24;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #49ad24; }
  a.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus {
    color: #49ad24;
    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: #49ad24;
    border-color: #49ad24; }

.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: 22px;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 10px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
    .panel > .list-group .list-group-item:first-child {
      border-top: 0; }
    .panel > .list-group .list-group-item:last-child {
      border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tfoot > tr:first-child > th,
  .panel > .table-bordered > tfoot > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
    border-top: 0; }
  .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; }
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit; }
  .panel-title > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd; }

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    overflow: hidden; }
    .panel-group .panel + .panel {
      margin-top: 0px;
      border-top: 0; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse .panel-body {
      border-top: 1px solid #dddddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: whitesmoke;
    border-color: #dddddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #dddddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #0058a4; }
  .panel-primary > .panel-heading {
    color: white;
    background-color: #0058a4;
    border-color: #0058a4; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #0058a4; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #0058a4; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #49ad24;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .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-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-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-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: black;
    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: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .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.42857px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; }

  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  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: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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: black; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  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: 16px;
  font-weight: normal;
  line-height: 18px;
  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: white; }
.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: white; }
.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: white; }
.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: white;
    bottom: -10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 799px) {
  .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; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 768px) 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; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !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 (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 799px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.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; } }
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/*
    Global Elements    
 */
html, body {
  height: 100%; }

label {
  display: block; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.25;
  font-weight: 600; }

a.h3,
a.h4 {
  color: #113c66; }

.hero-img {
  margin-bottom: 20px; }
  .hero-img img {
    width: 100%; }

.no-pad {
  padding: 0 !important; }

/*a {
  color: #113c66; }
  a:hover {
    color: #113c66; }*/

i {
  font-weight: 600; }

hr {
  border-top: 1px solid #999999;
  border-color: #999999 -moz-use-text-color -moz-use-text-color; }

figure {
  text-align: center;
  margin-bottom: 30px; }
  figure img {
    max-width: 100%;
    margin-bottom: 20px; }
  figure.hero-img figcaption {
    text-align: left;
    font-size: 13px; }

.hr-divider {
  height: 1px;
  background-color: #999999;
  text-align: center;
  margin: 15px 0; }
  .hr-divider span {
    background-color: #fff;
    position: relative;
    top: -0.75em;
    padding: 0 15px; }

/* hclib icons */
@font-face {
    font-family: 'hclib';
    src: url('/f/hclib/hclib.eot');
    src: url('/f/hclib/hclib.eot?#iefix') format('embedded-opentype'),
         url('/f/hclib/hclib.woff2') format('woff2'),
         url('/f/hclib/hclib.woff') format('woff'),
         url('/f/hclib/hclib.ttf') format('truetype'),
         url('/f/hclib/hclib.svg#hclib') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'hclib';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-DLMA:before {
	content: "\e652";
}
.icon-arrow-down:before {
	content: "\e600";
}
.icon-arrow-left:before {
	content: "\e601";
}
.icon-arrow-right:before {
	content: "\e602";
}
.icon-arrow-up:before {
	content: "\e603";
}
.icon-ask-us:before {
	content: "\e604";
}
.icon-AT:before {
	content: "\e605";
}
.icon-ATM:before {
	content: "\e606";
}
.icon-BK:before {
	content: "\e607";
}
.icon-BR:before {
	content: "\e608";
}
.icon-CD:before {
	content: "\e609";
}
.icon-CDM:before {
	content: "\e60a";
}
.icon-CDR:before {
	content: "\e60b";
}
.icon-chat:before {
	content: "\e60c";
}
.icon-checked-in:before {
	content: "\e60d";
}
.icon-combo:before {
	content: "\e60e";
}
.icon-comment:before {
	content: "\e60f";
}
.icon-compass:before {
	content: "\e610";
}
.icon-contact:before {
	content: "\e611";
}
.icon-date-picker:before {
	content: "\e612";
}
.icon-DLAB:before {
	content: "\e613";
}
.icon-DLBK:before {
	content: "\e614";
}
.icon-DLM:before {
	content: "\e615";
}
.icon-DLV:before {
	content: "\e616";
}
.icon-DVD:before {
	content: "\e617";
}
.icon-EB:before {
	content: "\e618";
}
.icon-EJ:before {
	content: "\e619";
}
.icon-email:before {
	content: "\e61a";
}
.icon-event-series:before {
	content: "\e61b";
}
.icon-feedback:before {
	content: "\e61c";
}
.icon-GD:before {
	content: "\e61d";
}
.icon-grid:before {
	content: "\e61e";
}
.icon-ILL:before {
	content: "\e61f";
}
.icon-library:before {
	content: "\e620";
}
.icon-list:before {
	content: "\e621";
}
.icon-location:before {
	content: "\e622";
}
.icon-LP:before {
	content: "\e623";
}
.icon-MA:before {
	content: "\e624";
}
.icon-magnify:before {
	content: "\e625";
}
.icon-MAP:before {
	content: "\e626";
}
.icon-MF:before {
	content: "\e627";
}
.icon-MM:before {
	content: "\e628";
}
.icon-MU:before {
	content: "\e629";
}
.icon-NP:before {
	content: "\e62a";
}
.icon-OGR:before {
	content: "\e62b";
}
.icon-open:before {
	content: "\e62c";
}
.icon-parking:before {
	content: "\e62d";
}
.icon-print:before {
	content: "\e62e";
}
.icon-private-list:before {
	content: "\e62f";
}
.icon-QM:before {
	content: "\e630";
}
.icon-social-facebook:before {
	content: "\e631";
}
.icon-social-flickr:before {
	content: "\e632";
}
.icon-social-googleplus:before {
	content: "\e633";
}
.icon-social-instagram:before {
	content: "\e634";
}
.icon-social-linkedin:before {
	content: "\e635";
}
.icon-social-tumblr:before {
	content: "\e636";
}
.icon-social-twitter:before {
	content: "\e637";
}
.icon-social-vimeo:before {
	content: "\e638";
}
.icon-social-youtube:before {
	content: "\e639";
}
.icon-telephone:before {
	content: "\e63a";
}
.icon-transit:before {
	content: "\e63b";
}
.icon-VHS:before {
	content: "\e63c";
}
.icon-warning:before {
	content: "\e63d";
}
.icon-fund-01:before {
	content: "\e63e";
}
.icon-fund-02:before {
	content: "\e63f";
}
.icon-fund-03:before {
	content: "\e640";
}
.icon-fund-04:before {
	content: "\e641";
}
.icon-fund-05:before {
	content: "\e642";
}
.icon-fund-06:before {
	content: "\e643";
}
.icon-fund-07:before {
	content: "\e644";
}
.icon-fund-08:before {
	content: "\e645";
}
.icon-fund-09:before {
	content: "\e646";
}
.icon-fund-10:before {
	content: "\e647";
}
.icon-fund-11:before {
	content: "\e648";
}
.icon-fund-12:before {
	content: "\e649";
}
.icon-fund-13:before {
	content: "\e64a";
}
.icon-fund-14:before {
	content: "\e64b";
}
.icon-fund-15:before {
	content: "\e64c";
}
.icon-fund-16:before {
	content: "\e64d";
}
.icon-logo-depository:before {
	content: "\e64e";
}
.icon-logo-hcl:before {
	content: "\e64f";
}
.icon-logo-melsa:before {
	content: "\e650";
}
.icon-mobile:before {
	content: "\e651";
}


.contact-icons .glyphicon {
  font-size: 26px;
  width: 45px;
  color: #525455;
  text-align: center; }

.contact-icons {
  min-height: 50px; }

input.form-control {
  border-radius: 0;
  border-color: #999999; }

input[type=checkbox].form-control {
  box-shadow: none;
  max-width: 16px; }

input.form-control__small {
  width: 185px;
  margin-right: 10px; }
  input.form-control__small ~ .btn-search {
    font-size: 14px; }

select.form-control {
  border: 0;
  border-radius: 0;
  background: transparent url("../../i/bg-select-dropdown.png") no-repeat left top scroll;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 179px;
  height: 39px;
  line-height: 1.65857;
  font-size: 13px;
  color: #222222;
  text-indent: 0.01px;
  text-overflow: ''; }

select.form-control-2 {
  width: 259px;
  background: transparent url("../../i/bg-select-dropdown-2.png") no-repeat left top scroll;
  margin: 15px 0 15px -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

.lt-ie10 .search-box > select {
  z-index: 1;
  width: 150px; }
.lt-ie10 .search-box > .fluid-holder input {
  background: #FFF;
  position: relative;
  z-index: 10; }

ul.link-group {
  font-size: 13px;
  padding: 0; }
  ul.link-group li {
    list-style-type: none; }

.arbitrary-spacer {
  padding-right: 16px; }
  .arbitrary-spacer.inline {
    display: inline; }
  @media screen and (max-width: 800px) {
    .arbitrary-spacer {
      padding-left: 16px; } }

.page-wrapper {
  height: auto;
  min-height: 100%;
  margin: 0 auto -375px;
  padding: 0 0 375px; }
  @media screen and (min-width: 800px) {
    .page-wrapper {
      padding: 0 0 200px;
      margin: 0 auto -200px; } }

.page-footer {
  /*height: 375px;*/
  width: 100%;
  background: #1f1f1f; }
  @media screen and (min-width: 800px) {
    .page-footer {
      height: 200px; } }
  .page-footer a {
    color: #ddd;
    font-size: 13px; }
    .page-footer a:hover {
      color: #FFF; }
  .page-footer .glyphicon {
    font-size: 16px;
    color: #525455;
    -webkit-transition: all 150ms linear 150ms;
    transition: all 150ms linear 150ms; }
    .page-footer .glyphicon:hover, .page-footer .glyphicon:focus {
      color: #FFF; }
  .page-footer .legal-text {
    font-size: 12px;
    color: #DDD;
    padding: 10px 15px; }
  .page-footer nav li {
    padding-left: 0;
    display: block; }
    @media (min-width: 768px) {
      .page-footer nav li {
        display: inline;
        padding-left: 10px;
        padding-right: 10px; } }
  .page-footer nav + .list-inline.text-right {
    text-align: left; }
    @media (min-width: 768px) {
      .page-footer nav + .list-inline.text-right {
        text-align: right; } }
  .page-footer .container {
    padding: 35px 10px; }
    @media screen and (min-width: 800px) {
      .page-footer .container {
        padding: 30px; } }
  .page-footer .row {
    margin: 0; }

.navbar {
  background: #113c66;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  min-height: 0; }
  .navbar a {
    color: #fff; }
  @media (min-width: 768px) {
    .navbar {
      background: #0058a4;
      min-height: 105px; } }

.navbar-header {
  background: #0058a4; }
  @media (min-width: 768px) {
    .navbar-header {
      float: none;
      margin-top: 33px;
      margin-left: auto;
      padding: 0 0 15px 30px; } }

.navbar-nav {
  margin: 0 -25px;
  width: 100%; }
  .navbar-nav > li {
    border-bottom: #0058a4 solid 2px;
    float: none; }
    .navbar-nav > li > a {
      padding: 12px 10px 7px; }
      .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
        background: 0; }
  @media (min-width: 768px) {
    .navbar-nav {
      margin: 25px 0 0;
      float: right;
      width: auto; }
      .navbar-nav > li {
        border: none;
        margin: 0 15px 0;
        float: left; }
        .navbar-nav > li:hover, .navbar-nav > li:focus {
          border-bottom: 3px solid #fff; }
          .navbar-nav > li:hover > a, .navbar-nav > li:focus > a {
            padding-bottom: 8px; }
        .navbar-nav > li:last-child {
          margin-right: 0; }
        .navbar-nav > li > a {
          padding: 0 0 8px; }
          .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            background: 0; } }

.topbar {
  width: 100%;
  font-size: 13px; }
  .topbar .container {
    margin: 5px -22px; }
    .topbar .container li {
      padding-bottom: 0; }
  @media (min-width: 768px) {
    .topbar {
      top: 0;
      left: 0;
      position: absolute;
      background: #113c66; }
      .topbar .container {
        margin: 0 auto; } }

.navbar-top {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .navbar-top > li {
    padding-bottom: 20px; }
    .navbar-top > li a {
      color: #fff;
      padding: 5px 7px;
      display: inline-block; }
      .navbar-top > li a.btn {
        padding: 1px 6px;
        margin-left: 5px;
        font-size: 13px;
        margin-top: -3px;
        border-radius: 4px;
        background-color: #00274e; }
        @media (max-width: 767px) {
          .navbar-top > li a.btn {
            background: transparent;
            padding: 5px 2px;
            margin-top: 0; } }
        .navbar-top > li a.btn:hover {
          background-color: #61a2d8; }
  @media (min-width: 768px) {
    .navbar-top .divider-vertical {
      border-right: 1px solid #61A2D8;
      padding: 6px;
      padding-left: 0;
      padding-bottom: 6px !important; } }
  @media (min-width: 768px) {
    .navbar-top {
      float: right; }
      .navbar-top > li {
        display: inline; }
        .navbar-top > li a {
          color: #fff; } }

.navbar-brand {
  padding: 5px 0;
  height: 60px;
  width: 140px; }
  .navbar-brand img {
    width: 100%; }
  @media (min-width: 768px) {
    .navbar-brand {
      padding: 10px 0;
      width: 203px;
      height: auto; } }

@media (max-width: 767px) {
  .navbar-toggle {
    margin: 10px 5px; }
    .navbar-toggle.btn-navigation {
      background: #d4d9db;
      padding: 13px 20px 12px; }
      .navbar-toggle.btn-navigation .icon-bar {
        background: #555555; } }
.navbar-toggle.btn-search {
  color: #fff;
  background: #113c66;
  height: 100%; }

.navbar-desktop-menu {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .navbar-desktop-menu button.btn-search {
    display: none; }
  @media (min-width: 768px) {
    .navbar-desktop-menu button.btn-search {
      position: absolute;
      bottom: -102px;
      right: 27px;
      color: #113c66;
      font-weight: 700;
      font-size: 16px;
      display: block;
      padding: 5px 25px 5px 15px;
      background: #ffffff;
      background-image: url(../../i/sprite-blue-arrows.png);
      background-repeat: no-repeat;
      background-position: 145px 14px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      height: auto; }
      .navbar-desktop-menu button.btn-search.collapsed {
        background-position: 145px -10px; } }

.navbar-collapse {
  max-height: none;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .navbar-collapse {
      margin-top: -85px;
      padding-bottom: 0; } }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
  border-color: #fff; }

.nav .open {
  border-bottom: 3px solid #fff; }
  .nav .open > a {
    background: transparent;
    color: #fff; }
  .nav .open > a:hover {
    padding-bottom: 8px; }
  .nav .open > a:focus {
    padding-bottom: 8px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.dropdown-menu > li > a {
  font-size: 14px; }
  .dropdown-menu > li > a:hover {
    background: #fff;
    color: #0058a4; }
@media (max-width: 767px) {
  .dropdown-menu {
    max-width: 100%; }
    .dropdown-menu > li > a {
      color: #fff; }
    .dropdown-menu.bullet:before {
      display: none; }
    .dropdown-menu.bullet:after {
      display: none; } }

.contact-hours {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn {
  min-height: 0px;
  color: white;
  font-size: 13px;
  border-radius: 2px;
  padding: 10px 20px;
  -webkit-transition: all 150ms linear 150ms;
  transition: all 150ms linear 150ms; }

.btn-primary {
  min-height: 0px;
  background-color: #113c66;
  border-color: #113c66; }
  .btn-primary:hover {
    background-color: #0058a4;
    border-color: #0058a4; }

.btn-back {
  background-image: url(../../i/back-btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 35px;
  display: inline-block;
  margin-bottom: 20px; }

.filters .btn {
  padding: 1px 5px;
  color: #222;
  margin-right: 5px;
  background-color: #e7ebed; }
  .filters .btn.btn-link {
    color: #0058a4;
    background: transparent; }
  .filters .btn .glyphicon {
    font-size: 14px;
    vertical-align: sub;
    color: #e7ebed; }
  .filters .btn:hover .glyphicon {
    color: #95989a; }

.load-more-btn {
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
  width: 98px;
  height: 30px;
  border-radius: 2px;
  background: white url("../../i/sprite-load-more-arrows.png") no-repeat center 10px scroll;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
  transition: none; }

.load-more-btn:hover {
  background-position: center -29px; }

.warning {
  color: #b30838;
  position: relative;
  left: 20px; }

.search-filters > div {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .search-filters > div {
      margin-bottom: 0; } }
@media (min-width: 768px) {
  .search-filters + p {
    margin-top: 10px !important; } }

.contact-method {
  margin-bottom: 20px; }
  .contact-method .h3 {
    margin-bottom: 0; }
  .contact-method ul {
    font-size: 13px;
    margin-bottom: 5px; }

.social-item .media-heading {
  margin-bottom: 0; }

/*
    Search Collapse
 */
.collapse-search {
  background-image: url("../../i/search-banner1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
  width: 100%; }
  .collapse-search .tab-pane {
    border-radius: 5px; }
  .collapse-search .col-md-10 {
    padding: 0; }
  .collapse-search.collapse {
    display: block;
    visibility: hidden;
    max-height: 1px;
    padding: 0;
    margin-top: -1px;
    overflow: hidden; }
    .collapse-search.collapse.in {
      padding-bottom: 50px;
      visibility: visible;
      margin-top: 0;
      max-height: none; }

.search-title {
  color: #fff;
  font-weight: 300;
  font-size: 50px;
  margin: 50px 0 10px; }

@media (max-width: 767px) {
  select.location {
    padding: 14px 0 14px 3px !important;
    background: url(../../i/bg-search-arrow.png) 61px 21px no-repeat !important; } }
.search-box {
  -webkit-box-shadow: inset 3px 3px 9px -5px rgba(51, 51, 51, 0.38);
  box-shadow: inset 3px 3px 9px -5px rgba(51, 51, 51, 0.38);
  border-radius: 3px;
  position: relative;
  border: 1px solid #c2c5c7; }
  .search-box > select {
    background: transparent;
    color: #0058a4;
    width: 27%;
    border: none;
    height: 48px;
    font-size: 13px;
    font-weight: 600;
    padding: 14px 0 14px 16px;
    background: url(../../i/bg-search-arrow.png) 42px 21px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ''; }
  .search-box .fluid-holder {
    float: left;
    padding: 0 51px 0 73px;
    width: 100%; }
    .search-box .fluid-holder.full {
      padding: 0 80px 0 0; }
      .search-box .fluid-holder.full input[type="text"] {
        border: none; }
  .search-box input[type="text"] {
    border: none;
    border-radius: 0;
    border-left: 1px #cccccc solid;
    height: 48px;
    padding: 6px;
    background: transparent;
    width: 100%; }
  .search-box .btn {
    border-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 44px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 0px 9px; }
  @media (min-width: 768px) {
    .search-box > select {
      width: 128px;
      font-weight: 600;
      font-size: 16px;
      background-position: 106px 21px; }
    .search-box .fluid-holder {
      padding: 0 80px 0 128px; }
    .search-box .btn {
      width: 80px;
      padding: 11px 29px 9px 29px; } }

.btn-search {
  background: #0058a4;
  font-size: 18px;
  padding: 7px 12px;
  height: 100%; }
  .btn-search:hover {
    background: #61a2d8;
    color: #fff; }

.search-tab {
  border: none;
  margin-top: -5px;
  padding: 10px 30px 5px 15px;
  background: #0058a4 url(../../i/sprite-more-arrow-white.png) no-repeat 167px -21px;
  color: #fff;
  font-size: 14px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.25);
  box-shadow: 0 4px 4px 0 rgba(50, 50, 50, 0.25); }
  .search-tab:hover {
    background-color: #61a2d8;
    color: #000; }
  .search-tab .search-tab__active {
    display: inline;
    visibility: visible; }
  .search-tab .search-tab__inactive {
    display: none;
    visibility: hidden; }
  .search-tab.collapsed {
    background-position: 165px 18px; }
    .search-tab.collapsed .search-tab__active {
      position: absolute;
      top: -9999px;
      left: -9999px;
      visibility: hidden; }
    .search-tab.collapsed .search-tab__inactive {
      position: static;
      top: 0;
      left: 0;
      display: inline;
      visibility: visible; }

/*
    Home Tiles
 */
.home-tiles {
  padding: 0;
  margin: 50px 0; }

.home-tiles__tile {
  padding-left: 10px;
  padding-right: 10px; }

.image-card {
  background: #FFF;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  -webkit-transition: all 100ms linear 100ms;
  transition: all 100ms linear 100ms; }
  .image-card:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); }
  .image-card > img {
    width: 100%; }
  .image-card .image-card__content {
    padding: 15px; }
    .image-card .image-card__content > .h4 {
      font-size: 13px;
      color: #525455;
      margin-bottom: 5px; }
    .image-card .image-card__content > .h3 {
      font-size: 20px;
      font-weight: 600;
      color: #222222;
      margin-bottom: 5px; }
    .image-card .image-card__content > p {
      font-size: 13px;
      color: #222222;
      margin-bottom: 0; }
  .image-card .image-card__event-meta .event-date {
    font-size: 13px;
    color: #222222;
    margin-bottom: 5px; }
  .image-card .image-card__event-meta .event-location {
    font-size: 13px;
    color: #525455;
    margin-bottom: 15px; }
  .image-card .image-card__author {
    border-top: 1px solid #d9dcde;
    padding: 10px 15px;
    overflow: hidden; }
    .image-card .image-card__author img {
      float: left;
      margin-right: 15px; }
    .image-card .image-card__author p {
      font-size: 13px;
      font-weight: 600;
      color: #525455;
      padding-top: 6px;
      margin-bottom: 0; }
  .image-card .image-card__tags {
    padding: 10px 15px;
    border-top: 1px solid #d9dcde; }
    .image-card .image-card__tags .meta-text {
      padding-top: 5px; }
  .image-card .image-container {
    position: relative; }
    .image-card .image-container img {
      width: 100%; }
    .image-card .image-container .overlay-title {
      position: absolute;
      color: #fff;
      font-size: 24px;
      top: 0;
      left: 0;
      padding: 20px;
      margin: 0; }
      .image-card .image-container .overlay-title.align-bottom {
        top: auto;
        bottom: 0;
        font-size: 30px;
        padding: 15px 20px; }
  .loading .image-card .image-container {
    min-height: 137px; }
  @media (max-width: 480px) {
    .image-card.large-card {
      margin-right: 0 !important; } }
  .image-card.mini-card .image-container {
    min-height: 117px; }
  @media (max-width: 767px) {
    .image-card.mini-card .image-container img {
      min-height: 0px; } }
  @media (max-width: 480px) {
    .image-card.mini-card .overlay-title {
      font-size: 18px; } }

.notification {
  background: #b30838;
  padding: 12px 0; }
  .notification p {
    font-size: 13px;
    color: #fff; }

.main-wrapper__outer {
  position: relative; }

.main-wrapper {
  width: 100%;
  max-width: 990px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .main-wrapper {
      padding: 0 30px; } }

.main-content {
  width: 100%; }
  .main-content .h1 {
    font-size: 20px;
    margin-bottom: 20px; }
    .main-content .h1 + .h2 {
      margin-top: -15px; }
  .main-content .h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px; }
  .main-content .h3 {
    font-size: 16px;
    font-weight: 600; }
  .main-content p {
    margin: 0 0 15px;
    line-height: 1.5;
    font-size: 13px; }

.main-wrapper__outer .main-content {
  width: 100%;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .main-wrapper__outer .main-content {
      width: 75%;
      /* CR Fix - changed width from 80% to 75% (allowed 768px breakpoint) */
      float: right;
      padding: 0; } }

.main-wrapper__outer {
  background-color: #e7ebed;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  @media (min-width: 768px) {
    .main-wrapper__outer {
      padding: 50px 0; } }
  .main-wrapper__outer.callout {
    background-color: #d4d9db; }

.main-wrapper__outer .main-content.section:first-child {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .main-wrapper__outer .main-content.section:first-child {
      padding: 0; } }

.sidebar {
  width: 100%; }
  @media (min-width: 768px) {
    .sidebar {
      display: block;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 1;
      width: 190px; } }
  .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .sidebar ul li a {
      font-size: 14px;
      color: #222222;
      display: block;
      padding: 15px 5px 13px 22px;
      background: white;
      -webkit-transition: background-color 150ms linear 150ms;
      transition: background-color 150ms linear 150ms; }
      .sidebar ul li a:hover {
        color: #0058a4;
        text-decoration: none; }
    .sidebar ul li li:last-child a {
      padding-bottom: 25px; }
    .sidebar ul li li.current:last-child a {
      padding-bottom: 13px; }
    .sidebar ul li.refine-category {
      color: #222222;
      font-size: 13px; }
      .sidebar ul li.refine-category > a {
        background: #f2f5f7 url("../../i/sprite-accordion.png") no-repeat right 14px scroll;
        border-top: 1px solid #cccccc; }
      .sidebar ul li.refine-category input[type=checkbox] {
        display: block;
        margin-right: 5px;
        cursor: pointer;
        float: left; }
      .sidebar ul li.refine-category label {
        display: block;
        font-weight: 400;
        cursor: pointer;
        float: left; }
        @media (min-width: 768px) {
          .sidebar ul li.refine-category label {
            max-width: 140px; } }
        .sidebar ul li.refine-category label:hover {
          text-decoration: underline; }
      .sidebar ul li.refine-category ul {
        display: none;
        padding-top: 20px; }
      .sidebar ul li.refine-category li {
        margin-bottom: 20px;
        padding: 0 5px 0 22px;
        overflow: hidden; }
      .sidebar ul li.refine-category:last-child {
        border-bottom: 1px solid #cccccc; }
    .sidebar ul li.refine-category.open > a {
      background-position: right -25px;
      border-bottom: 1px solid #cccccc; }
    .sidebar ul li.refine-category.open ul {
      display: block; }
    .sidebar ul li.current > a {
      background: #0058a4;
      color: #FFF; }
    .sidebar ul li a.ask-us {
      padding: 5px 5px 10px 22px; }
  .sidebar > .h4 {
    color: #113c66;
    font-size: 20px;
    padding: 12px 5px 10px 22px;
    margin-bottom: 0;
    background: white url("../../i/sprite-accordion.png") no-repeat right 15px scroll;
    z-index: 1;
    position: relative;
    border-bottom: 1px solid #CCC;
    cursor: pointer; }
    .sidebar > .h4 + .refine-results {
      display: none; }
      @media (min-width: 768px) {
        .sidebar > .h4 + .refine-results {
          display: block; } }
    @media (min-width: 768px) {
      .sidebar > .h4 {
        border-bottom: 0;
        position: static;
        background: transparent none;
        color: #222222;
        font-size: 14px;
        padding: 20px 5px 10px 22px;
        box-shadow: none; } }
  .sidebar > .h4.open {
    background-position: right -24px; }
    .sidebar > .h4.open + .refine-results {
      display: block; }
  .sidebar .suggest-purchase {
    display: none; }
    @media (min-width: 768px) {
      .sidebar .suggest-purchase {
        display: block; } }
    .sidebar .suggest-purchase .h5 {
      font-size: 13px;
      padding: 20px 5px 0 22px; }
    .sidebar .suggest-purchase a {
      font-size: 13px;
      padding: 0 5px 0 22px; }
  .sidebar .refine-results {
    background: #FFF;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); }
    .sidebar .refine-results a {
      color: #113c66;
      font-weight: 600; }
      .sidebar .refine-results a:hover {
        color: #0058a4; }
    .sidebar .refine-results li.refine-category a {
      color: #222222;
      transition: none;
      font-weight: 400; }
      .sidebar .refine-results li.refine-category a:hover {
        color: #0058a4; }
  .sidebar .sub-nav {
    background: #FFF;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); }
    .sidebar .sub-nav > li {
      display: none; }
      @media (min-width: 768px) {
        .sidebar .sub-nav > li {
          display: block; } }
      .sidebar .sub-nav > li > a {
        border-top: 1px solid #e5e5e5;
        background: #f2f5f7; }
      .sidebar .sub-nav > li:first-child > a {
        border-top: 0; }
    .sidebar .sub-nav.secondary > li > a {
      background: #f2f5f7;
      color: #222222;
      border-bottom: 1px solid #d9dcde; }
    .sidebar .sub-nav li.current {
      display: block; }
      @media (max-width: 767px) {
        .sidebar .sub-nav li.current > a {
          background-color: #FFF;
          background-image: url(../../i/plus-sprite.png);
          background-repeat: no-repeat;
          background-position: right 17px;
          color: #113c66;
          padding-left: 10px; } }
      @media (max-width: 767px) {
        .sidebar .sub-nav li.current li {
          visibility: hidden;
          position: absolute;
          top: -9999px;
          left: -9999px; } }
    .sidebar .sub-nav li.current.open > a {
      background-position: right -90px; }
    @media (max-width: 767px) {
      .sidebar .sub-nav li.current.open ul {
        border-top: 1px solid #cccccc; } }
    .sidebar .sub-nav li.current.open li {
      visibility: visible;
      position: static;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .sidebar .sub-nav li.current.open li a {
          background-color: #f2f5f7;
          padding: 5px 10px; }
        .sidebar .sub-nav li.current.open li:first-child a {
          padding-top: 10px; }
        .sidebar .sub-nav li.current.open li:last-child a {
          padding-bottom: 10px; }
        .sidebar .sub-nav li.current.open li.current > a {
          background-image: none; } }

@media (max-width: 767px) {
  .sidebar.detach {
    margin: 20px 3%;
    width: 94%;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); } }
@media (max-width: 767px) {
  .sidebar.detach .refine-results {
    box-shadow: none; } }

.page-hero {
  overflow: hidden;
  font-size: 13px;
  background: transparent; }
  @media (min-width: 768px) {
    .page-hero {
      background-color: white;
      background-image: url(../../i/bg-page-hero.png);
      background-position: right center;
      background-repeat: repeat-y;
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(57.75%, white), color-stop(57.75%, #f2f5f7), color-stop(100%, #7db9e8));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, white 0%, white 57.75%, #f2f5f7 57.75%, #f2f5f7 100%);
      /* Chrome10+,Safari5.1+ */
      background: -moz-linear-gradient(left, white 0%, white 57.75%, #f2f5f7 57.75%, #f2f5f7 100%);
      /* FF3.6+ */
      background: -o-linear-gradient(left, white 0%, white 57.75%, #f2f5f7 57.75%, #f2f5f7 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, white 0%, white 57.75%, #f2f5f7 57.75%, #f2f5f7 100%);
      /* IE10+ */
      background: linear-gradient(to right, white 0%, white 57.75%, #f2f5f7 57.75%, #f2f5f7 100%);
      /* W3C */ } }
  .page-hero .page-hero__content {
    background: white;
    padding: 20px 10px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page-hero .page-hero__content {
        background: transparent;
        width: 57.75%;
        float: left;
        padding: 25px 20px; } }
    .page-hero .page-hero__content .h2 {
      font-size: 16px; }
    .page-hero .page-hero__content .h1 {
      font-size: 20px;
      margin-bottom: 2px; }
    .page-hero .page-hero__content .user-id {
      text-transform: uppercase;
      color: #525455;
      margin-bottom: 0; }
  .page-hero .page-hero__related {
    border-top: 1px solid #d9dcde;
    background: #f2f5f7;
    padding: 20px 10px;
    position: relative; }
    @media (min-width: 768px) {
      .page-hero .page-hero__related {
        width: 42.25%;
        float: left;
        padding: 25px 20px;
        background: transparent;
        border-top: 0; } }
    .page-hero .page-hero__related .h3 {
      font-size: 16px; }
    .page-hero .page-hero__related img {
      margin-bottom: 15px; }
    .page-hero .page-hero__related > .row {
      margin-bottom: 10px; }
      .page-hero .page-hero__related > .row + a {
        display: block;
        margin-bottom: 10px; }
    .page-hero .page-hero__related > p {
      margin-bottom: 10px; }
  .page-hero .btn {
    margin-top: 10px; }
  .page-hero + .page-hero {
    margin-top: 20px; }

.meta-text {
  color: #525455;
  font-size: 13px;
  display: block;
  margin-bottom: 5px; }

.abs {
  position: absolute; }

.abs--desktop {
  position: static; }
  @media (min-width: 768px) {
    .abs--desktop {
      position: absolute; } }

.abs-right-top {
  top: 25px;
  right: 20px; }

.section > .abs-right-top {
  top: 0;
  right: 7px; }

.open-status {
  display: block;
  color: #222;
  padding-left: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-attachment: scroll;
  font-weight: 700; }
  .open-status.open-status__open {
    background-image: url(../../i/open-dot.png); }
  .open-status.open-status__closed {
    background-image: url(../../i/closed-dot.png); }

.results-header {
  margin-top: 20px;
  margin-bottom: 20px; }

.links-list {
  padding: 0;
  margin: 10px 0 15px;
  list-style: none; }
  .links-list li {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    color: #525455; }
  .links-list.links-list__hgroup {
    margin: 0 0 10px; }
    .links-list.links-list__hgroup .h4 {
      margin-bottom: 0; }
  .links-list.links-list__block li {
    display: block;
    margin-bottom: 5px; }
    .links-list.links-list__block li .h4 {
      margin-bottom: 0; }

.block-links {
  font-size: 13px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  .block-links li {
    margin-bottom: 5px; }

.table-list {
  margin: 30px 0 0; }
  .table-list table {
    width: 100%;
    margin-bottom: 10px; }
  .table-list th {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px; }
  .table-list tbody {
    border-top: 1px solid #cccccc; }
  .table-list td {
    border-bottom: 1px solid #cccccc;
    padding: 5px 0; }
  .table-list .table-list__col1 {
    width: 13.333%; }
  .table-list .table-list__col2 {
    width: 74.666%; }
  .table-list .table-list__col3 {
    width: 12%;
    text-align: right; }
  .table-list.table-list--spread {
    margin: 0 0 30px; }
    .table-list.table-list--spread .table-list__col1 {
      width: 50%; }
    .table-list.table-list--spread .table-list__col2 {
      width: 50%;
      text-align: right; }
    .table-list.table-list--spread .table-list__total-row td {
      font-weight: 600;
      border-bottom: 0; }

.listing {
  background: white;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 150ms linear 150ms;
  transition: all 150ms linear 150ms; }
  .listing .listing__img {
    padding: 10px 0 10px 10px;
    width: 115px;
    float: left; }
    @media (min-width: 768px) {
      .listing .listing__img {
        width: 25%;
        padding: 0; } }
    .listing .listing__img > a:first-child {
      display: block;
      width: 104px;
      height: 101px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .listing .listing__img > a:first-child {
          width: auto;
          height: auto; } }
      .listing .listing__img > a:first-child img {
        width: auto;
        height: 100%; }
        @media (min-width: 768px) {
          .listing .listing__img > a:first-child img {
            width: 100%;
            height: auto; } }
  .listing .listing__header {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 20px 0px;
    position: relative; }
    .listing .listing__header .item__stars {
      display: inline-block;
      margin-left: 10px; }
    .listing .listing__header .close-btn {
      top: 15px;
      right: 20px;
      width: 18px;
      height: 18px;
      display: block;
      overflow: hidden;
      position: absolute;
      text-indent: -9999px;
      background: transparent url(../../i/x-close.png) center center no-repeat; }
  .listing .listing__content {
    padding: 10px 15px;
    font-size: 13px;
    color: #222222;
    float: left;
    width: 100%; }
    @media (min-width: 480px) {
      .listing .listing__content {
        width: 68%;
        width: calc(100% - 116px); } }
    @media (min-width: 768px) {
      .listing .listing__content {
        padding: 15px 20px 0; } }
    .listing .listing__content .h3 {
      font-size: 16px;
      color: #222222; }
      .listing .listing__content .h3 a {
        color: #113c66; }
    .listing .listing__content p {
      margin-bottom: 5px; }
  .listing .listing__img + .listing__content {
    width: 68%;
    width: calc(100% - 115px); }
    @media (min-width: 480px) {
      .listing .listing__img + .listing__content {
        width: 75%; } }
  .listing .unfollow-link {
    display: block;
    margin-bottom: 15px; }

.spread-components {
  font-size: 13px;
  margin-bottom: 20px; }
  .spread-components select.form-control {
    margin-top: -13px;
    margin-right: -3px; }
  .spread-components.spread-components--with-heading {
    margin-bottom: 0; }
    .spread-components.spread-components--with-heading select.form-control {
      margin-top: 0;
      margin-right: -3px; }
  .spread-components .pull-right {
    margin-top: 0 !important;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .spread-components .pull-right {
        float: right !important;
        margin-bottom: 0; } }
  .spread-components > div:first-child {
    margin-bottom: 10px; }

.listing.catalog-listing {
  height: auto; }
  @media (min-width: 768px) {
    .listing.catalog-listing.listing--hero .listing__img {
      width: 180px; } }
  .listing.catalog-listing .listing__img {
    padding: 10px 0 10px 10px;
    width: auto;
    height: auto; }
    @media (min-width: 768px) {
      .listing.catalog-listing .listing__img {
        width: 115px; } }
    .listing.catalog-listing .listing__img .btn {
      display: block;
      margin-top: 10px;
      padding: 8px 20px; }
      @media (min-width: 768px) {
        .listing.catalog-listing .listing__img .btn {
          display: none; } }
    .listing.catalog-listing .listing__img > a:first-child {
      display: block;
      height: auto;
      overflow: hidden; }
      @media (min-width: 768px) {
        .listing.catalog-listing .listing__img > a:first-child {
          width: auto;
          height: auto; } }
      .listing.catalog-listing .listing__img > a:first-child img {
        width: 100%;
        height: auto; }
        @media (min-width: 768px) {
          .listing.catalog-listing .listing__img > a:first-child img {
            width: 100%;
            height: auto; } }
  .listing.catalog-listing .listing__content {
    padding: 15px 20px;
    width: 100%; }
    .listing.catalog-listing .listing__content .h3 {
      margin-bottom: 5px; }
    .listing.catalog-listing .listing__content .h4 {
      font-size: 13px;
      color: #525455; }
    .listing.catalog-listing .listing__content > p {
      line-height: 1.25;
      font-size: 13px;
      color: #222222;
      margin-bottom: 0;
      /*display: none; */}
      @media (min-width: 768px) {
        .listing.catalog-listing .listing__content > p {
          display: block; } }
  @media (max-width: 767px) {
    .listing.catalog-listing.listing--hero .listing__img a:first-child {
      width: 114px; } }
  .listing.catalog-listing.listing--hero .listing__img p {
    margin: 0; }
    .listing.catalog-listing.listing--hero .listing__img p + a {
      font-size: 13px; }
  .listing.catalog-listing.listing--hero .listing__img .btn + p {
    margin-top: 8px; }
  .listing.catalog-listing.listing--hero .listing__content p {
    display: block; }
  .listing.catalog-listing .listing__img + .listing__content {
    width: 50%;
    width: calc(100% - 116px); }
    @media (min-width: 768px) {
      .listing.catalog-listing .listing__img + .listing__content {
        width: 59%;
        width: calc(100% - 261px); } }
  .listing.catalog-listing.listing--hero .listing__img + .listing__content {
    width: 60%;
    width: calc(100% - 125px); }
    @media (min-width: 768px) {
      .listing.catalog-listing.listing--hero .listing__img + .listing__content {
        width: 50%;
        width: calc(100% - 325px); } }
  .listing.catalog-listing .listing__actions {
    width: 145px;
    padding: 15px 20px;
    float: right;
    display: none;
    min-height: 187px;
    border-left: 1px solid #cccccc; }
    @media (min-width: 768px) {
      .listing.catalog-listing .listing__actions {
        display: block; } }
    .listing.catalog-listing .listing__actions .btn {
      width: 100%;
      margin-bottom: 10px; }
    .listing.catalog-listing .listing__actions > p {
      font-size: 13px;
      margin-bottom: 0; }
      .listing.catalog-listing .listing__actions > p:last-child {
        font-weight: 600; }
    .listing.catalog-listing .listing__actions > a {
      font-size: 13px; }
  .listing.catalog-listing.listing--hero .listing__actions {
    min-height: 278px; }
  .listing.catalog-listing .content-meta > ul {
    list-style: none;
    padding: 0;
    margin: 10px 0; }
    .listing.catalog-listing .content-meta > ul li {
      font-size: 13px;
      color: #525455;
      display: inline-block;
      margin-right: 5px; }
  .listing.catalog-listing .content-meta__rating {
    float: left;
    width: 80px;
    margin-right: 20px;
    padding: 3px 0; }
    .listing.catalog-listing .content-meta__rating a {
      background: transparent url("../../i/sprite-stars.png") no-repeat -32px top scroll;
      display: block;
      float: left;
      height: 14px;
      text-indent: -9999px;
      width: 14px;
      margin-right: 2px; }
  .listing.catalog-listing .content-meta__comments {
    padding: 5px 0;
    color: #525455; }

.category-format {
  background: #222222;
  border-radius: 12px;
  display: inline-block;
  float: none;
  min-height: 26px;
  width: 57px;
  color: #fff;
  font-size: 12px;
  padding: 4px 0 0;
  text-align: center; }
  @media (min-width: 768px) {
    .category-format {
      float: left;
      margin-right: 10px; } }
  .category-format > span {
    font-size: 15px;
    margin-left: 3px; }
    .category-format > span:first-child {
      margin-left: 0; }

.listing.event-listing {
  height: auto; }
  .listing.event-listing .listing__img {
    padding: 10px 0 10px 10px;
    width: auto;
    height: auto; }
    @media (min-width: 768px) {
      .listing.event-listing .listing__img {
        width: 185px; } }
    .listing.event-listing .listing__img img {
      height: auto; }
      @media (min-width: 768px) {
        .listing.event-listing .listing__img img {
          width: 174px; } }
    .listing.event-listing .listing__img .btn {
      display: block;
      margin: 10px 0 5px;
      padding: 8px 20px; }
      @media (min-width: 768px) {
        .listing.event-listing .listing__img .btn {
          display: none; } }
    .listing.event-listing .listing__img > a:first-child {
      display: block;
      width: 104px;
      height: 101px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .listing.event-listing .listing__img > a:first-child {
          width: auto;
          height: auto; } }
      .listing.event-listing .listing__img > a:first-child img {
        width: auto;
        height: 100%; }
        @media (min-width: 768px) {
          .listing.event-listing .listing__img > a:first-child img {
            width: 100%;
            height: auto; } }
  .listing.event-listing .listing__content {
    padding: 15px 20px;
    width: 75%;
    width: calc(100% - 116px); }
    .listing.event-listing .listing__content .h3 {
      margin-bottom: 5px; }
    .listing.event-listing .listing__content .h4 {
      font-size: 13px;
      color: #525455; }
    .listing.event-listing .listing__content > p {
      line-height: 1.25;
      font-size: 13px;
      color: #222222;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .listing.event-listing .listing__content > p {
          display: block; } }
    .listing.event-listing .listing__content ul {
      list-style: none;
      color: #525455;
      font-size: 13px;
      font-weight: 400;
      padding: 0;
      margin: 2px 0; }
      .listing.event-listing .listing__content ul li {
        display: inline-block;
        margin-right: 5px; }
    .listing.event-listing .listing__content > span {
      color: #525455;
      font-size: 13px;
      font-weight: 400;
      display: block;
      margin-bottom: 2px; }
    .listing.event-listing .listing__content .h3 {
      margin-bottom: 3px; }
  .listing.event-listing .listing__img + .listing__content {
    width: 50%;
    width: calc(100% - 116px); }
    @media (min-width: 768px) {
      .listing.event-listing .listing__img + .listing__content {
        width: 50%;
        width: calc(100% - 331px); } }
  .listing.event-listing .listing__additional-details {
    clear: both;
    border-top: 1px solid #cccccc;
    padding: 20px 20px 0;
    display: none;
    font-size: 13px; }
    .listing.event-listing .listing__additional-details .h4 {
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 2px; }
    .listing.event-listing .listing__additional-details p {
      font-size: 13px; }
    .listing.event-listing .listing__additional-details ul {
      padding: 0;
      margin: 0; }
      .listing.event-listing .listing__additional-details ul li {
        display: block; }
    .listing.event-listing .listing__additional-details > .row ul {
      margin-bottom: 20px; }
  .listing.event-listing .listing__additional-details.open {
    display: block; }
  .listing.event-listing .listing__actions {
    width: 145px;
    padding: 15px 20px;
    float: right;
    display: none;
    min-height: 141px;
    border-left: 1px solid #cccccc; }
    @media (min-width: 768px) {
      .listing.event-listing .listing__actions {
        display: block; } }
    .listing.event-listing .listing__actions .btn {
      width: 100%;
      margin-bottom: 10px; }
    .listing.event-listing .listing__actions > p {
      font-size: 13px;
      margin-bottom: 0; }
      .listing.event-listing .listing__actions > p:last-child {
        font-weight: 600; }
    .listing.event-listing .listing__actions > a {
      font-size: 13px; }

.site-search .listing.event-listing .listing__actions {
  display: block;
  float: none; }
  @media (min-width: 768px) {
    .site-search .listing.event-listing .listing__actions {
      float: right; } }
.site-search .listing.event-listing .listing__content {
  width: 50%;
  width: calc(100% - 145px); }

@media (min-width: 768px) {
  .listing.meeting-room-listing, .listing.art-listing {
    height: 131px; } }
.listing.meeting-room-listing .listing__content, .listing.art-listing  .listing__content {
    width: 100%;
}
    .listing.meeting-room-listing .listing__content p, .listing.art-listing .listing__content p {
        display: block;
    }
.listing.meeting-room-listing .listing__img, .listing.art-listing .listing__img {
    width: 114px;
    padding: 10px 0 10px 10px;
}
  @media (min-width: 768px) {
    .listing.meeting-room-listing .listing__img, .listing.art-listing .listing__img {
        width: 190px;
        padding: 0;
    } }
.listing.meeting-room-listing .listing__img > a:first-child, .listing.art-listing .listing__img > a:first-child {
    display: block;
    width: 104px;
    height: 101px;
    overflow: hidden;
}
    @media (min-width: 768px) {
        .listing.meeting-room-listing .listing__img > a:first-child, .listing.art-listing .listing__img > a:first-child {
            width: auto;
            height: auto;
        } }
.listing.meeting-room-listing .listing__img > a:first-child img, .listing.art-listing .listing__img > a:first-child img {
    width: auto;
    height: 100%;
}
      @media (min-width: 768px) {
        .listing.meeting-room-listing .listing__img > a:first-child img, .listing.art-listing .listing__img > a:first-child img {
            width: 100%;
            height: auto;
        } }
.listing.meeting-room-listing .listing__img a.btn, .listing.art-listing .listing__img a.btn {
    width: 100%;
}
.listing.meeting-room-listing .links-list, .listing.art-listing .links-list {
    margin: 0 0 7px;
}
.listing.meeting-room-listing .listing__img + .listing__content, .listing.art-listing .listing__img + .listing__content {
    width: 70%;
    width: calc(100% - 114px);
}
  @media (min-width: 768px) {
    .listing.meeting-room-listing .listing__img + .listing__content, .listing.art-listing .listing__img + .listing__content {
        width: 50%;
        width: calc(100% - 335px);
    } }

.listing.feed-listing .h4 {
  font-size: 13px;
  font-weight: 300;
  color: #525455;
  margin-bottom: 5px; }
.listing.feed-listing .listing__content {
  padding: 20px;
  width: 100%; }
  .listing.feed-listing .listing__content ul li {
    margin-bottom: 5px; }
  .listing.feed-listing .listing__content p + .btn {
    margin-top: 10px; }
.listing.feed-listing hr {
  color: #999999;
  margin-bottom: 0; }
.listing.feed-listing .listing__img + .listing__content {
  width: 50%;
  width: calc(100% - 116px);
  padding: 10px 20px; }
  @media (min-width: 768px) {
    .listing.feed-listing .listing__img + .listing__content {
      width: 65%;
      width: calc(100% - 261px); } }

.listing.feed-listing--stacked img {
  width: 100%;
  margin-bottom: 10px; }
.listing.feed-listing--stacked .listing__content {
  padding: 20px; }
  .listing.feed-listing--stacked .listing__content + .listing__content {
    padding: 0 20px 20px; }
  .listing.feed-listing--stacked .listing__content > p {
    margin-bottom: 10px; }
  .listing.feed-listing--stacked .listing__content > .row {
    margin-bottom: 10px; }

.listing.history-listing > .listing__content {
  width: 100%; }
.listing.history-listing .catalog-listing {
  margin-bottom: 0; }
  .listing.history-listing .catalog-listing .listing__img {
    width: 76px; }
    .listing.history-listing .catalog-listing .listing__img a {
      width: 66px; }
  .listing.history-listing .catalog-listing .listing__content {
    width: 67%;
    padding: 15px 20px 0; }
.listing.history-listing td.mobile,
.listing.history-listing th.mobile {
  display: table-cell; }
  @media (min-width: 768px) {
    .listing.history-listing td.mobile,
    .listing.history-listing th.mobile {
      display: none; } }
.listing.history-listing td.desktop,
.listing.history-listing th.desktop {
  display: none; }
  @media (min-width: 768px) {
    .listing.history-listing td.desktop,
    .listing.history-listing th.desktop {
      display: table-cell; } }
.listing.history-listing table {
  width: 100%; }
  .listing.history-listing table th {
    border-top: 1px solid #cccccc; }
    .listing.history-listing table th.table-col--2 {
      padding-left: 10px; }
  .listing.history-listing table td {
    border-top: 1px solid #cccccc; }
  .listing.history-listing table tbody {
    vertical-align: top !important; }
  .listing.history-listing table input {
    margin: 0; }
  .listing.history-listing table label {
    margin: 0; }
.listing.history-listing .table-col--1 {
  width: 3.73134%; }
.listing.history-listing .table-col--2 {
  width: 57.46268%; }
.listing.history-listing .table-col--3 {
  width: 19.40298%; }
.listing.history-listing .table-col--4 {
  width: 19.40298%; }
.listing.history-listing td.table-col--3,
.listing.history-listing td.table-col--4,
.listing.history-listing td.table-col--5 {
  padding: 15px 0; }
.listing.history-listing .spread-components {
  margin-bottom: 10px; }

.staff-hero {
  overflow: hidden; }
  .staff-hero .staff-hero__image {
    width: 120px;
    float: left; }
  .staff-hero .staff-hero__content {
    width: 75%;
    width: calc(100% - 120px);
    float: left; }

.link-tel {
  display: block;
  margin-bottom: 10px; }

.hours-list {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none; }
  .hours-list li {
    display: block;
    margin-bottom: 0 !important; }
    .hours-list li:first-child {
      font-weight: 600; }

.section {
  margin-bottom: 35px;
  position: relative; }
  .section.main-content {
    padding: 0; }

.unfollow-link {
  font-size: 13px;
  color: #525455;
  padding-left: 17px;
  background: transparent url("../../i/sprite-follow.png") no-repeat left -17px scroll;
  -webkit-transition: all 150ms linear 150ms;
  transition: all 150ms linear 150ms; }

.unfollow-link.follow,
.add-new-loc {
  font-size: 13px;
  color: #113c66;
  padding-left: 17px;
  background: transparent url("../../i/sprite-follow.png") no-repeat left 3px scroll; }

.hide-toggle {
  font-size: 13px;
  display: inline-block;
  padding-right: 20px;
  background: transparent url("../../i/sprite-blue-arrows.png") no-repeat right -18px scroll; }

.hide-toggle.open {
  background-position: right 6px; }

.mobile {
  display: block; }
  .mobile.mobile--inline-block {
    display: inline-block; }
    @media (min-width: 768px) {
      .mobile.mobile--inline-block {
        display: none; } }
  @media (min-width: 768px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media (min-width: 768px) {
    .desktop {
      display: block; }
      .desktop.desktop--inline-block {
        display: inline-block; } }

.login .form-list {
  margin-bottom: 0; }
  .login .form-list > li {
    margin-bottom: 15px; }
    .login .form-list > li label {
      font-size: 16px;
      color: #222222;
      display: block;
      margin-bottom: 5px; }
    .login .form-list > li input[type=text] {
      color: #222222;
      width: 85%;
      min-width: 275px; }
    .login .form-list > li input[type=checkbox] {
      display: inline-block;
      width: 20px; }
      .login .form-list > li input[type=checkbox] + label {
        display: inline;
        font-size: 13px;
        font-weight: 400; }
    .login .form-list > li:last-child {
      margin-bottom: 0; }
  .login .form-list > ul {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .login .form-list > ul > li {
        padding: 0 10px 0 0; } }

.feed-post {
  background: #FFF;
  margin-bottom: 15px;
  padding: 15px 10px; }
  .feed-post .feed-post__header {
    overflow: hidden;
    margin-bottom: 15px; }
    .feed-post .feed-post__header .feed-post__avatar {
      width: 31px;
      float: left;
      margin-right: 15px; }
    .feed-post .feed-post__header .feed-post__post-type .h4 {
      font-size: 16px;
      margin-bottom: 0; }
  .feed-post .feed-post__content {
    clear: both;
    border: 1px solid #cccccc; }
    .feed-post .feed-post__content .listing {
      margin-bottom: 0; }
  .feed-post .links-list {
    margin-bottom: 0; }

/*
    Tabs
 */
.nav-tabs {
  display: none; }
  @media (min-width: 768px) {
    .nav-tabs {
      display: block;
      border: none; }
      .nav-tabs > li > a {
        background: #e7ebed;
        background: -moz-linear-gradient(top, #e7ebed 0%, #e7ebed 55%, #c6cacb 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7ebed), color-stop(55%, #e7ebed), color-stop(100%, #c6cacb));
        background: -webkit-linear-gradient(top, #e7ebed 0%, #e7ebed 55%, #c6cacb 100%);
        background: -o-linear-gradient(top, #e7ebed 0%, #e7ebed 55%, #c6cacb 100%);
        background: -ms-linear-gradient(top, #e7ebed 0%, #e7ebed 55%, #c6cacb 100%);
        background: linear-gradient(to bottom, #e7ebed 0%, #e7ebed 55%, #c6cacb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7ebed', endColorstr='#c6cacb',GradientType=0 );
        color: #222;
        margin-right: 5px;
        font-size: 16px;
        border-top: 1px solid #e7ebed;
        transition: none; }
        .nav-tabs > li > a:hover {
          background: #e7ebed;
          background: -moz-linear-gradient(top, #c6cacb 0%, #e7ebed 55%, #e7ebed 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c6cacb), color-stop(55%, #e7ebed), color-stop(100%, #e7ebed));
          background: -webkit-linear-gradient(top, #c6cacb 0%, #e7ebed 55%, #e7ebed 100%);
          background: -o-linear-gradient(top, #c6cacb 0%, #e7ebed 55%, #e7ebed 100%);
          background: -ms-linear-gradient(top, #c6cacb 0%, #e7ebed 55%, #e7ebed 100%);
          background: linear-gradient(to bottom, #c6cacb 0%, #e7ebed 55%, #e7ebed 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6cacb', endColorstr='#e7ebed',GradientType=0 );
          border-top: 1px solid #c6cacb; }
      .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background: #fff;
        color: #003e7d; } }

.vertical-tabs {
  overflow: hidden; }
  .vertical-tabs .nav-tabs {
    display: none; }
  .vertical-tabs .tab-content > a {
    display: block !important; }
  @media (min-width: 768px) {
    .vertical-tabs .nav-tabs {
      width: 26%;
      float: left;
      background-color: #f2f5f7;
      display: block; }
      .vertical-tabs .nav-tabs li {
        width: 100%;
        border: none; }
        .vertical-tabs .nav-tabs li > a {
          background: transparent;
          color: #113c66;
          font-size: 13px;
          margin-right: 0;
          border-radius: 0; }
        .vertical-tabs .nav-tabs li.active > a {
          background: #113c66;
          color: #fff; }
    .vertical-tabs .tab-content {
      float: right;
      width: 74%; }
      .vertical-tabs .tab-content > a {
        display: none !important; } }

.tab-pane {
  background: #fff; }
  .tab-pane.tab-pane--padded.active {
    padding: 15px; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; } }
@media (max-width: 767px) {
  .hide-for-mobile {
    display: none; } }
.mobile-only {
  margin: 20px 10% 0 0; }
  .mobile-only .search-tab {
    background: #fff;
    color: #0058a4;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    padding: 0 44px 0 0;
    position: absolute;
    left: 17px; }
    .mobile-only .search-tab p {
      padding: 0; }
  .mobile-only .tab-content {
    margin: -20px -20px -20px -20px; }

.search-options-arrow {
  position: absolute;
  margin: 7px 0 0 7px; }

.col-sm-12.padding-top {
  padding-top: 10px !important; }

.tab-content {
  margin-bottom: 15px; }
  .tab-content > a {
    display: block;
    width: 100%;
    background: #f2f5f7 url("../../i/sprite-accordion.png") no-repeat 98% 17px scroll;
    color: #113c66;
    padding: 17px 10px 14px;
    border-bottom: 1px solid #999999; }
    .tab-content > a.active {
      background-position: 98% -22px; }
    @media (min-width: 768px) {
      .tab-content > a {
        background-image: none; } }
    .tab-content > a:hover {
      text-decoration: none; }
  .tab-content .tab-header {
    background: #fff;
    border-radius: 5px;
    padding: 13px;
    margin: -20px -20px 0px -20px; }
    .tab-content .tab-header + .collapse {
      display: block;
      visibility: hidden;
      overflow: hidden;
      max-height: 1px; }
      .tab-content .tab-header + .collapse.in {
        visibility: visible;
        max-height: none;
        overflow: visible;
        padding-top: 20px; }
    .tab-content .tab-header .row.filters {
      padding-top: 10px;
      margin: 17px -15px 5px; }
  .tab-content > .tab-pane {
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 1px;
    margin-top: -1px; }
    .tab-content > .tab-pane.active {
      visibility: visible;
      height: auto;
      overflow: visible;
      margin-top: 0; }
  .tab-content .tab-pane__content {
    background: #fff;
    padding: 20px 20px 0;
    border-bottom: 1px solid #999999;
    font-size: 13px;
    z-index: 2;
    position: relative; }
    @media (max-width: 767px) {
      .tab-content .tab-pane__content .collapse {
        display: block; }
      .tab-content .tab-pane__content .form-control {
        margin-bottom: 15px; }
      .tab-content .tab-pane__content .row:first-child {
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .tab-content .tab-pane__content {
        background: #e7ebed;
        border-radius: 3px;
        border-top-left-radius: 0; } }
    .tab-content .tab-pane__content label {
      font-weight: 600; }
    .tab-content .tab-pane__content .row {
      margin-bottom: 15px; }
    .tab-content .tab-pane__content [type="text"] {
      width: 100%; }
  @media (min-width: 768px) {
    .tab-content > a {
      display: none !important; }
    .tab-content .search-tab {
      display: block; } }

/*
    Carousels
 */
.owl-controls {
  text-align: center;
  margin-left: 0; }
  @media (min-width: 768px) {
    .owl-controls {
      margin-left: -20px; } }
  .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none; }
  .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */ }
    .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 0 7px;
      filter: Alpha(Opacity=80);
      /*IE7 fix*/
      opacity: 0.8;
      border-radius: 20px;
      background: #a9adaf; }
      .owl-controls .owl-page span.owl-numbers {
        height: auto;
        width: auto;
        color: #FFF;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 30px; }
  .owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #113c66; }

.owl-item {
  position: relative; }
  .owl-item.loading {
    min-height: 150px; }
    .owl-item.loading .image-container {
      background: #e7ebed url(../../i/hclib-loading-grey.gif) no-repeat center 40px; }

.carousel-wrapper {
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  @media (max-width: 767px) {
    .carousel-wrapper {
      margin: 0 -3%;
      width: 106%; } }
  .carousel-wrapper > a {
    position: absolute;
    top: 105px;
    z-index: 20;
    width: 30px;
    height: 100px;
    text-indent: -9999px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    border-radius: 2px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .carousel-wrapper > a.owl__mini-nav {
      top: 40px; }
    @media (max-width: 767px) {
      .carousel-wrapper > a {
        display: none; } }
  .carousel-wrapper .owl-wrapper {
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .carousel-wrapper .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .carousel-wrapper .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .carousel-wrapper .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .carousel-wrapper .owl-item {
    float: left; }
  .carousel-wrapper .owl__prev {
    left: -45px;
    background: white -41px center no-repeat url(../../i/sprite-prev-arrows.png);
    transition: none; }
    .carousel-wrapper .owl__prev:hover {
      background-position: 8px center; }
  .carousel-wrapper .owl__next {
    right: -30px;
    background: white 11px center no-repeat url(../../i/sprite-next-arrows.png);
    transition: none; }
    .carousel-wrapper .owl__next:hover {
      background-position: -38px center; }
  .carousel-wrapper .image-card {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .carousel-wrapper .image-card {
        margin-right: 5px;
        margin-left: 5px; } }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-page,
  .owl-controls .owl-buttons div {
    cursor: pointer; }

.popover {
  border-radius: 2px;
  border: none;
  padding: 0;
  max-width: 300px;
  width: 300px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5); }
  .popover strong {
    font-size: 13px;
    margin-bottom: 5px;
    display: block; }
  .popover .h3,
  .popover .h3.popover-title,
  .popover a.popover-title {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 0;
    font-size: 16px; }
  .popover .popover-author {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0; }
  .popover .popover--save {
    display: none; }
  .popover .popover-title {
    background: transparent;
    border-radius: 0;
    border: none; }
  .popover .popover-content {
    padding: 0;
    font-size: 13px; }
  .popover .popover__close {
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
    display: block;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    background: transparent url(../../i/x-close.png) center center no-repeat; }
  .popover .form-control {
    width: 180px; }

.popover__header {
  background-color: #0058a4;
  padding: 10px 20px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative; }

.popover__inner {
  padding: 12px 20px; }

.popover__footer {
  border-top: 1px solid #999999;
  padding: 12px 20px; }

.owl-item .browse-card img {
  position: absolute; }
.owl-item .browse-card .image-container {
  height: 235px; }
.owl-item .browse-card .category-format {
  bottom: 115px; }

.browse-card {
  display: block;
  width: 160px;
  margin: 5px 5px 20px; }
  @media (max-width: 420px) {
    .browse-card {
      width: 95%; } }
  .browse-card:hover {
    text-decoration: none; }
    .browse-card:hover img {
      -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.5);
      box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.5);
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .browse-card img {
    bottom: 0;
    max-width: 100%;
    max-height: 100%; }
  .browse-card .image-container {
    position: relative;
    width: 160px;
    margin-bottom: 17px; }
    @media (max-width: 420px) {
      .browse-card .image-container {
        width: 100%; } }
  .owl-item .browse-card .category-format {
    left: 13px; }
  .browse-card .category-format {
    position: absolute;
    bottom: 90px;
    left: 23px;
    z-index: 10;
    padding: 4px 0 0; }
  @media (max-width: 767px) {
    .browse-card .category-format {
      position: absolute;
      bottom: 111px; } }
  .browse-card .item__data {
    padding: 23px 0 15px 10px;
    overflow: hidden;
    background: #fff;
    position: relative; }
  .browse-card .item__title {
    margin: 0;
    padding-bottom: 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
    line-height: 1;
    width: 100%; }
  .browse-card .item__author {
    margin: 0;
    padding-bottom: 13px;
    white-space: nowrap;
    font-size: 13px;
    color: #525455;
    line-height: 1;
    width: 100%; }
  .browse-card .fade-overlay {
    background: transparent repeat-y top right url(../../i/bg-fade-overlay.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    min-height: 65px; }
  .browse-card .item__stars {
    overflow: visible; }

.item__stars {
  overflow: hidden; }
  .item__stars span {
    width: 16px;
    height: 14px;
    display: block;
    float: left;
    background: transparent no-repeat center center url(../../i/sprite-stars.png);
    margin-top: 3px; }
  .item__stars .fullStar {
    background-position: 0px 0px; }
  .item__stars .halfStar {
    background-position: -15px 0px; }
  .item__stars .noStar {
    background-position: -32px 0px; }

.item__comments {
  background: transparent no-repeat left center url(../../i/icon-comment.png);
  float: right;
  font-size: 13px;
  color: #525455;
  padding-left: 18px;
  margin-right: 10px; }

.review {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  margin-bottom: 20px; }
  .review .browse-card {
    margin: 0 0 20px 0; }
    @media (min-width: 768px) {
      .review .browse-card {
        margin-bottom: 0; } }

.review-content {
  padding-top: 5px;
  padding-left: 25px; }
  .review-content .item__stars {
    margin-bottom: 20px; }
  .review-content .links-list {
    margin: 0; }
  .review-content .spread-components {
    margin-right: 0;
    margin-bottom: 0; }

.fc-calendar-container {
  position: relative;
  width: 100%; }

.fc-calendar-controls {
  background: #fff;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ddd; }
  .fc-calendar-controls .fc-calendar-current-month {
    width: 100%;
    height: 55px;
    text-align: center; }
  .fc-calendar-controls > a {
    background: transparent url("../../i/sprite-blue-arrows.png") no-repeat center -41px scroll;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    top: 12px;
    right: 18px; }
    .fc-calendar-controls > a.fc-calendar-prev {
      background-position: center -68px;
      right: auto;
      left: 20px; }
    @media (min-width: 768px) {
      .fc-calendar-controls > a {
        text-indent: 0;
        width: auto;
        padding: 0 15px;
        background-position: right -41px; }
        .fc-calendar-controls > a.fc-calendar-prev {
          background-position: left -68px; } }

.fc-calendar {
  width: 100%;
  height: 100%;
  background: #fff; }
  .fc-calendar .fc-body {
    position: relative;
    width: 96%;
    height: 100%;
    margin-left: 2%; }
  .fc-calendar .fc-head {
    overflow: hidden;
    padding: 10px 0;
    width: 96%;
    margin-left: 2%; }
    .fc-calendar .fc-head > div {
      font-size: 16px;
      font-weight: 600;
      width: 14.2857%;
      text-align: center;
      float: left; }
  .fc-calendar .fc-row > div,
  .fc-calendar .fc-calendar .fc-head > div {
    float: left;
    height: 100%;
    width: 14.28%;
    /* 100% / 7 */
    width: -moz-calc(99.99%/7);
    width: -webkit-calc(99.99%/7);
    width: calc(99.99%/7);
    position: relative; }
  .fc-calendar .fc-row {
    width: 100%;
    height: 65px;
    border-top: 1px solid #ddd; }
    .fc-calendar .fc-row:last-child {
      border-right: none;
      border-bottom: none; }
    .fc-calendar .fc-row > div {
      padding: 4px;
      overflow: hidden;
      position: relative;
      cursor: pointer; }
      .fc-calendar .fc-row > div > span.fc-weekday {
        padding-left: 5px;
        display: none; }
      .fc-calendar .fc-row > div > div {
        width: 100%;
        height: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0; }
        .fc-calendar .fc-row > div > div a {
          width: 100%;
          height: 100%;
          text-indent: -9999px;
          display: block; }
      .fc-calendar .fc-row > div .fc-content-dot {
        border-radius: 6px;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 52px;
        left: 50%;
        margin-left: -3px;
        background-color: #113c66; }
      .fc-calendar .fc-row > div.fc-today .fc-date {
        background: #0058a4;
        color: #fff;
        text-decoration: underline; }
      .fc-calendar .fc-row > div.fc-out {
        opacity: 0.6; }
      .fc-calendar .fc-row > div.fc-last-month:hover {
        background: #fff; }
      .fc-calendar .fc-row > div:hover {
        background: #e7ebed; }
        .fc-calendar .fc-row > div:hover .fc-date {
          background: #fff;
          color: #222; }
  .fc-calendar .fc-date {
    border-radius: 38px;
    background: #e7ebed;
    width: 38px;
    height: 38px;
    text-align: center;
    display: block;
    padding-top: 7px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px; }

.fc-results {
  background-color: #f2f5f7;
  border-top: 1px solid #ddd; }
  .fc-results .fc-results__header {
    padding: 15px 15px 5px; }
    .fc-results .fc-results__header span {
      color: #999999; }

.locations-list__header {
  background: #fff;
  overflow: hidden;
  display: none; }
  .locations-list__header th {
    width: 44px;
    height: 44px;
    border-top: none !important;
    font-size: 13px; }
  @media (min-width: 768px) {
    .locations-list__header {
      display: block; } }

.locations-list {
  overflow: hidden;
  background-color: #fff;
  border-top: 1px solid #d9dcde;
  border-bottom: 1px solid #d9dcde; }

.locations-list__item {
  font-size: 13px;
  position: relative;
  overflow: hidden; }
  .locations-list__item:nth-child(2n+1) {
    background-color: #f0f5f7; }

.locations-list__times {
  width: 100%;
  border-left: 1px solid #d9dcde;
  position: relative; }
  .locations-list__times td,
  .locations-list__times th {
    border-right: 1px solid #d9dcde;
    text-align: center; }
  .locations-list__times th {
    border-top: 1px solid #d9dcde; }
  .locations-list__times td {
    padding-bottom: 4px; }
  @media (min-width: 768px) {
    .locations-list__times {
      margin: 0;
      height: 53px; }
      .locations-list__item .locations-list__times th {
        border: 0 none;
        clip: rect(0px, 0px, 0px, 0px);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
      .locations-list__times td {
        min-height: 100%;
        vertical-align: top;
        padding-top: 8px;
        width: 44px; } }

.locations-list__address,
.locations-list__title {
  padding-top: 8px;
  padding-bottom: 8px; }

.locations-list__title {
  position: relative; }
  .locations-list__title a:first-child {
    font-weight: 700; }
  @media (max-width: 767px) {
    .locations-list__title {
      padding-bottom: 0px; } }

.locations-list__status {
  position: absolute;
  top: 27px;
  right: 15px;
  line-height: 1.25;
  font-weight: 400;
  color: #222;
  padding-left: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-attachment: scroll; }
  .locations-list__status.open {
    background-image: url(../../i/open-dot.png); }
  .locations-list__status.closed {
    background-image: url(../../i/closed-dot.png); }
  @media (min-width: 768px) {
    .locations-list__status {
      max-width: 40px;
      top: 7px;
      right: 15px; } }

.ballpark-fund-icon {
  display: inline-block;
  width: 15px;
  width: 15px;
  text-indent: -9999px;
  background: transparent url(../../i/ballpark-fund-icon.png) center center no-repeat;
  zoom: 1;
  *display: inline; }

.askus .main-content {
  padding: 20px; }
.askus .chat-tools {
  text-align: right; }
  .askus .chat-tools .h3 {
    margin: 0; }
  .askus .chat-tools a {
    font-size: 13px; }
.askus .close-btn {
  margin-top: 15px; }

.askus__header {
  padding: 5px 15px;
  background: #0058a4; }
  .askus__header a {
    color: #fff; }

.list-table {
  background: #fff;
  font-size: 13px;
  width: 100%; }
  .list-table + .list-table {
    margin-top: 25px; }
  .list-table td {
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #d9dcde;
    padding: 8px 0; }
  .list-table th {
    display: none; }
  .list-table .list-table__item-name {
    font-weight: 600;
    width: 50%;
    float: left;
    display: block; }
  .list-table .list-table__item-value {
    width: 50%;
    float: right;
    display: block; }
  .list-table .list-table__item-header {
    font-weight: 600;
    font-size: 16px;
    padding-top: 15px; }
  @media (min-width: 768px) {
    .list-table td {
      display: table-cell;
      border: none;
      max-width: 250px; }
    .list-table th {
      display: table-cell;
      padding-bottom: 8px; }
    .list-table tr {
      border-bottom: 1px solid #d9dcde; }
    .list-table .list-table__item-name {
      display: none; }
    .list-table .list-table__item-value {
      width: 100%;
      float: none;
      display: inline; }
    .list-table .list-table__item-header {
      font-size: 13px;
      font-weight: 400;
      padding-top: 8px; } }

.pagination {
  font-size: 13px; }
  .pagination > li > span,
  .pagination > li > a {
    background-color: transparent;
    padding: 3px 7px;
    color: #113c66;
    border: none; }
    .pagination > li > span:hover,
    .pagination > li > a:hover {
      border-radius: 3px; }
  .pagination > li > span:hover {
    background: transparent; }
  .pagination .active > a {
    background: #d4d9db;
    color: #222; }
  .pagination .pagination__next a,
  .pagination .pagination__prev a {
    background: #fff center center no-repeat;
    width: 30px;
    height: 38px;
    text-indent: -9999px;
    border-radius: 3px;
    margin-top: -6px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    transition: none; }
  .pagination .pagination__prev a {
    margin-right: 5px;
    background-image: url(../../i/sprite-prev-arrows.png);
    background-position: -41px center; }
    .pagination .pagination__prev a:hover {
      background-color: #FFF;
      background-position: 8px center; }
  .pagination .pagination__next a {
    margin-left: 5px;
    background-position: 11px center;
    background-image: url(../../i/sprite-next-arrows.png); }
    .pagination .pagination__next a:hover {
      background-color: #FFF;
      background-position: -38px center; }
  @media (min-width: 768px) {
    .pagination .pagination__next a,
    .pagination .pagination__prev a {
      background: transparent url(../../i/sprite-blue-arrows.png) no-repeat;
      padding: 3px 15px;
      width: auto;
      height: auto;
      text-indent: 0;
      margin-top: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .pagination .pagination__next a:hover,
      .pagination .pagination__prev a:hover {
        background: transparent url(../../i/sprite-blue-arrows.png) no-repeat; }
    .pagination .pagination__prev a {
      margin: 0;
      background-position: left -68px; }
      .pagination .pagination__prev a:hover {
        background-position: left -68px; }
    .pagination .pagination__next a {
      margin: 0;
      background-position: right -41px; }
      .pagination .pagination__next a:hover {
        background-position: right -41px; } }
  .pagination.pagination--series > li > span {
    color: #222222; }

.modal-screen {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 30; }
  .modal-screen .modal {
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px; }
  .modal-screen .modal--content {
    border: 1px solid #cccccc; }
    .modal-screen .modal--content .modal--content__padding {
      padding: 20px; }
  .modal-screen .h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px; }

.tab-content > a,
.panel-title a,
.panel-title button {
  position: relative;
  width: 100%;
  display: block; }
  .tab-content > a span.close-btn,
  .panel-title a span.close-btn,
  .panel-title button span.close-btn {
    position: absolute;
    top: 1px;
    right: 0px;
    width: 20px;
    height: 20px;
    background: url(../../i/sprite-accordion.png) left bottom no-repeat; }
  .tab-content > a.active span.close-btn, .tab-content > a.collapsed span.close-btn,
  .tab-content > button.collapsed span.close-btn,
  .panel-title a.active span.close-btn,
  .panel-title button.active span.close-btn,
  .panel-title a.collapsed span.close-btn,
  .panel-title button.collapsed span.close-btn {
    background-position: left top; }

.tab-content > a span.close-btn {
  top: -2000px;
  right: 10px; }

.panel-heading {
  padding: 10px 10px 5px; }
  @media (min-width: 768px) {
    .panel-heading {
      padding: 15px 20px; } }

.panel-footer {
  background-color: #e7ebed;
  padding-top: 20px; }

.panel-group .panel-title a {
  font-size: 16px;
  font-weight: 600;
  padding-right: 35px; }
.panel-group .panel-body {
  padding: 20px 10px 5px; }
  @media (min-width: 768px) {
    .panel-group .panel-body {
      padding: 20px 20px 10px; } }

.map-wrapper {
  position: relative; }
  @media (min-width: 768px) {
    .map-wrapper {
      min-height: 425px; } }
  .map-wrapper .form-control__small {
    width: 130px; }
  .map-wrapper + .map-wrapper {
    min-height: 0; }
    @media (min-width: 768px) {
      .map-wrapper + .map-wrapper {
        position: static; } }
  .map-wrapper .listing {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .map-wrapper .listing {
        z-index: 10;
        position: absolute;
        top: 50px;
        right: 0; } }
  .map-wrapper .map-item {
    min-height: 150px;
    margin: 0 15px; }
    @media (min-width: 768px) {
      .map-wrapper .map-item {
        min-height: 525px;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0; } }
  .map-wrapper .map-details {
    margin: 0 15px; }
    @media (min-width: 768px) {
      .map-wrapper .map-details {
        display: none; } }

.text-success {
  display: inline-block;
  font-weight: 700;
  color: #222;
  padding-left: 10px;
  background: transparent url(../../i/open-dot.png) no-repeat left 4px scroll;
  zoom: 1;
  *display: inline;
  /* triggers IE hasLayout for inline-block fix */ }
  .text-success:after {
    display: inline-block;
    content: "\2022";
    color: #525455;
    padding: 0 1px 0 5px;
    zoom: 1;
    *display: inline;
    /* triggers IE hasLayout for inline-block fix */ }

#gInfoWindow {
  padding: 15px;
  background: #fff; }

.gm-style-iw #gInfoWindow {
  width: 230px;
  overflow: hidden;
  padding: 0; }
