/* Base
* *-------------------------------------------------- */
@import url("/FormBuilder/_Resource/_module/plugin/bs4/bootstrap.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/FontAwesome5.min.css");
@import url("https://use.typekit.net/cxt6mqw.css");
html {
  position: relative;
  min-height: 100%;
}

body {
  overflow-x: hidden !important;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #000;
}

img {
  max-width: 100%;
}

.page-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-content > .container {
  padding-top: 0;
  padding-bottom: 50px;
}
.page-content.no-pageNav > .container {
  padding-top: 60px;
}

/* Typography
 * *-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "montserrat", sans-serif;
  padding-bottom: 10px;
  color: colors-primary-1;
  font-weight: 600;
  line-height: 1em;
  margin: 0;
}

h1 {
  font-size: 22px;
  line-height: 1em !important;
  position: relative;
  margin: 24px 0;
  padding: 0;
}

h2 {
  font-size: 36px;
  line-height: 40px;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: rgb(17, 39, 86);
}

ul.no-style{
    list-style: none;
    padding: 0;
}

/* Links
 * *-------------------------------------------------- */
a {
  color: rgb(17, 39, 86);
  outline: none;
  transition: all 0.3s;
  text-decoration: underline;
}
a:hover {
  color: rgb(17, 39, 86);
}
a span {
  display: none;
}

/* Buttons */
.btn, input[type=button], a.loadNext, input.next {
  border: 2px solid #dc6239;
  color: rgb(0, 0, 0);
  padding: 9px 17px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 9999px;
  text-decoration: none;
  background: #fff;
  cursor: pointer;
}

.bg .btn, .bg input[type=button], .bg a.loadNext {
  background: rgb(17, 39, 86);
  border: 2px solid rgb(17, 39, 86);
  color: #ffffff;
}

input.filterButton[type=button] {
  margin: 10px auto 0;
  text-transform: uppercase;
  padding: 11px 20px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.filterButton[type=button]:hover, input.filterButton[type=button]:focus, input.filterButton[type=button]:active {
  background: #fff;
  padding: 11px 20px;
  border-color: #dc6239 !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(220, 98, 57), 0 0 rgba(0, 0, 0, 0);
  background: #fff !important;
  color: rgb(0, 0, 0) !important;
}

.btn:hover, .btn:focus, .btn:active {
  border-color: #dc6239 !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(220, 98, 57), 0 0 rgba(0, 0, 0, 0);
  background: #fff !important;
  color: rgb(0, 0, 0) !important;
}

input[type=button]:hover, input[type=button]:focus, input[type=button]:active {
  border-color: #dc6239 !important;
  box-shadow: 0 0 0 0px #fff, 0 0 0 1px rgb(220, 98, 57), 0 0 rgba(0, 0, 0, 0);
  background: #fff !important;
  color: rgb(0, 0, 0) !important;
}

a.loadNext:hover, a.loadNext:focus, a.loadNext:active {
  color: rgb(0, 0, 0);
  position: relative;
  background: #fff;
}

.bg .btn:hover, .bg input[type=button]:hover, .bg a.loadNext:hover {
  color: #2b2c2a !important;
}

.btn:hover:after, .btn:focus:after, .btn:active:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  right: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #2b2c2a;
  content: none;
}

input[type=button]:hover:after, input[type=button]:focus:after, input[type=button]:active:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  right: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #2b2c2a;
  content: none;
}

a.loadNext:hover:after, a.loadNext:focus:after, a.loadNext:active:after {
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 12px;
  right: 15px;
  font-weight: 400;
  font-size: 17px;
  color: #2b2c2a;
  content: none;
}

.header {
  background: #fff;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid rgb(212, 212, 212);
}

.bgscroll:before {
  /* content: '' */
  /* background: #111 */
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  margin-left: -50vw;
}

/* top header
 * *-------------------------------------------------------- */
.bg-secondary {
  background: rgba(238, 238, 238, 0.7) !important;
}

#ndmTopNav a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(56, 57, 60, 0.8);
  text-decoration: none;
}

/* Primary Header - Main Navigation
 * *-------------------------------------------------------- */
.navbar-nav{
  transition: opacity 0.2s ease-in-out
}
.navigation .navbar {
  padding: 0;
  transition: background 0.3s;
}
.navigation .navbar .container {
  position: relative;
  max-width: 100%;
}
.navigation .navbar-brand {
  margin: 0;
  padding: 16px 0;
  z-index: 99999;
}
.navigation .navbar-brand img {
  height: 64.2px;
  width: auto;
  max-width: unset;
}
.navigation .navbar-nav {
  width: 100%;
}
.navigation .navbar-nav .nav-item {
  position: relative;
}
.navigation .navbar-nav .nav-link {
  color: rgb(0, 0, 0) !important;
  text-decoration: none;
  background: none !important;
  padding: 15px 12px;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  border: 0 !important;
  box-shadow: none !important;
}
.navigation .navbar-nav .nav-link:hover {
  border: 0 !important;
  box-shadow: none !important;
}

.dropdown-item {
  color: rgb(0, 0, 0);
  text-decoration: none;
  background: none;
  padding: 15px 12px;
  font-size: 15px;
  font-weight: 300;
  position: relative;
}

.navigation .navbar-nav .dropdown-toggle::after {
  vertical-align: middle;
}
.navigation .navbar-nav .dropdown .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
  flex-direction: row;
  display: flex;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 90px 10px 0;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:active, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item.active {
  color: rgb(17, 39, 86);
  background: transparent;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover:after, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:active:after, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus:after, .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item.active:after {
  margin-left: 3px;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  top: 13px;
  transition: all 0.1s;
  font-size: 13px;
  color: rgb(17, 39, 86);
  padding-left: 13px;
}
.navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item .sub {
  padding-left: 20px;
}

#navbarInvestorCentre > ul {
  left: -49px;
}

