html {
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
  background-color: #ffffff;
}

button,
select {
  text-transform: none;
}

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

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

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

figure.no-margin {
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

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

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

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

hr.gray {
  border-top: 1px solid #a6a6a6;
}

img {
  border: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

input {
  line-height: normal;
}

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

td,
th {
  padding: 0;
  text-align: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover {
  color: #23527c;
  text-decoration: underline;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

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

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

dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #006a98;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-info a {
  color: white;
}

#privacy-policy-banner .alert-info a {
  color: inherit;
  font-weight: bold;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #fee2e2;
  border-color: #fee2e2;
  color: #4c1d0e;
}

.alert-danger i {
  color: #EF4347;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.alert-warning {
  background-color: #ffedd5;
  border-color: #ffedd5;
  color: #7c2d12;
}

.alert-warning i {
  color: #ea580c;
}

.alert-warning hr {
  border-top-color: #e0c49e;
}

.alert-warning .btn {
  font-size: 13px;
  border-radius: 8px;
  padding: 4px 14px;
}

#duplicates-icon {
  margin-right: 4px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

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

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

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

.text-gray {
  color: #999;
}

@media (max-width: 767px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

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

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

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

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

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

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

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

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

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

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333% !important;
  }

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

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

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

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

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

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

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

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

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

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

.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-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

table {
  background-color: transparent;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-control,
.form-select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-font-size-16 {
  font-size: 16px;
}

.form-control.input-sm {
  padding: inherit;
  font-size: inherit;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control.error,
.sm-form-control.error {
  border-color: #E42C3E;
}

select.form-control,
select.sm-form-control {
  appearance: auto;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}

.btn:focus,
.btn.focus {
  text-decoration: none;
}

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

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

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

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

.btn-link {
  color: #337ab7;
}

.btn-link:hover {
  color: #2e6da4;
}

.btn-link .btn-icon {
  background: transparent;
  padding: 6px 0;
  left: 0;
  top: 3px;
}

.btn-icon {
  font-size: 2rem;
  position: relative;
  left: -18px;
  top: 3px;
  margin-top: -3px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
  min-width: 40px;
  min-height: 42px;
  text-align: center;
}

.btn-iconed {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 18px;
}

.btn-iconed .btn-label {
  position: relative;
  display: inline-block;
  height: 33px;
  top: 1px;
  width: 100%;
  margin-left: -50px;
  padding-left: 40px;
  text-align: center;
}

.btn-primary {
  color: #ffffff;
  font-size: 13px;
  background: #1b6fab;
  border-radius: 8px;
}

.btn-primary:hover {
  color: #fff !important;
}

.btn-outline-primary {
  color: #1b6fab;
  font-size: 13px;
  background: #fff;
  border: 1px solid #1b6fab;
  border-radius: 8px;
}

.btn-outline-primary:hover {
  color: #1b6fab;
  background: #eeeeee !important;
  border: 1px solid #1b6fab;
}

#primary-menu li:hover a.btn-primary {
  color: #fff !important;
}


.btn-secondary {
  color: #2E6FA3;
  background-color: #EEE;
}

.btn-secondary:hover {
  color: #2e6da4;
  background-color: #eaeaea;
  border-color: #e3e3e3;
}

.btn-secondary .btn-icon {
  background: rgba(0, 0, 0, 0.05);
}

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

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

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

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

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

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

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

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

.btn-light {
  font-size: 13px;
  background-color: #f3f3f3;
}

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

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

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

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

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

.input-group-addon {
  color: #006a98;
  margin-left: 6px;
  font-size: 14px;
}

.input-group-addon.tooltip-icon i {
  font-weight: 800;
}

.input-group-addon:not(.tooltip-icon) {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.tooltip .tooltip-inner {
  font-size: 1.2rem;
  /* bigger tooltip text */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

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

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

table {
  background-color: transparent;
}

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
  margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.show {
  display: block !important;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

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

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

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

button.close {
  position: absolute;
  right: 20px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

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

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

.modal.show .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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

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

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

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

.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-left: 5px;
  margin-bottom: 0;
}

.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;
  }
}

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

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

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

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

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

.mt-6 {
  margin-top: 8rem !important;
}

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

.ml-1 {
  margin-left: .25rem !important;
}

.ml-2 {
  margin-left: .5rem !important;
}

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

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

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

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

.mr-1 {
  margin-right: .25rem !important;
}

.mr-2 {
  margin-right: .5rem !important;
}

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

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

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.small {
  font-size: 75%;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.card.bg-danger {
  border-color: #ffd3d8 !important;
}

.card.bg-danger a {
  color: #a42121 !important;
}

.card.bg-danger a:hover {
  color: #7c0606 !important;
}

.bi.bg-danger {
  background: #f6c2c2 !important;
}

.card.bg-success {
  border-color: #93fad1 !important;
}

.card.bg-success a,
.card.bg-success .a {
  color: #237265 !important;
}

.card.bg-success a:hover {
  color: #0a6253 !important;
}

.bi.bg-success {
  background: #aff7da !important;
}

.card.bg-warning {
  border-color: #f0e2d6 !important;
}

.card.bg-warning a,
.card.bg-warning .a {
  color: #c34e00 !important;
}

.card.bg-warning a:hover {
  color: #8a3700 !important;
}

.bi.bg-warning {
  background: #f7dec7 !important;
}

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

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

h2.card-title {
  margin-top: 0;
  line-height: 1.3;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.75rem;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.card .list-group {
  border: none;
  border-radius: 0;
}

.card .list-group.list-group {
  background: transparent;
  margin-left: -19px;
  margin-right: -19px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

.card .list-group .list-group-item {
  border: none;
  border-radius: 0;
  background: transparent;
}

.card .list-group .list-group-item.hover:hover {
  background-color: rgba(0, 0, 0, .03)
}

.card .list-group .list-group-item-divider {
  border-top: 1px solid rgba(0, 0, 0, .05);
  font-size: 5px;
}

/*------------------------------------End of Bootstrap-------------------------------------*/
.back-to-top {
  width: 30px;
  margin: 0 auto;
}

.back-to-top a {
  font-size: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  padding: 0 2px;
  background-color: #f5f5f5;
}

@media (min-width: 768px) {
  .max-width-360 {
    max-width: 360px;
  }
}

li {
  margin: 5px 0;
}

.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

::selection {
  background: #1ABC9C;
  color: #FFF;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
}

a:hover {
  color: #222;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px 0;
  font-family: 'Raleway', sans-serif;
}

h5,
h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h4,
.h4 {
  font-weight: 600;
}

h5,
h6,
.h5,
.h6 {
  font-weight: bold;
}

h2,
h3,
.h2,
.h3 {
  margin: 20px 0 5px 0;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 20px;
}

p {
  margin-bottom: 5px;
}

.tright {
  text-align: right !important;
}

.fright {
  float: right !important;
}


#wrapper {
  position: relative;
  float: none;
  width: 1220px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.topmargin {
  margin-top: 50px !important;
}

.bottommargin {
  margin-bottom: 50px !important;
}

.bottommargin-sm {
  margin-bottom: 30px !important;
}

.topmargin-sm {
  margin-top: 30px !important;
}

.nomargin {
  margin: 0 !important;
}

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

.hidden {
  display: none !important;
}

.header-stick {
  margin-top: -50px !important;
}

.header-info {
  margin-left: 20px;
  font-weight: bold;
  font-size: 120%;
}

.content-wrap .header-stick {
  margin-top: -80px !important;
}

.notopborder {
  border-top: none !important;
}

.notoppadding {
  padding-top: 0 !important;
}

.nobottompadding {
  padding-bottom: 0 !important;
}

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

.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bgcolor,
.bgcolor #header-wrap {
  background-color: #1ABC9C !important;
}

.bg-light-gray {
  background: transparent;
  background-color: #f9f9f9 !important;
}

.bg-gradient-gray {
  background: rgb(238, 238, 238);
  background: linear-gradient(180deg, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(238, 238, 238, 1) 100%);
  border-top: 5px solid #e0e0e0 !important;
  border-bottom: 5px solid #e0e0e0;
}

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

.bg-darker {
  background-color: rgba(0, 0, 0, .035) !important;
}

.bg-darker.hover:hover {
  background-color: rgba(0, 0, 0, .055) !important;
}

.bg-primary {
  background-color: #c5e6ff !important;
  color: #233f72 !important;
}

.bg-light {
  background-color: #f8f8f8 !important;
  color: #000 !important;
}

.bg-danger {
  background-color: #fbd9d9 !important;
  color: #a42121 !important;
}

.bg-warning {
  background-color: #ffe9d4 !important;
  color: #c34e00 !important;
}

.bg-success {
  background-color: #c5ffe8 !important;
  color: #237265 !important;
}

.bg-success.dark {
  background-color: hsl(163, 94%, 78%) !important;
}

.no-bg {
  background-image: none !important;
}

.border-color {
  border-color: #1ABC9C !important;
}

.section {
  position: relative;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}

.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.section .container {
  z-index: 2;
}

.postcontent {
  width: 860px;
}

.postcontent.bothsidebar {
  width: 580px;
}

.sidebar {
  width: 240px;
}

.col_full {
  width: 100%;
}

.col_half {
  width: 48%;
}

.col_one_third {
  width: 30.63%;
}

.col_two_third {
  width: 65.33%;
}

.col_one_fourth {
  width: 22%;
}

.col_three_fourth {
  width: 74%;
}

.col_one_fifth {
  width: 16.8%;
}

.col_two_fifth {
  width: 37.6%;
}

.col_three_fifth {
  width: 58.4%;
}

.col_four_fifth {
  width: 79.2%;
}

.col_one_sixth {
  width: 13.33%;
}

.col_five_sixth {
  width: 82.67%;
}

.postcontent,
.sidebar,
.col_full,
.col_half,
.col_one_third,
.col_two_third,
.col_three_fourth,
.col_one_fourth,
.col_one_fifth,
.col_two_fifth,
.col_three_fifth,
.col_four_fifth,
.col_one_sixth,
.col_five_sixth {
  display: block;
  position: relative;
  margin-right: 4%;
  margin-bottom: 50px;
  float: left;
}

.col_full {
  clear: both;
  float: none;
  margin-right: 0;
}

.col_last {
  margin-right: 0 !important;
  clear: right;
}

#top-bar {
  position: relative;
  border-bottom: 1px solid #EEE;
  height: 45px;
  line-height: 44px;
  font-size: 13px;
}


#top-bar .col_half {
  width: auto;
}

.top-links {
  position: relative;
  float: left;
}

.top-links ul {
  margin: 0;
  list-style: none;
}

.top-links ul li {
  float: left;
  position: relative;
  height: 44px;
  border-left: 1px solid #EEE;
  margin: 0 !important;
}

.top-links ul li:first-child,
.top-links ul ul li {
  border-left: 0 !important;
}

.top-links li>a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 44px;
  color: #666;
}

.top-links li>a.sf-with-ul img {
  margin: -3px 5px 0 0;
}

.top-links li i {
  vertical-align: top;
}

.top-links li i.icon-angle-down {
  margin: 0 0 0 5px !important;
}

.top-links li i:first-child {
  margin-right: 3px;
}

.top-links li:hover {
  background-color: #EEE;
}

.top-links ul ul,
.top-links ul div.top-link-section {
  display: none;
  pointer-events: none;
  position: absolute;
  z-index: 210;
  line-height: 1.5;
  background: #FFF;
  border: 0;
  top: 44px;
  left: 0;
  width: 140px;
  margin: 0;
  border-top: 1px solid #1ABC9C;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}

.top-links li:hover ul,
.top-links li:hover div.top-link-section {
  pointer-events: auto;
}

.top-links ul ul li {
  float: none;
  height: 36px;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #EEE;
}

.top-links ul ul li:first-child {
  border-top: none !important;
  border-left: 1px solid #EEE;
}

.top-links ul ul a {
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}

.top-links ul ul img {
  display: inline-block;
  position: relative;
  top: -1px;
  width: 20px;
  height: 15px;
  margin-right: 4px;
}

#header {
  position: relative;
  background-color: #FFF;
  border-bottom: 1px solid #dfe0e3;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 10px 20px -20px;
}

#header .container {
  position: relative;
}

#logo {
  position: relative;
  float: left;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  line-height: 100%;
}

#logo a {
  display: block;
  color: #000;
}

