/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
/* Elements that should trigger a user action, such as links, buttons, toggles, handles etc. */
@keyframes shimmer {
  0% {
    background-position: 200%;
  }
  100% {
    background-position: -200%;
  }
}
:root {
  --color-action: #245abc;
  --color-action-dark: #1c4695;
  --color-action-darker: #15326f;
  --color-action-darkest: #15326f;
  --color-action-alternate: #4e3498;
  --color-action-disabled: hsla(0, 0%, 50%, 0.5);
  --color-dark: #000;
  --color-neutral-darker: #292929;
  --color-neutral-dark: #717171;
  --color-neutral: #908f8f;
  --color-neutral-light: #ddddde;
  --color-neutral-lighter: #f5f4f3;
  --color-light: #fff;
  --color-positive: #12805a;
  --color-negative: #d43626;
  --color-attention: #f2d972;
  --color-warning: #ff9a65;
  --color-accent-sand: #f3f1ef;
  --color-accent-sand-light: #f9f8f7;
  --color-accent-sand-lighter: #fdfdfc;
  --color-accent-sage: #75a075;
  --color-accent-sage-light: #a5c99a;
  --color-accent-sage-lighter: #e4ebd5;
  --color-accent-orange: #e85f24;
  --color-accent-orange-light: #ff9a65;
  --color-accent-orange-lighter: #ffe4cc;
  --color-text-default: #292929;
  --color-text-emphasis: #292929;
  --color-text-deemphasis: #717171;
  --color-text-disabled: #ddddde;
  --color-text-inverse: #fff;
  --color-bg-default: #fff;
  --color-bg-contrast: #f5f4f3;
  --color-bg-hover: #ddddde;
  --color-bg-active: #717171;
  --color-bg-emphasis: #292929;
  --color-bg-disabled: #f5f4f3;
  --color-bg-inverse: #292929;
  --color-border-default: #ddddde;
  --color-border-contrast: #908f8f;
  --color-icon: #717171;
  --color-link-default: #2474de;
  --color-link-hover: #1c4695;
  --color-link-active: #15326f;
  --color-link-visited: #4e3498;
  --color-link-disabled: #ddddde;
  --color-input-border: #908f8f;
  --form-input-focus-box-shadow-spread: 1px;
  --overlapped-form-input-border: 3px;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  color: #292929;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2474de;
  text-decoration: none;
  font-weight: 500;
}
a:hover,
a:focus {
  color: #1c4695;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.a--inverse {
  color: #fff;
  text-decoration: underline;
}
.a--inverse:hover,
.a--inverse:focus {
  text-decoration: underline;
  color: #fff;
  opacity: 0.8;
}
b,
strong {
  font-weight: 700;
  color: #292929;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 8px;
  line-height: 1.5rem;
  background-color: #fff;
  border: 1px solid #ddddde;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.img-border {
  border: 1px solid #ddddde;
}
.inline-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #ddddde;
}
.hr--short {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.hr--dashed {
  border-style: dashed;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172px;
  }
}
@media (min-width: 1660px) {
  .container {
    width: 1600px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
  margin-top: 0;
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif;
  font-weight: 700;
  color: #292929;
}
h1,
.h1 {
  font-size: 2rem;
  margin-bottom: 16px;
  line-height: 2.5rem;
}
h2,
.h2 {
  font-size: 1.5rem;
  margin-bottom: 16px;
  line-height: 2rem;
}
h3,
.h3 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 1.625rem;
}
h4,
.h4 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 1.625rem;
}
h5,
h6 {
  font-size: 1.125rem;
  margin-bottom: 16px;
  line-height: 1.625rem;
}
.h1--hero {
  font-size: 2.625rem;
  line-height: 3rem;
}
p {
  margin: 0 0 16px;
  line-height: 1.5rem;
}
.small {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.micro {
  font-size: 0.75rem;
  line-height: 1rem;
}
small {
  font-size: 0.75em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-300 {
  font-weight: 300;
}
.text-400 {
  font-weight: 400;
}
:lang(de) .text-uppercase,
:lang(el) .text-uppercase,
:lang(tr) .text-uppercase {
  text-transform: none;
}
.text-capitalize {
  text-transform: capitalize;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #908f8f;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 16px;
  border-left: 5px solid #ddddde;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.5rem;
  color: #717171;
}
blockquote footer::before {
  content: '\2014 \00A0';
}
blockquote::before,
blockquote::after {
  content: '';
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5rem;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: ' (' attr(href) ')';
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']::after,
  a[href^='javascript:']::after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1172px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row--full-bleed {
  margin-left: -32px;
  margin-right: -32px;
}
@media (max-width: 767px) {
  .row--full-bleed {
    margin-left: -24px;
    margin-right: -24px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.col--no-padding {
  padding-left: 0;
  padding-right: 0;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}
caption {
  padding: 13px 20px;
  color: #717171;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 13px 20px;
  line-height: 1.5rem;
  vertical-align: top;
  border-top: 1px solid #ddddde;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddddde;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddddde;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px 20px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f5f4f3;
}
.table-hover > tbody > tr:hover {
  background-color: #ddddde;
  transition: background 0.75s ease;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.table-responsive {
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddddde;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #717171;
  border: 0;
  border-bottom: 1px solid #ddddde;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  color: #717171;
}
input[type='search'] {
  box-sizing: border-box;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
  height: 1.1em;
  width: 1.1em;
  line-height: normal;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: block;
  width: 100%;
  height: 56px;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #292929;
  background-color: #fff;
  background-image: none;
  border: 1px solid #908f8f;
  border-radius: 4px;
  box-shadow: none;
  outline: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control::-moz-placeholder {
  color: #908f8f;
  font-style: normal;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #908f8f;
  font-style: normal;
}
.form-control::-webkit-input-placeholder {
  color: #908f8f;
  font-style: normal;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  border-color: #ddddde;
  background-color: #f7f7f8;
  color: #908f8f;
  opacity: 0.36;
}
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}
textarea.form-control {
  height: auto;
  resize: none;
}
select.form-control {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/forms/select.svg');
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  line-height: 1;
  position: relative;
  background-color: #fff;
  padding-right: 40px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: none;
}
select.form-control:hover {
  box-shadow: none;
}
select.form-control:focus {
  border-color: #245abc;
  border-width: 2px;
}
input.form-control,
textarea.form-control {
  transition: box-shadow 0.3s ease-out, border-color ease-out 0.15s, padding ease-out 50ms;
}
input.form-control:focus,
textarea.form-control:focus {
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
}
select::-ms-expand {
  display: none;
}
@-moz-document url-prefix() {
  select.form-control {
    background-image: none;
    padding-right: 16px;
  }
}
select[multiple] {
  background-image: none;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  line-height: 56px;
}
_:-ms-fullscreen,
:root input[type='date'],
_:-ms-fullscreen,
:root input[type='time'],
_:-ms-fullscreen,
:root input[type='datetime-local'],
_:-ms-fullscreen,
:root input[type='month'] {
  line-height: 1.5rem;
}
.form-group {
  margin-bottom: 16px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  color: #908f8f;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  color: #292929;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type='radio'][disabled],
input[type='checkbox'][disabled],
input[type='radio'].disabled,
input[type='checkbox'].disabled,
fieldset[disabled] input[type='radio'],
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.has-icon {
  position: relative;
  z-index: 0;
}
.has-icon .form-control {
  padding-left: 38.62068966px;
}
.has-icon .form-control-icon {
  color: #717171;
  position: absolute;
  top: -2px;
  left: 16px;
  z-index: 2;
  display: block;
  text-align: left;
  line-height: 56px;
  pointer-events: none;
}
.has-icon .form-control-icon.is-clickable {
  pointer-events: auto;
}
.has-feedback {
  position: relative;
  z-index: 0;
}
.has-feedback .form-control {
  padding-right: 38.62068966px;
}
.has-feedback .form-control-feedback {
  color: #717171;
  position: absolute;
  top: -2px;
  right: 16px;
  z-index: 2;
  display: block;
  text-align: right;
  pointer-events: none;
}
.has-feedback .form-control-feedback.is-clickable {
  pointer-events: auto;
}
.has-feedback span.form-control-feedback {
  line-height: 56px;
}
.has-error {
  z-index: 0;
}
.has-error.radio label,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio-inline label,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .radio,
.has-error .radio-inline {
  color: #292929;
}
.has-error .form-control:not(:focus) {
  color: #292929;
  background-color: #fff;
  border-color: #d43626;
  box-shadow: inset 0 0 0 1px #d43626;
}
.has-error .input-group-addon {
  color: #292929;
  border-color: #d43626;
  background-color: #fff;
}
.has-error input.form-control:not(:focus),
.has-error textarea.form-control:not(:focus) {
  background-image: none;
}
.has-error .help-block {
  color: #d43626;
  position: relative;
}
.has-icon label ~ .form-control-icon {
  top: 29px;
}
.has-icon label.sr-only ~ .form-control-feedback {
  top: 0;
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.is-readonly .form-control,
.is-readonly .form-control:focus {
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
  background-image: none;
}
.help-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 8px;
  line-height: 16px;
  color: #292929;
  font-size: 12px;
}
input:hover ~ .help-hover,
button:hover ~ .help-hover,
select:hover ~ .help-hover,
textarea:hover ~ .help-hover,
.input-group:hover ~ .help-hover,
input:focus ~ .help-hover,
button:focus ~ .help-hover,
select:focus ~ .help-hover,
textarea:focus ~ .help-hover,
.input-group:focus ~ .help-hover {
  z-index: 30;
  opacity: 1;
  transition-duration: 0.25s;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type='checkbox'],
  .form-inline .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .checkbox-group,
  .form-inline .radio-group {
    height: 30px;
    display: inline-block;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: none;
  white-space: nowrap;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 24px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-transform: normal;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  transition-duration: 0s;
  transform: perspective(100px) translateZ(-2px);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  background-color: #ddddde;
  background-image: none;
  border-color: #ddddde;
  color: #fff;
}
.btn-default {
  background-color: #fff;
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
  color: #245abc;
  text-shadow: none;
  transition: all 250ms ease-in-out;
  line-height: 24px;
  border-radius: 100px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .btn-default {
      transition: all 0ms ease-in-out, background-color 250ms ease-in-out, transform 250ms ease-in-out;
    }
  }
}
.btn-default:hover,
.btn-default:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0 2px #245abc;
}
.btn-default.active,
.btn-default:active {
  background-color: #f9f8f7;
  box-shadow: inset 0 0 0 1px #245abc;
  transition-duration: 0s;
  text-decoration: none;
}
.btn-default.disabled,
.btn-default[disabled] {
  border-color: hsla(0, 0%, 50%, 0.5);
  background-color: #fff;
  color: #ddddde;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 50%, 0.5);
}
.btn-default > .LoadingOverlay {
  background-color: #fff;
}
.btn-default.btn-inverse {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9);
  color: #fff;
}
.btn-default.btn-inverse:hover,
.btn-default.btn-inverse:focus {
  box-shadow: inset 0 0 0 2px #fff;
}
.btn-default.btn-inverse.active,
.btn-default.btn-inverse:active {
  background-color: #f5f4f3;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn-default.btn-inverse.disabled,
.btn-default.btn-inverse[disabled] {
  border-color: hsla(0, 0%, 50%, 0.5);
  background-color: #fff;
  color: #ddddde;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 50%, 0.5);
}
.btn-default.btn-inverse > .LoadingOverlay {
  background-color: transparent;
}
.btn-default.btn-inverse:hover,
.btn-default.btn-inverse:focus {
  background: transparent;
  border-color: #fff;
}
.btn-default.btn-inverse:active,
.btn-default.btn-inverse.active {
  background-color: rgba(255, 255, 255, 0.2);
  transition-duration: 0s;
}
.btn-default.btn-inverse.disabled,
.btn-default.btn-inverse[disabled] {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.btn-primary {
  position: relative;
  border-radius: 100px;
  background-color: #245abc;
  border-color: #245abc;
  color: #fff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1c4695;
  border-color: #1c4695;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #15326f;
}
.btn-primary.disabled,
.btn-primary[disabled] {
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  background-color: rgba(36, 90, 188, 0.4);
}
.btn-primary.disabled .btn__inline-svg,
.btn-primary[disabled] .btn__inline-svg {
  stroke: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
}
.btn-primary > .LoadingOverlay {
  background-color: #1c4695;
}
.btn-primary.btn-inverse {
  background-color: rgba(255, 255, 255, 0.9);
  border-color: transparent;
  color: #245abc;
}
.btn-primary.btn-inverse:hover,
.btn-primary.btn-inverse:focus {
  background-color: #fff;
  border-color: transparent;
  color: #245abc;
}
.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse.active {
  background-color: #fff;
}
.btn-primary.btn-inverse.disabled,
.btn-primary.btn-inverse[disabled] {
  color: rgba(36, 90, 188, 0.5);
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.3);
}
.btn-primary.btn-inverse.disabled .btn__inline-svg,
.btn-primary.btn-inverse[disabled] .btn__inline-svg {
  stroke: rgba(36, 90, 188, 0.4);
  fill: rgba(36, 90, 188, 0.4);
}
.btn-primary.btn-inverse > .LoadingOverlay {
  background-color: #fff;
}
.btn-primary.btn-inverse:hover,
.btn-primary.btn-inverse:focus {
  box-shadow: inset 0 0 0 1px transparent;
}
.btn-primary.btn-inverse:active,
.btn-primary.btn-inverse.active {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  transition-duration: 0s;
}
.btn-primary.btn-inverse:active::before,
.btn-primary.btn-inverse.active::before {
  display: none;
}
.btn-primary.btn-inverse.disabled,
.btn-primary.btn-inverse[disabled] {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.5);
}
.btn-overlay {
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  color: #fff;
  box-shadow: none;
  -webkit-backdrop-filter: blur(3px);
}
.btn-overlay:hover,
.btn-overlay:focus {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
  color: #fff;
}
.btn-overlay:active,
.btn-overlay.active {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn-overlay.disabled,
.btn-overlay[disabled] {
  color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-overlay.disabled .btn__inline-svg,
.btn-overlay[disabled] .btn__inline-svg {
  stroke: rgba(255, 255, 255, 0.4);
  fill: rgba(255, 255, 255, 0.4);
}
.btn-overlay > .LoadingOverlay {
  background-color: rgba(0, 0, 0, 0.8);
}
.btn-overlay:active,
.btn-overlay.active {
  background-color: #000;
}
.btn-xs {
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
}
.btn-sm {
  padding: 11px 24px;
  font-size: 0.875rem;
  line-height: 18px;
}
.btn-lg {
  padding: 16px 32px;
  font-size: 1rem;
  line-height: 24px;
}
.btn-link {
  color: #2474de;
  border-color: transparent;
  background: none;
  background-color: transparent;
  padding-left: 8px;
  padding-right: 8px;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  background-color: transparent;
  color: #1c4695;
  text-decoration: none;
}
.btn-link.disabled,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  color: #ddddde;
  background-color: transparent;
}
.btn-link.btn-inverse {
  color: #58a0fe;
}
.btn-link.btn-inverse:hover,
.btn-link.btn-inverse:focus,
.btn-link.btn-inverse:active,
.btn-link.btn-inverse.active {
  color: #58a0fe;
  opacity: 0.72;
}
.btn-link.btn-inverse.disabled,
.btn-link.btn-inverse[disabled],
fieldset[disabled] .btn-link.btn-inverse {
  color: #58a0fe;
  opacity: 0.5;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 8px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.btn-icon,
.btn-icon-circle {
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
}
.btn-icon {
  border-radius: 4px;
}
.btn-icon.btn-default:not(.btn-inverse):not([disabled]) {
  color: #717171;
  box-shadow: inset 0 0 0 1px #908f8f;
}
.btn-icon.btn-default:not(.btn-inverse):not([disabled]) > .btn__inline-svg {
  stroke: #717171;
  fill: #717171;
}
.btn-icon.btn-default:not(.btn-inverse):not([disabled]):hover,
.btn-icon.btn-default:not(.btn-inverse):not([disabled]):focus {
  box-shadow: inset 0 0 0 2px #245abc;
  color: #245abc;
}
.btn-icon.btn-default:not(.btn-inverse):not([disabled]):hover .btn__inline-svg,
.btn-icon.btn-default:not(.btn-inverse):not([disabled]):focus .btn__inline-svg {
  stroke: #245abc;
  fill: #245abc;
}
.btn-icon.btn-default:not(.btn-inverse):not([disabled]):active {
  box-shadow: inset 0 0 0 1px #245abc;
}
.btn-icon.disabled,
.btn-icon[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
.btn-icon.disabled.btn-default,
.btn-icon[disabled].btn-default {
  box-shadow: inset 0 0 0 1px rgba(144, 143, 143, 0.5);
  color: rgba(113, 113, 113, 0.2);
}
.btn-icon.disabled.btn-default .btn__inline-svg,
.btn-icon[disabled].btn-default .btn__inline-svg {
  stroke: rgba(113, 113, 113, 0.2);
  fill: rgba(113, 113, 113, 0.2);
}
.btn-icon.disabled.btn-inverse:not(.btn-primary),
.btn-icon[disabled].btn-inverse:not(.btn-primary) {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.btn-icon-circle {
  border-radius: 50%;
}
.btn-icon.btn-xs,
.btn-icon-circle.btn-xs {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.btn-icon.btn-sm,
.btn-icon-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-icon.btn-lg,
.btn-icon-circle.btn-lg {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn__inline-svg {
  margin-bottom: -0.125em;
}
.btn__inline-svg + * {
  padding-left: 0.5em;
}
.btn-hover-zoom:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.text-muted {
  color: #717171;
}
.text-white {
  /* stylelint-disable-next-line declaration-no-important */
  /* added this to override specificity found in some components e.g. input + label in switch component */
  color: #fff !important;
}
.text-ha-gray-light {
  color: #f5f4f3;
}
.text-brand {
  color: #245abc;
}
.text-default {
  color: #292929;
}
.text-emphasis {
  color: #292929;
}
.text-link {
  color: #2474de;
}
.text-action {
  color: #245abc;
}
.text-inverse {
  color: #fff;
}
.text-disabled {
  color: #ddddde;
}
.text-success {
  color: #12805a;
}
.text-info {
  color: #245abc;
}
.text-warning {
  color: #ff9a65;
}
.text-danger {
  color: #d43626;
}
.bg--color-brand {
  background-color: #245abc;
}
.bg--color-action {
  background-color: #245abc;
}
.bg--color-action-dark {
  background-color: #1c4695;
}
.bg--color-action-darker {
  background-color: #15326f;
}
.bg--color-action-darkest {
  background-color: #15326f;
}
.bg--color-action-alternate {
  background-color: #4e3498;
}
.bg--color-action-disabled {
  background-color: hsla(0, 0%, 50%, 0.5);
}
.bg--color-light {
  background-color: #fff;
}
.bg--color-neutral-lighter {
  background-color: #f5f4f3;
}
.bg--color-neutral-light {
  background-color: #ddddde;
}
.bg--color-neutral {
  background-color: #908f8f;
}
.bg--color-neutral-dark {
  background-color: #717171;
}
.bg--color-neutral-darker {
  background-color: #292929;
}
.bg--color-dark {
  background-color: #000;
}
.bg--color-positive {
  background-color: #12805a;
}
.bg--color-attention {
  background-color: #f2d972;
}
.bg--color-negative {
  background-color: #d43626;
}
.bg--color-warning {
  background-color: #ff9a65;
}
.bg--color-info {
  background-color: #245abc;
}
.bg--color-bg-default {
  background-color: #fff;
}
.bg--color-bg-contrast {
  background-color: #f5f4f3;
}
.bg--color-bg-hover {
  background-color: #ddddde;
}
.bg--color-bg-active {
  background-color: #717171;
}
.bg--color-bg-accent {
  background-color: #f9f8f7;
}
.bg--color-bg-accent-light {
  background-color: #fdfdfc;
}
.bg--color-bg-emphasis {
  background-color: #292929;
}
.bg--color-bg-disabled {
  background-color: #f5f4f3;
}
.bg--color-bg-inverse {
  background-color: #292929;
}
.bg--color-border-default {
  background-color: #ddddde;
}
.bg--color-border-contrast {
  background-color: #908f8f;
}
.bg--color-icon {
  background-color: #717171;
}
.bg--color-input-border {
  background-color: #908f8f;
}
.bg--color-link-default {
  background-color: #2474de;
}
.bg--color-link-hover {
  background-color: #1c4695;
}
.bg--color-link-active {
  background-color: #15326f;
}
.bg--color-link-visited {
  background-color: #4e3498;
}
.bg--shimmer {
  animation: shimmer 850ms linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-size: 200%;
  background-color: #f5f4f3;
  background-image: linear-gradient(110deg, #f5f4f3 0%, #f5f4f3 25%, #fff 50%, #f5f4f3 75%, #f5f4f3 100%);
}
.bg-bg-color {
  background-color: #fff;
}
.bg-module-bg-color {
  background-color: #f5f4f3;
}
.bg-brand {
  background-color: #245abc;
}
.bg-ha-blue-core {
  background-color: #245abc;
}
.bg-ha-blue-bright {
  background-color: #1c4695;
}
.bg-ha-gray-dark {
  background-color: #292929;
}
.bg-ha-gray-light {
  background-color: #f5f4f3;
}
.bg-primary {
  background-color: #245abc;
}
.bg-danger {
  background-color: #d43626;
}
.bg-warning {
  background-color: #ff9a65;
}
.bg-success {
  background-color: #12805a;
}
.bg-urgency {
  background-color: #f2d972;
}
.border-border-color {
  border-color: #ddddde;
}
.border-brand {
  border-color: #245abc;
}
.border--default {
  border-color: #ddddde;
}
.border--contrast {
  border-color: #908f8f;
}
.border--danger,
.border-danger {
  border-color: #d43626;
}
.border--warning,
.border-warning {
  border-color: #ff9a65;
}
.border--success,
.border-success {
  border-color: #12805a;
}
.border--white,
.border-white {
  border: 1px solid #fff;
}
.box-shadow--nav {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.btn-toolbar::after,
.clearfix::after,
.container::after,
.container-fluid::after,
.dl-horizontal dd::after,
.nav::after,
.navbar::after,
.navbar-collapse::after,
.navbar-header::after,
.panel-body::after,
.row::after,
.btn-toolbar::before,
.clearfix::before,
.container::before,
.container-fluid::before,
.dl-horizontal dd::before,
.nav::before,
.navbar::before,
.navbar-collapse::before,
.navbar-header::before,
.panel-body::before,
.row::before {
  content: ' ';
  display: table;
}
.btn-toolbar::after,
.clearfix::after,
.container::after,
.container-fluid::after,
.dl-horizontal dd::after,
.nav::after,
.navbar::after,
.navbar-collapse::after,
.navbar-header::after,
.panel-body::after,
.row::after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.position-relative {
  position: relative;
}
.display--flex {
  display: flex;
}
.no-margin {
  margin: 0;
}
.border--2px {
  border-width: 2px;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1660px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1660px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1660px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1659px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1660px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.radio-group,
.checkbox-group {
  position: relative;
}
.radio-group input,
.checkbox-group input {
  position: absolute;
  opacity: 0;
}
.radio-group label,
.checkbox-group label {
  margin-bottom: 0;
  padding-left: 45px;
  line-height: 32px;
  min-height: 32px;
  position: relative;
  cursor: pointer;
  color: #292929;
  width: 100%;
}
.radio-group .toggle,
.checkbox-group .toggle {
  transition: all 150ms ease-out;
  width: 32px;
  height: 32px;
  border: 1px solid #ddddde;
  background: #fff;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.radio-group input:not([disabled]):hover + .toggle,
.checkbox-group input:not([disabled]):hover + .toggle,
.radio-group input:focus + .toggle,
.checkbox-group input:focus + .toggle {
  border-color: #245abc;
}
.radio-group input:checked + .toggle,
.checkbox-group input:checked + .toggle {
  background: #245abc;
  border-color: #245abc;
}
.radio-group.disabled label,
.checkbox-group.disabled label {
  cursor: not-allowed;
  color: #ddddde;
}
.radio-group.disabled .toggle,
.checkbox-group.disabled .toggle {
  fill: #f7f7f8;
  background: #f7f7f8;
  box-shadow: none;
}
.radio-group.disabled .svg-white,
.checkbox-group.disabled .svg-white {
  fill: #f7f7f8;
}
.checkbox-group .toggle {
  border-radius: 4px;
}
.checkbox-group input:disabled:checked + .toggle {
  background: #ddddde;
  border-color: #ddddde;
}
.radio-group .toggle {
  border-radius: 50%;
  box-shadow: inset 0 0 0 15px #fff;
}
.radio-group input:checked + .toggle {
  border: 2px solid #245abc;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 15px #245abc;
}
.radio-group input:disabled:checked + .toggle {
  background: #fff;
  border-color: #ddddde;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 15px #ddddde;
}
.radio-group-sm,
.checkbox-group-sm {
  margin-bottom: 20px;
  line-height: 20px;
}
.radio-group-sm label,
.checkbox-group-sm label {
  padding-left: 30px;
  line-height: 24px;
  min-height: 24px;
}
.radio-group-sm .toggle,
.checkbox-group-sm .toggle {
  width: 24px;
  height: 24px;
}
.radio-group-sm input:checked + .toggle {
  border-width: 1px;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #245abc;
}
.checkbox-group-inline,
.radio-group-inline {
  display: inline-block;
}
.checkbox-group-inline + .checkbox-group-inline,
.radio-group-inline + .radio-group-inline {
  margin-left: 50px;
}
.checkbox-group__label--has-error {
  color: #d43626 !important;
}
.checkbox-group__label--has-error .toggle {
  border-color: #d43626;
  color: #d43626;
}
.checkbox-group__label--has-error input:hover + .toggle,
.checkbox-group__label--has-error input:focus + .toggle {
  border-width: 2px;
  border-color: #d43626;
}
.checkbox-group__label--has-error input:checked + .toggle {
  background-color: #d43626;
  border-color: #d43626;
}
.radio-group__label--has-error {
  color: #d43626 !important;
}
.radio-group__label--has-error .toggle {
  border-color: #d43626;
  color: #d43626;
}
.radio-group__label--has-error input:hover + .toggle,
.radio-group__label--has-error input:focus + .toggle {
  border-width: 2px;
  border-color: #d43626;
}
.radio-group__label--has-error input:checked + .toggle {
  border-color: #d43626;
  box-shadow: inset 0 0 0 3px #fff, inset 0 0 0 15px #d43626;
}
.radio-group-sm .radio-group__label--has-error input:checked + .toggle {
  background-color: #d43626;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 15px #d43626;
}

.switch {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch input {
  opacity: 0;
  position: absolute;
}
.switch input:focus + label .switch-toggle::before,
.switch input:active + label .switch-toggle::before {
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
  opacity: 1;
}
.switch input + label {
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  min-width: 80px;
  width: 80px;
  height: 40px;
  background-color: #908f8f;
  transition: background 200ms ease-in-out;
}
.switch label + label {
  cursor: pointer;
  left: 0;
  margin-left: 10px;
  position: relative;
  font-size: 16px;
  color: #292929;
}
.switch svg {
  font-size: 20px;
  height: 40px;
  position: absolute;
  transition: opacity 50ms ease-in-out;
}
.switch .switch-checked {
  margin-left: 10px;
}
.switch .switch-unchecked {
  margin-left: 45px;
  opacity: 1;
}
.switch .switch-toggle {
  background: #fff;
  border-radius: 20px;
  height: 30px;
  width: 30px;
  left: 0;
  margin: 5px;
  position: absolute;
  transition: left 200ms ease-in-out;
}
.switch .switch-toggle::before {
  position: absolute;
  display: block;
  content: '';
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(36, 90, 188, 0.4);
  opacity: 0;
  transition: all 100ms ease-in-out;
  pointer-events: none;
}
.switch input:checked + label {
  background-color: #245abc;
}
.switch input:checked + label .switch-toggle {
  left: 40px;
}
.switch input:checked + label .switch-checked {
  opacity: 1;
}
.switch input:checked + label .switch-unchecked {
  opacity: 0;
}
.switch input + label .switch-checked {
  opacity: 0;
}
.switch input[disabled] + label {
  cursor: not-allowed;
  background-color: #ddddde;
}
.switch input[disabled] + label + label {
  color: #ddddde;
  cursor: not-allowed;
}
.switch input[disabled]:focus + label .switch-toggle::before,
.switch input[disabled]:active + label .switch-toggle::before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}
.switch--label-left input + label {
  order: 2;
  position: relative;
}
.switch--label-left label + label {
  order: 1;
  margin: 0 10px;
}
.switch--sm label {
  margin-bottom: 0;
}
.switch--sm input + label {
  min-width: 60px;
  width: 60px;
  height: 32px;
}
.switch--sm svg {
  height: 32px;
  font-size: 1rem;
}
.switch--sm .switch-toggle {
  margin: 6px;
  height: 20px;
  width: 20px;
}
.switch--sm .switch-unchecked {
  margin-left: 35px;
}
.switch--sm input:checked + label .switch-toggle {
  left: 28px;
}
.switch--xs label {
  margin-bottom: 0;
}
.switch--xs input + label {
  min-width: 48px;
  width: 48px;
  height: 24px;
}
.switch--xs svg {
  height: 24px;
  font-size: 1rem;
}
.switch--xs .switch-toggle {
  margin: 4px;
  height: 16px;
  width: 16px;
}
.switch--xs .switch-unchecked {
  margin-left: 31px;
}
.switch--xs input:checked + label .switch-toggle {
  left: 24px;
}

.inline-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.svg-default {
  stroke: #717171;
  fill: #717171;
}
.svg-brand {
  stroke: #245abc;
  fill: #245abc;
}
.svg-success {
  stroke: #12805a;
  fill: #12805a;
}
.svg-warning {
  stroke: #ff9a65;
  fill: #ff9a65;
}
.svg-danger {
  stroke: #d43626;
  fill: #d43626;
}
.svg-link-color {
  stroke: #2474de;
  fill: #2474de;
}
.svg-gray {
  stroke: #717171;
  fill: #717171;
}
.svg-lightgray {
  stroke: #ddddde;
  fill: #ddddde;
}
.svg-white {
  stroke: #fff;
  fill: #fff;
}
.svg-lg {
  font-size: 35px;
}
.svg-xl {
  font-size: 50px;
}

[class^='icon-cc-'],
[class*=' icon-cc-'] {
  display: inline-block;
  width: 36px;
  height: 24px;
  line-height: 20px;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 24px;
  margin-top: -3px;
}
.icon-cc-amex {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/amex.svg');
}
.icon-cc-bank {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/bank.svg');
}
.icon-cc-blank {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/blank.svg');
}
.icon-cc-carta-si {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/carta-si.svg');
}
.icon-cc-carte-blance {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/carte-blance.svg');
}
.icon-cc-cartebleue {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/cartebleue.svg');
}
.icon-cc-dankort {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/dankort.svg');
}
.icon-cc-delta {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/delta.svg');
}
.icon-cc-diners {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/diners.svg');
}
.icon-cc-discover {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/discover.svg');
}
.icon-cc-echeck {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/echeck.svg');
}
.icon-cc-enroute {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/enroute.svg');
}
.icon-cc-jal {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/jal.svg');
}
.icon-cc-jcb {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/jcb.svg');
}
.icon-cc-laser {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/laser.svg');
}
.icon-cc-maestro {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/maestro.svg');
}
.icon-cc-mastercard {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/mastercard.svg');
}
.icon-cc-paypal {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/paypal.svg');
}
.icon-cc-solo {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/solo.svg');
}
.icon-cc-visa-electron {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/visa-electron.svg');
}
.icon-cc-visa {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/icon/visa.svg');
}

[class^='flag-'],
[class*=' flag-'] {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 20px;
  vertical-align: text-top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 16px;
  margin-top: -4px;
}
i[class^='flag-']::after,
i[class*='flag-']::after {
  box-sizing: border-box;
  content: '';
  height: 16px;
  margin-top: 4px;
  margin-left: 1px;
  width: 22px;
  border: 1px solid #d1d1d1;
  border-color: rgba(0, 0, 0, 0.2);
  display: block;
}
.flag-aa {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/aa.svg');
}
.flag-ad {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ad.svg');
}
.flag-ae {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ae.svg');
}
.flag-ag {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ag.svg');
}
.flag-ai {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ai.svg');
}
.flag-am {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/am.svg');
}
.flag-ar {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ar.svg');
}
.flag-as {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/as.svg');
}
.flag-at {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/at.svg');
}
.flag-au {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/au.svg');
}
.flag-aw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/aw.svg');
}
.flag-az {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/az.svg');
}
.flag-ba {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ba.svg');
}
.flag-bb {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bb.svg');
}
.flag-bd {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bd.svg');
}
.flag-be {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/be.svg');
}
.flag-bg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bg.svg');
}
.flag-bh {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bh.svg');
}
.flag-bj {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bj.svg');
}
.flag-bm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bm.svg');
}
.flag-bn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bn.svg');
}
.flag-bo {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bo.svg');
}
.flag-bq {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bq.svg');
}
.flag-br {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/br.svg');
}
.flag-bs {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bs.svg');
}
.flag-bt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bt.svg');
}
.flag-bw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bw.svg');
}
.flag-by {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/by.svg');
}
.flag-bz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/bz.svg');
}
.flag-ca {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ca.svg');
}
.flag-ch {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ch.svg');
}
.flag-ci {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ci.svg');
}
.flag-cl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cl.svg');
}
.flag-cn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cn.svg');
}
.flag-co {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/co.svg');
}
.flag-cr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cr.svg');
}
.flag-cv {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cv.svg');
}
.flag-cy {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cy.svg');
}
.flag-cz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/cz.svg');
}
.flag-de {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/de.svg');
}
.flag-dk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/dk.svg');
}
.flag-do {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/do.svg');
}
.flag-dz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/dz.svg');
}
.flag-ec {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ec.svg');
}
.flag-ee {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ee.svg');
}
.flag-eg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/eg.svg');
}
.flag-es {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/es.svg');
}
.flag-eu {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/eu.svg');
}
.flag-fi {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/fi.svg');
}
.flag-fj {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/fj.svg');
}
.flag-fm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/fm.svg');
}
.flag-fr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/fr.svg');
}
.flag-gb {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gb.svg');
}
.flag-gd {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gd.svg');
}
.flag-ge {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ge.svg');
}
.flag-gh {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gh.svg');
}
.flag-gi {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gi.svg');
}
.flag-gl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gl.svg');
}
.flag-gm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gm.svg');
}
.flag-gn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gn.svg');
}
.flag-gp {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gp.svg');
}
.flag-gr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gr.svg');
}
.flag-gt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gt.svg');
}
.flag-gu {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/gu.svg');
}
.flag-hk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/hk.svg');
}
.flag-hn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/hn.svg');
}
.flag-hr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/hr.svg');
}
.flag-ht {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ht.svg');
}
.flag-hu {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/hu.svg');
}
.flag-id {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/id.svg');
}
.flag-ie {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ie.svg');
}
.flag-il {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/il.svg');
}
.flag-im {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/im.svg');
}
.flag-in {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/in.svg');
}
.flag-is {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/is.svg');
}
.flag-it {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/it.svg');
}
.flag-jm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/jm.svg');
}
.flag-jo {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/jo.svg');
}
.flag-jp {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/jp.svg');
}
.flag-ke {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ke.svg');
}
.flag-kh {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/kh.svg');
}
.flag-kr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/kr.svg');
}
.flag-kw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/kw.svg');
}
.flag-ky {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ky.svg');
}
.flag-la {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/la.svg');
}
.flag-lb {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lb.svg');
}
.flag-lc {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lc.svg');
}
.flag-li {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/li.svg');
}
.flag-lk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lk.svg');
}
.flag-lt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lt.svg');
}
.flag-lu {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lu.svg');
}
.flag-lv {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/lv.svg');
}
.flag-ma {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ma.svg');
}
.flag-mc {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mc.svg');
}
.flag-md {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/md.svg');
}
.flag-me {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/me.svg');
}
.flag-mf {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mf.svg');
}
.flag-mg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mg.svg');
}
.flag-mk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mk.svg');
}
.flag-mm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mm.svg');
}
.flag-mn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mn.svg');
}
.flag-mo {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mo.svg');
}
.flag-mq {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mq.svg');
}
.flag-mt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mt.svg');
}
.flag-mu {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mu.svg');
}
.flag-mv {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mv.svg');
}
.flag-mx {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mx.svg');
}
.flag-my {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/my.svg');
}
.flag-mz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/mz.svg');
}
.flag-na {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/na.svg');
}
.flag-nc {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/nc.svg');
}
.flag-ne {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ne.svg');
}
.flag-ng {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ng.svg');
}
.flag-ni {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ni.svg');
}
.flag-nl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/nl.svg');
}
.flag-no {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/no.svg');
}
.flag-np {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/np.svg');
}
.flag-nz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/nz.svg');
}
.flag-om {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/om.svg');
}
.flag-pa {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pa.svg');
}
.flag-pe {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pe.svg');
}
.flag-pf {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pf.svg');
}
.flag-pg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pg.svg');
}
.flag-ph {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ph.svg');
}
.flag-pk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pk.svg');
}
.flag-pl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pl.svg');
}
.flag-pr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pr.svg');
}
.flag-ps {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ps.svg');
}
.flag-pt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/pt.svg');
}
.flag-py {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/py.svg');
}
.flag-qa {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/qa.svg');
}
.flag-re {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/re.svg');
}
.flag-ro {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ro.svg');
}
.flag-rs {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/rs.svg');
}
.flag-ru {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ru.svg');
}
.flag-rw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/rw.svg');
}
.flag-sa {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sa.svg');
}
.flag-se {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/se.svg');
}
.flag-sg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sg.svg');
}
.flag-si {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/si.svg');
}
.flag-sk {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sk.svg');
}
.flag-sl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sl.svg');
}
.flag-sm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sm.svg');
}
.flag-sn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sn.svg');
}
.flag-sv {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sv.svg');
}
.flag-sz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/sz.svg');
}
.flag-td {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/td.svg');
}
.flag-tg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tg.svg');
}
.flag-th {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/th.svg');
}
.flag-tl {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tl.svg');
}
.flag-tm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tm.svg');
}
.flag-tn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tn.svg');
}
.flag-tr {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tr.svg');
}
.flag-tt {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tt.svg');
}
.flag-tw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tw.svg');
}
.flag-tz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/tz.svg');
}
.flag-ua {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ua.svg');
}
.flag-ug {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ug.svg');
}
.flag-us {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/us.svg');
}
.flag-uy {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/uy.svg');
}
.flag-uz {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/uz.svg');
}
.flag-va {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/va.svg');
}
.flag-vc {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/vc.svg');
}
.flag-ve {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ve.svg');
}
.flag-vg {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/vg.svg');
}
.flag-vi {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/vi.svg');
}
.flag-vn {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/vn.svg');
}
.flag-ws {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ws.svg');
}
.flag-ye {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/ye.svg');
}
.flag-za {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/za.svg');
}
.flag-zm {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/zm.svg');
}
.flag-zw {
  background-image: url('//csvcus.homeaway.com/rsrcs-crs/baseline/5.16.0/images/flag/zw.svg');
}