#navbarAboutUs > ul {
  left: -92px;
}

.navigation .navbar-nav .dropdown.open > a::after, .navigation .navbar-nav .dropdown.open > a.nav-link::after {
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  margin-top: 3px;
}
.navigation .navbar-toggler {
  border: 0;
  border-radius: 0;
  padding: 20px 15px;
  outline: 0;
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  margin: 15px 5px 10px 0;
}

.collapsed .navbar-toggler-icon {
  transform: none;
  background: #112756;
  top: -2px;
}
.collapsed .navbar-toggler-icon:before, .collapsed .navbar-toggler-icon:after {
  transform: none;
}
.collapsed .navbar-toggler-icon {
  background: #112756;
  top: -2px;
}
.collapsed .navbar-toggler-icon:before {
  top: -8px;
}
.collapsed .navbar-toggler-icon:after {
  top: 8px;
}

.navbar-toggler-icon {
  background: #000;
  height: 3px;
  position: relative;
  width: 30px;
  transform: rotateZ(45deg);
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
  content: "";
  background: #112756;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
}
.navbar-toggler-icon:before {
  top: 0;
  transform: rotateZ(0deg);
}
.navbar-toggler-icon:after {
  top: 0;
  transform: rotateZ(-90deg);
}
.navbar-toggler-icon {
  transition: transform 0.3s ease, top 0.3s ease, background 0.125s ease;
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
  transition: transform 0.3s ease, top 0.3s ease, background 0.125s ease;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.navigation .navbar-nav .nav-item {
    position: static;
}
.navigation .navbar-nav .nav-item.search-item{
  position: relative;
}
.navbar-nav.show-search{
  opacity: 0;
}
.search_cont{
  margin: 0;
  padding: 0;
}
.search-item a {
  align-items: center;
  flex-direction: row;
  margin-right: 0 !important;
  display: flex;
  text-decoration: none;
  margin-left: 0;
}
.search-item a.show-search{
  color: #fff;
}
.search-item a .fal{
  margin-right: 20px;
  color: rgb(17, 39, 86) !important;
}

.search-bar #___gcse_0 {
  position: absolute;
  right: 130px;
  top: 14px;
  width: 0;
  transition: all 0.2s ease-in-out;
  visibility: hidden;
  max-width: 900px;
}
.search-bar #___gcse_0 .gsc-control-cse {
  padding: 10px !important;
  border: 0;
  background: #fff !important;
  margin: 0;
}
.search-bar #___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 10px !important;
  border: 0;
  background: #fff !important;
  margin: 0;
}
.search-bar #___gcse_0 .gsc-control-cse,
.search-bar #___gcse_0 .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 10px !important;
    border: 0;
    background: #fff !important;
    margin: 0;
}
.navbar .search-bar #gsc-iw-id1 {
    box-shadow: none !important;
    border: 0;
}
.navbar .search-bar .gsib_a {
    padding: 0;
}
.navbar .search-bar .gsc-search-button,
.navbar .search-bar .gsib_b {
    display: none;
}
.navbar .search-bar #gsc-i-id1 {
    font-size: 18px;
    text-indent: 0 !important;
    border-bottom: 2px solid #0d2256 !important;
    padding-left: 8px !important;
}

.navbar .search-bar #___gcse_0.show-search {
    visibility: visible;
    width: 100%;
}
#___gcse_0.show-search {
    width: calc(71%);
    visibility: visible;
    min-width: 300px;
    max-width: 900px;
}
.search-bar .show-search i:before {
    content: "\f00d"!important;
}
td.gsc-clear-button{
    display: none;
}
.gcsc-branding,
.gsc-adBlock,
.gsc-resultsHeader {
    display: none !important;
}
.gsc-resultsRoot tr {
    background: 0 0;
}
.gsc-control-cse .gsc-table-result {
    margin: 0 8px;
}
.gsc-orderby-label.gsc-inline-block,
.search-results .gs-bidi-start-align.gs-snippet,
.search-results .gsc-results.gsc-webResult {
    font-family: Aeonik, arial, sans-serif;
}
.search-results .gs-title,
.search-results .gs-title b {
    color: #0572e6 !important;
}
.search-results .gs-title:hover {
    text-decoration: none !important;
}
.search-results .gsc-control-cse .gsc-table-result {
    display: table !important;
    overflow: none !important;
}
.search-results .gsc-control-cse .gsc-table-result:before {
    display: none !important;
}
.search-results .gsc-control-cse .gsc-table-result tbody {
    display: initial !important;
    min-width: 0 !important;
}
.search-results .gs-webResult div.gs-visibleUrl-long {
    color: #58585a !important;
}
.search-results td.gsc-table-cell-thumbnail.gsc-thumbnail {
    padding-left: 0;
}
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
    color: #112756;
    border: 1px solid #112756;
    padding: 5px;
    border-radius: 50px;
    text-align: center;
    width: 50px;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-results .gsc-cursor-page.gsc-cursor-current-page,
.search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    background: #112756 !important;!important;
    color: #fff !important;
    font-weight: 400 !important;
}
.search-results .gsc-result-info-container {
    padding-left: 0;
    background: #fff;
}


.search-results .gsc-adBlock,.gcsc-branding,.gsc-orderby-container,.gs-fileFormat,.search-results .gsc-table-cell-thumbnail.gsc-thumbnail {
    display: none!important
}

.search-results .gsc-control-cse.gsc-control-cse-en {
    padding: 0
}

.search-results .gsc-result-info {
    font-size: 36px;
    line-height: 42px;
    display: block;
    font-family: 'Buenos Aires', Helvetica, Arial, san-serif;
    font-weight: 500;
    padding: 0
}