#logo img {
  width: 100%;
}

#drawer-header #drawer-logo img {
  height: 60px;
  padding: 11px 4px;
}

#header,
#header-wrap,
#logo img {
  height: 70px;
}

#primary-menu ul li {
  float: left;
  margin-left: 2px;
  position: relative;
}

@media(max-width:1200px) {
  #logo img {
    height: 50px;
  }
}

#logo a.standard-logo {
  display: block;
}

#logo a.retina-logo {
  display: inline-block;
}

#primary-menu {
  float: right;
  display: flex;
  z-index: 101;
}

#primary-menu ul li {
  margin: 0;
}

#primary-menu.sub-title>ul>li>a,
#primary-menu.sub-title>div>ul>li>a {
  border-bottom: 2px solid transparent;
}

#primary-menu.sub-title>ul>li>a span,
#primary-menu.sub-title>div>ul>li>a span {
  display: block;
  margin-top: 10px;
  line-height: 12px;
  font-size: 11px;
  font-weight: 400;
  color: #888;
  text-transform: capitalize;
}

#primary-menu-trigger,
#page-submenu-trigger {
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  display: none;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#primary-menu ul ul {
  display: none;
  position: absolute;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
  height: auto;
  z-index: 199;
  top: 100%;
  right: 0;
  margin: 0;
  border-radius: 10px;
  border: 1px solid rgb(209, 213, 219);
  overflow: hidden;
  list-style: none;
}

@media (min-width: 992px) {

  #primary-menu ul .megamenu {
    width: 100%;
    max-width: 1320px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -1px;
    padding: 1.5em;
  }

  #primary-menu ul .megamenu .megamenu-articles {
    display: block;
    position: unset;
    width: unset;
    box-shadow: unset;
    border: unset;
    border-radius: unset;
  }

  .menu-li-highlight {
    background: #50daff2e;
  }

  #primary-menu ul ul.scrollable {
    overflow-y: auto !important;
    overflow-x: hidden;
    max-height: calc(100vh - 60px);
  }
}

@media (max-width: 991px) {
  #primary-menu ul ul {
    position: relative;
    width: auto;
    max-width: none;
    background: transparent !important;
    box-shadow: none;
    border: 0;
    z-index: 1;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #primary-menu ul .megamenu .megamenu-articles {
    display: block;
    position: unset;
    width: unset;
    box-shadow: unset;
    border: unset;
    border-radius: unset;
  }
}

#primary-menu ul ul li:hover>a {
  background-color: #F9F9F9;
  padding-left: 18px;
}

#primary-menu>ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
}

#primary-menu ul li>a {
  display: block;
  line-height: 22px;
  padding: 17px 12px 14px 12px;
  color: #6b7280;
  font-weight: 500;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: margin .4s ease, padding .4s ease;
  -o-transition: margin .4s ease, padding .4s ease;
  transition: margin .4s ease, padding .4s ease;
}

#primary-menu.sub-title>ul>li:hover>a,
#primary-menu.sub-title>ul>li.current>a,
#primary-menu.sub-title>div>ul>li:hover>a,
#primary-menu.sub-title>div>ul>li.current>a {
  font-weight: 500;
  color: #000000;
  border-bottom-color: #1b6fab;
}

#primary-menu ul li>a.btn {
  padding: 5px 12px;
  color: #ffffff;
  margin-right: 10px;
}

#primary-menu.sub-title>#top-user-options>li:hover>a {
  color: #ffffff;
  font-weight: 500;
  background-color: #006a98;
}

#primary-menu ul ul li {
  float: none;
}

#primary-menu ul ul li i {
  margin-right: 6px;
  font-size: 1.1em;
}

#primary-menu ul ul li:first-child {
  border-top: 0;
}

#primary-menu ul ul li>a {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 0;
  letter-spacing: 0;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#primary-menu ul .user-badge {
  display: inline-block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E9F4FC;
  color: #1B6FAB;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
  padding: unset;
}


@media (max-width: 991px) {
  #primary-menu ul ul li>a {
    padding: 16px 6px;
  }

  #primary-menu ul {
    flex-direction: column;
  }

  #primary-menu ul li {
    float: none;
    margin: 3px 7px;
  }

  #primary-menu.ul>li>a,
  #primary-menu.div>ul>li>a {
    line-height: 22px;
    font-size: 13px;
    border-top: none;
    padding: 20px 6px;
  }

  #primary-menu ul li>a.btn {
    padding: 5px 12px;
  }

  #primary-menu ul .user-badge {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E9F4FC;
    color: #1B6FAB;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    padding: unset;
  }

  #primary-menu.sub-title ul li:hover>a,
  #primary-menu.sub-title ul li.current>a,
  #primary-menu.sub-title div ul>li:hover>a,
  #primary-menu.sub-title div ul>li.current>a,
  #primary-menu.style-3 ul li:hover>a,
  #primary-menu.style-3 ul li.current>a {
    color: #444;
    text-shadow: none;
    background: #F9FAFB;
  }

  #primary-menu.sub-title ul li:hover>a.btn-primary {
    background: #1b6fab;
  }

  #primary-menu.sub-title ul li>a>div {
    padding-left: 8px;
  }


  #primary-menu.sub-title>ul>li:hover>a>div,
  #primary-menu.sub-title>ul>li.current>a>div,
  #primary-menu.sub-title>div>ul>li:hover>a>div,
  #primary-menu.sub-title>div>ul>li.current>a>div {
    border-left: 2px solid #1b6fab;
  }

  #primary-menu ul>li>a,
  #primary-menu.sub-title>ul>li>a,
  #primary-menu.style-2>div>ul>li>a {
    border-bottom: none;
  }

  #primary-menu.sub-title>ul>li,
  #primary-menu.sub-title.style-2>div>ul>li {
    background: none;
  }
}

#primary-menu.sub-title>ul>li:hover>a span,
#primary-menu.sub-title>ul>li.current>a span,
#primary-menu.sub-title.style-2>div>ul>li:hover>a span,
#primary-menu.sub-title.style-2>div>ul>li.current>a span {
  color: #EEE;
}

#primary-menu.sub-title.style-2 ul ul span {
  display: none;
}

#primary-menu>ul>li>ul,
#primary-menu>ul>li>.mega-menu-content,
#primary-menu>ul>li.mega-menu>.mega-menu-content {
  -webkit-transition: top .2s ease;
  -o-transition: top .2s ease;
  transition: top .2s ease;
}

#side-panel-trigger,
#top-account {
  float: right;
  margin: 17px 0 0 0;
}

#header-actions {
  float: right;
  display: flex;
  margin-left: 15px;
}

#top-user-options {
  margin: 11px 15px 0 0px;
  display: none;
  align-items: center;
}

#top-search a,
#top-lang .dropdown-toggle {
  z-index: 11;
}

#top-lang {
  margin-right: 10px;
  margin: 17px 0 0 0;
}

#top-lang .flag {
  margin-top: -4px;
}

#top-search a,
#top-lang .dropdown-toggle,
#top-cart>a,
#side-panel-trigger a,
#top-account a {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #333;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}


@media (max-width: 991px) {

  #top-search i,
  #top-lang i {
    font-size: 16px;
  }
}

#top-search a i,
#top-lang .dropdown-toggle i {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

body.top-search-open #top-search a i.icon-line-search,
#top-search a i.icon-line-cross {
  opacity: 0;
}

body.top-search-open #top-search a i.icon-line-cross {
  opacity: 1;
  z-index: 11;
  font-size: 16px;
}

#top-search form {
  opacity: 0;
  z-index: -2;
  position: absolute;
  width: 100% !important;
  padding: 0 15px;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  background: #fff;
}

.sticky-header #top-search form {
  height: 75% !important;
}

body.top-search-open #top-search form {
  opacity: 1;
  z-index: 10;
}

#top-search form input {
  box-shadow: none !important;
  pointer-events: none;
  border-radius: 0;
  border: 0;
  outline: 0 !important;
  padding: 10px 80px 10px 0;
  height: 100%;
  background-color: transparent;
  color: #333;
  font-weight: 600;
  margin-top: 0 !important;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
}

.sticky-header #top-search form input {
  font-size: 22px;
}

body.top-search-open #top-search form input {
  pointer-events: auto;
}

#top-search form input::-webkit-input-placeholder {
  color: #555;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input {
  border: none !important;
}

#header,
#header-wrap,
#logo img {
  height: 100px;
  -webkit-transition: height .4s ease, opacity .3s ease;
  -o-transition: height .4s ease, opacity .3s ease;
  transition: height .4s ease, opacity .3s ease;
}

#top-search,
#top-cart,
#top-lang {
  -webkit-transition: margin .4s ease, opacity .3s ease;
  -o-transition: margin .4s ease, opacity .3s ease;
  transition: margin .4s ease, opacity .3s ease;
}

