body {
  font-family: Montserrat;
}
/*th, b, strong, dt, label, optgroup, .label { font-weight: 500; }*/
a {
  color: #1f8ecd;
}
a:hover {
  color: #50caf5;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
}
.text-strike {
  text-decoration: line-through;
}
.text-purple {
  color: #6d6faf;
}
.text-preview {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 24em;
}
@media (min-width: 992px) {
  .text-preview {
    max-width: 32em;
  }
}
@media (min-width: 1200px) {
  .text-preview {
    max-width: 40em;
  }
}
.sale {
  background: #6d6faf;
  color: white;
  color: #FFFE;
  margin-right: 0.5em;
  padding: 1px 0.5em;
  border-radius: 0.25em;
  border: solid 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}
.ui-widget {
  font-family: inherit;
}
.ui-menu .ui-menu-item small {
  color: #999;
  /*b { font-weight: 500; }*/
}
.ui-autocomplete {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
body > header {
  padding: 10px 0;
  background: #1a1349;
}
body > header nav {
  font-weight: 500;
  line-height: 1;
  padding-top: 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  body > header nav {
    padding-top: 35px;
    text-align: right;
    font-size: 2rem;
  }
}
body > header nav a {
  display: inline-block;
  color: white;
  letter-spacing: -1px;
  transition: all 0.3s ease;
}
body > header nav a:hover {
  text-decoration: none;
  color: #1f8ecd !important;
}
body > header nav > *:nth-child(n+2) {
  padding-left: 15px;
}
body > header nav .account {
  color: #50caf5;
}
body > header #logo {
  text-align: center;
}
@media (min-width: 992px) {
  body > header #logo {
    text-align: left;
  }
}
body > header #logo img {
  height: 60px;
}
@media (min-width: 992px) {
  body > header #logo img {
    height: 80px;
  }
}
body > footer {
  padding: 30px 0 20px;
  background: #1f8ecd;
  color: white;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
body > footer nav ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
body > footer nav ul.connect li {
  margin-bottom: 6px;
}
body > footer nav ul.connect a {
  display: flex;
  align-items: center;
}
body > footer nav ul.connect img {
  margin-right: 6px;
}
body > footer nav ul.connect svg {
  color: white;
  margin-right: 6px;
}
body > footer a {
  color: white;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
body > footer a:hover {
  text-decoration: none;
  color: white;
}
body > footer #copy {
  margin-top: 20px;
  font-size: 0.9em;
}
main {
  min-height: 600px;
  padding-top: 20px;
  padding-bottom: 40px;
}
main #crumbs {
  font-size: 0.9em;
}
main #crumbs + h2,
main #crumbs + h3 {
  margin-top: 10px;
}
main #crumbs a {
  color: gray;
}
main h2 {
  color: #222;
}
main h3,
main h3 a {
  color: #444;
}
.photolist .media {
  margin-top: 15px;
}
.photolist .media-left {
  padding-right: 15px;
}
nav#results {
  margin: 10px 0;
}
nav#results a.clear {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #ddd;
  color: #aaa;
  text-decoration: none;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  transition: all 150ms ease-in;
}
nav#results a.clear:hover {
  background: #c33;
  color: white;
}
.table.no-border th,
.table.no-border td {
  border-top: none;
}
@media screen and (max-width: 767px) {
  table.css-responsive,
  table.css-responsive tbody {
    display: block;
    width: 100%;
  }
  table.css-responsive thead {
    display: none;
  }
  table.css-responsive tr {
    display: block;
  }
  table.css-responsive th,
  table.css-responsive td {
    display: block;
    padding: 5px 0 !important;
    text-align: left;
    white-space: normal;
    font-size: 12px;
  }
  table.css-responsive th[data-title]:before,
  table.css-responsive td[data-title]:before {
    content: attr(data-title) ":\00A0";
    font-weight: 600;
  }
  table.css-responsive th:empty,
  table.css-responsive td:empty {
    display: none;
  }
  table.css-responsive th[scope="row"],
  table.css-responsive td[scope="row"] {
    margin-top: 15px;
    border-top: none;
    font-size: 14px;
  }
  table.css-responsive th[scope="row"] {
    color: #555;
  }
}
fieldset .table:last-child {
  margin-bottom: 0;
}
fieldset > legend + .table {
  margin-top: -10px;
}
fieldset > legend + .table > tbody > tr:first-child > td {
  border-top: none;
}
form.panel-body {
  background: #f5f5f5;
  padding: 25px;
}
.form-group {
  margin-bottom: 10px;
}
fieldset,
.form-group-collection {
  margin-bottom: 25px;
}
.default-label {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
.default-button-handler {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
}
label.input-circle {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
}
label.input-circle input {
  visibility: hidden;
  position: absolute;
  user-select: none;
}
label.input-circle input + i {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/_res/img/iconmonstr-circle-6.999999.svg');
  background-size: contain;
}
.radio-inline label.input-circle input + i,
.checkbox-inline label.input-circle input + i {
  margin-left: -20px;
}
label.input-circle input:checked + i {
  background-image: url('/_res/img/iconmonstr-check-mark-4.1f8ecd.svg');
}
label.input-circle input:disabled + i {
  opacity: 0.4;
  cursor: not-allowed;
}
label.input-circle + label {
  padding-left: 10px;
  margin-right: 20px;
}
.input-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.input-toggle + label {
  display: inline-block !important;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  box-sizing: border-box;
}
.input-toggle-round + label {
  margin: 0;
  top: 3px;
  width: 36px;
  height: 14px;
  border-radius: 14px;
  background-color: hsl(0, 0%, 70%);
  transition: background 0.3s, opacity 0.3s;
}
.input-toggle-round + label:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: hsl(0, 0%, 90%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: margin 0.3s, background-color 0.3s, box-shadow 0.1s;
  position: relative;
  top: -3px;
}
.input-toggle-round:checked + label {
  background-color: hsl(208, 60%, 80%);
}
.input-toggle-round:checked + label:after {
  margin-left: 16px;
  background-color: hsl(208, 60%, 50%);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.input-toggle-round:disabled + label {
  opacity: 0.2;
  cursor: not-allowed;
}
.events {
  margin-top: 20px;
  margin-bottom: 20px;
}
.events .item {
  margin-bottom: 15px;
  padding-left: 5em;
}
.events .date {
  float: left;
  width: 4em;
  margin-left: -5em;
  background: #50caf5;
  padding: 10px 10px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  text-align: center;
}
.events .date .dd,
.events .date .mm,
.events .date .yy {
  font-size: 80%;
  line-height: 1.1;
}
.events .date .dd {
  color: rgba(255, 255, 255, 0.8);
}
.events .date .d {
  font-size: 140%;
  line-height: 1;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image h2,
.bg-image p {
  color: white;
  text-shadow: 0 1px 2px black;
}
#hero {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #hero {
    height: 400px;
  }
}
#hero .container {
  height: 100%;
}
#hero .container > div {
  position: relative;
  height: 100%;
}
#hero .container p.lead {
  position: absolute;
  bottom: 10px;
}
#partners .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
#partners .logos + .logos {
  border-top: dotted 1px #ddd;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (min-width: 750px) {
  #partners .logos + .logos {
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
#partners .logos .col {
  text-align: center;
  width: 50%;
  padding: 1.5rem;
}
@media (min-width: 750px) {
  #partners .logos .col {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  #partners .logos .col {
    width: 33%;
  }
}
@media (max-width: 749px) {
  #partners .logos.platinum,
  #partners .logos.diamond {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#partners .logos.platinum .col,
#partners .logos.diamond .col {
  width: 100%;
  max-width: 360px;
}
#partners .logos img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  max-height: 45px;
}
#partners .logos.platinum img {
  max-height: 80px;
}
#partners .logos.diamond img {
  max-height: 100px;
}
#partners:not(.sidebar) {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  #partners.sidebar .logos + .logos {
    margin-top: 1rem;
    padding-top: 1rem;
  }
  #partners.sidebar .logos .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/*# sourceMappingURL=./base.css.map */