/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/bootstrap.css ***!
  \****************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

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

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fff;
}

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

a {
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

[role=button] {
  cursor: pointer;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 100px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .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 .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

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

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.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 !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.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 !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/style.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
/* Basic */
:root {
  --color-primary: #BD5A0A;
  --color-secondary: #257CB6;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  * {
    -webkit-font-smoothing: subpixel-antialiased;
  }
}
body {
  background: #fff;
  color: #1a1a1a;
}

address {
  margin: 0;
  text-transform: capitalize;
}

iframe {
  border: none;
}

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

::-webkit-input-placeholder {
  color: #656565;
  font-size: 16px;
}

:-moz-placeholder {
  color: #656565;
  font-size: 16px;
}

::-moz-placeholder {
  color: #656565;
  font-size: 16px;
}

:-ms-input-placeholder {
  color: #656565;
  font-size: 16px;
}

.line-break {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  width: 260px;
  margin-bottom: 10px;
}

.line-break strong {
  display: inline-block;
  position: relative;
}

.line-break strong:before, .line-break strong:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid white;
  top: 16px;
  width: 100px;
}

.line-break strong:before {
  right: 100%;
  margin-right: 15px;
}

.line-break strong:after {
  left: 100%;
  margin-left: 15px;
}

.underline {
  text-decoration: underline;
}

.line-bottom {
  position: relative;
  margin-bottom: 20px;
}

.line-bottom:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 50px;
  height: 1px;
  background: #DDDDDD;
  left: 50%;
  margin-left: -25px;
}