body:not(.top-search-open) #header-wrap #logo,
body:not(.top-search-open) #primary-menu>ul,
body:not(.top-search-open) #primary-menu>.container>ul,
body:not(.top-search-open) #top-cart,
body:not(.top-search-open) #side-panel-trigger,
body:not(.top-search-open) #top-account {
  opacity: 1;
  -webkit-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  -o-transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
  transition: height .4s ease, margin .4s ease, opacity .2s .2s ease;
}

body.top-search-open #header-wrap #logo,
body.top-search-open #primary-menu>ul,
body.top-search-open #primary-menu>.container>ul,
body.top-search-open #top-cart,
body.top-search-open #side-panel-trigger,
body.top-search-open #top-account {
  opacity: 0;
}

#top-cart>a>span {
  display: block;
  position: absolute;
  top: -5px;
  left: auto;
  right: -9px;
  font-size: 10px;
  color: #FFF;
  width: 17px;
  height: 17px;
  line-height: 15px;
  border: 1px solid white;
  text-align: center;
  border-radius: 50%;
  background-color: #e1e5eb;
  color: #6B7280;
}

#top-cart>a>span.blue {
  background-color: #1b6fab;
  color: white;
}

#header-wrap {
  position: relative;
  z-index: 199;
  -webkit-backface-visibility: hidden;
}

#header.sticky-header #header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>ul>li>a,
#header.sticky-header:not(.static-sticky) #primary-menu.sub-title>div>ul>li>a {
  text-transform: none;
  border-top: 0;
}



/* Dim overlay for drawer menu
 ---------------------------------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 100;
}

.overlay.show {
  visibility: visible;
  opacity: 1;
}


/* Primary Menu
 ---------------------------------------------------------------*/

#logo img.drawer-logo {
  display: none;
}

.header-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.typeahead .dropdown-menu {
  position: fixed;
  top: 40px;
  /* adjust this value to position the dropdown menu correctly */
  left: 0;
  /* adjust this value to position the dropdown menu correctly */
}

@media (max-width: 991px) {

  .container-fluid-mobile {
    display: flex;
    align-items: center;
  }

  #logo img.drawer-logo {
    padding: 7px;
    display: block;
  }

  #top-cart {
    margin-top: 2px;
  }

  #side-panel-trigger,
  #top-account {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    margin: 40px 0;
    -webkit-transition: margin .4s ease;
    -o-transition: margin .4s ease;
    transition: margin .4s ease;
  }

  #primary-menu {
    overflow-y: auto;
    display: block;
    float: none;
    background-color: #fff;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.03);
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100vh;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
  }

  #primary-menu.show {
    transform: translateX(0);
  }

  #primary-menu #top-user-options {
    display: flex;
    align-items: baseline;
    flex-direction: column-reverse;
  }

  #primary-menu.show>#top-user-options>li>a {
    display: none;
  }

  #primary-menu.show>#top-user-options>li>ul {
    display: block !important;
  }

  #primary-menu #user-menu,
  #primary-menu #lei-menu {
    display: none;
  }

  @media(max-width: 992px) {
    #primary-menu #admin-menu {
      display: block;
    }
  }

  #primary-menu #user-menu-mobile {
    width: 100%;
    margin: 20px 0px;
    border-top: 1px solid #ececec;
  }

  #primary-menu #user-menu-mobile ul {
    padding: 0;
  }

  #primary-menu #user-menu-mobile ul {
    border-top: 1px solid #ececec;
    border-radius: 0;
  }

  #primary-menu #lei-menu-mobile {
    width: 100%;
    align-self: center;
    margin-bottom: 10px;
  }

  #primary-menu #lei-menu-mobile ul li>a {
    padding: 5px 12px;
    margin-right: 10px;
  }

  #primary-menu #lei-menu-mobile ul li {
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    text-align: center;
  }

  #primary-menu #lei-menu-mobile ul li:first-child {
    background: #1b6fab;
    border: 1px solid #1b6fab;
  }

  #primary-menu #lei-menu-mobile ul li:first-child a {
    color: #ffffff;
  }

  #primary-menu #top-user-options #lei-menu-mobile ul li>a {
    padding: 6px 28px;
  }

  #primary-menu #top-user-options #user-menu-mobile ul li>a {
    padding: 8px 23px 8px 23px
  }

  #primary-menu #drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  #primary-menu-trigger {
    display: inline-block;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
    padding-right: 15px;
  }

  #primary-menu>ul,
  #primary-menu>div>ul {
    float: none !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  body:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    -webkit-transition: opacity .2s .2s ease, top .4s ease;
    -o-transition: opacity .2s .2s ease, top .4s ease;
    transition: opacity .2s .2s ease, top .4s ease;
  }

  body.top-search-open #primary-menu-trigger {
    opacity: 0;
  }
}

@media (max-width: 700px) {
  #primary-menu {
    width: 50%;
  }
}

@media (max-width: 576px) {
  #primary-menu {
    width: 60%;
  }
}

@media (max-width: 400px) {
  #primary-menu {
    width: 80%;
  }
}

@media (max-width: 1200px) {
  .container-fluid-mobile {
    width: 100% !important;
    max-width: 100%;
  }
}

/* Primary Menu - Overlay Menu
-----------------------------------------------------------------*/

@media (min-width: 992px) {

  #user-menu-mobile,
  #lei-menu-mobile {
    display: none;
  }

  #drawer-header {
    display: none;
  }

  #top-search {
    padding: 17px 2px 14px 2px;
  }

  #top-cart {
    position: relative;
    padding: 17px 2px 14px 2px;
  }

  #top-user-options {
    display: flex;
  }

  .overlay-menu:not(.top-search-open) #primary-menu-trigger {
    opacity: 1;
    pointer-events: auto;
  }

  .overlay-menu #primary-menu>#overlay-menu-close {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 25px;
    left: auto;
    right: 25px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    text-align: center;
    color: #444;
    z-index: 300;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .4s ease, transform .45s .15s ease;
    -o-transition: opacity .4s ease, transform .45s .15s ease;
    transition: opacity .4s ease, transform .45s .15s ease;
  }

  .overlay-menu #primary-menu>ul {
    opacity: 0 !important;
    pointer-events: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100% !important;
    z-index: 299;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
  }

  .overlay-menu #primary-menu>ul.show {
    opacity: 1 !important;
    display: inherit !important;
    pointer-events: auto;
  }

  .overlay-menu #primary-menu>ul.show~#overlay-menu-close {
    opacity: 1;
    -webkit-transition: opacity .7s .4s ease, transform .45s .15s ease;
    -o-transition: opacity .7s .4s ease, transform .45s .15s ease;
    transition: opacity .7s .4s ease, transform .45s .15s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
  }

  .overlay-menu #primary-menu>ul>li {
    float: none;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .overlay-menu #primary-menu>ul>li>a {
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 19px;
    letter-spacing: 2px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    -o-transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
    transition: opacity .7s .15s ease, transform .45s .15s ease, color .2s linear;
  }

  .overlay-menu #primary-menu>ul.show>li>a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

#content {
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

#content p {
  line-height: 1.6;
}

.content-wrap {
  position: relative;
  padding: 80px 0;
}

#content .container {
  position: relative;
}

.single-event .events-meta .iconlist li,
.parallax .iconlist li {
  margin: 5px 0;
}

.button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
  padding: 0 22px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

body:not(.device-touch) .button {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #444;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button i {
  position: relative;
  top: 1px;
  line-height: 1;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.button.tright i {
  margin: 0 0 0 5px;
}

.button.button-full {
  display: block !important;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.button.button-full strong {
  font-weight: 600;
  border-bottom: 2px solid #EEE;
}

body:not(.device-touch) .button.button-full strong {
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.slider-parallax .slider-parallax-inner,
.slider-parallax .slider-caption,
.slider-parallax .ei-title {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0s linear;
  -webkit-backface-visibility: hidden;
}

.slider-caption,
.nivo-caption,
.flex-caption {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 20;
  max-width: 550px;
  color: #EEE;
  font-size: 22px;
  font-weight: 300;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: top .3s ease;
  -o-transition: top .3s ease;
  transition: top .3s ease;
}

.slider-caption:not(.dark),
.slider-caption:not(.dark) h2 {
  color: #222;
  text-shadow: none;
}

.slider-caption.slider-caption-center {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.promo {
  position: relative;
  padding: 30px 200px 30px 0;
}

.promo.promo-light {
  background-color: #F5F5F5;
  border-radius: 3px;
  padding-left: 30px;
}

.promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  padding: 40px 0 !important;
}

.process-steps {
  margin: 0 0 40px;
  list-style: none;
}

.process-steps li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  overflow: hidden;
}

.process-steps.process-2 li {
  width: 50%;
}

.process-steps.process-3 li {
  width: 33.33%;
}

.process-steps.process-5 li {
  width: 20%;
}

.process-steps li .i-circled {
  margin-bottom: 0 !important;
}

.process-steps li .i-bordered {
  background-color: #FFF;
}

.process-steps li h5 {
  margin: 15px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}

.process-steps li:before,
.process-steps li:after {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: -26px;
  width: 50%;
  border-top: 1px dashed #DDD;
}

.process-steps li:after {
  left: auto;
  right: 0;
  margin: 0 -26px 0 0;
}

.process-steps li:first-child:before,
.process-steps li:last-child:after {
  display: none;
}

.i-rounded,
.i-plain,
.i-circled,
.i-bordered,
.social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal;
}

body:not(.device-touch) .i-rounded,
body:not(.device-touch) .i-plain,
body:not(.device-touch) .i-circled,
body:not(.device-touch) .i-bordered,
body:not(.device-touch) .social-icon {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.i-rounded,
.i-circled,
.i-bordered {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444;
  border-radius: 3px;
}

.i-bordered {
  border: 1px solid #555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444;
  text-shadow: none;
}

.i-circled {
  border-radius: 50%;
}

.rotate-x-90,
.rotate-x-90:before {
  transform: rotateX(-180deg);
}

/******************
 * NEW UX
 ******************/
.new-ux#content {
  margin: 0 auto;
  max-width: 1220px;
  padding: 50px;
}

@media screen and (max-width: 991px) {
  .new-ux#content {
    padding: 50px 15px;
  }
}



.new-ux .form-control,
.new-ux .form-select {
  height: 40px;
  font-size: 16px;
}

.new-ux label {
  text-transform: none;
  letter-spacing: 0px;
  font-weight: 400;
  margin-bottom: 5px;
}

.new-ux .form-control.has-tooltip,
.new-ux .form-select.has-tooltip {
  width: 75% !important;
}

.new-ux .form-check-input {
  border: 1px solid #dee2e6;
}

