@import url(/FormBuilder/_Resource/_module/plugin/fontawesome5.min.css);
@import url(/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

html {
  font-size: 15px;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #212529;
  font-size: 16px;
}

body.bodyMenuExpanded {
  overflow: hidden;
}

.container {
  max-width: 1300px;
  padding: 0;
}

.navbar .container {
  padding: 15px 45px;
  max-width: 100%;
}

.page__content {
  padding-top: 100px;
  padding-bottom: 70px;
}

p,
ul {
  margin: 0 0 20px;
  line-height: 1.7em;
}

p {
  color: #2b2b2e;
}

p:last-child {
  margin-bottom: 0;
}

a,
a:visited,
a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #212529;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  color: #1c2f38;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 30px;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 30px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 14px;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 17px;
  border-bottom: 3px solid #bf9b5d;
  padding-bottom: 15px;
  letter-spacing: 3.02px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 50%;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 1.2em;
  margin: 0 0 20px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 20px;
  font-weight: 400;
}

b,
strong {
  font-weight: 700;
}

hr.separator {
  height: 6px;
  display: block;
  width: 100px;
  background: #1c2f38;
  border: 0;
  margin: 0 0 20px 0;
}

.entry-page {
  padding: 70px 20px 0;
}

.entry-page:before {
  content: "";
  height: 6px;
  display: block;
  float: left;
  width: 100px;
  background: #1c2f38;
  margin-top: 10px;
}

.entry-page strong {
  color: #1c2f38;
}

.entry-page p,
.entry-page h4 {
  width: 80%;
  float: right;
}

.tabs {
  min-height: 340px;
}

.tabs > div {
  background: url(/FormBuilder/_Resource/_module/Cf_B6PmQfU2OEdtNStxY6g/images/header_pattern_1_wide.jpg)
    #aaa;
  background-size: cover;
  background-position: 50%;
  --ugb-background-color: none;
  --ugb-background-color2: none;
  --ugb-background-direction: none;
  padding: 20px 25px;
  height: 100%;
  position: relative;
  color: #fff;
  border-top: 6px solid #2459a9;
  z-index: 1;
}

.tabs > div * {
  color: #fff;
  transition: 0.5s;
}

.tabs > div p {
  font-size: 18px;
  line-height: 1.35;
}

.tabs h2 {
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 1rem;
  opacity: 1;
  padding-bottom: 20px;
}

.tabs .tab-link,
.tabs .tab-link:hover {
  color: #bf9b5d;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

span.priceLatest {
  font-size: 32px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}

.SharePrice {
  background: url(/FormBuilder/_Resource/_module/ZWltre0ApE-RwsmXjYSuIw/img/background_inner2.jpg)
    center no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
}

.SharePrice:before {
  background: rgba(28, 47, 56, 0.9);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SharePrice * {
  color: #fff;
}

.SharePrice p {
  margin: 0;
}

.SharePrice h3,
.SharePrice h4 {
  margin-bottom: 15px;
}

.priveVolumeChart {
  width: 100% !important;
  margin-top: 40px;
}

.left-menu {
  max-width: 340px;
}

.left-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.left-menu ul li {
  border-bottom: 1px solid #1c2f38;
  padding-top: 10px;
  padding-bottom: 10px;
}

.left-menu ul li a {
  color: #1c2f38;
  display: block;
}

.left-menu ul li a.active {
  font-weight: 700;
}

.left-menu ul li a:hover,
.left-menu ul li a:active,
.left-menu ul li a:focus {
  text-decoration: none;
  color: #bf9b5d;
}

table {
  width: 100%;
}

table tr th,
table tr td,
.table tr th,
.table tr td {
  padding: 15px 0;
  line-height: 1.1;
  border: 0;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
}

table tr th,
.table tr th,
.table th,
.table th {
  border-top: 0 !important;
  height: auto;
  line-height: inherit;
  color: #c59f6a;
}

table tr td a,
.table tr td a {
  color: #232323;
  text-decoration: none;
}

table tr td a:hover,
.table tr td a:hover {
  text-decoration: underline;
}

table.docs tr td:last-child,
table.docs tr th:last-child {
  text-align: right;
}

#tab-group li a {
  padding: 11px 17px;
  line-height: 29px;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border: 2px solid #c59f6a;
  color: #c59f6a;
}

#tab-group li a:hover,
#tab-group li a.current {
  background-color: #c59f6a;
  color: white;
  text-decoration: none;
}

