@charset "UTF-8";
/*
 Theme Name: Association Web System
 Theme URI: https://static.awesomeassociation.com/themes/association-web
 Version: 1.0
 Description: Awesome Association is a theme built to service the specific requirement of Real Estate Associations  and MLSs.
 Author: August Partners | Andrew Greenstreet
 Author URI: http://augustpartners.com
 */
.bg-lighten {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-darker {
  background-color: rgba(0, 0, 0, 0.1) !important; }
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.border-full {
  max-width: 100%; }

.border-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }

.border-tiny {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto; }

.border-dotted {
  border-style: dotted;
  border-top-width: 3px; }

.border-dashed {
  border-style: dashed;
  border-top-width: 3px; }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #63666a;
  --gray-dark: #313335;
  --primary: #1c9ad6;
  --secondary: #fa4023;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f7f7f7;
  --dark: #313335;
  --medium: #63666a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }

*, *::before, *::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @-ms-viewport {
    width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

a {
  color: #1c9ad6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #136992;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #63666a;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small, .small {
  font-size: 80%;
  font-weight: 400; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

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

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 30px;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #63666a; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

h1, h2, h3, h4, h5 {
  margin-top: 0; }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 1.875rem; }

  h2, .h2 {
    font-size: 1.5rem; }

  h3, .h3 {
    font-size: 1.6625rem; }

  h4, .h4 {
    font-size: 1.425rem; }

  h5, .h5 {
    font-size: 1.25rem; } }

.strong {
  font-weight: 700; }

.list-inline {
  margin: 0; }

.list-unstyled.icon-list li {
  margin-bottom: 5px; }
  .list-unstyled.icon-list li i {
    width: 30px;
    margin-right: 5px;
    display: table-cell;
    vertical-align: top; }
  .list-unstyled.icon-list li span {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d7d8da;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.img-thumbnail-left {
  background-color: #fff;
  border-right: 1px solid #d7d8da;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 15px;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #63666a; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-first {
    order: -1; }
  .order-last {
    order: 13; }
  .order-0 {
    order: 0; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .order-3 {
    order: 3; }
  .order-4 {
    order: 4; }
  .order-5 {
    order: 5; }
  .order-6 {
    order: 6; }
  .order-7 {
    order: 7; }
  .order-8 {
    order: 8; }
  .order-9 {
    order: 9; }
  .order-10 {
    order: 10; }
  .order-11 {
    order: 11; }
  .order-12 {
    order: 12; }
  .offset-1 {
    margin-left: 8.3333333333%; }
  .offset-2 {
    margin-left: 16.6666666667%; }
  .offset-3 {
    margin-left: 25%; }
  .offset-4 {
    margin-left: 33.3333333333%; }
  .offset-5 {
    margin-left: 41.6666666667%; }
  .offset-6 {
    margin-left: 50%; }
  .offset-7 {
    margin-left: 58.3333333333%; }
  .offset-8 {
    margin-left: 66.6666666667%; }
  .offset-9 {
    margin-left: 75%; }
  .offset-10 {
    margin-left: 83.3333333333%; }
  .offset-11 {
    margin-left: 91.6666666667%; }
  @media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-sm-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-sm-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-sm-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-sm-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-sm-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-sm-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-sm-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-sm-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-sm-first {
      order: -1; }

    .order-sm-last {
      order: 13; }

    .order-sm-0 {
      order: 0; }

    .order-sm-1 {
      order: 1; }

    .order-sm-2 {
      order: 2; }

    .order-sm-3 {
      order: 3; }

    .order-sm-4 {
      order: 4; }

    .order-sm-5 {
      order: 5; }

    .order-sm-6 {
      order: 6; }

    .order-sm-7 {
      order: 7; }

    .order-sm-8 {
      order: 8; }

    .order-sm-9 {
      order: 9; }

    .order-sm-10 {
      order: 10; }

    .order-sm-11 {
      order: 11; }

    .order-sm-12 {
      order: 12; }

    .offset-sm-0 {
      margin-left: 0; }

    .offset-sm-1 {
      margin-left: 8.3333333333%; }

    .offset-sm-2 {
      margin-left: 16.6666666667%; }

    .offset-sm-3 {
      margin-left: 25%; }

    .offset-sm-4 {
      margin-left: 33.3333333333%; }

    .offset-sm-5 {
      margin-left: 41.6666666667%; }

    .offset-sm-6 {
      margin-left: 50%; }

    .offset-sm-7 {
      margin-left: 58.3333333333%; }

    .offset-sm-8 {
      margin-left: 66.6666666667%; }

    .offset-sm-9 {
      margin-left: 75%; }

    .offset-sm-10 {
      margin-left: 83.3333333333%; }

    .offset-sm-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-md-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-md-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-md-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-md-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-md-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-md-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-md-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-md-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-md-first {
      order: -1; }

    .order-md-last {
      order: 13; }

    .order-md-0 {
      order: 0; }

    .order-md-1 {
      order: 1; }

    .order-md-2 {
      order: 2; }

    .order-md-3 {
      order: 3; }

    .order-md-4 {
      order: 4; }

    .order-md-5 {
      order: 5; }

    .order-md-6 {
      order: 6; }

    .order-md-7 {
      order: 7; }

    .order-md-8 {
      order: 8; }

    .order-md-9 {
      order: 9; }

    .order-md-10 {
      order: 10; }

    .order-md-11 {
      order: 11; }

    .order-md-12 {
      order: 12; }

    .offset-md-0 {
      margin-left: 0; }

    .offset-md-1 {
      margin-left: 8.3333333333%; }

    .offset-md-2 {
      margin-left: 16.6666666667%; }

    .offset-md-3 {
      margin-left: 25%; }

    .offset-md-4 {
      margin-left: 33.3333333333%; }

    .offset-md-5 {
      margin-left: 41.6666666667%; }

    .offset-md-6 {
      margin-left: 50%; }

    .offset-md-7 {
      margin-left: 58.3333333333%; }

    .offset-md-8 {
      margin-left: 66.6666666667%; }

    .offset-md-9 {
      margin-left: 75%; }

    .offset-md-10 {
      margin-left: 83.3333333333%; }

    .offset-md-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-lg-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-lg-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-lg-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-lg-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-lg-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-lg-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-lg-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-lg-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-lg-first {
      order: -1; }

    .order-lg-last {
      order: 13; }

    .order-lg-0 {
      order: 0; }

    .order-lg-1 {
      order: 1; }

    .order-lg-2 {
      order: 2; }

    .order-lg-3 {
      order: 3; }

    .order-lg-4 {
      order: 4; }

    .order-lg-5 {
      order: 5; }

    .order-lg-6 {
      order: 6; }

    .order-lg-7 {
      order: 7; }

    .order-lg-8 {
      order: 8; }

    .order-lg-9 {
      order: 9; }

    .order-lg-10 {
      order: 10; }

    .order-lg-11 {
      order: 11; }

    .order-lg-12 {
      order: 12; }

    .offset-lg-0 {
      margin-left: 0; }

    .offset-lg-1 {
      margin-left: 8.3333333333%; }

    .offset-lg-2 {
      margin-left: 16.6666666667%; }

    .offset-lg-3 {
      margin-left: 25%; }

    .offset-lg-4 {
      margin-left: 33.3333333333%; }

    .offset-lg-5 {
      margin-left: 41.6666666667%; }

    .offset-lg-6 {
      margin-left: 50%; }

    .offset-lg-7 {
      margin-left: 58.3333333333%; }

    .offset-lg-8 {
      margin-left: 66.6666666667%; }

    .offset-lg-9 {
      margin-left: 75%; }

    .offset-lg-10 {
      margin-left: 83.3333333333%; }

    .offset-lg-11 {
      margin-left: 91.6666666667%; } }
  @media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }

    .col-xl-1 {
      flex: 0 0 8.3333333333%;
      max-width: 8.3333333333%; }

    .col-xl-2 {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%; }

    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .col-xl-4 {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%; }

    .col-xl-5 {
      flex: 0 0 41.6666666667%;
      max-width: 41.6666666667%; }

    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .col-xl-7 {
      flex: 0 0 58.3333333333%;
      max-width: 58.3333333333%; }

    .col-xl-8 {
      flex: 0 0 66.6666666667%;
      max-width: 66.6666666667%; }

    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .col-xl-10 {
      flex: 0 0 83.3333333333%;
      max-width: 83.3333333333%; }

    .col-xl-11 {
      flex: 0 0 91.6666666667%;
      max-width: 91.6666666667%; }

    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .order-xl-first {
      order: -1; }

    .order-xl-last {
      order: 13; }

    .order-xl-0 {
      order: 0; }

    .order-xl-1 {
      order: 1; }

    .order-xl-2 {
      order: 2; }

    .order-xl-3 {
      order: 3; }

    .order-xl-4 {
      order: 4; }

    .order-xl-5 {
      order: 5; }

    .order-xl-6 {
      order: 6; }

    .order-xl-7 {
      order: 7; }

    .order-xl-8 {
      order: 8; }

    .order-xl-9 {
      order: 9; }

    .order-xl-10 {
      order: 10; }

    .order-xl-11 {
      order: 11; }

    .order-xl-12 {
      order: 12; }

    .offset-xl-0 {
      margin-left: 0; }

    .offset-xl-1 {
      margin-left: 8.3333333333%; }

    .offset-xl-2 {
      margin-left: 16.6666666667%; }

    .offset-xl-3 {
      margin-left: 25%; }

    .offset-xl-4 {
      margin-left: 33.3333333333%; }

    .offset-xl-5 {
      margin-left: 41.6666666667%; }

    .offset-xl-6 {
      margin-left: 50%; }

    .offset-xl-7 {
      margin-left: 58.3333333333%; }

    .offset-xl-8 {
      margin-left: 66.6666666667%; }

    .offset-xl-9 {
      margin-left: 75%; }

    .offset-xl-10 {
      margin-left: 83.3333333333%; }

    .offset-xl-11 {
      margin-left: 91.6666666667%; } }

@media (max-width: 767.98px) {
    .container {
      max-width: 100%; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }
  .no-gutters .card {
    border-radius: 0; }

.no-gutters .row {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters .row > .col, .no-gutters .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.row.row-grid > [class*="col-"] {
  margin-bottom: 30px; }

.form-row.form-row-grid > [class*="col-"] {
  margin-bottom: 10px; }

.row-spacing-0, .row-padding-0 {
  margin-right: 0;
  margin-left: 0; }
  .row-spacing-0 > .col, .row-padding-0 > .col, .row-spacing-0 > [class*="col-"], .row-padding-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.row-spacing-1, .row-padding-1 {
  margin-right: -8px;
  margin-left: -8px; }
  .row-spacing-1 > .col, .row-padding-1 > .col, .row-spacing-1 > [class*="col-"], .row-padding-1 > [class*="col-"] {
    padding-right: 8px;
    padding-left: 8px; }

.row-spacing-2, .row-padding-2 {
  margin-right: -10px;
  margin-left: -10px; }
  .row-spacing-2 > .col, .row-padding-2 > .col, .row-spacing-2 > [class*="col-"], .row-padding-2 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px; }

.row-spacing-3, .row-padding-3 {
  margin-right: -15px;
  margin-left: -15px; }
  .row-spacing-3 > .col, .row-padding-3 > .col, .row-spacing-3 > [class*="col-"], .row-padding-3 > [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px; }

.row-spacing-4, .row-padding-4 {
  margin-right: -30px;
  margin-left: -30px; }
  .row-spacing-4 > .col, .row-padding-4 > .col, .row-spacing-4 > [class*="col-"], .row-padding-4 > [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px; }

.row-spacing-5, .row-padding-5 {
  margin-right: -45px;
  margin-left: -45px; }
  .row-spacing-5 > .col, .row-padding-5 > .col, .row-spacing-5 > [class*="col-"], .row-padding-5 > [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px; }

.row-spacing-6, .row-padding-6 {
  margin-right: -60px;
  margin-left: -60px; }
  .row-spacing-6 > .col, .row-padding-6 > .col, .row-spacing-6 > [class*="col-"], .row-padding-6 > [class*="col-"] {
    padding-right: 60px;
    padding-left: 60px; }

.row-offset-0 {
  /** Todo make this target something like row-item **/ }
  .row-offset-0 .card, .row-offset-0 .row-item {
    margin-bottom: 0 !important; }

.row-offset-1 {
  /** Todo make this target something like row-item **/ }
  .row-offset-1 .card, .row-offset-1 .row-item {
    margin-bottom: 15px; }

.row-offset-2 {
  /** Todo make this target something like row-item **/ }
  .row-offset-2 .card, .row-offset-2 .row-item {
    margin-bottom: 20px; }

.row-offset-3 {
  /** Todo make this target something like row-item **/ }
  .row-offset-3 .card, .row-offset-3 .row-item {
    margin-bottom: 30px; }

.row-offset-4 {
  /** Todo make this target something like row-item **/ }
  .row-offset-4 .card, .row-offset-4 .row-item {
    margin-bottom: 60px; }

.row-offset-5 {
  /** Todo make this target something like row-item **/ }
  .row-offset-5 .card, .row-offset-5 .row-item {
    margin-bottom: 90px; }

.row-offset-6 {
  /** Todo make this target something like row-item **/ }
  .row-offset-6 .card, .row-offset-6 .row-item {
    margin-bottom: 120px; }

.card-deck.card-spacing-0, .card-deck.card-padding-0 {
  margin-right: 0;
  margin-left: 0; }

@media (min-width: 767px) {
    .card-deck.card-spacing-0 .card, .card-deck.card-padding-0 .card {
      margin-right: 0;
      margin-left: 0; } }

.card-deck.card-spacing-1, .card-deck.card-padding-1 {
  margin-right: -8px;
  margin-left: -8px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-1 .card, .card-deck.card-padding-1 .card {
      margin-right: 8px;
      margin-left: 8px; } }

.card-deck.card-spacing-2, .card-deck.card-padding-2 {
  margin-right: -10px;
  margin-left: -10px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-2 .card, .card-deck.card-padding-2 .card {
      margin-right: 10px;
      margin-left: 10px; } }

.card-deck.card-spacing-3, .card-deck.card-padding-3 {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-3 .card, .card-deck.card-padding-3 .card {
      margin-right: 15px;
      margin-left: 15px; } }

.card-deck.card-spacing-4, .card-deck.card-padding-4 {
  margin-right: -30px;
  margin-left: -30px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-4 .card, .card-deck.card-padding-4 .card {
      margin-right: 30px;
      margin-left: 30px; } }

.card-deck.card-spacing-5, .card-deck.card-padding-5 {
  margin-right: -45px;
  margin-left: -45px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-5 .card, .card-deck.card-padding-5 .card {
      margin-right: 45px;
      margin-left: 45px; } }

.card-deck.card-spacing-6, .card-deck.card-padding-6 {
  margin-right: -60px;
  margin-left: -60px; }

@media (min-width: 767px) {
    .card-deck.card-spacing-6 .card, .card-deck.card-padding-6 .card {
      margin-right: 60px;
      margin-left: 60px; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  background-color: transparent; }
  .table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #d7d8da; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #d7d8da; }
  .table tbody + tbody {
    border-top: 2px solid #d7d8da; }
  .table .table {
    background-color: #fff; }

.table-sm th, .table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #d7d8da; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #d7d8da; }
  .table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-primary, .table-primary > th, .table-primary > td {
    background-color: #bfe3f4; }
  .table-hover .table-primary:hover {
    background-color: #aad9f0; }
    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
      background-color: #aad9f0; }
  .table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #fecac1; }
  .table-hover .table-secondary:hover {
    background-color: #fdb4a8; }
    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
      background-color: #fdb4a8; }
  .table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb; }
  .table-hover .table-success:hover {
    background-color: #b1dfbb; }
    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
      background-color: #b1dfbb; }
  .table-info, .table-info > th, .table-info > td {
    background-color: #bee5eb; }
  .table-hover .table-info:hover {
    background-color: #abdde5; }
    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
      background-color: #abdde5; }
  .table-warning, .table-warning > th, .table-warning > td {
    background-color: #ffeeba; }
  .table-hover .table-warning:hover {
    background-color: #ffe7a0; }
    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
      background-color: #ffe7a0; }
  .table-danger, .table-danger > th, .table-danger > td {
    background-color: #f5c6cb; }
  .table-hover .table-danger:hover {
    background-color: #f1b1b7; }
    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
      background-color: #f1b1b7; }
  .table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfd; }
  .table-hover .table-light:hover {
    background-color: #f0f0f0; }
    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
      background-color: #f0f0f0; }
  .table-dark, .table-dark > th, .table-dark > td {
    background-color: #c5c6c6; }
  .table-hover .table-dark:hover {
    background-color: #b8b9ba; }
    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
      background-color: #b8b9ba; }
  .table-medium, .table-medium > th, .table-medium > td {
    background-color: #d3d4d5; }
  .table-hover .table-medium:hover {
    background-color: #c6c7c9; }
    .table-hover .table-medium:hover > td, .table-hover .table-medium:hover > th {
      background-color: #c6c7c9; }

.table-active, .table-active > th, .table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }
  .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #d7d8da; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th, .table-dark td, .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
        .table-responsive-sm {
          display: block;
          width: 100%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch;
          -ms-overflow-style: -ms-autohiding-scrollbar; }
          .table-responsive-sm > .table-bordered {
            border: 0; } }
  @media (max-width: 767.98px) {
      .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-md > .table-bordered {
          border: 0; } }
  @media (max-width: 991.98px) {
      .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-lg > .table-bordered {
          border: 0; } }
  @media (max-width: 1199.98px) {
      .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar; }
        .table-responsive-xl > .table-bordered {
          border: 0; } }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control, .comments .comment-form input[type="text"], .comments .comment-form input[type="email"], .comments .comment-form input[type="url"], .comments .comment-form textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
  .form-control, .comments .comment-form input[type="text"], .comments .comment-form input[type="email"], .comments .comment-form input[type="url"], .comments .comment-form textarea {
    transition: none; } }
  .form-control::-ms-expand, .comments .comment-form input[type="text"]::-ms-expand, .comments .comment-form input[type="email"]::-ms-expand, .comments .comment-form input[type="url"]::-ms-expand, .comments .comment-form textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .comments .comment-form input[type="text"]:focus, .comments .comment-form input[type="email"]:focus, .comments .comment-form input[type="url"]:focus, .comments .comment-form textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #83ccef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .form-control::placeholder, .comments .comment-form input[type="text"]::placeholder, .comments .comment-form input[type="email"]::placeholder, .comments .comment-form input[type="url"]::placeholder, .comments .comment-form textarea::placeholder {
    color: #63666a;
    opacity: 1; }
  .form-control:disabled, .comments .comment-form input[type="text"]:disabled, .comments .comment-form input[type="email"]:disabled, .comments .comment-form input[type="url"]:disabled, .comments .comment-form textarea:disabled, .form-control[readonly], .comments .comment-form input[type="text"][readonly], .comments .comment-form input[type="email"][readonly], .comments .comment-form input[type="url"][readonly], .comments .comment-form textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }
  select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control.form-control-plaintext, .comments .comment-form .input-group-sm > input[type="text"].form-control-plaintext, .comments .comment-form .input-group-sm > input[type="email"].form-control-plaintext, .comments .comment-form .input-group-sm > input[type="url"].form-control-plaintext, .comments .comment-form .input-group-sm > textarea.form-control-plaintext, .input-group-sm > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-append > .input-group-text.form-control-plaintext, .input-group-sm > .input-group-prepend > .btn.form-control-plaintext, .comments .comment-form .input-group-sm > .input-group-prepend > input[type="submit"].form-control-plaintext, .input-group-sm > .input-group-append > .btn.form-control-plaintext, .comments .comment-form .input-group-sm > .input-group-append > input[type="submit"].form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control.form-control-plaintext, .comments .comment-form .input-group-lg > input[type="text"].form-control-plaintext, .comments .comment-form .input-group-lg > input[type="email"].form-control-plaintext, .comments .comment-form .input-group-lg > input[type="url"].form-control-plaintext, .comments .comment-form .input-group-lg > textarea.form-control-plaintext, .input-group-lg > .input-group-prepend > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-append > .input-group-text.form-control-plaintext, .input-group-lg > .input-group-prepend > .btn.form-control-plaintext, .comments .comment-form .input-group-lg > .input-group-prepend > input[type="submit"].form-control-plaintext, .input-group-lg > .input-group-append > .btn.form-control-plaintext, .comments .comment-form .input-group-lg > .input-group-append > input[type="submit"].form-control-plaintext {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control, .comments .comment-form .input-group-sm > input[type="text"], .comments .comment-form .input-group-sm > input[type="email"], .comments .comment-form .input-group-sm > input[type="url"], .comments .comment-form .input-group-sm > textarea, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .comments .comment-form .input-group-sm > .input-group-prepend > input[type="submit"], .input-group-sm > .input-group-append > .btn, .comments .comment-form .input-group-sm > .input-group-append > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size])[multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size])[multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size])[multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size])[multiple]), .input-group-sm > .input-group-append > select.btn:not([size])[multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg, .input-group-lg > .form-control, .comments .comment-form .input-group-lg > input[type="text"], .comments .comment-form .input-group-lg > input[type="email"], .comments .comment-form .input-group-lg > input[type="url"], .comments .comment-form .input-group-lg > textarea, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .comments .comment-form .input-group-lg > .input-group-prepend > input[type="submit"], .input-group-lg > .input-group-append > .btn, .comments .comment-form .input-group-lg > .input-group-append > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size])[multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size])[multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size])[multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size])[multiple]), .input-group-lg > .input-group-append > select.btn:not([size])[multiple]) {
  height: calc(2.875rem + 2px); }

.form-group, .comments .comment-form p {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #63666a; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:valid, .was-validated .comments .comment-form input[type="text"]:valid, .comments .comment-form .was-validated input[type="text"]:valid, .was-validated .comments .comment-form input[type="email"]:valid, .comments .comment-form .was-validated input[type="email"]:valid, .was-validated .comments .comment-form input[type="url"]:valid, .comments .comment-form .was-validated input[type="url"]:valid, .was-validated .comments .comment-form textarea:valid, .comments .comment-form .was-validated textarea:valid, .was-validated .custom-select:valid, .form-control.is-valid, .comments .comment-form input[type="text"].is-valid, .comments .comment-form input[type="email"].is-valid, .comments .comment-form input[type="url"].is-valid, .comments .comment-form textarea.is-valid, .custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .was-validated .comments .comment-form input[type="text"]:valid:focus, .comments .comment-form .was-validated input[type="text"]:valid:focus, .was-validated .comments .comment-form input[type="email"]:valid:focus, .comments .comment-form .was-validated input[type="email"]:valid:focus, .was-validated .comments .comment-form input[type="url"]:valid:focus, .comments .comment-form .was-validated input[type="url"]:valid:focus, .was-validated .comments .comment-form textarea:valid:focus, .comments .comment-form .was-validated textarea:valid:focus, .was-validated .custom-select:valid:focus, .form-control.is-valid:focus, .comments .comment-form input[type="text"].is-valid:focus, .comments .comment-form input[type="email"].is-valid:focus, .comments .comment-form input[type="url"].is-valid:focus, .comments .comment-form textarea.is-valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .comments .comment-form input[type="text"]:valid ~ .valid-feedback, .comments .comment-form .was-validated input[type="text"]:valid ~ .valid-feedback, .was-validated .comments .comment-form input[type="email"]:valid ~ .valid-feedback, .comments .comment-form .was-validated input[type="email"]:valid ~ .valid-feedback, .was-validated .comments .comment-form input[type="url"]:valid ~ .valid-feedback, .comments .comment-form .was-validated input[type="url"]:valid ~ .valid-feedback, .was-validated .comments .comment-form textarea:valid ~ .valid-feedback, .comments .comment-form .was-validated textarea:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-feedback, .form-control.is-valid ~ .valid-feedback, .comments .comment-form input[type="text"].is-valid ~ .valid-feedback, .comments .comment-form input[type="email"].is-valid ~ .valid-feedback, .comments .comment-form input[type="url"].is-valid ~ .valid-feedback, .comments .comment-form textarea.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated .comments .comment-form input[type="text"]:valid ~ .valid-tooltip, .comments .comment-form .was-validated input[type="text"]:valid ~ .valid-tooltip, .was-validated .comments .comment-form input[type="email"]:valid ~ .valid-tooltip, .comments .comment-form .was-validated input[type="email"]:valid ~ .valid-tooltip, .was-validated .comments .comment-form input[type="url"]:valid ~ .valid-tooltip, .comments .comment-form .was-validated input[type="url"]:valid ~ .valid-tooltip, .was-validated .comments .comment-form textarea:valid ~ .valid-tooltip, .comments .comment-form .was-validated textarea:valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-tooltip, .comments .comment-form input[type="text"].is-valid ~ .valid-tooltip, .comments .comment-form input[type="email"].is-valid ~ .valid-tooltip, .comments .comment-form input[type="url"].is-valid ~ .valid-tooltip, .comments .comment-form textarea.is-valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
  .was-validated .form-check-input:valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
  .was-validated .custom-control-input:valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57; }
  .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-tooltip {
    display: block; }
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem; }

.was-validated .form-control:invalid, .was-validated .comments .comment-form input[type="text"]:invalid, .comments .comment-form .was-validated input[type="text"]:invalid, .was-validated .comments .comment-form input[type="email"]:invalid, .comments .comment-form .was-validated input[type="email"]:invalid, .was-validated .comments .comment-form input[type="url"]:invalid, .comments .comment-form .was-validated input[type="url"]:invalid, .was-validated .comments .comment-form textarea:invalid, .comments .comment-form .was-validated textarea:invalid, .was-validated .custom-select:invalid, .form-control.is-invalid, .comments .comment-form input[type="text"].is-invalid, .comments .comment-form input[type="email"].is-invalid, .comments .comment-form input[type="url"].is-invalid, .comments .comment-form textarea.is-invalid, .custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .was-validated .comments .comment-form input[type="text"]:invalid:focus, .comments .comment-form .was-validated input[type="text"]:invalid:focus, .was-validated .comments .comment-form input[type="email"]:invalid:focus, .comments .comment-form .was-validated input[type="email"]:invalid:focus, .was-validated .comments .comment-form input[type="url"]:invalid:focus, .comments .comment-form .was-validated input[type="url"]:invalid:focus, .was-validated .comments .comment-form textarea:invalid:focus, .comments .comment-form .was-validated textarea:invalid:focus, .was-validated .custom-select:invalid:focus, .form-control.is-invalid:focus, .comments .comment-form input[type="text"].is-invalid:focus, .comments .comment-form input[type="email"].is-invalid:focus, .comments .comment-form input[type="url"].is-invalid:focus, .comments .comment-form textarea.is-invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .comments .comment-form input[type="text"]:invalid ~ .invalid-feedback, .comments .comment-form .was-validated input[type="text"]:invalid ~ .invalid-feedback, .was-validated .comments .comment-form input[type="email"]:invalid ~ .invalid-feedback, .comments .comment-form .was-validated input[type="email"]:invalid ~ .invalid-feedback, .was-validated .comments .comment-form input[type="url"]:invalid ~ .invalid-feedback, .comments .comment-form .was-validated input[type="url"]:invalid ~ .invalid-feedback, .was-validated .comments .comment-form textarea:invalid ~ .invalid-feedback, .comments .comment-form .was-validated textarea:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-feedback, .comments .comment-form input[type="text"].is-invalid ~ .invalid-feedback, .comments .comment-form input[type="email"].is-invalid ~ .invalid-feedback, .comments .comment-form input[type="url"].is-invalid ~ .invalid-feedback, .comments .comment-form textarea.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated .comments .comment-form input[type="text"]:invalid ~ .invalid-tooltip, .comments .comment-form .was-validated input[type="text"]:invalid ~ .invalid-tooltip, .was-validated .comments .comment-form input[type="email"]:invalid ~ .invalid-tooltip, .comments .comment-form .was-validated input[type="email"]:invalid ~ .invalid-tooltip, .was-validated .comments .comment-form input[type="url"]:invalid ~ .invalid-tooltip, .comments .comment-form .was-validated input[type="url"]:invalid ~ .invalid-tooltip, .was-validated .comments .comment-form textarea:invalid ~ .invalid-tooltip, .comments .comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-tooltip, .comments .comment-form input[type="text"].is-invalid ~ .invalid-tooltip, .comments .comment-form input[type="email"].is-invalid ~ .invalid-tooltip, .comments .comment-form input[type="url"].is-invalid ~ .invalid-tooltip, .comments .comment-form textarea.is-invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
  .was-validated .form-check-input:invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }
  .was-validated .custom-control-input:invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d; }
  .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
  .was-validated .custom-file-input:invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block; }
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
    .form-inline .form-group, .form-inline .comments .comment-form p, .comments .comment-form .form-inline p {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }

    .form-inline .form-control, .form-inline .comments .comment-form input[type="text"], .comments .comment-form .form-inline input[type="text"], .form-inline .comments .comment-form input[type="email"], .comments .comment-form .form-inline input[type="email"], .form-inline .comments .comment-form input[type="url"], .comments .comment-form .form-inline input[type="url"], .form-inline .comments .comment-form textarea, .comments .comment-form .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }

    .form-inline .form-control-plaintext {
      display: inline-block; }

    .form-inline .input-group, .form-inline .custom-select {
      width: auto; }

    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }

    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }

    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }

    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .comments .comment-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
  .btn, .comments .comment-form input[type="submit"] {
    transition: none; } }
  .btn:hover, .comments .comment-form input[type="submit"]:hover, .btn:focus, .comments .comment-form input[type="submit"]:focus {
    text-decoration: none; }
  .btn:focus, .comments .comment-form input[type="submit"]:focus, .btn.focus, .comments .comment-form input[type="submit"].focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .btn.disabled, .comments .comment-form input[type="submit"].disabled, .btn:disabled, .comments .comment-form input[type="submit"]:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .comments .comment-form input[type="submit"]:not(:disabled).disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .comments .comment-form input[type="submit"]:not(:disabled).disabled):active, .btn:not(:disabled):not(.disabled).active, .comments .comment-form input[type="submit"]:not(:disabled).disabled).active {
    background-image: none; }
  a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none; }
  .btn-primary, .comments .comment-form input[type="submit"] {
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }
  .btn-primary:hover, .comments .comment-form input[type="submit"]:hover {
    color: #fff;
    background-color: #1882b4;
    border-color: #167aa9; }
  .btn-primary:focus, .comments .comment-form input[type="submit"]:focus, .btn-primary.focus, .comments .comment-form input[type="submit"].focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.5); }
  .btn-primary.disabled, .comments .comment-form input[type="submit"].disabled, .btn-primary:disabled, .comments .comment-form input[type="submit"]:disabled {
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }
  .btn-primary:not(:disabled):not(.disabled):active, .comments .comment-form input[type="submit"]:not(:disabled).disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .comments .comment-form input[type="submit"]:not(:disabled).disabled).active, .show > .btn-primary.dropdown-toggle, .comments .comment-form .show > input[type="submit"].dropdown-toggle {
    color: #fff;
    background-color: #167aa9;
    border-color: #15719e; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .comments .comment-form input[type="submit"]:not(:disabled).disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .comments .comment-form input[type="submit"]:not(:disabled).disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .comments .comment-form .show > input[type="submit"].dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.5); }
  .btn-secondary {
    color: #fff;
    background-color: #fa4023;
    border-color: #fa4023; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #f12505;
    border-color: #e52305; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 64, 35, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #fa4023;
    border-color: #fa4023; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #e52305;
    border-color: #d82105; }
  .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 64, 35, 0.5); }
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
  .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
  .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-light {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-light:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #dedede; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dedede;
    border-color: #d7d7d7; }
  .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5); }
  .btn-dark {
    color: #fff;
    background-color: #313335;
    border-color: #313335; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1f2021;
    border-color: #191a1b; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 51, 53, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #313335;
    border-color: #313335; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #191a1b;
    border-color: #121314; }
  .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 51, 53, 0.5); }
  .btn-medium {
    color: #fff;
    background-color: #63666a;
    border-color: #63666a; }
  .btn-medium:hover {
    color: #fff;
    background-color: #515356;
    border-color: #4a4d50; }
  .btn-medium:focus, .btn-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 106, 0.5); }
  .btn-medium.disabled, .btn-medium:disabled {
    color: #fff;
    background-color: #63666a;
    border-color: #63666a; }
  .btn-medium:not(:disabled):not(.disabled):active, .btn-medium:not(:disabled):not(.disabled).active, .show > .btn-medium.dropdown-toggle {
    color: #fff;
    background-color: #4a4d50;
    border-color: #444649; }
  .btn-medium:not(:disabled):not(.disabled):active:focus, .btn-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-medium.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 106, 0.5); }
  .btn-outline-primary {
    color: #1c9ad6;
    background-color: transparent;
    background-image: none;
    border-color: #1c9ad6; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #1c9ad6;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.5); }
  .btn-outline-secondary {
    color: #fa4023;
    background-color: transparent;
    background-image: none;
    border-color: #fa4023; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #fa4023;
    border-color: #fa4023; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 64, 35, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fa4023;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fa4023;
    border-color: #fa4023; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 64, 35, 0.5); }
  .btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-light {
    color: #f7f7f7;
    background-color: transparent;
    background-image: none;
    border-color: #f7f7f7; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f7f7f7;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7; }
  .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 247, 247, 0.5); }
  .btn-outline-dark {
    color: #313335;
    background-color: transparent;
    background-image: none;
    border-color: #313335; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #313335;
    border-color: #313335; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 51, 53, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #313335;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #313335;
    border-color: #313335; }
  .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(49, 51, 53, 0.5); }
  .btn-outline-medium {
    color: #63666a;
    background-color: transparent;
    background-image: none;
    border-color: #63666a; }
  .btn-outline-medium:hover {
    color: #fff;
    background-color: #63666a;
    border-color: #63666a; }
  .btn-outline-medium:focus, .btn-outline-medium.focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 106, 0.5); }
  .btn-outline-medium.disabled, .btn-outline-medium:disabled {
    color: #63666a;
    background-color: transparent; }
  .btn-outline-medium:not(:disabled):not(.disabled):active, .btn-outline-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-medium.dropdown-toggle {
    color: #fff;
    background-color: #63666a;
    border-color: #63666a; }
  .btn-outline-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-medium.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 106, 0.5); }

