  a {
  color: var(--primary-main);
}

a:hover {
  color: var(--primary-main);
}

a:focus {
  color: var(--primary-main);
}

a:active {
  color: var(--primary-main);
}

.section-primary a:active {
  color: var(--secondary-accent);
}

.section-primary a {
  color: #ffd343;
}
.section-primary footer {
  color: var(--off-white-1);
}
.info-caption {
  color: #bcbcbc;
  font-size: 12px;
  line-height: 16px;
}
sup {
  font-size: 0.6em;
  vertical-align: baseline;
  line-height: 0;
}

html p {
  font-size: 16px;
  line-height: 27px;
}
.footer-copyright p {
  font-size: 12px;
  line-height: 18px;
}

footer p {
  font-size: 14px;
  line-height: 23px;
}
footer a:active {
  color: var(--secondary-accent);
}

footer a {
  color: var(--secondary-accent);
}
.tp-caption.bottom-label {
  font-size: 2em;
  line-height: 2em;
  font-weight: 600;
}
html .heading-primary,
html .lnk-primary,
html .text-color-primary {
  color: var(--primary-main) !important;
}

html .heading.heading-primary h1,
html .heading.heading-primary h2,
html .heading.heading-primary h3,
html .heading.heading-primary h4,
html .heading.heading-primary h5,
html .heading.heading-primary h6 {
  border-color: var(--primary-main);
}

html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: var(--primary-accent) !important;
}

html .heading.heading-secondary h1,
html .heading.heading-secondary h2,
html .heading.heading-secondary h3,
html .heading.heading-secondary h4,
html .heading.heading-secondary h5,
html .heading.heading-secondary h6 {
  border-color: var(--primary-accent);
}

html .heading-tertiary,
html .lnk-tertiary,
html .text-color-tertiary {
  color: var(--light-blue-1) !important;
}

html .heading.heading-tertiary h1,
html .heading.heading-tertiary h2,
html .heading.heading-tertiary h3,
html .heading.heading-tertiary h4,
html .heading.heading-tertiary h5,
html .heading.heading-tertiary h6 {
  border-color: var(--light-blue-1);
}

html .heading-quaternary,
html .lnk-quaternary,
html .text-color-quaternary {
  color: var(--light-grey-2) !important;
}

html .heading.heading-quaternary h1,
html .heading.heading-quaternary h2,
html .heading.heading-quaternary h3,
html .heading.heading-quaternary h4,
html .heading.heading-quaternary h5,
html .heading.heading-quaternary h6 {
  border-color: var(--light-grey-2);
}

html .heading-dark,
html .lnk-dark,
html .text-color-dark {
  color: var(--dark-blue-2) !important;
}

html .heading.heading-dark h1,
html .heading.heading-dark h2,
html .heading.heading-dark h3,
html .heading.heading-dark h4,
html .heading.heading-dark h5,
html .heading.heading-dark h6 {
  border-color: var(--primary-main);
}

html .heading-light,
html .lnk-light,
html .text-color-light {
  color: var(--white) !important;
}

html .heading.heading-light h1,
html .heading.heading-light h2,
html .heading.heading-light h3,
html .heading.heading-light h4,
html .heading.heading-light h5,
html .heading.heading-light h6 {
  border-color: var(--white);
}

html .background-color-primary {
  background-color: var(--primary-main) !important;
}

html .background-color-secondary {
  background-color: var(--primary-accent) !important;
}

html .background-color-tertiary {
  background-color: #999 !important;
}

html .background-color-quaternary {
  background-color: var(--light-grey-2) !important;
}

html .background-color-dark {
  background-color: var(--dark-blue-2) !important;
}

html .background-color-light {
  background-color: var(--white) !important;
}

.alternative-font {
  color: var(--primary-main);
}

html .blockquote-primary {
  border-color: var(--primary-main) !important;
}

html .blockquote-secondary {
  border-color: var(--primary-main) !important;
}

html .blockquote-tertiary {
  border-color: var(--light-blue-1) !important;
}

html .blockquote-quaternary {
  border-color: var(--light-grey-2) !important;
}

html .blockquote-dark {
  border-color: var(--dark-blue-2) !important;
}

html .blockquote-light {
  border-color: var(--white) !important;
}

p.drop-caps:first-letter {
  color: var(--primary-main);
}

p.drop-caps.drop-caps-style-2:first-letter {
  background-color: var(--primary-main);
}

ul.nav-pills > li.active > a {
  background-color: var(--primary-main);
}

ul.nav-pills > li.active > a:hover,
ul.nav-pills > li.active > a:focus {
  background-color: var(--primary-main);
}

html ul.nav-pills-primary a {
  color: var(--primary-main);
}

html ul.nav-pills-primary a:hover {
  color: var(--primary-main);
}

html ul.nav-pills-primary a:focus {
  color: var(--primary-main);
}

html ul.nav-pills-primary a:active {
  color: var(--primary-main);
}

html ul.nav-pills-primary > li.active > a {
  background-color: var(--primary-main);
}

html ul.nav-pills-primary > li.active > a:hover,
html ul.nav-pills-primary > li.active > a:focus {
  background-color: var(--primary-main);
}

html ul.nav-pills-secondary a {
  color: var(--primary-main);
}

html ul.nav-pills-secondary a:hover {
  color: var(--primary-main);
}

html ul.nav-pills-secondary a:focus {
  color: var(--primary-main);
}

html ul.nav-pills-secondary a:active {
  color: #4c98a2;
}

html ul.nav-pills-secondary > li.active > a {
  background-color: var(--primary-accent);
}

html ul.nav-pills-secondary > li.active > a:hover,
html ul.nav-pills-secondary > li.active > a:focus {
  background-color: var(--primary-accent);
}

html ul.nav-pills-tertiary a {
  color: var(--light-blue-1);
}

html ul.nav-pills-tertiary a:hover {
  color: var(--light-blue-2);
}

html ul.nav-pills-tertiary a:focus {
  color: var(--light-blue-2);
}

html ul.nav-pills-tertiary a:active {
  color: #71b6d2;
}

html ul.nav-pills-tertiary > li.active > a {
  background-color: var(--light-blue-1);
}

html ul.nav-pills-tertiary > li.active > a:hover,
html ul.nav-pills-tertiary > li.active > a:focus {
  background-color: var(--light-blue-1);
}

html ul.nav-pills-quaternary a {
  color: var(--light-grey-2);
}

html ul.nav-pills-quaternary a:hover {
  color: var(--light-grey-1);
}

html ul.nav-pills-quaternary a:focus {
  color: var(--light-grey-1);
}

html ul.nav-pills-quaternary a:active {
  color: var(--light-grey-3);
}

html ul.nav-pills-quaternary > li.active > a {
  background-color: var(--light-grey-2);
}

html ul.nav-pills-quaternary > li.active > a:hover,
html ul.nav-pills-quaternary > li.active > a:focus {
  background-color: var(--light-grey-2);
}

html ul.nav-pills-dark a {
  color: var(--dark-blue-2);
}

html ul.nav-pills-dark a:hover {
  color: #39424d;
}

html ul.nav-pills-dark a:focus {
  color: #39424d;
}

html ul.nav-pills-dark a:active {
  color: var(--dark-blue-1);
}

html ul.nav-pills-dark > li.active > a {
  background-color: var(--dark-blue-2);
}

html ul.nav-pills-dark > li.active > a:hover,
html ul.nav-pills-dark > li.active > a:focus {
  background-color: var(--dark-blue-2);
}

html ul.nav-pills-light a {
  color: var(--white);
}

html ul.nav-pills-light a:hover {
  color: var(--white);
}

html ul.nav-pills-light a:focus {
  color: var(--white);
}

html ul.nav-pills-light a:active {
  color: #f2f2f2;
}

html ul.nav-pills-light > li.active > a {
  background-color: var(--white);
}

html ul.nav-pills-light > li.active > a:hover,
html ul.nav-pills-light > li.active > a:focus {
  background-color: var(--white);
}

.sort-source-wrapper .nav > li.active > a {
  color: var(--primary-main);
}

.sort-source-wrapper .nav > li.active > a:hover,
.sort-source-wrapper .nav > li.active > a:focus {
  color: var(--primary-main);
}

.sort-source.sort-source-style-2 > li.active > a:after {
  border-top-color: var(--primary-main);
}

html .label-primary {
  background-color: var(--primary-main);
}

html .label-secondary {
  background-color: var(--primary-accent);
}

html .label-tertiary {
  background-color: var(--light-blue-1);
}

html .label-quaternary {
  background-color: var(--light-grey-2);
}

html .label-dark {
  background-color: var(--dark-blue-2);
}

html .label-light {
  background-color: var(--white);
}

.btn-link {
  color: var(--primary-main);
}

.btn-link:hover {
  color: #6982ad;
}

.btn-link:active {
  color: #506893;
}

html .btn-primary {
  color: var(--white);
  background-color: var(--primary-main);
  border-color: var(--primary-main) var(--primary-main) var(--primary-main);
}

html .btn-primary:hover {
  border-color: var(--primary-main) var(--primary-main) var(--primary-main);
  background-color: var(--secondary-main);
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
  border-color: #f98149 #f98149 #f98149;
  background-color: var(--secondary-main);
}

html .btn-primary.dropdown-toggle {
  border-left-color: #506893;
}

html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:active,
html .btn-primary[disabled]:focus {
  border-color: #9aabc8;
  background-color: #9aabc8;
}

html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
  color: var(--white);
}

html .btn-primary-scale-2 {
  color: var(--white);
  background-color: #475d82;
  border-color: #475d82 #475d82 #354561;
}

html .btn-primary-scale-2:hover {
  border-color: #f98149 #f98149 #f98149;
  background-color: var(--secondary-main);
}

html .btn-primary-scale-2:active,
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2:active:hover,
html .btn-primary-scale-2:active:focus {
  border-color: #f98149 #f98149 #f98149;
  background-color: var(--secondary-main);
}

html .btn-primary-scale-2.dropdown-toggle {
  border-left-color: #3e5172;
}

html .btn-primary-scale-2[disabled],
html .btn-primary-scale-2[disabled]:hover,
html .btn-primary-scale-2[disabled]:active,
html .btn-primary-scale-2[disabled]:focus {
  border-color: #798fb6;
  background-color: #798fb6;
}

html .btn-secondary {
  color: var(--white);
  background-color: var(--primary-main);
  border-color: #fff #fff #fff;
}

html .btn-secondary:hover {
  border-color: var(--secondary-main) var(--secondary-main)
    var(--secondary-main);
  background-color: var(--secondary-main);
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
  border-color: var(--secondary-main) var(--secondary-main)
    var(--secondary-main);
  background-color: var(--secondary-main);
}

html .btn-secondary.dropdown-toggle {
  border-left-color: #4c98a2;
}

html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled]:focus {
  border-color: #9ccbd1;
  background-color: #9ccbd1;
}

html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
  color: var(--white);
}

html .btn-secondary-scale-2 {
  color: var(--white);
  background-color: #448890;
  border-color: #448890 #448890 #33676e;
}

html .btn-secondary-scale-2:hover {
  border-color: #4c98a2 #4c98a2 #3c777f;
  background-color: #4c98a2;
}

html .btn-secondary-scale-2:active,
html .btn-secondary-scale-2:focus,
html .btn-secondary-scale-2:active:hover,
html .btn-secondary-scale-2:active:focus {
  border-color: #3c777f #3c777f #3c777f;
  background-color: #3c777f;
}

html .btn-secondary-scale-2.dropdown-toggle {
  border-left-color: #3c777f;
}

html .btn-secondary-scale-2[disabled],
html .btn-secondary-scale-2[disabled]:hover,
html .btn-secondary-scale-2[disabled]:active,
html .btn-secondary-scale-2[disabled]:focus {
  border-color: #7ab8c0;
  background-color: #7ab8c0;
}

html .btn-tertiary {
  color: var(--white);
  background-color: var(--light-blue-1);
  border-color: var(--light-blue-1) var(--light-blue-1) var(var(--light-blue-3));
}

html .btn-tertiary:hover {
  border-color: var(--light-blue-2) var(--light-blue-2) #71b6d2;
  background-color: var(--light-blue-2);
}

html .btn-tertiary:active,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
  border-color: #71b6d2 #71b6d2 #71b6d2;
  background-color: #71b6d2;
}

html .btn-tertiary.dropdown-toggle {
  border-left-color: #71b6d2;
}

html .btn-tertiary[disabled],
html .btn-tertiary[disabled]:hover,
html .btn-tertiary[disabled]:active,
html .btn-tertiary[disabled]:focus {
  border-color: #d1e8f1;
  background-color: #d1e8f1;
}

html .btn-tertiary:hover,
html .btn-tertiary:focus,
html .btn-tertiary:active:hover,
html .btn-tertiary:active:focus {
  color: var(--medium-grey);
}

