/* Imported files */
@import url("/FormBuilder/_Resource/_module/plugin/mdb/bootstrap.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/mdb/mdb.min.css");
@import url("/FormBuilder/_Resource/_module/plugin/fa/FontAwesome5.min.css");


/* General */
/* Splash Screen */
.splash-logo {
    padding: 15px 0;
}
.splash-logo img {
    max-height: 75px;
}
.banner.splash-banner .col-12:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #e60000;
    margin: 0 auto;
    -webkit-transition: none !important;
    transition: none !important;
    animation: redirect 10s infinite alternate;
}

input, select {
  max-width: 100%;
}

select {
  padding: 4.5px 5px;
}

.identification label {
  margin-top: 1rem;
}

.formModule {
  padding-bottom: 3rem;
}

.inputFields span.error {
  margin-left: .25rem;
}


input[type="submit"], .downloadLink {
  padding: 13px 24px 12px;
  background: #e60000;
  border: none;
  color: #fff;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
}

input[type="submit"]:hover ,input[type="submit"]:focus, .downloadLink:hover, .downloadLink:focus{
      border: none;
      text-decoration: none;
      background:#923739;
      zoom: 1;
      color: #fff !important;
  }


.error.errorContainer {
  border: 1px solid #ebccd1;
  border-radius: 15px;
  font-size: .875rem;
  text-decoration: none !important;
  background: #e60000;
  margin-bottom: 2rem;
}


.error.errorContainer h6 {
  font-size: 1rem;
  margin: 1rem 0 .5rem 1rem;
  font-weight: bold;
  color: #fff;
}

.error.errorContainer ul li {
  font-weight: bold;
}

.error.errorContainer ul {
  margin: 0;
  color: #fff;
}

.error.errorContainer ul li:last-child {
  margin-bottom: .25rem;
}

/* General */