.btn-link {
  font-weight: 400;
  color: #1c9ad6;
  background-color: transparent; }
  .btn-link:hover {
    color: #136992;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #63666a;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .comments .comment-form .btn-group-lg > input[type="submit"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .comments .comment-form .btn-group-sm > input[type="submit"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.btn-lg, .btn-group-lg > .btn, .comments .comment-form .btn-group-lg > input[type="submit"] {
  height: auto;
  padding: 8px 20px;
  font-size: 16px; }
  @media (max-width: 991px) {
  .btn-lg, .btn-group-lg > .btn, .comments .comment-form .btn-group-lg > input[type="submit"] {
    font-size: 16px;
    height: auto;
    padding: 8px 18px; } }

.btn-register {
  background-color: #1c9ad6;
  color: white; }

.btn-cta {
  background-color: #fa4023;
  color: white; }

.btn-more {
  border-color: #e5e5e5;
  border-width: 1px;
  border-style: solid;
  background-color: #e5e5e5;
  color: #8b98a0;
  border-radius: 0; }

.btn-search {
  background-color: transparent;
  border: none; }
/*
 .btn-search.active {
 background-color: black;
 color:White !important;
 }
 */
.expandable, .btn-accordion {
  position: relative; }

.expandable:after, .btn-accordion:after {
  text-align: left;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%); }

.expandable:after, .btn-accordion:after {
  content: "\f106"; }

.expandable.collapsed:after, .btn-accordion.collapsed:after {
  content: "\f107"; }

.expandable:hover {
  border-color: #1c9ad6;
  cursor: pointer; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropup, .dropright, .dropdown, .dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
  .dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent; }
  .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
  .dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid; }
  .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropright .dropdown-toggle::after {
    vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
  .dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: ""; }
  .dropleft .dropdown-toggle::after {
    display: none; }
  .dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent; }
  .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle::before {
    vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f7f7f7; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1c9ad6; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #63666a;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #63666a;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .comments .comment-form .btn-group > input[type="submit"], .btn-group-vertical > .btn, .comments .comment-form .btn-group-vertical > input[type="submit"] {
    position: relative;
    flex: 0 1 auto; }
  .btn-group > .btn:hover, .comments .comment-form .btn-group > input[type="submit"]:hover, .btn-group-vertical > .btn:hover, .comments .comment-form .btn-group-vertical > input[type="submit"]:hover {
    z-index: 1; }
  .btn-group > .btn:focus, .comments .comment-form .btn-group > input[type="submit"]:focus, .btn-group-vertical > .btn:focus, .comments .comment-form .btn-group-vertical > input[type="submit"]:focus, .btn-group > .btn:active, .comments .comment-form .btn-group > input[type="submit"]:active, .btn-group-vertical > .btn:active, .comments .comment-form .btn-group-vertical > input[type="submit"]:active, .btn-group > .btn.active, .comments .comment-form .btn-group > input[type="submit"].active, .btn-group-vertical > .btn.active, .comments .comment-form .btn-group-vertical > input[type="submit"].active {
    z-index: 1; }
  .btn-group .btn + .btn, .btn-group .comments .comment-form input[type="submit"] + .btn, .btn-group .comments .comment-form .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .btn-group .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .btn-group input[type="submit"] + .btn, .btn-group .comments .comment-form .btn + input[type="submit"], .comments .comment-form .btn-group .btn + input[type="submit"], .btn-group-vertical .btn + .btn, .btn-group-vertical .comments .comment-form input[type="submit"] + .btn, .btn-group-vertical .comments .comment-form .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .btn-group-vertical .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .btn-group-vertical input[type="submit"] + .btn, .btn-group-vertical .comments .comment-form .btn + input[type="submit"], .comments .comment-form .btn-group-vertical .btn + input[type="submit"], .btn-group .btn + .btn-group, .btn-group .comments .comment-form input[type="submit"] + .btn-group, .comments .comment-form .btn-group input[type="submit"] + .btn-group, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .comments .comment-form input[type="submit"] + .btn-group, .comments .comment-form .btn-group-vertical input[type="submit"] + .btn-group, .btn-group .btn-group + .btn, .btn-group .comments .comment-form .btn-group + input[type="submit"], .comments .comment-form .btn-group .btn-group + input[type="submit"], .btn-group-vertical .btn-group + .btn, .btn-group-vertical .comments .comment-form .btn-group + input[type="submit"], .comments .comment-form .btn-group-vertical .btn-group + input[type="submit"], .btn-group .btn-group + .btn-group, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .comments .comment-form .btn-group > input[type="submit"]:first-child {
  margin-left: 0; }
  .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .comments .comment-form .btn-group > input[type="submit"]:not(:last-child).dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn, .comments .comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .btn-group > .btn:not(:first-child), .comments .comment-form .btn-group > input[type="submit"]:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn, .comments .comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .comments .comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .comments .comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .comments .comment-form input[type="submit"], .comments .comment-form .btn-group-vertical input[type="submit"], .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .comments .comment-form .btn-group-vertical > input[type="submit"] + .btn, .comments .comment-form .comments .comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"], .comments .comment-form .btn-group-vertical > .btn + input[type="submit"], .btn-group-vertical > .btn + .btn-group, .comments .comment-form .btn-group-vertical > input[type="submit"] + .btn-group, .btn-group-vertical > .btn-group + .btn, .comments .comment-form .btn-group-vertical > .btn-group + input[type="submit"], .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .comments .comment-form .btn-group-vertical > input[type="submit"]:not(:last-child).dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn, .comments .comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .comments .comment-form .btn-group-vertical > input[type="submit"]:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn, .comments .comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .comments .comment-form .btn-group-toggle > input[type="submit"], .btn-group-toggle > .btn-group > .btn, .comments .comment-form .btn-group-toggle > .btn-group > input[type="submit"] {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .comments .comment-form .btn-group-toggle > input[type="submit"] input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .comments .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .comments .comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .comments .comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .comments .comment-form .input-group > input[type="text"], .comments .comment-form .input-group > input[type="email"], .comments .comment-form .input-group > input[type="url"], .comments .comment-form .input-group > textarea, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .input-group > .form-control + .form-control, .comments .comment-form .input-group > input[type="text"] + .form-control, .comments .comment-form .comments .comment-form .input-group > input[type="text"] + input[type="text"], .comments .comment-form .comments .comment-form .input-group > input[type="text"] + input[type="email"], .comments .comment-form .comments .comment-form .input-group > input[type="text"] + input[type="url"], .comments .comment-form .comments .comment-form .input-group > input[type="text"] + textarea, .comments .comment-form .input-group > input[type="email"] + .form-control, .comments .comment-form .comments .comment-form .input-group > input[type="email"] + input[type="text"], .comments .comment-form .comments .comment-form .input-group > input[type="email"] + input[type="email"], .comments .comment-form .comments .comment-form .input-group > input[type="email"] + input[type="url"], .comments .comment-form .comments .comment-form .input-group > input[type="email"] + textarea, .comments .comment-form .input-group > input[type="url"] + .form-control, .comments .comment-form .comments .comment-form .input-group > input[type="url"] + input[type="text"], .comments .comment-form .comments .comment-form .input-group > input[type="url"] + input[type="email"], .comments .comment-form .comments .comment-form .input-group > input[type="url"] + input[type="url"], .comments .comment-form .comments .comment-form .input-group > input[type="url"] + textarea, .comments .comment-form .input-group > textarea + .form-control, .comments .comment-form .comments .comment-form .input-group > textarea + input[type="text"], .comments .comment-form .comments .comment-form .input-group > textarea + input[type="email"], .comments .comment-form .comments .comment-form .input-group > textarea + input[type="url"], .comments .comment-form .comments .comment-form .input-group > textarea + textarea, .comments .comment-form .input-group > .form-control + input[type="text"], .comments .comment-form .input-group > .form-control + input[type="email"], .comments .comment-form .input-group > .form-control + input[type="url"], .comments .comment-form .input-group > .form-control + textarea, .input-group > .custom-select + .form-control, .comments .comment-form .input-group > .custom-select + input[type="text"], .comments .comment-form .input-group > .custom-select + input[type="email"], .comments .comment-form .input-group > .custom-select + input[type="url"], .comments .comment-form .input-group > .custom-select + textarea, .input-group > .custom-file + .form-control, .comments .comment-form .input-group > .custom-file + input[type="text"], .comments .comment-form .input-group > .custom-file + input[type="email"], .comments .comment-form .input-group > .custom-file + input[type="url"], .comments .comment-form .input-group > .custom-file + textarea, .input-group > .form-control + .custom-select, .comments .comment-form .input-group > input[type="text"] + .custom-select, .comments .comment-form .input-group > input[type="email"] + .custom-select, .comments .comment-form .input-group > input[type="url"] + .custom-select, .comments .comment-form .input-group > textarea + .custom-select, .input-group > .custom-select + .custom-select, .input-group > .custom-file + .custom-select, .input-group > .form-control + .custom-file, .comments .comment-form .input-group > input[type="text"] + .custom-file, .comments .comment-form .input-group > input[type="email"] + .custom-file, .comments .comment-form .input-group > input[type="url"] + .custom-file, .comments .comment-form .input-group > textarea + .custom-file, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .custom-file {
    margin-left: -1px; }
  .input-group > .form-control:focus, .comments .comment-form .input-group > input[type="text"]:focus, .comments .comment-form .input-group > input[type="email"]:focus, .comments .comment-form .input-group > input[type="url"]:focus, .comments .comment-form .input-group > textarea:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .form-control:not(:last-child), .comments .comment-form .input-group > input[type="text"]:not(:last-child), .comments .comment-form .input-group > input[type="email"]:not(:last-child), .comments .comment-form .input-group > input[type="url"]:not(:last-child), .comments .comment-form .input-group > textarea:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .comments .comment-form .input-group > input[type="text"]:not(:first-child), .comments .comment-form .input-group > input[type="email"]:not(:first-child), .comments .comment-form .input-group > input[type="url"]:not(:first-child), .comments .comment-form .input-group > textarea:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
  .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.input-group-prepend, .input-group-append {
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .comments .comment-form input[type="submit"], .comments .comment-form .input-group-prepend input[type="submit"], .input-group-append .btn, .input-group-append .comments .comment-form input[type="submit"], .comments .comment-form .input-group-append input[type="submit"] {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn, .input-group-prepend .comments .comment-form input[type="submit"] + .btn, .input-group-prepend .comments .comment-form .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .input-group-prepend .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .input-group-prepend input[type="submit"] + .btn, .input-group-prepend .comments .comment-form .btn + input[type="submit"], .comments .comment-form .input-group-prepend .btn + input[type="submit"], .input-group-append .btn + .btn, .input-group-append .comments .comment-form input[type="submit"] + .btn, .input-group-append .comments .comment-form .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .input-group-append .comments .comment-form input[type="submit"] + input[type="submit"], .comments .comment-form .input-group-append input[type="submit"] + .btn, .input-group-append .comments .comment-form .btn + input[type="submit"], .comments .comment-form .input-group-append .btn + input[type="submit"], .input-group-prepend .btn + .input-group-text, .input-group-prepend .comments .comment-form input[type="submit"] + .input-group-text, .comments .comment-form .input-group-prepend input[type="submit"] + .input-group-text, .input-group-append .btn + .input-group-text, .input-group-append .comments .comment-form input[type="submit"] + .input-group-text, .comments .comment-form .input-group-append input[type="submit"] + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .comments .comment-form .input-group-text + input[type="submit"], .comments .comment-form .input-group-prepend .input-group-text + input[type="submit"], .input-group-append .input-group-text + .btn, .input-group-append .comments .comment-form .input-group-text + input[type="submit"], .comments .comment-form .input-group-append .input-group-text + input[type="submit"] {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn, .comments .comment-form .input-group > .input-group-prepend > input[type="submit"], .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .comments .comment-form .input-group > .input-group-append:not(:last-child) > input[type="submit"], .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .comments .comment-form .input-group > .input-group-append:last-child > input[type="submit"]:not(:last-child).dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .comments .comment-form .input-group > .input-group-append > input[type="submit"], .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .comments .comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"], .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .comments .comment-form .input-group > .input-group-prepend:first-child > input[type="submit"]:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #1c9ad6; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b0def5; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #63666a; }
  .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #d7d8da; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1c9ad6; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #1c9ad6; }
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(28, 154, 214, 0.5); }
  .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(28, 154, 214, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1c9ad6; }
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(28, 154, 214, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23313335' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #83ccef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(131, 204, 239, 0.5); }
  .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #63666a;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #83ccef;
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .custom-file-input:focus ~ .custom-file-label::after {
    border-color: #83ccef; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1c9ad6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
      transition: none; } }
  .custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .custom-range::-webkit-slider-thumb:active {
    background-color: #b0def5; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d7d8da;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1c9ad6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
      transition: none; } }
  .custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .custom-range::-moz-range-thumb:active {
    background-color: #b0def5; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #d7d8da;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1c9ad6;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
      transition: none; } }
  .custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .custom-range::-ms-thumb:active {
    background-color: #b0def5; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #d7d8da;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #d7d8da;
    border-radius: 1rem; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #63666a; }

.nav-tabs {
  border-bottom: 1px solid #d7d8da; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #d7d8da; }
  .nav-tabs .nav-link.disabled {
    color: #63666a;
    background-color: transparent;
    border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #d7d8da #d7d8da #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1c9ad6; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .active {
    display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px; }
  .navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 30px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
          padding-right: 0;
          padding-left: 0; } }
  @media (min-width: 576px) {
      .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-sm .navbar-nav {
          flex-direction: row; }
          .navbar-expand-sm .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-sm .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-sm .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-sm .navbar-toggler {
          display: none; } }
  @media (max-width: 767.98px) {
      .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 768px) {
      .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-md .navbar-nav {
          flex-direction: row; }
          .navbar-expand-md .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-md .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-md .navbar-toggler {
          display: none; } }
  @media (max-width: 991.98px) {
      .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 992px) {
      .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-lg .navbar-nav {
          flex-direction: row; }
          .navbar-expand-lg .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-lg .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-lg .navbar-toggler {
          display: none; } }
  @media (max-width: 1199.98px) {
      .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0; } }
  @media (min-width: 1200px) {
      .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start; }
        .navbar-expand-xl .navbar-nav {
          flex-direction: row; }
          .navbar-expand-xl .navbar-nav .dropdown-menu {
            position: absolute; }
          .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem; }
        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
          flex-wrap: nowrap; }
        .navbar-expand-xl .navbar-collapse {
          display: flex !important;
          flex-basis: auto; }
        .navbar-expand-xl .navbar-toggler {
          display: none; } }
  .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
  .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff; }
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
  .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
  .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
  .card-link + .card-link {
    margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      display: flex;
      flex: 1 0 0%;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
          border-bottom-left-radius: 0; }
      .card-group > .card:only-child {
        border-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
          border-top-left-radius: 0.25rem;
          border-top-right-radius: 0.25rem; }
        .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
          border-bottom-right-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem; }
      .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
          border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
  @media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.card-overlay {
  position: relative;
  background-color: black;
  border-radius: 0;
  border: 1px solid white;
  margin-bottom: 30px; }
  .card-overlay .card-img-top {
    opacity: 0.75;
    transition: opacity 400ms; }
  .card-overlay .card-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .card-overlay .card-body a {
    color: #fff; }
  .card-overlay .card-body .title {
    color: white;
    cursor: pointer; }
  .card-overlay:hover .card-img-top {
    opacity: 0.5; }
  @media (max-width: 767.98px) {
  .card-overlay {
    margin-bottom: 15px; } }

.no-gutters .card-overlay {
  margin-bottom: 0; }

.card {
  transition: background-color 0.25s, color 0.25s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.2; }
/*
 .card-grid {
 margin-bottom:$grid-gutter-width;
 @media (max-width: $screen-xs-max) {
 margin-bottom:$grid-gutter-width / 2 ;
 }
 }
 */
.row-grid-sm .card {
  margin-bottom: 15px; }

.row-grid .card {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .row-grid .card {
      margin-bottom: 15px; } }

.card-body > *:last-child {
  margin-bottom: 0; }

.card .media img {
  max-width: 25%;
  margin-right: 15px; }

.bg-dark .card {
  background: #333; }
  .bg-dark .card a {
    color: white; }
  .bg-dark .card a:hover {
    color: #1c9ad6; }

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-columns {
      column-count: 1; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
  .card-columns {
    column-count: 2; } }

.btn-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto; }

.menu-item .card-body {
  padding: 0; }
  .menu-item .card-body a {
    display: block;
    flex: 1 1 auto;
    padding: 15px; }

a.card-body {
  padding-right: 30px; }

a.card-body:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ddd; }

.card-img-footer {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  color: white;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 59%, rgba(0, 0, 0, 0.65) 100%);
  font-size: 12px; }

.card-img-header {
  position: absolute;
  top: 0;
  padding: 10px;
  width: 100%;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 59%, rgba(0, 0, 0, 0.65) 100%);
  font-size: 12px; }

.card-img-icon > img {
  max-width: 33%;
  padding: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  line-height: 1; }

.icon-1 i {
  font-size: 25px !important;
  line-height: 25px !important; }

.icon-2 i {
  font-size: 40px !important;
  line-height: 40px !important; }

.icon-3 i {
  font-size: 50px !important;
  line-height: 50px !important; }

.icon-4 i {
  font-size: 100px !important;
  line-height: 100px !important; }

.membio-layout-post-card a.card-body:after {
  content: ""; }

.img-left img, .card-left img, .card-l img, .img-left i, .card-left i, .card-l i {
  float: left; }
  .img-left .card-body, .card-left .card-body, .card-l .card-body {
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0; }
  .img-left .card-body > *, .card-left .card-body > *, .card-l .card-body > * {
    margin: 0; }

.img-top-left .card-body > *, .card-top-left .card-body > *, .card-tl .card-body > *, .card-lt .card-body > * {
  margin: 0;
  text-align: right; }

.img-top, .card-top, .card-t {
  text-align: center; }
  .img-top .card-body > *, .card-top .card-body > *, .card-t .card-body > * {
    margin: 0; }

.img-right img, .card-right img, .card-r img, .img-right i, .card-right i, .card-r i {
  float: right; }
  .img-right .card-body > *, .card-right .card-body > *, .card-r .card-body > * {
    margin: 0; }

.img-top-right img, .card-top-right img, .card-tr img, .card-rt img, .img-top-right i, .card-top-right i, .card-tr i, .card-rt i {
  width: 100% !important;
  text-align: right; }
  .img-top-right i, .card-top-right i, .card-tr i, .card-rt i {
    width: auto; }
  .img-top-right .card-body, .card-top-right .card-body, .card-tr .card-body, .card-rt .card-body {
    text-align: left; }
  .img-top-right .card-body > *, .card-top-right .card-body > *, .card-tr .card-body > *, .card-rt .card-body > * {
    margin: 0; }

.img-bottom-left img, .card-bottom-left img, .card-bl img, .card-lb img, .img-bottom-left i, .card-bottom-left i, .card-bl i, .card-lb i {
  width: 100% !important;
  text-align: left; }
  .img-bottom-left .card-body, .card-bottom-left .card-body, .card-bl .card-body, .card-lb .card-body {
    text-align: right; }
  .img-bottom-left .card-body > *, .card-bottom-left .card-body > *, .card-bl .card-body > *, .card-lb .card-body > * {
    margin: 0; }

.img-bottom-right img, .card-bottom-right img, .card-br img, .card-rb img, .img-bottom-right i, .card-bottom-right i, .card-br i, .card-rb i {
  width: 100% !important;
  text-align: right; }
  .img-bottom-right .card-body, .card-bottom-right .card-body, .card-br .card-body, .card-rb .card-body {
    text-align: left;
    padding-bottom: 0; }
  .img-bottom-right .card-body > *, .card-bottom-right .card-body > *, .card-br .card-body > *, .card-rb .card-body > * {
    margin: 0; }

.img-bottom i, .card-bottom i, .card-b i {
  width: auto; }
  .img-bottom .card-body, .card-bottom .card-body, .card-b .card-body {
    text-align: center; }
  .img-bottom .card-body > *, .card-bottom .card-body > *, .card-b .card-body > * {
    margin: 0; }

.card-compact {
  line-height: 1;
  width: 100%; }
  .card-compact .card-body {
    padding-left: 10px;
    padding-right: 10px; }
  .card-compact .card-header {
    padding: 10px;
    font-size: 12px; }
  .card-compact .card-info {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.25); }
  .card-compact .card-footer {
    padding: 10px;
    font-size: 12px;
    line-height: 1; }

.card-member .img-thumbnail {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
  border-top: none;
  border-bottom: none; }