html .btn-tertiary-scale-2 {
  color: var(--white);
  background-color: var(var(--light-blue-3));
  border-color: var(var(--light-blue-3)) var(var(--light-blue-3)) #3b96bb;
}

html .btn-tertiary-scale-2:hover {
  border-color: #71b6d2 #71b6d2 #4aa2c6;
  background-color: #71b6d2;
}

html .btn-tertiary-scale-2:active,
html .btn-tertiary-scale-2:focus,
html .btn-tertiary-scale-2:active:hover,
html .btn-tertiary-scale-2:active:focus {
  border-color: #4aa2c6 #4aa2c6 #4aa2c6;
  background-color: #4aa2c6;
}

html .btn-tertiary-scale-2.dropdown-toggle {
  border-left-color: #4aa2c6;
}

html .btn-tertiary-scale-2[disabled],
html .btn-tertiary-scale-2[disabled]:hover,
html .btn-tertiary-scale-2[disabled]:active,
html .btn-tertiary-scale-2[disabled]:focus {
  border-color: #abd4e4;
  background-color: #abd4e4;
}

html .btn-quaternary {
  color: var(--white);
  background-color: var(--light-grey-2);
  border-color: var(--light-grey-2) var(--light-grey-2) var(--light-grey-2);
}

html .btn-quaternary:hover {
  border-color: var(--light-grey-1) var(--light-grey-1) var(--light-grey-3);
  background-color: var(--light-grey-1);
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
  border-color: var(--light-grey-3) var(--light-grey-3) var(--light-grey-3);
  background-color: var(--light-grey-3);
}

html .btn-quaternary.dropdown-toggle {
  border-left-color: var(--light-grey-3);
}

html .btn-quaternary[disabled],
html .btn-quaternary[disabled]:hover,
html .btn-quaternary[disabled]:active,
html .btn-quaternary[disabled]:focus {
  border-color: var(--off-white-2);
  background-color: var(--off-white-2);
}

html .btn-quaternary:hover,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
  color: var(--medium-grey);
}

html .btn-quaternary-scale-2 {
  color: var(--white);
  background-color: #a2a2a2;
  border-color: #a2a2a2 #a2a2a2 #888888;
}

html .btn-quaternary-scale-2:hover {
  border-color: var(--light-grey-3) var(--light-grey-3) var(--light-grey-4);
  background-color: var(--light-grey-3);
}

html .btn-quaternary-scale-2:active,
html .btn-quaternary-scale-2:focus,
html .btn-quaternary-scale-2:active:hover,
html .btn-quaternary-scale-2:active:focus {
  border-color: var(--light-grey-4) var(--light-grey-4) var(--light-grey-4);
  background-color: var(--light-grey-4);
}

html .btn-quaternary-scale-2.dropdown-toggle {
  border-left-color: var(--light-grey-4);
}

html .btn-quaternary-scale-2[disabled],
html .btn-quaternary-scale-2[disabled]:hover,
html .btn-quaternary-scale-2[disabled]:active,
html .btn-quaternary-scale-2[disabled]:focus {
  border-color: #d4d4d4;
  background-color: #d4d4d4;
}

html .btn-dark {
  color: var(--white);
  background-color: var(--dark-blue-2);
  border-color: var(--dark-blue-2) var(--dark-blue-2) var(--dark-blue-3);
}

html .btn-dark:hover {
  border-color: #39424d #39424d var(--dark-blue-1);
  background-color: #39424d;
}

html .btn-dark:active,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
  border-color: var(--dark-blue-1) var(--dark-blue-1) var(--dark-blue-1);
  background-color: var(--dark-blue-1);
}

html .btn-dark.dropdown-toggle {
  border-left-color: var(--dark-blue-1);
}

html .btn-dark[disabled],
html .btn-dark[disabled]:hover,
html .btn-dark[disabled]:active,
html .btn-dark[disabled]:focus {
  border-color: var(--medium-blue);
  background-color: var(--medium-blue);
}

html .btn-dark:hover,
html .btn-dark:focus,
html .btn-dark:active:hover,
html .btn-dark:active:focus {
  color: var(--white);
}

html .btn-dark-scale-2 {
  color: var(--white);
  background-color: var(--dark-blue-3);
  border-color: var(--dark-blue-3) var(--dark-blue-3) #030303;
}

html .btn-dark-scale-2:hover {
  border-color: var(--dark-blue-1) var(--dark-blue-1) #0d0f12;
  background-color: var(--dark-blue-1);
}

html .btn-dark-scale-2:active,
html .btn-dark-scale-2:focus,
html .btn-dark-scale-2:active:hover,
html .btn-dark-scale-2:active:focus {
  border-color: #0d0f12 #0d0f12 #0d0f12;
  background-color: #0d0f12;
}

html .btn-dark-scale-2.dropdown-toggle {
  border-left-color: #0d0f12;
}

html .btn-dark-scale-2[disabled],
html .btn-dark-scale-2[disabled]:hover,
html .btn-dark-scale-2[disabled]:active,
html .btn-dark-scale-2[disabled]:focus {
  border-color: #444e5b;
  background-color: #444e5b;
}

html .btn-light {
  color: var(--white);
  background-color: var(--white);
  border-color: var(--white) var(--white) #e6e6e6;
}

html .btn-light:hover {
  border-color: var(--white) var(--white) #f2f2f2;
  background-color: var(--white);
}

html .btn-light:active,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}

html .btn-light.dropdown-toggle {
  border-left-color: #f2f2f2;
}

html .btn-light[disabled],
html .btn-light[disabled]:hover,
html .btn-light[disabled]:active,
html .btn-light[disabled]:focus {
  border-color: var(--white);
  background-color: var(--white);
}

html .btn-light:hover,
html .btn-light:focus,
html .btn-light:active:hover,
html .btn-light:active:focus {
  color: var(--medium-grey);
}

html .btn-light-scale-2 {
  color: var(--white);
  background-color: #e6e6e6;
  border-color: #e6e6e6 #e6e6e6 #cccccc;
}

html .btn-light-scale-2:hover {
  border-color: #f2f2f2 #f2f2f2 #d9d9d9;
  background-color: #f2f2f2;
}

html .btn-light-scale-2:active,
html .btn-light-scale-2:focus,
html .btn-light-scale-2:active:hover,
html .btn-light-scale-2:active:focus {
  border-color: #d9d9d9 #d9d9d9 #d9d9d9;
  background-color: #d9d9d9;
}

html .btn-light-scale-2.dropdown-toggle {
  border-left-color: #d9d9d9;
}

html .btn-light-scale-2[disabled],
html .btn-light-scale-2[disabled]:hover,
html .btn-light-scale-2[disabled]:active,
html .btn-light-scale-2[disabled]:focus {
  border-color: var(--white);
  background-color: var(--white);
}

html .btn-borders.btn-primary {
  background: transparent;
  border-color: var(--primary-main);
  color: var(--primary-main);
  text-shadow: none;
}

html .btn-borders.btn-primary:hover,
html .btn-borders.btn-primary:focus {
  background-color: var(--primary-main);
  border-color: var(--primary-main) var(--primary-main) #475d82;
  border-color: var(--primary-main) !important;
  color: var(--white);
}

html .btn-borders.btn-primary:hover:hover,
html .btn-borders.btn-primary:focus:hover {
  border-color: #6982ad #6982ad #506893;
  background-color: #6982ad;
}

html .btn-borders.btn-primary:hover:active,
html .btn-borders.btn-primary:focus:active,
html .btn-borders.btn-primary:hover:focus,
html .btn-borders.btn-primary:focus:focus,
html .btn-borders.btn-primary:hover:active:hover,
html .btn-borders.btn-primary:focus:active:hover,
html .btn-borders.btn-primary:hover:active:focus,
html .btn-borders.btn-primary:focus:active:focus {
  border-color: #506893 #506893 #506893;
  background-color: #506893;
}

html .btn-borders.btn-primary:hover.dropdown-toggle,
html .btn-borders.btn-primary:focus.dropdown-toggle {
  border-left-color: #506893;
}

html .btn-borders.btn-primary:hover[disabled],
html .btn-borders.btn-primary:focus[disabled],
html .btn-borders.btn-primary:hover[disabled]:hover,
html .btn-borders.btn-primary:focus[disabled]:hover,
html .btn-borders.btn-primary:hover[disabled]:active,
html .btn-borders.btn-primary:focus[disabled]:active,
html .btn-borders.btn-primary:hover[disabled]:focus,
html .btn-borders.btn-primary:focus[disabled]:focus {
  border-color: #9aabc8;
  background-color: #9aabc8;
}

html .btn-borders.btn-secondary {
  background: transparent;
  border-color: var(--primary-accent);
  color: var(--primary-accent);
  text-shadow: none;
}

html .btn-borders.btn-secondary:hover,
html .btn-borders.btn-secondary:focus {
  background-color: var(--primary-accent);
  border-color: var(--primary-accent) var(--primary-accent) #448890;
  border-color: var(--primary-accent) !important;
  color: var(--white);
}

html .btn-borders.btn-secondary:hover:hover,
html .btn-borders.btn-secondary:focus:hover {
  border-color: var(--primary-main) var(--primary-main) #4c98a2;
  background-color: var(--primary-main);
}

html .btn-borders.btn-secondary:hover:active,
html .btn-borders.btn-secondary:focus:active,
html .btn-borders.btn-secondary:hover:focus,
html .btn-borders.btn-secondary:focus:focus,
html .btn-borders.btn-secondary:hover:active:hover,
html .btn-borders.btn-secondary:focus:active:hover,
html .btn-borders.btn-secondary:hover:active:focus,
html .btn-borders.btn-secondary:focus:active:focus {
  border-color: #4c98a2 #4c98a2 #4c98a2;
  background-color: #4c98a2;
}

html .btn-borders.btn-secondary:hover.dropdown-toggle,
html .btn-borders.btn-secondary:focus.dropdown-toggle {
  border-left-color: #4c98a2;
}

html .btn-borders.btn-secondary:hover[disabled],
html .btn-borders.btn-secondary:focus[disabled],
html .btn-borders.btn-secondary:hover[disabled]:hover,
html .btn-borders.btn-secondary:focus[disabled]:hover,
html .btn-borders.btn-secondary:hover[disabled]:active,
html .btn-borders.btn-secondary:focus[disabled]:active,
html .btn-borders.btn-secondary:hover[disabled]:focus,
html .btn-borders.btn-secondary:focus[disabled]:focus {
  border-color: #9ccbd1;
  background-color: #9ccbd1;
}

html .btn-borders.btn-tertiary {
  background: transparent;
  border-color: var(--light-blue-1);
  color: var(--light-blue-1);
  text-shadow: none;
}

html .btn-borders.btn-tertiary:hover,
html .btn-borders.btn-tertiary:focus {
  color: var(--white);
  background-color: var(--light-blue-1);
  border-color: var(--light-blue-1) var(--light-blue-1) var(var(--light-blue-3));
  border-color: var(--light-blue-1) !important;
  color: var(--medium-grey);
}

html .btn-borders.btn-tertiary:hover:hover,
html .btn-borders.btn-tertiary:focus:hover {
  border-color: var(--light-blue-2) var(--light-blue-2) #71b6d2;
  background-color: var(--light-blue-2);
}

html .btn-borders.btn-tertiary:hover:active,
html .btn-borders.btn-tertiary:focus:active,
html .btn-borders.btn-tertiary:hover:focus,
html .btn-borders.btn-tertiary:focus:focus,
html .btn-borders.btn-tertiary:hover:active:hover,
html .btn-borders.btn-tertiary:focus:active:hover,
html .btn-borders.btn-tertiary:hover:active:focus,
html .btn-borders.btn-tertiary:focus:active:focus {
  border-color: #71b6d2 #71b6d2 #71b6d2;
  background-color: #71b6d2;
}

html .btn-borders.btn-tertiary:hover.dropdown-toggle,
html .btn-borders.btn-tertiary:focus.dropdown-toggle {
  border-left-color: #71b6d2;
}

html .btn-borders.btn-tertiary:hover[disabled],
html .btn-borders.btn-tertiary:focus[disabled],
html .btn-borders.btn-tertiary:hover[disabled]:hover,
html .btn-borders.btn-tertiary:focus[disabled]:hover,
html .btn-borders.btn-tertiary:hover[disabled]:active,
html .btn-borders.btn-tertiary:focus[disabled]:active,
html .btn-borders.btn-tertiary:hover[disabled]:focus,
html .btn-borders.btn-tertiary:focus[disabled]:focus {
  border-color: #d1e8f1;
  background-color: #d1e8f1;
}

html .btn-borders.btn-quaternary {
  background: transparent;
  border-color: var(--light-grey-2);
  color: var(--light-grey-2);
  text-shadow: none;
}