.search-results .gsc-control-cse .gs-result .gs-title,.search-results .gsc-control-cse .gs-result .gs-title b,.search-results .gsc-control-cse .gs-result .gs-title strong {
    font-size: 18px;
    font-family: 'Buenos Aires', Helvetica, Arial, san-serif;
    color: #112756 !important;
    font-weight: 500!important;
    text-decoration: none!important
}

.search-results .gsc-thumbnail-inside,.search-results .gsc-url-top {
    padding: 0
}

.search-results .gs-webResult div.gs-visibleUrl-long,.search-results .gs-webResult div.gs-visibleUrl-short,.search-results .gs-webResult div.gs-visibleUrl-breadcrumb {
    color: #e01a22
}

.search-results .gs-webResult div.gs-visibleUrl-breadcrumb {
    display: none
}

.search-results .gsc-webResult .gsc-result {
    border-top: 1px solid #ccc!important;
    padding: 20px 0
}

.search-results .gsc-resultsbox-visible .gsc-results.gsc-webResult {
    width: 100%
}

.search-results .gsc-above-wrapper-area {
    border: 0;
    margin-bottom: 64px;
    margin-bottom: 4rem
}

.search-results .gsc-resultsbox-visible .gsc-results.gsc-webResult>.gsc-result {
    border-top: 0!important
}

.search-results .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 3rem
}

.search-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page {
    font-size: 16px;
    font-family: itc-avant-garde-gothic-pro,sans-serif;
    color: #000;
    text-decoration: none!important;
    font-weight: 500;
    margin: 0 20px 0 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page,.search-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-page:hover {
    color: #fff !important
}

.search-results .gsc-cursor-page.gsc-cursor-current-page {
    font-weight: 500;
    color: #ccc!important
}

.search-results .gs-bidi-start-align.gs-snippet {
    color: #112756 !important;
    font-family: 'Buenos Aires', Helvetica, Arial, san-serif;
    font-size: 16px
}

.search-results .gcsc-more-maybe-branding-root,.search-results .gsc-thumbnail-inside,.search-results .gsc-url-top,.search-results .gsc-tabHeader.gsc-tabhActive,.search-results .gs-watermark,.search-results .gs-webResult div.gs-visibleUrl-short {
    display: none
}

.search-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search-results .gsc-cursor-box.gs-bidi-start-align .gsc-cursor .gsc-cursor-page:not(.gsc-cursor-current-page) {
    cursor: pointer
}

/*Breadcrumbs*/
.breadcrumb.container{
  margin-top: 124px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb{
  background: none;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item::before{
    content: url(/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/image/breadcrumbs-arrow.svg);
    position: relative;
    top: 3px;
}

/* Side nav */
.submenu {
  margin-top: 20px;
}
.submenu h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 0 1rem;
}
.submenu h3 a {
  color: #112756;
  padding: 0;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.submenu ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style: none;
}
.submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submenu li a {
  background: #fff;
  color: #127c84;
  padding: 10px 15px;
  font-weight: 400;
  text-underline-offset: 4px;
}
.submenu li a:hover {
  background: transparent;
  color: #127c84;
  text-decoration: underline;
}

.side-sub li a:focus {
  background: transparent;
  color: #127c84;
  text-decoration: underline;
}

.submenu li a.active {
  color: #127c84;
  background: transparent;
  text-decoration: underline;
}

/*sticky header position */
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
}

/* HERO Slider
--------------------------------------------------------*/
.hero-content{
    margin-top: 132px;
    display: none;
}
.hero-content > div {
    position: relative;
}

#slider_container img {
    max-width: 100% !important;
    height: 400px;
}

#slider_container .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

#slider_container .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flex-container a:hover,.flex-slider a:hover {
    outline: none;
}


.flex-direction-nav a:hover, .flex-direction-nav a:focus {
    opacity: 1;
}

.flex-direction-nav a.flex-prev:before {-webkit-transform: scale(-1);transform: scale(-1);}

.slides, .slides > li,.flex-control-nav,.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

#slider_container {
    margin: 0;
    padding: 0;
}

#slider_container .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#slider_container .slides img {
    width: 100%;
    display: block;
}

#slider_container .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] #slider_container .slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 840px;
}

* html #slider_container .slides {
    height: 1%;
}

.no-js #slider_container .slides > li:first-child {
    display: block;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: none !important;
}

.flex-direction-nav a:before {
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "\f054";
    background: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 22px;
    color: rgb(17, 39, 86);
    line-height: 40px;
}


.flex-direction-nav .flex-prev {
    left: 15px;
}

.flex-direction-nav .flex-next {
    right: 15px;
    text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-pauseplay{display: none;}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default;
    z-index: -1;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 25px;
    position: absolute;
    bottom: 50.5px;
    left: calc(50% - 62px);
    z-index: 1110;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    display: inline-block;
    content: '';
    z-index: 1100;
    opacity: 1;
    width: 16px;
    height: 25px;
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    background: url(/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/icon-play.svg) center center no-repeat;
    background-size: contain;
}
.flex-pauseplay a.flex-pause:before {
    background: url(/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/icon-pause.svg) center center no-repeat;
    background-size: contain;
    width: 13px;
}

.flex-direction-nav{
  width: 200px;
  position: absolute;
  text-align: center;
  z-index: 1100;
  left: 20px;
  bottom: 40px;
}

.flex-control-nav {
    width: 220px;
    position: absolute;
    text-align: center;
    z-index: 1100;
    left: 20px;
    bottom: 20px;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

.flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: rgb(204,204,204);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background: #0d2256;
    cursor: default;
}

.sustSlider .slides > li {
    text-align: center
}

.sustSlider .flex-direction-nav {
    position: relative;
    bottom: 300px;
}

/*---------- END SLIDER CSS --------------*/


.hero1 {
    background: url("/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/slide1b.jpg") center right no-repeat;
    background-size: cover;
    width: 100%;
}