/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.card-flip {
  background-color: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  /* Do an horizontal flip when you move the mouse over the flip box container */
  /* Position the front and back side */
  /* Style the back side */ }
  .card-flip .card-flip-inner {
    /* This container is needed to position the front and back side */
    position: relative;
    transition: transform 0.5s;
    transform-style: preserve-3d;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
  .card-flip.flip, .card-flip.flipping {
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */ }
  .card-flip.flip .card-flip-inner {
    transform: rotateX(180deg); }
  .card-flip .card-flip-front, .card-flip .card-flip-back {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 0.25rem;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    -webkit-perspective: 0; }
  .card-flip .card-flip-back {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    color: white;
    left: 0;
    top: 0;
    transition: all 0.25s;
    transform: rotateX(180deg); }
  .card-flip .card-flip-toggle {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: #eaeaea;
    padding: 10px;
    cursor: pointer; }
  .card-flip .card-flip-toggle:hover {
    color: black; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #63666a;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #63666a; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1c9ad6;
  background-color: #fff;
  border: 1px solid #d7d8da; }
  .page-link:hover {
    z-index: 2;
    color: #136992;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #d7d8da; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(28, 154, 214, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }
  .page-item.disabled .page-link {
    color: #63666a;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d7d8da; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
  .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem; }
  .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
  .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem; }
  .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .comments .comment-form input[type="submit"] .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }
  .badge-primary {
    color: #fff;
    background-color: #1c9ad6; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #167aa9; }
  .badge-secondary {
    color: #fff;
    background-color: #fa4023; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e52305; }
  .badge-success {
    color: #fff;
    background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }
  .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }
  .badge-warning {
    color: #212529;
    background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00; }
  .badge-danger {
    color: #fff;
    background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }
  .badge-light {
    color: #212529;
    background-color: #f7f7f7; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dedede; }
  .badge-dark {
    color: #fff;
    background-color: #313335; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #191a1b; }
  .badge-medium {
    color: #fff;
    background-color: #63666a; }
  .badge-medium[href]:hover, .badge-medium[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4a4d50; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }
  .alert-primary {
    color: #0f506f;
    background-color: #d2ebf7;
    border-color: #bfe3f4; }
  .alert-primary hr {
    border-top-color: #aad9f0; }
  .alert-primary .alert-link {
    color: #093042; }
  .alert-secondary {
    color: #822112;
    background-color: #fed9d3;
    border-color: #fecac1; }
  .alert-secondary hr {
    border-top-color: #fdb4a8; }
  .alert-secondary .alert-link {
    color: #55160c; }
  .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }
  .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c32; }
  .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe7a0; }
  .alert-warning .alert-link {
    color: #533f02; }
  .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b1b7; }
  .alert-danger .alert-link {
    color: #491217; }
  .alert-light {
    color: #808080;
    background-color: #fdfdfd;
    border-color: #fdfdfd; }
  .alert-light hr {
    border-top-color: #f0f0f0; }
  .alert-light .alert-link {
    color: #676767; }
  .alert-dark {
    color: #191b1c;
    background-color: #d6d6d7;
    border-color: #c5c6c6; }
  .alert-dark hr {
    border-top-color: #b8b9ba; }
  .alert-dark .alert-link {
    color: #010101; }
  .alert-medium {
    color: #333537;
    background-color: #e0e0e1;
    border-color: #d3d4d5; }
  .alert-medium hr {
    border-top-color: #c6c7c9; }
  .alert-medium .alert-link {
    color: #1b1c1d; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }

  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #1c9ad6;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

a.linkable {
  padding: 8px 20px 8px 8px !important;
  color: #666;
  border: 1px solid rgba(255, 255, 255, 0.25); }

.linkable {
  position: relative;
  display: block; }
  .linkable.light {
    background-color: white; }

.linkable:after {
  text-align: left;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-top: 0px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%); }

.linkable:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.linkable.light:hover {
  background-color: rgba(0, 0, 0, 0.01); }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f7f7f7; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #63666a;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1c9ad6;
    border-color: #1c9ad6; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0; }
  .list-group-item-primary {
    color: #0f506f;
    background-color: #bfe3f4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #0f506f;
    background-color: #aad9f0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #0f506f;
    border-color: #0f506f; }
  .list-group-item-secondary {
    color: #822112;
    background-color: #fecac1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #822112;
    background-color: #fdb4a8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #822112;
    border-color: #822112; }
  .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
  .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe7a0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
  .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b1b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
  .list-group-item-light {
    color: #808080;
    background-color: #fdfdfd; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #808080;
    background-color: #f0f0f0; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #808080;
    border-color: #808080; }
  .list-group-item-dark {
    color: #191b1c;
    background-color: #c5c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #191b1c;
    background-color: #b8b9ba; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #191b1c;
    border-color: #191b1c; }
  .list-group-item-medium {
    color: #333537;
    background-color: #d3d4d5; }
  .list-group-item-medium.list-group-item-action:hover, .list-group-item-medium.list-group-item-action:focus {
    color: #333537;
    background-color: #c6c7c9; }
  .list-group-item-medium.list-group-item-action.active {
    color: #fff;
    background-color: #333537;
    border-color: #333537; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  @media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: 0.25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: 0.25rem; }

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
    .modal-dialog-centered {
      min-height: calc(100% - (1.75rem * 2)); }
    .modal-sm {
      max-width: 300px; } }

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

.modal-full-screen {
  z-index: 2000;
  overflow: hidden; }
  .modal-full-screen .modal-dialog {
    width: 95%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0; }
  @media (max-width: 991.98px) {
    .modal-full-screen .modal-dialog {
      width: 100%; } }
  .modal-full-screen .modal-header {
    padding: 5px 10px;
    height: 50px; }
  .modal-full-screen .modal-header .btn, .modal-full-screen .modal-header .comments .comment-form input[type="submit"], .comments .comment-form .modal-full-screen .modal-header input[type="submit"] {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px; }
  .modal-full-screen .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: white; }
  .modal-full-screen .modal-body {
    position: absolute;
    background-color: white;
    padding: 0;
    top: 50px;
    bottom: 0;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .modal-full-screen .modal-body .controller {
    padding-top: 0; }
  .modal-full-screen .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%; }

.modal-open .modal-full-screen {
  overflow: hidden; }

.modal-anything {
  z-index: 3000; }

.modal-body iframe {
  width: 100%;
  height: 100%;
  border: 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
  .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
  .popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active, .carousel-item-next, .carousel-item-prev {
    transition: none; } }

.carousel-item-next, .carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0); }

.carousel-item-next, .active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(100%, 0, 0); }

.carousel-item-prev, .active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(-100%, 0, 0); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity; }
  .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1; }
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0; }
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    transform: translate3d(0, 0, 0); }

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
  .carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }
  .bg-primary {
    background-color: #1c9ad6 !important; }
  a.bg-primary:hover, button.bg-primary:hover, a.bg-primary:focus, button.bg-primary:focus {
    background-color: #167aa9 !important; }
  .bg-secondary {
    background-color: #fa4023 !important; }
  a.bg-secondary:hover, button.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:focus {
    background-color: #e52305 !important; }
  .bg-success {
    background-color: #28a745 !important; }
  a.bg-success:hover, button.bg-success:hover, a.bg-success:focus, button.bg-success:focus {
    background-color: #1e7e34 !important; }
  .bg-info {
    background-color: #17a2b8 !important; }
  a.bg-info:hover, button.bg-info:hover, a.bg-info:focus, button.bg-info:focus {
    background-color: #117a8b !important; }
  .bg-warning {
    background-color: #ffc107 !important; }
  a.bg-warning:hover, button.bg-warning:hover, a.bg-warning:focus, button.bg-warning:focus {
    background-color: #d39e00 !important; }
  .bg-danger {
    background-color: #dc3545 !important; }
  a.bg-danger:hover, button.bg-danger:hover, a.bg-danger:focus, button.bg-danger:focus {
    background-color: #bd2130 !important; }
  .bg-light {
    background-color: #f7f7f7 !important; }
  a.bg-light:hover, button.bg-light:hover, a.bg-light:focus, button.bg-light:focus {
    background-color: #dedede !important; }
  .bg-dark {
    background-color: #313335 !important; }
  a.bg-dark:hover, button.bg-dark:hover, a.bg-dark:focus, button.bg-dark:focus {
    background-color: #191a1b !important; }
  .bg-medium {
    background-color: #63666a !important; }
  a.bg-medium:hover, button.bg-medium:hover, a.bg-medium:focus, button.bg-medium:focus {
    background-color: #4a4d50 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d7d8da !important; }

.border-top {
  border-top: 1px solid #d7d8da !important; }

.border-right {
  border-right: 1px solid #d7d8da !important; }

.border-bottom {
  border-bottom: 1px solid #d7d8da !important; }

.border-left {
  border-left: 1px solid #d7d8da !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }
  .border-primary {
    border-color: #1c9ad6 !important; }
  .border-secondary {
    border-color: #fa4023 !important; }
  .border-success {
    border-color: #28a745 !important; }
  .border-info {
    border-color: #17a2b8 !important; }
  .border-warning {
    border-color: #ffc107 !important; }
  .border-danger {
    border-color: #dc3545 !important; }
  .border-light {
    border-color: #f7f7f7 !important; }
  .border-dark {
    border-color: #313335 !important; }
  .border-medium {
    border-color: #63666a !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }
  .d-none {
    display: none !important; }
  .d-inline {
    display: inline !important; }
  .d-inline-block {
    display: inline-block !important; }
  .d-block {
    display: block !important; }
  .d-table {
    display: table !important; }
  .d-table-row {
    display: table-row !important; }
  .d-table-cell {
    display: table-cell !important; }
  .d-flex {
    display: flex !important; }
  .d-inline-flex {
    display: inline-flex !important; }
  @media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
    .d-sm-inline {
      display: inline !important; }

    .d-sm-inline-block {
      display: inline-block !important; }

    .d-sm-block {
      display: block !important; }

    .d-sm-table {
      display: table !important; }

    .d-sm-table-row {
      display: table-row !important; }

    .d-sm-table-cell {
      display: table-cell !important; }

    .d-sm-flex {
      display: flex !important; }

    .d-sm-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
    .d-md-inline {
      display: inline !important; }

    .d-md-inline-block {
      display: inline-block !important; }

    .d-md-block {
      display: block !important; }

    .d-md-table {
      display: table !important; }

    .d-md-table-row {
      display: table-row !important; }

    .d-md-table-cell {
      display: table-cell !important; }

    .d-md-flex {
      display: flex !important; }

    .d-md-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
    .d-lg-inline {
      display: inline !important; }

    .d-lg-inline-block {
      display: inline-block !important; }

    .d-lg-block {
      display: block !important; }

    .d-lg-table {
      display: table !important; }

    .d-lg-table-row {
      display: table-row !important; }

    .d-lg-table-cell {
      display: table-cell !important; }

    .d-lg-flex {
      display: flex !important; }

    .d-lg-inline-flex {
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
    .d-xl-inline {
      display: inline !important; }

    .d-xl-inline-block {
      display: inline-block !important; }

    .d-xl-block {
      display: block !important; }

    .d-xl-table {
      display: table !important; }

    .d-xl-table-row {
      display: table-row !important; }

    .d-xl-table-cell {
      display: table-cell !important; }

    .d-xl-flex {
      display: flex !important; }

    .d-xl-inline-flex {
      display: inline-flex !important; } }

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

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }
  .flex-row {
    flex-direction: row !important; }
  .flex-column {
    flex-direction: column !important; }
  .flex-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-wrap {
    flex-wrap: wrap !important; }
  .flex-nowrap {
    flex-wrap: nowrap !important; }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-fill {
    flex: 1 1 auto !important; }
  .flex-grow-0 {
    flex-grow: 0 !important; }
  .flex-grow-1 {
    flex-grow: 1 !important; }
  .flex-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-start {
    justify-content: flex-start !important; }
  .justify-content-end {
    justify-content: flex-end !important; }
  .justify-content-center {
    justify-content: center !important; }
  .justify-content-between {
    justify-content: space-between !important; }
  .justify-content-around {
    justify-content: space-around !important; }
  .align-items-start {
    align-items: flex-start !important; }
  .align-items-end {
    align-items: flex-end !important; }
  .align-items-center {
    align-items: center !important; }
  .align-items-baseline {
    align-items: baseline !important; }
  .align-items-stretch {
    align-items: stretch !important; }
  .align-content-start {
    align-content: flex-start !important; }
  .align-content-end {
    align-content: flex-end !important; }
  .align-content-center {
    align-content: center !important; }
  .align-content-between {
    align-content: space-between !important; }
  .align-content-around {
    align-content: space-around !important; }
  .align-content-stretch {
    align-content: stretch !important; }
  .align-self-auto {
    align-self: auto !important; }
  .align-self-start {
    align-self: flex-start !important; }
  .align-self-end {
    align-self: flex-end !important; }
  .align-self-center {
    align-self: center !important; }
  .align-self-baseline {
    align-self: baseline !important; }
  .align-self-stretch {
    align-self: stretch !important; }
  @media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
    .flex-sm-column {
      flex-direction: column !important; }

    .flex-sm-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-sm-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-sm-wrap {
      flex-wrap: wrap !important; }

    .flex-sm-nowrap {
      flex-wrap: nowrap !important; }

    .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-sm-fill {
      flex: 1 1 auto !important; }

    .flex-sm-grow-0 {
      flex-grow: 0 !important; }

    .flex-sm-grow-1 {
      flex-grow: 1 !important; }

    .flex-sm-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-sm-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-sm-start {
      justify-content: flex-start !important; }

    .justify-content-sm-end {
      justify-content: flex-end !important; }

    .justify-content-sm-center {
      justify-content: center !important; }

    .justify-content-sm-between {
      justify-content: space-between !important; }

    .justify-content-sm-around {
      justify-content: space-around !important; }

    .align-items-sm-start {
      align-items: flex-start !important; }

    .align-items-sm-end {
      align-items: flex-end !important; }

    .align-items-sm-center {
      align-items: center !important; }

    .align-items-sm-baseline {
      align-items: baseline !important; }

    .align-items-sm-stretch {
      align-items: stretch !important; }

    .align-content-sm-start {
      align-content: flex-start !important; }

    .align-content-sm-end {
      align-content: flex-end !important; }

    .align-content-sm-center {
      align-content: center !important; }

    .align-content-sm-between {
      align-content: space-between !important; }

    .align-content-sm-around {
      align-content: space-around !important; }

    .align-content-sm-stretch {
      align-content: stretch !important; }

    .align-self-sm-auto {
      align-self: auto !important; }

    .align-self-sm-start {
      align-self: flex-start !important; }

    .align-self-sm-end {
      align-self: flex-end !important; }

    .align-self-sm-center {
      align-self: center !important; }

    .align-self-sm-baseline {
      align-self: baseline !important; }

    .align-self-sm-stretch {
      align-self: stretch !important; } }
  @media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
    .flex-md-column {
      flex-direction: column !important; }

    .flex-md-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-md-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-md-wrap {
      flex-wrap: wrap !important; }

    .flex-md-nowrap {
      flex-wrap: nowrap !important; }

    .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-md-fill {
      flex: 1 1 auto !important; }

    .flex-md-grow-0 {
      flex-grow: 0 !important; }

    .flex-md-grow-1 {
      flex-grow: 1 !important; }

    .flex-md-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-md-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-md-start {
      justify-content: flex-start !important; }

    .justify-content-md-end {
      justify-content: flex-end !important; }

    .justify-content-md-center {
      justify-content: center !important; }

    .justify-content-md-between {
      justify-content: space-between !important; }

    .justify-content-md-around {
      justify-content: space-around !important; }

    .align-items-md-start {
      align-items: flex-start !important; }

    .align-items-md-end {
      align-items: flex-end !important; }

    .align-items-md-center {
      align-items: center !important; }

    .align-items-md-baseline {
      align-items: baseline !important; }

    .align-items-md-stretch {
      align-items: stretch !important; }

    .align-content-md-start {
      align-content: flex-start !important; }

    .align-content-md-end {
      align-content: flex-end !important; }

    .align-content-md-center {
      align-content: center !important; }

    .align-content-md-between {
      align-content: space-between !important; }

    .align-content-md-around {
      align-content: space-around !important; }

    .align-content-md-stretch {
      align-content: stretch !important; }

    .align-self-md-auto {
      align-self: auto !important; }

    .align-self-md-start {
      align-self: flex-start !important; }

    .align-self-md-end {
      align-self: flex-end !important; }

    .align-self-md-center {
      align-self: center !important; }

    .align-self-md-baseline {
      align-self: baseline !important; }

    .align-self-md-stretch {
      align-self: stretch !important; } }
  @media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
    .flex-lg-column {
      flex-direction: column !important; }

    .flex-lg-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-lg-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-lg-wrap {
      flex-wrap: wrap !important; }

    .flex-lg-nowrap {
      flex-wrap: nowrap !important; }

    .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-lg-fill {
      flex: 1 1 auto !important; }

    .flex-lg-grow-0 {
      flex-grow: 0 !important; }

    .flex-lg-grow-1 {
      flex-grow: 1 !important; }

    .flex-lg-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-lg-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-lg-start {
      justify-content: flex-start !important; }

    .justify-content-lg-end {
      justify-content: flex-end !important; }

    .justify-content-lg-center {
      justify-content: center !important; }

    .justify-content-lg-between {
      justify-content: space-between !important; }

    .justify-content-lg-around {
      justify-content: space-around !important; }

    .align-items-lg-start {
      align-items: flex-start !important; }

    .align-items-lg-end {
      align-items: flex-end !important; }

    .align-items-lg-center {
      align-items: center !important; }

    .align-items-lg-baseline {
      align-items: baseline !important; }

    .align-items-lg-stretch {
      align-items: stretch !important; }

    .align-content-lg-start {
      align-content: flex-start !important; }

    .align-content-lg-end {
      align-content: flex-end !important; }

    .align-content-lg-center {
      align-content: center !important; }

    .align-content-lg-between {
      align-content: space-between !important; }

    .align-content-lg-around {
      align-content: space-around !important; }

    .align-content-lg-stretch {
      align-content: stretch !important; }

    .align-self-lg-auto {
      align-self: auto !important; }

    .align-self-lg-start {
      align-self: flex-start !important; }

    .align-self-lg-end {
      align-self: flex-end !important; }

    .align-self-lg-center {
      align-self: center !important; }

    .align-self-lg-baseline {
      align-self: baseline !important; }

    .align-self-lg-stretch {
      align-self: stretch !important; } }
  @media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
    .flex-xl-column {
      flex-direction: column !important; }

    .flex-xl-row-reverse {
      flex-direction: row-reverse !important; }

    .flex-xl-column-reverse {
      flex-direction: column-reverse !important; }

    .flex-xl-wrap {
      flex-wrap: wrap !important; }

    .flex-xl-nowrap {
      flex-wrap: nowrap !important; }

    .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important; }

    .flex-xl-fill {
      flex: 1 1 auto !important; }

    .flex-xl-grow-0 {
      flex-grow: 0 !important; }

    .flex-xl-grow-1 {
      flex-grow: 1 !important; }

    .flex-xl-shrink-0 {
      flex-shrink: 0 !important; }

    .flex-xl-shrink-1 {
      flex-shrink: 1 !important; }

    .justify-content-xl-start {
      justify-content: flex-start !important; }

    .justify-content-xl-end {
      justify-content: flex-end !important; }

    .justify-content-xl-center {
      justify-content: center !important; }

    .justify-content-xl-between {
      justify-content: space-between !important; }

    .justify-content-xl-around {
      justify-content: space-around !important; }

    .align-items-xl-start {
      align-items: flex-start !important; }

    .align-items-xl-end {
      align-items: flex-end !important; }

    .align-items-xl-center {
      align-items: center !important; }

    .align-items-xl-baseline {
      align-items: baseline !important; }

    .align-items-xl-stretch {
      align-items: stretch !important; }

    .align-content-xl-start {
      align-content: flex-start !important; }

    .align-content-xl-end {
      align-content: flex-end !important; }

    .align-content-xl-center {
      align-content: center !important; }

    .align-content-xl-between {
      align-content: space-between !important; }

    .align-content-xl-around {
      align-content: space-around !important; }

    .align-content-xl-stretch {
      align-content: stretch !important; }

    .align-self-xl-auto {
      align-self: auto !important; }

    .align-self-xl-start {
      align-self: flex-start !important; }

    .align-self-xl-end {
      align-self: flex-end !important; }

    .align-self-xl-center {
      align-self: center !important; }

    .align-self-xl-baseline {
      align-self: baseline !important; }

    .align-self-xl-stretch {
      align-self: stretch !important; } }
  .float-left {
    float: left !important; }
  .float-right {
    float: right !important; }
  .float-none {
    float: none !important; }
  @media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
    .float-sm-right {
      float: right !important; }

    .float-sm-none {
      float: none !important; } }
  @media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
    .float-md-right {
      float: right !important; }

    .float-md-none {
      float: none !important; } }
  @media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
    .float-lg-right {
      float: right !important; }

    .float-lg-none {
      float: none !important; } }
  @media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
    .float-xl-right {
      float: right !important; }

    .float-xl-none {
      float: none !important; } }
  .position-static {
    position: static !important; }
  .position-relative {
    position: relative !important; }
  .position-absolute {
    position: absolute !important; }
  .position-fixed {
    position: fixed !important; }
  .position-sticky {
    position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }
  .w-25 {
    width: 25% !important; }
  .w-50 {
    width: 50% !important; }
  .w-75 {
    width: 75% !important; }
  .w-100 {
    width: 100% !important; }
  .w-auto {
    width: auto !important; }
  .h-25 {
    height: 25% !important; }
  .h-50 {
    height: 50% !important; }
  .h-75 {
    height: 75% !important; }
  .h-100 {
    height: 100% !important; }
  .h-auto {
    height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }
  .m-0 {
    margin: 0 !important; }
  .mt-0, .my-0 {
    margin-top: 0 !important; }
  .mr-0, .mx-0 {
    margin-right: 0 !important; }
  .mb-0, .my-0 {
    margin-bottom: 0 !important; }
  .ml-0, .mx-0 {
    margin-left: 0 !important; }
  .m-1 {
    margin: 7.5px !important; }
  .mt-1, .my-1 {
    margin-top: 7.5px !important; }
  .mr-1, .mx-1 {
    margin-right: 7.5px !important; }
  .mb-1, .my-1 {
    margin-bottom: 7.5px !important; }
  .ml-1, .mx-1 {
    margin-left: 7.5px !important; }
  .m-2 {
    margin: 9.99px !important; }
  .mt-2, .my-2 {
    margin-top: 9.99px !important; }
  .mr-2, .mx-2 {
    margin-right: 9.99px !important; }
  .mb-2, .my-2 {
    margin-bottom: 9.99px !important; }
  .ml-2, .mx-2 {
    margin-left: 9.99px !important; }
  .m-3 {
    margin: 15px !important; }
  .mt-3, .my-3 {
    margin-top: 15px !important; }
  .mr-3, .mx-3 {
    margin-right: 15px !important; }
  .mb-3, .my-3 {
    margin-bottom: 15px !important; }
  .ml-3, .mx-3 {
    margin-left: 15px !important; }
  .m-4 {
    margin: 30px !important; }
  .mt-4, .my-4 {
    margin-top: 30px !important; }
  .mr-4, .mx-4 {
    margin-right: 30px !important; }
  .mb-4, .my-4 {
    margin-bottom: 30px !important; }
  .ml-4, .mx-4 {
    margin-left: 30px !important; }
  .m-5 {
    margin: 45px !important; }
  .mt-5, .my-5 {
    margin-top: 45px !important; }
  .mr-5, .mx-5 {
    margin-right: 45px !important; }
  .mb-5, .my-5 {
    margin-bottom: 45px !important; }
  .ml-5, .mx-5 {
    margin-left: 45px !important; }
  .m-6 {
    margin: 60px !important; }
  .mt-6, .my-6 {
    margin-top: 60px !important; }
  .mr-6, .mx-6 {
    margin-right: 60px !important; }
  .mb-6, .my-6 {
    margin-bottom: 60px !important; }
  .ml-6, .mx-6 {
    margin-left: 60px !important; }
  .p-0 {
    padding: 0 !important; }
  .pt-0, .py-0 {
    padding-top: 0 !important; }
  .pr-0, .px-0 {
    padding-right: 0 !important; }
  .pb-0, .py-0 {
    padding-bottom: 0 !important; }
  .pl-0, .px-0 {
    padding-left: 0 !important; }
  .p-1 {
    padding: 7.5px !important; }
  .pt-1, .py-1 {
    padding-top: 7.5px !important; }
  .pr-1, .px-1 {
    padding-right: 7.5px !important; }
  .pb-1, .py-1 {
    padding-bottom: 7.5px !important; }
  .pl-1, .px-1 {
    padding-left: 7.5px !important; }
  .p-2 {
    padding: 9.99px !important; }
  .pt-2, .py-2 {
    padding-top: 9.99px !important; }
  .pr-2, .px-2 {
    padding-right: 9.99px !important; }
  .pb-2, .py-2 {
    padding-bottom: 9.99px !important; }
  .pl-2, .px-2 {
    padding-left: 9.99px !important; }
  .p-3 {
    padding: 15px !important; }
  .pt-3, .py-3 {
    padding-top: 15px !important; }
  .pr-3, .px-3 {
    padding-right: 15px !important; }
  .pb-3, .py-3 {
    padding-bottom: 15px !important; }
  .pl-3, .px-3 {
    padding-left: 15px !important; }
  .p-4 {
    padding: 30px !important; }
  .pt-4, .py-4 {
    padding-top: 30px !important; }
  .pr-4, .px-4 {
    padding-right: 30px !important; }
  .pb-4, .py-4 {
    padding-bottom: 30px !important; }
  .pl-4, .px-4 {
    padding-left: 30px !important; }
  .p-5 {
    padding: 45px !important; }
  .pt-5, .py-5 {
    padding-top: 45px !important; }
  .pr-5, .px-5 {
    padding-right: 45px !important; }
  .pb-5, .py-5 {
    padding-bottom: 45px !important; }
  .pl-5, .px-5 {
    padding-left: 45px !important; }
  .p-6 {
    padding: 60px !important; }
  .pt-6, .py-6 {
    padding-top: 60px !important; }
  .pr-6, .px-6 {
    padding-right: 60px !important; }
  .pb-6, .py-6 {
    padding-bottom: 60px !important; }
  .pl-6, .px-6 {
    padding-left: 60px !important; }
  .m-auto {
    margin: auto !important; }
  .mt-auto, .my-auto {
    margin-top: auto !important; }
  .mr-auto, .mx-auto {
    margin-right: auto !important; }
  .mb-auto, .my-auto {
    margin-bottom: auto !important; }
  .ml-auto, .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
    .mt-sm-0, .my-sm-0 {
      margin-top: 0 !important; }

    .mr-sm-0, .mx-sm-0 {
      margin-right: 0 !important; }

    .mb-sm-0, .my-sm-0 {
      margin-bottom: 0 !important; }

    .ml-sm-0, .mx-sm-0 {
      margin-left: 0 !important; }

    .m-sm-1 {
      margin: 7.5px !important; }

    .mt-sm-1, .my-sm-1 {
      margin-top: 7.5px !important; }

    .mr-sm-1, .mx-sm-1 {
      margin-right: 7.5px !important; }

    .mb-sm-1, .my-sm-1 {
      margin-bottom: 7.5px !important; }

    .ml-sm-1, .mx-sm-1 {
      margin-left: 7.5px !important; }

    .m-sm-2 {
      margin: 9.99px !important; }

    .mt-sm-2, .my-sm-2 {
      margin-top: 9.99px !important; }

    .mr-sm-2, .mx-sm-2 {
      margin-right: 9.99px !important; }

    .mb-sm-2, .my-sm-2 {
      margin-bottom: 9.99px !important; }

    .ml-sm-2, .mx-sm-2 {
      margin-left: 9.99px !important; }

    .m-sm-3 {
      margin: 15px !important; }

    .mt-sm-3, .my-sm-3 {
      margin-top: 15px !important; }

    .mr-sm-3, .mx-sm-3 {
      margin-right: 15px !important; }

    .mb-sm-3, .my-sm-3 {
      margin-bottom: 15px !important; }

    .ml-sm-3, .mx-sm-3 {
      margin-left: 15px !important; }

    .m-sm-4 {
      margin: 30px !important; }

    .mt-sm-4, .my-sm-4 {
      margin-top: 30px !important; }

    .mr-sm-4, .mx-sm-4 {
      margin-right: 30px !important; }

    .mb-sm-4, .my-sm-4 {
      margin-bottom: 30px !important; }

    .ml-sm-4, .mx-sm-4 {
      margin-left: 30px !important; }

    .m-sm-5 {
      margin: 45px !important; }

    .mt-sm-5, .my-sm-5 {
      margin-top: 45px !important; }

    .mr-sm-5, .mx-sm-5 {
      margin-right: 45px !important; }

    .mb-sm-5, .my-sm-5 {
      margin-bottom: 45px !important; }

    .ml-sm-5, .mx-sm-5 {
      margin-left: 45px !important; }

    .m-sm-6 {
      margin: 60px !important; }

    .mt-sm-6, .my-sm-6 {
      margin-top: 60px !important; }

    .mr-sm-6, .mx-sm-6 {
      margin-right: 60px !important; }

    .mb-sm-6, .my-sm-6 {
      margin-bottom: 60px !important; }

    .ml-sm-6, .mx-sm-6 {
      margin-left: 60px !important; }

    .p-sm-0 {
      padding: 0 !important; }

    .pt-sm-0, .py-sm-0 {
      padding-top: 0 !important; }

    .pr-sm-0, .px-sm-0 {
      padding-right: 0 !important; }

    .pb-sm-0, .py-sm-0 {
      padding-bottom: 0 !important; }

    .pl-sm-0, .px-sm-0 {
      padding-left: 0 !important; }

    .p-sm-1 {
      padding: 7.5px !important; }

    .pt-sm-1, .py-sm-1 {
      padding-top: 7.5px !important; }

    .pr-sm-1, .px-sm-1 {
      padding-right: 7.5px !important; }

    .pb-sm-1, .py-sm-1 {
      padding-bottom: 7.5px !important; }

    .pl-sm-1, .px-sm-1 {
      padding-left: 7.5px !important; }

    .p-sm-2 {
      padding: 9.99px !important; }

    .pt-sm-2, .py-sm-2 {
      padding-top: 9.99px !important; }

    .pr-sm-2, .px-sm-2 {
      padding-right: 9.99px !important; }

    .pb-sm-2, .py-sm-2 {
      padding-bottom: 9.99px !important; }

    .pl-sm-2, .px-sm-2 {
      padding-left: 9.99px !important; }

    .p-sm-3 {
      padding: 15px !important; }

    .pt-sm-3, .py-sm-3 {
      padding-top: 15px !important; }

    .pr-sm-3, .px-sm-3 {
      padding-right: 15px !important; }

    .pb-sm-3, .py-sm-3 {
      padding-bottom: 15px !important; }

    .pl-sm-3, .px-sm-3 {
      padding-left: 15px !important; }

    .p-sm-4 {
      padding: 30px !important; }

    .pt-sm-4, .py-sm-4 {
      padding-top: 30px !important; }

    .pr-sm-4, .px-sm-4 {
      padding-right: 30px !important; }

    .pb-sm-4, .py-sm-4 {
      padding-bottom: 30px !important; }

    .pl-sm-4, .px-sm-4 {
      padding-left: 30px !important; }

    .p-sm-5 {
      padding: 45px !important; }

    .pt-sm-5, .py-sm-5 {
      padding-top: 45px !important; }

    .pr-sm-5, .px-sm-5 {
      padding-right: 45px !important; }

    .pb-sm-5, .py-sm-5 {
      padding-bottom: 45px !important; }

    .pl-sm-5, .px-sm-5 {
      padding-left: 45px !important; }

    .p-sm-6 {
      padding: 60px !important; }

    .pt-sm-6, .py-sm-6 {
      padding-top: 60px !important; }

    .pr-sm-6, .px-sm-6 {
      padding-right: 60px !important; }

    .pb-sm-6, .py-sm-6 {
      padding-bottom: 60px !important; }

    .pl-sm-6, .px-sm-6 {
      padding-left: 60px !important; }

    .m-sm-auto {
      margin: auto !important; }

    .mt-sm-auto, .my-sm-auto {
      margin-top: auto !important; }

    .mr-sm-auto, .mx-sm-auto {
      margin-right: auto !important; }

    .mb-sm-auto, .my-sm-auto {
      margin-bottom: auto !important; }

    .ml-sm-auto, .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
    .mt-md-0, .my-md-0 {
      margin-top: 0 !important; }

    .mr-md-0, .mx-md-0 {
      margin-right: 0 !important; }

    .mb-md-0, .my-md-0 {
      margin-bottom: 0 !important; }

    .ml-md-0, .mx-md-0 {
      margin-left: 0 !important; }

    .m-md-1 {
      margin: 7.5px !important; }

    .mt-md-1, .my-md-1 {
      margin-top: 7.5px !important; }

    .mr-md-1, .mx-md-1 {
      margin-right: 7.5px !important; }

    .mb-md-1, .my-md-1 {
      margin-bottom: 7.5px !important; }

    .ml-md-1, .mx-md-1 {
      margin-left: 7.5px !important; }

    .m-md-2 {
      margin: 9.99px !important; }

    .mt-md-2, .my-md-2 {
      margin-top: 9.99px !important; }

    .mr-md-2, .mx-md-2 {
      margin-right: 9.99px !important; }

    .mb-md-2, .my-md-2 {
      margin-bottom: 9.99px !important; }

    .ml-md-2, .mx-md-2 {
      margin-left: 9.99px !important; }

    .m-md-3 {
      margin: 15px !important; }

    .mt-md-3, .my-md-3 {
      margin-top: 15px !important; }

    .mr-md-3, .mx-md-3 {
      margin-right: 15px !important; }

    .mb-md-3, .my-md-3 {
      margin-bottom: 15px !important; }

    .ml-md-3, .mx-md-3 {
      margin-left: 15px !important; }

    .m-md-4 {
      margin: 30px !important; }

    .mt-md-4, .my-md-4 {
      margin-top: 30px !important; }

    .mr-md-4, .mx-md-4 {
      margin-right: 30px !important; }

    .mb-md-4, .my-md-4 {
      margin-bottom: 30px !important; }

    .ml-md-4, .mx-md-4 {
      margin-left: 30px !important; }

    .m-md-5 {
      margin: 45px !important; }

    .mt-md-5, .my-md-5 {
      margin-top: 45px !important; }

    .mr-md-5, .mx-md-5 {
      margin-right: 45px !important; }

    .mb-md-5, .my-md-5 {
      margin-bottom: 45px !important; }

    .ml-md-5, .mx-md-5 {
      margin-left: 45px !important; }

    .m-md-6 {
      margin: 60px !important; }

    .mt-md-6, .my-md-6 {
      margin-top: 60px !important; }

    .mr-md-6, .mx-md-6 {
      margin-right: 60px !important; }

    .mb-md-6, .my-md-6 {
      margin-bottom: 60px !important; }

    .ml-md-6, .mx-md-6 {
      margin-left: 60px !important; }

    .p-md-0 {
      padding: 0 !important; }

    .pt-md-0, .py-md-0 {
      padding-top: 0 !important; }

    .pr-md-0, .px-md-0 {
      padding-right: 0 !important; }

    .pb-md-0, .py-md-0 {
      padding-bottom: 0 !important; }

    .pl-md-0, .px-md-0 {
      padding-left: 0 !important; }

    .p-md-1 {
      padding: 7.5px !important; }

    .pt-md-1, .py-md-1 {
      padding-top: 7.5px !important; }

    .pr-md-1, .px-md-1 {
      padding-right: 7.5px !important; }

    .pb-md-1, .py-md-1 {
      padding-bottom: 7.5px !important; }

    .pl-md-1, .px-md-1 {
      padding-left: 7.5px !important; }

    .p-md-2 {
      padding: 9.99px !important; }

    .pt-md-2, .py-md-2 {
      padding-top: 9.99px !important; }

    .pr-md-2, .px-md-2 {
      padding-right: 9.99px !important; }

    .pb-md-2, .py-md-2 {
      padding-bottom: 9.99px !important; }

    .pl-md-2, .px-md-2 {
      padding-left: 9.99px !important; }

    .p-md-3 {
      padding: 15px !important; }

    .pt-md-3, .py-md-3 {
      padding-top: 15px !important; }

    .pr-md-3, .px-md-3 {
      padding-right: 15px !important; }

    .pb-md-3, .py-md-3 {
      padding-bottom: 15px !important; }

    .pl-md-3, .px-md-3 {
      padding-left: 15px !important; }

    .p-md-4 {
      padding: 30px !important; }

    .pt-md-4, .py-md-4 {
      padding-top: 30px !important; }

    .pr-md-4, .px-md-4 {
      padding-right: 30px !important; }

    .pb-md-4, .py-md-4 {
      padding-bottom: 30px !important; }

    .pl-md-4, .px-md-4 {
      padding-left: 30px !important; }

    .p-md-5 {
      padding: 45px !important; }

    .pt-md-5, .py-md-5 {
      padding-top: 45px !important; }

    .pr-md-5, .px-md-5 {
      padding-right: 45px !important; }

    .pb-md-5, .py-md-5 {
      padding-bottom: 45px !important; }

    .pl-md-5, .px-md-5 {
      padding-left: 45px !important; }

    .p-md-6 {
      padding: 60px !important; }

    .pt-md-6, .py-md-6 {
      padding-top: 60px !important; }

    .pr-md-6, .px-md-6 {
      padding-right: 60px !important; }

    .pb-md-6, .py-md-6 {
      padding-bottom: 60px !important; }

    .pl-md-6, .px-md-6 {
      padding-left: 60px !important; }

    .m-md-auto {
      margin: auto !important; }

    .mt-md-auto, .my-md-auto {
      margin-top: auto !important; }

    .mr-md-auto, .mx-md-auto {
      margin-right: auto !important; }

    .mb-md-auto, .my-md-auto {
      margin-bottom: auto !important; }

    .ml-md-auto, .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
    .mt-lg-0, .my-lg-0 {
      margin-top: 0 !important; }

    .mr-lg-0, .mx-lg-0 {
      margin-right: 0 !important; }

    .mb-lg-0, .my-lg-0 {
      margin-bottom: 0 !important; }

    .ml-lg-0, .mx-lg-0 {
      margin-left: 0 !important; }

    .m-lg-1 {
      margin: 7.5px !important; }

    .mt-lg-1, .my-lg-1 {
      margin-top: 7.5px !important; }

    .mr-lg-1, .mx-lg-1 {
      margin-right: 7.5px !important; }

    .mb-lg-1, .my-lg-1 {
      margin-bottom: 7.5px !important; }

    .ml-lg-1, .mx-lg-1 {
      margin-left: 7.5px !important; }

    .m-lg-2 {
      margin: 9.99px !important; }

    .mt-lg-2, .my-lg-2 {
      margin-top: 9.99px !important; }

    .mr-lg-2, .mx-lg-2 {
      margin-right: 9.99px !important; }

    .mb-lg-2, .my-lg-2 {
      margin-bottom: 9.99px !important; }

    .ml-lg-2, .mx-lg-2 {
      margin-left: 9.99px !important; }

    .m-lg-3 {
      margin: 15px !important; }

    .mt-lg-3, .my-lg-3 {
      margin-top: 15px !important; }

    .mr-lg-3, .mx-lg-3 {
      margin-right: 15px !important; }

    .mb-lg-3, .my-lg-3 {
      margin-bottom: 15px !important; }

    .ml-lg-3, .mx-lg-3 {
      margin-left: 15px !important; }

    .m-lg-4 {
      margin: 30px !important; }

    .mt-lg-4, .my-lg-4 {
      margin-top: 30px !important; }

    .mr-lg-4, .mx-lg-4 {
      margin-right: 30px !important; }

    .mb-lg-4, .my-lg-4 {
      margin-bottom: 30px !important; }

    .ml-lg-4, .mx-lg-4 {
      margin-left: 30px !important; }

    .m-lg-5 {
      margin: 45px !important; }

    .mt-lg-5, .my-lg-5 {
      margin-top: 45px !important; }

    .mr-lg-5, .mx-lg-5 {
      margin-right: 45px !important; }

    .mb-lg-5, .my-lg-5 {
      margin-bottom: 45px !important; }

    .ml-lg-5, .mx-lg-5 {
      margin-left: 45px !important; }

    .m-lg-6 {
      margin: 60px !important; }

    .mt-lg-6, .my-lg-6 {
      margin-top: 60px !important; }

    .mr-lg-6, .mx-lg-6 {
      margin-right: 60px !important; }

    .mb-lg-6, .my-lg-6 {
      margin-bottom: 60px !important; }

    .ml-lg-6, .mx-lg-6 {
      margin-left: 60px !important; }

    .p-lg-0 {
      padding: 0 !important; }

    .pt-lg-0, .py-lg-0 {
      padding-top: 0 !important; }

    .pr-lg-0, .px-lg-0 {
      padding-right: 0 !important; }

    .pb-lg-0, .py-lg-0 {
      padding-bottom: 0 !important; }

    .pl-lg-0, .px-lg-0 {
      padding-left: 0 !important; }

    .p-lg-1 {
      padding: 7.5px !important; }

    .pt-lg-1, .py-lg-1 {
      padding-top: 7.5px !important; }

    .pr-lg-1, .px-lg-1 {
      padding-right: 7.5px !important; }

    .pb-lg-1, .py-lg-1 {
      padding-bottom: 7.5px !important; }

    .pl-lg-1, .px-lg-1 {
      padding-left: 7.5px !important; }

    .p-lg-2 {
      padding: 9.99px !important; }

    .pt-lg-2, .py-lg-2 {
      padding-top: 9.99px !important; }

    .pr-lg-2, .px-lg-2 {
      padding-right: 9.99px !important; }

    .pb-lg-2, .py-lg-2 {
      padding-bottom: 9.99px !important; }

    .pl-lg-2, .px-lg-2 {
      padding-left: 9.99px !important; }

    .p-lg-3 {
      padding: 15px !important; }

    .pt-lg-3, .py-lg-3 {
      padding-top: 15px !important; }

    .pr-lg-3, .px-lg-3 {
      padding-right: 15px !important; }

    .pb-lg-3, .py-lg-3 {
      padding-bottom: 15px !important; }

    .pl-lg-3, .px-lg-3 {
      padding-left: 15px !important; }

    .p-lg-4 {
      padding: 30px !important; }

    .pt-lg-4, .py-lg-4 {
      padding-top: 30px !important; }

    .pr-lg-4, .px-lg-4 {
      padding-right: 30px !important; }

    .pb-lg-4, .py-lg-4 {
      padding-bottom: 30px !important; }

    .pl-lg-4, .px-lg-4 {
      padding-left: 30px !important; }

    .p-lg-5 {
      padding: 45px !important; }

    .pt-lg-5, .py-lg-5 {
      padding-top: 45px !important; }

    .pr-lg-5, .px-lg-5 {
      padding-right: 45px !important; }

    .pb-lg-5, .py-lg-5 {
      padding-bottom: 45px !important; }

    .pl-lg-5, .px-lg-5 {
      padding-left: 45px !important; }

    .p-lg-6 {
      padding: 60px !important; }

    .pt-lg-6, .py-lg-6 {
      padding-top: 60px !important; }

    .pr-lg-6, .px-lg-6 {
      padding-right: 60px !important; }

    .pb-lg-6, .py-lg-6 {
      padding-bottom: 60px !important; }

    .pl-lg-6, .px-lg-6 {
      padding-left: 60px !important; }

    .m-lg-auto {
      margin: auto !important; }

    .mt-lg-auto, .my-lg-auto {
      margin-top: auto !important; }

    .mr-lg-auto, .mx-lg-auto {
      margin-right: auto !important; }

    .mb-lg-auto, .my-lg-auto {
      margin-bottom: auto !important; }

    .ml-lg-auto, .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
    .mt-xl-0, .my-xl-0 {
      margin-top: 0 !important; }

    .mr-xl-0, .mx-xl-0 {
      margin-right: 0 !important; }

    .mb-xl-0, .my-xl-0 {
      margin-bottom: 0 !important; }

    .ml-xl-0, .mx-xl-0 {
      margin-left: 0 !important; }

    .m-xl-1 {
      margin: 7.5px !important; }

    .mt-xl-1, .my-xl-1 {
      margin-top: 7.5px !important; }

    .mr-xl-1, .mx-xl-1 {
      margin-right: 7.5px !important; }

    .mb-xl-1, .my-xl-1 {
      margin-bottom: 7.5px !important; }

    .ml-xl-1, .mx-xl-1 {
      margin-left: 7.5px !important; }

    .m-xl-2 {
      margin: 9.99px !important; }

    .mt-xl-2, .my-xl-2 {
      margin-top: 9.99px !important; }

    .mr-xl-2, .mx-xl-2 {
      margin-right: 9.99px !important; }

    .mb-xl-2, .my-xl-2 {
      margin-bottom: 9.99px !important; }

    .ml-xl-2, .mx-xl-2 {
      margin-left: 9.99px !important; }

    .m-xl-3 {
      margin: 15px !important; }

    .mt-xl-3, .my-xl-3 {
      margin-top: 15px !important; }

    .mr-xl-3, .mx-xl-3 {
      margin-right: 15px !important; }

    .mb-xl-3, .my-xl-3 {
      margin-bottom: 15px !important; }

    .ml-xl-3, .mx-xl-3 {
      margin-left: 15px !important; }

    .m-xl-4 {
      margin: 30px !important; }

    .mt-xl-4, .my-xl-4 {
      margin-top: 30px !important; }

    .mr-xl-4, .mx-xl-4 {
      margin-right: 30px !important; }

    .mb-xl-4, .my-xl-4 {
      margin-bottom: 30px !important; }

    .ml-xl-4, .mx-xl-4 {
      margin-left: 30px !important; }

    .m-xl-5 {
      margin: 45px !important; }

    .mt-xl-5, .my-xl-5 {
      margin-top: 45px !important; }

    .mr-xl-5, .mx-xl-5 {
      margin-right: 45px !important; }

    .mb-xl-5, .my-xl-5 {
      margin-bottom: 45px !important; }

    .ml-xl-5, .mx-xl-5 {
      margin-left: 45px !important; }

    .m-xl-6 {
      margin: 60px !important; }

    .mt-xl-6, .my-xl-6 {
      margin-top: 60px !important; }

    .mr-xl-6, .mx-xl-6 {
      margin-right: 60px !important; }

    .mb-xl-6, .my-xl-6 {
      margin-bottom: 60px !important; }

    .ml-xl-6, .mx-xl-6 {
      margin-left: 60px !important; }

    .p-xl-0 {
      padding: 0 !important; }

    .pt-xl-0, .py-xl-0 {
      padding-top: 0 !important; }

    .pr-xl-0, .px-xl-0 {
      padding-right: 0 !important; }

    .pb-xl-0, .py-xl-0 {
      padding-bottom: 0 !important; }

    .pl-xl-0, .px-xl-0 {
      padding-left: 0 !important; }

    .p-xl-1 {
      padding: 7.5px !important; }

    .pt-xl-1, .py-xl-1 {
      padding-top: 7.5px !important; }

    .pr-xl-1, .px-xl-1 {
      padding-right: 7.5px !important; }

    .pb-xl-1, .py-xl-1 {
      padding-bottom: 7.5px !important; }

    .pl-xl-1, .px-xl-1 {
      padding-left: 7.5px !important; }

    .p-xl-2 {
      padding: 9.99px !important; }

    .pt-xl-2, .py-xl-2 {
      padding-top: 9.99px !important; }

    .pr-xl-2, .px-xl-2 {
      padding-right: 9.99px !important; }

    .pb-xl-2, .py-xl-2 {
      padding-bottom: 9.99px !important; }

    .pl-xl-2, .px-xl-2 {
      padding-left: 9.99px !important; }

    .p-xl-3 {
      padding: 15px !important; }

    .pt-xl-3, .py-xl-3 {
      padding-top: 15px !important; }

    .pr-xl-3, .px-xl-3 {
      padding-right: 15px !important; }

    .pb-xl-3, .py-xl-3 {
      padding-bottom: 15px !important; }

    .pl-xl-3, .px-xl-3 {
      padding-left: 15px !important; }

    .p-xl-4 {
      padding: 30px !important; }

    .pt-xl-4, .py-xl-4 {
      padding-top: 30px !important; }

    .pr-xl-4, .px-xl-4 {
      padding-right: 30px !important; }

    .pb-xl-4, .py-xl-4 {
      padding-bottom: 30px !important; }

    .pl-xl-4, .px-xl-4 {
      padding-left: 30px !important; }

    .p-xl-5 {
      padding: 45px !important; }

    .pt-xl-5, .py-xl-5 {
      padding-top: 45px !important; }

    .pr-xl-5, .px-xl-5 {
      padding-right: 45px !important; }

    .pb-xl-5, .py-xl-5 {
      padding-bottom: 45px !important; }

    .pl-xl-5, .px-xl-5 {
      padding-left: 45px !important; }

    .p-xl-6 {
      padding: 60px !important; }

    .pt-xl-6, .py-xl-6 {
      padding-top: 60px !important; }

    .pr-xl-6, .px-xl-6 {
      padding-right: 60px !important; }

    .pb-xl-6, .py-xl-6 {
      padding-bottom: 60px !important; }

    .pl-xl-6, .px-xl-6 {
      padding-left: 60px !important; }

    .m-xl-auto {
      margin: auto !important; }

    .mt-xl-auto, .my-xl-auto {
      margin-top: auto !important; }

    .mr-xl-auto, .mx-xl-auto {
      margin-right: auto !important; }

    .mb-xl-auto, .my-xl-auto {
      margin-bottom: auto !important; }

    .ml-xl-auto, .mx-xl-auto {
      margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .text-left {
    text-align: left !important; }
  .text-right {
    text-align: right !important; }
  .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
    .text-sm-right {
      text-align: right !important; }

    .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
    .text-md-right {
      text-align: right !important; }

    .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
    .text-lg-right {
      text-align: right !important; }

    .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
    .text-xl-right {
      text-align: right !important; }

    .text-xl-center {
      text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }
  .text-primary {
    color: #1c9ad6 !important; }
  a.text-primary:hover, a.text-primary:focus {
    color: #167aa9 !important; }
  .text-secondary {
    color: #fa4023 !important; }
  a.text-secondary:hover, a.text-secondary:focus {
    color: #e52305 !important; }
  .text-success {
    color: #28a745 !important; }
  a.text-success:hover, a.text-success:focus {
    color: #1e7e34 !important; }
  .text-info {
    color: #17a2b8 !important; }
  a.text-info:hover, a.text-info:focus {
    color: #117a8b !important; }
  .text-warning {
    color: #ffc107 !important; }
  a.text-warning:hover, a.text-warning:focus {
    color: #d39e00 !important; }
  .text-danger {
    color: #dc3545 !important; }
  a.text-danger:hover, a.text-danger:focus {
    color: #bd2130 !important; }
  .text-light {
    color: #f7f7f7 !important; }
  a.text-light:hover, a.text-light:focus {
    color: #dedede !important; }
  .text-dark {
    color: #313335 !important; }
  a.text-dark:hover, a.text-dark:focus {
    color: #191a1b !important; }
  .text-medium {
    color: #63666a !important; }
  a.text-medium:hover, a.text-medium:focus {
    color: #4a4d50 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #63666a !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }

  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td, .table th {
      background-color: #fff !important; }

  .table-bordered th, .table-bordered td {
    border: 1px solid #d7d8da !important; }

  .table-dark {
    color: inherit; }
    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
      border-color: #d7d8da; }

  .table .thead-dark th {
    color: inherit;
    border-color: #d7d8da; } }

.sk-fading-circle {
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative; }

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }

  40% {
    opacity: 1; } }

.activity-indicator {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0); }

.spinner {
  animation: rotator 1.4s linear infinite; }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(270deg); } }

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@keyframes colors {
  0% {
    stroke: #4285f4; }

  25% {
    stroke: #de3e35; }

  50% {
    stroke: #f7c223; }

  75% {
    stroke: #1b9a59; }

  100% {
    stroke: #4285f4; } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

/*
 .admin-bar {
 .aw-page {
 padding-top:34px;
 }
 @media (max-width: 787px) {
 .aw-page {
 padding-top:46px;
 }
 }
 #mobile-menu-button {
 @include media-breakpoint-up(xl) {
 }
 @include media-breakpoint-down(lg){
 top:68px;
 }
 @media (max-width: 787px) {
 top:78px;
 }
 @include media-breakpoint-down(sm){
 top:48px;
 }
 }
 @media print {
 .aw-page {
 padding-top:0;
 }
 }
 }
 */

.aspect-16x9 {
  position: relative;
  display: block; }
  .aspect-16x9:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .aspect-16x9 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-16x9 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-16x9 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-16x9 .image img {
    max-width: 100%; }
  .aspect-16x9 .icon, .aspect-16x9 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-16x9 .icon img, .aspect-16x9 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-16x9 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-16x18 {
  position: relative;
  display: block; }
  .aspect-16x18:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 113.4930643127%; }
  .aspect-16x18 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-16x18 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-16x18 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-16x18 .image img {
    max-width: 100%; }
  .aspect-16x18 .icon, .aspect-16x18 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-16x18 .icon img, .aspect-16x18 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-16x18 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-5x2 {
  position: relative;
  display: block; }
  .aspect-5x2:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40%; }
  .aspect-5x2 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-5x2 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-5x2 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-5x2 .image img {
    max-width: 100%; }
  .aspect-5x2 .icon, .aspect-5x2 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-5x2 .icon img, .aspect-5x2 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-5x2 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-5x3 {
  position: relative;
  display: block; }
  .aspect-5x3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60%; }
  .aspect-5x3 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-5x3 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-5x3 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-5x3 .image img {
    max-width: 100%; }
  .aspect-5x3 .icon, .aspect-5x3 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-5x3 .icon img, .aspect-5x3 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-5x3 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-4x3 {
  position: relative;
  display: block; }
  .aspect-4x3:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .aspect-4x3 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-4x3 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-4x3 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-4x3 .image img {
    max-width: 100%; }
  .aspect-4x3 .icon, .aspect-4x3 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-4x3 .icon img, .aspect-4x3 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-4x3 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-3x4 {
  position: relative;
  display: block; }
  .aspect-3x4:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333%; }
  .aspect-3x4 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-3x4 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-3x4 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-3x4 .image img {
    max-width: 100%; }
  .aspect-3x4 .icon, .aspect-3x4 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-3x4 .icon img, .aspect-3x4 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-3x4 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-4x5 {
  position: relative;
  display: block; }
  .aspect-4x5:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125%; }
  .aspect-4x5 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-4x5 > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-4x5 img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-4x5 .image img {
    max-width: 100%; }
  .aspect-4x5 .icon, .aspect-4x5 .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-4x5 .icon img, .aspect-4x5 .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-4x5 iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-square {
  position: relative;
  display: block; }
  .aspect-square:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .aspect-square > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-square > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-square img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-square .image img {
    max-width: 100%; }
  .aspect-square .icon, .aspect-square .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-square .icon img, .aspect-square .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-square iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

@media (max-width: 991px) {
    .aspect-md-square {
      position: relative;
      display: block; }
      .aspect-md-square:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
      .aspect-md-square > * {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
        display: block !important; }
      .aspect-md-square > i {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        overflow: visible;
        padding: 0;
        max-width: none;
        font-size: 100px;
        line-height: 100px; }
      .aspect-md-square img {
        width: 100%;
        object-fit: cover;
        height: 100%; }
      .aspect-md-square .image img {
        max-width: 100%; }
      .aspect-md-square .icon, .aspect-md-square .logo {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important; }
        .aspect-md-square .icon img, .aspect-md-square .logo img {
          max-height: 75%;
          max-width: 75%;
          width: auto;
          height: auto;
          object-fit: contain;
          /*
           position: absolute;
           max-width: 55%;
           height:auto;
           left:50%;
           top:50%;
           transform: translate(-50%,-50%);
           object-fit: none;
           */ }
      .aspect-md-square iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; } }

.aspect-sub-nav-grid {
  position: relative;
  display: block; }
  .aspect-sub-nav-grid:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 61.4035087719%; }
  .aspect-sub-nav-grid > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .aspect-sub-nav-grid > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .aspect-sub-nav-grid img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .aspect-sub-nav-grid .image img {
    max-width: 100%; }
  .aspect-sub-nav-grid .icon, .aspect-sub-nav-grid .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .aspect-sub-nav-grid .icon img, .aspect-sub-nav-grid .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .aspect-sub-nav-grid iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }

.aspect-remove .aspect-16x9:before, .aspect-none .aspect-16x9:before, .aspect-remove .aspect-5x2:before, .aspect-none .aspect-5x2:before, .aspect-remove .aspect-5x3:before, .aspect-none .aspect-5x3:before, .aspect-remove .aspect-4x3:before, .aspect-none .aspect-4x3:before, .aspect-remove .aspect-3x4:before, .aspect-none .aspect-3x4:before, .aspect-remove .aspect-4x5:before, .aspect-none .aspect-4x5:before, .aspect-remove .aspect-square:before, .aspect-none .aspect-square:before, .aspect-remove .aspect-md-square:before, .aspect-none .aspect-md-square:before {
  padding-top: 0; }
  .aspect-remove .aspect-16x9 > *, .aspect-none .aspect-16x9 > *, .aspect-remove .aspect-5x2 > *, .aspect-none .aspect-5x2 > *, .aspect-remove .aspect-5x3 > *, .aspect-none .aspect-5x3 > *, .aspect-remove .aspect-4x3 > *, .aspect-none .aspect-4x3 > *, .aspect-remove .aspect-3x4 > *, .aspect-none .aspect-3x4 > *, .aspect-remove .aspect-4x5 > *, .aspect-none .aspect-4x5 > *, .aspect-remove .aspect-square > *, .aspect-none .aspect-square > *, .aspect-remove .aspect-md-square > *, .aspect-none .aspect-md-square > * {
    position: relative; }
  .aspect-remove .aspect-16x9 .icon, .aspect-none .aspect-16x9 .icon, .aspect-remove .aspect-5x2 .icon, .aspect-none .aspect-5x2 .icon, .aspect-remove .aspect-5x3 .icon, .aspect-none .aspect-5x3 .icon, .aspect-remove .aspect-4x3 .icon, .aspect-none .aspect-4x3 .icon, .aspect-remove .aspect-3x4 .icon, .aspect-none .aspect-3x4 .icon, .aspect-remove .aspect-4x5 .icon, .aspect-none .aspect-4x5 .icon, .aspect-remove .aspect-square .icon, .aspect-none .aspect-square .icon, .aspect-remove .aspect-md-square .icon, .aspect-none .aspect-md-square .icon, .aspect-remove .aspect-16x9 .logo, .aspect-none .aspect-16x9 .logo, .aspect-remove .aspect-5x2 .logo, .aspect-none .aspect-5x2 .logo, .aspect-remove .aspect-5x3 .logo, .aspect-none .aspect-5x3 .logo, .aspect-remove .aspect-4x3 .logo, .aspect-none .aspect-4x3 .logo, .aspect-remove .aspect-3x4 .logo, .aspect-none .aspect-3x4 .logo, .aspect-remove .aspect-4x5 .logo, .aspect-none .aspect-4x5 .logo, .aspect-remove .aspect-square .logo, .aspect-none .aspect-square .logo, .aspect-remove .aspect-md-square .logo, .aspect-none .aspect-md-square .logo {
    padding: 15px 15px 0 15px; }
  .aspect-remove .aspect-16x9 .icon img, .aspect-none .aspect-16x9 .icon img, .aspect-remove .aspect-5x2 .icon img, .aspect-none .aspect-5x2 .icon img, .aspect-remove .aspect-5x3 .icon img, .aspect-none .aspect-5x3 .icon img, .aspect-remove .aspect-4x3 .icon img, .aspect-none .aspect-4x3 .icon img, .aspect-remove .aspect-3x4 .icon img, .aspect-none .aspect-3x4 .icon img, .aspect-remove .aspect-4x5 .icon img, .aspect-none .aspect-4x5 .icon img, .aspect-remove .aspect-square .icon img, .aspect-none .aspect-square .icon img, .aspect-remove .aspect-md-square .icon img, .aspect-none .aspect-md-square .icon img, .aspect-remove .aspect-16x9 .logo img, .aspect-none .aspect-16x9 .logo img, .aspect-remove .aspect-5x2 .logo img, .aspect-none .aspect-5x2 .logo img, .aspect-remove .aspect-5x3 .logo img, .aspect-none .aspect-5x3 .logo img, .aspect-remove .aspect-4x3 .logo img, .aspect-none .aspect-4x3 .logo img, .aspect-remove .aspect-3x4 .logo img, .aspect-none .aspect-3x4 .logo img, .aspect-remove .aspect-4x5 .logo img, .aspect-none .aspect-4x5 .logo img, .aspect-remove .aspect-square .logo img, .aspect-none .aspect-square .logo img, .aspect-remove .aspect-md-square .logo img, .aspect-none .aspect-md-square .logo img {
    height: 100px;
    object-fit: none; }

.cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.autocomplete-suggestions {
  border: 1px solid #ddd;
  background: #f1f1f2;
  overflow: auto;
  line-height: 1.1;
  border-radius: 0px; }

.autocomplete-suggestions .container-fluid {
  padding-left: 5px;
  padding-row: 5px; }

.autocomplete-suggestions .row {
  margin-left: -5px;
  margin-row: -5px; }

.autocomplete-suggestions .col-12, .autocomplete-suggestions .col-lg-6 {
  padding-left: 2px;
  padding-right: 2px; }

.autocomplete-suggestions .card {
  margin-bottom: 5px;
  box-shadow: none;
  -webkit-box-shadow: none;
  cursor: pointer;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.25); }

.autocomplete-suggestions .card-body {
  padding: 10px 10px; }
/*
 .autocomplete-suggestion {
 font-size: 14px;
 display: block;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 width: 50%;
 float: left;
 line-height: 35px;
 padding: 0 10px;
 border-right: 1px solid #DDD;
 cursor: pointer;
 }
 */
.autocomplete-suggestion {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 20px; }

.autocomplete-selected {
  background: #1c9ad6; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #39f; }

.autocomplete-group {
  font-weight: bold;
  font-size: 12px;
  padding: 10px 10px 8px;
  display: block;
  color: #999;
  float: left;
  width: 100%; }

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
  font-weight: 400; }
/*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }
/*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.drop-menu {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media print {
  .drop-menu {
    display: none; } }
  .drop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    width: 200px; }
  .drop-menu ul li {
    border-bottom: 1px solid #ddd;
    padding: 0 0px 0 0; }
  .drop-menu ul li a {
    font-size: 12px;
    padding: 10px 10px;
    display: block;
    line-height: 1.1; }
  .drop-menu ul li:last-of-type {
    border-bottom: 0; }
  .drop-menu > li {
    position: relative;
    display: inline-block; }
  .drop-menu > li > a {
    display: block;
    padding: 10px 14px 10px 14px; }
  .drop-menu > li:last-of-type {
    margin-right: 0; }
  .drop-menu li.has-children > a:after, .drop-menu li.menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 6px;
    margin-top: -4px;
    display: inline-block; }
  .drop-menu .sub-menu {
    background-color: rgba(255, 255, 255, 0.95);
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    z-index: 2000;
    transition: all 400ms; }
  .drop-menu .sub-menu.right {
    right: 0; }
  .drop-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible; }
  .drop-menu .sub-menu > li {
    display: block;
    text-align: left; }
  .drop-menu a:hover {
    text-decoration: none;
    color: #1c9ad6; }
  .drop-menu a.active {
    color: #000; }
  .drop-menu.drop-menu-mobile > li {
    border-right: none;
    border-left: none;
    position: relative;
    margin-right: 0; }
  .drop-menu.drop-menu-mobile > li button {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 1; }
  .drop-menu.drop-menu-mobile li.has-children > a:after, .drop-menu.drop-menu-mobile li.menu-item-has-children > a:after {
    display: none; }
  .drop-menu.drop-menu-mobile li.has-children {
    position: relative; }
  .drop-menu.drop-menu-mobile li.has-children:after, .drop-menu.drop-menu-mobile li.menu-item-has-children:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    color: white; }
  .drop-menu.drop-menu-mobile li:hover .sub-menu {
    visibility: hidden;
    height: 0;
    transition: none; }
  .drop-menu.drop-menu-mobile .sub-menu {
    position: inherit;
    width: 100%;
    border-top: 1px solid #ddd;
    opacity: 1; }
  .drop-menu.drop-menu-mobile li.show > .sub-menu, .drop-menu.drop-menu-mobile li.active > .sub-menu {
    visibility: visible;
    height: auto;
    overflow: visible; }
  .drop-menu.drop-menu-mobile li.active:hover > .sub-menu {
    visibility: visible; }
  .drop-menu.drop-menu-mobile ul {
    border: none; }
  .drop-menu.drop-menu-mobile ul li {
    border-right: none;
    border-left: none; }
  .drop-menu.drop-menu-mobile ul li:last-of-type {
    border-bottom: none; }
  .drop-menu.vertical a {
    color: white; }
  .drop-menu.vertical ul {
    width: 100%; }
  .drop-menu.vertical ul li a {
    font-size: inherit; }
  .drop-menu.vertical > li {
    display: block;
    margin-right: 0; }
  .drop-menu.vertical > li a {
    padding: 8px; }
  .drop-menu.vertical > li a:hover {
    color: white; }
  .drop-menu.vertical ul li {
    border-bottom: none; }
  .drop-menu.vertical .sub-menu {
    background-color: rgba(255, 255, 255, 0.05);
    border-left: none;
    border-right: none;
    display: none;
    opacity: 1;
    position: relative;
    visibility: visible;
    z-index: auto;
    overflow: auto;
    height: auto; }
  .drop-menu.vertical .sub-menu > li a {
    padding-left: 12px; }
  .drop-menu.vertical .sub-menu.show {
    display: block; }
  .drop-menu.vertical li:not(.has-children):hover, .drop-menu.vertical li:not(.has-children).active {
    background-color: rgba(255, 255, 255, 0.1); }
  .drop-menu.vertical li.has-children {
    cursor: default; }
  .drop-menu.vertical a.active {
    color: white; }

.flexbox-carousel {
  overflow: hidden; }
  .flexbox-carousel .carousel {
    display: flex;
    left: -100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    transform: translateX(100%); }
  @media (min-width: 30em) {
  .flexbox-carousel .carousel {
    left: -50%;
    transform: translateX(50%); } }
  @media (min-width: 40em) {
  .flexbox-carousel .carousel {
    left: -33.33333%;
    transform: translateX(33.33333%); } }
  .flexbox-carousel .carousel.is-reversing {
    transform: translateX(-100%); }
  @media (min-width: 30em) {
  .flexbox-carousel .carousel.is-reversing {
    transform: translateX(-50%); } }
  @media (min-width: 40em) {
  .flexbox-carousel .carousel.is-reversing {
    transform: translateX(-33.33333%); } }
  .flexbox-carousel .carousel.is-set {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
  .flexbox-carousel .carousel-seat {
    background: #ddd;
    flex: 1 0 100%;
    order: 2;
    margin-right: 4px; }
  .flexbox-carousel .carousel-seat:nth-child(even) {
    background: #d5d5d5; }
  @media (min-width: 30em) {
  .flexbox-carousel .carousel-seat {
    flex-basis: 50%; } }
  @media (min-width: 40em) {
  .flexbox-carousel .carousel-seat {
    flex-basis: 33.33333%; } }
  .flexbox-carousel .carousel-seat.is-ref {
    order: 1; }
  .flexbox-carousel .carousel-seat.stacked .carousel-item:first-of-type {
    margin-bottom: 4px; }
  .flexbox-carousel .carousel-item {
    position: relative;
    display: block; }
  .flexbox-carousel .carousel-item .overlay {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    right: 10px;
    width: 100%; }

.flexbox-carousel-controls {
  padding: 2em;
  text-align: center; }

.flexbox-carousel-controls button {
  background: #aaa;
  border: 0;
  border-radius: 0.25em;
  color: #eee;
  padding: 0.5em 1em; }

.flexbox-carousel-controls button:hover, .flexbox-carousel-controls button:focus {
  background: #0a0a0a; }
/*! Flickity v2.2.1
 https://flickity.metafizzy.co
 ---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.similar-listings .carousel-cell, .listings-controller .carousel-cell {
  width: 360px;
  /* full width */
  height: 202px;
  /* height of carousel */
  margin-right: 10px; }
  @media (max-width: 991px) {
  .similar-listings .carousel-cell, .listings-controller .carousel-cell {
    width: 320px;
    /* full width */
    height: 180px;
    /* height of carousel */
    margin-right: 10px; } }
  @media (max-width: 767px) {
  .similar-listings .carousel-cell, .listings-controller .carousel-cell {
    width: 320px;
    /* full width */
    height: 180px;
    /* height of carousel */
    margin-right: 10px; } }
  .similar-listings.flickity-enabled, .listings-controller.flickity-enabled {
    margin-bottom: 40px !important; }

.contact-info {
  color: #999; }
  .contact-info a {
    color: #999; }

.position {
  color: #333;
  padding: 0 0 10px; }
/*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%; }

.gallery-caption {
  display: block; }

.grid-item-link {
  padding-bottom: 15px; }
  .grid-item-link h1, .grid-item-link h2, .grid-item-link h3, .grid-item-link h4, .grid-item-link h5 {
    margin: 0; }
  .grid-item-link a {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 0 15px 0 0;
    display: block;
    width: 100%;
    font-weight: 400;
    background-color: white;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  .grid-item-link i {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0, -100%); }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-video, .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }
  .fancybox-container * {
    box-sizing: border-box; }
  .fancybox-container [data-selectable='true'] {
    cursor: text; }

.fancybox-outer {
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
  .fancybox-is-open .fancybox-stage {
    overflow: hidden; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }
  .fancybox-caption a {
    color: #ccc;
    text-decoration: none; }
  .fancybox-caption a:link {
    color: #ccc;
    text-decoration: none; }
  .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none; }
  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }
  .fancybox-navigation .fancybox-button div {
    padding: 7px; }
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px; }
  .fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0; }

.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-slide--previous {
  display: block; }

.fancybox-slide--current {
  display: block; }

.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }
  .fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    user-select: none;
    z-index: 99995; }
  .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }
  .fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }
  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  color: #ccc; }
  .fancybox-button:visited {
    color: #ccc; }
  .fancybox-button:link {
    color: #ccc; }
  .fancybox-button:hover {
    color: #fff; }
  .fancybox-button:focus {
    outline: none; }
  .fancybox-button.fancybox-focus {
    outline: 1px dotted; }
  .fancybox-button div {
    height: 100%; }
  .fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%; }
  .fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }
  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }
  .fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  .fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .fancybox-fx-fade.fancybox-slide--current {
    opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }
  .fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5); }
  .fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }
  .fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(360deg); }
  .fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }
  .fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }
  .fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }
  .fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }
  .fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1); }

@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0; }
    .fancybox-slide--image .fancybox-close-small {
      background: #4e4e4e;
      color: #f2f4f6;
      height: 36px;
      opacity: 1;
      padding: 6px;
      right: 0;
      top: 0;
      width: 36px; }

  .fancybox-close-small {
    right: -6px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }
  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0; }
  .fancybox-share p {
    margin: 0;
    padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap; }
  .fancybox-share__button:visited {
    color: #fff; }
  .fancybox-share__button:link {
    color: #fff; }
  .fancybox-share__button:hover {
    text-decoration: none; }
  .fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px; }
  .fancybox-share__button svg path {
    fill: #fff; }

.fancybox-share__button--fb {
  background: #3b5998; }
  .fancybox-share__button--fb:hover {
    background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }
  .fancybox-share__button--pt:hover {
    background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }
  .fancybox-share__button--tw:hover {
    background: #0d95e8; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }
  .fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }
  .fancybox-thumbs__list a {
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100px; }
  .fancybox-thumbs__list a:focus::before {
    opacity: 0.5; }
  .fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1; }
  .fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px; }

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-is-sliding .fancybox-slide {
  display: block; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-can-pan .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1) {
  display: none; }

.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-is-scaling .fancybox-close-small {
  display: none; }

.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.icon-circle {
  color: white;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 10px;
  font-size: 25px; }
  .icon-circle.medium {
    color: white;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center; }
  .icon-circle.medium.letters-1 {
    font-size: 100px; }
  .icon-circle.medium.letters-2 {
    font-size: 50px; }
  .icon-circle.large {
    color: white;
    border-radius: 100px;
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center; }
  @media (max-width: 991.98px) {
    .icon-circle.large {
      border-radius: 75px;
      width: 150px;
      height: 150px;
      line-height: 150px; } }
  .icon-circle.large.letters-1 {
    font-size: 200px; }
  @media (max-width: 991.98px) {
    .icon-circle.large.letters-1 {
      font-size: 150px; } }
  .icon-circle.large.letters-2 {
    font-size: 100px; }
  @media (max-width: 991.98px) {
    .icon-circle.large.letters-2 {
      font-size: 75px; } }
/*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none; }
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.lazy {
  opacity: 0 !important; }

.lazy-fade {
  transition: opacity 400ms; }

.aw-menu-parent {
  background-color: #1c2e40; }
  .aw-menu-parent a {
    padding: 10px 0;
    display: block; }
  .aw-menu-parent a:hover {
    text-decoration: none;
    color: white; }

.media-item i.fa-angle-right {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%); }

.medialist.list .row {
  margin-bottom: 15px; }
  .medialist .col-sm-9 {
    line-height: 1; }
  .medialist i {
    color: #333; }
  .medialist a i {
    color: #333; }

.modal-view {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.75); }
  .modal-view .modal-view-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 2.5em 0;
    margin: 0 auto; }
  .modal-view .modal-view-close {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    padding: 10px; }
  .modal-view .modal-view-content {
    position: relative;
    max-width: 100%; }
  @media screen and (min-width: 576px) {
    .modal-view .modal-view-content {
      max-width: 90%;
      min-width: 26.25em; } }
  @media screen and (min-width: 576px) {
    .modal-view .modal-view-content {
      max-width: 90%;
      min-width: 26.25em; } }
  .modal-view .modal-view-content .modal-title {
    min-height: 1.5em;
    margin: 1.5em 1.5em 1em;
    font-size: 1.125em; }

.listing-item-view {
  cursor: pointer;
  color: white;
  line-height: 1; }
  .listing-item-view .fade {
    opacity: 0;
    transition: opacity 400ms; }
  .listing-item-view .inner {
    position: relative;
    background-color: #333; }
  .listing-item-view .photo {
    overflow: hidden;
    position: relative;
    position: relative;
    display: block; }
  .listing-item-view .photo:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .listing-item-view .photo > * {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: block !important; }
  .listing-item-view .photo > i {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    overflow: visible;
    padding: 0;
    max-width: none;
    font-size: 100px;
    line-height: 100px; }
  .listing-item-view .photo img {
    width: 100%;
    object-fit: cover;
    height: 100%; }
  .listing-item-view .photo .image img {
    max-width: 100%; }
  .listing-item-view .photo .icon, .listing-item-view .photo .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; }
  .listing-item-view .photo .icon img, .listing-item-view .photo .logo img {
    max-height: 75%;
    max-width: 75%;
    width: auto;
    height: auto;
    object-fit: contain;
    /*
     position: absolute;
     max-width: 55%;
     height:auto;
     left:50%;
     top:50%;
     transform: translate(-50%,-50%);
     object-fit: none;
     */ }
  .listing-item-view .photo iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .listing-item-view .photo > * img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .listing-item-view .status {
    font-weight: 400; }
  .listing-item-view.Pending .status {
    color: #ffad30; }
  .listing-item-view.Closed .status {
    color: #f62a6a; }
  .listing-item-view .remove {
    display: none; }
  .listing-item-view .active.favorite:hover, .listing-item-view .remove:hover {
    color: red; }
  .listing-item-view .top {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 59%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    top: 0;
    padding: 10px;
    color: white;
    width: 100%; }
  .listing-item-view .top > * {
    margin: 0; }
  .listing-item-view .bottom {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: white;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 59%, rgba(0, 0, 0, 0.65) 100%);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.25); }
  .listing-item-view .bottom > * {
    margin: 0; }
  .listing-item-view .actions {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  .listing-item-view .actions.active {
    color: red; }
  .listing-item-view.active .inner {
    background-color: #b2ddeb; }
  .listing-item-view:hover .inner {
    border-color: #b2ddeb; }
  .listing-item-view:hover .fade {
    opacity: 1; }

.recent-listings header, .similar-listings header, .listings-controller header {
  padding: 0 15px;
  margin-bottom: 15px; }
  @media (min-width: 576px) {
  .recent-listings, .similar-listings, .listings-controller {
    padding-right: 0; } }
  .recent-listings .listing-item-view, .similar-listings .listing-item-view, .listings-controller .listing-item-view {
    /*
     padding: 0 15px;
     margin-bottom: 30px;
     width: 33.33%;
     float: left;
     @media (max-width: $screen-lg-max) {
     width: 50%
     }
     @media (max-width: map_get($grid-breakpoints, "sm")) {
     width: 100%;
     padding:0;
     margin-bottom: 0;
     &:last-of-type {
     margin-bottom: 30px;
     }
     }
     */ }
  @media (min-width: 992px) {
      .recent-listings.column .listing-item-view, .similar-listings.column .listing-item-view, .listings-controller.column .listing-item-view {
        width: 100%;
        float: none; } }

.listings-controller {
  margin-bottom: 30px; }
  .listings-controller .slick-slide {
    margin: 0 5px; }

.guest .listing-item-view .bookmark {
  display: none; }
  .guest .listing-item-view .remove {
    display: none; }

@media (max-width: 991.98px) {
    .search-view select {
      margin-bottom: 15px; } }

.search-field-view {
  position: relative;
  text-align: left; }
  .search-field-view .twitter-typeahead {
    background-color: transparent;
    display: inline-block;
    width: 100%; }
  .search-field-view .tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding: 0;
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .search-field-view .tt-suggestion {
    margin: 0 0 0 20px;
    padding: 5px 0 5px 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ddd;
    font-size: 16px; }
  .search-field-view .tt-suggestion.tt-cursor {
    color: #ddd;
    cursor: pointer; }
  .search-field-view .tt-suggestion:last-of-type {
    border-bottom: none; }
  .search-field-view .typeahead-header {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: normal; }
  .search-field-view .tt-dataset:first-of-type {
    border-top: none; }
  .search-field-view .btn, .search-field-view .comments .comment-form input[type="submit"], .comments .comment-form .search-field-view input[type="submit"] {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    width: 40px; }
  .search-field-view .btn-reset {
    z-index: 2;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 0; }
  .search-field-view .d-none {
    display: none; }
  .search-field-view .form-control, .search-field-view .comments .comment-form input[type="text"], .comments .comment-form .search-field-view input[type="text"], .search-field-view .comments .comment-form input[type="email"], .comments .comment-form .search-field-view input[type="email"], .search-field-view .comments .comment-form input[type="url"], .comments .comment-form .search-field-view input[type="url"], .search-field-view .comments .comment-form textarea, .comments .comment-form .search-field-view textarea {
    background-color: rgba(255, 255, 255, 0.85); }

.circle-sm {
  display: inline-block;
  border-radius: 50%;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  color: white; }

.circle-md {
  display: inline-block;
  border-radius: 50%;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  color: white; }

.circle-lg {
  display: inline-block;
  border-radius: 50%;
  min-width: 75px;
  height: 75px;
  line-height: 75px;
  color: white; }

.circle-xl {
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  height: 100px;
  line-height: 100px;
  color: white; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-list {
  /* background: #fff slick-image-url("./assets/img/ajax-loader.gif") center center no-repeat; */ }
  /* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
  .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before, .slick-next:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\f053"; }
  [dir="rtl"] .slick-prev:before {
    content: "\f054"; }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\f054"; }
  [dir="rtl"] .slick-next:before {
    content: "\f053"; }
/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/ }

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; }
  .slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
      opacity: 1; }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f111";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; }

.twitter-typeahead {
  background-color: #fff;
  display: block;
  width: 100%;
  position: inherit !important;
  display: block !important;
  border-radius: 0.2rem; }
  .twitter-typeahead .fa-spin {
    position: absolute;
    right: 9px;
    top: 15px; }
  .twitter-typeahead .tt-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding: 0;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    color: black; }
  .twitter-typeahead .tt-suggestion {
    padding: 0px 10px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    color: black; }
  .twitter-typeahead .tt-suggestion strong {
    color: #1c9ad6; }
  .twitter-typeahead .tt-suggestion.tt-cursor {
    background-color: #1c9ad6;
    color: #fff;
    cursor: pointer; }
  .twitter-typeahead .tt-suggestion.tt-cursor strong {
    color: #fff; }
  .twitter-typeahead .tt-suggestion + .tt-suggestion {
    border-top: 1px solid #ccc; }
  .twitter-typeahead .typeahead-header {
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold; }
/*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em; }
  .widget .title {
    margin-bottom: 15px; }
  .widget ul {
    list-style: none !important;
    padding: 0 !important;
    line-height: inherit !important; }
  .widget ul li {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    background: none;
    margin-left: 0; }
  /* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%; }
/* =WordPress Core
 -------------------------------------------------------------- */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }
/* calendar widget */
.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: right;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 10px; }

#wp-calendar thead th {
  padding-bottom: 10px; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 0.625em #d9d9d9; }
  .swal2-popup.swal2-toast .swal2-header {
    flex-direction: row; }
  .swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.6em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-footer {
    margin: 0.5em 0 0;
    padding: 0.5em 0 0;
    font-size: 0.8em; }
  .swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.8; }
  .swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0; }
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: bold; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: 0.25em; } }
  .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em; }
  .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    top: 0.875em;
    width: 1.375em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
      left: 0.3125em; }
    .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
      right: 0.3125em; }
  .swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 0.3125em; }
  .swal2-popup.swal2-toast .swal2-styled {
    margin: 0 0.3125em;
    padding: 0.3125em 0.625em;
    font-size: 1em; }
  .swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86; }
  .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
      top: -0.8em;
      left: -0.5em;
      transform: rotate(-45deg);
      transform-origin: 2em 2em;
      border-radius: 4em 0 0 4em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
      top: -0.25em;
      left: 0.9375em;
      transform-origin: 0 1.5em;
      border-radius: 0 4em 4em 0; }
  .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em; }
  .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: 0.4375em;
    width: 0.4375em;
    height: 2.6875em; }
  .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
    height: 0.3125em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
      top: 1.125em;
      left: 0.1875em;
      width: 0.75em; }
    .swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
      top: 0.9375em;
      right: 0.1875em;
      width: 1.375em; }
  .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-toast-animate-success-line-tip 0.75s; }
    .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
      animation: swal2-toast-animate-success-line-long 0.75s; }
  .swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show 0.5s; }
  .swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide 0.1s forwards; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch; }
  .swal2-container.swal2-backdrop-show {
    background: rgba(0, 0, 0, 0.4); }
  .swal2-container.swal2-backdrop-hide {
    background: transparent !important; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-start, .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-start, .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-start, .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-right > :first-child {
    margin-top: auto; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
  .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
    align-items: center; }
  .swal2-container.swal2-grow-column.swal2-top-start, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
    align-items: flex-start; }
  .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
    align-items: flex-end; }
  .swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem; }
  .swal2-popup:focus {
    outline: none; }
  .swal2-popup.swal2-loading {
    overflow-y: hidden; }

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0; }
  .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: 0.4; }
  .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }
  .swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }
  .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    box-sizing: border-box;
    width: 2.5em;
    height: 2.5em;
    margin: 0.46875em;
    padding: 0;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 0.25em solid transparent;
    border-radius: 100%;
    border-color: transparent;
    background-color: transparent !important;
    color: transparent;
    cursor: default;
    user-select: none; }
  .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
    margin-right: 30px;
    margin-left: 30px; }
  .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border: 3px solid #999;
    border-radius: 50%;
    border-right-color: transparent;
    box-shadow: 1px 1px 1px #fff; }

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  box-shadow: none;
  font-weight: 500; }
  .swal2-styled:not([disabled]) {
    cursor: pointer; }
  .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #3085d6;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #aaa;
    color: #fff;
    font-size: 1.0625em; }
  .swal2-styled:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, 0.4); }
  .swal2-styled::-moz-focus-inner {
    border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-close {
  position: absolute;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer; }
  .swal2-close:hover {
    transform: none;
    background: transparent;
    color: #f27474; }
  .swal2-close::-moz-focus-inner {
    border: 0; }

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word; }

.swal2-input, .swal2-file, .swal2-textarea, .swal2-select, .swal2-radio, .swal2-checkbox {
  margin: 1em auto; }

.swal2-input, .swal2-file, .swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em; }
  .swal2-input.swal2-inputerror, .swal2-file.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important; }
  .swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: none;
    box-shadow: 0 0 3px #c4e6f5; }
  .swal2-input::placeholder, .swal2-file::placeholder, .swal2-textarea::placeholder {
    color: #ccc; }

.swal2-range {
  margin: 1em auto;
  background: #fff; }
  .swal2-range input {
    width: 80%; }
  .swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center; }
  .swal2-range input, .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em; }
  .swal2-input[type='number'] {
    max-width: 10em; }

.swal2-file {
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-radio, .swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }
  .swal2-radio label, .swal2-checkbox label {
    margin: 0 0.6em;
    font-size: 1.125em; }
  .swal2-radio input, .swal2-checkbox input {
    margin: 0 0.4em; }

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300; }
  .swal2-validation-message::before {
    content: '!';
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 0.625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1em auto 1em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none; }
  .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em; }
  .swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474; }
  .swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1; }
  .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #f27474; }
  .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
    left: 1.0625em;
    transform: rotate(45deg); }
  .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
    right: 1em;
    transform: rotate(-45deg); }
  .swal2-icon.swal2-error.swal2-icon-show {
    animation: swal2-animate-error-icon 0.5s; }
  .swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    animation: swal2-animate-error-x-mark 0.5s; }
  .swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86; }
  .swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee; }
  .swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86; }
  .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%; }
  .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
    top: -0.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em; }
  .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
    top: -0.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0; }
  .swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -0.25em;
    left: -0.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: 0.25em solid rgba(165, 220, 134, 0.3);
    border-radius: 50%; }
  .swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0.5em;
    left: 1.625em;
    width: 0.4375em;
    height: 5.625em;
    transform: rotate(-45deg); }
  .swal2-icon.swal2-success [class^='swal2-success-line'] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #a5dc86; }
  .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
    top: 2.875em;
    left: 0.8125em;
    width: 1.5625em;
    transform: rotate(45deg); }
  .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
    transform: rotate(-45deg); }
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    animation: swal2-animate-success-line-tip 0.75s; }
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    animation: swal2-animate-success-line-long 0.75s; }
  .swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600; }
  .swal2-progress-steps li {
    display: inline-block;
    position: relative; }
  .swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #3085d6;
    color: #fff;
    line-height: 2em;
    text-align: center; }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3085d6; }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff; }
  .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6; }
  .swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    width: 2.5em;
    height: 0.4em;
    margin: 0 -1px;
    background: #3085d6; }