html .btn-borders.btn-quaternary:hover,
html .btn-borders.btn-quaternary:focus {
  color: var(--white);
  background-color: var(--light-grey-2);
  border-color: var(--light-grey-2) var(--light-grey-2) #a2a2a2;
  border-color: var(--light-grey-2) !important;
  color: var(--medium-grey);
}

html .btn-borders.btn-quaternary:hover:hover,
html .btn-borders.btn-quaternary:focus:hover {
  border-color: var(--light-grey-1) var(--light-grey-1) var(--light-grey-3);
  background-color: var(--light-grey-1);
}

html .btn-borders.btn-quaternary:hover:active,
html .btn-borders.btn-quaternary:focus:active,
html .btn-borders.btn-quaternary:hover:focus,
html .btn-borders.btn-quaternary:focus:focus,
html .btn-borders.btn-quaternary:hover:active:hover,
html .btn-borders.btn-quaternary:focus:active:hover,
html .btn-borders.btn-quaternary:hover:active:focus,
html .btn-borders.btn-quaternary:focus:active:focus {
  border-color: var(--light-grey-3) var(--light-grey-3) var(--light-grey-3);
  background-color: var(--light-grey-3);
}

html .btn-borders.btn-quaternary:hover.dropdown-toggle,
html .btn-borders.btn-quaternary:focus.dropdown-toggle {
  border-left-color: var(--light-grey-3);
}

html .btn-borders.btn-quaternary:hover[disabled],
html .btn-borders.btn-quaternary:focus[disabled],
html .btn-borders.btn-quaternary:hover[disabled]:hover,
html .btn-borders.btn-quaternary:focus[disabled]:hover,
html .btn-borders.btn-quaternary:hover[disabled]:active,
html .btn-borders.btn-quaternary:focus[disabled]:active,
html .btn-borders.btn-quaternary:hover[disabled]:focus,
html .btn-borders.btn-quaternary:focus[disabled]:focus {
  border-color: var(--off-white-2);
  background-color: var(--off-white-2);
}

html .btn-borders.btn-dark {
  background: transparent;
  border-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
  text-shadow: none;
}

html .btn-borders.btn-dark:hover,
html .btn-borders.btn-dark:focus {
  background-color: var(--dark-blue-2);
  border-color: var(--dark-blue-2) var(--dark-blue-2) var(--dark-blue-3);
  border-color: var(--dark-blue-2) !important;
  color: var(--white);
}

html .btn-borders.btn-dark:hover:hover,
html .btn-borders.btn-dark:focus:hover {
  border-color: #39424d #39424d var(--dark-blue-1);
  background-color: #39424d;
}

html .btn-borders.btn-dark:hover:active,
html .btn-borders.btn-dark:focus:active,
html .btn-borders.btn-dark:hover:focus,
html .btn-borders.btn-dark:focus:focus,
html .btn-borders.btn-dark:hover:active:hover,
html .btn-borders.btn-dark:focus:active:hover,
html .btn-borders.btn-dark:hover:active:focus,
html .btn-borders.btn-dark:focus:active:focus {
  border-color: var(--dark-blue-1) var(--dark-blue-1) var(--dark-blue-1);
  background-color: var(--dark-blue-1);
}

html .btn-borders.btn-dark:hover.dropdown-toggle,
html .btn-borders.btn-dark:focus.dropdown-toggle {
  border-left-color: var(--dark-blue-1);
}

html .btn-borders.btn-dark:hover[disabled],
html .btn-borders.btn-dark:focus[disabled],
html .btn-borders.btn-dark:hover[disabled]:hover,
html .btn-borders.btn-dark:focus[disabled]:hover,
html .btn-borders.btn-dark:hover[disabled]:active,
html .btn-borders.btn-dark:focus[disabled]:active,
html .btn-borders.btn-dark:hover[disabled]:focus,
html .btn-borders.btn-dark:focus[disabled]:focus {
  border-color: var(--medium-blue);
  background-color: var(--medium-blue);
}

html .btn-borders.btn-light {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
  text-shadow: none;
}

html .btn-borders.btn-light:hover,
html .btn-borders.btn-light:focus {
  color: var(--white);
  background-color: var(--white);
  border-color: var(--white) var(--white) #e6e6e6;
  border-color: var(--white) !important;
  color: var(--medium-grey);
}

html .btn-borders.btn-light:hover:hover,
html .btn-borders.btn-light:focus:hover {
  border-color: var(--white) var(--white) #f2f2f2;
  background-color: var(--white);
}

html .btn-borders.btn-light:hover:active,
html .btn-borders.btn-light:focus:active,
html .btn-borders.btn-light:hover:focus,
html .btn-borders.btn-light:focus:focus,
html .btn-borders.btn-light:hover:active:hover,
html .btn-borders.btn-light:focus:active:hover,
html .btn-borders.btn-light:hover:active:focus,
html .btn-borders.btn-light:focus:active:focus {
  border-color: #f2f2f2 #f2f2f2 #f2f2f2;
  background-color: #f2f2f2;
}

html .btn-borders.btn-light:hover.dropdown-toggle,
html .btn-borders.btn-light:focus.dropdown-toggle {
  border-left-color: #f2f2f2;
}

html .btn-borders.btn-light:hover[disabled],
html .btn-borders.btn-light:focus[disabled],
html .btn-borders.btn-light:hover[disabled]:hover,
html .btn-borders.btn-light:focus[disabled]:hover,
html .btn-borders.btn-light:hover[disabled]:active,
html .btn-borders.btn-light:focus[disabled]:active,
html .btn-borders.btn-light:hover[disabled]:focus,
html .btn-borders.btn-light:focus[disabled]:focus {
  border-color: var(--white);
  background-color: var(--white);
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: var(--primary-main);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: var(--primary-main) !important;
  border-color: var(--primary-main);
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
  color: var(--primary-main);
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
  background-color: var(--primary-main);
  border-color: var(--primary-main);
}

.pagination > .active > a,
body.dark .pagination > .active > a {
  color: var(--white);
  background-color: var(--primary-main);
  border-color: var(--primary-main) var(--primary-main) #475d82;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover {
  border-color: #6982ad #6982ad #506893;
  background-color: #6982ad;
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a:active:hover,
body.dark .pagination > .active > a:active:hover,
.pagination > .active > a:active:focus,
body.dark .pagination > .active > a:active:focus {
  border-color: #506893 #506893 #506893;
  background-color: #506893;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
  border-left-color: #506893;
}

.pagination > .active > a[disabled],
body.dark .pagination > .active > a[disabled],
.pagination > .active > a[disabled]:hover,
body.dark .pagination > .active > a[disabled]:hover,
.pagination > .active > a[disabled]:active,
body.dark .pagination > .active > a[disabled]:active,
.pagination > .active > a[disabled]:focus,
body.dark .pagination > .active > a[disabled]:focus {
  border-color: #9aabc8;
  background-color: #9aabc8;
}

html .alert-primary {
  background-color: var(--primary-main);
  border-color: #546d99;
  color: var(--white);
}

html .alert-primary .alert-link {
  color: var(--white);
}

html .alert-secondary {
  background-color: var(--primary-accent);
  border-color: #4f9ea8;
  color: var(--white);
}

html .alert-secondary .alert-link {
  color: var(--white);
}

html .alert-tertiary {
  background-color: var(--light-blue-1);
  border-color: #78bad4;
  color: var(--medium-grey);
}

html .alert-tertiary .alert-link {
  color: var(--medium-grey);
}

html .alert-quaternary {
  background-color: var(--light-grey-2);
  border-color: #b3b3b3;
  color: var(--medium-grey);
}

html .alert-quaternary .alert-link {
  color: var(--medium-grey);
}

html .alert-dark {
  background-color: var(--dark-blue-2);
  border-color: #272d35;
  color: var(--white);
}

html .alert-dark .alert-link {
  color: var(--white);
}

html .alert-light {
  background-color: var(--white);
  border-color: #f7f7f7;
  color: var(--medium-grey);
}

html .alert-light .alert-link {
  color: var(--medium-grey);
}

html .progress-bar-primary {
  background-color: var(--primary-main);
}

html .progress-bar-secondary {
  background-color: var(--primary-accent);
}

html .progress-bar-tertiary {
  background-color: var(--light-blue-1);
}

html .progress-bar-quaternary {
  background-color: var(--light-grey-2);
}

html .progress-bar-dark {
  background-color: var(--dark-blue-2);
}

html .progress-bar-light {
  background-color: var(--white);
}

html section.section-primary {
  background-color: var(--primary-main) !important;
  border-color: var(--secondary-accent) !important;
}

html section.section-primary h1,
html section.section-primary h2,
html section.section-primary h3,
html section.section-primary h4,
html section.section-primary h5,
html section.section-primary h6 {
  color: var(--white);
}

html section.section-primary p {
  color: #e6e6e6;
}

html section.section-primary-scale-2 {
  background-color: #475d82 !important;
  border-color: #3e5172 !important;
}

html
  section.section-primary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #475d82;
}

html section.section-secondary {
  background-color: #f2f2f2 !important;
  border-color: #eee !important;
}

html section.section-secondary h1,
html section.section-secondary h2,
html section.section-secondary h3,
html section.section-secondary h4,
html section.section-secondary h5,
html section.section-secondary h6 {
  color: #333333;
}

html section.section-secondary p {
  color: #333333;
}

html section.section-secondary-scale-2 {
  background-color: #448890 !important;
  border-color: #3c777f !important;
}

html
  section.section-secondary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #448890;
}

html section.section-tertiary {
  background-color: #2f2f2f;
  border-color: #999 !important;
}

html section.section-tertiary h1,
html section.section-tertiary h2,
html section.section-tertiary h3,
html section.section-tertiary h4,
html section.section-tertiary h5,
html section.section-tertiary h6 {
  color: var(--medium-grey);
}

html section.section-tertiary p {
  color: #5e5e5e;
}

html section.section-tertiary-scale-2 {
  background-color: var(var(--light-blue-3)) !important;
  border-color: #4aa2c6 !important;
}

html
  section.section-tertiary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: var(var(--light-blue-3));
}

html section.section-quaternary {
  background-color: var(--light-grey-2) !important;
  border-color: var(--light-grey-3) !important;
}

html section.section-quaternary h1,
html section.section-quaternary h2,
html section.section-quaternary h3,
html section.section-quaternary h4,
html section.section-quaternary h5,
html section.section-quaternary h6 {
  color: var(--medium-grey);
}

html section.section-quaternary p {
  color: #5e5e5e;
}

html section.section-quaternary-scale-2 {
  background-color: #a2a2a2 !important;
  border-color: var(--light-grey-4) !important;
}

html
  section.section-quaternary-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #a2a2a2;
}

html section.section-dark {
  background-color: var(--dark-blue-2) !important;
  border-color: var(--dark-blue-1) !important;
}

html section.section-dark h1,
html section.section-dark h2,
html section.section-dark h3,
html section.section-dark h4,
html section.section-dark h5,
html section.section-dark h6 {
  color: var(--white);
}

html section.section-dark p {
  color: #e6e6e6;
}

html section.section-dark-scale-2 {
  background-color: var(--dark-blue-3) !important;
  border-color: #0d0f12 !important;
}

html
  section.section-dark-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: var(--dark-blue-3);
}

html section.section-light {
  background-color: var(--white) !important;
  border-color: #f2f2f2 !important;
}

html section.section-light h1,
html section.section-light h2,
html section.section-light h3,
html section.section-light h4,
html section.section-light h5,
html section.section-light h6 {
  color: var(--medium-grey);
}

html section.section-light p {
  color: #5e5e5e;
}

html section.section-light-scale-2 {
  background-color: #e6e6e6 !important;
  border-color: #d9d9d9 !important;
}

html
  section.section-light-scale-2
  .sort-source.sort-source-style-2
  > li.active
  > a:after {
  border-top-color: #e6e6e6;
}

html section.section-default-scale-1 {
  background-color: #dbdbdb !important;
  border-top-color: #d3d3d3 !important;
}

html section.section-default-scale-2 {
  background-color: #c1c1c1 !important;
  border-top-color: #b9b9b9 !important;
}

html section.section-default-scale-3 {
  background-color: #a8a8a8 !important;
  border-top-color: #a0a0a0 !important;
}

html section.section-default-scale-4 {
  background-color: #8e8e8e !important;
  border-top-color: #868686 !important;
}

html section.section-default-scale-5 {
  background-color: #757575 !important;
  border-top-color: #6d6d6d !important;
}

html section.section-default-scale-6 {
  background-color: #5b5b5b !important;
  border-top-color: #535353 !important;
}

html section.section-default-scale-7 {
  background-color: #424242 !important;
  border-top-color: #3a3a3a !important;
}

html section.section-default-scale-8 {
  background-color: #282828 !important;
  border-top-color: #202020 !important;
}

html section.section-default-scale-9 {
  background-color: #0f0f0f !important;
  border-top-color: #070707 !important;
}