.btn-group {
  border-radius: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group-box-shadow {
  box-shadow: none;
}
.btn-group > input[type='checkbox'] {
  margin: 8px 10px 0 0;
  position: relative;
  float: left;
}
.btn-group > input[type='checkbox'] + .btn-group > .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > input[type='checkbox'] + .btn-group > .btn-link {
  padding-left: 0;
  padding-right: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -10px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 10px;
}
.btn-group > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn .caret {
  margin-left: 0;
}

.input-group {
  position: relative;
  display: flex;
  width: 100%;
}
.input-group[class*='col-'] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .input-group-wrapper {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group .form-control {
  position: relative;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.input-group-wrapper .form-group {
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-btn + .input-group-wrapper,
.input-group-wrapper + .input-group-btn {
  margin-left: 8px;
}
.input-group-addon + .input-group-wrapper,
.input-group-wrapper + .input-group-addon {
  margin-left: 4px;
}
.input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-width: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #292929;
  background-color: #f5f4f3;
  border: 1px solid #908f8f;
  border-radius: 4px;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  flex: 1;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #ddddde;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #ddddde;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f5f4f3;
  border-color: #2474de;
}

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-left: none;
  border-right: none;
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 16px;
  padding-left: 16px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  border-width: 0 0 1px;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 18px 16px;
  font-size: 1.125rem;
  line-height: 24px;
  height: 60px;
  text-transform: uppercase;
  font-weight: 300;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -16px;
  }
}
.navbar-toggle {
  position: relative;
  float: left;
  margin-left: 5px;
  padding: 9px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  background-image: none;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9px -16px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.navbar-form {
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type='checkbox'],
  .navbar-form .radio input[type='radio'] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .checkbox-group,
  .navbar-form .radio-group {
    height: 30px;
    display: inline-block;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-text {
  margin-top: 18px;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  border-color: #ddddde;
  background-color: #fff;
}
.navbar-default .navbar-brand {
  color: #292929;
}
.navbar-default .navbar-text {
  color: #908f8f;
}
.navbar-default .navbar-nav > li .dropdown-toggle {
  border-radius: 0;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li:hover > a {
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
}
.navbar-default .navbar-nav > li > a {
  color: #717171;
  transition: box-shadow 0.3s ease-out, border-color ease-out 0.15s, padding ease-out 50ms;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
  outline: 0;
  color: #717171;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #292929;
  background-color: transparent;
  background-image: linear-gradient(#292929, #292929);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ddddde;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddddde;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddddde;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #292929;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ddddde;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #292929;
}
.navbar-default .navbar-link {
  color: #717171;
}
.navbar-default .navbar-link:hover {
  color: #717171;
}
.navbar-default .btn-link {
  color: #717171;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #717171;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ddddde;
}

.navbar-inverse {
  background-color: #292929;
  background-image: none;
  border: none;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  transition: box-shadow 0.3s ease-out, border-color ease-out 0.15s, padding ease-out 50ms;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
  color: #fff;
  background-color: transparent;
  outline: 0;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  border-color: #245abc;
  box-shadow: inset 0 0 0 1px #245abc;
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #1c4695;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #292929;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #171717;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #245abc;
  color: #fff;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #1c4695;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 16px;
}
.panel-heading {
  padding: 16px 24px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
  text-shadow: none;
  line-height: 22.5px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 16px 24px;
  background-color: #f5f4f3;
  border-top: 1px solid #ddddde;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 16px;
  padding-right: 16px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddddde;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.panel-group .panel + .panel {
  border-top: none;
}
.panel-group .panel-heading {
  border-bottom: 0;
  padding: 0;
}
.panel-group .panel-body {
  padding-top: 0;
}
.panel-group .panel-title {
  color: #2474de;
  font-weight: 400;
  font-size: 16px;
  outline: 0;
}
.panel-group .panel-title a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddddde;
}
.panel-default {
  border-color: #ddddde;
}
.panel-default > .panel-heading {
  color: #292929;
  background-color: #fff;
  border-color: #ddddde;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddddde;
}
.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #292929;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddddde;
}


.category-articles li,
.button-expand {
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif !important;
}
header.mdl-layout__header {
  background-color: #F5F4F3 !important;
  box-shadow: inset 1px -4px 6px -6px rgba(0, 0, 0, 0.65);
  border-top: 2px #E2E1E0 solid;
}
.navbar .hamburger {
  color: white;
}
.ha-user-filters {
  color: #245ABC !important;
  font-family: "FreightSansLF Pro", "Noto Sans JP", "Noto Sans KR", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Segoe UI", Tahoma, -apple-system, Roboto, sans-serif !important;
}
.remove-filter {
  color: #555 !important;
}
.help-search-image {
  color: #888;
}
.help-search-wrapper .help-searchbox .help-search-field.help-search-query {
  color: #888;
  background-color: white !important;
  border: 1px solid #c2c2c2 !important;
}
.help-search-wrapper .help-searchbox .help-search-field.help-search-query::-webkit-input-placeholder {
  color: #888;
}
.search-icon i {
  color: #888;
}
.notification {
  color: #888;
}
.notification .notification-view:after {
  content: "*";
  position: absolute;
  right: 33px;
  top: -11px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #c2c2c2;
  overflow: hidden;
  z-index: -1;
}
.help-nav-title .help-nav-title__wrap {
  background-color: rgba(51, 51, 51, 0.65);
}
.help-nav-level-zero .help-nav-title__wrap {
  background-color: transparent;
}
.help-nav .navigation li.active-item:before {
  border-left: 3px solid #1D924C;
}
.alert.alert-info {
  background-color: #244A96;
  border-bottom: 1px solid #4D6FB3;
}
.alert.alert-info a {
  color: white;
}
.alert.alert-danger a {
  color: white;
}
.alert.alert-dismissible .close {
  background-color: #023874;
}
.alert .alert-highlight-hack a {
  color: #333;
}
.menu-title {
  background-color: #292929 !important;
}
.contact-us-usertype-option button {
  background-color: #245ABC !important;
}
.contact-us-button .contact-us-menu {
  background-color: #245ABC !important;
}
.contact-us-flow .user-icon {
  background-color: #245ABC !important;
}
.mdl-button.mdl-button--colored {
  color: #2474DE;
}
.mdl-button--raised.mdl-button--colored {
  background-color: #245ABC;
}
.mdl-button--raised.mdl-button--colored:hover {
  background-color: #DDDDDE;
}
.notification .notification-view .notification-list li .button-area button.mdl-button--accent.mdl-button--accent.mdl-button--raised {
  background-color: #2474DE;
}
.backtosearch .mdl-button {
  background-color: #245ABC;
}
.backtosearch .mdl-button:hover {
  text-decoration: none;
  background-color: #DDDDDE;
}
.article-modal-title {
  background-color: #245ABC !important;
}
.contact_email {
  background-color: #245ABC !important;
}
.contact_email[disabled][disabled],
.contact_call[disabled][disabled],
.contact_chat[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26) !important;
  cursor: auto;
  background-color: transparent !important;
}
.help-contact .phone-icon {
  background-color: #245ABC !important;
}
.browser-info h2 {
  background-color: #245ABC !important;
}
.contact-email-form h2 {
  background-color: #245ABC !important;
}
.contact-email-form .email-send {
  background-color: #245ABC !important;
  color: #292929 !important;
}
.color-overlay {
  background-color: #F5F4F3;
  opacity: 0.75;
}
.global_gco_chat .mdl-js-button {
  position: absolute;
  right: 86px;
  top: 15px;
  color: #9E9E9D;
}
#pre-chat-form #language-dropdown {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: #717171;
  font-size: 15px;
  margin-bottom: 8px;
  outline: none;
  padding-bottom: 6px;
  width: 98%;
}
#pre-chat-form .language-floating-label {
  color: #bdbdbd;
  font-size: 12px;
}