.hero2 {
    background: url("/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/slide2b.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
}

.hero3 {
    background: url("/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/slide3.jpg") center right no-repeat;
    background-size: cover;
    width: 100%;
}

.hero4 {
    background: url("/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/slide4b.jpg") center left no-repeat;
    background-size: cover;
    width: 100%;
}

.hero5 {
    background: url("/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/home-banner-sustainability.jpg") center center no-repeat;
    background-size: cover;
    width: 100%;
}

.hero-investors {
    background: url("/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/slide-qantas-investors.jpg") center center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: none;
}

.hero-company {
    background: url("/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/slide-11138_Qantas_787_Dreamliner_10_Layers_RGB.jpg") center right no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: none;
}

.hero-governance {
    background: url("/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/slide-qantas-sustainability.jpg") center left no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: none;
}

.hero-contact {
    background: url("/FormBuilder/_Resource/_module/doLLG5ufYkCyEPjF1tpgyw/images/side-Qantas_190815_QFCampus_1046.jpg") center center no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: none;
}

.caption {
    display: block;
    margin: 0 auto;
    top: 50%;
    color: #FFFFFF;
    max-width: 1240px;
    position: relative;
    transform: translateY(-50%);
    padding: 0 20px;
}

.caption .wrap {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px;
    color: #000;
    position: initial;
    max-width: 600px;
    height: 450px;
}

.caption h2 {
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1;
}

.caption a.btn, .caption a.btn:hover{
    background: #0d2256 !important;
    color: #fff !important;
    border: #0d2256;
    box-shadow: none;
}

.banner-inner .caption .wrap {
    padding: 30px 50px 50px;
}

.banner-inner .caption {
    padding-bottom: 80px;
}

.banner-inner .caption .wrap h1 {
    line-height: 1.1;
}

/* Banner */
.banner {
  position: relative;
  margin-top: 81px;
  padding-top: 20px;
}
.banner .homesharePrice {
  display: none;
}
.banner .banner-box {
  padding: 48px 0;
  background: #112756;
  margin: 0 16px 0 16px;
  border-radius: 6px;
}
.banner .banner-box .inner-block h1 {
  color: #fff;
  font-size: 3rem;
}

.banner.homepage {
  padding-top: 0;
}
.banner.homepage .banner-box img {
  width: 100%;
}
.banner.homepage .banner-box {
  padding: 100px 0;
  background: url(/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/banner.jpg) center/cover no-repeat;
  margin: 0;
  border-radius: 0;
}
.banner.homepage .homesharePrice {
  display: block;
}
.banner.homepage .inner-block {
  display: none;
}

/* Primary Page content
 * *-------------------------------------------------------- */
.profile {
  padding: 30px;
}
.profile h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  color: #112756;
  font-size: 20px;
  padding: 0;
}
.profile h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
  color: #112756;
}
.profile:nth-child(even) {
  background: rgba(8, 70, 135, 0.05);
}

@media (max-width: 991px) {
  .profile img {
    margin-bottom: 20px;
  }
}
/* Table */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0 !important;
  background-color: transparent;
}
table td {
  padding: 20px 0.75rem;
  vertical-align: top !important;
  border-top: none;
}

.table td {
  padding: 20px 0.75rem;
  vertical-align: top !important;
  border-top: none;
}

table th, .table th {
  padding: 20px 0.75rem;
  vertical-align: top !important;
  border-top: 0;
  border-bottom: 0 !important;
}

table tr th {
  background-color: rgb(17, 39, 86);
  color: #fff;
}
table tr:nth-child(odd) {
  background: rgb(247, 247, 247);
}
table.announcementsTable th:last-child, table.announcementsTable td:last-child {
  width: 18%;
  text-align: right;
}
table.table.links th, table.table.links td {
  text-align: center;
}
table.table.links th:first-child, table.table.links td:first-child {
  width: 84%;
  text-align: left;
}
table.table.date th:first-child, table.table.date td:first-child {
  width: 85%;
  text-align: left;
}
table.table.side th {
  width: 25%;
}
table.table.half {
  display: table;
}
table.table.half th {
  width: 50%;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
table.rank th, table.rank td {
  width: 10%;
  text-align: center;
  padding: 10px;
}
table.rank th:first-child, table.rank td:first-child {
  width: 5%;
}
table.rank th:nth-child(2), table.rank td:nth-child(2) {
  width: 75%;
  text-align: left;
}
table.half th, table.half td {
  width: 50%;
}
table td a {
  position: relative;
  font-weight: 400;
}
table td a i {
  font-size: 23px;
}
table.profiles thead tr th {
  background: transparent;
  padding: 0;
}
table.profiles thead tr:last-child th {
  padding-bottom: 10px;
}
table.profiles tbody tr td {
  padding: 10px 0 0;
}
table.profiles tr h3, table.profiles tr h5 {
  color: rgb(17, 39, 86);
  margin: 0;
}
.table-responsive.dividend{
  font-size: 12px;
}

.priceHistoryTable {
  table-layout: fixed;
}

.home-block {
  margin-bottom: 10px;
}

div#loadingSpinner {
  display: none !important;
}

/* Home - Sections */
.page-content section {
  padding: 7em 0;
}
.page-content section.bg {
  background-size: cover;
  position: relative;
  color: #fff;
}
.page-content section.bg h2, .page-content section.bg h3 {
  color: #fff;
}
.page-content section.bg a:hover {
  color: rgb(17, 39, 86);
}

#section-relationships.bg {
  background: url(/FormBuilder/_Resource/_module/5Vsy6gAuM0qSTVk_UWMf_w/images/Portfolio.jpg) no-repeat center;
}

#section-home-result.bg {
  background: url(/FormBuilder/_Resource/_module/5Vsy6gAuM0qSTVk_UWMf_w/images/Contact.jpg) no-repeat center;
}