html.dark section.section-default-scale-1 {
  background-color: #333a44 !important;
  border-top-color: #2c323b !important;
}

html.dark section.section-default-scale-2 {
  background-color: #495362 !important;
  border-top-color: #424b59 !important;
}

html.dark section.section-default-scale-3 {
  background-color: #5e6b7f !important;
  border-top-color: #586476 !important;
}

html.dark section.section-default-scale-4 {
  background-color: #77849a !important;
  border-top-color: #6e7d93 !important;
}

html.dark section.section-default-scale-5 {
  background-color: #949faf !important;
  border-top-color: #8b97a9 !important;
}

html.dark section.section-default-scale-6 {
  background-color: #b1b9c5 !important;
  border-top-color: #a8b1be !important;
}

html.dark section.section-default-scale-7 {
  background-color: #ced3db !important;
  border-top-color: #c5cbd4 !important;
}

html.dark section.section-default-scale-8 {
  background-color: #ebeef1 !important;
  border-top-color: #e3e6ea !important;
}

html.dark section.section-default-scale-9 {
  background-color: var(--white) !important;
  border-top-color: #f7f7f7 !important;
}

section.page-header h1 {
  border-bottom-color: var(--primary-main);
}

section.page-header.custom-product {
  background-color: #506893;
  border-top-color: #556f9c;
}

html .page-header-color.page-header-primary {
  background-color: var(--primary-main);
  border-bottom-color: var(--primary-main);
  color: var(--white);
}

html .page-header-color.page-header-primary h1 {
  color: var(--white);
}

html .page-header-color.page-header-primary h1 span {
  color: var(--white);
}

html .page-header-color.page-header-primary a {
  color: var(--white);
}

html .page-header-color.page-header-primary .breadcrumb > .active {
  color: var(--white);
}

html .page-header-color.page-header-secondary {
  background-color: var(--primary-accent);
  border-bottom-color: var(--primary-accent);
  color: var(--white);
}

html .page-header-color.page-header-secondary h1 {
  color: var(--white);
}

html .page-header-color.page-header-secondary h1 span {
  color: var(--white);
}

html .page-header-color.page-header-secondary a {
  color: var(--white);
}

html .page-header-color.page-header-secondary .breadcrumb > .active {
  color: var(--white);
}

html .page-header-color.page-header-tertiary {
  background-color: var(--light-blue-1);
  border-bottom-color: var(--light-blue-1);
  color: var(--medium-grey);
}

html .page-header-color.page-header-tertiary h1 {
  color: var(--medium-grey);
}

html .page-header-color.page-header-tertiary h1 span {
  color: var(--medium-grey);
}

html .page-header-color.page-header-tertiary a {
  color: var(--medium-grey);
}

html .page-header-color.page-header-tertiary .breadcrumb > .active {
  color: var(--medium-grey);
}

html .page-header-color.page-header-quaternary {
  background-color: var(--light-grey-2);
  border-bottom-color: var(--light-grey-2);
  color: var(--medium-grey);
}

html .page-header-color.page-header-quaternary h1 {
  color: var(--medium-grey);
}

html .page-header-color.page-header-quaternary h1 span {
  color: var(--medium-grey);
}

html .page-header-color.page-header-quaternary a {
  color: var(--medium-grey);
}

html .page-header-color.page-header-quaternary .breadcrumb > .active {
  color: var(--medium-grey);
}

html .page-header-color.page-header-dark {
  background-color: var(--dark-blue-2);
  border-bottom-color: var(--dark-blue-2);
  color: var(--white);
}

html .page-header-color.page-header-dark h1 {
  color: var(--white);
}

html .page-header-color.page-header-dark h1 span {
  color: var(--white);
}

html .page-header-color.page-header-dark a {
  color: var(--white);
}

html .page-header-color.page-header-dark .breadcrumb > .active {
  color: var(--white);
}

html .page-header-color.page-header-light {
  background-color: var(--white);
  border-bottom-color: var(--white);
  color: var(--medium-grey);
}

html .page-header-color.page-header-light h1 {
  color: var(--medium-grey);
}

html .page-header-color.page-header-light h1 span {
  color: var(--medium-grey);
}

html .page-header-color.page-header-light a {
  color: var(--medium-grey);
}

html .page-header-color.page-header-light .breadcrumb > .active {
  color: var(--medium-grey);
}

html .toggle-primary .toggle label {
  color: var(--primary-main);
  border-left-color: var(--primary-main);
  border-right-color: var(--primary-main);
}

html .toggle-primary .toggle.active > label {
  background-color: var(--primary-main);
  border-color: var(--primary-main);
  color: var(--white);
}

html .toggle-primary.toggle-simple .toggle > label:after {
  background-color: var(--primary-main);
}

html .toggle-secondary .toggle label {
  color: var(--primary-accent);
  border-left-color: var(--primary-accent);
  border-right-color: var(--primary-accent);
}

html .toggle-secondary .toggle.active > label {
  background-color: var(--primary-accent);
  border-color: var(--primary-accent);
  color: var(--white);
}

html .toggle-secondary.toggle-simple .toggle > label:after {
  background-color: var(--primary-accent);
}

html .toggle-tertiary .toggle label {
  color: var(--light-blue-1);
  border-left-color: var(--light-blue-1);
  border-right-color: var(--light-blue-1);
}

html .toggle-tertiary .toggle.active > label {
  background-color: var(--light-blue-1);
  border-color: var(--light-blue-1);
  color: var(--medium-grey);
}

html .toggle-tertiary.toggle-simple .toggle > label:after {
  background-color: var(--light-blue-1);
}

html .toggle-quaternary .toggle label {
  color: var(--light-grey-2);
  border-left-color: var(--light-grey-2);
  border-right-color: var(--light-grey-2);
}

html .toggle-quaternary .toggle.active > label {
  background-color: var(--light-grey-2);
  border-color: var(--light-grey-2);
  color: var(--medium-grey);
}

html .toggle-quaternary.toggle-simple .toggle > label:after {
  background-color: var(--light-grey-2);
}

html .toggle-dark .toggle label {
  color: var(--dark-blue-2);
  border-left-color: var(--dark-blue-2);
  border-right-color: var(--dark-blue-2);
}

html .toggle-dark .toggle.active > label {
  background-color: var(--dark-blue-2);
  border-color: var(--dark-blue-2);
  color: var(--white);
}

html .toggle-dark.toggle-simple .toggle > label:after {
  background-color: var(--dark-blue-2);
}

html .toggle-light .toggle label {
  color: var(--white);
  border-left-color: var(--white);
  border-right-color: var(--white);
}

html .toggle-light .toggle.active > label {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--medium-grey);
}

html .toggle-light.toggle-simple .toggle > label:after {
  background-color: var(--white);
}

.thumb-info .thumb-info-type {
  background-color: var(--primary-main);
}

.thumb-info .thumb-info-action-icon {
  background-color: var(--primary-main);
}

.thumb-info-social-icons a {
  background-color: var(--primary-main);
}

.thumbnail .zoom {
  background-color: var(--primary-main);
}

.img-thumbnail .zoom {
  background-color: var(--primary-main);
}

html .thumb-info .thumb-info-action-icon-primary {
  background-color: var(--primary-main);
}

html .thumb-info .thumb-info-action-icon-primary i {
  color: var(--white);
}

html .thumb-info .thumb-info-action-icon-secondary {
  background-color: var(--primary-accent);
}

html .thumb-info .thumb-info-action-icon-secondary i {
  color: var(--white);
}

html .thumb-info .thumb-info-action-icon-tertiary {
  background-color: var(--light-blue-1);
}

html .thumb-info .thumb-info-action-icon-tertiary i {
  color: var(--medium-grey);
}

html .thumb-info .thumb-info-action-icon-quaternary {
  background-color: var(--light-grey-2);
}

html .thumb-info .thumb-info-action-icon-quaternary i {
  color: var(--medium-grey);
}

html .thumb-info .thumb-info-action-icon-dark {
  background-color: var(--dark-blue-2);
}

html .thumb-info .thumb-info-action-icon-dark i {
  color: var(--white);
}

html .thumb-info .thumb-info-action-icon-light {
  background-color: var(--white);
}

html .thumb-info .thumb-info-action-icon-light i {
  color: var(--medium-grey);
}

.thumb-info-ribbon {
  background: var(--primary-main);
}

.thumb-info-ribbon:before {
  border-right-color: #3e5172;
  border-left-color: #3e5172;
}

.inverted {
  background-color: var(--primary-main);
}

html .inverted-primary {
  background-color: var(--primary-main);
}

html .inverted-secondary {
  background-color: var(--primary-accent);
}

html .inverted-tertiary {
  background-color: var(--light-blue-1);
}

html .inverted-quaternary {
  background-color: var(--light-grey-2);
}

html .inverted-dark {
  background-color: var(--dark-blue-2);
}

html .inverted-light {
  background-color: var(--white);
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #4e668f;
}

.owl-carousel.show-nav-title .owl-nav [class*="owl-"] {
  color: var(--primary-main);
}

.owl-carousel .owl-nav [class*="owl-"] {
  color: var(--white);
  background-color: var(--primary-main);
  border-color: var(--primary-main) var(--primary-main) #475d82;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  border-color: #6982ad #6982ad #506893;
  background-color: #6982ad;
}

.owl-carousel .owl-nav [class*="owl-"]:active,
.owl-carousel .owl-nav [class*="owl-"]:focus,
.owl-carousel .owl-nav [class*="owl-"]:active:hover,
.owl-carousel .owl-nav [class*="owl-"]:active:focus {
  border-color: #506893 #506893 #506893;
  background-color: #506893;
}

.owl-carousel .owl-nav [class*="owl-"].dropdown-toggle {
  border-left-color: #506893;
}

.owl-carousel .owl-nav [class*="owl-"][disabled],
.owl-carousel .owl-nav [class*="owl-"][disabled]:hover,
.owl-carousel .owl-nav [class*="owl-"][disabled]:active,
.owl-carousel .owl-nav [class*="owl-"][disabled]:focus {
  border-color: #9aabc8;
  background-color: #9aabc8;
}

html body .tabs .nav-tabs a,
html.dark body .tabs .nav-tabs a,
html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover {
  color: var(--primary-main);
}

html body .tabs .nav-tabs a:hover,
html.dark body .tabs .nav-tabs a:hover,
html body .tabs .nav-tabs a:focus,
html.dark body .tabs .nav-tabs a:focus {
  border-top-color: var(--primary-main);
}

html body .tabs .nav-tabs li.active a,
html.dark body .tabs .nav-tabs li.active a {
  border-top-color: var(--primary-main);
  color: var(--primary-main);
}

html body .tabs .nav-tabs.nav-justified a:hover,
html.dark body .tabs .nav-tabs.nav-justified a:hover,
html body .tabs .nav-tabs.nav-justified a:focus,
html.dark body .tabs .nav-tabs.nav-justified a:focus {
  border-top-color: var(--primary-main);
}

html body .tabs.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a,
html body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-bottom .nav-tabs li.active a:focus {
  border-bottom-color: var(--primary-main);
}

html body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-left-color: var(--primary-main);
}

html body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus,
html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: var(--primary-main);
}

html body .tabs.tabs-simple .nav-tabs > li.active a,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a,
html body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:focus,
html body .tabs.tabs-simple .nav-tabs > li a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li a:hover,
html body .tabs.tabs-simple .nav-tabs > li.active a:hover,
html.dark body .tabs.tabs-simple .nav-tabs > li.active a:hover {
  border-top-color: var(--primary-main);
  color: var(--primary-main);
}

html body .tabs-primary .nav-tabs li a,
html.dark body .tabs-primary .nav-tabs li a,
html body .tabs-primary .nav-tabs.nav-justified li a,
html.dark body .tabs-primary .nav-tabs.nav-justified li a,
html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  color: var(--primary-main);
}

html body .tabs-primary .nav-tabs li a:hover,
html.dark body .tabs-primary .nav-tabs li a:hover,
html body .tabs-primary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--primary-main);
}

html body .tabs-primary .nav-tabs li.active a,
html.dark body .tabs-primary .nav-tabs li.active a,
html body .tabs-primary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a,
html body .tabs-primary .nav-tabs li.active a:hover,
html.dark body .tabs-primary .nav-tabs li.active a:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-primary .nav-tabs li.active a:focus,
html.dark body .tabs-primary .nav-tabs li.active a:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-primary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--primary-main);
  color: var(--primary-main);
}

html body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--primary-main);
}

html body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-primary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--primary-main);
}

html body .tabs-primary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--primary-main);
}

html body .tabs-primary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--primary-main);
}

html body .tabs-primary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--primary-main);
}

html body .tabs-primary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-primary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--primary-main);
}

html body .tabs-secondary .nav-tabs li a,
html.dark body .tabs-secondary .nav-tabs li a,
html body .tabs-secondary .nav-tabs.nav-justified li a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a,
html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  color: var(--primary-accent);
}