.new-ux .form-check-input:checked {
  background-color: #006a98;
  border-color: #005b82;
}

.new-ux .form-check-input:focus,
.new-ux .form-select:focus {
  box-shadow: none;
}

.new-ux .input-group-addon {
  margin-left: 6px !important;
  width: 15px;
}

.new-ux .input-group-addon.reveal-password {
  position: absolute;
  padding: 14px;
  right: 10px;
  z-index: 3;
  background: transparent;
  border: none;
}

/******************
 * PRICING BOX
 ******************/

.pricing-plans .centered-container {
  height: 100%;
}

.pricing-plans .pricing-title span {
  padding: 0;
}

@media (min-width: 768px) {
  .pricing-plans .pricing {
    margin-top: 50px;
  }
}

.pricing-plans .pricing-options .currency-dropdown {
  position: absolute;
}

@media (max-width: 767px) {
  .pricing-plans .pricing-options .currency-dropdown {
    position: absolute;
    left: 50%;
    margin-left: -38px;
  }

  .pricing-plans .pricing-options .express-radio {
    margin-top: 60px;
    width: 100%;
  }
}

.pricing-plans .form-control {
  border-radius: 8px;
  border-color: #dee2e6;
}

.pricing-plans .toggle-btns {
  background: #f4f4f4;
  border-radius: 999px;
  padding: 2px;
}

.pricing-plans label {
  text-transform: none;
  letter-spacing: 0;
  padding: 5px 30px;
}

.pricing-plans .toggle-btns .btn {
  border-radius: 999px !important;
  border: none;
  color: #828282;
  background-color: #f6f6f6;
}

.pricing-plans .btn-check:checked+.btn {
  background: white;
  color: #006a98;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  ;
}

.pricing-plans .info-icon {
  font-weight: bold;
  margin-left: 5px;
}

#collapse-express-info-text {
  font-weight: 100;
}

.pricing-plans .pricing-box {
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  box-shadow: none;
  padding: 30px 25px 0;
}

.pricing-plans .pricing-box.first {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pricing-plans .pricing-box.last {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 768px) {

  .pricing-plans .pricing-box.first,
  .pricing-plans .pricing-box.last {
    border-radius: 8px;
  }
}

.pricing-plans .pricing-box.best-price {
  background-color: #f4f8fa;
  border: 1px solid #bababa;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .pricing-plans .pricing-box.best-price {
    padding: 30px 25px 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .pricing-plans .pricing-box.best-price {
    max-width: 640px;
    margin: -20px -1px 0 -1px !important;
  }
}

.pricing-plans .pricing-box .pricing-title {
  background: transparent !important;
  text-align: left;
}

.pricing-plans .pricing-box .pricing-title h3,
.pricing-plans .pricing-box .pricing-title h3 span {
  font-weight: 500;
  font-size: 2rem !important;
}

.pricing-plans .pricing-box .pricing-title h3 span {
  text-transform: none;
  color: #555;
}

.pricing-plans .pricing-price-row {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
  font-size: 1.6rem;
}

.pricing-plans .pricing-price-row .number {
  font-size: 2.6rem
}

.pricing-plans .pricing-price-row .price-tenure {
  font-size: 1.4rem;
}

.pricing-plans .pricing-price-row .info-price-average .price-tenure {
  font-size: 1.2rem;
}

.pricing-plans .pricing-price-row .info-price-express {
  font-size: 1.2rem;
  margin-top: -10px;
  color: #c3c3c3;
}

.pricing-plans .pricing-price-row .badge {
  float: right;
  margin-top: 6px;
}

.pricing-plans .pricing-price-row .info-price-average {
  float: right;
  margin: -40px 15px 0 0;
  font-size: 1.2rem;
}

.pricing-plans .number {
  font-family: 'Lato', sans-serif;
}

.pricing-plans .pricing-action .btn {
  margin: 5px 3px;
}

/* Pricing cards
-----------------------------------------------------------------*/

/* Homepage: center-align price row via CSS Grid (no BS utility for grid-template-columns) */
.pricing-home .pricing-box.last .pricing-price > div:first-child {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
}

.pricing-home .price-from {
  justify-self: end;
}

.pricing-home .price-tenure {
  justify-self: start;
}

/* Project blue on price text (Bootstrap's text-primary is #0d6efd) */
.pricing-home .pricing-price,
.pricing-cards-new .price,
.pricing-cards-new .price-period {
  color: #1b6fab;
}

/* Support-pricing: custom strikethrough via pseudo-element (not text-decoration) */
.pricing-cards-new .price-crossed {
  position: relative;
  display: inline-block;
}

.pricing-cards-new .price-crossed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 2px solid currentColor;
}

.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1150px;
  position: relative;
  max-width: 1150px;
  margin: 50px auto 0;
}

.pricing .price-tenure {
  text-align: left;
  margin-left: 5px;
}


@media (min-width: 992px) {
  .pricing {
    margin-top: 50px;
  }
}

@media (max-width: 1200px) {
  .pricing-home .save-badge {
    margin-top: -6px;
    margin-right: -6px;
  }
}

.pricing [class^=col-] {
  margin-top: 20px;
}

.pricing-box-col {
  width: 33.33333333%;
  padding: 0;
  margin-top: 20px;
  max-width: 400px;
}

@media (max-width: 991px) {
  .pricing-box-col {
    width: 100%;
  }
}

.pricing-box {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  transition: all 0.3s ease;
  overflow: hidden;
}

.pricing-box:hover {
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 679px) and (max-width: 992px) {
  .pricing-box {
    max-width: 640px;
    margin: 0 auto !important;
  }
}

.pricing-box .btn-primary {
  font-size: 14px;
  background: #1b6fab;
  border-radius: 8px;
  box-shadow: none;
  float: none;
}

.pricing-title {
  padding: 20px 0;
  background-color: #F9F9F9;
  border-radius: 3px 3px 0 0;
  text-shadow: 1px 1px 1px #FFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 1.4em;
}

.pricing-title h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  color: #555;
}

.pricing-title span {
  font-size: 9pt;
  padding: 0 10px;
  line-height: 1.4em;
  height: 2.8em;
}

.pricing-price {
  position: relative;
  padding: 25px 0;
  color: #555;
  font-weight: 400;
  font-size: 38pt;
  line-height: 1;
  padding: 15px;
  background-color: #ffffff;
}

.pricing-price:after {
  content: '';
  position: absolute;
  width: 100px;
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}

.pricing-price span {
  display: inline-block;
  vertical-align: top;
  margin: 30px -40px 0 0;
  font-weight: normal;
  font-size: 1.5rem;
}

.pricing-price .price-additional {
  font-size: 10pt;
  line-height: 160%;
  font-weight: 300;
}

.pricing-features div,
.pricing-features li {
  font-size: 9pt;
  padding: 5px 50px;
  text-align: left;
}

.pricing-features div {
  font-style: italic;
  opacity: 0.5;
}

.pricing-action {
  padding: 15px;
  font-weight: 300;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.pricing-box.best-price {
  background-color: #FFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  margin: -20px -1px 0 -1px;
}

.pricing-box.best-price .pricing-title {
  background-color: #FFF;
  padding: 20px 0;
}

.pricing-box.best-price .pricing-title h3 {
  font-size: 22px;
}

.pricing-box.best-price .pricing-price {
  font-size: 38pt !important;
}

.pricing .col-sm-12 {
  width: 80%;
}

.nice-price {
  color: red;
}

/* Ensure the row is flex and allows horizontal scrolling */
.pricing.flex-row.flex-nowrap {
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
}

/* Scroll to second card on mobile */
@media (max-width: 767px) {
  .container {
    scroll-behavior: smooth;
  }

  .pricing.row.flex-row.flex-nowrap {
    scroll-snap-type: x mandatory;
  }

  .pricing.col-xs-12 {
    scroll-snap-align: start;
  }
}

/* END Pricing box */

.counter {
  font-size: 42px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}


.counter+h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.counter.counter-small+h5 {
  font-size: 13px;
}

.widget .counter+h5 {
  opacity: 0.7;
}

.form-control {
  border-radius: 3px;
}

.form-control:active,
.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

.title-block {
  padding: 2px 0 3px 20px;
  border-left: 7px solid #1ABC9C;
  margin-bottom: 30px;
}

.title-block h1,
.title-block h2,
.title-block h3,
.title-block h4 {
  margin-bottom: 0;
}

.heading-block {
  margin-bottom: 50px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}

.heading-block h3 {
  font-size: 26px;
}


.center .heading-block:after,
.heading-block.center:after,
.heading-block.title-center:after {
  margin: 30px auto 0;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  color: #E5E5E5;
  width: 100%;
}

.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #EEE;
}

.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center,
.divider.divider-center.divider-short {
  text-align: center;
}

.divider-2 {
  display: block;
  text-align: center;
  margin: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
}

.divider-2 .divider-text {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 0rem 1rem;
  color: rgba(67, 89, 113, .4);
}

.divider-2 .divider-text:before,
.divider-2 .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid rgba(67, 89, 113, .2);
}

.divider-2 .divider-text:after {
  left: 100%;
}

.divider-2 .divider-text:before {
  right: 100%;
}


#gotoTop {
  display: none;
  z-index: 299;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  top: auto;
  left: 50%;
  margin-left: -20px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}

body:not(.device-touch) #gotoTop {
  transition: background-color .2s linear;
  -webkit-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
}

.stretched #gotoTop {
  bottom: 20px;
}

#footer {
  position: relative;
  background-color: #EEE;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}

#footer .footer-widgets-wrap {
  position: relative;
  padding: 80px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth {
  margin-bottom: 0;
}

#footer img {
  height: auto;
}

#copyrights {
  padding: 40px 0;
  background-color: #DDD;
  font-size: 14px;
  line-height: 1.8;
}

.copyright-links a {
  display: inline-block;
  margin: 0 3px;
  color: #333;
  border-bottom: 1px dotted #444;
}

#copyrights .col_half {
  margin-bottom: 0 !important;
}

#copyrights a:first-child {
  margin-left: 0;
}

#copyrights .tright a:last-child {
  margin-right: 0;
}

label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}

#klaro label {
  color: #bbbbbb;
}

form .col_full,
form .col_half,
form .col_one_third,
form .col_two_third,
form .col_three_fourth,
form .col_one_fourth,
form .col_one_fifth,
form .col_two_fifth,
form .col_three_fifth,
form .col_four_fifth,
form .col_one_sixth,
form .col_five_sixth {
  margin-bottom: 25px;
}

.widget {
  position: relative;
  margin-top: 50px;
}

.sidebar-widgets-wrap .widget {
  padding-top: 50px;
  border-top: 1px solid #EEE;
}

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