.circle {
  border-radius: 2000px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mt-auto {
  margin-top: auto !important;
}

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

.p-3 {
  padding: 3em;
}

.py-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-5 {
  padding: 5em;
}

.flex-wrap {
  flex-wrap: wrap;
}

.divider-or {
  padding: 10px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.divider-or:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  margin-right: 8px;
}

.divider-or:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  margin-left: 8px;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Buttons */
.btn, input[type=submit], button[type=submit], .wp-block-button__link, .button {
  border-radius: 20px;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px;
  line-height: 1.2;
  white-space: normal;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, input[type=submit], button[type=submit] {
  background: #BD5A0A !important;
}

.btn-primary:hover, input[type=submit]:hover, button[type=submit]:hover, .wp-block-button__link:hover {
  background: #257CB6 !important;
  text-decoration: none;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
  background: #0f2a5a !important;
  color: #fff;
}

.btn-secondary:hover {
  background: #257CB6 !important;
  color: #fff;
}

.btn-border, .btn-border:focus, .btn-border:active {
  background: none;
  border: 1px solid #C2BEBE;
  color: #254b8e;
  font-size: 18px;
  text-shadow: none;
}

.btn-border:hover {
  background: #e8e8e8;
}

.btn-corner {
  border-radius: 0 !important;
}

.btn--dark, .button {
  background: #282828;
  border-radius: 50px;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  font-weight: 400;
}

.btn--dark:hover,
.btn--dark:focus {
  color: #fff;
  background: #BD5A0A;
}

.btn--text {
  color: #282828;
  border: 1px solid transparent;
}

.btn--text:hover {
  border: 1px solid #C2BEBE;
  color: #254b8e;
}

.btn--gray {
  background: #f4f4f4;
  color: #282828;
  border: 1px solid transparent;
}

.btn--gray:hover,
.btn--gray:focus {
  border: 1px solid #ababab;
}

.btn--small {
  padding: 5px 18px;
  font-size: 16px;
  text-transform: capitalize;
}

.btn--opaque {
  background: rgba(255, 255, 255, 0.1);
}

.btn--opaque:hover,
.btn--opaque:focus {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.wcn-pro .navbar-nav li.menu-btn a {
  background: #0099cc;
  border-radius: 50px;
  color: #fff;
}

.wcn-pro .navbar-nav li.menu-btn a:hover {
  background: #BD5A0A;
  color: #fff;
}

.link--icon {
  display: flex;
  align-items: center;
  gap: 5px;
}

.link-icon {
  display: block;
  width: 1.5ch;
  height: 1.5ch;
}

.has-vivid-cyan-blue-background-color {
  background: #0693e3;
}

.color-block-dark-gray {
  color: #fff;
  background-color: #254b8e;
}

/* Slick Slider Styles */
.slick-slide {
  outline: 0;
}

.slick-arrow {
  outline: 0;
  background: none;
  height: 40px;
  width: 40px;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-arrow i {
  font-size: 30px;
  color: #254b8e;
}

.slick-arrow svg {
  height: 30px;
  color: #254b8e;
}

.slick-track {
  margin: 0 auto;
}

.slickPrev {
  left: -50px;
}

.slickNext {
  right: -50px;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 7px;
}

.slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-bottom: 0;
}

.slick-dots li.slick-active button {
  background: none;
}

.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #0f2a5a;
  height: 20px;
  width: 20px;
  border: 2px solid #0f2a5a;
  border-radius: 50%;
  outline: 0;
}

.slick-dots li + li {
  margin-left: 10px;
}

/* Structure */
.section-content {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.section-content.gutenberg {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-content--nopad {
  padding-top: 0;
  padding-bottom: 0;
}

/* Header */
.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
}

.header .branding {
  float: left;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
}

.header .branding a {
  display: block;
  float: left;
  text-decoration: none;
  color: #161616;
}

.header .branding a img {
  max-height: 80px;
  width: auto;
}

.header .branding h1 {
  font-size: 18px;
  margin-top: 10px;
  text-align: center;
}

.header .header-useful .top-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 16px;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 0%, #f4f4f4 25%);
  background: -webkit-linear-gradient(left, #ffffff 0%, #f4f4f4 25%);
  background: linear-gradient(to right, #ffffff 0%, #f4f4f4 25%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#f4f4f4",GradientType=1 );
}

.social {
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

.social li a {
  font-size: 16px;
  color: #1a1a1a;
  display: flex;
}

.social li a:hover {
  color: #257CB6;
}

.header .header-useful .todays-hours {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
}

.header .header-useful .address {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #e9e9e9;
}

.header .header-useful .phone {
  padding-left: 10px;
  padding-right: 15px;
  border-right: 1px solid #e9e9e9;
}

.header .header-useful .phone a {
  color: #254b8e;
  font-weight: 700;
}

.header .header-useful .woocommerce-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.header .header-useful .woocommerce-links li {
  padding: 0 5px;
}

.header .header-useful .cart-link {
  padding: 0 5px;
  display: flex;
  align-items: center;
}

.header .header-useful .cart-link svg {
  margin: 0 3px;
  height: 18px;
  width: 18px;
}

.header .header-useful .cart-count {
  margin-right: 5px;
  margin-left: 5px;
}

.navbar-static-top .navbar-nav {
  display: table;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: min-height 0.25s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
}

.navbar-static-top .navbar-nav li {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.navbar-static-top .navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #111;
  padding: 10px 10px;
}

.navbar-static-top .navbar-nav > li > a:hover, .navbar-static-top .navbar-nav > li > a:focus, .navbar-static-top .navbar-nav > li > a:active {
  background: none;
  text-decoration: none;
}

.navbar-static-top .navbar-nav > li > a:hover:after, .navbar-static-top .navbar-nav > li > a:focus:after, .navbar-static-top .navbar-nav > li > a:active:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #257CB6;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.navbar-static-top .navbar-nav > li > a.btn-primary {
  line-height: 1.2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  text-align: center;
  margin-top: 7px;
  margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
  .navbar-static-top .navbar-nav > li > a.btn-primary {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.navbar-static-top .navbar-nav > li > a.btn-primary:hover {
  background: #257CB6;
  text-decoration: none;
}

.navbar-static-top .navbar-nav > li.current-menu-item a:after {
  content: "";
  width: 30px;
  height: 1px;
  background: #257CB6;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.navbar-static-top .navbar-nav .safety-certified a {
  padding: 0 0 0 10px;
}

.navbar-static-top .navbar-nav .safety-certified a:hover:after {
  display: none;
}

.header-toggle {
  display: none;
  border: 1px solid #BD5A0A;
  background: #BD5A0A;
  cursor: pointer;
  margin-top: 8px;
  height: 44px;
  z-index: 5;
}

.header-toggle .icon-bar {
  background: #fff;
}

.header .navbar-secondary {
  float: left;
  width: 100%;
  background: #254b8e;
}

.header .navbar-secondary .navbar-nav {
  float: right;
}

.header .navbar-secondary .navbar-nav > li + li {
  border-left: 1px solid #1b3b7b;
}

.header .navbar-secondary .nav .open > a, .header .navbar-secondary .nav .open > a:focus, .header .navbar-secondary .nav .open > a:hover {
  background: rgb(26.4581005587, 53.6312849162, 101.5418994413);
}

.header .navbar-secondary .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-secondary .navbar-nav > li > a:hover, .header .navbar-secondary .navbar-nav > li > a:focus, .header .navbar-secondary .navbar-nav > li > a:active, .header .navbar-secondary .navbar-nav > li.current-menu-item a {
  background: #1b3b7b;
}

.header .dropdown-menu {
  border: none;
}

.header .dropdown-menu > li > a {
  padding-top: 6px;
  padding-bottom: 6px;
}

.header .nav .open .dropdown-menu {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.header.fixed {
  box-shadow: 0 5px 20px -10px #000;
}

.header.fixed .navbar-secondary .navbar-nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}

.header.fixed .branding h1 {
  display: none;
}

/* Feature */
.feature {
  position: relative;
}

.feature .feature-large {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 760px;
  position: relative;
}

.feature .feature-large:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.feature .feature-large .feature-content {
  position: absolute;
  bottom: 80px;
  left: 80px;
  max-width: 560px;
  z-index: 2;
}

.feature .feature-large .feature-content h1 {
  color: #fff;
  font-size: 60px;
  margin-top: 0;
  margin-bottom: 20px;
}

.feature .feature-large .feature-content h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}

.feature .feature-large .feature-content h4 a {
  color: #fff;
}

.feature .feature-split {
  position: relative;
}

.feature .feature-split .first, .feature .feature-split .second {
  display: flex;
  align-items: center;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 380px;
  height: 100% !important;
}

.feature .feature-split .first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 75, 142, 0.7);
  z-index: 1;
}

.feature .feature-split .feature-content {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.feature .feature-split .feature-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}

.feature .feature-split .feature-content h3 {
  color: #7bcaff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.feature .feature-split .feature-content h3 a {
  color: #7bcaff;
}

.feature .feature-split .feature-content h4 {
  color: #cee0ff;
  font-size: 24px;
  margin-top: 0;
}

.feature .feature-split .feature-content hr {
  border-top: 1px solid #41587d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.feature .feature-split .feature-content li {
  font-size: 16px;
}

.feature .feature-split .feature-content address {
  font-size: 16px;
}

.feature .feature-split .first .feature-content {
  bottom: 50px;
  left: 50px;
  max-width: 420px;
}

.feature .feature-split .first.events .feature-content {
  padding: 10px;
  right: 50px;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.feature .feature-split .second .feature-content {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  padding: 20px 10px;
}

.feature .feature-split .feature-events {
  background-color: #257CB6;
}

.feature .feature-split .feature-events:after {
  display: none;
}

.feature .feature-split .feature-events .feature-content {
  position: static;
  padding: 30px;
  float: left;
  width: 100%;
  max-width: 100%;
}

.feature .feature-split .feature-events .feature-content h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
}

.feature .feature-split .feature-events .feature-content h3 {
  color: #fff;
  font-size: 24px;
}

.feature .feature-split .feature-events .feature-content a {
  color: #fff;
}

.feature .feature-split .feature-events .feature-content a:hover {
  color: #fff;
}

.feature .feature-split .feature-events .feature-content h4 {
  color: #fff;
  font-size: 18px;
}

.feature .feature-split .feature-events .feature-content .event + .event {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/******* NEW HOME PAGE ********/
.c-feature {
  background: #BD5A0A;
}

.c-feature__large {
  width: 100%;
}

.c-feature__large .image-link {
  display: block;
  min-height: 185px;
}

.c-feature__large img {
  width: 100%;
  height: auto;
}

.c-feature-cta__appointment {
  display: flex;
  align-items: center;
  width: 100%;
  background: #BD5A0A;
  padding: 30px 15px;
  min-height: 140px;
  color: #fff;
  transition: background 0.25s ease-in-out;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.c-feature-cta__appointment:hover {
  color: #fff;
  text-decoration: none;
}

.c-feature-cta__appointment:hover .c-blue-link__angle svg {
  background: #4fa4da;
}

.c-feature-cta__appointment h2 {
  margin-bottom: 5px;
  color: #fff;
}

.c-feature-cta__appointment h3 {
  margin-bottom: 0;
}

.c-blue-link__angle svg {
  position: relative;
  float: left;
  font-size: 42px;
  color: #fff;
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #ff8422;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  margin-right: 10px;
}

.c-blue-link__angle--light svg {
  background: rgb(121.1408450704, 185.7887323944, 226.8591549296);
}

.c-feature .c-feature__split {
  background: #4fa4da;
  position: relative;
}

.c-feature .c-feature__info {
  position: relative;
  overflow: hidden;
}

.c-feature .c-feature__info .first:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(37, 75, 142, 0.7);
  z-index: 1;
}

.c-feature .c-feature__info .c-feature__info-content {
  position: absolute;
  z-index: 2;
  color: #fff;
}

.c-feature .c-feature__info .c-feature__info-content h2 {
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0;
}

.c-feature .c-feature__info .c-feature__info-content h3 {
  color: #7bcaff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 0;
}

.c-feature .c-feature__info .c-feature__info-content h4 {
  color: #cee0ff;
  font-size: 24px;
  margin-top: 0;
}

.c-feature .c-feature__info .c-feature__info-content hr {
  border-top: 1px solid #41587d;
  margin-top: 10px;
  margin-bottom: 10px;
}

.c-feature .c-feature__info .c-feature__info-content li {
  font-size: 14px;
}

.c-feature .c-feature__info .c-feature__info-content address {
  font-size: 16px;
}

.c-feature .c-feature__info .c-feature__info-content {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 400px;
  text-align: center;
}

.c-feature__events {
  height: 100%;
  padding: 15px;
}

.c-feature__events-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.c-feature__event a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.c-feature__event a:hover {
  color: #000;
  background: #fff;
}

.c-feature__event a h4 {
  color: #93d4ff;
  font-size: 20px;
}

.c-feature__event a p {
  color: #fff;
  font-size: 16px;
}

.c-feature__event a h3 {
  color: #fff;
  font-size: 16px;
}

.c-feature__event-date {
  font-size: 18px;
  color: #fff;
}

.c-feature__event-content {
  overflow: hidden;
  color: #fff;
}

.c-feature__event-content h3 {
  font-size: 16px;
}

.c-feature__event-content a {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
}

.c-feature-cta__promotion {
  height: 100%;
}

.c-feature-cta__promotion a {
  position: relative;
  display: block;
  height: 100%;
  filter: contrast(100%);
  transition: filter 0.25s ease-in-out;
}

.c-feature-cta__promotion a:hover {
  filter: contrast(110%);
}

.c-feature-cta__promotion img {
  width: 100%;
  height: auto;
}

.c-feature__split--telehear {
  text-decoration: none;
  color: #fff;
  transition: background 0.25s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.c-feature__split--telehear:hover {
  background: #0f2a5a;
  text-decoration: none;
}

.c-feature__telehear {
  color: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  min-height: 140px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

.c-feature__telehear h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 995px) {
  .c-feature__telehear h2 {
    font-size: 36px;
  }
}

.c-feature__telehear h3 {
  font-size: 22px;
  margin-bottom: 2px;
}
@media only screen and (min-width: 995px) {
  .c-feature__telehear h3 {
    font-size: 24px;
  }
}

.c-feature__telehear-content p {
  font-size: 20px;
  margin-bottom: 0;
}

.c-feature-promises {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f3f3f3;
}

.c-feature-promises .c-feature-promises__link {
  display: block;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  border: 2px solid #d9d9d9;
  border-radius: 5px;
}

.c-feature-promises .c-feature-promises__link:hover {
  text-decoration: none;
  box-shadow: 0 0 7px -1px #4fa4da;
}

.c-feature-promises .c-feature-promises__link span {
  font-size: 18px;
  font-weight: 700;
  color: #1b3b7b;
}

.c-feature-promises .c-feature-promises__link svg {
  height: 80px;
}

.c-feature-promises h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #254b8e;
  font-weight: 600;
}

.c-feature-promises h4 {
  font-size: 30px;
  color: #000;
}

.c-feature-promises a.btn {
  display: inline-block;
  padding: 8px 24px;
}

.resource-content-reviews .rating {
  display: inline-block;
  padding-left: 20px;
  color: #BD5A0A;
  font-size: 30px;
}

.section-content-home {
  background: #fff;
}

.section-content-home .content-primary {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.section-content-home .content-primary .item-content {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-content-home .content-primary h1 {
  font-size: 34px;
}

.section-content-home .content-primary h2 {
  font-size: 24px;
  color: #484848;
}

.section-content-home .hearing-resources {
  background: #f3f3f3;
}

.c-product-highlight {
  display: flex;
  align-items: center;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
}

.c-product-highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.c-product-highlight .item-content {
  z-index: 2;
  max-width: 500px;
  padding: 30px;
  position: relative;
}

.c-product-highlight img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-product-highlight h4 {
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}

.c-product-highlight .btn {
  margin: 30px auto 0;
}

.section-content-home .container {
  max-width: none;
  width: auto;
}

.c-foundation {
  min-height: 450px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.c-foundation-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}

.c-foundation-intro h4 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 10px;
}

.c-foundation-intro img {
  max-width: 375px;
  height: auto;
  margin-bottom: 30px;
}

/** Announcement Banner **/
.announcement-banner {
  display: block;
  padding: 7px 15px;
  text-align: center;
  background: #4fa4da;
  width: 100%;
}

.announcement-banner p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.announcement-banner p a {
  color: inherit;
  text-decoration: underline;
}

/* Popup Video */
.o-video-link {
  position: relative;
  z-index: 99;
}

.o-video-link:hover {
  cursor: pointer;
}

.o-video-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 99999;
  display: none;
}

.o-video-lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 50px;
  z-index: 999999;
  cursor: pointer;
}

.o-video-lightbox svg {
  height: 20px;
}

.o-video-lightbox__container {
  max-width: 80%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: table;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
}

.o-video-lightbox__vertical-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* Staff */
.staff .post-feature-image {
  margin-bottom: 30px;
}

.staff + .staff {
  border-top: 1px solid #eaeaea;
  margin-top: 30px;
  padding-top: 30px;
}

.staff .name {
  margin-bottom: 8px;
}

.staff .title {
  color: #767676;
  font-size: 20px;
}

/* QuickLinks */
.quick-links {
  background: #f3f3f3;
}

.quick-links .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  color: #484848;
}

.quick-links .link:hover {
  color: #257CB6;
}

.quick-links .link svg {
  color: #257CB6;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  margin-right: 10px;
}

.quick-links.white {
  background: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.quick-links.white .link {
  line-height: 30px;
}

.quick-links.white .link svg {
  float: left;
  width: 50px;
  height: 50px;
  padding: 6px;
}

.quick-links.white .link .link-text {
  overflow: hidden;
}

/* Hearing Resources */
.hearing-resources .container-fluid {
  display: flex;
  flex-wrap: wrap;
}

.hearing-resources .schedule-block {
  display: block;
  position: relative;
  min-height: 600px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hearing-resources .schedule-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background 0.25s ease-in-out;
}

.hearing-resources .schedule-block:hover:after {
  background: rgba(37, 75, 142, 0.7);
}

.hearing-resources .schedule-block:hover .schedule-content {
  left: 10%;
}

.hearing-resources .schedule-block .schedule-content {
  position: absolute;
  bottom: 60px;
  left: 8%;
  max-width: 575px;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: left 0.25s ease-in-out;
}

.hearing-resources .schedule-block .schedule-content svg {
  position: relative;
  color: #fff;
  width: 80px;
  height: 80px;
  background: #257CB6;
  border-radius: 2000px;
  text-align: center;
  margin-right: 10px;
}

.hearing-resources .schedule-block .schedule-content h2 {
  overflow: hidden;
  color: #fff;
  font-size: 50px;
  margin: 0;
}

.hearing-resources .resource-list {
  display: block;
  min-height: 600px;
  margin: 0;
  padding: 0;
  background: #f3f3f3;
  list-style: none;
}

.hearing-resources .resource-list li {
  min-height: 200px;
}

.hearing-resources .resource-list li a {
  padding: 28px;
  min-height: 200px;
  display: block;
}

.hearing-resources .resource-list li a:hover {
  background: #257CB6;
  text-decoration: none;
}

.hearing-resources .resource-list li a:hover h2, .hearing-resources .resource-list li a:hover p, .hearing-resources .resource-list li a:hover span {
  color: #fff;
}

.hearing-resources .resource-list li + li {
  border-top: 1px solid #d7d7d7;
  margin-top: -1px;
}

.hearing-resources .resource-list li img {
  float: left;
  height: 120px;
  width: auto;
  margin-right: 40px;
}

.hearing-resources .resource-list li .resource-content {
  overflow: hidden;
}

.hearing-resources .resource-list li .resource-content h2 {
  font-size: 34px;
  color: #2a2a2a;
}

.hearing-resources .resource-list li .resource-content p {
  font-size: 18px;
  color: #2a2a2a;
}

.hearing-resources .resource-list li .resource-content span {
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #1b3b7b;
}

span svg.circle {
  color: #fff;
  width: 30px;
  height: 30px;
  background: #257CB6;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
  font-size: 20px;
}

/* Promotions & Offers */
.promotions-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.promotions-section .promotion a {
  display: block;
  outline: none;
  color: #161616;
  text-decoration: none;
}

.promotions-section .promotion a:hover {
  box-shadow: 0 0 20px -8px #000;
}

.promotions-section .promotion .promotion-image {
  background: #F8F8F8;
}

.promotions-section .promotion .promotion-image img {
  width: 100%;
  height: auto;
}

.promotions-section .promotion .promotion-content {
  background: #F8F8F8;
  padding: 20px 40px 15px;
}

.promotions-section .promotion .promotion-content h3 {
  font-size: 24px;
  font-weight: 500;
}

.promotions-section .promotion .promotion-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.fixed-bg-slider {
  overflow: hidden;
}

.fixed-bg-slider .kb-blocks-bg-slider {
  position: fixed;
  top: 145px;
  left: auto;
  width: 51%;
}

/* Customer Reviews */
.customer-reviews {
  position: relative;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.customer-reviews:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

.customer-reviews .container {
  position: relative;
  z-index: 2;
}

.customer-reviews .customer-review p {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}

.customer-reviews .customer-review cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
}

.customer-reviews .customer-review .stars svg {
  height: 36px;
  color: #BD5A0A;
}

.customer-reviews-archive .customer-review {
  border-left: 4px solid #257CB6;
  margin-bottom: 20px;
  padding: 20px;
  background: #f3f3f3;
}

.customer-reviews-archive .customer-review blockquote {
  border: none;
  font-size: 18px;
}

.customer-reviews-archive .customer-review cite {
  display: block;
  font-size: 16px;
  font-style: normal;
  text-align: right;
}

.customer-reviews-archive .customer-review .stars {
  display: flex;
  justify-content: flex-end;
}

.customer-reviews-archive .customer-review .stars svg {
  color: #BD5A0A;
  height: 30px;
}

/* Schedule Appointment Strip */
.schedule-appointment-strip {
  background: #254B8E;
  color: #fff;
  padding: 40px 0;
}

.schedule-appointment-strip h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.content-primary .wp-multisite-locations ul,
.wp-multisite-locations ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.content-primary .wp-multisite-locations li,
.wp-multisite-locations li {
  flex-basis: auto;
  flex-grow: 1;
  margin-bottom: 1%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  min-width: 220px;
  padding: 0;
  background: #97be6d;
  color: #fff;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.wp-multisite-locations li a {
  color: #fff;
}

.location-list__location + .location-list__phone {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 15px;
  padding-left: 15px;
}

.wp-wcn-serverside-note {
  display: block;
  background: #f1f1f1;
  padding: 15px;
  text-align: center;
}

/* Map */
.location {
  max-width: 230px;
}

.location h2 {
  font-size: 20px;
}

.location h2 a {
  color: #161616;
}

.location span {
  margin-bottom: 10px;
  font-size: 15px;
}

.location address {
  margin-bottom: 10px;
  font-size: 15px;
}

.location i {
  margin-right: 5px;
}

.location-content svg {
  width: 14px;
  height: 14px;
}

/* Location Info */
.office-information {
  background: #f9f9f9;
}

.office-information .iframe-map,
.office-information .acf-map {
  min-height: 450px;
}

.office-information .info {
  padding: 30px;
  margin: 0;
  border-right: 1px solid #eaeaea;
}

.office-information .info li {
  display: block;
  padding: 25px 0;
  width: 100%;
  position: relative;
}

.office-information .info li + li {
  border-top: 1px solid #eaeaea;
}

.office-information .info li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  text-align: center;
  color: #BD5A0A;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}

.office-information .info li .circle svg {
  height: 30px;
}

.office-information .info li .fax,
.office-information .info li a {
  display: flex;
  align-items: center;
}

.office-information .info .info-content {
  overflow: hidden;
  font-size: 16px;
}

.office-information .info .info-content .phone {
  font-size: 22px;
  font-weight: 600;
  color: #161616;
}

.office-information .info .info-content address {
  font-size: 18px;
  color: #161616;
}

.office-information .info .info-content a {
  font-size: 18px;
}

.office-information .info a:hover .circle {
  background: #257CB6;
  color: #fff;
}

.office-information .office-hours {
  padding: 30px 50px;
}

.office-information .office-hours h2 {
  margin-top: 25px;
}

.office-information .hours {
  margin: 0;
  padding: 0;
}

.office-information .hours li {
  padding: 8px 0;
  font-size: 18px;
}

.office-information .hours li + li {
  border-top: 1px solid #eaeaea;
}

.office-information .hours .day {
  display: inline-block;
  width: 110px;
  font-weight: 600;
  font-size: 18px;
}

.acf-map .marker {
  display: none;
}

/* Page Styles */
.page-body .bullet {
  list-style-position: outside;
}

.page-body .bullet li:before {
  content: "•";
  margin-right: 10px;
  color: #2e9cdd;
}

.page-body-header {
  overflow: hidden;
  position: relative;
  padding: 20px 0;
  background: #257CB6;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

.page-body-header .container {
  position: relative;
  z-index: 3;
}

.page-body-header h1 {
  font-size: 42px;
  color: #fff;
  margin: 0;
}

.page-body-header h2 {
  margin-bottom: 0;
}

.page-body-header #breadcrumbs {
  color: #fff;
}

.content-primary p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (max-width: 478px) {
  .content-primary p {
    font-size: 15px;
  }
}
.content-primary h1 {
  color: #254b8e;
  font-size: 42px;
}

.content-primary h2 {
  color: #254b8e;
  font-size: 34px;
}

.content-primary h3 {
  color: #161616;
  font-size: 28px;
  margin-bottom: 20px;
}

.content-primary h4 {
  color: #676767;
  font-size: 22px;
}

.content-primary ol {
  margin-bottom: 30px;
}

.content-primary ul:not([class]) {
  display: table;
}

.content-primary ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}

.content-primary ul.list-unstyled li:before {
  display: none;
}

.content-primary li {
  padding-bottom: 10px;
  font-size: 18px;
}

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

.content-primary .list-inline {
  list-style: disc;
}

.content-primary .list-inline li {
  list-style-type: disc;
}

.content-primary .list-inline li + li {
  border: none;
}

.content-primary .list-center {
  display: block;
  text-align: center;
}

.content-primary .has-small-font-size {
  font-size: 14px;
}

.content-primary .has-medium-font-size {
  font-size: 24px;
}

.content-primary .has-large-font-size {
  font-size: 32px;
}

.ul-font-large li {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .ul-font-large li {
    font-size: 26px;
  }
}

/* Gutenberg */
.schema-faq {
  margin-bottom: 20px;
}

.schema-faq-question {
  display: flex;
  align-items: center;
  font-size: 22px;
  margin-bottom: 8px;
  padding: 10px 0;
  cursor: pointer;
  color: #484848;
}

.schema-faq-question:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-top: 14px solid #157ec5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  color: #fff;
}

.schema-faq-question.answer-open:before {
  transform: rotate(180deg);
}

.schema-faq-answer {
  padding: 15px 35px;
  display: none;
}

.wp-block-kadence-icon.alignleft {
  margin-right: 20px;
}

.wp-block-kadence-icon.alignright {
  margin-left: 20px;
}

.alignfull {
  margin-left: -30px;
  margin-right: -30px;
}

.alignwide > img, .alignfull > img {
  display: block;
  margin: 0 auto;
}

.wcn-pro .alignfull > .kt-row-layout-inner > .kt-row-column-wrap, .wcn-pro .alignfull > .kt-row-column-wrap {
  padding-left: inherit;
  padding-right: inherit;
}

.wp-block-image {
  margin-bottom: 30px;
}

.wp-block-image.alignfull {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: -100px;
    margin-right: -100px;
    max-width: 1400px;
  }
  .alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .wp-block-image.alignfull {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.wp-block-image.alignfull img {
  width: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-image.no-margin {
  margin: 0;
}

.wp-block-cover.alignfull, .wp-block-cover-image.alignfull {
  width: 100vw;
}

.wp-block-image a img {
  filter: contrast(100%);
  transition: filter 0.25s ease-in-out;
}

.wp-block-image a:hover img {
  filter: contrast(120%);
}

.c-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30px;
}

.c-services .c-service {
  text-align: center;
  padding: 15px;
  min-width: 270px;
  width: 33%;
}

.c-services .c-service img {
  margin-bottom: 15px;
}

.c-services .c-service h3 {
  font-size: 18px;
}

.c-services .c-service a img {
  filter: contrast(100%);
}

.c-services .c-service a:hover img {
  filter: contrast(110%);
}

.wcn-quicksearch-form {
  width: 100%;
  margin-bottom: 30px;
}

.wcn-quicksearch-form-label {
  display: block;
  font-size: 14px;
  color: #777;
}

.wcn-quicksearch-form-input {
  padding-left: 10px;
  font-weight: bold;
  min-height: 40px;
  width: 100%;
  border: 1px solid #777;
  border-radius: 6px;
  box-shadow: none;
}

.wcn-quicksearch-form-input::placeholder {
  color: #999;
}

.wp-block-quote p {
  color: #257CB6;
}

@media (max-width: 768px) {
  .schema-faq-question {
    font-size: 16px;
  }
}
.wcn-read-more-button {
  background: #257CB6;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.wcn-query-staff {
  display: flex;
  flex-wrap: wrap;
}

.wcn-query-staff .card-title {
  font-size: 20px;
  margin-top: 5px;
}

.wcn-query-staff .job-title {
  font-size: 16px;
}

.wcn-query-card-staff {
  text-align: center;
}

.wcn-query-card-staff img {
  margin: 0 auto;
}

.entry-content .blocks-gallery-grid {
  list-style: none;
}

.entry-content .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
}

.entry-content .blocks-gallery-grid li {
  padding: 0;
}

.entry-content .blocks-gallery-grid li:before {
  display: none;
}

.entry-content .wp-block-buttons.aligncenter {
  justify-content: center;
}

/* Hearing Aids */
.hearing-aid-tabs {
  background: #e5e5e5;
  padding-top: 5px;
}

.hearing-aid-tabs .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.hearing-aid-tabs .tabs li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

.hearing-aid-tabs .tabs li a {
  display: block;
  padding: 8px 15px;
  font-size: 18px;
}

.hearing-aid-tabs .tabs li a.active, .hearing-aid-tabs .tabs li a:hover {
  background: #fff;
  border-radius: 4px 4px 0 0;
  color: #2a2a2a;
  text-decoration: none;
}

.hearing-aid-container {
  padding-top: 0;
  padding-bottom: 0;
}

.hearing-aid-container .product-category {
  padding: 15px;
  border: 1px solid #f3f3f3;
}

.hearing-aid-container .product-category .product-category-image {
  max-width: 100%;
  height: auto;
}

.hearing-aid-container .product-category .product-category-title h2 {
  font-size: 24px;
  margin: 0;
}

.hearing-aid-container .hearing-aid {
  margin-bottom: 30px;
}

.hearing-aid-container .hearing-aid a, .hearing-aid-container .hearing-aid > span {
  display: block;
  border: 1px solid #eaeaea;
  height: 100%;
}

.hearing-aid-container .hearing-aid a {
  background: #fff;
  display: flex;
  flex-direction: column;
}

.hearing-aid-container .hearing-aid > span {
  margin-bottom: 30px;
}

.hearing-aid-container .hearing-aid a:hover {
  box-shadow: 0 0 10px -5px #161616;
  text-decoration: none;
}

.hearing-aid-container .hearing-aid a:hover .hearingaid-content {
  background: #f3f3f3;
}

.hearing-aid-container .hearing-aid a:hover .learn-more {
  background: #257CB6;
  color: #fff;
}

.hearing-aid-container .hearing-aid .post-featured-image {
  min-height: 250px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hearing-aid-container .hearing-aid .post-featured-image img {
  margin: 0 auto;
  padding: 10px;
  max-height: 200px;
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.hearing-aid-container .hearing-aid .hearingaid-content {
  flex-grow: 1;
  padding: 20px;
  min-height: 150px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.3s ease-in-out;
}

.hearing-aid-container .hearing-aid h3 {
  min-height: 65px;
}

.hearing-aid-container .hearing-aid p {
  color: #161616;
  min-height: 100px;
}

.hearing-aid-container .hearing-aid .learn-more {
  display: flex;
  align-items: center;
  clear: both;
  font-size: 18px;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}

.section-intro {
  padding-top: 50px;
}

.hearing-aid-container .children-pages {
  margin-bottom: 20px;
  margin-top: 10px;
}

.hearing-aid-container .section-images {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.hearing-aid-container .section-features {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.hearing-aid-container .single-technologies {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.hearing-aid-container .single-technologies a {
  display: block;
  clear: both;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: center;
}

.hearing-aid-container .single-technologies a h3 {
  color: #000;
  font-size: 20px;
}

.hearing-aid-container .single-technologies a img {
  max-height: 55px;
  margin: 0 auto 10px;
}

.hearing-aid-container .single-style a {
  display: block;
  clear: both;
  margin-bottom: 10px;
  text-align: center;
}

.hearing-aid-container .single-style a img {
  margin: 0 auto;
}

.images .rotation-container {
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 30px;
}

.images .rotation {
  list-style: none;
  padding: 0;
  margin: 15px auto;
  max-width: 175px;
  padding-bottom: 30px;
  position: relative;
}

.images .rotation li {
  padding: 0;
  margin: 0;
}

.images .rotation div {
  display: none !important;
}

.images .rotation div.active {
  display: block !important;
}

.images .rotation .reel-indicator {
  display: none;
}

.images .rotation:after {
  content: "";
  background: url(.././assets/images/360.png) no-repeat center;
  width: 83px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -41px;
  z-index: 1;
}

.images .colorSwatch {
  max-width: 320px;
  margin: 0 auto;
  padding: 0;
}

.images .colorSwatch li {
  list-style: none;
  display: block;
  float: left;
  padding: 0;
  width: 31%;
  margin: 1%;
  position: relative;
}

.images .colorSwatch li .swatch {
  width: 100%;
  height: 30px;
  border: 1px solid #e4e4e4;
  display: block;
  text-indent: -999em;
  cursor: pointer;
}

.images .colorSwatch .tooltip {
  background: #272525;
  padding: 3px 6px;
  border: 1px solid #000;
  position: absolute;
  top: -22px;
  text-align: center;
  z-index: 999999999;
  min-width: 175px;
  right: -50%;
  left: -50%;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.images .colorSwatch li:hover .tooltip {
  display: table;
}

.chestnut {
  background: #764D2D;
}

.pink {
  background: #C5977F;
}

.light-brown, .caramel {
  background: #BC906D;
}

.medium-brown {
  background: #94745F;
}

.dark-brown {
  background: #69524A;
}

.sterling {
  background: #c3bbb9;
}

.gray {
  background: #666;
}

.pearl {
  background: #e9e8e4;
}

.champagne, .beige {
  background: #c9b09e;
}

.bronze {
  background: #c09e86;
}

.slate {
  background: #a39f9c;
}

.silver {
  background: #dadada;
}

.black {
  background: #363335;
}

.red-hot {
  background: #ac222c;
}

.purple-pop {
  background: #6b5b7a;
}

.pink-pixie {
  background: #c3abb3;
}

.fuchsia-fabulous {
  background: #a85275;
}

.blue-ice {
  background: #808894;
}

.blue-pacific {
  background: #61769c;
}

.espresso {
  background: #413834;
}

.onyx {
  background: #383330;
}

.bright-white-with-sterling, .white {
  background: #fff;
}

.black-with-sterling {
  background: #363335;
}

.white {
  border: 1px solid #dadada;
}

.product-list.style {
  background: #fdfdfd;
  border-top: 1px solid #ececec;
}

.product-list.technology {
  background: #ececec;
}

.product-list-menu {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  list-style: none;
  overflow-x: auto;
  margin: 0;
  padding: 5px 0;
  text-align: center;
}

.product-list li {
  margin: 0 auto;
  padding: 0 3px;
}

.product-list li + li {
  border: none;
}

.product-list a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px;
}

.product-list-menu img {
  max-height: 40px;
  max-width: 100px;
  margin-bottom: 4px;
}

.product-list-menu h4 {
  font-weight: 500;
}

.product-list-menu--technology {
  align-items: center;
}

.product-list-menu--technology img {
  max-height: 80px;
  max-width: 250px;
}

.product-list .hearingaid-content h4 {
  font-size: 12px;
  white-space: nowrap;
  margin-bottom: 0;
}

.product-list-menu::-webkit-scrollbar {
  height: 6px;
  background: #f7f7f7;
  border-radius: 50px;
}

.product-list-menu::-webkit-scrollbar-track {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 50px;
  background: transparent;
}

.product-list-menu::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 50px;
}

/* Telehear Template */
.page-body-header.banner {
  min-height: 600px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.page-body-header.banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}

.page-body-header.banner p {
  color: #fff;
  font-size: 28px;
  max-width: 450px;
  margin: 0 auto;
}

.page-body-header.banner .v-center {
  position: absolute;
  right: 0;
  left: 0;
}

.page-body-header.banner.white:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}

.page-body-header.banner.white h1 {
  color: #254b8e;
}

.page-body-header.banner.short {
  min-height: 400px;
}

.content-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-block img {
  margin-bottom: -40px;
}

.bg-ltgray {
  background-color: #fafafa;
}

.bg-blue {
  background: #257CB6;
}

.bg-blue h2, .bg-blue li, .bg-blue em {
  color: #fff;
}

.bg-blue ol {
  padding: 0;
  margin: 10px 0 20px;
}

.bg-blue li {
  margin-bottom: 20px;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 18px;
}

/* BHB Messaging */
.bhb-member {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 30px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 20px;
}

/* Events */
.page-body-header.event-header {
  min-height: 0;
  background: #2b58a7;
}

.page-body-header.event-header .event-info {
  padding: 15px;
  text-align: center;
}

.page-body-header.event-header h1 {
  font-size: 48px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-body-header.event-header h2 {
  font-size: 28px;
  color: #bcd4ff;
  margin-bottom: 2px;
  font-weight: 300;
}

.page-body-header.event-header h3 {
  font-size: 34px;
}

.page-body-header.event-header h4 {
  font-size: 28px;
  margin-bottom: 15px;
}

.page-body-header.event-header h5 {
  font-size: 20px;
}

.page-body-header.background-image {
  background-size: cover;
  background-position: center;
}

.page-body-header.background-image.banner p {
  max-width: 800px;
}

.event-back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
}

.event-back-link:hover,
.event-back-link:focus {
  color: #fff;
  text-decoration: underline;
}

.event-back-link svg {
  margin-right: 5px;
  height: 20px;
}

.event-expert {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.event-expert h2 {
  font-size: 48px;
  color: #257CB6;
}

.event-expert h3 {
  font-size: 36px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.event-expert p {
  font-size: 18px;
  line-height: 32px;
}

.event-expert img {
  background: #fff;
  border-radius: 5px;
  margin: 0;
}

.event-content {
  padding: 0;
}

.event-content .featured-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.event-content .content-primary {
  padding: 60px;
}

.event-content .content-primary p {
  font-size: 18px;
}

.event-content .content-primary h2 {
  font-size: 42px;
}

.event-content .content-primary h3 {
  font-size: 36px;
}

.event-archive .event + .event {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ececec;
}

.content-primary .webinar-signup {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-primary .webinar-signup h2 {
  font-size: 24px;
  color: #157ec5;
}
@media (min-width: 996px) {
  .content-primary .webinar-signup h2 {
    font-size: 48px;
  }
}

.event-registration {
  background: #fff;
  border-top: 1px solid #ececec;
}

.webinar-signup .mktoForm .mktoFormCol {
  width: 100% !important;
  float: none;
}

.webinar-signup .mktoForm .mktoGutter,
.webinar-signup .mktoForm .mktoOffset {
  display: none;
}

.webinar-signup .mktoForm .mktoFieldWrap {
  display: flex;
  flex-wrap: wrap;
  float: none;
}

.webinar-signup .mktoForm .mktoFieldWrap .mktoLabel {
  flex-basis: 100%;
  width: 100% !important;
  border: 1px solid #157ec5;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  padding: 5px;
  color: #157ec5;
  font-weight: 500;
  background: #fff;
}

.webinar-signup .mktoForm .mktoFieldWrap .mktoField {
  flex-basis: 100%;
  width: 100% !important;
  min-height: 32px;
  font-size: 16px;
  box-shadow: none;
  border-radius: 0 0 4px 4px;
  border: 1px solid #157ec5;
  border-top: none;
  background: white;
}

.webinar-signup .mktoForm .mktoButtonRow {
  width: 100%;
}

.webinar-signup .mktoForm .mktoButtonWrap {
  margin: 0 !important;
}

.webinar-signup .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  width: 100%;
  background: #BD5A0A;
  border-radius: 20px;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px 30px;
  line-height: 1.2;
  white-space: normal;
  transition: background 0.25s ease-in-out;
}

.webinar-signup .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,
.webinar-signup .mktoForm .mktoButtonWrap.mktoRound .mktoButton:focus {
  border: none;
  background: #257CB6;
}

.events-index {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #e7e7e7;
  border-top: 1px solid #e2e2e2;
  box-shadow: inset 0 25px 50px -50px #333;
}

.events-index h2 {
  font-size: 36px;
  color: #5a5a5a;
}

.event-card {
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 4px 3px 24px -12px #111;
}

.event-card svg {
  margin-right: 5px;
  height: 14px;
  width: 14px;
}

.event-card h3 {
  font-size: 24px;
  color: #254b8e;
  font-weight: 400;
}

.event-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
}

.event-card h5 {
  font-size: 16px;
  color: #676767;
}

/* Hearing Test */
.hearingtest-bg {
  background: #ECEDED;
}

/* Blog */
.post {
  margin-bottom: 20px;
}

.article-inner .entry-title {
  font-size: 28px;
  text-transform: none;
  margin-bottom: 0;
}

.article-inner .post-intro {
  float: left;
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
}

.article-inner .post-intro p {
  font-size: 22px;
  line-height: 1.4;
}

.article-inner blockquote {
  max-width: 250px;
  float: right;
  margin: 10px 0 30px 30px;
  padding: 15px 0;
  color: #254b8e;
  font-size: 22px;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.article-inner blockquote p {
  font-size: 22px;
  font-weight: 600;
}

.article-inner center {
  font-size: 18px;
}

.post-title {
  font-size: 30px;
  margin-bottom: 30px;
}

.post-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.post-meta .meta {
  padding: 5px 0px;
  margin: 0;
  display: block;
  float: left;
  font-size: 16px;
  color: #848484;
}

.post-meta .meta + .meta {
  padding-left: 5px;
}

.post-feature-image {
  margin-bottom: 30px;
}

.post-feature-image img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border-radius: 5px;
}

.post-feature-image img:hover {
  opacity: 0.8;
}

.continue-reading {
  font-size: 14px;
  font-weight: 600;
}

.blog-post .title {
  margin-bottom: 0;
}

.blog-post {
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}

.blog-post :last-child {
  margin-bottom: 0;
}

.widget_recent_entries li, .widget_categories li, .widget_archive li {
  border-bottom: 1px solid #ededed;
  padding: 5px 0 10px;
  margin-bottom: 7px;
}

.post-tags {
  border-top: 1px solid #ededed;
  padding-top: 15px;
  margin-bottom: 15px;
}

.next-prev-posts {
  margin-bottom: 30px;
  font-size: 16px;
}

#loader {
  background: #fff;
  text-align: center;
  padding: 30px 0;
}

ul.share {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}

ul.share li {
  float: left;
  margin-bottom: 0;
  padding: 0;
}

ul.share li:before {
  content: "";
  display: none;
}

ul.share li + li {
  margin-left: 5px;
}

ul.share li a {
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

ul.share li a.facebook {
  background: #5C72A3;
}

ul.share li a.twitter {
  background: #48C0F2;
}

ul.share li a.google-plus {
  background: #C85A41;
}

ul.share li a.pinterest {
  background: #B8252B;
}

ul.share li a.email {
  background: #231F20;
}

ul.share li svg {
  height: 20px;
}

.loop-container .post:nth-child(2n+1) {
  clear: left;
}

.loop-container .post .post-feature-image {
  overflow: hidden;
  margin-bottom: 30px;
}

/* Pagination */
.paginate {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
}

.paginate .page-numbers {
  color: #2A2A2A;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.paginate .page-numbers.current {
  background: #2A2A2A;
  color: #fff;
}

.paginate .page-numbers:hover {
  background: #2A2A2A;
  color: #fff;
}

.paginate .page-numbers:not(.next):not(.prev) {
  display: none;
}

.pagination {
  width: 100%;
}

/* Sidebar */
.sidebar {
  overflow: hidden;
}

.widget {
  margin-bottom: 30px;
}

.widget :last-child {
  margin-bottom: 0;
}

.widget .meta-date {
  font-size: 12px;
  color: #999;
}

.widget .widget-title {
  padding: 0;
  text-transform: capitalize;
}

.widget .gform_wrapper {
  max-width: 100%;
  padding: 15px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  margin-top: 10px;
  overflow: hidden;
  font-size: 16px;
}

.widget ul li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eaeaea;
  font-size: 16px;
}

.widget ul li .fa {
  width: 20px;
}

.widget .widget-post-thumbnail {
  max-width: 50px;
  float: left;
  margin-right: 15px;
}

.widget .widget-post-content {
  overflow: hidden;
}

.widget .widget-post-content h4 {
  margin: 0;
}

.widget .widget-post-content cite {
  font-style: normal;
  font-size: 14px;
  color: #848484;
}

/* Footer */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  background: #fdfdfd;
}

.footer h3 {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.footer .footer-primary a {
  display: block;
  color: #254B8E;
}

.footer .footer-primary a:hover, .footer a:hover i {
  color: #257CB6;
  text-decoration: none;
}

.footer a {
  color: #257CB6;
}

.footer svg {
  height: 20px;
  width: 20px;
  color: #254B8E;
}

.footer h3 svg {
  color: #254B8E;
  height: 30px;
  width: 30px;
  margin-right: 5px;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-hours li {
  margin-bottom: 3px;
}

.footer .footer-primary .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
}

.footer .footer-secondary .container {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e7e7e7;
}

.footer .footer-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-secondary ul li {
  display: block;
  padding: 4px 0;
}

.footer .footer-secondary ul li a {
  padding: 4px 0;
  display: inline-block;
}

.footer .footer-secondary .btn {
  margin-bottom: 5px;
  color: #fff;
  width: 100%;
  font-size: 14px;
  text-transform: capitalize;
}

.footer-third {
  margin-top: 30px;
}

.footer-copyright {
  text-align: left;
  font-size: 16px;
}

.footer-copyright .container {
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-badge {
  display: block;
  text-align: center;
  color: #000;
  font-size: 24px;
}

.footer-badge h4 {
  color: #0453a0;
}

.footer-badge img {
  margin: 0 auto;
}

/* Consult Widget */
.wcn-pro #liveExpert-widget-container {
  position: relative;
  z-index: 9999;
}

.wcn-pro #liveExpert-widget-container .liveExpert-dialog {
  opacity: 1;
  width: 100%;
}

/* Modal */
.modal-header .close {
  font-size: 40px;
  line-height: 1;
}

/* Admin */
.admin-bar .header {
  top: 32px;
}

/* Landing Page */
.landing-page .footer {
  padding-bottom: 30px;
  padding-top: 30px;
  background: #f9f9f9;
  border-top: 1px solid #f1f1f1;
}

.landing-page .footer .footer-secondary .container {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.landing-page .step-1,
.landing-page .step-2,
.landing-page .step-3 {
  position: relative;
}

.landing-page .step-1:after,
.landing-page .step-2:after,
.landing-page .step-3:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: #257CB6;
  box-shadow: 0 0 0 4px #E5F4FF;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.landing-page .step-1:after {
  content: "1";
}

.landing-page .step-2:after {
  content: "2";
}

.landing-page .step-3:after {
  content: "3";
}

/* ------------------------------- MSC Styles -------------------------------- */
/* Animations */
a, .button, input[type=submit] {
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out, opacity 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.box {
  clear: both;
  display: block;
}

.mb30 {
  margin-bottom: 30px !important;
}

blockquote.alignleft, img.alignleft, .wp-block-image.alignleft {
  margin: 15px 30px 15px 0;
}

blockquote.alignright, img.alignright, .wp-block-image.alignright {
  margin: 15px 0 15px 30px;
}

blockquote.aligncenter, img.aligncenter, .wp-caption.aligncenter, .wp-block-image.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

/* Forms */
.gform_wrapper {
  display: block;
  clear: both;
  max-width: 100% !important;
  margin: 0 !important;
}

.gform_wrapper form {
  max-width: 800px !important;
  width: 100%;
  margin: 0 auto;
}

.gform_wrapper .gform_heading {
  display: block;
  clear: both;
}

.gform_wrapper .gform_required_legend {
  text-align: center;
}

.gform_wrapper .gfield_required {
  color: red;
}

.gform_wrapper .gform_body {
  display: block;
  clear: both;
}

.gform_wrapper .gform_footer {
  display: block;
  clear: both;
  margin-top: 20px;
}

.gform_wrapper .gform_heading .gform_title {
  font-size: 40px;
  text-align: center;
  color: #3177a1;
}

.gform_wrapper .gform_fields {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.gform_wrapper .gform_body ul {
  margin: 0;
}

.gform_wrapper .gform_body .gfield {
  width: 100%;
  list-style: none;
  margin: 0 0 20px;
  clear: none;
}

.gform_wrapper .gform_body li:before {
  content: "";
}

.gform_wrapper .gform_body .gfield_radio li label {
  padding-left: 10px;
}

.gform_wrapper .hidden_label label {
  display: none;
}

.gform_wrapper .gform_body .gfield_label {
  font-size: 18px;
  color: #254b8e;
}

.gform_wrapper .gform_body .ginput_complex {
  float: left;
  width: 100%;
  clear: both;
}

.gform_wrapper .gform_body .ginput_complex span {
  display: block;
  margin-bottom: 20px;
}

.gform_wrapper .gform_body .ginput_complex span:nth-child(1) {
  padding-right: 0;
}

.gform_wrapper .gform_body .ginput_complex span:nth-child(2) {
  padding-left: 0;
}

.gform_wrapper .gform_body .ginput_complex span label {
  color: #257CB6;
}

.gform_wrapper .gform_body .ginput_full {
  margin-bottom: 20px;
  display: block;
}

.gform_wrapper .gform_body .gf_name_has_2 span:nth-child(1) {
  float: left;
  width: 50%;
  clear: none;
  padding-right: 15px;
}

.gform_wrapper .gform_body .gf_name_has_2 span:nth-child(2) {
  float: left;
  width: 50%;
  clear: none;
  padding-left: 15px;
}

.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body select,
.gform_wrapper .gform_body textarea {
  color: #505050;
  line-height: normal;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 5px;
  min-height: 40px;
  margin: 0;
  width: 100% !important;
  box-shadow: inset 0 4px 5px #f5f5f5;
}

.gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 100% !important;
}

.gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_body input[type=button], #btnSubmit {
  margin: 0;
  padding: 10px 24px;
  text-transform: uppercase;
  border: none;
  background: #f3c551;
}

.gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

.gform_wrapper .gform_body .gfield_checkbox input[type=checkbox] {
  transform: scale(1.5);
  width: 30px !important;
}

.gform_wrapper .gform_body .gfield_checkbox label {
  font-size: 20px;
}

.gform_wrapper .validation_error {
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 18px;
  border: 1px solid rgb(255, 0, 0);
}

.gform_wrapper .validation_message {
  padding: 4px 12px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  background: red;
  width: 100%;
  position: relative;
  text-align: center;
}

.gform_wrapper .validation_message:before {
  content: "";
  border-bottom: 10px solid red;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #fff;
}

.ui-datepicker {
  background: #fff;
  text-align: center;
}

.ui-datepicker tr {
  padding: 3px;
}

.ui-datepicker td {
  padding: 3px;
}

.ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #a3a3a3;
  border-bottom: none;
}

.ui-datepicker-calendar {
  width: 100%;
  border: 1px solid #a3a3a3;
  border-top: none;
}

.ui-datepicker-prev {
  flex-basis: 50%;
  padding: 4px 0;
}

.ui-datepicker-next {
  flex-basis: 50%;
  padding: 4px 0;
}

.wcn-gravity-form form.tradeup {
  text-align: center;
}

.wcn-gravity-form form.tradeup .radios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.wcn-gravity-form form.tradeup .text > label,
.wcn-gravity-form form.tradeup .radios > label {
  flex-basis: 100%;
  width: 100%;
  font-size: 24px;
  font-weight: 300;
}

.wcn-gravity-form form.tradeup .radios .radio {
  flex-grow: 0;
  flex-shrink: 1;
  margin: 0;
  padding: 5px;
}

.wcn-gravity-form form.tradeup .radios .radio input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
}

.wcn-gravity-form form.tradeup .radios .radio label {
  position: static;
  width: 80px;
  height: 80px;
  border: 2px solid #257CB6;
  border-radius: 3000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  font-size: 18px;
}

.wcn-gravity-form form.tradeup .radios .radio label:hover,
.wcn-gravity-form form.tradeup .radios .radio input[type=radio]:checked + label {
  background: #257CB6;
  border-color: #0f2a5a;
  color: #fff;
}

.wcn-gravity-form #gravity_form_20 {
  box-shadow: none;
  border: 2px solid #257CB6;
  padding: 30px;
  position: relative;
  margin-top: 30px;
}