html body .tabs-secondary .nav-tabs li a:hover,
html.dark body .tabs-secondary .nav-tabs li a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--primary-accent);
}

html body .tabs-secondary .nav-tabs li.active a,
html.dark body .tabs-secondary .nav-tabs li.active a,
html body .tabs-secondary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a,
html body .tabs-secondary .nav-tabs li.active a:hover,
html.dark body .tabs-secondary .nav-tabs li.active a:hover,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-secondary .nav-tabs li.active a:focus,
html.dark body .tabs-secondary .nav-tabs li.active a:focus,
html body .tabs-secondary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-secondary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--primary-accent);
  color: var(--primary-accent);
}

html body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--primary-accent);
}

html body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-secondary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--primary-accent);
}

html body .tabs-secondary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--primary-accent);
}

html body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--primary-accent);
}

html body .tabs-secondary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--primary-accent);
}

html body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--primary-accent);
}

html body .tabs-tertiary .nav-tabs li a,
html.dark body .tabs-tertiary .nav-tabs li a,
html body .tabs-tertiary .nav-tabs.nav-justified li a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a,
html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  color: var(--light-blue-1);
}

html body .tabs-tertiary .nav-tabs li a:hover,
html.dark body .tabs-tertiary .nav-tabs li a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--light-blue-1);
}

html body .tabs-tertiary .nav-tabs li.active a,
html.dark body .tabs-tertiary .nav-tabs li.active a,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs li.active a:hover,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-tertiary .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs li.active a:focus,
html body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--light-blue-1);
  color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-tertiary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--light-blue-1);
}

html body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--light-blue-1);
}

html body .tabs-quaternary .nav-tabs li a,
html.dark body .tabs-quaternary .nav-tabs li a,
html body .tabs-quaternary .nav-tabs.nav-justified li a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a,
html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  color: var(--light-grey-2);
}

html body .tabs-quaternary .nav-tabs li a:hover,
html.dark body .tabs-quaternary .nav-tabs li a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--light-grey-2);
}

html body .tabs-quaternary .nav-tabs li.active a,
html.dark body .tabs-quaternary .nav-tabs li.active a,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs li.active a:hover,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:hover,
html body .tabs-quaternary .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs li.active a:focus,
html body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--light-grey-2);
  color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:hover,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active a:focus,
html
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus,
html.dark
  body
  .tabs-quaternary.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--light-grey-2);
}

html body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--light-grey-2);
}

html body .tabs-dark .nav-tabs li a,
html.dark body .tabs-dark .nav-tabs li a,
html body .tabs-dark .nav-tabs.nav-justified li a,
html.dark body .tabs-dark .nav-tabs.nav-justified li a,
html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  color: var(--dark-blue-2);
}

html body .tabs-dark .nav-tabs li a:hover,
html.dark body .tabs-dark .nav-tabs li a:hover,
html body .tabs-dark .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--dark-blue-2);
}

html body .tabs-dark .nav-tabs li.active a,
html.dark body .tabs-dark .nav-tabs li.active a,
html body .tabs-dark .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a,
html body .tabs-dark .nav-tabs li.active a:hover,
html.dark body .tabs-dark .nav-tabs li.active a:hover,
html body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark .nav-tabs li.active a:focus,
html.dark body .tabs-dark .nav-tabs li.active a:focus,
html body .tabs-dark .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-dark .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-dark.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--dark-blue-2);
}

html body .tabs-dark.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-dark.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-dark.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--dark-blue-2);
}

html body .tabs-light .nav-tabs li a,
html.dark body .tabs-light .nav-tabs li a,
html body .tabs-light .nav-tabs.nav-justified li a,
html.dark body .tabs-light .nav-tabs.nav-justified li a,
html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  color: var(--white);
}

html body .tabs-light .nav-tabs li a:hover,
html.dark body .tabs-light .nav-tabs li a:hover,
html body .tabs-light .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li a:hover {
  border-top-color: var(--white);
}

html body .tabs-light .nav-tabs li.active a,
html.dark body .tabs-light .nav-tabs li.active a,
html body .tabs-light .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a,
html body .tabs-light .nav-tabs li.active a:hover,
html.dark body .tabs-light .nav-tabs li.active a:hover,
html body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:hover,
html body .tabs-light .nav-tabs li.active a:focus,
html.dark body .tabs-light .nav-tabs li.active a:focus,
html body .tabs-light .nav-tabs.nav-justified li.active a:focus,
html.dark body .tabs-light .nav-tabs.nav-justified li.active a:focus {
  border-top-color: var(--white);
  color: var(--white);
}

html body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li a:hover {
  border-bottom-color: var(--white);
}

html body .tabs-light.tabs-bottom .nav-tabs li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:hover,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:hover,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:hover,
html body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html.dark body .tabs-light.tabs-bottom .nav-tabs li.active a:focus,
html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active a:focus,
html.dark
  body
  .tabs-light.tabs-bottom
  .nav-tabs.nav-justified
  li.active
  a:focus {
  border-bottom-color: var(--white);
}

html body .tabs-light.tabs-vertical.tabs-left li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li a:hover {
  border-left-color: var(--white);
}

html body .tabs-light.tabs-vertical.tabs-left li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a,
html body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-left li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-left li.active a:focus {
  border-left-color: var(--white);
}

html body .tabs-light.tabs-vertical.tabs-right li a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li a:hover {
  border-right-color: var(--white);
}

html body .tabs-light.tabs-vertical.tabs-right li.active a,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a,
html body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:hover,
html body .tabs-light.tabs-vertical.tabs-right li.active a:focus,
html.dark body .tabs-light.tabs-vertical.tabs-right li.active a:focus {
  border-right-color: var(--white);
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active a:focus {
  border-right-color: var(--primary-main);
  border-left-color: transparent;
}

html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:hover,
html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active a:focus {
  border-right-color: transparent;
  border-left-color: var(--primary-main);
}

.list.list-icons li > .fa:first-child,
.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
  color: var(--primary-main);
  border-color: var(--primary-main);
}

.list.list-icons.list-icons-style-3 li > .fa:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .fa:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  background-color: var(--primary-main);
}

.list.list-ordened li:before {
  color: var(--primary-main);
  border-color: var(--primary-main);
}

.list.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--primary-main);
}

html .list-primary.list-icons li > .fa:first-child,
html .list-primary.list-icons li a:first-child > .fa:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
  color: var(--primary-main);
  border-color: var(--primary-main);
}

html .list-primary.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-primary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--primary-main);
  color: var(--white);
}

html .list-primary.list-ordened li:before {
  color: var(--primary-main);
}

html .list-primary.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--primary-main);
  color: var(--white);
}

html .list-secondary.list-icons li > .fa:first-child,
html .list-secondary.list-icons li a:first-child > .fa:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
  color: var(--primary-accent);
  border-color: var(--primary-accent);
}

html .list-secondary.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-secondary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--primary-accent);
  color: var(--white);
}

html .list-secondary.list-ordened li:before {
  color: var(--primary-accent);
}

html .list-secondary.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--primary-accent);
  color: var(--white);
}

html .list-tertiary.list-icons li > .fa:first-child,
html .list-tertiary.list-icons li a:first-child > .fa:first-child,
html .list-tertiary.list-icons li > .icons:first-child,
html .list-tertiary.list-icons li a:first-child > .icons:first-child {
  color: var(--light-blue-1);
  border-color: var(--light-blue-1);
}

html .list-tertiary.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-tertiary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--light-blue-1);
  color: var(--medium-grey);
}

html .list-tertiary.list-ordened li:before {
  color: var(--light-blue-1);
}

html .list-tertiary.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--light-blue-1);
  color: var(--medium-grey);
}

html .list-quaternary.list-icons li > .fa:first-child,
html .list-quaternary.list-icons li a:first-child > .fa:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
  color: var(--light-grey-2);
  border-color: var(--light-grey-2);
}

html .list-quaternary.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-quaternary.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--light-grey-2);
  color: var(--medium-grey);
}

html .list-quaternary.list-ordened li:before {
  color: var(--light-grey-2);
}

html .list-quaternary.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--light-grey-2);
  color: var(--medium-grey);
}

html .list-dark.list-icons li > .fa:first-child,
html .list-dark.list-icons li a:first-child > .fa:first-child,
html .list-dark.list-icons li > .icons:first-child,
html .list-dark.list-icons li a:first-child > .icons:first-child {
  color: var(--dark-blue-2);
  border-color: var(--dark-blue-2);
}

html .list-dark.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-dark.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--dark-blue-2);
  color: var(--white);
}

html .list-dark.list-ordened li:before {
  color: var(--dark-blue-2);
}

html .list-dark.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--dark-blue-2);
  color: var(--white);
}

html .list-light.list-icons li > .fa:first-child,
html .list-light.list-icons li a:first-child > .fa:first-child,
html .list-light.list-icons li > .icons:first-child,
html .list-light.list-icons li a:first-child > .icons:first-child {
  color: var(--white);
  border-color: var(--white);
}

html .list-light.list-icons.list-icons-style-3 li > .fa:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .fa:first-child,
html .list-light.list-icons.list-icons-style-3 li > .icons:first-child,
html
  .list-light.list-icons.list-icons-style-3
  li
  a:first-child
  > .icons:first-child {
  background-color: var(--white);
  color: var(--medium-grey);
}

html .list-light.list-ordened li:before {
  color: var(--white);
}

html .list-light.list-ordened.list-ordened-style-3 li:before {
  background-color: var(--white);
  color: var(--medium-grey);
}

.parallax blockquote i.fa-quote-left {
  color: var(--primary-main);
}

section.video blockquote i.fa-quote-left {
  color: var(--primary-main);
}

.panel-group .panel-heading a {
  color: var(--primary-main);
}

html .panel-group.panel-group-primary .panel-heading {
  background-color: var(--primary-main) !important;
}

html .panel-group.panel-group-primary .panel-heading a {
  color: var(--white);
}

html .panel-group.panel-group-secondary .panel-heading {
  background-color: var(--primary-accent) !important;
}

html .panel-group.panel-group-secondary .panel-heading a {
  color: var(--white);
}

html .panel-group.panel-group-tertiary .panel-heading {
  background-color: var(--light-blue-1) !important;
}

html .panel-group.panel-group-tertiary .panel-heading a {
  color: var(--medium-grey);
}

html .panel-group.panel-group-quaternary .panel-heading {
  background-color: var(--light-grey-2) !important;
}

html .panel-group.panel-group-quaternary .panel-heading a {
  color: var(--medium-grey);
}

html .panel-group.panel-group-dark .panel-heading {
  background-color: var(--dark-blue-2) !important;
}

html .panel-group.panel-group-dark .panel-heading a {
  color: var(--white);
}

html .panel-group.panel-group-light .panel-heading {
  background-color: var(--white) !important;
}

html .panel-group.panel-group-light .panel-heading a {
  color: var(--medium-grey);
}

html .divider.divider-primary .fa,
html .divider.divider-primary .icons {
  color: var(--primary-main);
}

html .divider.divider-primary.divider-small hr {
  background: var(--primary-main);
}

html .divider.divider-secondary .fa,
html .divider.divider-secondary .icons {
  color: var(--primary-accent);
}

html .divider.divider-secondary.divider-small hr {
  background: var(--primary-accent);
}

html .divider.divider-tertiary .fa,
html .divider.divider-tertiary .icons {
  color: var(--light-blue-1);
}

html .divider.divider-tertiary.divider-small hr {
  background: var(--light-blue-1);
}

html .divider.divider-quaternary .fa,
html .divider.divider-quaternary .icons {
  color: var(--light-grey-2);
}

html .divider.divider-quaternary.divider-small hr {
  background: var(--light-grey-2);
}

html .divider.divider-dark .fa,
html .divider.divider-dark .icons {
  color: var(--dark-blue-2);
}

html .divider.divider-dark.divider-small hr {
  background: var(--dark-blue-2);
}

html .divider.divider-light .fa,
html .divider.divider-light .icons {
  color: var(--white);
}

html .divider.divider-light.divider-small hr {
  background: var(--white);
}

html .divider.divider-style-2.divider-primary .fa,
html .divider.divider-style-2.divider-primary .icons {
  background: var(--primary-main);
  color: var(--white);
}

html .divider.divider-style-2.divider-secondary .fa,
html .divider.divider-style-2.divider-secondary .icons {
  background: var(--primary-accent);
  color: var(--white);
}

html .divider.divider-style-2.divider-tertiary .fa,
html .divider.divider-style-2.divider-tertiary .icons {
  background: var(--light-blue-1);
  color: var(--medium-grey);
}

html .divider.divider-style-2.divider-quaternary .fa,
html .divider.divider-style-2.divider-quaternary .icons {
  background: var(--light-grey-2);
  color: var(--medium-grey);
}