body{
    overflow-x: hidden;
	min-height: 100vh;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
body,
p,
ul {
    font-family: Arial, sans-serif;
    color: #333;
}
ul li{
	padding-bottom: 10px;
}
article section {
    padding: 60px 0 0;
}
img {
    max-width: 100%;
}
a {
    color: #e60000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a:hover {
    color: #333;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, sans-serif;
    color: #5a5a5a;
}
h1,
.h1 {
    font-size: 60px;
}
h2,
.h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
h3,
.h3 {
    font-size: 26px;
}
h4,
.h4 {
    font-size: 22px;
}
h5,
.h5 {
    font-size: 16px;
}
h6,
.h6 {
    font-size: 12px;
}

h4 strong,
.h4 strong {
    font-size: 24px;
}

strong,
.strong {
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.wow {
    visibility: hidden;
}


.btn {
    box-shadow: none !important;
    background: #e60000;
    font-family: Arial, sans-serif;
    margin: 1em 0;
    border-radius: 5px;
    font-weight: bold;
    text-transform: none;
}
.btn:hover {
    background: #923739;
    color: #fff;
}

table {
    color: #333;
}
table th,
table td {
    padding: 8px 20px;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    text-align: center;
}
table thead th {
    background: rgba(78, 78, 80, 0.9);
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    letter-spacing: 0.5px;
}
table th:first-child {
    text-align: left;
}
table tbody tr:nth-child(odd) {
    background: rgba(78, 78, 80, 0.025);
}
table tbody tr:nth-child(even) {
    background: rgba(78, 78, 80, 0.05);
}
table tbody tr {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
table tbody tr:hover {
    background: rgba(78, 78, 80, 0.1);
}
table.total tbody tr:last-child td,
table.total tbody tr:last-child th {
    font-weight: bold;
}

.blockquote p {
    font-style: italic;
    color: #e60000;
    margin: 0;
    padding-left: 0;
    padding: 0.5rem 0;
}

/* Accordion */
.accordion {
    border-bottom: 1px solid #bbb;
}
.accordion .title-link {
    position: relative;
    display: block;
    color: #e60000 !important;
    padding: 20px 50px 20px 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
}
.accordion .title-link.large {
    font-size: 22px;
}
.accordion .title-link:after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: "\f077";
    border: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    vertical-align: baseline;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-left: 5px;
    line-height: 12.8px;
    line-height: 0.8rem;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion .title-link.collapsed:after {
    content: "\f078";
}


.QAViewer .QALink {
    position: relative;
    padding: 20px 50px 20px 30px;
    color: #000;
    background: #fff;
  display:block;
  border-bottom: 1px solid #ccc;
  font-size: 1.125rem;
  }

  .QALink:before, .open .QALink:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
  }

  .open .QALink:before {
    content: "\f068";
  }

  .QALink:before {
    right: 20px;
    content: "\f067";
    font-size: 16px;
    left: auto;
  }

  .QAViewer .answer {
      padding: 1rem 30px;
      background: #fff;
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea;
  }
  .QAViewer .answer *:last-child {
  margin-bottom: 0;
  }

  .background-grey {
    position: relative;
  }

  .background-grey::before {
    position: absolute;
    background: rgba(219, 220, 221, 0.4);
    content: '';
    width: 100vw;
    height: 100%;
    z-index: -1;
    margin-left: -50vw;
    left: 50%;
    top: 0;
  }

/* Tabs */
.nav-tabs {
    margin: 0 0 10px 1px;
    border: none;
}
.nav-tabs .nav-link {
    background: rgba(78, 78, 80, 0.15);
    color: #333;
    border-radius: 0;
    margin: 0 0 1px 0;
    border: none;
    text-align: center;
}
.nav-tabs .nav-link:not(:first-child) {
    margin-left: 1px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #e60000;
}
table.t-venue {
    display: block;
    overflow: auto;
}
table.t-venue th,
table.t-venue td {
    text-align: left;
}
table.t-venue th:nth-child(1) {
    min-width: 160px;
}
table.t-venue th:nth-child(2),
table.t-venue td:nth-child(2) {
    text-align: center;
}
table.t-venue th:nth-child(3) {
    min-width: 200px;
}
table.t-venue td:nth-child(4) {
    white-space: nowrap;
}

/* Navigation */
.navbar {
    background: rgba(255, 255, 255, 1);
    padding: 0 !important;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.04);
}

.navbar .navbar-brand p {
    font-size: .875rem;
    font-weight: 600;
    margin: 0;
}

.navbar .navbar-brand p span {
    font-weight: 400;
}
.navbar .navbar-brand {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
}
.navbar .navbar-brand img {
    width: 170px;
}

.navbar.navbar-expand-lg .nav-item {
    padding: 0;
}

.navbar.navbar-expand-lg .nav-link {
    color: #808285;
    line-height: 50px;
    padding: 0 15px;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.navbar .search .nav-link {
    padding: 0 25px;
}
.navbar .nav-item .nav-link .fa {
    padding: 0;
}
.navbar .nav-item:hover .nav-link,
.navbar .dropdown.show .dropdown-link:hover,
.navbar .nav-link.active {
    color: #e60000 !important;
}
.navbar .dropdown .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.navbar .dropdown-item {
    background: none !important;
    padding: 0;
}
.navbar .dropdown-item:first-child .dropdown-link {
}
.navbar .dropdown-item .dropdown-link {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1rem;
    color: #5a5a5a!important;
}
.navbar .dropdown-item .dropdown-link:hover,
.navbar .dropdown-item .dropdown-link.active {
    color: #e60000 !important;
}
.navbar .dropdown-toggle:after {
    content: "\f078";
    border: none;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    vertical-align: baseline;
    font-size: 12.8px;
    font-size: 0.8rem;
    margin-left: 5px;
    line-height: 12.8px;
    line-height: 0.8rem;
    width: 12px;
    height: 12px;
}
.navbar .dropdown.show .dropdown-toggle:after {
    content: "\f077";
}
.navbar-toggler-icon::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    font-size: 1.4em;
    line-height: 30px;
}
.navbar-toggler-icon::before {
    content: "\f00d";
}
.collapsed .navbar-toggler-icon::before {
    content: "\f0c9";
}

/* Banner */
.banner,
.banner-inner {
    overflow: hidden;
    position: relative;
    margin: 112px 0 0;
    background: url("/FormBuilder/_Resource/_module/u_hVA8GkXUqYxfEhPbCA_A/image/mufg-banner.jpg") no-repeat 20% center /cover;
    height: 300px;
}
.banner .page_title:before,.banner-inner .page_title:before {
    background: url(/FormBuilder/_Resource/_module/u_hVA8GkXUqYxfEhPbCA_A/image/mufg-lens.svg) no-repeat 103% 50% / 200%;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner .page_title {
    height: 100%;
    z-index: 1;
    position: relative;
}
.banner h1, .banner-inner h1,.banner h2, .banner-inner h2 {
    color: #fff;
}
.banner h1, .banner-inner h1 {
    margin: 0 0 15px;
    font-size: 44px;
}
.banner h2, .banner-inner h2 {
    margin: 0;
    font-size: 28px;
}
.banner .headings {
    margin: 0 0 15px;
    position: absolute;
    right: 3.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 52%;
}

.page-content h1 {display: none}

/* Cards */
.card-deck .card {
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    margin: 0 1.25% 30px;
    overflow: hidden;
}
.card-deck.connect .card {
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 25% !important;
}
.card-deck.connect a {
    font-size: 26px;
    margin-right: 5px;
}
.connect a {
    font-size: 26px;
    margin-right: 5px;
}
.card-deck.card-small .card {
    -ms-flex-preferred-size: 30% !important;
    flex-basis: 30% !important;
}
.card-deck.card-smaller .card {
    -ms-flex-preferred-size: 20% !important;
    flex-basis: 20% !important;
}
.card-deck.card-smaller .card .mask-more .link-more,
.card-deck.card-smaller .card .mask-more .link-more:after {
    font-size: 18px;
}
.card .card-title {
    margin: 0;
    padding: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card .h4 {
    color: #333;
}
.card:hover .h4 {
    color: #5a5a5a;
}
.card .card-body .card-text {
    display: inline-block;
}
.card .mask-more {
    cursor: pointer;
}
.card .mask-more .link-more {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 24px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.card:hover .mask-more .link-more {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.card .mask-more .link-more:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f35a";
    font-size: 22px;
    text-indent: -10px;
    display: inline-block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.card .mask-more:hover .link-more:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    text-indent: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.card:hover .overlay .mask {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Bars */
.bars {
    margin-bottom: 20px;
}
.bars .row {
    margin: 0;
}
.bars .col {
    background: rgba(255, 255, 255, 0.7);
    padding: 20px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bars.first .col {
    background: rgba(255, 255, 255, 0.9);
}
.bars .col:hover,
.bars.first .col:hover {
    background: #fff;
}
.bars .col > div {
    margin-top: 15px;
}
.bars h4 {
    font-weight: bold;
}
.bars p {
    margin: 0 0 5px;
}
.bars .percentValue {
    font-weight: bold;
}
.bars .progress {
    width: 100%;
    border-radius: 0;
    background-color: #e4e4e4;
}
.bars .fill-blue {
    background-color: #5a5a5a;
}
.bars .fill-yellow {
    background-color: #dda238;
}
.bars .fill-orange {
    background-color: #e60000;
}

.box-grey .bars > div {
    background: #ddd;
}
.box-grey .bars .progress {
    background-color: #ddd;
}
.box-grey .bars .col:hover {
    box-shadow: inset 0px 0px 0px 1px #eee;
}

.box-release {
    background: #f4f4f4;
}
.img-video {
    border: 12px solid #ffffff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}

/* Footer */
.page-footer {
    background: #5a5a5a;
    padding: 80px 0;
    color: #fff;
}
.page-footer h4 {
    font-size: 26px;
}
.page-copyright {
    padding: 20px 0;
    font-size: 13px;
    background: #000;
    color: #fff;
}
.page-copyright a {
    color: #dbdcdd;
}
.page-copyright a:hover {
    color: #fff;
}

/* Icons */
.icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: fixed;
    right: 20px;
    bottom: 12px;
    width: 50px;
    height: 50px;
    -webkit-transition: bottom 0.2s ease-in-out;
    -moz-transition: bottom 0.2s ease-in-out;
    -ms-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
}
.c-link {
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    position: absolute;
    right: 0;
    color: #bbb;
    overflow: hidden;
    transition: opacity 0.2s ease-in-out, right 0.2s ease-in-out !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.c-link:hover {
    overflow: visible;
}
.c-icon {
    width: 42px;
    height: 42px;
    background: #bbb;
    border-radius: 50%;
    fill: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-link--linkedin svg:hover {
    background: #0077b5;
}
.c-link--linkedin:hover:after {
    background: #0077b5;
}
.c-link--linkedin.c-tooltip:before {
    border: solid 5px transparent;
    border-top-color: #0077b5;
}
.c-link--link svg:hover {
    background: #e60000;
}
.c-link--link:hover:after {
    background: #e60000;
}
.c-link--link.c-tooltip:before {
    border: solid 5px transparent;
    border-top-color: #e60000;
}
.c-tooltip:before,
.c-tooltip:after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.c-tooltip:before {
    content: "";
    bottom: 100%;
}
.c-tooltip:after {
    content: attr(aria-label);
    bottom: calc(100% + 10px);
    padding: 0.61em 0.93em;
    font-size: 14px;
    font-size: 0.875rem;
    color: white;
    border-radius: 3px;
}
.c-tooltip:hover:before,
.c-tooltip:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.c-link.icon-toggle,
.icon-container.active a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.icon-container .icon-toggle svg path {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.icon-container.active .icon-toggle svg path {
    d: path("M 24 9 h -9 v 0 h -6 v 0 h -9 v 6 h 9 v 0 h 6 v 0 h 9 Z");
}
.icon-container.active .c-link.first {
    right: 112px;
}
.icon-container.active .c-link.second {
    right: 56px;
}
.icon-container.active .icon-toggle svg {
    background: #e60000;
}
.icon-container.ic-fix {
    bottom: 60px;
}

/* Charts */
.chart-container,
.chart-container-second {
    height: 100%;
    min-height: 450px;
}

/* Map */
#aus-map {
    position: relative;
}
#aus-map svg {
    max-width: 700px;
    display: block;
    margin: 0 auto;
}
#aus-map svg path {
    stroke: #fff;
    stroke-width: 0.4px;
    cursor: pointer;
    fill: rgba(128, 129, 131, 0.4);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#aus-map svg path:hover {
    fill: #e60000 !important;
}
#aus-map .map-labels .popuptip {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    border: 1px solid #dbdcdd;
    padding: 5px;
    cursor: pointer;
}
#aus-map .map-labels .popuptip:hover {
    color: #e60000;
}
#aus-map .map-labels span {
    display: block;
    font-weight: 400;
}
.tooltip-other {
    position: absolute;
    cursor: pointer;
    font-size: 25px;
    top: 20px;
    left: 25px;
}
.tooltip-other:hover {
    color: #000;
}
.tooltip-other .tooltip-text {
    display: none;
    background: #000;
    color: #fff;
    font-size: 14.5px;
    position: absolute;
    top: -35px;
    padding: 3px 8px;
    border-radius: 5px;
    z-index: 1;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip-other .tooltip-text::after {
    content: "";
    background: #000;
    width: 15px;
    height: 15px;
    position: absolute;
    top: calc(100% - 11px);
    left: 50%;
    border-radius: 2px;
    z-index: -1;
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
}
.tooltip-other .tooltip-text span {
    text-shadow: 0px 0px 1px #fff;
}
.tooltip-other:hover .tooltip-text {
    display: block;
}

/* Checklist */
ul.checklist {
    margin: 0;
}
ul.checklist li {
    list-style: none;
    position: relative;
}
ul.checklist > li {
    padding-bottom: 18px;
}
ul.checklist > li:last-child {
    padding-bottom: 0;
}
ul.checklist > li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    left: -35px;
    font-size: 20px;
    color: #e60000;
    line-height: 1;
}
ul.checklist li li::before {
    content: "";
    font-weight: 400;
    position: absolute;
    left: -25px;
    background: #e60000;
    margin: 10.5px 0;
    height: 2px;
    width: 14px;
}

.img-contact {
    margin: 0 20px 20px 0;
    max-width: 140px;
}
.img-article {
    margin: 0 0 20px 0;
    max-width: 100%;
}
.nav-article a {
    text-transform: uppercase;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

/* Animations */
@-webkit-keyframes menu {
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}
@keyframes menu {
    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
}

@-webkit-keyframes kenburns {
    100% {
        -webkit-transform: scale(1.15);
    }
}
@-moz-keyframes kenburns {
    100% {
        -moz-transform: scale(1.15);
    }
}
@-o-keyframes kenburns {
    100% {
        -o-transform: scale(1.15);
    }
}
@keyframes kenburns {
    100% {
        transform: scale(1.15);
    }
}

@-webkit-keyframes redirect {
    100% {
        max-width: 360px;
    }
}
@keyframes redirect {
    100% {
        max-width: 360px;
    }
}


@media (min-width: 992px) {

    .navbar-expand-lg > .container {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .navbar.navbar-expand-lg .nav-item:first-child .nav-link {
        padding-left: 0;
    }
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        -webkit-animation: menu 0.2s forwards;
        animation: menu 0.2s forwards;
        width: 400px;
    }
    .navbar .dropdown:hover .dropdown-toggle:after,
    .navbar .dropdown.show .dropdown-toggle:after {
        content: "\f077";
    }
    .navbar .dropdown-item .dropdown-link {
        white-space: normal;
    }

    .img-contact {
        float: left;
    }
    .img-article {
        float: right;
        max-width: 450px;
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-brand {
        padding: 20px 60px 20px 0;
    }

    .navbar .navbar-brand p {
        font-size: .75rem;
        line-height: 1.2;
        margin-left: auto;
    }

    .navbar .navbar-toggler {
        position: absolute;
        right: 0;
        top: 20px;
        padding: 0;
    }

    .navbar-expand-lg > .container {
        position: relative;
    }
    .card-deck .card {
        -ms-flex-preferred-size: 47% !important;
        flex-basis: 47% !important;
    }
    #aus-map .map-labels .popuptip {
        width: 32.3333333%;
    }
    table.t-venue td:not(:nth-child(2)) {
        min-width: 180px;
    }
}

@media (max-width: 991px) {
    /* Splash */
    .banner.splash-banner {
        height: calc(100vh - 150px);
    }

    .navbar {
        padding: 0 15px !important;
    }
    .navbar.navbar-expand-lg .nav-link {
        line-height: 50px;
    }
    .navbar .dropdown .dropdown-menu {
        position: relative !important;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .accordion .title-link.large {
        font-size: 22px;
    }

    .icon-container.ic-fix-mob {
        bottom: 85px !important;
    }
    .navbar .navbar-brand img {
        width: 110px;
    }
    .banner,
    .banner-inner {
        margin: 70px 0 0 0;
    }
}

@media (max-width: 767px){
    .banner h1 {
        font-size: 30px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .banner .headings {
        right: 0;
        padding-right: 10px;
    }

    .banner-inner .page_title:before {
        background: url("/FormBuilder/_Resource/_module/u_hVA8GkXUqYxfEhPbCA_A/image/mufg-lens.svg") no-repeat 100% 50%/200%;
    }
}

@media (max-width: 575px) {
    .banner,
    .banner-inner {
        margin: 108px 0 0 0;
    }

    .banner, .banner-inner {
        background: #e60000;
        height: auto;
        padding: 60px 0;
    }

    .banner .page_title:before {
        display: none;
    }

    .banner h1{
        font-size: 40px;
        text-align: center;
    }
    .banner h2{
        text-align: center;
    }
    .banner .headings {
        position: relative;
        top: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        right: auto;
    }

    .banner .page_title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    h2,
    .h2 {
        font-size: 32px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
    .card-deck .card {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .table {
        display: block;
        overflow: auto;
    }
    .chart-container {
        min-height: 600px;
    }
    .chart-container-second {
        min-height: 400px;
    }
    .nav-tabs .nav-link {
        width: 33%;
    }
    .accordion .title-link.large {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .navbar .navbar-brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .navbar .navbar-brand p {
        margin: 10px 0 0;
    }
    .nav-tabs .nav-link {
        width: 100%;
    }
}