[class^='swal2'] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  animation: swal2-show 0.3s; }

.swal2-hide {
  animation: swal2-hide 0.15s forwards; }

.swal2-noanimation {
  transition: none; }

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

.swal2-rtl .swal2-close {
  right: auto;
  left: 0; }
  .swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
    .swal2-range output {
      display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
    .swal2-range output {
      display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }

  33% {
    transform: translateY(0) rotateZ(-2deg); }

  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }

  100% {
    transform: translateY(0) rotateZ(0deg); } }

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0; }

  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0; }

  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em; }

  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em; }

  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em; } }

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }

  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0; }

  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em; }

  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em; } }

@keyframes swal2-show {
  0% {
    transform: scale(0.7); }

  45% {
    transform: scale(1.05); }

  80% {
    transform: scale(0.95); }

  100% {
    transform: scale(1); } }

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0; }

  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0; }

  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em; }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }

  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }

  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em; } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }

  5% {
    transform: rotate(-45deg); }

  12% {
    transform: rotate(-405deg); }

  100% {
    transform: rotate(-405deg); } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }

  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }

  80% {
    margin-top: -0.375em;
    transform: scale(1.15); }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }

  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }
  body.swal2-height-auto {
    height: auto !important; }
  body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0.625em * 2);
    background-color: transparent !important; }
  body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-top-start, body.swal2-no-backdrop .swal2-container.swal2-top-left {
    top: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-start, body.swal2-no-backdrop .swal2-container.swal2-center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-start, body.swal2-no-backdrop .swal2-container.swal2-bottom-left {
    bottom: 0;
    left: 0; }
  body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0; }
  @media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
      display: none; }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
      position: static !important; } }
  body.swal2-toast-shown .swal2-container {
    background-color: transparent; }
  body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  body.swal2-toast-shown .swal2-container.swal2-top-start, body.swal2-toast-shown .swal2-container.swal2-top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-center-start, body.swal2-toast-shown .swal2-container.swal2-center-left {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%); }
  body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-start, body.swal2-toast-shown .swal2-container.swal2-bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
  body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }
  body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch; }
  body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: 0.3125em; }
  body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center; }
  body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: 0.3125em auto;
    font-size: 1em; }
  body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em; }