.widget>h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.widget_nav_menu ul,
.widget_nav_menu li,
.widget_links ul,
.widget_links li,
.widget_meta ul,
.widget_meta li,
.widget_archive ul,
.widget_archive li,
.widget_recent_comments ul,
.widget_recent_comments li,
.widget_recent_entries ul,
.widget_recent_entries li,
.widget_categories ul,
.widget_categories li,
.widget_pages ul,
.widget_pages li,
.widget_rss ul,
.widget_rss li {
  list-style: none;
  margin: 0;
}

.widget_nav_menu li,
.widget_links li,
.widget_meta li,
.widget_archive li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_categories li,
.widget_pages li,
.widget_rss li {
  padding: 4px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li {
  display: inline-block;
  padding: 0 3px 0 12px;
}

.widget_nav_menu li a,
.widget_links li a,
.widget_meta li a,
.widget_archive li a,
.widget_recent_entries li a,
.widget_categories li a,
.widget_pages li a,
.widget_rss li a,
.widget_recent_comments li a {
  background: url('images/icons/widget-link.png') left top no-repeat;
  border: none !important;
  color: #444;
  font-size: 14px;
}

.widget_nav_menu>ul>li:first-child,
.widget_links>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_archive>ul>li:first-child,
.widget_recent_comments>ul>li:first-child,
.widget_recent_entries>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_rss>ul>li:first-child {
  border-top: 0 !important;
}

.widget_nav_menu>ul,
.widget_links>ul,
.widget_meta>ul,
.widget_archive>ul,
.widget_recent_comments>ul,
.widget_recent_entries>ul,
.widget_categories>ul,
.widget_pages>ul,
.widget_rss>ul {
  margin-top: -4px !important;
}

.stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}

.boot-tabs {
  margin-bottom: 20px !important;
}

.index-visitor-description {
  font-size: 16px;
}

.index-visitor-description h4 {
  font-size: 20px;
}

.index-visitor-description h3 {
  font-size: 26px;
}

.index-visitor-description h2 {
  font-size: 30px;
}

.index-visitor-description .mt {
  margin-top: 50px;
}

.index-visitor-description .mb {
  margin-bottom: 50px;
}

/* -------------------------------------
   Used inline in include.SEO.index.visitor.no
   -------------------------------------*/
.index-visitor-description ul {
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

/* -------------------------------------
   End used inline in include.SEO.index.visitor.no
   -------------------------------------*/

/* ----------------------------------------------------------------
	Featured Boxes
-----------------------------------------------------------------*/


.feature-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
}

.feature-box:first-child {
  margin-top: 0;
}

.feature-box .fbox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.feature-box .fbox-icon a,
.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}

.feature-box .fbox-icon i,
.feature-box .fbox-icon img {
  border-radius: 50%;
}

.feature-box .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
}

.feature-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #333;
}

.feature-box p {
  margin: 8px 0 0 0;
  color: #999;
}

.feature-box .before-heading {
  font-size: 14px;
}


/* Feature Box - Icon Large
-----------------------------------------------------------------*/

.feature-box.fbox-large {
  padding: 0 0 0 115px;
}

.feature-box.fbox-large .fbox-icon {
  width: 96px;
  height: 96px;
}

.feature-box.fbox-large .fbox-icon i {
  font-size: 42px;
  line-height: 96px;
}


/* Feature Box - Icon Outline
-----------------------------------------------------------------*/

.feature-box.fbox-outline .fbox-icon {
  border: 1px solid #1ABC9C;
  border-radius: 50%;
  padding: 3px;
}

.feature-box.fbox-outline .fbox-icon i {
  line-height: 56px;
}


/* Feature Box - Icon Outline Large
-----------------------------------------------------------------*/

.feature-box.fbox-outline.fbox-large .fbox-icon {
  padding: 4px;
}

.feature-box.fbox-outline.fbox-large .fbox-icon i {
  line-height: 86px;
}


/* Feature Box - Icon Rounded
-----------------------------------------------------------------*/

.feature-box.fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}

.feature-box.fbox-rounded .fbox-icon i,
.feature-box.fbox-rounded .fbox-icon img {
  border-radius: 3px !important;
}


/* Feature Box - Icon Rounded & Large
-----------------------------------------------------------------*/

.feature-box.fbox-rounded.fbox-large .fbox-icon {
  border-radius: 4px !important;
}

.feature-box.fbox-rounded.fbox-large .fbox-icon i,
.feature-box.fbox-rounded.fbox-large .fbox-icon img {
  border-radius: 4px !important;
}


/* Feature Box - Light Background
-----------------------------------------------------------------*/

.feature-box.fbox-light.fbox-outline .fbox-icon {
  border-color: #E5E5E5;
}

.feature-box.fbox-light .fbox-icon i,
.feature-box.fbox-light .fbox-icon img {
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  color: #444;
}

.feature-box.fbox-light .fbox-icon i {
  line-height: 62px;
}

.feature-box.fbox-light.fbox-outline .fbox-icon i {
  line-height: 54px;
}

.feature-box.fbox-light.fbox-large .fbox-icon i {
  line-height: 96px;
}

.feature-box.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 84px;
}


/* Feature Box - Dark Background
-----------------------------------------------------------------*/

.feature-box.fbox-dark.fbox-outline .fbox-icon {
  border-color: #444;
}

.feature-box.fbox-dark .fbox-icon i,
.feature-box.fbox-dark .fbox-icon img {
  background-color: #333;
}


/* Feature Box - Border
-----------------------------------------------------------------*/

.feature-box.fbox-border .fbox-icon {
  border: 1px solid #1ABC9C;
  border-radius: 50%;
}

.feature-box.fbox-border .fbox-icon i,
.feature-box.fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
}

.feature-box.fbox-border .fbox-icon {
  padding: 0;
}

.feature-box.fbox-border .fbox-icon i {
  line-height: 62px !important;
}

.feature-box.fbox-border.fbox-large .fbox-icon i {
  line-height: 94px !important;
}


/* Feature Box - Border - Light
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-light .fbox-icon {
  border-color: #E5E5E5;
}

.feature-box.fbox-border.fbox-light .fbox-icon i,
.feature-box.fbox-border.fbox-light .fbox-icon img {
  color: #888;
}


/* Feature Box - Border - Dark
-----------------------------------------------------------------*/

.feature-box.fbox-border.fbox-dark .fbox-icon {
  border-color: #333;
}

.feature-box.fbox-border.fbox-dark .fbox-icon i,
.feature-box.fbox-border.fbox-dark .fbox-icon img {
  color: #444;
}


/* Feature Box - Plain
-----------------------------------------------------------------*/

.feature-box.fbox-plain .fbox-icon {
  border: none !important;
}

.feature-box.fbox-plain .fbox-icon i,
.feature-box.fbox-plain .fbox-icon img {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0;
}

.feature-box.fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1 !important;
}

.feature-box.fbox-plain .fbox-icon img {
  height: 64px;
}

.feature-box.fbox-plain.fbox-image .fbox-icon {
  width: auto;
}

.feature-box.fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}