#section-professionals.bg {
  background: url(/FormBuilder/_Resource/_module/5Vsy6gAuM0qSTVk_UWMf_w/images/leaves-2.jpg) no-repeat center;
}

#section-team.bg {
  background: url(/FormBuilder/_Resource/_module/5Vsy6gAuM0qSTVk_UWMf_w/images/bg-leaves-3.jpg) no-repeat center;
}

.page-content section.bg:before {
  content: "";
  background: rgba(0, 0, 0, 0.25) url(/FormBuilder/_Resource/_module/5Vsy6gAuM0qSTVk_UWMf_w/images/texture.png) repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-tile-box {
  background: rgb(17, 39, 86);
  text-align: center;
  padding: 15px 0;
  margin-bottom: 20px;
}

.home_blocks table.announcementsTable th {
  display: none;
}
.home_blocks h3 {
  font-weight: 400;
  padding: 15px 0;
  margin-bottom: 0;
  border-bottom: 4px solid rgb(17, 39, 86);
}
.home_blocks table tr:nth-child(odd) {
  background: transparent;
}
.home_blocks table tr {
  border-bottom: 1px solid rgb(17, 39, 86);
}
.home_blocks table td {
  display: block;
  width: 100%;
}

.home_announcements .announcementDate {
  font-size: 14px !important;
  color: rgb(17, 39, 86);
}

.home_blocks table.announcementsTable tr td {
  padding-left: 0;
}
.home_blocks table.announcementsTable tr td:first-child {
  padding-bottom: 0;
}
.home_blocks table.announcementsTable tr td:last-child {
  padding-top: 5px;
}

table.results-table tr td {
  padding: 25px 0;
}

/* report tab */
ul.reports-tabs {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 0 28px;
  justify-content: space-between;
}
ul.reports-tabs li {
  font-size: 22px;
  position: relative;
  font-weight: 500;
  list-style: none;
  width: 49.5%;
  text-align: center;
  border-bottom: 4px solid #dadada;
  padding: 15px 0;
}
ul.reports-tabs li.active {
  border-bottom: 4px solid rgb(17, 39, 86);
}
ul.reports-tabs li.active a {
  color: rgb(17, 39, 86);
}
ul.reports-tabs li a {
  text-decoration: none;
  font-size: 20px;
  color: #112756;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
}
ul.reports-tabs li a:hover {
  background: transparent;
  color: #47bbc9;
}

.rep-time {
  font-size: 14px !important;
  color: rgb(17, 39, 86);
}

.re-tabs {
  display: none;
}
.re-tabs.open {
  display: block;
}

h3.rep-title {
  font-size: 24px;
  font-weight: 700;
}

p.rep-sub-title {
  text-transform: uppercase;
}

/* section-professionals */
#section-professionals a {
  display: inline-block;
  line-height: 1.1;
  margin-top: 5px;
}
#section-professionals a:hover {
  text-decoration: underline;
}

/* Side Bar */
.side-menu {
  margin: 40px 0 0;
  width: 90%;
  padding-bottom: 100px;
}
.side-menu h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.side-menu a {
  text-decoration: none;
}
.side-menu ul {
  padding: 0;
  list-style: none;
  display: none;
}
.side-menu ul.active {
  display: block;
}
.side-menu ul li:before {
  display: none;
}
.side-menu ul .side-item {
  line-height: 40px;
  padding: 0 0 0 30px;
  font-size: 16px;
}
.side-menu ul .side-item.active {
  font-weight: bold;
}

/* Home - Share Price */
.homesharePrice {
  visibility: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 3em 2em;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  margin-bottom: 0;
}
.homesharePrice h2 {
  margin-bottom: 10px;
  color: rgb(0, 0, 0);
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}
.homesharePrice p span.priceLatest {
  font-size: 40px;
}
.homesharePrice p span {
  font-size: 18px;
  color: rgb(0, 0, 0);
  display: inline-block;
  margin: 0 10px;
}
.homesharePrice p span sup {
  display: block;
  text-align: left;
}

.card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
  border: 0;
}
.card .blue_bg {
  background: rgb(13, 34, 86);
  color: #fff;
  margin: -20px;
  height: 215.31px;
}

.priceLatest {
  color: #fff;
  font-size: 2.5em;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: bold;
}

.shareprice-container {
  padding: 30px 20px;
  text-align: center;
  background: #efefef;
}

#price {
  color: rgb(17, 39, 86);
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
}

#priceMove {
  font-size: 20px;
}

#priceDate {
  margin-bottom: 20px;
}

/* Home - Annual Report */
.homeAr {
  position: relative;
  margin-bottom: 0;
  padding: 35px 0 45px;
}
.homeAr h2 {
  margin-bottom: 20px;
}
.homeAr::before {
  content: "";
  background: #f9f9f9;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  margin-left: -50vw;
}
.homeAr img {
  max-height: 250px;
}

/* Tab Group */
#tab-group ul {
  font-size: 0;
  margin-bottom: 8px;
}
#tab-group a.tab-button {
  display: inline-block;
  background: #999;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
#tab-group a.tab-button.current {
  background: rgb(17, 39, 86) !important;
}
#tab-group a.tab-button:hover {
  background: rgb(17, 39, 86);
}

/* Dropdown Group */
#year-selector select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  background: url(/FormBuilder/_Resource/_module/IRFIV2_oUU-KYHmGgn6eWg/img/arrow.svg) no-repeat 122px center;
  border-color: #000;
  background-size: 8px;
  width: 150px;
  border-radius: 5px;
}

/* Investment Calc */
.calc-table {
  font-size: 0;
  margin-top: 30px;
}

.calc-table-filter {
  font-size: 16px;
}
.calc-table-filter .calc-table-filter-row > label, .calc-table-filter ul {
  display: block;
}