html .divider.divider-style-2.divider-dark .fa,
html .divider.divider-style-2.divider-dark .icons {
  background: var(--dark-blue-2);
  color: var(--white);
}

html .divider.divider-style-2.divider-light .fa,
html .divider.divider-style-2.divider-light .icons {
  background: var(--white);
  color: var(--medium-grey);
}

html .divider.divider-style-3.divider-primary .fa,
html .divider.divider-style-3.divider-primary .icons {
  border-color: var(--primary-main);
}

html .divider.divider-style-3.divider-secondary .fa,
html .divider.divider-style-3.divider-secondary .icons {
  border-color: var(--primary-accent);
}

html .divider.divider-style-3.divider-tertiary .fa,
html .divider.divider-style-3.divider-tertiary .icons {
  border-color: var(--light-blue-1);
}

html .divider.divider-style-3.divider-quaternary .fa,
html .divider.divider-style-3.divider-quaternary .icons {
  border-color: var(--light-grey-2);
}

html .divider.divider-style-3.divider-dark .fa,
html .divider.divider-style-3.divider-dark .icons {
  border-color: var(--dark-blue-2);
}

html .divider.divider-style-3.divider-light .fa,
html .divider.divider-style-3.divider-light .icons {
  border-color: var(--white);
}

#header .tip {
  background: var(--primary-main);
  color: var(--white);
}

#header .tip:before {
  border-right-color: var(--primary-main);
}

html #header .tip-primary {
  background: var(--primary-main) !important;
  color: var(--white) !important;
}

html #header .tip-primary:before {
  border-right-color: var(--primary-main) !important;
}

html #header .tip-secondary {
  background: var(--primary-accent) !important;
  color: var(--white) !important;
}

html #header .tip-secondary:before {
  border-right-color: var(--primary-accent) !important;
}

html #header .tip-tertiary {
  background: var(--light-blue-1) !important;
  color: var(--medium-grey) !important;
}

html #header .tip-tertiary:before {
  border-right-color: var(--light-blue-1) !important;
}

html #header .tip-quaternary {
  background: var(--light-grey-2) !important;
  color: var(--medium-grey) !important;
}

html #header .tip-quaternary:before {
  border-right-color: var(--light-grey-2) !important;
}

html #header .tip-dark {
  background: var(--dark-blue-2) !important;
  color: var(--white) !important;
}

html #header .tip-dark:before {
  border-right-color: var(--dark-blue-2) !important;
}

html #header .tip-light {
  background: var(--white) !important;
  color: var(--medium-grey) !important;
}

html #header .tip-light:before {
  border-right-color: var(--white) !important;
}

html[dir="rtl"] #header .tip.skin:before {
  border-left-color: var(--primary-main);
}