.announcements-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.announcements-filter label {
  width: 200px;
}

.announcements-filter input {
  margin-left: 20px;
}

th.announcementDateHeader,
td.announcementDate {
  text-align: right;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn,
input[type="button"],
.loadNext,
a.btn {
  display: inline-block;
  border: #bf9b5d solid 1px;
  padding: 13px 36px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 200ms ease;
  border-radius: 0;
  background: #bf9b5d;
}

.btn:disabled,
input[type="button"]:disabled {
  border-color: #999;
  color: #999;
  cursor: not-allowed !important;
}

.btn:hover,
input[type="button"]:hover,
.post-password-form input[type="submit"]:hover,
.loadNext:hover {
  text-decoration: none;
  cursor: pointer;
  background: #fff;
  color: #bf9b5d;
}

.loadNext {
  margin-top: 10px;
}

table + .btn {
  margin-top: 20px;
}

.sharePrice,
.banner__inner {
  padding: 0 15px !important;
}

.navbar {
  height: 82px;
  font-size: 1.1rem;
  font-weight: 400;
  padding: 0;
  position: absolute;
  top: -100px;
  margin-top: 100px;
  transition: top 0.5s, margin-top 0s;
  background: rgba(0, 23, 34, 0.8);
  border-bottom: 2px solid #bf9b5d;
}

.navbar.scrolled {
  top: 0;
  position: fixed;
  margin-top: 0;
  transition: top 0.3s;
  background: #fff;
  height: 82px;
  border-color: #fff;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  display: block;
  max-height: 54px;
  width: 150px;
}

.navbar .navbar-nav .nav-item {
  margin: 0 15px;
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  color: #fff;
  transition: 0.3s ease;
  font-family: "Lato", sans-serif;
  display: inline-block;
  margin: 0;
  position: relative;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-item .nav-link.userlogin {
  margin: 0 6px 19px 0;
}

.dropdown-toggle:after {
  display: none;
}

.navbar-nav .dropdown-menu {
  width: max-content;
  top: calc(100% - 5px);
  border: 0;
  border-radius: 0;
  padding: 26px 0 0 0px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  display: block;
  left: -999em;
  position: absolute;
  background: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu > ul {
  /* display: flex; */
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu > ul > li {
  padding: 8px 25px;
}

.dropdown-menu > ul > li.categories ul li .regions {
  display: none;
  padding: 0;
  list-style: none;
  padding-bottom: 12px;
}

.dropdown-menu > ul > li.categories ul li .regions li {
  border: 0;
}

.dropdown-menu > ul > li.categories ul li .regions li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.dropdown-menu > ul > li.categories ul li.expand .regions {
  display: block;
}

.dropdown-menu a {
  font-size: 16px;
  color: #fff;
  padding: 0;
  line-height: 1;
  padding-bottom: 8px;
}

.dropdown-menu > ul > li > a {
  padding-bottom: 0;
}

.dropdown-menu > ul > li.categories ul li {
  border-top: 1px solid #bf9b5d;
}

.dropdown-menu > ul > li.categories ul li:last-child {
  border-bottom: 1px solid #bf9b5d;
}

.dropdown-menu > ul > li.categories ul li a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  justify-content: space-between;
}

.dropdown-menu > ul > li.categories ul li a .fas {
  font-size: 13px;
}

.dropdown-menu a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.dropdown-menu img {
  width: 100%;
  margin-bottom: 25px;
}

.dropdown-menu .menu-head-item {
  color: #1c2f38;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 5px solid #1c2f38;
  text-align: left;
  width: 86px;
  font-family: "Lato", sans-serif;
  display: block;
  line-height: 1.6;
}

.dropdown-menu .sub-menu {
  background: rgba(191, 155, 93, 0.8);
  text-align: left;
  padding-bottom: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar.scrolled .dropdown-menu {
  /* top: 83px */
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:active {
  cursor: pointer;
  text-decoration: none;
}

.navbar .navbar-nav .nav-item .nav-link.userlogin:after {
  display: none;
}

.navbar .navbar-nav .nav-item.btn__icon {
  margin: 0 10px;
}

.navbar .navbar-nav .nav-item.btn__icon .nav-link {
  padding: 9px 12px 10px;
  font-size: 18px;
  line-height: 15px;
  border-radius: 3px;
  font-weight: 500;
  border: #fff solid 2px;
  color: #fff;
  letter-spacing: 0;
  -webkit-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}

.navbar .navbar-nav .nav-item.btn__icon .nav-link:hover,
.navbar .navbar-nav .nav-item.btn__icon .nav-link:focus,
.navbar .navbar-nav .nav-item.btn__icon .nav-link:active {
  color: #1c2f38;
  border-color: #1c2f38;
}

.navbar .navbar-nav .nav-item.btn__login {
  margin: 0 -5px 0 10px;
}

.navbar .navbar-nav .nav-item.btn__login .nav-link {
  padding: 13px 17px 12px;
  color: #000;
  background-color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-size: 15px;
  border-radius: 4px;
  font-weight: 500;
  border: none;
  -webkit-transition: box-shadow 200ms, color 50ms;
  transition: box-shadow 200ms, color 50ms;
}

.navbar .navbar-nav .nav-item.btn__login .nav-link:hover,
.navbar .navbar-nav .nav-item.btn__login .nav-link:focus,
.navbar .navbar-nav .nav-item.btn__login .nav-link:active {
  color: #bf9b5d;
  box-shadow: 0 0 20px rgba(0, 222, 225, 0.8);
}

.navbar.scrolled .container {
}

.navbar.scrolled .navbar-nav .nav-item > a {
  color: #000;
}

.navbar.scrolled .navbar-brand {
  height: 54px;
}

.navbar.scrolled .navbar-brand {
  height: 53px;
}

.page__navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  display: none;
}

.nav-pills .nav-item {
  height: 58px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 1px;
  flex-grow: 0;
  width: auto;
}

.nav-pills .nav-item:last-child {
  border-right: none;
}

.nav-pills .nav-link {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  text-transform: capitalize;
  height: 100%;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  font-family: "Lato", sans-serif;
  border-radius: 0;
  transition: 0.1s ease-in-out;
  min-width: 350px;
  text-transform: uppercase;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background: #fff;
  color: #1c2f38;
}

.banner {
  height: 450px;
  background: #1b3b6e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c5370),
    to(#1b3b6e)
  );
  background: linear-gradient(to bottom, #1c5370 0%, #1b3b6e 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1c5370', endColorstr='#1b3b6e', GradientType=0);
  position: relative;
  background-image: url(/FormBuilder/_Resource/_module/ZWltre0ApE-RwsmXjYSuIw/img/banner3.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  display: flex;
  align-items: end;
}

.banner .container {
  width: 50%;
  margin: 0;
}

.banner .text {
  width: 50%;
  background: rgba(0, 23, 34, 0.9);
  padding: 50px 100px 70px 15px;
  margin-bottom: -50px;
  display: flex;
  justify-content: end;
}

.banner .text h1,
.banner .text h2 {
  color: #fff;
}

.banner .text h1 {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #d3b176;
}

.banner .text h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

p.intro {
  font-size: 36px;
  font-weight: 300;
}

label {
  display: inline-block;
  line-height: 1em;
  font-weight: 400 !important;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  font-weight: 400;
  height: 50px;
  width: 100%;
  color: #7c8a96;
  transition: box-shadow ease 200ms, border-color 200ms;
  border: none;
  border-bottom: 1px solid #989898;
  border-radius: 0;
  padding-left: 0 !important;
  margin-top: 0 !important;
  background: transparent;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
}

textarea {
  min-height: 150px;
}

select {
  background: #fff;
  width: 100%;
  border: rgba(0, 0, 0, 0.15) solid 1px;
  height: 50px !important;
  font-size: 1rem;
  line-height: 1em;
  padding: 7px;
  color: #333;
}

input[type="checkbox"] {
  margin-left: 0 !important;
}

.QAViewer {
  border: 1px solid #001722;
  margin-bottom: 10px;
}

.QAViewer a.QALink {
  display: block;
  border: 0;
  font-weight: 400;
  color: #fff;
  position: relative;
  transition: 0.3s;
  line-height: 1.1;
  background: rgba(0, 23, 34, 1);
  padding: 21px 20px;
}

.QAViewer:last-child a.QALink {
  border-bottom: 1px solid #bf9b5d;
}

.QAViewer a.QALink:hover,
.QAViewer a.QALink:active,
.QAViewer a.QALink:focus,
.QAViewer.open a.QALink {
  background: #001722;
  text-decoration: none;
}

.QAViewer .plusIcon {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  line-height: 75px;
}

.QAViewer .plusIcon:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.QAViewer .plusIcon:before {
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  transition: all 0.3s ease-in-out;
}

.QAViewer.open .plusIcon:after {
  transform: rotate(180deg);
  opacity: 0;
}

.QAViewer.open .plusIcon:before {
  transform: rotate(-90deg);
}

.QAViewer .answer {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: 0.5s;
  padding: 0 20px;
}

.QAViewer.open .answer {
  max-height: unset;
  margin-bottom: 20px;
  padding: 20px;
}

.page__footer {
  background: #001722;
  position: relative;
  padding-top: 70px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
}

.page__footer a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.4px;
  font-weight: 300;
}

.page__footer a:hover {
  color: #be9a5c;
}

.page__footer .container {
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.page__footer .subscribe {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img.footer-logo{
	max-height: 54px;
	width: 150px;
}

.page__footer .subscribe .text {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  width: 60%;
}

.page__footer .subscribe .right {
  text-align: right;
  width: 40%;
}

.page__footer .subscribe .right .btn {
  background: transparent;
  border: 2px solid #bf9b5d;
  border-radius: 0;
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  width: 380px;
  max-width: 100%;
  font-size: 18px;
  letter-spacing: 0;
}

.page__footer .subscribe .right .btn:hover {
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}
.page__footer ul {
  list-style: none;
  padding: 0;
}
ul.sub-menu-footer li a {
  font-size: 12px;
  padding: 0px 15px;
  border-left: 1px solid #fff;
}
ul.sub-menu-footer li:first-child a {
  padding: 0px 15px 0px 0px;
  border-left: 0px;
}

.page__footer .menu-footer > li {
  padding: 15px 10px;
}
.page__footer .menu-footer > li.dropdown_footer {
  padding-right: 30px;
}

.page__footer ul .title-menu-footer {
  color: #bf9b5d;
  font-weight: 700;
  text-transform: uppercase;
}

.page__footer ul.sub-menu {
  margin: 0.6em 0 0 0;
}

.page__footer .sub-menu .menu-item {
  padding-bottom: 2px;
  line-height: 1.5em;
}

.page__footer .sub-menu .menu-item a {
  color: #fff;
}

.page__footer .social-navigation {
  width: 12%;
  text-align: right;
}

.page__footer .social-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.page__footer .social-navigation ul li a {
  font-weight: 400;
  color: #fff;
  padding: 0 5px;
  font-size: 28px;
  margin: 0 6px;
}

.copyright {
  border-top: 2px solid #979797;
  padding: 50px 0px 60px;
}

.copyright p {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.copyright p a {
  color: #fff;
  padding: 0 30px 0 0;
  font-size: 12px;
}

.emailSubscriptionView > .row {
  padding-bottom: 10px;
  margin: 0;
}

.emailSubscriptionView > .row label {
  min-width: 80px;
  margin: 0;
}

.emailSubscriptionView > .row label.emailLabel {
  line-height: 50px;
  font-weight: 700 !important;
}

.emailSubscriptionView > .row legend {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}

#subscriptions {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subscriptions input[type="checkbox"] {
  margin-right: 10px;
}

ul.customStyleList li {
  display: block;
  line-height: 1.5em;
  transition: 0.3s;
  padding: 10px 0 10px 30px;
  position: relative;
}

ul.customStyleList li:before {
  width: 15px;
  height: 2px;
  content: "";
  position: absolute;
  background: #bf9b5d;
  top: 25px;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

ul.customStyleList {
  padding: 0;
  margin: 0;
}

.breadcrumbs {
  display: flex;
  width: 100%;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  font-size: 14px;
  margin: 0 20px 30px;
  font-weight: 700;
  line-height: 17px;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding-bottom: 15px;
  letter-spacing: 3.02px;
  text-transform: uppercase;
  text-align: center;
}

.breadcrumbs li:hover {
  border-bottom: 3px solid #bf9b5d;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.breadcrumbs li.active {
  border-bottom: 3px solid #bf9b5d;
}

@media screen and (max-width: 1300px) {
  .container,
  .navbar.scrolled .container {
    padding: 0 30px;
  }
  .navbar .container {
    padding: 0 30px;
  }
  .navbar .navbar-nav .nav-item {
    margin: 0 0 0 15px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .btn__icon {
    display: block !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1024px) and (max-width: 1060px) {
  .navbar .navbar-brand {
    margin: 0 0 0 -8px;
  }
  .navbar .navbar-brand img {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 11px;
  }
  .navbar .navbar-nav .nav-item.btn__login {
    margin: 0 -8px 0 7px;
  }
  .navbar .navbar-nav .nav-item.btn__login .nav-link {
    padding: 13px 10px 12px;
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .nav-item.dropdown:hover > .dropdown-menu {
    opacity: 1;
    left: 0;
  }

  .navbar.scrolled .navbar-brand img {
    display: none;
  }

  .navbar.scrolled .navbar-brand {
    background: url(/FormBuilder/_Resource/_module/ZWltre0ApE-RwsmXjYSuIw/img/Qualitas_Logo_RGB_Signature_Blue.svg)
      no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    max-height: 54px;
    width: 150px;
  }
}

@media (max-width: 1023px) {
  .navbar.scrolled {
    height: 68px;
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.16);
  }
  .navbar-nav {
    padding-bottom: 30px;
  }
  .navbar .container {
    display: block;
  }
  .navbar .navbar-brand {
    padding: 12px 0 8px;
    float: left;
  }
  .navbar-brand img {
    width: 160px;
  }
  .navbar.scrolled .navbar-brand {
    background: url(/FormBuilder/_Resource/_module/ZWltre0ApE-RwsmXjYSuIw/img/qualitas_dark_logo2.svg)
      no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 160px;
    padding: 0;
    height: 68px;
  }
  .navbar.menuExpanded .navbar-brand {
    background-position: center;
    display: block;
    width: 160px;
    margin-top: 15px;
    height: 70px;
    background: url(/FormBuilder/_Resource/_module/ZWltre0ApE-RwsmXjYSuIw/img/Logo_Qualitas_mobile.svg)
      no-repeat;
    padding: 0;
  }
  .navbar.scrolled .navbar-brand img,
  .navbar.menuExpanded .navbar-brand img {
    display: none;
  }
  .navbar.menuExpanded.scrolled .navbar-brand {
  }
  .navbar .navbar-toggler {
    color: #fff;
    padding: 0;
    font-size: 25px;
    border: none;
    border-radius: 0;
    line-height: 1em;
    margin: 18px 0 0 8px;
    outline: 0;
    float: right;
  }
  .navbar .navbar-toggler .fas {
    font-weight: 100;
    transition: 1s;
  }
  .navbar.scrolled .navbar-toggler,
  .navbar.menuExpanded .navbar-toggler {
    color: #fff;
  }
  .navbar.menuExpanded,
  .navbar.menuExpanded .container {
    background: #bf9b5d;
  }
  .navbar.menuExpanded .fa-bars:before {
    content: "\f00d";
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  #mainMenu {
    background: #bf9b5d;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 30px;
    height: 100vh;
    overflow: scroll;
    padding-bottom: 100px;
    width: 100%;
    position: absolute;
    top: 100%;
  }
  #mainMenu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-item {
    padding: 0 !important;
    margin: 0 5%;
    border-top: 1px solid #bf9b5d;
  }
  .navbar .navbar-nav .nav-item.dropdown {
    position: relative;
  }
  .navbar .navbar-nav .nav-item.dropdown .fas {
    display: none;
  }
  .navbar .navbar-nav .nav-item.dropdown:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 9px;
    transform: rotate(0deg);
    color: #fff;
    transition: 0.05s;
    z-index: 0;
    font-weight: 100;
  }
  .navbar .navbar-nav .nav-item.dropdown.expand:after {
    transform: rotate(180deg);
  }
  .navbar .navbar-nav .nav-item.dropdown.expand .dropdown-menu {
    display: block;
    padding: 0;
    width: auto;
    background: transparent;
  }
  .navbar .navbar-nav .nav-item:hover .nav-link:after {
    height: 0;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 0;
    font-size: 17px;
    margin: 0;
    line-height: 24px;
    color: #fff;
    display: block;
    z-index: 1;
  }
  .navbar .navbar-nav .dropdown-menu {
    display: none;
    background: #fff;
    padding: 0 0 10px 0;
    position: unset;
    opacity: 1;
  }
  .dropdown-menu .sub-menu {
    margin-bottom: 20px;
    display: block;
    background: transparent;
    padding-left: 20px;
  }
  .dropdown-menu > ul > li {
    padding: 0;
    flex: unset;
    max-width: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 10px 0px;
  }
  .dropdown-menu > ul > li a {
    font-size: 12px;
  }
  .dropdown-menu > ul > li.col-6.menu-item {
    display: none;
  }
  .dropdown-menu > ul > li.sharePrice {
    display: none;
  }
  .dropdown-menu > ul > li.categories > ul > li {
    border: 0 !important;
  }
  .dropdown-menu > ul > li.countries > ul > li {
    padding-bottom: 20px;
  }
  .dropdown-menu > ul > li.categories > ul > li > a {
    color: #000;
    font-size: 17px;
    padding: 0 0 10px;
    display: block;
  }
  .dropdown-menu > ul > li.countries > ul > li > a {
    text-transform: uppercase;
  }
  .dropdown-menu > ul > li.categories ul li .regions {
    display: block;
    padding: 0;
  }
  .dropdown-menu > ul > li.categories ul li .regions li a {
    color: #000;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .banner .text {
    width: 100%;
    display: block;
  }
  .QAViewer a.QALink {
    padding: 10px 24px 10px 0;
    line-height: initial;
    height: auto;
  }
  .QAViewer .answer {
    font-size: 18px;
  }
  .QAViewer .plusIcon {
    width: 14px;
    height: 14px;
    line-height: 100px;
  }
  .page__footer .footer-menu {
    flex-wrap: wrap;
  }
  .page__footer .social-navigation,
  .page__footer .menu-footer-menu-container {
    width: 100%;
  }
  .page__footer .menu-footer > li {
    padding-right: 35px;
  }
  .page__footer .social-navigation ul {
    justify-content: flex-start;
  }
}

@media (min-width: 768px) {
  ul.sub-menu_footer {
    /* display: none; */
  }
}

@media (max-width: 767px) {
  .page__navigation {
    position: relative;
    margin-top: 95px;
  }
  .page__navigation .container {
    padding: 0;
  }
  #shareholderServices {
    display: block;
  }
  .banner {
    height: auto;
    min-height: 450px;
  }
  .banner .text {
    width: 95%;
  }
  .banner .container {
    width: 100%;
    padding: 0 15px;
  }
  .banner .text h1,
  .banner .text h2 {
    font-size: 20px !important;
  }
  .nav-pills .nav-item {
    background: #fff;
    border-bottom: 2px solid #8c98ad;
    margin: 0;
  }
  .nav-pills .nav-link {
    font-size: 20px;
    color: #a4adbe;
    min-width: unset;
  }
  p.intro {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
  .entry-page {
    padding: 0;
  }
  .entry-page:before {
    margin-bottom: 20px;
  }
  .entry-page p,
  .entry-page h4 {
    width: 100%;
    float: none;
    clear: both;
  }
  .QAViewer a.QALink {
    padding: 10px 24px 10px 0;
    line-height: initial;
    height: auto;
  }
  .QAViewer .answer {
    font-size: 18px;
  }
  .QAViewer .plusIcon {
    width: 14px;
    height: 14px;
    line-height: 100px;
  }
  .page__footer .footer-menu {
    display: block;
  }
  .page__footer .menu-footer-menu-container,
  .page__footer .social-navigation {
    width: 100%;
  }
  .page__footer .social-navigation ul {
    justify-content: flex-start;
    margin-top: 40px;
  }
  .page__footer ul.menu-footer {
    display: block;
  }
  .page__footer ul.menu-footer > li {
    margin: 0;
    font-size: 14px;
    padding: 0 10px;
  }
  .page__footer ul.menu-footer > li > a {
    padding: 10px 0;
    display: block;
    font-size: 17px;
  }
  .page__footer ul.menu-footer > li.dropdown_footer > a {
    position: relative;
  }
  .page__footer ul.menu-footer > li.dropdown_footer > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -30px;
    top: 9px;
    transform: rotate(0deg);
    font-weight: 900;
    color: #fff;
    transition: 0.05s;
    font-size: 18px;
  }
  .page__footer ul.menu-footer > li.dropdown_footer.footerExpanded > a:after {
    transform: rotate(180deg);
  }
  .page__footer
    ul.menu-footer
    > li.dropdown_footer.footerExpanded
    ul.sub-menu_footer {
    display: block;
  }
  .page__footer ul.menu-footer > li > ul > li a,
  .page__footer ul.menu-footer > li > ul > li {
    color: #fff;
    line-height: 25px;
    padding: 0;
    font-size: 17px;
  }
  .page__footer .container {
    padding: 0 20px;
  }
  .page__footer:after {
    width: 260px;
    height: 260px;
  }

  .page__footer ul.menu-footer {
    flex-wrap: wrap;
  }
  .page__footer .menu-footer > li {
    min-width: 33%;
  }
  ul.sub-menu_footer {
    padding: 0 0 10px 0;
    display: none;
  }
  .copyright {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .copyright p {
    font-size: 12px;
    display: flex;
    justify-content: flex-start;
  }
  .copyright p > * {
    line-height: 1;
  }
  table tr th,
  table tr td,
  .table tr th,
  .table tr td {
    line-height: initial;
    padding: 10px 5px;
  }

  .breadcrumbs {
    flex-direction: column;
  }

  .breadcrumbs li {
    margin: 0 20px 20px;
  }
}

@media (max-width: 576px) {
  .list-inline-item,
    .list-inline-item:not(: last-child) {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-inline-item > a {
    display: block;
    width: 100%;
  }
  .announcements-filter {
    display: block;
  }
  .announcements-filter label,
  .announcements-filter input {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
  }
  .page__footer ul.menu-footer > li > ul > li a,
  .page__footer ul.menu-footer > li > ul > li,
  .page__footer ul.menu-footer > li > a {
    font-size: 14px;
    line-height: 22px;
  }
}