.aw-affiliate-grid .grid-item .link a {
  padding: 10px;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer; }
  .aw-affiliate-grid .grid-item a:hover {
    text-decoration: none; }
  .aw-affiliate-grid .grid-item > .inner {
    position: relative;
    display: block; }
  .aw-affiliate-grid .grid-item .image .inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 90%; }
  .aw-affiliate-grid .grid-item .title, .aw-affiliate-grid .grid-item .excerpt, .aw-affiliate-grid .grid-item .link {
    padding: 20px 20px 0px 20px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-affiliate-grid .grid-item .excerpt {
    padding-top: 5px; }
  .aw-affiliate-grid .grid-item .link {
    padding-bottom: 20px; }
  .aw-affiliate-grid .grid-item .title h3 {
    margin-top: 0; }
  .aw-affiliate-grid.card .grid-item .image {
    float: left;
    width: 25%;
    padding: 20px 10px 0 20px;
    text-align: center; }
  .aw-affiliate-grid.card .grid-item .copy, .aw-affiliate-grid.card .grid-item .link {
    float: left;
    width: 100%; }
  .aw-affiliate-grid.card .grid-item .title, .aw-affiliate-grid.card .grid-item .excerpt {
    paddding-left: 0; }
  .aw-affiliate-grid.card .grid-item .link {
    paddding-left: 0;
    text-align: right;
    padding-top: 0; }

.aw-category-grid .grid-item, .aw-post-grid .grid-item {
  margin-bottom: 30px; }
  @media (max-width: 767.98px) {
    .aw-category-grid .grid-item, .aw-post-grid .grid-item {
      margin-bottom: 15px; } }
  .aw-category-grid .grid-item .image, .aw-post-grid .grid-item .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .aw-category-grid .grid-item a, .aw-post-grid .grid-item a {
    text-decoration: none; }
  .aw-category-grid .grid-item .title *, .aw-post-grid .grid-item .title * {
    margin: 0; }
  .aw-category-grid .grid-item .title, .aw-post-grid .grid-item .title, .aw-category-grid .grid-item .excerpt, .aw-post-grid .grid-item .excerpt, .aw-category-grid .grid-item .content, .aw-post-grid .grid-item .content, .aw-category-grid .grid-item .link, .aw-post-grid .grid-item .link {
    padding: 15px 15px 0px 15px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-category-grid .grid-item .link, .aw-post-grid .grid-item .link {
    padding-bottom: 15px; }
  .aw-category-grid .grid-item a, .aw-post-grid .grid-item a {
    touch-action: manipulation;
    cursor: pointer; }
  .aw-category-grid .grid-item a:hover, .aw-post-grid .grid-item a:hover {
    text-decoration: none; }
  .aw-category-grid.title_only .grid-item .title, .aw-post-grid.title_only .grid-item .title {
    padding: 15px;
    text-align: center; }
  .aw-category-grid.title_only .grid-item i, .aw-post-grid.title_only .grid-item i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }
  .aw-category-grid.title_only .grid-item .lower, .aw-post-grid.title_only .grid-item .lower {
    padding-top: 15px 0; }
  @media (max-width: 767.98px) {
      .aw-category-grid.title_only .grid-item .inner > .row, .aw-post-grid.title_only .grid-item .inner > .row {
        position: relative; }
        .aw-category-grid.title_only .grid-item .lower, .aw-post-grid.title_only .grid-item .lower {
          position: absolute;
          top: 50%;
          left: 40%;
          transform: translate(0, -50%); }
        .aw-category-grid.title_only .grid-item .title, .aw-post-grid.title_only .grid-item .title {
          padding: 0;
          text-align: left; } }

.aw-community-footer {
  margin-bottom: 20px; }

.aw-course-grid .grid-item .link a, .aw-class-grid .grid-item .link a {
  padding: 10px;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer; }
  .aw-course-grid .grid-item a, .aw-class-grid .grid-item a {
    color: inherit; }
  .aw-course-grid .grid-item a:hover, .aw-class-grid .grid-item a:hover {
    display: block;
    text-decoration: none;
    color: inherit; }
  .aw-course-grid .grid-item > .inner, .aw-class-grid .grid-item > .inner {
    position: relative;
    display: block; }
  .aw-course-grid .grid-item .image, .aw-class-grid .grid-item .image {
    background-repeat: no-repeat;
    background-size: cover; }
  .aw-course-grid .grid-item .title, .aw-class-grid .grid-item .title, .aw-course-grid .grid-item .excerpt, .aw-class-grid .grid-item .excerpt {
    padding: 15px 15px 0px 15px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-course-grid .grid-item .excerpt, .aw-class-grid .grid-item .excerpt {
    padding-top: 5px;
    padding-bottom: 15px; }
  .aw-course-grid .grid-item .title *, .aw-class-grid .grid-item .title * {
    margin: 0; }

.aw-event-grid .grid-item .link a {
  padding: 10px;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer; }
  .aw-event-grid .grid-item a:hover {
    text-decoration: none; }
  .aw-event-grid .grid-item > .inner {
    position: relative;
    display: block; }
  .aw-event-grid .grid-item .image {
    background-repeat: no-repeat;
    background-size: cover; }
  .aw-event-grid .grid-item .title, .aw-event-grid .grid-item .excerpt, .aw-event-grid .grid-item .link {
    padding: 15px 15px 0px 15px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-event-grid .grid-item .excerpt {
    padding-top: 5px; }
  .aw-event-grid .grid-item .link {
    padding-bottom: 15px; }
  .aw-event-grid .grid-item .title * {
    margin: 0; }
  .aw-event-grid.no-button .excerpt {
    padding-bottom: 15px; }
  .aw-event-grid.title_only .grid-item .title {
    padding: 15px; }
  .aw-event-grid.title_only .grid-item i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }
  .aw-grid-item .link a {
    padding: 10px;
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer; }
  .aw-grid-item a:hover {
    text-decoration: none; }
  .aw-grid-item > .inner {
    position: relative;
    display: block; }
  .aw-grid-item .image {
    background-repeat: no-repeat;
    background-size: cover; }
  .aw-grid-item .title, .aw-grid-item .excerpt, .aw-grid-item .link {
    padding: 20px 20px 0px 20px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-grid-item .excerpt {
    padding-top: 5px; }
  .aw-grid-item .link {
    padding-bottom: 20px; }
  .aw-grid-item .title h3 {
    margin: 0; }

.aw-group-grid .grid-item .link a {
  padding: 10px;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer; }
  .aw-group-grid .grid-item a:hover {
    text-decoration: none; }
  .aw-group-grid .grid-item > .inner {
    position: relative;
    display: block; }
  .aw-group-grid .grid-item .image .inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 90%; }
  .aw-group-grid .grid-item .title, .aw-group-grid .grid-item .excerpt, .aw-group-grid .grid-item .link {
    padding: 20px 20px 0px 20px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-group-grid .grid-item .content {
    padding-top: 5px; }
  .aw-group-grid .grid-item .link {
    padding-bottom: 20px; }
  .aw-group-grid .grid-item .title h3 {
    margin: 0; }
  .aw-group-grid.card .grid-item .image {
    float: left;
    width: 33%;
    padding: 20px 10px 0 20px;
    text-align: center; }
  .aw-group-grid.card .grid-item .copy, .aw-group-grid.card .grid-item .link {
    float: right;
    width: 66%; }
  .aw-group-grid.card .grid-item .title, .aw-group-grid.card .grid-item .content {
    padding-left: 0; }
  .aw-group-grid.card .grid-item .title a, .aw-group-grid.card .grid-item .content a {
    color: #333; }
  .aw-group-grid.card .grid-item .title a:hover, .aw-group-grid.card .grid-item .content a:hover {
    color: #1c9ad6; }
  .aw-group-grid.card .grid-item .content {
    padding-top: 0;
    padding-left: 0; }
  .aw-group-grid.card .grid-item .content a {
    color: #999; }
  .aw-group-grid.card .grid-item .content a:hover {
    color: #1c9ad6; }
  .aw-group-grid.card .grid-item .position {
    font-weight: bold;
    margin-bottom: 10px; }
  .aw-group-grid.card .grid-item .link {
    padding-left: 0;
    text-align: left; }

.aw-media-grid .grid-item .link a {
  padding: 10px;
  display: inline-block;
  touch-action: manipulation;
  cursor: pointer; }
  .aw-media-grid .grid-item a:hover {
    text-decoration: none; }
  .aw-media-grid .grid-item > .inner {
    position: relative;
    display: block; }
  .aw-media-grid .grid-item .icon {
    text-align: center;
    margin-top: 20px; }
  .aw-media-grid .grid-item .icon i {
    font-size: 74px; }
  .aw-media-grid .grid-item .title, .aw-media-grid .grid-item .link {
    padding: 5px 20px 0px 20px;
    margin: 0;
    display: block;
    width: 100%; }
  .aw-media-grid .grid-item .link {
    padding-bottom: 20px; }
  .aw-media-grid .grid-item .copy h4 {
    margin: 10px 20px 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .aw-media-grid.card .grid-item .icon {
    float: left;
    width: 25%;
    padding: 20px 10px 0 20px;
    text-align: center; }
  .aw-media-grid.card .grid-item .copy, .aw-media-grid.card .grid-item .link {
    float: right;
    width: 75%; }
  .aw-media-grid.card .grid-item .link {
    paddding-left: 0;
    text-align: right;
    padding-top: 0; }

.aw-member-grid {
  font-size: 13px; }
  .aw-member-grid .card a:hover {
    text-decoration: none; }
  .aw-member-grid .card > .inner {
    position: relative;
    display: block; }
  .aw-member-grid .card .image .inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 90%; }
  .aw-member-grid .card .content {
    font-size: 12px; }
  .aw-member-grid .card .image {
    float: left;
    width: 25%;
    padding: 10px; }
  .aw-member-grid .card .link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right; }
  .aw-member-grid .card .link a {
    padding: 5px;
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 12px;
    touch-action: manipulation;
    cursor: pointer; }
  .aw-member-grid .card.has-image .grid-item .copy, .aw-member-grid .card.has-image .grid-item .link {
    float: right;
    width: 75%; }
  .aw-member-grid .card.has-image .grid-item .title, .aw-member-grid .card.has-image .grid-item .excerpt {
    paddding-left: 0; }
  .aw-member-grid .card.has-image .grid-item .link {
    paddding-left: 0;
    text-align: right;
    padding-top: 0; }
  .aw-member-grid .card .phone {
    margin-top: 5px; }
  @media (max-width: 767.98px) {
    .aw-member-grid .rows {
      line-height: 1.4; } }
  .aw-member-grid .rows .avatar {
    width: 75px;
    text-align: center; }
  .aw-member-grid .rows .avatar img {
    display: inline-block;
    max-height: 45px; }
    .aw-member-grid .rows .avatar img.member-icon {
      width: 45px; }
  .aw-member-grid .rows td {
    vertical-align: middle; }
  .aw-member-grid.no-button .phone {
    margin-bottom: 20px; }

.aw-office-grid {
  line-height: 1.2;
  font-size: 13px; }
  .aw-office-grid .card a:hover {
    text-decoration: none; }
  .aw-office-grid .card > .inner {
    position: relative;
    display: block; }
  .aw-office-grid .card .image .inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 90%; }
  .aw-office-grid .card .content {
    font-size: 12px; }
  .aw-office-grid .card .image {
    float: left;
    width: 25%;
    padding: 10px; }
  .aw-office-grid .card .link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right; }
  .aw-office-grid .card .link a {
    padding: 5px;
    display: inline-block;
    touch-action: manipulation;
    cursor: pointer;
    font-size: 12px;
    touch-action: manipulation;
    cursor: pointer; }
  .aw-office-grid .card.has-image .grid-item .copy, .aw-office-grid .card.has-image .grid-item .link {
    float: right;
    width: 75%; }
  .aw-office-grid .card.has-image .grid-item .title, .aw-office-grid .card.has-image .grid-item .excerpt {
    paddding-left: 0; }
  .aw-office-grid .card.has-image .grid-item .link {
    paddding-left: 0;
    text-align: right;
    padding-top: 0; }
  .aw-office-grid .card .phone {
    margin-top: 5px; }
  .aw-office-grid .rows .grid-item {
    margin-bottom: 10px; }
  .aw-office-grid .rows .grid-item .inner {
    border-bottom: 1px solid;
    padding-bottom: 10px; }
  .aw-office-grid .rows .grid-item .image {
    float: left;
    width: 25%;
    padding: 10px; }
  .aw-office-grid .rows .grid-item .link {
    text-align: right; }
  .aw-office-grid .rows .grid-item .title {
    font-weight: bold; }
  .aw-office-grid .rows .grid-item .copy, .aw-office-grid .rows .grid-item .contact, .aw-office-grid .rows .grid-item .link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 50px; }
  .aw-office-grid.no-button .phone {
    margin-bottom: 20px; }

.vw-20 > div {
  height: 20vw;
  min-height: 150px; }

.vw-25 > div {
  height: 25vw;
  min-height: 150px; }

.vw-30 > div {
  height: 30vw;
  min-height: 150px; }

.vw-35 > div {
  height: 35vw;
  min-height: 150px; }

.vw-40 > div {
  height: 40vw;
  min-height: 150px; }

.vw-45 > div {
  height: 45vw;
  min-height: 150px; }

.vw-50 > div {
  height: 50vw;
  min-height: 150px; }

.banner-wrapper {
  background-color: black;
  min-height: 25vw; }
  .banner-wrapper::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 991.98px) {
  .banner-wrapper {
    min-height: 50vw; } }
  @media (max-width: 767.98px) {
  .banner-wrapper {
    min-height: 75vw; } }

.container-wrapper, .banner-wrapper {
  position: relative; }
  .container-wrapper.left, .banner-wrapper.left {
    text-align: left; }
  .container-wrapper.right, .banner-wrapper.right {
    text-align: right; }
  .container-wrapper.center, .banner-wrapper.center {
    text-align: center; }
  .container-wrapper .banner-image, .banner-wrapper .banner-image {
    -webkit-print-color-adjust: exact;
    transition: opacity 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: center center;
    background-size: cover; }
  .container-wrapper .banner-image.loading, .banner-wrapper .banner-image.loading {
    opacity: 0 !important; }
  .container-wrapper .banner-content, .banner-wrapper .banner-content, .container-wrapper .banner-overlay, .banner-wrapper .banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .container-wrapper .banner-content .container, .banner-wrapper .banner-content .container, .container-wrapper .banner-overlay .container, .banner-wrapper .banner-overlay .container {
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }
  .container-wrapper .banner-content h1, .banner-wrapper .banner-content h1, .container-wrapper .banner-content p, .banner-wrapper .banner-content p {
    padding: 0 30px; }
  .container-wrapper .banner-content h1, .banner-wrapper .banner-content h1 {
    color: white;
    font-size: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    margin: 0; }
  @media (max-width: 767.98px) {
      .container-wrapper .banner-content h1, .banner-wrapper .banner-content h1 {
        font-size: 32px; } }
  .container-wrapper .banner-content p, .banner-wrapper .banner-content p {
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 24px; }
  .container-wrapper .banner-overlay img, .banner-wrapper .banner-overlay img {
    padding: 0 30px;
    max-height: 25vw; }
  @media (max-width: 991.98px) {
      .container-wrapper .banner-overlay img, .banner-wrapper .banner-overlay img {
        height: 40vw;
        max-height: none; } }
  @media (max-width: 767.98px) {
      .container-wrapper .banner-overlay img, .banner-wrapper .banner-overlay img {
        height: 50vw;
        max-height: none; } }
  .container-wrapper.tall, .banner-wrapper.tall {
    min-height: 35vw; }
  @media (max-width: 1199.98px) {
    .container-wrapper.tall, .banner-wrapper.tall {
      min-height: 45vw; } }
  @media (max-width: 991.98px) {
    .container-wrapper.tall, .banner-wrapper.tall {
      min-height: 75vw; } }
  @media (max-width: 767.98px) {
    .container-wrapper.tall, .banner-wrapper.tall {
      min-height: 100vw; } }
  .container-wrapper.cta .banner-overlay, .banner-wrapper.cta .banner-overlay {
    position: relative;
    transform: none; }
  .container-wrapper.cta .banner-overlay .container, .banner-wrapper.cta .banner-overlay .container {
    padding-top: 150px;
    padding-bottom: 150px;
    transform: none; }

@media (max-width: 991.98px) {
    .banner-wrapper {
      z-index: 1; } }

.banner-image {
  position: relative; }
  .banner-image .photos {
    width: 100%; }
  .banner-image .photos .slide {
    -webkit-print-color-adjust: exact;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35vw;
    background-size: cover;
    background-position: center center; }
  @media (max-width: 991.98px) {
      .banner-image .photos .slide {
        height: 50vw; } }
  @media (max-width: 767.98px) {
      .banner-image .photos .slide {
        height: 75vw; } }

.background-image-fixed {
  background-size: cover;
  max-width: 100vw;
  max-height: 100vw; }
  @media (min-width: 1024px) {
  .background-image-fixed {
    background: no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center center; } }

.flexible-wrapper {
  position: relative;
  /*
   .floating-container,
   .floating-background {
   @media(min-width: $screen-xl) {
   width: $overlay_width;
   }
   @media(max-width: $screen-lg-max) {
   width: 40%;
   }
   @media(max-width: $screen-md-max) {
   width: 50%;
   }
   @media(max-width: $screen-sm-max) {
   width: 100%;
   }
   }
   */
  /*
   &.inset-width {
   .slide-item,
   .inner-wrapper {
   @media (min-width: 1680px) {
   height: 540px;
   }
   position: relative;
   }
   }
   */ }
  .flexible-wrapper.padding-top > * {
    padding-top: 30px; }
  @media (min-width: 1200px) {
      .flexible-wrapper.padding-top > * {
        padding-top: 60px; } }
  .flexible-wrapper.padding-bottom > * {
    padding-bottom: 30px; }
  @media (min-width: 1200px) {
      .flexible-wrapper.padding-bottom > * {
        padding-bottom: 60px; } }
  .flexible-wrapper.huge.padding-top > * {
    padding-top: 30px; }
  @media (min-width: 1200px) {
      .flexible-wrapper.huge.padding-top > * {
        padding-top: 90px; } }
  @media (min-width: 992px) {
      .flexible-wrapper.huge.padding-top > * {
        padding-top: 60px; } }
  .flexible-wrapper.huge.padding-bottom > * {
    padding-bottom: 30px; }
  @media (min-width: 1200px) {
      .flexible-wrapper.huge.padding-bottom > * {
        padding-bottom: 90px; } }
  @media (min-width: 992px) {
      .flexible-wrapper.huge.padding-bottom > * {
        padding-bottom: 60px; } }
  .flexible-wrapper.thin.padding-top > * {
    padding-top: 30px; }
  .flexible-wrapper.thin.padding-bottom > * {
    padding-bottom: 30px; }
  .flexible-wrapper.thinner.padding-top > * {
    padding-top: 15px; }
  .flexible-wrapper.thinner.padding-bottom > * {
    padding-bottom: 15px; }
  .flexible-wrapper.none.padding-top {
    padding-top: 0; }
  .flexible-wrapper.none.padding-bottom {
    padding-bottom: 0; }
  .flexible-wrapper.margin-top {
    margin-top: 30px; }
  @media (min-width: 1200px) {
    .flexible-wrapper.margin-top {
      margin-top: 60px; } }
  .flexible-wrapper.margin-bottom {
    margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .flexible-wrapper.margin-bottom {
      margin-bottom: 60px; } }
  @media (min-width: 1200px) {
    .flexible-wrapper.huge.margin-top {
      margin-top: 90px; } }
  @media (min-width: 1200px) {
    .flexible-wrapper.huge.margin-bottom {
      margin-bottom: 90px; } }
  .flexible-wrapper.thin.margin-top {
    margin-top: 30px; }
  .flexible-wrapper.thin.margin-bottom {
    margin-bottom: 30px; }
  .flexible-wrapper.thinner.margin-top {
    margin-top: 15px; }
  .flexible-wrapper.thinner.margin-bottom {
    margin-bottom: 15px; }
  .flexible-wrapper.none.margin-top {
    margin-top: 0; }
  .flexible-wrapper.none.margin-bottom {
    margin-bottom: 0; }
  .flexible-wrapper .inner-wrapper {
    width: 100%; }
  .flexible-wrapper.inset-width > * {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 1680px) {
      .flexible-wrapper.inset-width > * {
        max-width: none; } }
  .flexible-wrapper .container-outset {
    max-width: 1680px; }
  @media (max-width: 991px) {
  .flexible-wrapper .container {
    max-width: 100%; } }
  .flexible-wrapper.content-width {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  @media (min-width: 576px) {
      .flexible-wrapper.content-width {
        max-width: 540px; } }
  @media (min-width: 768px) {
      .flexible-wrapper.content-width {
        max-width: 720px; } }
  @media (min-width: 992px) {
      .flexible-wrapper.content-width {
        max-width: 960px; } }
  @media (min-width: 1200px) {
      .flexible-wrapper.content-width {
        max-width: 1140px; } }
  @media (max-width: 767px) {
    .flexible-wrapper.content-width {
      padding: 0; } }
  .flexible-wrapper .image-wrapper {
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
  @media (min-width: 768px) {
    .flexible-wrapper .image-wrapper {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0; } }
  .flexible-wrapper .image-wrapper.has-video img {
    display: none; }
  .flexible-wrapper .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .flexible-wrapper .background-image.loading {
    opacity: 0 !important; }
  .flexible-wrapper .background-image.loaded {
    transition: opacity 400ms; }
  .flexible-wrapper .entry-content {
    width: 100%; }
  .flexible-wrapper .entry-title h2 {
    line-height: 1; }
  @media (max-width: 767px) {
      .flexible-wrapper .entry-title h2 {
        font-size: 1.5rem; } }
  .flexible-wrapper .entry-title h1, .flexible-wrapper .entry-title h2, .flexible-wrapper .entry-title h3, .flexible-wrapper .entry-title h4, .flexible-wrapper .entry-title h5, .flexible-wrapper .entry-title h6, .flexible-wrapper .entry-title p {
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);*/
    margin-bottom: 0; }
  .flexible-wrapper .entry-title p {
    margin-top: 10px; }
  .flexible-wrapper .entry-title p.entry-subheading {
    font-size: 1.2em;
    font-weight: 300; }
  .flexible-wrapper .entry-footer.margin-top {
    margin-top: 30px; }
  .flexible-wrapper .slide-item, .flexible-wrapper .inner-wrapper {
    position: relative;
    display: flex;
    /*justify-content: center;*/
    align-items: center; }
  @media (max-width: 767px) {
    .flexible-wrapper .slide-item, .flexible-wrapper .inner-wrapper {
      display: block; } }
  .flexible-wrapper .floating-container {
    position: relative;
    /*
     @media (max-width: 1680 - $grid-gutter-width) {
     max-width: none;
     width: 100%;
     }
     */ }
  .flexible-wrapper .floating-container .container {
    position: relative;
    padding: 0; }
  .flexible-wrapper .v-align-top.slide-item, .flexible-wrapper .v-align-top.inner-wrapper {
    align-items: flex-start; }
  .flexible-wrapper .v-align-top .entry-content {
    padding-top: 30px; }
  .flexible-wrapper .v-align-bottom {
    /*
     .entry-content {
     margin-bottom: $grid-gutter-width;
     }
     */ }
  .flexible-wrapper .v-align-bottom.slide-item, .flexible-wrapper .v-align-bottom.inner-wrapper {
    align-items: flex-end; }
  .flexible-wrapper.overlay h1 {
    font-size: 44px; }
  @media (max-width: 767px) {
      .flexible-wrapper.overlay h1 {
        font-size: 32px; } }
  .flexible-wrapper.overlay.full-width .max-width-container .floating-container, .flexible-wrapper.overlay.inset-width .max-width-container .floating-container {
    width: 100%; }
    .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      padding-left: 15px;
      padding-right: 15px; }
      @media (min-width: 576px) {
        .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
          max-width: 540px; } }
      @media (min-width: 768px) {
        .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
          max-width: 720px; } }
      @media (min-width: 992px) {
        .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
          max-width: 960px; } }
      @media (min-width: 1200px) {
        .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
          max-width: 1140px; } }
    @media (max-width: 1199px) {
        .flexible-wrapper.overlay.full-width .max-width-container .entry-content, .flexible-wrapper.overlay.inset-width .max-width-container .entry-content {
          padding-left: 30px;
          padding-right: 30px; } }
    .flexible-wrapper.overlay.full-width .max-width-container.h-align-center, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-center {
      text-align: center; }
    @media (min-width: 768px) {
        .flexible-wrapper.overlay.full-width .max-width-container.h-align-right, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-right {
          text-align: right; } }
    @media (max-width: 767px) {
        .flexible-wrapper.overlay.full-width .max-width-container.h-align-right .overlay-image-wrapper, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-right .overlay-image-wrapper {
          display: block;
          text-align: center; } }
    .flexible-wrapper.overlay.full-width .max-width-container.h-align-left .entry-title, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-left .entry-title, .flexible-wrapper.overlay.full-width .max-width-container.h-align-right .entry-title, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-right .entry-title {
      max-width: 50%; }
      @media (max-width: 767px) {
        .flexible-wrapper.overlay.full-width .max-width-container.h-align-left .entry-title, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-left .entry-title, .flexible-wrapper.overlay.full-width .max-width-container.h-align-right .entry-title, .flexible-wrapper.overlay.inset-width .max-width-container.h-align-right .entry-title {
          max-width: none; } }
  @media (max-width: 767px) {
        .flexible-wrapper.overlay.full-width .v-align-bottom .entry-content, .flexible-wrapper.overlay.inset-width .v-align-bottom .entry-content {
          margin-bottom: 0; } }
  @media (min-width: 1200px) {
      .flexible-wrapper.overlay .entry-content {
        width: 35%; } }
  @media (max-width: 1199px) {
      .flexible-wrapper.overlay .entry-content {
        width: 40%; } }
  @media (max-width: 991px) {
      .flexible-wrapper.overlay .entry-content {
        width: 50%; } }
  @media (max-width: 767px) {
      .flexible-wrapper.overlay .entry-content {
        width: 100%; } }
  .flexible-wrapper.overlay .h-align-center .entry-content {
    text-align: center; }
    @media (min-width: 1200px) {
      .flexible-wrapper.overlay .h-align-center .entry-content {
        width: 50%; } }
    @media (max-width: 1199px) {
      .flexible-wrapper.overlay .h-align-center .entry-content {
        width: 75%; } }
    @media (max-width: 991px) {
      .flexible-wrapper.overlay .h-align-center .entry-content {
        width: 75%; } }
    @media (max-width: 767px) {
      .flexible-wrapper.overlay .h-align-center .entry-content {
        width: 75%; } }
  .flexible-wrapper :not(.boxed) {
    /*
     .entry-content {
     @media(min-width: $screen-md-min) {
     padding: $grid-gutter-width;
     }
     @media(max-width: $screen-sm-max) {
     padding: $grid-gutter-width / 2;
     }
     }
     */ }
  .flexible-wrapper :not(.boxed) .floating-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
  .flexible-wrapper :not(.boxed) .h-align-center .entry-content {
    text-align: center; }
  .flexible-wrapper :not(.boxed) .h-align-left .floating-container {
    justify-content: flex-start; }
  .flexible-wrapper :not(.boxed) .h-align-left .entry-content {
    padding-right: 30px;
    text-align: left; }
  .flexible-wrapper :not(.boxed) .h-align-right .floating-container {
    justify-content: flex-end; }
  .flexible-wrapper :not(.boxed) .h-align-right .entry-content {
    padding-right: 30px;
    text-align: right; }
  .flexible-wrapper.boxed {
    /*
     .floating-container {
     .entry-content {
     width: 100%;
     max-width: 640px;
     margin: 0 auto;
     }
     }
     */ }
  @media (min-width: 768px) {
      .flexible-wrapper.boxed .entry-content {
        padding: 30px; } }
  @media (max-width: 767px) {
      .flexible-wrapper.boxed .entry-content {
        padding: 15px; } }
  @media (min-width: 1200px) {
      .flexible-wrapper.boxed .floating-container {
        width: 35%; } }
  @media (max-width: 1199px) {
      .flexible-wrapper.boxed .floating-container {
        width: 40%; } }
  @media (max-width: 991px) {
      .flexible-wrapper.boxed .floating-container {
        width: 50%; } }
  @media (max-width: 767px) {
      .flexible-wrapper.boxed .floating-container {
        width: 100%; } }
  @media (min-width: 1200px) {
      .flexible-wrapper.boxed .image-wrapper {
        width: auto; } }
  @media (max-width: 1199px) {
      .flexible-wrapper.boxed .image-wrapper {
        width: 60%; } }
  @media (max-width: 991px) {
      .flexible-wrapper.boxed .image-wrapper {
        width: 50%; } }
  @media (max-width: 767px) {
      .flexible-wrapper.boxed .image-wrapper {
        width: 100%; } }
  .flexible-wrapper.boxed .h-align-left.slide-item, .flexible-wrapper.boxed .h-align-left.inner-wrapper {
    justify-content: flex-start; }
  .flexible-wrapper.boxed .h-align-left .entry-content {
    text-align: left;
    padding-left: 30px; }
  .flexible-wrapper.boxed .h-align-left .image-wrapper {
    right: 0; }
    @media (min-width: 1200px) {
      .flexible-wrapper.boxed .h-align-left .image-wrapper {
        left: 35%; } }
    @media (max-width: 1199px) {
      .flexible-wrapper.boxed .h-align-left .image-wrapper {
        left: 40%; } }
    @media (max-width: 991px) {
      .flexible-wrapper.boxed .h-align-left .image-wrapper {
        left: 50%; } }
    @media (max-width: 767px) {
      .flexible-wrapper.boxed .h-align-left .image-wrapper {
        left: 100%; } }
  .flexible-wrapper.boxed .h-align-center.slide-item, .flexible-wrapper.boxed .h-align-center.inner-wrapper {
    justify-content: center; }
  .flexible-wrapper.boxed .h-align-center .entry-content {
    text-align: center; }
  .flexible-wrapper.boxed .h-align-center .image-wrapper {
    left: 0;
    right: 0;
    width: auto; }
  @media (min-width: 1200px) {
        .flexible-wrapper.boxed .h-align-center .floating-container {
          width: 50%;
          max-width: 960px; } }
    @media (max-width: 1199px) {
      .flexible-wrapper.boxed .h-align-center .floating-container {
        width: 75%; } }
    @media (max-width: 991px) {
      .flexible-wrapper.boxed .h-align-center .floating-container {
        width: 85%; } }
    @media (max-width: 767px) {
      .flexible-wrapper.boxed .h-align-center .floating-container {
        width: 100%; } }
  .flexible-wrapper.boxed .h-align-right.slide-item, .flexible-wrapper.boxed .h-align-right.inner-wrapper {
    justify-content: flex-end; }
  .flexible-wrapper.boxed .h-align-right .entry-content {
    padding-right: 30px; }
  .flexible-wrapper.boxed .h-align-right .image-wrapper {
    left: 0; }
    @media (min-width: 1200px) {
      .flexible-wrapper.boxed .h-align-right .image-wrapper {
        right: 35%; } }
    @media (max-width: 1199px) {
      .flexible-wrapper.boxed .h-align-right .image-wrapper {
        right: 40%; } }
    @media (max-width: 991px) {
      .flexible-wrapper.boxed .h-align-right .image-wrapper {
        right: 50%; } }
    @media (max-width: 767px) {
      .flexible-wrapper.boxed .h-align-right .image-wrapper {
        right: 100%; } }
  @media (max-width: 991px) {
        .flexible-wrapper.boxed .h-align-right .floating-container {
          right: 0; } }
  @media (min-width: 991px) {
        .flexible-wrapper.boxed .h-align-right .entry-content, .flexible-wrapper.boxed .h-align-right .entry-footer {
          text-align: left; } }
    @media (max-width: 767px) {
      .flexible-wrapper.boxed .h-align-right .entry-content, .flexible-wrapper.boxed .h-align-right .entry-footer {
        text-align: left; } }
  .flexible-wrapper.boxed .v-align-bottom.h-align-center .floating-container {
    bottom: 30px; }
  .flexible-wrapper.boxed .v-align-top.h-align-center .floating-container {
    top: 30px; }
  @media (max-width: 767.98px) {
      .flexible-wrapper.boxed .image-wrapper {
        position: inherit;
        height: 57vw;
        /* 16x9 */ } }
  @media (max-width: 767.98px) {
      .flexible-wrapper.boxed .floating-background {
        display: none; } }
  @media (max-width: 767.98px) {
      .flexible-wrapper.boxed .floating-container {
        top: auto;
        position: initial; } }
  @media (max-width: 767.98px) {
    .flexible-wrapper.boxed {
      height: auto;
      position: inherit; } }
  .flexible-wrapper.fixed-height .slide-item, .flexible-wrapper.fixed-height .inner-wrapper {
    height: 30vw;
    min-height: 480px; }
  @media (max-width: 1199px) {
      .flexible-wrapper.fixed-height .slide-item, .flexible-wrapper.fixed-height .inner-wrapper {
        height: 45vw; } }
  @media (max-width: 991px) {
      .flexible-wrapper.fixed-height .slide-item, .flexible-wrapper.fixed-height .inner-wrapper {
        height: 50vw; } }
  @media (max-width: 767px) {
      .flexible-wrapper.fixed-height .slide-item, .flexible-wrapper.fixed-height .inner-wrapper {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.tiny-height .slide-item, .flexible-wrapper.tiny-height .inner-wrapper {
    height: 20vw;
    min-height: 200px; }
  @media (max-width: 1199px) {
      .flexible-wrapper.tiny-height .slide-item, .flexible-wrapper.tiny-height .inner-wrapper {
        height: 15vw; } }
  @media (max-width: 991px) {
      .flexible-wrapper.tiny-height .slide-item, .flexible-wrapper.tiny-height .inner-wrapper {
        height: 25vw; } }
  @media (max-width: 767px) {
      .flexible-wrapper.tiny-height .slide-item, .flexible-wrapper.tiny-height .inner-wrapper {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.small-height .slide-item, .flexible-wrapper.small-height .inner-wrapper {
    height: 30vw;
    min-height: 400px; }
  @media (max-width: 1199px) {
      .flexible-wrapper.small-height .slide-item, .flexible-wrapper.small-height .inner-wrapper {
        height: 25vw; } }
  @media (max-width: 991px) {
      .flexible-wrapper.small-height .slide-item, .flexible-wrapper.small-height .inner-wrapper {
        height: 35vw; } }
  @media (max-width: 767px) {
      .flexible-wrapper.small-height .slide-item, .flexible-wrapper.small-height .inner-wrapper {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.medium-height .slide-item, .flexible-wrapper.medium-height .inner-wrapper {
    height: 40vw;
    min-height: 600px; }
  @media (max-width: 1199px) {
      .flexible-wrapper.medium-height .slide-item, .flexible-wrapper.medium-height .inner-wrapper {
        height: 40vw; } }
  @media (max-width: 991px) {
      .flexible-wrapper.medium-height .slide-item, .flexible-wrapper.medium-height .inner-wrapper {
        height: 60vw; } }
  @media (max-width: 767px) {
      .flexible-wrapper.medium-height .slide-item, .flexible-wrapper.medium-height .inner-wrapper {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.large-height .slide-item, .flexible-wrapper.large-height .inner-wrapper {
    height: 50vw; }
  @media (max-width: 1199px) {
      .flexible-wrapper.large-height .slide-item, .flexible-wrapper.large-height .inner-wrapper {
        height: 50vw; } }
  @media (max-width: 991px) {
      .flexible-wrapper.large-height .slide-item, .flexible-wrapper.large-height .inner-wrapper {
        height: 100vw; } }
  @media (max-width: 767px) {
      .flexible-wrapper.large-height .slide-item, .flexible-wrapper.large-height .inner-wrapper {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.content-width .slide-item {
    height: 496px; }
  @media (max-width: 991px) {
      .flexible-wrapper.content-width .slide-item {
        height: 384px; } }
  @media (max-width: 767px) {
      .flexible-wrapper.content-width .slide-item {
        height: auto;
        min-height: 0; } }
  .flexible-wrapper.content-width .slide-item .h-align-left .image-wrapper {
    left: 40%; }
    .flexible-wrapper.content-width .slide-item .h-align-left .entry-content {
      width: 40%; }
    .flexible-wrapper.content-width .slide-item .h-align-left .floating-background {
      max-width: 40%; }
  .flexible-wrapper.content-width .slide-item .h-align-right .image-wrapper {
    right: 40%; }
    .flexible-wrapper.content-width .slide-item .h-align-right .entry-content {
      width: 40%; }
    .flexible-wrapper.content-width .slide-item .h-align-right .floating-background {
      width: 40%; }
  .flexible-wrapper .btn.margin-top, .flexible-wrapper .comments .comment-form input[type="submit"].margin-top, .comments .comment-form .flexible-wrapper input[type="submit"].margin-top {
    margin-top: 30px; }

.widget-big-idea {
  /** edge overflow issue **/ }
  .widget-big-idea .color-white {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .widget-big-idea .entry-title p.entry-subheading {
    font-size: 1.1em;
    font-weight: 300; }
  @media (min-width: 1200px) {
      .widget-big-idea.overlay .entry-content {
        width: 35%; } }
  @media (max-width: 1199px) {
      .widget-big-idea.overlay .entry-content {
        width: 40%; } }
  @media (max-width: 991px) {
      .widget-big-idea.overlay .entry-content {
        width: 50%; } }
  @media (max-width: 767px) {
      .widget-big-idea.overlay .entry-content {
        width: 100%; } }
  @media (max-width: 767px) {
  .widget-big-idea {
    height: auto !important;
    border-bottom: 1px solid #ddd; }
    .widget-big-idea .image-wrapper {
      position: initial !important;
      height: 56vw; }
      .widget-big-idea .image-wrapper .background-image {
        opacity: 1 !important; }

    .widget-big-idea .floating-container {
      position: initial;
      top: auto; }

    .widget-big-idea .entry-content {
      padding: 30px; } }
  .widget-big-idea .carousel-control-prev, .widget-big-idea .carousel-control-next {
    align-items: flex-end; }
  .widget-big-idea .carousel-control-prev span, .widget-big-idea .carousel-control-next span {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .widget-big-idea .carousel-control-prev, .widget-big-idea .carousel-control-next {
      display: none; } }
  .widget-big-idea.content-width .slide-item {
    max-width: 100%;
    overflow: hidden; }

.widget-find-a-home {
  z-index: 1; }
  .widget-find-a-home h1 {
    margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .widget-find-a-home h1 {
      font-size: 1.5em; } }
  @media (max-width: 1199px) {
  .widget-find-a-home > *:first-of-type {
    height: auto !important;
    min-height: 0; } }
  @media (max-width: 767px) {
    .widget-find-a-home .floating-container {
      position: initial;
      padding: 15px; } }
  .widget-find-a-home .entry-content {
    width: 100% !important;
    max-width: 960px;
    /*margin: 0 auto; */
    padding: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.7); }
  @media (max-width: 767px) {
    .widget-find-a-home .entry-content {
      padding: 0; } }
  .widget-find-a-home .entry-subheading {
    margin-top: 15px; }
  .widget-find-a-home form {
    margin-top: 15px; }
  .widget-find-a-home nav {
    margin-top: 15px; }
  @media (max-width: 767px) {
  .widget-find-a-home.flexible-wrapper .h-align-center .floating-container {
    width: auto;
    left: 0;
    right: 0;
    transform: none;
    padding: 15px; }
  .widget-find-a-home.flexible-wrapper .image-wrapper {
    position: relative;
    height: 67vw; }
  .widget-find-a-home.flexible-wrapper .v-align-bottom .entry-content {
    margin-bottom: 0; } }

.widget-video .entry-title {
  margin-bottom: 30px; }

.widget-property-listings .entry-title {
  margin-bottom: 30px; }
  .widget-property-listings .entry-content {
    width: 100%; }
  .widget-property-listings .slick-prev, .widget-property-listings .slick-next {
    top: auto;
    bottom: -30px; }
  .widget-property-listings .slick-dots {
    bottom: -10px; }
  .widget-property-listings .color-black .slick-prev, .widget-property-listings .color-black .slick-next {
    color: black; }
  .widget-property-listings .color-black .slick-prev:before, .widget-property-listings .color-black .slick-next:before {
    color: black; }
  .widget-property-listings .color-white .slick-prev, .widget-property-listings .color-white .slick-next {
    color: white; }
  .widget-property-listings .color-white .slick-prev:before, .widget-property-listings .color-white .slick-next:before {
    color: white;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.85); }

.widget-post-content .entry-title {
  margin-bottom: 30px; }
  .widget-post-content .entry-content {
    width: 100%; }

.widget-item-grid {
  /*
   .card-grid {
   margin-top:$grid-gutter-width;
   margin-bottom:0;
   }
   .card-overlay:first-of-type {
   margin-top:$grid-gutter-width;
   }
   */ }
  .widget-item-grid .entry-title {
    margin-bottom: 30px; }
  .widget-item-grid .entry-content {
    width: 100%; }
  .widget-item-grid .entry-footer .btn, .widget-item-grid .entry-footer .comments .comment-form input[type="submit"], .comments .comment-form .widget-item-grid .entry-footer input[type="submit"] {
    margin-bottom: 30px; }
  .widget-item-grid .btn.margin-top, .widget-item-grid .comments .comment-form input[type="submit"].margin-top, .comments .comment-form .widget-item-grid input[type="submit"].margin-top {
    margin-top: 0; }
  .widget-item-grid.padding-bottom > * {
    padding-bottom: 0; }
  @media (min-width: 1200px) {
      .widget-item-grid.padding-bottom > * {
        padding-bottom: 30px; } }
  .widget-item-grid.thin.padding-bottom > * {
    padding-bottom: 0; }
  .widget-item-grid.thinner.padding-bottom > * {
    padding-bottom: 15px; }

.widget-community-grid {
  /*
   &.margin-bottom {
   @media(min-width: $screen-lg-max + 1) {
   margin-bottom: $grid-gutter-width;
   }
   margin-bottom: 0;
   }
   &.padding-bottom {
   > * {
   @media(min-width: $screen-lg-max + 1) {
   padding-bottom: $grid-gutter-width;
   }
   padding-bottom: 0;
   }
   }
   &.thin.padding-bottom {
   > * {
   padding-bottom: 0;
   }
   }
   &.thinner.padding-bottom {
   > * {
   padding-bottom: $grid-gutter-width / 2;
   }
   }
   .row {
   margin-top: $grid-gutter-width;
   margin-bottom: $grid-gutter-width;
   }
   */ }
  .widget-community-grid .entry-title {
    margin-bottom: 0; }
  .widget-community-grid .entry-title {
    width: 100%;
    margin-bottom: 30px; }
  .widget-community-grid .entry-footer .btn, .widget-community-grid .entry-footer .comments .comment-form input[type="submit"], .comments .comment-form .widget-community-grid .entry-footer input[type="submit"] {
    margin-bottom: 30px; }
  .widget-community-grid .btn.margin-top, .widget-community-grid .comments .comment-form input[type="submit"].margin-top, .comments .comment-form .widget-community-grid input[type="submit"].margin-top {
    margin-top: 0; }

.widget-editor .row:not(.documents) .card-grid {
  margin-bottom: 0; }
  .widget-editor .row {
    margin-bottom: 30px; }
  .widget-editor .row.navigation_grid {
    margin-bottom: 0; }
  .widget-editor .row.navigation_grid .card-grid {
    margin-bottom: 30px; }
  .widget-editor .row.no-gutters .card {
    border-radius: 0; }
  .widget-editor .row:last-of-type {
    margin-bottom: 0; }
  .widget-editor .entry-title {
    margin-bottom: 30px; }
  .widget-editor .entry-content p:last-child {
    margin-bottom: 0; }
  .widget-editor .entry-content img.alignleft {
    float: left;
    margin: 0 20px 0 0; }
  .widget-editor .entry-content img.alignright {
    float: right;
    margin: 0 0 0 20px; }

  @media (max-width: 991px) {
  .widget-editor .row {
    margin-bottom: 15px; }
  .widget-editor .two_columns_33_66 .column-style-simple, .widget-editor .two_columns_66_33 .column-style-simple, .widget-editor .two_columns_equal .column-style-simple, .widget-editor .three_columns .column-style-simple, .widget-editor .four_columns .column-style-simple {
    margin-top: 15px; }
    .widget-editor .two_columns_33_66 .column-style-simple:first-of-type, .widget-editor .two_columns_66_33 .column-style-simple:first-of-type, .widget-editor .two_columns_equal .column-style-simple:first-of-type, .widget-editor .three_columns .column-style-simple:first-of-type, .widget-editor .four_columns .column-style-simple:first-of-type {
      margin-top: 0; } }

.widget-item-breadcrumbs a {
  padding: 10px 0;
  display: inline-block;
  font-size: 0.85rem; }
  .widget-item-breadcrumbs.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1; }

.sticky + .template-content {
  padding-top: 44px; }

.widget-title-row h1 {
  font-size: 2.2rem; }
  @media (max-width: 767px) {
    .widget-title-row h1 {
      font-size: 25px; } }

.share {
  margin-bottom: 30px;
  text-align: right;
  /*
   .twitter {
   background-color: #00AAEF;
   }
   .facebook {
   background-color: #0B59AA;
   }
   .google-plus {
   background-color: #D84D2F;
   }
   .linkedin {
   background-color: #0375B3;
   }
   .pinterest {
   background-color: #CE1C1E;
   }
   .email {
   background-color: #F2D446;
   }
   .link {
   background-color: #666;
   }
   */ }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .share li {
    display: inline-block;
    border-right: none;
    background-color: #eaeaea;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 40px; }
  .share a {
    color: #333;
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 18px; }

.membio-controller {
  min-height: 50vh;
  font-family: "proxima-nova", sans-serif;
  font-size: 1rem;
  font-weight: 400; }
  .membio-controller h1, .membio-controller h2, .membio-controller h3, .membio-controller h4, .membio-controller h5, .membio-controller h6 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400; }
  .membio-controller strong, .membio-controller b {
    font-weight: 600; }

.aw-menu-parent {
  max-width: 1680px;
  margin: 0 auto;
  font-weight: bold; }

.mobile-menu-button {
  background-color: rgba(255, 255, 255, 0.35);
  display: none;
  position: absolute;
  width: 30px;
  height: 28px;
  cursor: pointer;
  z-index: 25;
  top: 15px; }
  .mobile-menu-button.centered {
    right: 15px;
    margin: 0; }
  .mobile-menu-button.horizontal {
    right: 15px;
    top: 46px; }
  .mobile-menu-button:before, .mobile-menu-button:after, .mobile-menu-button span {
    background-color: #222;
    display: block;
    width: 20px;
    height: 4px;
    position: absolute;
    transition: all 500ms ease;
    margin-left: 5px; }
  .mobile-menu-button:after {
    content: '';
    top: 20px; }
  .mobile-menu-button:before {
    content: '';
    top: 4px; }
  .mobile-menu-button span {
    top: 12px; }
  @media (max-width: 1199px) {
  .mobile-menu-button {
    display: block; } }
  @media print {
  .mobile-menu-button {
    display: none; } }
/*animation for mobile menu */
.mobile-menu, .wrapper, .mobile-menu-button {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease; }

.mobile-menu {
  background-color: white;
  position: fixed;
  width: 280px;
  max-width: 440px;
  border-left: 1px solid #ddd;
  left: 100%;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 100000;
  display: none; }
  @media (max-width: 1199px) {
  .mobile-menu {
    display: block; } }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500; }
  .mobile-menu ul li {
    display: block;
    border-bottom: 1px solid #ddd; }
  .mobile-menu ul li a {
    padding: 10px 15px;
    display: block;
    color: #54595b; }
  .mobile-menu ul li ul {
    border-top: 1px solid #ddd; }
    .mobile-menu ul li ul li a {
      padding: 10px 10px 10px 25px;
      color: #54595b;
      text-transform: none;
      font-size: 12px; }
    .mobile-menu ul li ul li:last-of-type {
      border-bottom: none; }
  .mobile-menu ul li.current-menu-item > a, .mobile-menu ul li.current-menu-ancestor > a {
    color: #1c9ad6; }

.mobile-menu-blocker {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  opacity: 0;
  z-index: 11; }

.mobile-menu-open {
  /* Add to <html> */ }
  .mobile-menu-open body {
    overflow: hidden; }
  .mobile-menu-open .mobile-menu-blocker {
    opacity: 1;
    display: block; }
  .mobile-menu-open .mobile-menu-button {
    /*
     -webkit-transform:translate(-270px,0);
     transform: translate(-270px, 0);
     */
    z-index: 99; }
  .mobile-menu-open .mobile-menu-button:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px; }
  .mobile-menu-open .mobile-menu-button:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px; }
  .mobile-menu-open .mobile-menu-button span {
    opacity: 0; }
  .mobile-menu-open .wrapper {
    transform: translate(-280px, 0); }
  .mobile-menu-open .mobile-menu {
    transform: translate(-280px, 0); }

.realtor-search-form input[type=text], .realtor-search-form input[type=password], .realtor-search-form input[type=email], .realtor-search-form input[type=tel], .realtor-search-form input[type=date], .realtor-search-form input[type=month], .realtor-search-form input[type=week], .realtor-search-form input[type=time], .realtor-search-form input[type=number], .realtor-search-form input[type=search], .realtor-search-form input[type=url] {
  height: 46px;
  font-size: 18px;
  border-radius: 0;
  width: 100%; }
  .realtor-search-form .btn, .realtor-search-form .comments .comment-form input[type="submit"], .comments .comment-form .realtor-search-form input[type="submit"] {
    border-radius: 0; }
  .realtor-search-form select {
    border-radius: 0; }
  .realtor-search-form .twitter-typeahead {
    border-radius: 0; }

#sitemap > li .sub-menu {
  list-style: none;
  margin: 10px 0;
  padding: 0px;
  font-size: 12px; }

#sitemap .sub-menu .sub-menu {
  list-style: none;
  margin: 0px 0 0 10px;
  padding: 0px;
  font-size: 12px; }

#sitemap > li .sub-menu a {
  color: #8b98a0;
  padding: 5px 10px;
  display: block; }

#sitemap > li .sub-menu li {
  margin: 0;
  padding: 0;
  display: block; }

#sitemap > li:last-of-type {
  display: none; }

@media (max-width: 960px) {
  #sitemap > li {
    float: none;
    max-width: none;
    display: block;
    margin-bottom: 15px; }

  #sitemap > li:last-of-type {
    margin-bottom: 0; }

  #sitemap > li .sub-menu {
    display: none; }

  #sitemap > li a {
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.85);
    padding: 10px 10px; } }