.feature-box.fbox-plain.fbox-small {
  padding-left: 42px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon {
  width: 28px;
}

.feature-box.fbox-plain.fbox-small h3 {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 10px;
}

.feature-box.fbox-plain.fbox-small p {
  margin-left: -42px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon i {
  font-size: 28px;
}

.feature-box.fbox-plain.fbox-small .fbox-icon img {
  height: 28px;
}

.feature-box.fbox-plain.fbox-large .fbox-icon i {
  font-size: 72px;
}

.feature-box.fbox-plain.fbox-large .fbox-icon img {
  height: 96px;
}

.feature-box.fbox-plain.fbox-light .fbox-icon i,
.feature-box.fbox-plain.fbox-light .fbox-icon img {
  color: #888;
}

.feature-box.fbox-plain.fbox-dark .fbox-icon i,
.feature-box.fbox-plain.fbox-dark .fbox-icon img {
  color: #444;
}


/* Feature Box - Center
-----------------------------------------------------------------*/

.feature-box.fbox-center {
  padding: 0;
  text-align: center;
}

.feature-box.fbox-center.fbox-small {
  padding-left: 0 !important;
}

.feature-box.fbox-center .fbox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
}

.feature-box.fbox-center .fbox-icon i {
  font-size: 42px;
  line-height: 96px;
}

.feature-box.fbox-center.fbox-outline .fbox-icon i {
  line-height: 88px;
}

.feature-box.fbox-center p {
  font-size: 14px;
  margin-top: 15px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-large .fbox-icon {
  width: 128px;
  height: 128px;
}

.feature-box.fbox-center.fbox-large .fbox-icon i {
  font-size: 70px;
  line-height: 128px;
}

.feature-box.fbox-center.fbox-large.fbox-outline .fbox-icon i {
  line-height: 118px;
}

.feature-box.fbox-center.fbox-light .fbox-icon i {
  line-height: 94px;
}

.feature-box.fbox-center.fbox-light.fbox-outline .fbox-icon i {
  line-height: 86px;
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-large .fbox-icon i {
  line-height: 114px;
}

.feature-box.fbox-center.fbox-border .fbox-icon i {
  line-height: 94px !important;
}

.feature-box.fbox-center.fbox-large.fbox-border .fbox-icon i {
  line-height: 126px !important;
}

.feature-box.fbox-center.fbox-plain .fbox-icon i {
  font-size: 84px;
}

.feature-box.fbox-center.fbox-plain .fbox-icon img {
  height: 96px;
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon i {
  font-size: 112px;
}

.feature-box.fbox-center.fbox-large.fbox-plain .fbox-icon img {
  height: 128px;
}


/* Feature Box - Center & Large Icons
-----------------------------------------------------------------*/

.feature-box.fbox-center.fbox-small .fbox-icon {
  width: 64px;
  height: 64px;
}

.feature-box.fbox-center.fbox-small .fbox-icon i {
  font-size: 28px;
  line-height: 64px;
}

.feature-box.fbox-center.fbox-small.fbox-outline .fbox-icon i {
  line-height: 58px;
}

.feature-box.fbox-center.fbox-light.fbox-outline.fbox-small .fbox-icon i {
  line-height: 54px;
}

.feature-box.fbox-center.fbox-small.fbox-border .fbox-icon i {
  line-height: 62px !important;
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon i {
  font-size: 56px;
}

.feature-box.fbox-center.fbox-small.fbox-plain .fbox-icon img {
  height: 64px;
}

.feature-box.fbox-center.fbox-small p {
  font-size: 14px;
  margin-top: 10px;
}

.feature-box.fbox-center.fbox-plain.fbox-small p {
  margin-left: 0;
}


/* Feature Box - Right
-----------------------------------------------------------------*/

.feature-box.fbox-right {
  padding: 0 80px 0 0;
  text-align: right;
}

.feature-box.fbox-right.fbox-large {
  padding-right: 115px;
}

.feature-box.fbox-right .fbox-icon {
  left: auto;
  right: 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small {
  padding: 0 42px 0 0;
}

.feature-box.fbox-right.fbox-plain.fbox-small p {
  margin: 0 -42px 0 0;
}


/* Feature Box - Subtitle
-----------------------------------------------------------------*/

.feature-box h3+.fbox-icon {
  margin-top: 20px !important;
}

.feature-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  font-weight: 300;
  text-transform: none;
}

.feature-box.fbox-center:not(.fbox-bg) h3:after {
  content: '';
  display: block;
  margin: 20px auto;
  width: 30px;
  border-top: 2px solid #555;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.feature-box.fbox-center:not(.fbox-bg):hover h3:after {
  width: 50px;
}

.feature-box.fbox-center.noborder:not(.fbox-bg) h3:after,
.feature-box.fbox-center.nobottomborder:not(.fbox-bg) h3:after {
  display: none;
}

.feature-box.fbox-center.fbox-italic p {
  font-style: italic;
  font-family: 'Lato', sans-serif;
}


/* Feature Box - Background
-----------------------------------------------------------------*/

.feature-box.fbox-bg.fbox-center {
  margin-top: 68px;
  padding: 68px 30px 30px;
  background-color: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.feature-box.fbox-bg.fbox-center:first-child {
  margin-top: 48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large {
  margin-top: 84px;
  padding-top: 84px;
}

.feature-box.fbox-bg.fbox-center.fbox-large:first-child {
  margin-top: 64px;
}

.feature-box.fbox-bg.fbox-center .fbox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px;
}

.feature-box.fbox-bg.fbox-center.fbox-large .fbox-icon {
  top: -64px;
  left: 50%;
  margin-left: -64px;
}

.feature-box.fbox-bg.fbox-center.fbox-plain .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-border .fbox-icon,
.feature-box.fbox-bg.fbox-center.fbox-outline .fbox-icon {
  background-color: #FFF;
}


/* Animated Icon Hovers
-----------------------------------------------------------------*/

.fbox-effect .fbox-icon i {
  z-index: 1;
}

.fbox-effect .fbox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fbox-rounded.fbox-effect .fbox-icon i:after {
  border-radius: 3px;
}

.fbox-effect .fbox-icon i {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.fbox-effect .fbox-icon i:after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(.8);
  opacity: 0;
}

.fbox-effect .fbox-icon i:hover,
.fbox-effect:hover .fbox-icon i {
  background-color: #333;
  color: #FFF;
}

.fbox-effect.fbox-dark .fbox-icon i:after {
  box-shadow: 0 0 0 2px #1ABC9C;
}

.fbox-effect .fbox-icon i:hover:after,
.fbox-effect:hover .fbox-icon i:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.heading-block h1 {
  font-size: 32px;
}

.heading-block>span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777;
}

.heading-block .before-heading {
  margin-bottom: 7px;
}

.heading-block.center>span,
.heading-block.title-center>span,
.center .heading-block>span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-block h1+span {
  font-size: 24px;
}

.error404 {
  display: block;
  font-size: 216px;
  font-weight: 600;
  color: #DDD;
  line-height: 1.35;
  letter-spacing: 4px;
}

.error404-wrap .container {
  z-index: 7;
}

.error404-wrap .error404 {
  line-height: 0.9;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 244px;
  color: #FFF !important;
  opacity: 0.2;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

.error404-wrap .heading-block h4 {
  font-weight: 300;
  margin-bottom: 8px;
}

.error404-wrap .heading-block span {
  font-size: 17px;
}

.error404-wrap form {
  max-width: 500px;
}

/*------------- End of Style.css------------------------*/

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
  color: #EEE;
}

.dark .heading-block:not(.not-dark),
.dark .counter {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#footer.dark,
.dark #footer {
  background-color: #333;
  color: #CCC;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.dark #copyrights {
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.57);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.dark .copyright-links a {
  color: rgba(255, 255, 255, 0.57);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.dark .footer-widgets-wrap a {
  color: #CCC;
}

.dark .widget h4 {
  color: #DDD;
}

.dark .widget_nav_menu li a,
.dark .widget_links li a,
.dark .widget_meta li a,
.dark .widget_archive li a,
.dark .widget_recent_comments li a,
.dark .widget_recent_entries li a,
.dark .widget_categories li a,
.dark .widget_pages li a,
.dark .widget_rss li a {
  color: #CCC;
  background-image: url('images/icons/widget-link-dark.png');
}

.dark .table-striped>tbody>tr:nth-child(odd)>td,
.dark .table-striped>tbody>tr:nth-child(odd)>th,
.table-striped>tbody>tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/*-------------------End of Dark.css-----------------------*/

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.hero-img {
  max-width: 160px;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
  height: auto;
}

.hero-bg-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  max-width: 100px;
  height: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.hero-bg-img-inverted {
  filter: invert(100%);
}

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

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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


@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

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

@media only screen and (min-width: 768px) {
  .hero-img {
    max-width: 200px;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .hero-bg-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 100%;
    max-width: 150px;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .hero-bg-img-inverted {
    filter: invert(100%);
  }

  .bottommargin-lg-over-768px {
    margin-bottom: 80px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-img {
    max-width: 180px;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .bottommargin-sm-over-1200px {
    margin-bottom: 30px !important;
  }

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


/* Fake Chat Button, replacing the real Zendesk button  */
#zdbutton {
  background-color: rgb(0, 95, 137);
  border: 2px solid rgb(0, 95, 137);
  box-shadow: 0 0 5px 1px #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  position: fixed;
  width: 64px;
  height: 64px;
  bottom: 10px;
  right: 10px;
  z-index: 999997;
}

#zdbutton .zd-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

#zdbutton .zd-icon svg {
  width: 60% !important;
  height: 60% !important;
  max-height: 100%;
  color: #fff;
  fill: #fff;
  vertical-align: middle;
}

#zdbutton .zd-text {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  padding-bottom: 4px;
}

/* end Fake Chat Button */



/* Circle Progress numbers */

.circles {
  margin: 0 auto;
  min-height: 152.391px;
  max-width: 700px;
}

.circles .circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circles .circle canvas {
  vertical-align: top;
}

.circles .circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-stretch: condensed;
  display: block;
}

.circles .circle span {
  display: block;
  color: #555;
  margin-top: 12px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
}

.circles .col-sm-6 {
  margin: 0 auto;
  text-align: center;
  padding: 0;
}

.circles .col-xs-6 {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 400px) {
  .circles .col-xs-6 {
    width: 100%;
  }
}

/* End Circle Progress numbers */

@media (max-width:768px) {
  .forgot-pass {
    margin-top: -20px;
  }
}

/* LOGIN FORM FOOTER */

ul#loginRegisterTab {
  margin-left: 0;
  margin-right: 0;
}

.login-form-footer .btn {
  font-size: 16px;
}

@media (min-width:768px) and (max-width: 991px) {
  #loginRegisterTabContent .align-height {
    height: 44px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media (max-width: 479px) {
  ul#loginRegisterTab {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* END LOGIN FORM FOOTER */

/* BOOTSTRAP ACCORDION */
.accordion {
  font-weight: 100;
}

.accordion h2,
.accordion h3,
.accordion h4 {
  margin-top: 0;
}

.accordion-button {
  font-size: 18px;
  color: #006a98 !important;
}

.accordion h3 .accordion-button,
.accordion h4 .accordion-button {
  font-size: 16px;
  color: #555 !important;
}

.accordion-button:not(.collapsed) {
  background: #F8F9FA;
}


/* END BOOTSTRAP ACCORDION */


.box-shadow-middle-bottom {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.input-shadow {
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

/* SECTION PROMO */
.section-promo-primary {
  background: #006a98;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  position: relative;
  z-index: 2;
}

.section-promo-primary .flex-fill {
  flex: 1 !important;
}

.section-promo-primary .border-bottom {
  border-bottom: 0 !important;
}

.section-promo-primary .vr {
  margin: 25px 15px;
  width: 2px;
  height: 60px;
}

.section-promo-primary i {
  background: transparent;
  font-size: 50px;
}

.section-promo-primary .number-highlight {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 30px;
  margin-bottom: -32px;
}

.scroll-row {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.scroll-row::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar in Chrome/Safari */
}

.slider-card {
  min-width: 120px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 15px 0 15px 10px;
}

@media (min-width: 889px) {
  .scroll-row {
    justify-content: center;
    /* Disable scroll on desktop */
    overflow-x: hidden;
  }

  .slider-card {
    justify-content: center;
    min-width: 246px;
    padding: 15px 0;
  }
}

@media (max-width: 576px) {
  .section-promo-primary {
    height: 70px;
  }

  .scroll-row {
    margin-top: -23px;
  }

  .section-promo-primary .border-bottom {
    border-bottom: 1px solid #6697b1 !important;
    padding-bottom: 5px;
  }

  .section-promo-primary i {
    font-size: 40px;
  }

  .section-promo-primary .number-highlight {
    font-size: 24px;
  }

  .section-promo-primary #gleif-logo-horisontal {
    width: 100px;
    height: auto;
  }
}

/* Section Table of contents */
#tableOfContents .accordion-header {
  -webkit-box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
  position: relative;
}

#tableOfContents .accordion-button {
  color: #555 !important;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  padding-right: 0;
}

#tableOfContents .accordion-button:focus,
#tableOfContents .accordion-button:not(.collapsed) {
  -webkit-box-shadow: 0px 12px 18px -16px rgba(0, 0, 0, 0.37) !important;
  -moz-box-shadow: 0px 12px 18px -16px rgba(0, 0, 0, 0.37) !important;
  box-shadow: 0px 12px 18px -16px rgba(0, 0, 0, 0.37) !important;
  border-bottom: none !important;
}

#tableOfContents a {
  color: #555 !important;
  line-height: 1 !important;
  padding: 10px 0;
}

#tableOfContents a:focus {
  color: #006a98 !important;
}

#tableOfContents a:hover {
  color: #006a98 !important;
}

#tableOfContents a .before {
  display: none;
}

#tableOfContents a:focus .before {
  display: inline-block;
  margin-left: -16px;
}

#tableOfContents .accordion .accordion-button:not(.collapsed) {
  background: transparent;
}

#tableOfContents .accordion-body {
  padding: 0;
  background: #FAFAFA;
}