#header .header-btn-collapse-nav {
  background: var(--primary-main);
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: var(--primary-main);
  }

  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: var(--primary-main);
  }

  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--primary-main);
  }

  #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu {
    border-top-color: var(--primary-main);
  }

  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent var(--primary-main) transparent;
  }

  #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
    border-top-color: var(--primary-main);
  }

  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega-signin
    .dropdown-menu
    li
    a {
    color: var(--primary-main);
  }

  #header .header-nav.header-nav-stripe nav > ul > li:not(:hover).active > a {
    color: var(--primary-main);
  }

  #header
    .header-nav.header-nav-stripe
    nav
    > ul
    > li:not(:hover).active
    > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: var(--primary-main);
  }

  #header .header-nav.header-nav-top-line nav > ul li.active > a,
  #header .header-nav.header-nav-top-line nav > ul li:hover > a {
    color: var(--primary-main);
  }

  #header .header-nav.header-nav-top-line nav > ul li.active > a:before,
  #header .header-nav.header-nav-top-line nav > ul li:hover > a:before {
    background: var(--primary-main);
  }

  #header
    .header-nav.header-nav-top-line
    nav
    > ul
    li.active
    > a.dropdown-toggle:after,
  #header
    .header-nav.header-nav-top-line
    nav
    > ul
    li:hover
    > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  #header .header-nav.header-nav-dark-dropdown nav > ul li.active > a,
  #header .header-nav.header-nav-dark-dropdown nav > ul li:hover > a {
    color: var(--primary-main);
  }

  #header
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    li.active
    > a.dropdown-toggle:after,
  #header
    .header-nav.header-nav-dark-dropdown
    nav
    > ul
    li:hover
    > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-left-color: var(--primary-main);
  }

  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown
    > a.dropdown-toggle:after {
    border-color: transparent transparent transparent var(--primary-main);
  }

  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.active
    > a.dropdown-toggle:after,
  html.side-header
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > a.dropdown-toggle:after {
    border-color: transparent transparent transparent var(--white);
  }

  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.open
    > .dropdown-menu,
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > .dropdown-menu {
    border-right-color: var(--primary-main);
  }

  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown
    > a.dropdown-toggle:after {
    border-color: transparent var(--primary-main) transparent transparent;
  }

  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown.active
    > a.dropdown-toggle:after,
  html.side-header-right
    #header
    .header-nav-main
    nav
    > ul
    li.dropdown:hover
    > a.dropdown-toggle:after {
    border-color: transparent var(--white) transparent transparent;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a {
    color: var(--primary-main);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:hover {
    background: var(--primary-main);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    a:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary:hover
    > a {
    background: var(--primary-main);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu {
    border-top-color: var(--primary-main);
    background-color: var(--primary-main);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li
    a {
    color: var(--white);
    border-bottom-color: #6982ad;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li:hover
    > a {
    background: #6982ad;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-primary
    .dropdown-mega-sub-title {
    color: var(--white);
    opacity: 0.7;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--primary-accent) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a {
    color: var(--primary-accent);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:hover {
    background: var(--primary-accent);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    a:after {
    border-color: var(--primary-accent) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary:hover
    > a {
    background: var(--primary-accent);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu {
    border-top-color: var(--primary-accent);
    background-color: var(--primary-accent);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li
    a {
    color: var(--white);
    border-bottom-color: var(--primary-main);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li:hover
    > a {
    background: var(--primary-main);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-secondary
    .dropdown-mega-sub-title {
    color: var(--white);
    opacity: 0.7;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--light-blue-1) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a {
    color: var(--light-blue-1);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:hover {
    background: var(--light-blue-1);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    a:after {
    border-color: var(--light-blue-1) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary:hover
    > a {
    background: var(--light-blue-1);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu {
    border-top-color: var(--light-blue-1);
    background-color: var(--light-blue-1);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li
    a {
    color: var(--medium-grey);
    border-bottom-color: var(--light-blue-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li:hover
    > a {
    background: var(--light-blue-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-tertiary
    .dropdown-mega-sub-title {
    color: var(--medium-grey);
    opacity: 0.7;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--light-grey-2) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a {
    color: var(--light-grey-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:hover {
    background: var(--light-grey-2);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    a:after {
    border-color: var(--light-grey-2) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary:hover
    > a {
    background: var(--light-grey-2);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu {
    border-top-color: var(--light-grey-2);
    background-color: var(--light-grey-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li
    a {
    color: var(--medium-grey);
    border-bottom-color: var(--light-grey-1);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li:hover
    > a {
    background: var(--light-grey-1);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-quaternary
    .dropdown-mega-sub-title {
    color: var(--medium-grey);
    opacity: 0.7;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--dark-blue-2) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a {
    color: var(--dark-blue-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:hover {
    background: var(--dark-blue-2);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    a:after {
    border-color: var(--dark-blue-2) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark:hover
    > a {
    background: var(--dark-blue-2);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu {
    border-top-color: var(--dark-blue-2);
    background-color: var(--dark-blue-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li
    a {
    color: var(--white);
    border-bottom-color: #39424d;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li:hover
    > a {
    background: #39424d;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-dark
    .dropdown-mega-sub-title {
    color: var(--white);
    opacity: 0.7;
  }

  html #header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after,
  html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: var(--white) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a {
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:focus,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:hover {
    background: var(--white);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    a:after {
    border-color: var(--white) transparent transparent transparent;
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.active
    > a,
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light:hover
    > a {
    background: var(--white);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu {
    border-top-color: var(--white);
    background-color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li
    a {
    color: var(--medium-grey);
    border-bottom-color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li:hover
    > a {
    background: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-mega.dropdown-light
    .dropdown-mega-sub-title {
    color: var(--medium-grey);
    opacity: 0.7;
  }

  html[dir="rtl"]
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent var(--primary-main) transparent transparent;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a,
  #header .header-nav-main nav > ul > li > a:focus,
  #header .header-nav-main nav > ul > li > a:hover {
    color: var(--primary-main);
  }

  #header .header-nav-main nav > ul > li.active > a,
  #header .header-nav-main nav > ul > li.active > a:focus,
  #header .header-nav-main nav > ul > li.active > a:hover {
    background-color: var(--primary-main);
  }
}

@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: var(--primary-main);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.active
    > a {
    background: var(--primary-main);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary
    > a {
    color: var(--primary-accent);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-secondary.active
    > a {
    background: var(--primary-accent);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary
    > a {
    color: var(--light-blue-1);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-tertiary.active
    > a {
    background: var(--light-blue-1);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary
    > a {
    color: var(--light-grey-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-quaternary.active
    > a {
    background: var(--light-grey-2);
    color: var(--medium-grey);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark
    > a {
    color: var(--dark-blue-2);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-dark.active
    > a {
    background: var(--dark-blue-2);
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light
    > a {
    color: var(--white);
  }

  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-light.active
    > a {
    background: var(--white);
    color: var(--medium-grey);
  }
}

html #header .header-top.header-top-primary {
  background: var(--primary-main);
  border-top-color: #506893;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #6982ad;
}

html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #6982ad;
}

html #header .header-top.header-top-primary .dropdown-menu {
  background: #6982ad;
  border-color: #6982ad;
}

html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
  background: #798fb6 !important;
}

html #header .header-top.header-top-secondary {
  background: var(--primary-accent);
  border-top-color: #4c98a2;
}

html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a {
  background: var(--primary-main);
}

html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-secondary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: var(--primary-main);
}

html #header .header-top.header-top-secondary .dropdown-menu {
  background: var(--primary-main);
  border-color: var(--primary-main);
}

html #header .header-top.header-top-secondary .dropdown-menu a:hover,
html #header .header-top.header-top-secondary .dropdown-menu a:focus {
  background: #7ab8c0 !important;
}

html #header .header-top.header-top-tertiary {
  background: var(--light-blue-1);
  border-top-color: #71b6d2;
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a {
  background: var(--light-blue-2);
}

html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-tertiary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: var(--light-blue-2);
}

html #header .header-top.header-top-tertiary .dropdown-menu {
  background: var(--light-blue-2);
  border-color: var(--light-blue-2);
}

html #header .header-top.header-top-tertiary .dropdown-menu a:hover,
html #header .header-top.header-top-tertiary .dropdown-menu a:focus {
  background: #abd4e4 !important;
}

html #header .header-top.header-top-quaternary {
  background: var(--light-grey-2);
  border-top-color: var(--light-grey-3);
}

html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a {
  background: var(--light-grey-1);
}

html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li
  > a:focus,
html
  #header
  .header-top.header-top-quaternary
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: var(--light-grey-1);
}

html #header .header-top.header-top-quaternary .dropdown-menu {
  background: var(--light-grey-1);
  border-color: var(--light-grey-1);
}

html #header .header-top.header-top-quaternary .dropdown-menu a:hover,
html #header .header-top.header-top-quaternary .dropdown-menu a:focus {
  background: #d4d4d4 !important;
}

html #header .header-top.header-top-dark {
  background: var(--dark-blue-2);
  border-top-color: var(--dark-blue-1);
}

html #header .header-top.header-top-dark .header-nav-top ul > li.open > a {
  background: #39424d;
}

html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-dark
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu {
  background: #39424d;
  border-color: #39424d;
}

html #header .header-top.header-top-dark .dropdown-menu a:hover,
html #header .header-top.header-top-dark .dropdown-menu a:focus {
  background: #444e5b !important;
}

html #header .header-top.header-top-light {
  background: var(--white);
  border-top-color: #f2f2f2;
}

html #header .header-top.header-top-light .header-nav-top ul > li.open > a {
  background: var(--white);
}

html #header .header-top.header-top-light .header-nav-top ul > li > a:hover,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-light .header-nav-top ul > li > a:focus,
html
  #header
  .header-top.header-top-light
  .header-nav-top
  ul
  > li.open
  > a:focus {
  background: var(--white);
}

html #header .header-top.header-top-light .dropdown-menu {
  background: var(--white);
  border-color: var(--white);
}

html #header .header-top.header-top-light .dropdown-menu a:hover,
html #header .header-top.header-top-light .dropdown-menu a:focus {
  background: var(--white) !important;
}

@media (min-width: 992px) {
  html #header .header-nav-bar-primary {
    background: var(--primary-main) !important;
    color: var(--white) !important;
  }

  html #header .header-nav-bar-secondary {
    background: var(--primary-accent) !important;
    color: var(--white) !important;
  }

  html #header .header-nav-bar-tertiary {
    background: var(--light-blue-1) !important;
    color: var(--medium-grey) !important;
  }

  html #header .header-nav-bar-quaternary {
    background: var(--light-grey-2) !important;
    color: var(--medium-grey) !important;
  }

  html #header .header-nav-bar-dark {
    background: var(--dark-blue-2) !important;
    color: var(--white) !important;
  }

  html #header .header-nav-bar-light {
    background: var(--white) !important;
    color: var(--medium-grey) !important;
  }
}

@media (min-width: 992px) {
  #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
  #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
    color: var(--primary-main);
  }

  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.open
    > a.dropdown-toggle:after,
  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li:hover
    > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }

  #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
    color: var(--primary-main);
  }

  #header
    .header-nav-main.header-nav-main-light
    nav
    > ul
    > li.active
    > a.dropdown-toggle:after {
    border-color: var(--primary-main) transparent transparent transparent;
  }
}

.testimonial blockquote {
  background: #6982ad;
}

.testimonial .testimonial-arrow-down {
  border-top-color: #6982ad;
}

html .testimonial-primary blockquote {
  background: #6982ad;
}

html .testimonial-primary .testimonial-arrow-down {
  border-top-color: #6982ad;
}

html .testimonial-secondary blockquote {
  background: var(--primary-main);
}

html .testimonial-secondary .testimonial-arrow-down {
  border-top-color: var(--primary-main);
}

html .testimonial-tertiary blockquote {
  background: var(--light-blue-2);
}

html .testimonial-tertiary .testimonial-arrow-down {
  border-top-color: var(--light-blue-2);
}

html .testimonial-quaternary blockquote {
  background: var(--light-grey-1);
}

html .testimonial-quaternary .testimonial-arrow-down {
  border-top-color: var(--light-grey-1);
}

html .testimonial-dark blockquote {
  background: #39424d;
}

html .testimonial-dark .testimonial-arrow-down {
  border-top-color: #39424d;
}

html .testimonial-light blockquote {
  background: var(--white);
}

html .testimonial-light .testimonial-arrow-down {
  border-top-color: var(--white);
}

.circular-bar.only-icon .fa,
.circular-bar.only-icon .icons {
  color: var(--primary-main);
}

html .counters .counter-primary .fa,
html .counters .counter-primary .icons,
html .counters .counter-primary strong {
  color: var(--primary-main);
}

html .counters .counter-secondary .fa,
html .counters .counter-secondary .icons,
html .counters .counter-secondary strong {
  color: var(--primary-accent);
}

html .counters .counter-tertiary .fa,
html .counters .counter-tertiary .icons,
html .counters .counter-tertiary strong {
  color: var(--light-blue-1);
}

html .counters .counter-quaternary .fa,
html .counters .counter-quaternary .icons,
html .counters .counter-quaternary strong {
  color: var(--light-grey-2);
}

html .counters .counter-dark .fa,
html .counters .counter-dark .icons,
html .counters .counter-dark strong {
  color: var(--dark-blue-2);
}

html .counters .counter-light .fa,
html .counters .counter-light .icons,
html .counters .counter-light strong {
  color: var(--white);
}

.icon-featured {
  background-color: var(--primary-main);
}

.featured-box-primary .icon-featured {
  background-color: var(--primary-main);
}

.featured-box-primary .icon-featured:after {
  border-color: var(--primary-main);
}

.featured-box-primary h4 {
  color: var(--primary-main);
}

.featured-box-primary .box-content {
  border-top-color: var(--primary-main);
}

html .featured-box-primary .icon-featured {
  background-color: var(--primary-main);
}

html .featured-box-primary h4 {
  color: var(--primary-main);
}

html .featured-box-primary .box-content {
  border-top-color: var(--primary-main);
}

html .featured-box-secondary .icon-featured {
  background-color: var(--primary-accent);
}

html .featured-box-secondary h4 {
  color: var(--primary-accent);
}

html .featured-box-secondary .box-content {
  border-top-color: var(--primary-accent);
}

html .featured-box-tertiary .icon-featured {
  background-color: var(--light-blue-1);
}

html .featured-box-tertiary h4 {
  color: var(--light-blue-1);
}

html .featured-box-tertiary .box-content {
  border-top-color: var(--light-blue-1);
}

html .featured-box-quaternary .icon-featured {
  background-color: var(--light-grey-2);
}

html .featured-box-quaternary h4 {
  color: var(--light-grey-2);
}

html .featured-box-quaternary .box-content {
  border-top-color: var(--light-grey-2);
}

html .featured-box-dark .icon-featured {
  background-color: var(--dark-blue-2);
}

html .featured-box-dark h4 {
  color: var(--dark-blue-2);
}

html .featured-box-dark .box-content {
  border-top-color: var(--dark-blue-2);
}

html .featured-box-light .icon-featured {
  background-color: var(--white);
}

html .featured-box-light h4 {
  color: var(--white);
}

html .featured-box-light .box-content {
  border-top-color: var(--white);
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
  border-color: var(--primary-main);
  color: var(--primary-main);
}

html
  .featured-boxes-style-3
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
}

html
  .featured-boxes-style-3
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: var(--light-blue-1);
  color: var(--light-blue-1);
}

html
  .featured-boxes-style-3
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: var(--light-grey-2);
  color: var(--light-grey-2);
}

html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured {
  border-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
}

html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured {
  border-color: var(--white);
  color: var(--white);
}

html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured {
  border-color: var(--primary-main);
  color: var(--primary-main);
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-secondary
  .icon-featured {
  border-color: var(--primary-accent);
  color: var(--primary-accent);
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-tertiary
  .icon-featured {
  border-color: var(--light-blue-1);
  color: var(--light-blue-1);
}

html
  .featured-boxes-style-4
  .featured-box.featured-box-quaternary
  .icon-featured {
  border-color: var(--light-grey-2);
  color: var(--light-grey-2);
}

html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured {
  border-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
}

html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured {
  border-color: var(--white);
  color: var(--white);
}

html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured {
  color: var(--primary-main);
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-secondary
  .icon-featured {
  color: var(--primary-accent);
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: var(--light-blue-1);
}

html
  .featured-boxes-style-5
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: var(--light-grey-2);
}

html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured {
  color: var(--dark-blue-2);
}

html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured {
  color: var(--white);
}

html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured {
  color: var(--primary-main);
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-secondary
  .icon-featured {
  color: var(--primary-accent);
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: var(--light-blue-1);
}

html
  .featured-boxes-style-6
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: var(--light-grey-2);
}

html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured {
  color: var(--dark-blue-2);
}

html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured {
  color: var(--white);
}

html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured {
  color: var(--primary-main);
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-secondary
  .icon-featured {
  color: var(--primary-accent);
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-tertiary
  .icon-featured {
  color: var(--light-blue-1);
}

html
  .featured-boxes-style-8
  .featured-box.featured-box-quaternary
  .icon-featured {
  color: var(--light-grey-2);
}

html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured {
  color: var(--dark-blue-2);
}

html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured {
  color: var(--white);
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 3px var(--primary-main);
}

html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 3px var(--primary-accent);
}

html .featured-box-effect-2.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 3px var(--light-blue-1);
}

html .featured-box-effect-2.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 3px var(--light-grey-2);
}

html .featured-box-effect-2.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 3px var(--dark-blue-2);
}

html .featured-box-effect-2.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 3px var(--white);
}

html .featured-box-effect-3.featured-box-primary .icon-featured:after {
  box-shadow: 0 0 0 10px var(--primary-main);
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
  background: var(--primary-main) !important;
}

html .featured-box-effect-3.featured-box-secondary .icon-featured:after {
  box-shadow: 0 0 0 10px var(--primary-accent);
}

html .featured-box-effect-3.featured-box-secondary:hover .icon-featured {
  background: var(--primary-accent) !important;
}

html .featured-box-effect-3.featured-box-tertiary .icon-featured:after {
  box-shadow: 0 0 0 10px var(--light-blue-1);
}

html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured {
  background: var(--light-blue-1) !important;
}

html .featured-box-effect-3.featured-box-quaternary .icon-featured:after {
  box-shadow: 0 0 0 10px var(--light-grey-2);
}

html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured {
  background: var(--light-grey-2) !important;
}

html .featured-box-effect-3.featured-box-dark .icon-featured:after {
  box-shadow: 0 0 0 10px var(--dark-blue-2);
}

html .featured-box-effect-3.featured-box-dark:hover .icon-featured {
  background: var(--dark-blue-2) !important;
}

html .featured-box-effect-3.featured-box-light .icon-featured:after {
  box-shadow: 0 0 0 10px var(--white);
}

html .featured-box-effect-3.featured-box-light:hover .icon-featured {
  background: var(--white) !important;
}

.feature-box .feature-box-icon {
  background-color: var(--primary-main);
}

html .feature-box-primary .feature-box-icon {
  background-color: var(--primary-main);
}

html .feature-box-secondary .feature-box-icon {
  background-color: var(--primary-accent);
}

html .feature-box-tertiary .feature-box-icon {
  background-color: var(--light-blue-1);
}

html .feature-box-quaternary .feature-box-icon {
  background-color: var(--light-grey-2);
}

html .feature-box-dark .feature-box-icon {
  background-color: var(--dark-blue-2);
}

html .feature-box-light .feature-box-icon {
  background-color: var(--white);
}

.feature-box.feature-box-style-2 .feature-box-icon i.fa,
.feature-box.feature-box-style-2 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-primary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-secondary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons {
  color: var(--primary-accent);
}

html .feature-box-tertiary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons {
  color: var(--light-blue-1);
}

html .feature-box-quaternary.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons {
  color: var(--light-grey-2);
}

html .feature-box-dark.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons {
  color: var(--dark-blue-2);
}

html .feature-box-light.feature-box-style-2 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-2 .feature-box-icon .icons {
  color: var(--white);
}

.feature-box.feature-box-style-3 .feature-box-icon {
  border-color: var(--primary-main);
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa,
.feature-box.feature-box-style-3 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon {
  border-color: var(--primary-main);
}

html .feature-box-primary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon {
  border-color: var(--primary-accent);
}

html .feature-box-secondary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons {
  color: var(--primary-accent);
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon {
  border-color: var(--light-blue-1);
}

html .feature-box-tertiary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons {
  color: var(--light-blue-1);
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon {
  border-color: var(--light-grey-2);
}

html .feature-box-quaternary.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons {
  color: var(--light-grey-2);
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon {
  border-color: var(--dark-blue-2);
}

html .feature-box-dark.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons {
  color: var(--dark-blue-2);
}

html .feature-box-light.feature-box-style-3 .feature-box-icon {
  border-color: var(--white);
}

html .feature-box-light.feature-box-style-3 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-3 .feature-box-icon .icons {
  color: var(--white);
}

.feature-box.feature-box-style-4 .feature-box-icon i.fa,
.feature-box.feature-box-style-4 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-primary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons {
  color: var(--primary-main);
}

html .feature-box-secondary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons {
  color: var(--primary-accent);
}

html .feature-box-tertiary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons {
  color: var(--light-blue-1);
}

html .feature-box-quaternary.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons {
  color: var(--light-grey-2);
}

html .feature-box-dark.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons {
  color: var(--dark-blue-2);
}

html .feature-box-light.feature-box-style-4 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-4 .feature-box-icon .icons {
  color: var(--white);
}

.feature-box.feature-box-style-5 .feature-box-icon i.fa,
.feature-box.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--primary-main);
}

html .feature-box-primary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--primary-main);
}

html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--primary-accent);
}

html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--light-blue-1);
}

html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--light-grey-2);
}

html .feature-box-dark.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--dark-blue-2);
}

html .feature-box-light.feature-box-style-5 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-5 .feature-box-icon i.icons {
  color: var(--white);
}

html .feature-box-primary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-primary.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--primary-main);
}

html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-secondary.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--primary-accent);
}

html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-tertiary.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--light-blue-1);
}

html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-quaternary.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--light-grey-2);
}

html .feature-box-dark.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-dark.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--dark-blue-2);
}

html .feature-box-light.feature-box-style-6 .feature-box-icon i.fa,
html .feature-box-light.feature-box-style-6 .feature-box-icon i.icons {
  color: var(--white);
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(1)
  .featured-box-full-primary {
  background-color: #475d82;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(2)
  .featured-box-full-primary {
  background-color: #506893;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(3)
  .featured-box-full-primary {
  background-color: var(--primary-main);
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(4)
  .featured-box-full-primary {
  background-color: #6982ad;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(5)
  .featured-box-full-primary {
  background-color: #798fb6;
}

html
  .featured-boxes-full-scale
  > [class*="col-"]:nth-child(6)
  .featured-box-full-primary {
  background-color: #8a9dbf;
}

html .featured-boxes-full .featured-box-full-primary {
  background-color: var(--primary-main);
  color: var(--white);
}

html .featured-boxes-full .featured-box-full-secondary {
  background-color: var(--primary-accent);
  color: var(--white);
}

html .featured-boxes-full .featured-box-full-tertiary {
  background-color: var(--light-blue-1);
  color: var(--medium-grey);
}

html .featured-boxes-full .featured-box-full-quaternary {
  background-color: var(--light-grey-2);
  color: var(--medium-grey);
}

html .featured-boxes-full .featured-box-full-dark {
  background-color: var(--dark-blue-2);
  color: var(--white);
}

html .featured-boxes-full .featured-box-full-light {
  background-color: var(--white);
  color: var(--medium-grey);
}

.pricing-table .most-popular {
  border-color: var(--primary-main);
}

.pricing-table .most-popular h3 {
  background-color: var(--primary-main) !important;
}

.pricing-table.princig-table-flat .plan h3 {
  background-color: var(--primary-main);
}

.pricing-table.princig-table-flat .plan h3 span {
  background: var(--primary-main);
}

html .call-to-action.featured.featured-primary {
  border-top-color: var(--primary-main);
}

html .call-to-action.call-to-action-primary {
  background: var(--primary-main);
}

html .call-to-action.with-full-borders-primary {
  border-color: var(--primary-main);
}

html .call-to-action.call-to-action-primary {
  background: var(--primary-main);
}

html .call-to-action.call-to-action-primary h3,
html .call-to-action.call-to-action-primary p {
  color: var(--white);
}

html .call-to-action.featured.featured-secondary {
  border-top-color: var(--primary-accent);
}

html .call-to-action.call-to-action-secondary {
  background: var(--primary-accent);
}

html .call-to-action.with-full-borders-secondary {
  border-color: var(--primary-accent);
}

html .call-to-action.call-to-action-secondary {
  background: var(--primary-accent);
}

html .call-to-action.call-to-action-secondary h3,
html .call-to-action.call-to-action-secondary p {
  color: var(--white);
}

html .call-to-action.featured.featured-tertiary {
  border-top-color: var(--light-blue-1);
}

html .call-to-action.call-to-action-tertiary {
  background: var(--light-blue-1);
}

html .call-to-action.with-full-borders-tertiary {
  border-color: var(--light-blue-1);
}

html .call-to-action.call-to-action-tertiary {
  background: var(--light-blue-1);
}

html .call-to-action.call-to-action-tertiary h3,
html .call-to-action.call-to-action-tertiary p {
  color: var(--medium-grey);
}

html .call-to-action.featured.featured-quaternary {
  border-top-color: var(--light-grey-2);
}

html .call-to-action.call-to-action-quaternary {
  background: var(--light-grey-2);
}

html .call-to-action.with-full-borders-quaternary {
  border-color: var(--light-grey-2);
}

html .call-to-action.call-to-action-quaternary {
  background: var(--light-grey-2);
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
  color: var(--medium-grey);
}

html .call-to-action.featured.featured-dark {
  border-top-color: var(--dark-blue-2);
}

html .call-to-action.call-to-action-dark {
  background: var(--dark-blue-2);
}

html .call-to-action.with-full-borders-dark {
  border-color: var(--dark-blue-2);
}

html .call-to-action.call-to-action-dark {
  background: var(--dark-blue-2);
}

html .call-to-action.call-to-action-dark h3,
html .call-to-action.call-to-action-dark p {
  color: var(--white);
}

html .call-to-action.featured.featured-light {
  border-top-color: var(--white);
}

html .call-to-action.call-to-action-light {
  background: var(--white);
}

html .call-to-action.with-full-borders-light {
  border-color: var(--white);
}

html .call-to-action.call-to-action-light {
  background: var(--white);
}

html .call-to-action.call-to-action-light h3,
html .call-to-action.call-to-action-light p {
  color: var(--medium-grey);
}

section.timeline .timeline-box.left:before,
section.timeline .timeline-box.right:before {
  background: var(--primary-main);
  box-shadow: 0 0 0 3px var(--white), 0 0 0 6px var(--primary-main);
}

ul.history li .featured-box .box-content {
  border-top-color: var(--primary-main);
}

.recent-posts .date .month,
article.post .post-date .month {
  background-color: var(--primary-main);
}

.recent-posts .date .day,
article.post .post-date .day {
  color: var(--primary-main);
}

.slider .tp-bannertimer {
  background-color: var(--primary-main);
}

.home-concept strong {
  color: var(--primary-main);
}

html .home-intro-primary {
  background: var(--primary-main);
  border-top: solid 2px var(--white);
}

html .home-intro-secondary {
  background: #f2f2f2;
}

html .home-intro-tertiary {
  background: #888;
}

html .home-intro-quaternary {
  background: var(--light-grey-2);
}

html .home-intro-dark {
  background: var(--dark-blue-2);
}

html .home-intro-light {
  background: var(--white);
}

.home-intro p em {
  color: #798fb6;
}

html .slider-container .tp-caption-overlay-primary {
  background: var(--primary-main);
}

html .slider-container .tp-caption-overlay-opacity-primary {
  background: rgba(89, 116, 163, 0.4);
}

html .slider-container .tp-caption-overlay-secondary {
  background: var(--primary-accent);
}

html .slider-container .tp-caption-overlay-opacity-secondary {
  background: rgba(87, 166, 176, 0.4);
}

html .slider-container .tp-caption-overlay-tertiary {
  background: var(--light-blue-1);
}

html .slider-container .tp-caption-overlay-opacity-tertiary {
  background: rgba(132, 192, 216, 0.4);
}

html .slider-container .tp-caption-overlay-quaternary {
  background: var(--light-grey-2);
}

html .slider-container .tp-caption-overlay-opacity-quaternary {
  background: rgba(187, 187, 187, 0.4);
}

html .slider-container .tp-caption-overlay-dark {
  background: var(--dark-blue-2);
}

html .slider-container .tp-caption-overlay-opacity-dark {
  background: rgba(46, 53, 62, 0.4);
}

html .slider-container .tp-caption-overlay-light {
  background: var(--white);
}

html .slider-container .tp-caption-overlay-opacity-light {
  background: rgba(255, 255, 255, 0.4);
}
/* Arrows */
.tparrows.tparrows-carousel.tp-leftarrow,
.tparrows.tparrows-carousel.tp-rightarrow {
  color: var(--white);
  background-color: var(--primary-main);
  border-color: var(--primary-main) var(--primary-main) #475d82;
}

.tparrows.tparrows-carousel.tp-leftarrow:hover,
.tparrows.tparrows-carousel.tp-rightarrow:hover {
  border-color: #6982ad #6982ad #506893;
  background-color: #6982ad;
}

.tparrows.tparrows-carousel.tp-leftarrow:active,
.tparrows.tparrows-carousel.tp-rightarrow:active,
.tparrows.tparrows-carousel.tp-leftarrow:focus,
.tparrows.tparrows-carousel.tp-rightarrow:focus,
.tparrows.tparrows-carousel.tp-leftarrow:active:hover,
.tparrows.tparrows-carousel.tp-rightarrow:active:hover,
.tparrows.tparrows-carousel.tp-leftarrow:active:focus,
.tparrows.tparrows-carousel.tp-rightarrow:active:focus {
  border-color: #506893 #506893 #506893;
  background-color: #506893;
}

.tparrows.tparrows-carousel.tp-leftarrow.dropdown-toggle,
.tparrows.tparrows-carousel.tp-rightarrow.dropdown-toggle {
  border-left-color: #506893;
}

.tparrows.tparrows-carousel.tp-leftarrow[disabled],
.tparrows.tparrows-carousel.tp-rightarrow[disabled],
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:hover,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:active,
.tparrows.tparrows-carousel.tp-leftarrow[disabled]:focus,
.tparrows.tparrows-carousel.tp-rightarrow[disabled]:focus {
  border-color: #9aabc8;
  background-color: #9aabc8;
}

.shop ul.products li.product .onsale {
  background-color: var(--primary-main);
  border-bottom-color: #4b6189;
}

.shop .star-rating span,
.shop .cart-totals tr.total .amount {
  color: var(--primary-main);
}

#footer .footer-ribbon {
  background: var(--primary-main);
}

#footer .footer-ribbon:before {
  border-right-color: #3e5172;
  border-left-color: #3e5172;
}

#footer.light h1,
#footer.light h2,
#footer.light h3,
#footer.light h4,
#footer.light a {
  color: var(--primary-main);
}

#footer.color {
  background: var(--primary-main);
  border-top-color: var(--primary-main);
}

#footer.color .footer-ribbon {
  background: #475d82;
}

#footer.color .footer-ribbon:before {
  border-right-color: #2c3951;
}