.wcn-gravity-form #gravity_form_20:before {
  content: "";
  position: absolute;
  right: 45px;
  top: -36px;
  background: #fff;
  width: 135px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 80px;
  background-image: url(.././assets/images/tradeup.jpg);
}

.wcn-gravity-form form button[type=submit] {
  width: 100%;
  text-align: center;
  border: 2px solid #BD5A0A;
  background: #fff !important;
  color: #BD5A0A;
  text-shadow: none;
  font-weight: 300;
}

.wcn-gravity-form .form-wrapper label {
  display: block;
}

.wcn-gravity-form .form-wrapper .gf-label {
  font-weight: 600;
}

.wcn-gravity-form .form-wrapper .form-field {
  padding-bottom: 10px;
}

.wcn-gravity-form .form-wrapper .form-field .checkbox {
  gap: 5px;
  align-items: center;
}

.wcn-gravity-form .form-wrapper .form-field .checkbox label {
  margin: 0;
}

.wcn-gravity-form .form-wrapper .form-field .checkboxes > label {
  margin-bottom: 0;
}

.wcn-gravity-form .form-wrapper input[type=phone],
.wcn-gravity-form .form-wrapper input[type=email],
.wcn-gravity-form .form-wrapper input[type=password],
.wcn-gravity-form .form-wrapper input[type=text],
.wcn-gravity-form .form-wrapper input[type=name],
.wcn-gravity-form .form-wrapper input[type=address],
.wcn-gravity-form .form-wrapper select {
  min-height: 50px;
  border: 1px solid #383838;
  box-shadow: 1px 1px 3px -2px #000;
}