#tableOfContents .accordion-item {
  border: none;
  position: relative;
}

#tableOfContents .accordion ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

#tableOfContents .accordion ul li {
  padding-left: 10px;
}

#tableOfContents .accordion-body ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

#tableOfContents .accordion ul li.no-children {
  padding: 7px 0;
  background: #fff;
}

#tableOfContents .sub-accordion {
  padding-left: 10px;
}

@media (max-width: 992px) {
  .sticky-mobile-fix {
    height: 100%;
    position: relative;
    top: -49px
  }

  .sticky-top {
    top: 80px !important;
  }
}

.cn-decline {
  display: none;
}

@media screen and (max-width: 576px) {
  .hero_viewport {
    height: calc(100vh - 137px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

/* Section search */

.search-box {
  overflow: visible !important;
  z-index: 3;
}

.search-box h1,
.search-box h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0;
}

.search-box .search {
  position: relative;
  box-shadow: 0 0 40px #70707036;
  border-radius: 10px;
}

.search-box .search input {
  height: 60px;
  text-indent: 25px;
  border: 1px solid #e9e9e9;
  font-weight: 100;
  padding-left: 12px;
}

.search-box.hero .search input {
  border-color: #006a98;
}

.search-box .search input:focus {
  box-shadow: none;
  border: 1px solid #006a98;
}

.search-box .search .bi-search {
  position: absolute;
  top: 20px;
  left: 16px;
  z-index: 999;
  margin-right: 30px;
}

.search-box .search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 110px;
  background: #006a98;
}

#top-search .typeahead-loader,
.search-box .typeahead-loader {
  display: none;
  top: 20px;
  right: 10px;
  background: #fff;
}

.search-box.hero {
  background-position: center bottom -1px;
  background-repeat: no-repeat;
  height: 450px;
  background-size: 1150px;
}

.search-box.hero.bg-hero-en {
  background-image: url('images/bg_hero/city_sky_shape_en_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_en_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_en_desktop.jpg') type('image/jpeg'));
}

.search-box.hero.bg-hero-se {
  background-image: url('images/bg_hero/city_sky_shape_se_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_se_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_se_desktop.jpg') type('image/jpeg'));
}

.search-box.hero.bg-hero-dk {
  background-image: url('images/bg_hero/city_sky_shape_dk_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_dk_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_dk_desktop.jpg') type('image/jpeg'));
}

.search-box.hero.bg-hero-no {
  background-image: url('images/bg_hero/city_sky_shape_no_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_no_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_no_desktop.jpg') type('image/jpeg'));
}

.search-box.hero.bg-hero-fi {
  background-image: url('images/bg_hero/city_sky_shape_fi_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_fi_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_fi_desktop.jpg') type('image/jpeg'));
}

.search-box.hero.bg-hero-is {
  background-image: url('images/bg_hero/city_sky_shape_is_desktop.jpg');
  background-image: image-set(url('images/bg_hero/city_sky_shape_is_desktop.webp') type('image/webp'),
      url('images/bg_hero/city_sky_shape_is_desktop.jpg') type('image/jpeg'));
}


@media (max-width: 1150px) {
  .search-box.hero {
    background-size: 100%;
  }
}

@media (max-width: 576px) {
  .search-box h2 {
    margin: 30px 0 15px;
  }

  .search-box.hero .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem;
    min-height: calc(100vh - 350px);
  }

  .search-box.hero {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    background-position: center bottom -2px;
  }

  .search-box.hero.bg-hero-en {
    background-image: url('images/bg_hero/city_sky_shape_en_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_en_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_en_mobile.jpg') type('image/jpeg'));
  }

  .search-box.hero.bg-hero-se {
    background-image: url('images/bg_hero/city_sky_shape_se_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_se_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_se_mobile.jpg') type('image/jpeg'));
  }

  .search-box.hero.bg-hero-dk {
    background-image: url('images/bg_hero/city_sky_shape_dk_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_dk_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_dk_mobile.jpg') type('image/jpeg'));
  }

  .search-box.hero.bg-hero-no {
    background-image: url('images/bg_hero/city_sky_shape_no_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_no_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_no_mobile.jpg') type('image/jpeg'));
  }

  .search-box.hero.bg-hero-fi {
    background-image: url('images/bg_hero/city_sky_shape_fi_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_fi_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_fi_mobile.jpg') type('image/jpeg'));
  }

  .search-box.hero.bg-hero-is {
    background-image: url('images/bg_hero/city_sky_shape_is_mobile.jpg');
    background-image: image-set(url('images/bg_hero/city_sky_shape_is_mobile.webp') type('image/webp'),
        url('images/bg_hero/city_sky_shape_is_mobile.jpg') type('image/jpeg'));
  }
}


.search-box.hero .custom-dropdown-container {
  display: flex;
  align-items: center;
}

.search-box.hero .custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 58px;
  font-size: 16px;
}

.search-box.hero .dropdown-selected-container {
  display: flex;
  align-items: center;
  box-shadow: 0 0 40px #70707036;
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #006a98;
  font-weight: 100;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.search-box.hero .dropdown-options {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-top: none;
  max-height: 350px;
  overflow-y: auto;
  z-index: 1000;
}

.search-box.hero .dropdown-option {
  padding: 10px 10px 10px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.search-box.hero .dropdown-option:hover {
  background-color: #f4f4f4;
}

.search-box.hero .typeahead-loader {
  color: #006a98 !important;
}


.bi-xl {
  font-size: 80px;
}




/*
*
* ==========================================
* NAVBAR
* ==========================================
*
*/
.nav-holder {
  z-index: 999;
}

.menu-large {
  position: static !important;
}

.nav-link-sub {
  color: #444;
  text-decoration: none;
  transition: all 0.3s;
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 100;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.nav-link-sub:hover,
.nav-link-sub:focus {
  color: #006a98;
  transform: translateX(0.3rem);
  text-decoration: none;
}

.nav-link-sub.active {
  color: #006a98;
}

.make-sticky.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.dropdown-submenu .dropdown-menu {
  top: 0 !important;
  left: 100%;
}

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

/*
* ===================================================
*    CUSTOMIZE DEFAULT BOOTSTRAP 5 COMPONENTS
* ===================================================
*/
/*
   NAVBAR
   ------------------------
*/

.navbar-light li {
  margin: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    border-bottom: 0.3rem solid transparent;
    padding: 3.1rem 2rem 2.9rem;
  }

  .sticky-header .navbar-light .navbar-nav .nav-link {
    padding: 2rem;
  }

  .sticky-header .navbar-light .navbar-nav .nav-link#langMegamenu {
    padding-top: 1.9rem;
  }
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.dropdown-item.active,
.dropdown-item:active {
  border-color: #006a98;
}

.dropdown-item.active {
  background: rgba(51, 122, 183, 0.3);
  color: #444;
  font-weight: 600;
}

.dropdown-item.active {
  background: rgba(51, 122, 183, 0.3);
  color: #444;
  font-weight: 600;
}

.dropdown-item.active {
  background: rgba(51, 122, 183, 0.3);
  color: #444;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover:not(.active):not(:focus) {
  background: rgba(51, 122, 183, 0.3);
  border-color: rgba(51, 122, 183, 0.8);
}

.nav-link.no-button-styles:hover,
.nav-link.no-button-styles:focus {
  background: transparent !important;
  border: none;
}

.nav-link.no-button-styles::after {
  display: none;
}

.navbar-light .navbar-nav .nav-link::after {
  margin-left: 0.5rem;
}

.navbar-light.nav-light .navbar-nav .nav-link:hover:not(.active):not(:focus) {
  background: none;
  border-color: rgba(79, 191, 168, 0.8);
}

.navbar-light.nav-light .navbar-nav .nav-link::after {
  margin-left: 0.5rem;
}

@media (min-width: 992px) {
  .border-bottom.border-bottom-mobile {
    border-bottom: none !important;
  }

  .sticky-header .nav-item {
    margin-top: -18px;
  }

  .sticky-header .dropdown-menu .nav-item {
    margin-top: 0;
  }
}

.navbar-light #top-search,
.navbar-light #top-lang {
  margin: -10px 0 0 5px !important;
}

@media (max-width: 991px) {
  .navbar-nav {
    margin: 0;
  }

  .navbar-collapse {
    max-height: 620px;
    overflow-y: scroll;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  }

  .navbar-light #top-search {
    margin-top: -25px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    border-bottom: 0.3rem solid transparent;
    padding: 1.1rem 1.5rem .7rem;
  }

  #header,
  #header-wrap,
  #logo img {
    height: 60px;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler i {
  font-size: 20px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/*
   DROPDOWNS
   ------------------------
*/
.dropdown-menu {
  border: none;
}

@media (max-width: 991px) {
  .dropdown-menu {
    background: #f9f9f9;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  }

  .dropdown-menu[data-bs-popper] {
    margin-top: -3px;
    border-top: 3px solid #006a98;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sticky-header .dropdown-menu.megamenu[data-bs-popper] {
    margin-top: -19px;
  }
}

.datepicker-dropdown {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-item {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 15px;
}

.dropdown-item i {
  margin-right: 15px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  padding-left: 1.1rem;
}

.dropdown-menu {
  --bs-dropdown-font-size: 13px;
  padding-bottom: 0;
}

/*
   NAV PILLS
   ------------------------
*/
.nav-pills .nav-link:hover:not(.active) {
  background: #eeeeee;
}

#gleif-logo-horisontal {
  margin-left: 50px;
}

@media (max-width: 991px) {
  #gleif-logo-horisontal {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  #gleif-logo-horisontal {
    margin-bottom: 10px;
  }
}

/*
  LAST LEI
  ------------------
*/
#lastLei {
  text-transform: uppercase;
  margin-top: 80px;
}

#lastLei .content {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100px;
}

#lastLei h3 {
  font-size: 1rem;
  color: #737373;
  font-weight: 100;
}

#lastLei .flag-rounded {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-top: -12px;
  display: inline-block;
}

#lastLei .slideDiv {
  /* background: #F9F9F9; */
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  transition: left 0.5s ease-in-out;
  z-index: 1;
}

#lastLei .slideDiv a {
  color: #444;
  font-weight: bold;
}

#lastLei .small {
  width: 90%;
  display: inline-block;
  color: #737373;
  font-weight: 100;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#lastLei .active {
  left: 0;
  z-index: 2;
}

#lastLei .prev {
  left: -100%;
}

#lastLei .next {
  left: 100%;
}

/* Empty state*/
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 50vh;
  max-width: 500px;
  margin: 0 auto;
  /* Centers the div horizontally */
  text-align: center;
}