#footer.color .footer-copyright {
  background: #506893;
  border-top-color: #506893;
}

html #footer.color-primary {
  background: var(--primary-main);
  border-top-color: var(--primary-main);
}

html #footer.color-primary .footer-ribbon {
  background: #475d82;
}

html #footer.color-primary .footer-ribbon:before {
  border-right-color: #2c3951;
}

html #footer.color-primary .footer-copyright {
  background: #506893;
  border-top-color: #506893;
}

html #footer.color-secondary {
  background: var(--primary-accent);
  border-top-color: var(--primary-accent);
}

html #footer.color-secondary .footer-ribbon {
  background: #448890;
}

html #footer.color-secondary .footer-ribbon:before {
  border-right-color: #2b575c;
}

html #footer.color-secondary .footer-copyright {
  background: #4c98a2;
  border-top-color: #4c98a2;
}

html #footer.color-tertiary {
  background: var(--light-blue-1);
  border-top-color: var(--light-blue-1);
}

html #footer.color-tertiary .footer-ribbon {
  background: var(var(--light-blue-3));
}

html #footer.color-tertiary .footer-ribbon:before {
  border-right-color: #3587a7;
}

html #footer.color-tertiary .footer-copyright {
  background: #71b6d2;
  border-top-color: #71b6d2;
}

html #footer.color-quaternary {
  background: var(--light-grey-2);
  border-top-color: var(--light-grey-2);
}

html #footer.color-quaternary .footer-ribbon {
  background: #a2a2a2;
}

html #footer.color-quaternary .footer-ribbon:before {
  border-right-color: #7b7b7b;
}

html #footer.color-quaternary .footer-copyright {
  background: var(--light-grey-3);
  border-top-color: var(--light-grey-3);
}

html #footer.color-dark {
  background: var(--dark-blue-2);
  border-top-color: var(--dark-blue-2);
}

html #footer.color-dark .footer-ribbon {
  background: var(--dark-blue-3);
}

html #footer.color-dark .footer-ribbon:before {
  border-right-color: #000000;
}

html #footer.color-dark .footer-copyright {
  background: var(--dark-blue-1);
  border-top-color: var(--dark-blue-1);
}

html #footer.color-light {
  background: var(--white);
  border-top-color: var(--white);
}

html #footer.color-light .footer-ribbon {
  background: #e6e6e6;
}

html #footer.color-light .footer-ribbon:before {
  border-right-color: #bfbfbf;
}

html #footer.color-light .footer-copyright {
  background: #f2f2f2;
  border-top-color: #f2f2f2;
}

.sample-icon-list .sample-icon a:hover {
  background-color: var(--primary-main);
}

html.boxed .body {
  border-top-color: var(--primary-main);
}

.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.input-sm,
.form-group-sm .form-control,
.input-lg,
.form-group-lg .form-control,
.btn,
.btn-group-lg > .btn,
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.pagination,
.pager li > a,
.pager li > span,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-radius: 0;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a,
  .nav-tabs-justified > li > a,
  .navbar {
    border-radius: 0;
  }
}

#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown
  .dropdown-menu
  li.dropdown-submenu
  > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega
  .dropdown-mega-sub-nav
  > li
  > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega.dropdown-mega-signin
  .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"],
.owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
  border-radius: 0;
}

@media (max-width: 479px) {
  .tabs .nav.nav-tabs.nav-justified li:first-child a,
  .tabs .nav.nav-tabs.nav-justified li:first-child a:hover,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
  .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a:hover {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  #header nav.mega-menu ul.nav-main li.mega-menu-item ul.sub-menu a,
  #header nav.mega-menu ul.nav-main li.mega-menu-fullwidth ul.dropdown-menu,
  #header.flat-menu
    nav.mega-menu
    ul.nav-main
    li.mega-menu-fullwidth
    ul.dropdown-menu,
  #header.flat-menu nav ul.nav-main li a,
  html.boxed #header.flat-menu .header-top {
    border-radius: 0;
  }
}