.single-aw-class h1, .single-aw-event h1, .single-aw-course h1, .single-aw-class h3, .single-aw-event h3, .single-aw-course h3 {
  margin-top: 0; }
  .single-aw-class .logo, .single-aw-event .logo, .single-aw-course .logo {
    text-align: center; }
  .single-aw-class .logo i, .single-aw-event .logo i, .single-aw-course .logo i {
    font-size: 140px; }
  .single-aw-class .contact, .single-aw-event .contact, .single-aw-course .contact {
    background-color: #eaeaea;
    margin-bottom: 20px; }
  .single-aw-class .nav-tabs, .single-aw-event .nav-tabs, .single-aw-course .nav-tabs {
    margin-bottom: 15px; }
  .single-aw-class .register, .single-aw-event .register, .single-aw-course .register {
    margin-bottom: 15px; }
  .single-aw-class .dropdown-menu, .single-aw-event .dropdown-menu, .single-aw-course .dropdown-menu {
    height: 124px; }

.comments {
  margin-top: 0;
  background-color: #eaeaea;
  padding: 30px;
  margin-top: 60px; }
  .comments .form-allowed-tags {
    display: none; }
  .comments .comment-author {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0; }
  .comments .logged-in-as {
    display: none; }
  .comments .comment-date {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .comments .comment-content {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .comments .comment-reply-link {
    font-size: 12px; }
  .comments .comment-meta {
    font-size: 10px; }
  .comments .comment-form label {
    width: 100%;
    float: left; }
  .comments #reply-title {
    font-size: 24px; }
  .comments #comments-title {
    font-size: 24px;
    margin-bottom: 34px; }
  .comments .media {
    margin-top: 0; }
  .comments ul.children {
    padding-left: 0;
    margin-left: 0; }