.wcn-gravity-form .form-wrapper textarea {
  min-height: 100px;
  border: 1px solid #383838;
  box-shadow: 1px 1px 3px -2px #000;
}

.wcn-gravity-form .checkboxes {
  border: 1px solid #383838;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 10px;
  box-shadow: 1px 1px 3px -2px #000;
}

.wcn-gravity-form .checkboxes .gf-label {
  flex-basis: 100%;
}

.wcn-gravity-form .form-wrapper .form-field .error-message {
  bottom: -13px;
}

.wcn-gravity-form .form-wrapper .footer {
  background: none;
  border: none;
}

@media only screen and (min-width: 768px) {
  .wcn-gravity-form form.request-appointment .form-fields > div:nth-of-type(1),
  .wcn-gravity-form form.request-appointment .form-fields > div:nth-of-type(2),
  .wcn-gravity-form form.request-appointment .form-fields > div:nth-of-type(3),
  .wcn-gravity-form form.request-appointment .form-fields > div:nth-of-type(4),
  .wcn-gravity-form form.request-appointment .form-fields > div:nth-of-type(5) {
    display: none;
    width: 0;
  }
  .wcn-gravity-form form.request-appointment .form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .wcn-gravity-form form.request-appointment .field-requested-date {
    flex: 1;
  }
  .wcn-gravity-form form.request-appointment .field-appointment-type {
    flex: 1;
  }
  .wcn-gravity-form form.request-appointment .field-patient-type {
    flex-basis: 100%;
  }
  .wcn-gravity-form form.request-appointment .field-full-name {
    flex-basis: 100%;
  }
  .wcn-gravity-form form.request-appointment .field-phone {
    flex: 1;
  }
  .wcn-gravity-form form.request-appointment .field-email {
    flex: 1;
  }
  .wcn-gravity-form form.request-appointment .field-timeframe {
    flex-basis: 100%;
  }
  .wcn-gravity-form form.request-appointment .field-notes {
    flex-basis: 100%;
  }
}
/* Chat */
.LPMoverlay {
  z-index: 99 !important;
}