.empty-state-icon {
  font-size: 48px;
  font-weight: 100;
  color: #000000;
  margin-bottom: 30px;
  padding-bottom: 15px;
  background: #f8f8f8;
  width: 90px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .empty-state {
    height: 75vh;
  }

  .empty-state-icon {
    font-size: 36px;
    width: 70px;
  }
}


/* Typeahead loaders
-----------------------------------------------------------------*/

.typeahead-loader {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.typeahead-loader.small {
  width: 40px;
}


/* Flags
-----------------------------------------------------------------*/
.flag {
  border: 1px solid #f4f4f4;
  margin-right: 4px;
  width: 20px;
  height: 15px;
  margin-top: -2px;
}

.flag.medium {
  width: 40px;
  height: 30px;
  margin-top: -5px;
}

.flag-rounded {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 50%;
}

.flag-rounded.medium {
  width: 30px;
  height: 30px;
}

.flag-rounded.bordered {
  border: 1px solid #e7e7e7;
}

.flag-container {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.form-container {
  background: #f7f7f9;
  padding: 20px;
  margin-bottom: 40px
}

/* Header
-----------------------------------------------------------------*/
#header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.top-checkout-price-info {
  text-decoration: line-through;
  font-size: 8pt;
  margin-top: -3px;
}

/* Footer
-----------------------------------------------------------------*/
.logo-gleif-white {
  background: white;
  padding: 8px;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 175px;
}

@media (max-width: 1200px) {
  .logo-gleif-white {
    width: 115px;
  }
}

/* Labels/messages
 ---------------------------------------------------------------*/
.label-m {
  height: 20px;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 0 10px;
}

.label-m.success {
  background: #A0C49D;
  color: #fff;
}

.label-m.danger {
  background: #FF8080;
  color: #fff;
}

.label-m.warning {
  background: #EEC759;
  color: #000 !important;
}

.label-m.neutral {
  background: #E5E1DA;
  color: #555;
}

small.lbl {
  color: #555;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 65%;
  letter-spacing: 1px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  color: rgba(var(--bs-body-color-rgb), .35);
}

.form-floating>label {
  top: 5px;
}

/* Call To Action - Search landing pages
 ---------------------------------------------------------------*/

.cta {
  background: #f5f5f5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  padding: 5px 20px;
  margin: 70px 0;
  text-align: center;
  width: auto;
}

.cta.inverse {
  background: #006a98;
  color: #fff;
  border-radius: 5px;
  font-weight: 100;
}

.cta.inverse h2,
.cta.inverse h3,
.cta.inverse h4 {
  color: #fff;
  font-weight: 400;
}

.cta.inverse .card {
  background: #0083b9;
  color: #fff;
  padding: 20px 20px 75px;
  margin: 30px 0 30px;
  border-radius: 10px;
  height: 90%;
  position: relative;
  height: 340px;
}

.cta.inverse .card .pricing-price {
  background: transparent;
}

@media (max-width: 1199px) {
  .cta.inverse .card {
    height: 360px;
  }
}

@media (max-width: 991px) {
  .cta.inverse .card {
    height: auto;
  }
}

.cta.inverse .card .pricing-price span {
  font-size: 12px !important;
  display: inline-block;
  margin-top: 16px;
}

.cta.inverse .btn.btn-primary {
  font-size: 16px !important;
  background-color: #f5851e !important;
  border-color: #f57f11 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 15px;
  right: 5%;
  width: 90%;
}

/* Helpers
 ---------------------------------------------------------------*/
.box-shadow-center-bottom {
  -webkit-box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 8px 18px -16px rgba(0, 0, 0, 0.19);
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.text-number {
  font-family: 'Lato', sans-serif;
}

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

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

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

@media (max-width: 991px) {
  #logo a.retina-logo.logged-in {
    margin-top: 10px;
  }
}

.align-center-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mt-6 {
  margin-top: 4.8rem;
}

@media (max-width: 1200px) {
  .mt-6-md {
    margin-top: 4.5rem !important;
  }
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.flex-select {
  flex-grow: 1;
  margin-right: 10px;
  width: calc(100% - 50px);
}

.flex-button {
  flex-shrink: 0;
}

.counter.counter-small {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 768px) {
  .bg-gray-mobile {
    background: #f6f6f6;
  }
}

.btn-custom.btn-footer {
  background-color: #212529;
  color: rgba(255, 255, 255, 0.57);
  font-size: 1.5rem !important;
  margin-bottom: 10px;
}

.btn-custom.btn-footer.btn-iconed:hover {
  background-color: #424649;
  border-color: #373b3e;
  color: #fff;
}

.btn-custom.btn-footer.btn-iconed .btn-icon {
  background: rgba(0, 0, 0, 0.15);
}

.btn-custom.btn-light {
  background-color: #e7e7e7;
  color: #006a98;
}

.btn-custom.btn-light.btn-iconed:hover {
  background-color: #dedede;
  border-color: #dcdcdc;
}

.btn-custom.btn-light.btn-iconed .btn-icon {
  background: rgb(0 0 0 / 7%);
}

.btn-custom.btn-iconed {
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
}

.btn-custom.btn-iconed>* {
  display: inline-block;
  vertical-align: middle;
}

.btn-custom.btn-iconed .btn-icon {
  position: relative;
  padding: 3px 0 0 0;
  margin: 0;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px 0 0 3px;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
  font-size: 2rem;
  left: 0;
  top: 0;
}

.btn-custom.btn-iconed .btn-icon i {
  font-size: inherit;
}

.btn-custom.btn-iconed .btn-text {
  padding: 0 12px;
  margin-left: -5px;
}

.btn-primary.btn-iconed .btn-icon {
  left: -13px;
}

.icon-link:before {
  display: none;
}

.icon-link>.bi.large {
  width: 2.5em;
  height: 2.5em;
}


.color-black {
  color: #000 !important;
}

.color-gray {
  color: #828282 !important;
}

a.text-black:hover {
  color: #006a98 !important;
}

.hr-light {
  border-color: #c1bdbd;
}

.truncate-125 {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-group-item .truncate-responsive {
  width: 195px;
}

@media screen and (max-width: 992px) {
  .truncate-125 {
    width: 85px;
  }

  .list-group-item .truncate-responsive {
    width: 195px;
  }
}

@media screen and (max-width: 767px) {
  .list-group-item .truncate-responsive {
    width: 300px;
  }
}

@media screen and (max-width: 677px) {
  .truncate-125 {
    width: 125px;
  }
}

@media screen and (max-width: 550px) {
  .list-group-item .truncate-responsive {
    width: 175px;
  }
}



ul.list-style-large-icons {
  list-style: none;
  list-style-type: none;
  padding: 0;
}

ul.list-style-large-icons li {
  display: flex;
  align-items: center;
}

ul.list-style-large-icons .icon-style {
  font-size: 150%;
  margin-right: 10px;
  vertical-align: middle;
  color: #1b6fab;
  margin-top: -3px;
}

/*
  PAYMENTS BANNER
  -------------------------
*/

#payments-banner img {
  width: 35px;
  margin-right: 1.5rem;
}

#payments-banner #nets {
  width: 60px;
}

#payments-banner #visa {
  width: 50px;
}

.inline-icon-label {
  width: 46px;
  display: inline-table;
  top: 2px;
  position: relative;
}

.inline-icon-label i {
  font-size: 20px;
}

.inline-icon-label .icon-label {
  font-size: 7px;
  text-transform: uppercase;
  top: -12px;
  position: relative;
}

.inline-icon-label.blue {
  color: #ffffff;
}

#payments-banner small {
  color: rgba(255, 255, 255, 0.57);
  font-size: 1.2rem;
}

/*
  Solutions and Partners on Homepage
  -------------------------
 */

#lei-solutions-partnerships .accordion {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
}

#lei-solutions-partnerships .accordion-button,
#lei-solutions-partnerships .accordion-body {
  padding: 20px;
}

.col-custom {
  width: 500px;
  margin: 0 auto;
}

.col-custom:first-of-type {
  padding-left: 30px;
}

.col-custom:last-of-type {
  padding-right: 30px;
}

@media screen and (max-width: 991px) {
  .col-custom {
    width: 450px;
  }

  .col-custom:first-of-type {
    padding-right: 10px;
  }

  .col-custom:last-of-type {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {

  .col-custom:first-of-type,
  .col-custom:last-of-type {
    padding-right: 10px;
    padding-left: 10px;
  }
}


@media screen and (max-width: 500px) {
  .col-custom {
    width: 450px;
  }
}

@media screen and (max-width: 450px) {
  .col-custom {
    width: 100%;
  }

  #lei-solutions-partnerships .accordion-item {
    border-left: none;
    border-right: none;
  }
}


/*
  Checkout page
  -------------------------
 */

#checkout-form input,
#checkout-form select {
  font-size: 16px;
  padding-bottom: 7px;
}

#checkout-form .form-control {
  height: 44px;
}


/*
  Server-side tracking
  -------------------------
 */

.number-big-highlight {
  font-size: 200%;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

/*
  Pagination
  -------------------------
 */
.pagination .page-item a.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.pagination .page-item a.page-link {
  font-size: 15px;
}

.chart-legend li span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

/*
  Recaptcha Badge
  -------------------------
 */
.grecaptcha-badge {
  bottom: 80px !important;
}

/* JURISDICTIONS BANNER
 * ----------------- */

#jurisdictions-banner {
  background-color: #e9ebef;
}

#jurisdictions-banner .scroll-row {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

#jurisdictions-banner .slider-card {
  min-width: 75px;
  flex-shrink: 0;
  align-items: center;
  text-align: center;
}

#jurisdictions-banner .title {
  color: #555;
}

#jurisdictions-banner a {
  color: #000;
}

#jurisdictions-banner i {
  margin: 8px 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #jurisdictions-banner .slider-card img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: filter 0.3s ease;
  }

  #jurisdictions-banner .slider-card:hover img {
    filter: grayscale(0%);
    opacity: 1;
  }
}

@media (max-width: 576px) {
  #jurisdictions-banner .scroll-row {
    margin-top: -5px;
  }
}

#jurisdictions-banner .flag-rounded {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

/* Google Ads CPA tables (admin-reports-site-conversions.php)
   ---------------------------------------------------------*/
.google-ads-table-wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.google-ads-table-wrap table {
  width: 100%;
}

@media (min-width: 768px) {

  /* Date/Week/Month + 1 site column => compact on desktop */
  .google-ads-table-wrap:has(thead tr th:nth-child(2)):not(:has(thead tr th:nth-child(3))) {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .google-ads-table-wrap {
    max-width: 100%;
  }
}