.calendar .calendar-container .row {
  margin-left: 0;
  margin-right: 0; }
  .calendar .days {
    text-align: center;
    color: white;
    font-size: 14px; }
  .calendar .days .cal-md-1 {
    padding: 7px 0;
    text-transform: uppercase; }
  .calendar .days .cal-md-1:last-child {
    border-right: none; }
  .calendar .day {
    border-radius: 0; }
  .calendar .day .card-body {
    padding: 0.5rem 0.5rem 0 0;
    min-height: 75px; }
  .calendar .day .card-title {
    padding-left: 0.5rem; }
  .calendar .today {
    background-color: #d2cdbe; }
  .calendar .calendar-item {
    font-size: 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eaeaea; }
  .calendar .calendar-item a {
    display: block;
    padding: 5px;
    color: #000;
    border-left: 4px solid; }
  .calendar .aw-class a {
    background: #c1e9fe;
    border-left-color: #a6d1f5; }
  .calendar .aw-event a {
    background: #bfffbf;
    border-left-color: #95ff95; }
  @media (max-width: 767px) {
  .calendar .item {
    width: 100%; }
  .calendar .row {
    border: none; }
  .calendar ul li a {
    padding: 5px 10px;
    display: block; }
  .calendar ul li:last-child {
    border-bottom: none; } }



  .calendar .calendar-container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
  .calendar .cal-xs-1, .calendar .cal-sm-1, .calendar .cal-md-1, .calendar .cal-lg-1, .calendar .cal-xs-2, .calendar .cal-sm-2, .calendar .cal-md-2, .calendar .cal-lg-2, .calendar .cal-xs-3, .calendar .cal-sm-3, .calendar .cal-md-3, .calendar .cal-lg-3, .calendar .cal-xs-4, .calendar .cal-sm-4, .calendar .cal-md-4, .calendar .cal-lg-4, .calendar .cal-xs-5, .calendar .cal-sm-5, .calendar .cal-md-5, .calendar .cal-lg-5, .calendar .cal-xs-6, .calendar .cal-sm-6, .calendar .cal-md-6, .calendar .cal-lg-6, .calendar .cal-xs-7, .calendar .cal-sm-7, .calendar .cal-md-7, .calendar .cal-lg-7 {
    position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
  .calendar .cal-xs-1, .calendar .cal-xs-2, .calendar .cal-xs-3, .calendar .cal-xs-4, .calendar .cal-xs-5, .calendar .cal-xs-6, .calendar .cal-xs-7 {
    float: left; }
  .calendar .cal-xs-7 {
    width: 100%; }
  .calendar .cal-xs-6 {
    width: 85.71428571%; }
  .calendar .cal-xs-5 {
    width: 71.42857143%; }
  .calendar .cal-xs-4 {
    width: 57.14285714%; }
  .calendar .cal-xs-3 {
    width: 42.85714286%; }
  .calendar .cal-xs-2 {
    width: 28.57142857%; }
  .calendar .cal-xs-1 {
    width: 14.28571429%; }
  @media (min-width: 768px) {
  .calendar .cal-sm-1, .calendar .cal-sm-2, .calendar .cal-sm-3, .calendar .cal-sm-4, .calendar .cal-sm-5, .calendar .cal-sm-6, .calendar .cal-sm-7, .calendar .cal-sm-half {
    float: left; }
  .calendar .cal-sm-7 {
    width: 100%; }
  .calendar .cal-sm-6 {
    width: 85.71428571%; }
  .calendar .cal-sm-5 {
    width: 71.42857143%; }
  .calendar .cal-sm-4 {
    width: 57.14285714%; }
  .calendar .cal-sm-3 {
    width: 42.85714286%; }
  .calendar .cal-sm-2 {
    width: 28.57142857%; }
  .calendar .cal-sm-1 {
    width: 108px; }
  .calendar .cal-sm-half {
    width: 50%; } }
  @media (min-width: 992px) {
  .calendar .cal-md-1, .calendar .cal-md-2, .calendar .cal-md-3, .calendar .cal-md-4, .calendar .cal-md-5, .calendar .cal-md-6, .calendar .cal-md-7 {
    float: left; }
  .calendar .cal-md-7 {
    width: 100%; }
  .calendar .cal-md-6 {
    width: 85.71428571%; }
  .calendar .cal-md-5 {
    width: 71.42857143%; }
  .calendar .cal-md-4 {
    width: 57.14285714%; }
  .calendar .cal-md-3 {
    width: 42.85714286%; }
  .calendar .cal-md-2 {
    width: 28.57142857%; }
  .calendar .cal-md-1 {
    width: 14.28%; } }
  @media (min-width: 1200px) {
  .calendar .cal-lg-1, .calendar .cal-lg-2, .calendar .cal-lg-3, .calendar .cal-lg-4, .calendar .cal-lg-5, .calendar .cal-lg-6, .calendar .cal-lg-7 {
    float: left; }
  .calendar .cal-lg-7 {
    width: 100%; }
  .calendar .cal-lg-6 {
    width: 85.71428571%; }
  .calendar .cal-lg-5 {
    width: 71.42857143%; }
  .calendar .cal-lg-4 {
    width: 57.14285714%; }
  .calendar .cal-lg-3 {
    width: 42.85714286%; }
  .calendar .cal-lg-2 {
    width: 28.57142857%; }
  .calendar .cal-lg-1 {
    width: 14.28%; } }
  .calendar .cal-md-1.item {
    font-size: 14px; }

.container-month-nav {
  margin-bottom: 20px;
  margin-top: 20px; }
  .container-month-nav div[class^="col-"]:first-child {
    text-align: left;
    padding-left: 10px; }
  .container-month-nav div[class^="col-"]:last-child {
    text-align: right;
    padding-right: 10px; }

@media (max-width: 1199.98px) {
  .container-month-nav {
    width: 100%;
    padding: 0; }
    .container-month-nav .row {
      margin: 0; }
    .container-month-nav div[class^="col-"] {
      padding: 0;
      margin: 0;
      text-align: center; } }

.template-course-catalog .row .inner.card .content {
  margin-bottom: 0; }

.find-a-realtor .aw-content *:first-child {
  margin-top: 0; }

.office-listing {
  padding-bottom: 50px; }
  .office-listing .rows td {
    vertical-align: middle; }
  .office-listing .rows .grid-item {
    margin-bottom: 10px; }
  .office-listing .rows .grid-item .inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  .office-listing .rows .grid-item .row {
    position: relative; }
  .office-listing .rows .grid-item .image {
    float: left;
    width: 25%;
    padding: 10px; }
  .office-listing .rows .grid-item .link {
    text-align: right; }
    @media (max-width: 991.98px) {
      .office-listing .rows .grid-item .link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%); } }
  .office-listing .rows .grid-item .title {
    font-weight: bold; }
  .office-listing .rows .grid-item .copy, .office-listing .rows .grid-item .contact, .office-listing .rows .grid-item .link {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 50px; }
    @media (max-width: 991.98px) {
      .office-listing .rows .grid-item .copy, .office-listing .rows .grid-item .contact, .office-listing .rows .grid-item .link {
        height: auto;
        display: block;
        line-height: 1.4; } }

@media print {
    .site-footer {
      display: none; } }
  .site-footer .list-unstyled li {
    margin-bottom: 5px; }
  .site-footer .list-unstyled li i {
    width: 30px;
    margin-right: 5px;
    display: table-cell;
    vertical-align: middle; }
  .site-footer .list-unstyled li span {
    display: table-cell;
    vertical-align: middle; }
  .site-footer .footer-links {
    font-size: 12px; }
  .site-footer .footer-links .list-inline {
    margin-bottom: 0; }
  @media (max-width: 991px) {
    .site-footer .footer-column {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd; } }
  .site-footer .footer-column:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

.widget-footer-sitemap .card {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0; }

.site-header {
  position: relative;
  z-index: 20; }
  .site-header .list-inline {
    display: inline-block; }
  .site-header .container {
    position: relative; }
  .site-header .top-navigation {
    background-color: #eaeaea;
    line-height: 1;
    width: 100%;
    font-weight: 400;
    font-size: 0.85rem;
    position: fixed;
    height: 30px;
    z-index: 2; }
  @media (max-width: 767px) {
      .site-header .top-navigation .left-menu {
        display: none; } }
  .site-header .middle-navigation {
    border-bottom: 1px solid #ddd; }
  .site-header .middle-navigation .container {
    height: 100px; }
  @media (max-width: 1199px) {
      .site-header .middle-navigation .container {
        height: 60px; } }
  .site-header .middle-navigation .left-menu, .site-header .middle-navigation .right-menu {
    position: absolute;
    text-align: center;
    top: 50%;
    font-size: 15px;
    transform: translate(0, -50%);
    z-index: 1; }
  @media print {
      .site-header .middle-navigation .left-menu, .site-header .middle-navigation .right-menu {
        display: none; } }
  @media (max-width: 1199px) {
      .site-header .middle-navigation .left-menu, .site-header .middle-navigation .right-menu {
        display: none; } }
  .site-header .middle-navigation .right-menu {
    right: 60px; }
  .site-header .middle-navigation.has-topbar {
    padding-top: 30px; }
  .site-header .logo {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
  @media (max-width: 767px) {
    .site-header .logo {
      max-width: 50%; } }
  .site-header .logo img {
    height: 60px;
    width: auto; }
  @media (max-width: 1199px) {
      .site-header .logo img {
        height: 40px;
        width: auto; } }
  @media (max-width: 991px) {
    .site-header .logo {
      transform: translate(0, -50%); } }
  .site-header .bottom-navigation {
    background-color: #eaeaea;
    line-height: 1;
    width: 100%;
    z-index: 1; }
  .site-header .bottom-navigation .container {
    height: 32px; }
  .site-header .bottom-navigation .drop-menu > li > a {
    padding: 0;
    line-height: 32px; }
  .site-header .bottom-navigation .left-menu {
    float: left; }
  .site-header .bottom-navigation .right-menu {
    right: 15px;
    position: absolute; }
  @media (max-width: 1199px) {
    .site-header .bottom-navigation {
      display: none; } }
  .site-header #search-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px; }
  @media print {
    .site-header #search-button {
      display: none; } }
  @media (max-width: 1199px) {
    .site-header #search-button {
      right: 46px; } }
  .site-header.centered {
    font-size: 14px; }
  @media (min-width: 992px) {
      .site-header.centered .logo {
        left: 50%;
        transform: translate(-50%, -50%); } }
  .site-header.centered .middle-navigation .left-menu {
    position: absolute;
    left: 15px; }
    @media (max-width: 1199px) {
      .site-header.centered .middle-navigation .left-menu {
        display: none; } }
  .site-header.centered .middle-navigation .right-menu {
    position: absolute;
    right: 60px; }
    @media (max-width: 1199px) {
      .site-header.centered .middle-navigation .right-menu {
        display: none; } }
  .site-header.centered .user-menu {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%); }
  .site-header.centered .user-menu ul {
    margin-bottom: 0; }
  .site-header .right-menu .sub-menu {
    right: 0; }

.main-search {
  background-color: #444;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: right;
  margin-top: -48px; }
  @media print {
  .main-search {
    display: none; } }
  .main-search.centered {
    /*max-width: 1680px;*/
    margin-left: auto;
    margin-right: auto; }
  .main-search form {
    height: 38px;
    position: relative;
    width: 100%; }
  .main-search .input-wrapper {
    position: absolute;
    left: 0;
    right: 50px; }
  .main-search [type='reset'] {
    border: none;
    background-color: transparent;
    margin-right: 0;
    color: rgba(255, 255, 255, 0.8);
    width: 36px; }
  .main-search [type='submit'] {
    width: 46px; }
  .main-search .buttons {
    position: absolute;
    right: 0;
    top: 0; }
  .main-search .buttons .btn, .main-search .buttons .comments .comment-form input[type="submit"], .comments .comment-form .main-search .buttons input[type="submit"] {
    line-height: 36px;
    border: none;
    padding: 0;
    height: 38px; }
  .main-search .buttons .btn i, .main-search .buttons .comments .comment-form input[type="submit"] i, .comments .comment-form .main-search .buttons input[type="submit"] i {
    line-height: 36px !important; }
  .main-search .buttons .btn:focus, .main-search .buttons .comments .comment-form input[type="submit"]:focus, .comments .comment-form .main-search .buttons input[type="submit"]:focus {
    border: none;
    outline: none; }
  .main-search .buttons .btn:active, .main-search .buttons .comments .comment-form input[type="submit"]:active, .comments .comment-form .main-search .buttons input[type="submit"]:active {
    border: none; }
  .main-search .buttons .btn:visited, .main-search .buttons .comments .comment-form input[type="submit"]:visited, .comments .comment-form .main-search .buttons input[type="submit"]:visited {
    border: none; }
  @media (max-width: 1199.98px) {
  .main-search .container {
    width: 100%;
    padding: 0 10px; } }

  .main-search.active {
    transition: margin 0.4s ease;
    margin-top: 0; }


.membio-controller .membio-title-row, .member-page-controller .membio-title-row, .membio-dashboard-header .membio-title-row {
  background-color: white;
  border-bottom: 1px solid #ddd;
  line-height: 1; }
  .membio-controller .membio-title-row h1, .member-page-controller .membio-title-row h1, .membio-dashboard-header .membio-title-row h1 {
    font-size: 25px; }
  .membio-controller .membio-title-row .container, .member-page-controller .membio-title-row .container, .membio-dashboard-header .membio-title-row .container {
    position: relative;
    height: 55px; }
  .membio-controller .membio-title-row .left, .member-page-controller .membio-title-row .left, .membio-dashboard-header .membio-title-row .left {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%); }
  .membio-controller .membio-title-row .center, .member-page-controller .membio-title-row .center, .membio-dashboard-header .membio-title-row .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .membio-controller .membio-title-row .right, .member-page-controller .membio-title-row .right, .membio-dashboard-header .membio-title-row .right {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%); }
  @media (max-width: 640px) {
    .membio-controller .membio-title-row, .member-page-controller .membio-title-row, .membio-dashboard-header .membio-title-row {
      background-color: black;
      color: white; }
      .membio-controller .membio-title-row a, .member-page-controller .membio-title-row a, .membio-dashboard-header .membio-title-row a {
        color: white; }
      .membio-controller .membio-title-row h1, .member-page-controller .membio-title-row h1, .membio-dashboard-header .membio-title-row h1 {
        font-size: 20px;
        white-space: nowrap; } }
  .membio-controller .controller, .member-page-controller .controller, .membio-dashboard-header .controller {
    min-height: 50vh; }
  .membio-controller .card-header h1 i, .member-page-controller .card-header h1 i, .membio-dashboard-header .card-header h1 i, .membio-controller .card-header h2 i, .member-page-controller .card-header h2 i, .membio-dashboard-header .card-header h2 i, .membio-controller .card-header h3 i, .member-page-controller .card-header h3 i, .membio-dashboard-header .card-header h3 i, .membio-controller .card-header h4 i, .member-page-controller .card-header h4 i, .membio-dashboard-header .card-header h4 i, .membio-controller .card-header h5 i, .member-page-controller .card-header h5 i, .membio-dashboard-header .card-header h5 i, .membio-controller .card-header h6 i, .member-page-controller .card-header h6 i, .membio-dashboard-header .card-header h6 i {
    float: left;
    margin-right: 8px; }
  .membio-controller .cad-header, .member-page-controller .cad-header, .membio-dashboard-header .cad-header, .membio-controller .card-body, .member-page-controller .card-body, .membio-dashboard-header .card-body, .membio-controller .list-group-item, .member-page-controller .list-group-item, .membio-dashboard-header .list-group-item {
    padding: 0.75rem; }
  .membio-controller .avatar, .member-page-controller .avatar, .membio-dashboard-header .avatar {
    width: 48px;
    border: 1px solid #ddd; }
  .membio-controller .circle, .member-page-controller .circle, .membio-dashboard-header .circle {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1); }
  .membio-controller .slick-prev, .member-page-controller .slick-prev, .membio-dashboard-header .slick-prev, .membio-controller .slick-next, .member-page-controller .slick-next, .membio-dashboard-header .slick-next {
    top: auto;
    bottom: -10px; }
  .membio-controller .slick-dots, .member-page-controller .slick-dots, .membio-dashboard-header .slick-dots {
    bottom: 0; }
  .membio-controller .slick-prev, .member-page-controller .slick-prev, .membio-dashboard-header .slick-prev, .membio-controller .slick-next, .member-page-controller .slick-next, .membio-dashboard-header .slick-next {
    color: black; }
  .membio-controller .slick-prev:before, .member-page-controller .slick-prev:before, .membio-dashboard-header .slick-prev:before, .membio-controller .slick-next:before, .member-page-controller .slick-next:before, .membio-dashboard-header .slick-next:before {
    color: black; }
  .membio-controller .dashboard-row, .member-page-controller .dashboard-row, .membio-dashboard-header .dashboard-row {
    /*
     .column-style-simple {
     margin-bottom:$grid-gutter-width;
     @media (max-width: $screen-xs-max) {
     margin-bottom:$grid-gutter-width / 2 ;
     }
     }
     */ }
  .membio-controller .dashboard-row .column-style-simple > *:last-child, .member-page-controller .dashboard-row .column-style-simple > *:last-child, .membio-dashboard-header .dashboard-row .column-style-simple > *:last-child {
    margin-bottom: 0; }
  .membio-controller .card-overlay, .member-page-controller .card-overlay, .membio-dashboard-header .card-overlay {
    margin-bottom: 0; }
  .membio-controller .recent-listings .listing-item-view, .member-page-controller .recent-listings .listing-item-view, .membio-dashboard-header .recent-listings .listing-item-view {
    margin-bottom: 0; }
  .membio-controller .list-group-item:first-of-type, .member-page-controller .list-group-item:first-of-type, .membio-dashboard-header .list-group-item:first-of-type, .membio-controller .notification-item-view:first-of-type, .member-page-controller .notification-item-view:first-of-type, .membio-dashboard-header .notification-item-view:first-of-type, .membio-controller .message-item-view:first-of-type, .member-page-controller .message-item-view:first-of-type, .membio-dashboard-header .message-item-view:first-of-type {
    border-top: none; }