/**** Mobile Menu ****/
.mobile-menu {
  display: none;
}

.mobile-show {
  display: none !important;
}

.navbar-secondary-mobile {
  display: none;
}

/**** JS Reel Rotations Section ******/
.reel_container > div {
  justify-content: center;
  justify-items: center;
  display: none !important;
}
.reel_container > div.active {
  display: flex !important;
}

.reel.reel-overlay {
  text-align: center;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.reel.reel-overlay .reel {
  margin: 0 auto;
}

.colorswatch_list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
}
.colorswatch_list.slick-slider {
  max-width: 480px;
  margin: 0 auto;
}
@media screen and (max-width: 782px) {
  .colorswatch_list.slick-slider {
    max-width: 300px;
  }
}
.colorswatch_list.slick-slider .slickPrev {
  left: -40px;
  top: 0;
  border: 0;
  width: 30px;
  box-shadow: none !important;
}
@media screen and (max-width: 782px) {
  .colorswatch_list.slick-slider .slickPrev {
    left: -30px;
  }
}
.colorswatch_list.slick-slider .slickNext {
  right: -40px;
  top: 0;
  border: 0;
  width: 30px;
  box-shadow: none !important;
}
@media screen and (max-width: 782px) {
  .colorswatch_list.slick-slider .slickNext {
    right: -30px;
  }
}
.colorswatch_list.slick-slider .slick-slide {
  text-align: center;
}
.colorswatch_list button {
  font-size: 0;
  height: 50px;
  width: 50px;
  margin: 10px 7px 5px;
  border-radius: 25px;
  border: 1px solid #777;
}
.colorswatch_list button:hover, .colorswatch_list button:focus, .colorswatch_list button:active {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.colorswatch_list button:hover:after, .colorswatch_list button:focus:after, .colorswatch_list button:active:after {
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.colorswatch {
  position: relative;
}
.colorswatch.black-black {
  background: #000;
}
.colorswatch[class*=black-] {
  background: #000;
}
.colorswatch[class*=chestnut-] {
  background: #7f5024;
}
.colorswatch[class*=dark-brown-] {
  background: #43301f;
}
.colorswatch[class*=medium-brown-] {
  background: #7b5941;
}
.colorswatch[class*=light-brown-] {
  background: #a57c59;
}
.colorswatch[class*=pink-] {
  background: #cea98d;
}
.colorswatch:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  z-index: 0;
  background: transparent;
  display: none;
}
.colorswatch[class*=-pink]:after {
  background: #cea98d;
  border-left: 1px solid #fff;
  display: block;
}
.colorswatch[class*=-black]:after {
  background: #000;
  border-left: 1px solid #fff;
  display: block;
}
.colorswatch[class*=-light-brown]:after {
  background: #a57c59;
  border-left: 1px solid #fff;
  display: block;
}
.colorswatch[class*=-blue]:after {
  background: #1c62ae;
  border-left: 1px solid #fff;
  display: block;
}
.colorswatch[class*=-clear]:after {
  background: rgba(255, 255, 255, 0.33);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  border-left: 1px solid #fff;
  display: block;
}
.colorswatch[class*=-red]:after {
  background: #ce153f;
  border-left: 1px solid #fff;
  display: block;
}

.technology_features {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin: 1em -15px 1em -15px;
  width: calc(100% + 30px);
  padding: 0;
  position: relative;
}
.technology_features .col-left, .technology_features .col-right {
  min-width: 48%;
  max-width: 48%;
  padding: 10px 10px 10px 0;
}
@media screen and (max-width: 1200px) {
  .technology_features .col-left, .technology_features .col-right {
    min-width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .technology_features .col-left, .technology_features .col-right {
    font-size: 16px;
    padding: 10px 10px 10px 0;
  }
  .technology_features .col-left p, .technology_features .col-right p {
    font-size: 14px;
  }
}
.technology_features .col-left {
  margin-right: 4%;
}
.technology_features .col-left h3 {
  color: #BD5A0A;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .technology_features .col-left {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .technology_features .col-left h3 {
    font-size: 16px;
  }
}
.technology_features .col-right {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.technology_features .col-right:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  left: 0;
  margin-top: 20px;
  position: absolute;
  background-color: #dadada;
}
.technology_features .col-left.label, .technology_features .col-right.label {
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-align: left;
}
.technology_features .col-left.label:after, .technology_features .col-right.label:after {
  display: none;
}
.technology_features .col-left.label h2, .technology_features .col-right.label h2 {
  display: block;
  background: #BD5A0A;
  color: #fff;
  padding: 9px;
  font-size: 22px;
  margin-bottom: 15px;
  margin-right: 10px;
}
@media screen and (max-width: 600px) {
  .technology_features .col-left.label h2, .technology_features .col-right.label h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.brochure-content {
  flex-direction: column;
}

.brochure-button {
  justify-content: center;
  align-items: center;
}

/* ------------------------------- Media Queries -------------------------------- */
@media only screen and (max-width: 1315px) {
  .header .header-useful .top-bar {
    font-size: 14px;
  }
  .header .header-useful .social li a {
    font-size: 14px;
  }
  .navbar-static-top .navbar-nav > li > a {
    font-size: 16px;
  }
  .dropdown-menu > li > a {
    font-size: 16px;
  }
  .dropdown-menu {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .header .header-useful .chat {
    display: none;
  }
  .container-lg-fluid {
    width: 100%;
  }
  .navbar-static-top .navbar-nav > li > a {
    padding: 8px 7px;
  }
  .c-feature__large {
    height: auto !important;
  }
  .c-feature__events {
    width: 100%;
  }
  .c-feature-cta__appointment {
    position: static;
  }
}
@media only screen and (max-width: 1150px) {
  .header .header-useful .social {
    display: none;
  }
  .navbar-static-top .navbar-nav > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 995px) {
  .header .top-bar .pull-right {
    width: 100%;
  }
  .header .header-toggle {
    display: block;
  }
  .header .header-toggle.open .icon-bar:first-child {
    transform: rotate(45deg);
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .header .header-toggle.open .icon-bar:nth-child(2) {
    display: none;
  }
  .header .header-toggle.open .icon-bar:last-child {
    transform: rotate(-45deg);
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .header .header-useful {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    background: #fff;
    box-shadow: none;
    padding: 0 !important;
    transition: right 0.25s ease-in-out;
  }
  .header .header-useful.open {
    right: 0;
    z-index: 4;
  }
  .header .header-useful .top-bar {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    background: #fff;
  }
  .header .header-useful .top-bar .pull-left {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: center;
  }
  .header .header-useful .top-bar .pull-left + .pull-left {
    border-top: 1px solid #f3f3f3;
  }
  .header .header-useful .chat {
    display: block;
  }
  .header .header-useful .social {
    display: block;
  }
  .header .header-useful .social li {
    width: 25%;
    text-align: center;
  }
  .header .header-useful .social li:last-child {
    border: none;
  }
  .header .header-useful .navbar-wrapper {
    width: 100%;
  }
  .header .header-useful .navbar-wrapper .pull-left {
    width: 100%;
  }
  .navbar-static-top .navbar-nav {
    margin: 0 !important;
    width: 100%;
  }
  .navbar-static-top .navbar-nav {
    padding: 0;
  }
  .navbar-static-top .navbar-nav li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    display: block;
    float: left;
  }
  .navbar-static-top .navbar-nav li + li {
    border-top: 1px solid #f3f3f3;
  }
  .navbar-static-top .navbar-nav > li > a {
    font-size: 18px;
    text-align: center;
  }
  .navbar-static-top .navbar-nav > li > a.btn-primary {
    width: 100%;
    border-radius: 0;
  }
  .header .dropdown-menu > li > a {
    text-align: center;
  }
  .navbar-secondary-mobile {
    display: block;
    float: left;
    width: 100%;
    background: #0453a0;
  }
  .navbar-secondary-mobile .navbar-nav li {
    background: #0453a0;
  }
  .navbar-secondary-mobile .navbar-nav li + li {
    border-top: 1px solid rgb(5.243902439, 108.8109756098, 209.756097561);
  }
  .navbar-secondary-mobile .navbar-nav li a {
    color: #fff;
  }
  .header .navbar-secondary {
    display: none;
  }
  .header.fixed .top-bar {
    display: block;
  }
  .header .branding a img {
    max-height: 50px;
  }
  .header .branding h1 {
    display: none;
  }
  .navbar-side .navbar-nav > li {
    float: none;
  }
  .footer-primary .container > div {
    margin-bottom: 25px;
  }
  .footer-secondary .container > div {
    margin-bottom: 25px;
  }
  .quick-links .link {
    font-size: 18px;
  }
  .quick-links .link svg {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .section-content-home .v-center {
    position: static;
    transform: translateY(0);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .c-product-highlight .v-center {
    position: static;
    transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 40px;
    font-size: 16px;
    text-transform: capitalize;
    white-space: normal;
  }
  .c-feature__large .o-video-link h2 {
    font-size: 24px;
  }
  .c-feature__large .o-video-link:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    margin-top: -25px;
  }
  .c-feature-promises h2 {
    font-size: 28px;
  }
  .c-feature-cta__appointment h2 {
    font-size: 20px;
  }
  .c-feature-cta__appointment h3 {
    font-size: 18px;
  }
  .page-body-header h1 {
    font-size: 32px;
  }
  .content-primary h1 {
    font-size: 32px;
  }
  .content-primary h2 {
    font-size: 24px;
  }
  .content-primary h3 {
    font-size: 20px;
  }
  .content-primary h4 {
    font-size: 18px;
  }
  .section-content-home .content-primary h1 {
    font-size: 28px;
  }
  .hearing-aid-tabs {
    padding-top: 5px;
    padding-bottom: 0;
  }
  .hearing-aid-tabs .tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .hearing-aid-tabs .tabs li {
    flex-grow: 1;
  }
  .hearing-aid-tabs .tabs li a.active, .hearing-aid-tabs .tabs li a:hover {
    border-radius: 5px;
  }
  .hearing-aid-tabs .tabs li a {
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    background: #f9f9f9;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .advantages-table td {
    font-size: 14px !important;
  }
  .advantages-table td > h3 {
    font-size: 16px;
  }
  .advantages-table td > h4 {
    font-size: 14px;
  }
  .content-primary .has-medium-font-size {
    font-size: 20px;
  }
  .hearing-resources .schedule-block .schedule-content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .header .branding {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .c-feature__event-content .btn {
    display: block;
  }
  .c-feature__large .o-video-link {
    display: none;
  }
  .c-blue-link__angle svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  .c-feature-cta__appointment h2 {
    font-size: 17px;
  }
  .c-feature-cta__appointment h3 {
    font-size: 14px;
  }
  .c-feature__events-title {
    font-size: 18px;
  }
  .c-feature-promises {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .c-feature-promises .c-feature-promises__link h3 {
    font-size: 20px;
  }
  .content-primary h1 {
    font-size: 30px;
  }
  .feature .feature-split .feature-content h2 {
    font-size: 22px;
  }
  .customer-reviews {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .customer-reviews h1 {
    font-size: 22px;
  }
  .customer-reviews .customer-review p {
    font-size: 18px;
  }
  .mobile-menu {
    display: flex;
    position: fixed;
    bottom: 36px;
    right: auto;
    left: 5px;
    z-index: 99;
  }
  .mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
  }
  .mobile-menu ul li a {
    display: block;
    padding: 7px;
    background: #BD5A0A;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    border-radius: 20px;
    box-shadow: 1px 1px 7px -2px #000;
  }
  .mobile-menu ul li a:hover {
    background: #0176FF;
    text-decoration: none;
  }
  .mobile-menu ul li a svg {
    margin-right: 3px;
    height: 12px;
  }
  .ContactBubble {
    right: 5px;
  }
}
@media only screen and (max-width: 479px) {
  .hearing-resources .resource-list li img {
    display: none;
  }
  .hearing-resources .resource-list li .resource-content h2 {
    font-size: 22px;
  }
  .feature .feature-split .first, .feature .feature-split .second {
    min-height: 315px;
  }
  .footer .footer-secondary .btn {
    display: block;
  }
  .slick-arrow {
    background: #fff;
    z-index: 4;
  }
  .slickNext {
    right: 0;
  }
  .slickPrev {
    left: 0;
  }
  .page-body-header h1 {
    font-size: 32px;
  }
  .c-feature-promises h2 {
    font-size: 24px;
  }
  .schedule-appointment-strip h2 {
    font-size: 22px;
  }
  .customer-reviews .customer-review p {
    font-size: 16px;
    line-height: 20px;
  }
  .quick-links .link {
    text-align: left;
  }
  .quick-links .col-sm-3 + .col-sm-3 .link {
    border-top: 1px solid #d7d7d7;
  }
  .quick-links .link svg {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
  .acf-map {
    height: 400px !important;
  }
  .c-product-highlight img {
    max-width: 100%;
  }
  .events-index h2 {
    font-size: 30px;
  }
}
/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.kadence-column_943bf3-9c .wp-block-image .alignleft {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

img[data-dominant-color]:not(.has-transparency) {
  background-color: transparent !important;
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/slick.scss ***!
  \*************************************************************************************************************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/css/animations.scss ***!
  \******************************************************************************************************************/
.animation-bounce {
  animation: upNdown 2s infinite ease-in-out;
}

@-webkit-keyframes upNdown {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes upNdown {
  50% {
    transform: translateY(-10px);
  }
}