.calc-table-row {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 33.33333%;
  margin-bottom: 10px;
}
.calc-table-row label, .calc-table-row span {
  display: block;
  padding: 10px;
}
.calc-table-row label {
  background: rgb(17, 39, 86);
  color: #fff;
  margin: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.calc-table-row span {
  border-right: 1px solid #dee2e6;
}

.calc-table-filter ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.calc-table-filter li {
  display: flex;
  margin-right: 5%;
  width: 100%;
}
.calc-table-filter li:last-child {
  margin-right: 0;
}
.calc-table-filter li label {
  width: 100%;
}
.calc-table-filter li input {
  width: 100%;
}
.calc-table-filter li input[type=radio] {
  display: none;
}

.calc-table-filter-row label.text {
  display: none;
}

.calc-table-filter li label {
  font-weight: bold;
  margin: 0 10px 0 5px;
  line-height: 38px;
  cursor: pointer;
  flex-shrink: 4;
  min-width: 85px;
}
.calc-table-filter li input:last-child {
  padding: 5px;
}
.calc-table-filter li label::before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  padding-right: 10px;
}
.calc-table-filter li.checked label::before {
  content: "\f14a";
}

/* ICONLINK */
.iconLink a {
  padding: 10px 20px;
  display: block;
}
.iconLink a:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f15c";
  position: absolute;
  left: 15px;
  width: 15px;
  text-align: center;
}

/* FAQ */
.QAViewer {
  border-bottom: 1px solid #112756;
}
.QAViewer .QALink {
  color: rgb(0, 0, 0);
  font-size: 1.25rem;
  font-weight: 700;
  padding: 27px 84px 27px 0;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.QAViewer .QALink::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  background: rgb(247, 247, 247);
  color: rgb(17, 39, 86);
  height: 52px;
  width: 52px;
  border-radius: 100%;
  text-align: center;
  line-height: 52px;
}
.QAViewer.open .QALink::after {
  transform: translateY(-50%) rotate(180deg);
}
.QAViewer .answer {
  padding: 10px 10px 30px 0;
}

/* AGM */
a[data-icon=pdf], a[data-icon=webcast] {
  padding-left: 20px;
}
a[data-icon=pdf]::before, a[data-icon=webcast]::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
}

table.pdf a::before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  width: 15px;
  text-align: center;
}

a[data-icon=webcast]::before {
  content: "\f008";
}
a[data-icon=pdf]::before {
  content: "\f15c";
}

/* Share Price Chart */
.priveVolumeChart {
  margin: 0 auto;
  width: 100% !important;
}

.highcharts-button {
  cursor: pointer !important;
}

/* ANNOUNCEMENTS */
table.announcementsTable tr {
  display: flex;
  flex-wrap: nowrap;
}
table.announcementsTable th, table.announcementsTable td {
  flex-grow: 1;
}
table.announcementsTable th:last-child, table.announcementsTable td:last-child {
  width: 18%;
  text-align: left;
  flex-grow: 0;
  order: -1;
  min-width: 120px;
}

/* Tab Group */
.tab-group li {
  /* border-bottom: 5px solid #00235D */
}
.tab-group a.tab-button {
  background: #afafaf;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.tab-group a.tab-button.current {
  background: rgb(17, 39, 86) !important;
}
.tab-group a.tab-button:hover {
  background: rgb(17, 39, 86);
}

.announcements-filter {
  text-align: right;
  padding: 15px 0;
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.announcements-filter label {
  margin-right: 10px;
  text-align: left;
}
.announcements-filter input[type=text] {
  outline: 0;
  border: 1px solid rgb(17, 39, 86);
  padding: 6px;
  margin-right: 20px;
  border-radius: 6px;
  margin-left: 20px;
  flex-grow: 1;
}

/* Checkbox */
.checkboxFullWidth .inputFields {
  display: flex;
  align-items: baseline;
}
.checkboxFullWidth .inputFields input[type=checkbox], .checkboxFullWidth .inputFields input[type=radio] {
  margin-right: 10px;
}

/* Email Alerts */
.emailSubscriptionView > .row {
  padding-bottom: 20px;
  margin: 0;
}

.emailSubscription .emailLabel {
  margin-right: 10px;
  line-height: 38px;
}

.emailSubscriptionView #EmailAddress {
  padding: 5px;
}

.emailSubscription ul#subscriptions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.emailSubscription ul#subscriptions input {
  margin-right: 10px;
}

.subscriptionConfirmationView .row {
  margin: 0;
  display: inline;
}

a.subscription-email {
  margin-left: 3px;
}

.subscriptionConfirmationView {
  padding-bottom: 65px;
}

.emailSubscription > div .row {
  margin-left: 0;
  margin-right: 0;
}

.updateSubscriptionsView .row .field {
  margin-left: 3px;
}

/* Contact Us */
.contact-details {
  list-style: none;
  padding-left: 22px;
}
.contact-details li {
  margin-bottom: 10px;
  position: relative;
}
.contact-details li::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -22px;
  font-weight: bold;
}
.contact-details li.address::before {
  content: "\f3c5";
  font-size: 17px;
  top: -2px;
  left: -20px;
}
.contact-details li.email::before {
  content: "\f0e0";
}
.contact-details li.phone::before {
  content: "\f095";
}

/* subscribe */
.subscribe {
  background-color: #000;
}

.page-footer .subscribe a {
  color: #ffffff;
  font-size: 1.3rem;
  text-decoration: none;
  padding: 0.8em;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.page-footer .subscribe a:hover {
  text-decoration: none;
}

/* site map */
#section-sitemap ul {
  padding-left: 20px;
}

/* modal customised */
.modal-dialog {
  max-width: 600px;
}

.member-detail .media img {
  width: 150px;
}

/* Error */
.error {
  color: #ff0000 !important;
  vertical-align: top;
  cursor: default;
}
.error ul li:nth-child(2), .error ul li:nth-child(3), .error ul li:nth-child(4) {
  display: none;
}
.error label {
  cursor: text;
  vertical-align: top;
}