.account-member .d-member-flex {
  display: flex !important; }
  .account-member .d-member-block {
    display: block !important; }
  .account-member .d-member-inline-block {
    display: inline-block !important; }

.account-guest .d-guest-flex {
  display: flex !important; }
  .account-guest .d-guest-block {
    display: block !important; }
  .account-guest .d-guest-inline-block {
    display: inline-block !important; }

.role-agent .d-agent-flex {
  display: flex !important; }
  .role-agent .d-agent-block {
    display: block !important; }
  .role-agent .d-agent-inline-block {
    display: inline-block !important; }

.role-broker .d-broker-flex {
  display: flex !important; }
  .role-broker .d-broker-block {
    display: block !important; }
  .role-broker .d-broker-inline-block {
    display: inline-block !important; }

.role-affiliate .d-affiliate-flex {
  display: flex !important; }
  .role-affiliate .d-affiliate-block {
    display: block !important; }
  .role-affiliate .d-affiliate-inline-block {
    display: inline-block !important; }

.role-assessor .d-assessor-flex {
  display: flex !important; }
  .role-assessor .d-assessor-block {
    display: block !important; }
  .role-assessor .d-assessor-inline-block {
    display: inline-block !important; }

.role-office-admin .d-office-admin-flex {
  display: flex !important; }
  .role-office-admin .d-office-admin-block {
    display: block !important; }
  .role-office-admin .d-office-admin-inline-block {
    display: inline-block !important; }

.role-office-staff .d-office-staff-flex {
  display: flex !important; }
  .role-office-staff .d-office-staff-block {
    display: block !important; }
  .role-office-staff .d-office-staff-inline-block {
    display: inline-block !important; }

.role-office-assistant .d-office-assistant-flex {
  display: flex !important; }
  .role-office-assistant .d-office-assistant-block {
    display: block !important; }
  .role-office-assistant .d-office-assistant-inline-block {
    display: inline-block !important; }

.role-association-staff .d-association-staff {
  display: flex !important; }
  .role-association-staff .d-association-staff-block {
    display: block !important; }
  .role-association-staff .d-association-staff-inline-block {
    display: inline-block !important; }

.role-association-admin .d-association-admin {
  display: flex !important; }
  .role-association-admin .d-association-admin-block {
    display: block !important; }
  .role-association-admin .d-association-admin-inline-block {
    display: inline-block !important; }

.role-organization-staff .d-organization-staff {
  display: flex !important; }
  .role-organization-staff .d-organization-staff-block {
    display: block !important; }
  .role-organization-staff .d-organization-staff-inline-block {
    display: inline-block !important; }

.role-organization-admin .d-organization-admin {
  display: flex !important; }
  .role-organization-admin .d-organization-admin-block {
    display: block !important; }
  .role-organization-admin .d-organization-admin-inline-block {
    display: inline-block !important; }

.notification-priority-high {
  background: rgba(255, 255, 255, 0.1); }

.notification-priority-normal {
  background: white; }

.notification-new .title {
  color: #1c9ad6; }

.notification-viewed .title {
  color: #333; }

.page .content-area {
  margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .page aside {
      margin-top: 30px; } }
  .page aside .grid-item:last-of-type {
    margin-bottom: 0; }

.home .find-a-realtor {
  padding: 150px 0;
  background-size: cover; }
  .home .row .inner.card {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.85); }

@media (max-width: 1199.98px) {
    .page-template-tpl-sidebar .container-wrapper {
      padding-top: 30px;
      padding-bottom: 0; } }

.blog article, .single article {
  padding-bottom: 30px; }
  .blog .entry-meta, .single .entry-meta {
    margin-bottom: 15px; }
  .blog .entry-header *, .single .entry-header * {
    margin-top: 0; }

.sidebar > * {
  margin-bottom: 15px; }
  .sidebar .sidebar-items {
    margin-bottom: 0; }
  .sidebar .sidebar-items > * {
    margin-bottom: 15px; }

.single-aw-office .office-info, .single-aw-member .office-info {
  margin-bottom: 20px; }
  .single-aw-office h1, .single-aw-member h1 {
    margin-top: 0;
    line-height: 1.2; }
  @media (max-width: 991.98px) {
    .single-aw-office .about, .single-aw-member .about {
      margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .single-aw-office .details, .single-aw-member .details {
      margin-bottom: 30px; } }
  .single-aw-office .details h1, .single-aw-member .details h1 {
    font-size: 32px; }
  @media (max-width: 767.98px) {
  .single-aw-office .logo, .single-aw-member .logo, .single-aw-office .copy, .single-aw-member .copy {
    margin-bottom: 30px; } }
  @media (max-width: 991.98px) {
    .single-aw-office .contact, .single-aw-member .contact {
      clear: both; } }
  .single-aw-office .members .rows .avatar, .single-aw-member .members .rows .avatar {
    text-align: center; }
    .single-aw-office .members .rows .avatar .circle, .single-aw-member .members .rows .avatar .circle {
      display: inline-block;
      border-radius: 50%;
      background-size: cover;
      background-position: center center;
      width: 45px;
      height: 45px;
      border: 1px solid #ddd; }
    .single-aw-office .members .rows .avatar img, .single-aw-member .members .rows .avatar img {
      height: 45px; }
  .single-aw-office .members .rows td, .single-aw-member .members .rows td {
    vertical-align: middle; }

.single-aw-member .member-photo {
  width: 100%; }

.single-aw-community .banner-image {
  height: 35vw; }
  @media (max-width: 991.98px) {
    .single-aw-community .banner-image {
      height: 50vw; } }
  @media (max-width: 767.98px) {
    .single-aw-community .banner-image {
      height: 75vw; } }
  .single-aw-community .slick-slider .slick-slide {
    position: absolute; }
  .single-aw-community .slick-slider .slick-slide:first-child {
    position: relative; }
  .single-aw-community .slick-initialized.slick-slider .slick-slide, .single-aw-community .slick-initialized.slick-slider .slick-slide:first-child {
    position: relative; }
  .single-aw-community .recent-listings header h2 {
    font-size: 24px;
    line-height: 1.3; }
  .single-aw-community .contacts {
    padding: 0 15px; }
  .single-aw-community .contacts .row {
    padding: 10px;
    border-bottom: 1px solid #ddd; }
  @media print {
  .single-aw-community .aw-menu-parent {
    display: none; }
  .single-aw-community .community-images {
    display: none; }
  .single-aw-community .community-map {
    display: none; }
  .single-aw-community .aw-page-content > .container-wrapper:first-of-type {
    padding-top: 0; }
    .single-aw-community .aw-page-content .container-wrapper:last-of-type {
      display: none; }
  .single-aw-community .community-content {
    margin-top: 0; }
  .single-aw-community .community-contacts {
    margin-top: 50px; }
    .single-aw-community .community-contacts a {
      color: black; }

    .single-aw-community .community-contacts .fa-envelope {
      display: none; } }

.tax-awc-affiliate-type .office-listing {
  margin-top: 50px; }

.affilate-header .form-control, .affilate-header .comments .comment-form input[type="text"], .comments .comment-form .affilate-header input[type="text"], .affilate-header .comments .comment-form input[type="email"], .comments .comment-form .affilate-header input[type="email"], .affilate-header .comments .comment-form input[type="url"], .comments .comment-form .affilate-header input[type="url"], .affilate-header .comments .comment-form textarea, .comments .comment-form .affilate-header textarea {
  margin-top: 3px; }

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table; }

  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top; } }
/* Page Specific Changes */
img {
  max-width: 100%;
  height: auto; }

.inverse a {
  color: white; }

.inverse a:hover {
  color: #eaeaea; }

#wp-admin-bar-wp-logo {
  display: none !important; }

#wpadminbar {
  z-index: 900; }

*[data-route] {
  cursor: pointer; }

*[data-bindid] {
  cursor: pointer; }

.edit-block {
  position: absolute;
  margin-top: -30px; }

.edit-outline:hover {
  border-style: dashed;
  border-width: 1px;
  border-color: #ddd;
  position: relative; }

.edit-outline .edit-label {
  display: none;
  font-size: 12px;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: 1;
  padding: 4px;
  background-color: #000;
  color: white; }

.edit-outline:hover .edit-label {
  display: block; }
/**
 FormStack
 */
.fsBody .fsFieldRow {
  /* margin-bottom: 20px !important; */ }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /** fixes squished images in sliders */
    .flexible-wrapper .slide-item, .flexible-wrapper .inner-wrapper {
      justify-content: inherit; }
    .flexible-wrapper.overlay .background-image:not(.background-image-fixed) {
      width: 100% !important;
      height: auto !important;
      object-fit: none !important;
      top: 50% !important;
      left: 50% !important; }
    img {
      height: inherit; } }
/*# sourceMappingURL=/content/uploads/styles.css.map */	a {
		color: #2c9199;
	}

	a:active,
	a:hover {
		color: #37b7c1;;
		text-decoration: none;
	}

	.calendar .days {
		background-color: #2c9199;
	}
/**
Array
(
    [brand_primary] => #a8bd00
    [brand_secondary] => #2c9199
    [primary] => #a8bd00
    [secondary] => #2c9199
    [accent_1] => #e0a526
    [accent_2] => #0a0000
    [accent_3] => #55a6ad
    [accent_4] => #000000
    [gray_dark] => #313335
    [gray_medium] => #63666a
    [gray_light] => #d7d8da
    [gray_lighter] => #f7f7f7
    [gray_lightest] => #f7f7f7
    [white] => #FFFFFF
    [black] => #000000
    [transparent] => transparent
)
Array
(
    [global_color] => brand_secondary
    [brand_primary_color] => white
    [brand_secondary_color] => white
    [accent_1_color] => white
    [accent_2_color] => white
    [accent_3_color] => white
    [accent_4_color] => white
    [primary_color] => white
)
Array
(
    [brand_primary] => #7b8a00
    [brand_secondary] => #37b7c1
    [primary] => #7b8a00
    [secondary] => #37b7c1
    [accent_1] => #b9861a
    [accent_2] => #3d0000
    [accent_3] => #43868c
    [accent_4] => #191919
    [gray_dark] => #4a4d50
    [gray_medium] => #7c7f84
    [gray_light] => #bdbec1
    [gray_lighter] => #dddddd
    [gray_lightest] => #dddddd
    [white] => #FFFFFF
    [black] => #000000
    [transparent] => transparent
)
**/
/**
Array
(
    [upper_background_color] => gray_lighter
    [upper_link_color] => gray_medium
    [upper_link_active_color] => brand_primary
    [main_background_color] => white
    [main_links_color] => gray_medium
    [main_links_active_color] => brand_primary
    [lower_background_color] => brand_secondary
    [lower_link_color] => white
    [lower_link_active_color] => gray_dark
)
**/
	.site-header {

	}

	.site-header .top-navigation {
		background-color: #f7f7f7;
	}

	.site-header .top-navigation a {
		color:#63666a;
	}

	.site-header .top-navigation a:hover {
		color: #a8bd00 !important;
	}

	.site-header .middle-navigation {
		background-color: #FFFFFF;
	}

	.site-header .middle-navigation .drop-menu > li a {
		color: #63666a;
	}

	.site-header .middle-navigation .drop-menu .current-menu-item > a,
	.site-header .middle-navigation .drop-menu .current-page-ancestor > a {
		/* brand_primary*/		color: #7b8a00;
	}

	.site-header .middle-navigation a,
	.site-header .middle-navigation .btn {
		color: #63666a;
	}

	.site-header .middle-navigation .drop-menu .active > a,
	.site-header .middle-navigation .drop-menu .btn.active {
		color: #a8bd00;
	}

	.site-header .middle-navigation .drop-menu a:hover,
	.site-header .middle-navigation .drop-menu .btn:hover {
		color: #a8bd00;
	}

	.mobile-menu,
	.drop-menu-mobile,
	.site-header .bottom-navigation {
		background-color: #2c9199;
	}

	.mobile-menu ul li a,
	.drop-menu-mobile > li > a,
	.site-header .bottom-navigation .drop-menu > li > a,
	.site-header .bottom-navigation .drop-menu> li >.menu-item-has-children > a:after{
		color: #FFFFFF;
	}

	.site-header .bottom-navigation .drop-menu .current-menu-item > a,
	.site-header .bottom-navigation .drop-menu .current-page-ancestor > a,
	.site-header .bottom-navigation .drop-menu li > a:hover {
		color: #313335 !important;
	}

	.site-header .sub-menu a:hover {
		color: #313335 !important;
	}

	
	.autocomplete-selected {
		color:#FFFFFF;
	}

	.autocomplete-selected strong {
		color:#FFFFFF;
	}

	.widget-footer-below {
		background-color: transparent;
		border-bottom: 1px solid transparent;
		color: #d7d8da;
	}

	.widget-footer-below a {
		color: #d7d8da;
	}

	.widget-footer-below a:hover {
		color: #bdbec1;
	}

/* brand-primary */
.bg-brand-primary, .btn.bg-brand-primary {
    background-color: #a8bd00 !important;
}
.btn.bg-brand-primary, a.bg-brand-primary {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-brand-primary:hover {
    background-color: #7b8a00 !important;
}
.border-brand-primary {
    border-color: #a8bd00 !important;
}
.link-brand-primary a {
    color: #a8bd00;
    transition: color 400ms;
}
.hover-brand-primary a:hover {
    color: #a8bd00 !important;
}
a.bg-brand-primary:hover, .link-brand-primary a:hover {
    color: #FFFFFF;
}
.color-brand-primary {
    color: #a8bd00 !important;
}
.text-brand-primary {
    color: #a8bd00 !important;
}
/* brand-secondary */
.bg-brand-secondary, .btn.bg-brand-secondary {
    background-color: #2c9199 !important;
}
.btn.bg-brand-secondary, a.bg-brand-secondary {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-brand-secondary:hover {
    background-color: #37b7c1 !important;
}
.border-brand-secondary {
    border-color: #2c9199 !important;
}
.link-brand-secondary a {
    color: #2c9199;
    transition: color 400ms;
}
.hover-brand-secondary a:hover {
    color: #2c9199 !important;
}
a.bg-brand-secondary:hover, .link-brand-secondary a:hover {
    color: #FFFFFF;
}
.color-brand-secondary {
    color: #2c9199 !important;
}
.text-brand-secondary {
    color: #2c9199 !important;
}
/* primary */
.bg-primary, .btn.bg-primary {
    background-color: #a8bd00 !important;
}
.btn.bg-primary, a.bg-primary {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-primary:hover {
    background-color: #7b8a00 !important;
}
.border-primary {
    border-color: #a8bd00 !important;
}
.link-primary a {
    color: #a8bd00;
    transition: color 400ms;
}
.hover-primary a:hover {
    color: #a8bd00 !important;
}
a.bg-primary:hover, .link-primary a:hover {
    color: #FFFFFF;
}
.color-primary {
    color: #a8bd00 !important;
}
.text-primary {
    color: #a8bd00 !important;
}
/* secondary */
.bg-secondary, .btn.bg-secondary {
    background-color: #2c9199 !important;
}
.btn.bg-secondary, a.bg-secondary {
    color: #37b7c1;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-secondary:hover {
    background-color: #37b7c1 !important;
}
.border-secondary {
    border-color: #2c9199 !important;
}
.link-secondary a {
    color: #2c9199;
    transition: color 400ms;
}
.hover-secondary a:hover {
    color: #2c9199 !important;
}
a.bg-secondary:hover, .link-secondary a:hover {
    color: #37b7c1;
}
.color-secondary {
    color: #2c9199 !important;
}
.text-secondary {
    color: #2c9199 !important;
}
/* accent-1 */
.bg-accent-1, .btn.bg-accent-1 {
    background-color: #e0a526 !important;
}
.btn.bg-accent-1, a.bg-accent-1 {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-accent-1:hover {
    background-color: #b9861a !important;
}
.border-accent-1 {
    border-color: #e0a526 !important;
}
.link-accent-1 a {
    color: #e0a526;
    transition: color 400ms;
}
.hover-accent-1 a:hover {
    color: #e0a526 !important;
}
a.bg-accent-1:hover, .link-accent-1 a:hover {
    color: #FFFFFF;
}
.color-accent-1 {
    color: #e0a526 !important;
}
.text-accent-1 {
    color: #e0a526 !important;
}
/* accent-2 */
.bg-accent-2, .btn.bg-accent-2 {
    background-color: #0a0000 !important;
}
.btn.bg-accent-2, a.bg-accent-2 {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-accent-2:hover {
    background-color: #3d0000 !important;
}
.border-accent-2 {
    border-color: #0a0000 !important;
}
.link-accent-2 a {
    color: #0a0000;
    transition: color 400ms;
}
.hover-accent-2 a:hover {
    color: #0a0000 !important;
}
a.bg-accent-2:hover, .link-accent-2 a:hover {
    color: #FFFFFF;
}
.color-accent-2 {
    color: #0a0000 !important;
}
.text-accent-2 {
    color: #0a0000 !important;
}
/* accent-3 */
.bg-accent-3, .btn.bg-accent-3 {
    background-color: #55a6ad !important;
}
.btn.bg-accent-3, a.bg-accent-3 {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-accent-3:hover {
    background-color: #43868c !important;
}
.border-accent-3 {
    border-color: #55a6ad !important;
}
.link-accent-3 a {
    color: #55a6ad;
    transition: color 400ms;
}
.hover-accent-3 a:hover {
    color: #55a6ad !important;
}
a.bg-accent-3:hover, .link-accent-3 a:hover {
    color: #FFFFFF;
}
.color-accent-3 {
    color: #55a6ad !important;
}
.text-accent-3 {
    color: #55a6ad !important;
}
/* accent-4 */
.bg-accent-4, .btn.bg-accent-4 {
    background-color: #000000 !important;
}
.btn.bg-accent-4, a.bg-accent-4 {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-accent-4:hover {
    background-color: #191919 !important;
}
.border-accent-4 {
    border-color: #000000 !important;
}
.link-accent-4 a {
    color: #000000;
    transition: color 400ms;
}
.hover-accent-4 a:hover {
    color: #000000 !important;
}
a.bg-accent-4:hover, .link-accent-4 a:hover {
    color: #FFFFFF;
}
.color-accent-4 {
    color: #000000 !important;
}
.text-accent-4 {
    color: #000000 !important;
}
/* gray-dark */
.bg-gray-dark, .btn.bg-gray-dark {
    background-color: #313335 !important;
}
.btn.bg-gray-dark, a.bg-gray-dark {
    color: #4a4d50;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-gray-dark:hover {
    background-color: #4a4d50 !important;
}
.border-gray-dark {
    border-color: #313335 !important;
}
.link-gray-dark a {
    color: #313335;
    transition: color 400ms;
}
.hover-gray-dark a:hover {
    color: #313335 !important;
}
a.bg-gray-dark:hover, .link-gray-dark a:hover {
    color: #4a4d50;
}
.color-gray-dark {
    color: #313335 !important;
}
.text-gray-dark {
    color: #313335 !important;
}
/* gray-medium */
.bg-gray-medium, .btn.bg-gray-medium {
    background-color: #63666a !important;
}
.btn.bg-gray-medium, a.bg-gray-medium {
    color: #7c7f84;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-gray-medium:hover {
    background-color: #7c7f84 !important;
}
.border-gray-medium {
    border-color: #63666a !important;
}
.link-gray-medium a {
    color: #63666a;
    transition: color 400ms;
}
.hover-gray-medium a:hover {
    color: #63666a !important;
}
a.bg-gray-medium:hover, .link-gray-medium a:hover {
    color: #7c7f84;
}
.color-gray-medium {
    color: #63666a !important;
}
.text-gray-medium {
    color: #63666a !important;
}
/* gray-light */
.bg-gray-light, .btn.bg-gray-light {
    background-color: #d7d8da !important;
}
.btn.bg-gray-light, a.bg-gray-light {
    color: #bdbec1;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-gray-light:hover {
    background-color: #bdbec1 !important;
}
.border-gray-light {
    border-color: #d7d8da !important;
}
.link-gray-light a {
    color: #d7d8da;
    transition: color 400ms;
}
.hover-gray-light a:hover {
    color: #d7d8da !important;
}
a.bg-gray-light:hover, .link-gray-light a:hover {
    color: #bdbec1;
}
.color-gray-light {
    color: #d7d8da !important;
}
.text-gray-light {
    color: #d7d8da !important;
}
/* gray-lighter */
.bg-gray-lighter, .btn.bg-gray-lighter {
    background-color: #f7f7f7 !important;
}
.btn.bg-gray-lighter, a.bg-gray-lighter {
    color: #dddddd;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-gray-lighter:hover {
    background-color: #dddddd !important;
}
.border-gray-lighter {
    border-color: #f7f7f7 !important;
}
.link-gray-lighter a {
    color: #f7f7f7;
    transition: color 400ms;
}
.hover-gray-lighter a:hover {
    color: #f7f7f7 !important;
}
a.bg-gray-lighter:hover, .link-gray-lighter a:hover {
    color: #dddddd;
}
.color-gray-lighter {
    color: #f7f7f7 !important;
}
.text-gray-lighter {
    color: #f7f7f7 !important;
}
/* gray-lightest */
.bg-gray-lightest, .btn.bg-gray-lightest {
    background-color: #f7f7f7 !important;
}
.btn.bg-gray-lightest, a.bg-gray-lightest {
    color: #dddddd;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-gray-lightest:hover {
    background-color: #dddddd !important;
}
.border-gray-lightest {
    border-color: #f7f7f7 !important;
}
.link-gray-lightest a {
    color: #f7f7f7;
    transition: color 400ms;
}
.hover-gray-lightest a:hover {
    color: #f7f7f7 !important;
}
a.bg-gray-lightest:hover, .link-gray-lightest a:hover {
    color: #dddddd;
}
.color-gray-lightest {
    color: #f7f7f7 !important;
}
.text-gray-lightest {
    color: #f7f7f7 !important;
}
/* white */
.bg-white, .btn.bg-white {
    background-color: #FFFFFF !important;
}
.btn.bg-white, a.bg-white {
    color: #FFFFFF;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-white:hover {
    background-color: #e5e5e5 !important;
}
.border-white {
    border-color: #FFFFFF !important;
}
.link-white a {
    color: #FFFFFF;
    transition: color 400ms;
}
.hover-white a:hover {
    color: #FFFFFF !important;
}
a.bg-white:hover, .link-white a:hover {
    color: #FFFFFF;
}
.color-white {
    color: #FFFFFF !important;
}
.text-white {
    color: #FFFFFF !important;
}
/* black */
.bg-black, .btn.bg-black {
    background-color: #000000 !important;
}
.btn.bg-black, a.bg-black {
    color: #000000;
    border-color: transparent;
    text-shadow: none;
}
.btn.bg-black:hover {
    background-color: #191919 !important;
}
.border-black {
    border-color: #000000 !important;
}
.link-black a {
    color: #000000;
    transition: color 400ms;
}
.hover-black a:hover {
    color: #000000 !important;
}
a.bg-black:hover, .link-black a:hover {
    color: #000000;
}
.color-black {
    color: #000000 !important;
}
.text-black {
    color: #000000 !important;
}
/* transparent */
.bg-transparent, .btn.bg-transparent {
    background-color: transparent !important;
}
.btn.bg-transparent, a.bg-transparent {
    color: transparent;
    border-color: transparent;
    text-shadow: none;
}

.border-transparent {
    border-color: transparent !important;
}
.link-transparent a {
    color: transparent;
    transition: color 400ms;
}
.hover-transparent a:hover {
    color: transparent !important;
}
a.bg-transparent:hover, .link-transparent a:hover {
    color: transparent;
}
.color-transparent {
    color: transparent !important;
}
.text-transparent {
    color: transparent !important;
}
	.list-group-item.active {
		color: #313335;
		background-color: #f7f7f7;
		border-color: #f7f7f7;
	}

	.list-group-item {
		color: #313335;
	}

	.btn-default {
		background-color: #d7d8da;
	}

	.shadow {
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	}

	
	.card.cta {
		background-color: transparent;
		color: #a8bd00;
		border-width: 1px;
		border-color: #d7d8da;
		border-style: solid;
	}

	.card.bg-dark a:hover {
		color: #EAEAEA;
	}

	.card-price .card,
	.card-price {
		background-color: #f7f7f7;
		border-width: 1px;
		border-color: #d7d8da;
		border-style: solid;
		border-top: 4px solid#a8bd00	}

	.card-price .card-body h1,
	.card-price .card-body h2,
	.card-price .card-body h3,
	.card-price .card-body h4,
	.card-price .card-body h5 {
		color: #a8bd00;
	}

	.card.cta .card-bottom .btn {

	}

	.card.card-price .card-bottom {
		padding: 10px;
	}

	.card.cta .card-body h1 a,
	.card.cta .card-body h2 a,
	.card.cta .card-body h3 a,
	.card.cta .card-body h4 a {
		color: #313335	!important;
	}

	.card.cta .card-body h1 a:hover,
	.card.cta .card-body h2 a:hover,
	.card.cta .card-body h3 a:hover,
	.card.cta .card-body h4 a:hover {
		color:#37b7c1 !important;
	}

	.card.cta .card-footer .btn {
		color: #FFFFFF !important;
		background-color: #2c9199;
		border-width: 1px;
		border-color: #2c9199;
		border-style: solid;
	}

	
	.btn-cta {
		color: #FFFFFF !important;
		background-color: #2c9199 !important;
		border-color: #2c9199 !important;
		border-width: 1 !important;
		text-transform: uppercase;
		transition: all 400ms;
	}

	.btn-cta:hover {
		color: #e5e5e5 !important;
		background-color: #37b7c1 !important;
		border-color: transparent !important;
	}

	.entry-content > *:first-child {
		margin-top: 0;
	}

	.entry-content > *:last-child {
		margin-bottom: 0;
	}

	/**
		**/

	.widget-item-breadcrumbs {
		background-color: #FFFFFF;
		border-bottom: 1px solid transparent;
	}

	.widget-item-breadcrumbs a {
		color: #63666a;
	}

	.widget-item-breadcrumbs a:hover,
	.widget-item-breadcrumbs a.active {
		color: #7c7f84;
	}

	.widget-title-row.border-bottom {
		border-bottom: 1px solid transparent !important;
	}

	/**
		**/

	.widget-footer-sitemap,
	.communities-sitemap {
		background-color: #63666a;
		border-top: 1px solid ;
		color: #d7d8da;
	}

	.widget-footer-sitemap a,
	.communities-sitemap a {
		color: #d7d8da;
	}

	.widget-footer-sitemap a:hover,
	.widget-footer-sitemap a.active,
	.widget-footer-sitemap .current-menu-item > a,
	.widget-footer-sitemap .current-page-ancestor > a,
	.communities-sitemap a:hover,
	.communities-sitemap a.active,
	.communities-sitemap .current-menu-item > a,
	.communities-sitemap .current-page-ancestor > a {
		color: #6c6c6d;	}

	/**
		**/

	.widget-footer-columns {
		background-color: #63666a;
		border-bottom: 1px solid transparent;
		color: #d7d8da;
	}

	.widget-footer-columns a {
		color: #d7d8da;
		display: block;
	}

	.widget-footer-columns a:hover,
	.widget-footer-columns a.active {
		color: #e5e5e5;
	}

/** End AW Styles **/