/* Footer
 * *-------------------------------------------------------- */
.logos_footer .d-flex {
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.logos_footer .d-flex img {
  height: auto;
  flex-shrink: 0;
  flex-shrink: 0;
  max-width: 170px;
}

.page-footer {
  background: rgb(17, 39, 86);
  color: #fff;
  padding: 40px 0;
  font-size: 10px;
  position: relative;
}
.page-footer p {
  margin: 0;
}
.page-footer hr {
  border-top-color: #333;
  margin-bottom: 2rem;
}
.page-footer img {
  max-height: 52px;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  color: #8a8c8e;
}
.page-footer .socialIcons a .fa-youtube {
  font-size: 30px;
}
.page-footer .socialIcons a .fa-facebook-f {
  font-size: 22px;
}
.page-footer .socialIcons a .fa-linkedin {
  font-size: 26px;
}
.page-footer h4, .page-footer p {
  font-size: 1rem;
  line-height: 1.5rem;
}
.page-footer h5 {
  font-size: 30px;
  line-height: 1.25rem;
}
.page-footer .link_footer {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
  margin-bottom: 25px;
}

/* Media Queries
 * *--------------------------------------------------
 * * - Min width needs to be ordered smallest to biggest
 * * - Max width needs to be ordered biggest to smallest
 * *-------------------------------------------------- */
/* Small devices (phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  body {
    margin-bottom: 627px;
  }
  .navigation .navbar-brand {
    margin-left: 30px;
  }
  .page-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .nav-item.dropdown > a {
    padding-right: 20px !important;
  }
  .navigation .navbar-nav .dropdown-toggle::after {
    content: none;
  }
  .navigation .navbar-nav > li a.active {
    /* color: $colors-primary-surface */
  }
  .bgscroll .navigation .navbar-brand {
    padding: 20px 0;
  }
  .bgscroll .navbar-expand-lg .navbar-nav .nav-link {
    margin: 6px 0;
  }
  .bgscroll .navigation .navbar-nav .nav-item:hover .dropdown-menu {
    transform: translateY(-16px);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 16px 0;
  }
}
/* (1500px and down) */
@media (max-width: 1550px) {
  .search-item a{
    width: 20px;
    display: block;
    overflow: hidden;
    padding: 0 1rem;
    height: 30px;
  }
  .navigation .navbar-nav .nav-link {
    font-size: 16px;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  .navigation .navbar-brand {
    margin-left: 0;
  }
  .banner {
    margin-top: 0;
  }
  .nav-item.dropdown > button svg {
    transition: all 0.2s;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  .nav-item.dropdown > button:hover svg {
    top: 5px;
  }
  .navigation .navbar-nav .nav-item {
    margin-right: 10px;
  }
  .navigation .navbar-nav .nav-item .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
    left: 0;
    width: 100%;
  }
  .navigation .navbar-nav .nav-item .dropdown-menu.show:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -1000%;
    background-color: #fff;
    right: -1000%;
    z-index: -1;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu {
    width: 100%;
    top: 91px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    transform: translateY(50px);
    padding: 33px 0px 32px 0px;
    background: transparent;
    left: auto;
    display: block;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu.sub {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu li {
    padding: 0 10px;
    line-height: 1.5;
  }
  .navigation .navbar-nav .dropdown h4 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu li span {
    color: rgb(17, 39, 86);
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 12px 10px;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu li ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu li ul li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu li ul li a {
    font-size: 12px;
    display: block;
    padding: 6px 10px;
  }
}
/* Extra large devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
  #ndmTopNav {
    display: none;
  }
  h1 {
    font-size: 1.3em;
  }
  .navbar-collapse {
    height: calc(100vh - 68px);
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d8d8d8;
  }
  .navigation .navbar-nav {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .navigation .navbar-brand {
    margin-left: 15px;
    padding: 0;
  }
  .navigation .navbar-brand img {
    height: 36px;
  }
  .navigation .navbar-nav .nav-link {
    padding: 10px 15px;
  }
  .navigation .navbar-nav .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu {
    display: block;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu .d-flex.flex-column {
    display: block !important;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 25px;
    dispay: inline-block;
    font-size: 0.85rem;
    padding-left: 32px;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu .dropdown-item:after {
    top: 10px;
  }
  .navigation .navbar-nav h4 {
    padding: 10px 25px;
    dispay: inline-block;
    font-size: 0.85rem;
    padding-left: 32px;
  }
  .navigation .navbar-nav .dropdown-toggle::after {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    top: 0;
    right: 20px;
    border: none;
    font-size: 13px;
    color: rgb(17, 39, 86);
    height: 100%;
    width: 20px;
    line-height: 35px;
  }
  .navigation .navbar-nav .dropdown > .dropdown-toggle {
    display: inline-block;
    position: relative;
    height: 35px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navigation .navbar-nav .dropdown > button.dropdown-toggle:after,
  .navigation .navbar-nav .dropdown > .dropdown-toggle svg{
    display: none;
  }
  .navigation .navbar-nav .dropdown > a.dropdown-toggle {
      position: absolute;
      width: 100%;
      right: 0;
      height: 35px;
  }
  .navigation .navbar-nav .nav-item{
    position: relative;
    padding-bottom: 10px;
  }
  .navigation .navbar-nav .dropdown.open > a::after, .navigation .navbar-nav .dropdown.open > a.nav-link::after {
    border-top: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 0.5em solid;
    border-left: 0.5em solid transparent;
    margin-top: 0;
  }
  .page-nav .nav .nav-item {
    width: 100%;
    max-width: 340px;
    text-align: center;
    border-bottom: 0;
  }
  .page-nav .nav .nav-item:first-child {
    margin-left: 0;
    border-radius: 25px 25px 0 0;
  }
  .page-nav .nav .nav-item:last-child {
    border-radius: 0 0 25px 25px;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-nav .nav .nav-item::after {
    display: none;
  }
  .navigation .navbar-nav > li:first-child a {
    border: none;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu > li > span {
    color: rgb(17, 39, 86);
    font-weight: 700;
    font-size: 15px;
    display: block;
    padding: 10px 0;
    margin: 0 15px;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu ul li {
    list-style: none;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu ul li a {
    padding: 10px 10px 10px 10px;
    display: block;
    border-bottom: 1px solid #d8d8d8;
    font-size: 12px;
  }
  .navigation .navbar-nav .dropdown .dropdown-menu ul li:last-child a {
    border: none;
  }
  .search_cont{
    display: none;
  }
  .breadcrumb.container{
    margin-top: 95px;
  }
  .banner{
    margin-top: 10px;
  }
  .hero-content{
      margin-top: 80px;
  }
  html[xmlns] #slider_container .slides{
      height: 450px;
  }
  .caption{
      padding: 0 20px;
      max-width: 960px;
  }
  .caption .wrap{
      max-width: 450px;
      position: relative;
  }
  .caption h2{
      font-size: 2rem;
  }
  .homesharePrice h2{
    font-size: 38px;
  }
  .banner .banner-box .inner-block h1 {
    font-size: 2rem;
  }
  .homesharePrice{
    padding: 2em 1em;
  }
  .flex-control-nav, .flex-direction-nav{
      left: 30px;
  }
  .side-menu {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .banner.homepage{
    margin-top: 80px;
  }
  .page-content {
    padding-top: 40px;
  }
  .socialIcons {
    margin-top: 40px;
    width: 100%;
    justify-content: flex-end;
  }
}
/* Small devices (phones, 767px and down) */
@media (max-width: 991px) {
  body {
    margin-top: 70px;
  }
  .banner h1 {
    font-size: 52px;
  }
  .bgscroll:before {
    height: 56px;
  }
  h1 {
    font-size: 1.3em;
  }
  g.highcharts-input-group {
    display: none;
  }
  .side-menu{
    display: none;
  }
  .card a img {
    width: 100%;
  }
  .card .blue_bg {
    margin-bottom: 20px;
  }
  table.profiles h3, table.profiles h5 {
    text-align: center;
  }
  .row.home-tiles .col-md-6 {
    display: block !important;
  }
  .footer-top .nav {
    justify-content: center !important;
  }
  .page-footer .copyright {
    text-align: center;
  }
  .footer-top li.nav-item.social a {
    margin: 5px 10px;
  }
}
/* Extra Small devices (phones, 575px and down) */
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
  h2.big {
    font-size: 26px;
  }
  .text-justify {
    text-align: inherit !important;
  }
  .banner h1 {
    font-size: 42px;
    font-size: 8vw;
  }
  .announcements-filter {
    text-align: center;
  }
  .announcements-filter label {
    display: block;
  }
  a.loadNext {
    margin: 0 auto 20px;
    display: block;
    max-width: 310px;
  }
  .caption h2 {
    font-size: 1.5rem;
  }
  .banner .banner-box .inner-block h1 {
    font-size: 1.5rem;
  }
  /* Share Price */
  .homesharePrice p span {
    display: block;
    margin: 0px 0px 20px;
  }
  .homesharePrice p span:last-child {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .homesharePrice p span sup {
    text-align: center;
  }
  .row.checkboxFullWidth{
    margin-left: 0;
    margin-right: 0;
  }
  .announcements-filter{
    flex-direction: column;
  }
  .announcements-filter input[type=text]{
      width: 100%;
  }
  /* Footer */
  .page-footer .footer-top {
    text-align: center;
  }
  .page-footer .footer-top > div > ul {
    margin: 0;
  }
  .page-footer .footer-top > div > ul ul {
    display: none;
  }
  .copyright span {
    display: none;
  }
  .footer-top .nav .nav-item:not(.social) {
    display: block;
    width: 100%;
  }
  .footer-top li.nav-item.social a {
    margin: 10px 5px;
  }
}
/* Tiny devices (phones, 380px and down) */
@media (max-width: 380px) {
  .banner h1 {
    font-size: 38px;
    font-size: 10vw;
  }
  .banner h2 {
    font-size: 2rem;
  }

  .search-form-top-header {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .search-form-top-header .searchform {
    display: block;
    position: relative;
    height: 40px;
    margin-top: 10px;
    width: 250px;
  }
  .search-form-top-header .searchform [type=text] {
    padding: 5px 12px;
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: 0;
    height: 100%;
    border-radius: 10px;
    padding-right: 40px;
    color: #979797;
    font-size: 17px;
    background: rgb(255, 255, 255);
    line-height: 23px;
    font-weight: 400;
    font-family: "montserrat", sans-serif;
    border: 1px solid #e4e4e4;
    text-indent: 3px;
    width: 100%;
  }
  .search-form-top-header .searchform [type=text]:focus {
    border-color: #112756;
    color: #979797;
    outline: none;
  }
  .search-form-top-header .searchform button {
    position: absolute;
    z-index: 99;
    right: 2px;
    bottom: 2px;
    top: 2px;
    width: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: "montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #112756;
    background: #fff;
    text-align: center;
    border-radius: 0 9px 9px 0;
    vertical-align: top;
    outline: none;
    transition: all 0.5s;
  }
  .search-form-top-header .searchform button:hover {
    background-color: #112756;
    color: #fff;
  }
}

@media (max-width: 600px) {
  .search-form-top-header .searchform {
    width: 180px;
  }
}
@media (max-width: 479px) {
  .header-logo a {
    width: 110px !important;
  }
  .search-form-top-header .searchform {
    width: 160px;
  }
  .search-form-top-header .searchform [type=text] {
    font-size: 15px;
  }
  .search-form-top-header .searchform button {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */