/* General css */
html, body{
	font-family: "Nato Sans", sans-serif;
}
a:link, a:visited{
    color: #1a1a1a;
}
a:hover{
    opacity: 0.9;
    text-decoration: none;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.logoholder svg{
	max-width: 100px;
	width: 100px;
}

/* FAQ Section */
.accordion .card-header{
    background-color: #e9eaef;
    border: 1px solid #e1e1e1;
}
.accordion .card-body{
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    background: #FFF !important;
    padding: 0 !important;
}

.accordion .card-body a{
    font-weight: bold;
}

.accordion>.card .card-header{
    background: #FFF;
    margin-bottom: 0;
    cursor: pointer;
}

.accordion>.card .card-header[aria-expanded="true"]{
    background: #e9eaef;
}

.accordion .card{
    background: none !important;
    border: 0 none;
}
.accordion .card-header a{
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #101920;
    font-weight: bold;
}
.accordion .card-header[aria-expanded="false"]:after {
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f107";
    float: right;
}
.accordion .card-header[aria-expanded="true"]:after {
    /* symbol for "collapsed" panels */
    font-family: "Font Awesome 5 Free", 'FontAwesome', sans-serif;
    font-weight: 900;
    content: "\f106";
    float: right;
}

ul.related_tags{
    margin: 0 auto;
}
ul.related_tags li {
    display: inline-block;
    margin: 8px;
}

/* Menu overlay */
.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:850px;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
    border-radius:0; 
    box-shadow: 0 5px 10px rgba(0,0,0, .2);
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   top: 0;
   transform: translateX(100%); 
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);
    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:15px; }

/* Menu */
.close_wrap{
    position: relative;
}
.close_btn{
    background: #FFF;
    border: 0;
    right: 0;
    position: absolute;
    padding: 1rem 2rem;
    font-size: 26px;
}

.navbar-nav{
    margin: 0;
    list-style: none;
    padding: 8rem;
    text-align: left;
}
.navbar-nav .nav-link{
    font-family: 'Montserrat',sans-serif;
    color: #101920;
    font-size: 42px;
    font-weight: bold;
    display: flex;
    flex-direction: unset;
    align-items: center;
    width: 100%;
}
.navbar-nav .nav-link:focus{
    outline: none;
}

.navbar-nav .dropdown-toggle::after{
    content: "\f067";
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: right;
    width: 100%;
    font-weight: 900;
}

.navbar-nav .nav-link[aria-expanded=true]::after{
    content: "\f068";
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    font-size: 12px;
    font-weight: 900;
}

#my_offcanvas2 .closebtn::after{
    content: "\f00d";
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #000;
    position: absolute;
    right: 20px;
    top: 65px;
    cursor: pointer;
}
#my_offcanvas2 .closebtn:hover:after{
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.navbar-nav .dropdown-menu {
    position: static !important;
    float: none;
    top: 0 !important;
    transform: none !important;
    border: none;
    margin: 0;
    padding: 0;
}
.dropdown-item{
    padding: 3px 0;
}
.dropdown-menu.show{
    display: block;
}

.dropdown-menu.show .nav-link{
    font-family: 'OpenSans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}

.navbar-toggler{
    border: none;
}
.navbar-toggler:focus{
    outline: none;
}
.navbar-toggler-icon:after{
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    content: "\f0c9"; 
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 900;
    position: relative;
    top: -5px;
}
.navbar-toggler-icon{
    background-image: none;
}

.navbar-toggler-icon:after{
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    content: "\f0c9"; 
    color: #000;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}
.navbar-toggler-icon.open:after{
    font-family: "Font Awesome 5 Free",'FontAwesome',sans-serif;
    content: "\2716" !important;
    font-weight: 900;
}


/* Sticky Menu */
header.sticky{
    position: sticky;
    top: 0;
    background: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 9px -9px #ebebeb;
    box-shadow: 0px 10px 9px -9px #ebebeb;
}

/* Mobile Menu */
@media (max-width: 1200px){
    .offcanvas{
        width: 100%;
    }

    .navbar-nav {
        margin: 0;
        list-style: none;
        padding: 2rem;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
}

@media (max-width: 768px){
    .navbar-nav .nav-link{
        font-size: 22px;
    }
    .dropdown-menu.show .nav-link{
        font-size: 16px;
    }
}

.menuholder ul{
    display: flex;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}

.menuholder ul li{
    display: inline-block;
}

.menuholder ul li a{
    font-family: 'Noto Sans';
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid;
	padding: 10px;
	min-width: 155px;
	display: inline-block;
	text-align: center;
    margin-left: .5rem;
}

.create-account a, .create-account a:visited{
	color: #1b1b1b !important;
}

/*.create-account a:hover, .create-account a:focus{
	background-color: #2a06a5;
}*/

.login-btn a, .login-btn a:visited{
    background-color: #FFF;
	color: #1b1b1b !important;
	border-color: #1b1b1b;
}
.login-btn a:hover, .login-btn a:focus{
	background-color: #cad4d7;
}



/* Social Proof Section */
.tp-widget{
    margin: 0 auto;
}

/* USP Section */
.slick-track{
    display: flex;
}
.slick-initialized .slick-slide{
    outline: none;
    display: flex;
    height: inherit !important;
}

.slick-dots li button:before{
    font-size: 14px !important;
}

.slick-dots li{
    margin: 0 2px;
}

/* Footer */
.vsg_rw_text,
.vanuatu_rw_text,
.fca_rw_text,
.asic_rw_text
{
    display: none;
}

/* Markets Section */
.markets .single_usp_inner:hover{
    background-color: #f1f5f6;
}

/* Table Press */
/** Table press **/
.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc,
.tablepress tfoot th,
.tablepress thead th{
    background-color: #f1f5f6 !important;
}

.tablepress tfoot th, .tablepress thead th,
.tablepress .even td,
.tablepress .odd td{
    text-align: left;
}

.centered-tds.tablepress tbody td,
.centered-tds.tablepress tfoot th{
    text-align: center;
}

/*
.tablepress .row-1 td {
    background-color: #eef2f5 !important;
    font-weight: 700;
    font-size: 18px !important;
    color: #101920 !important;
}
*/

.tablepress tbody tr:first-child td:hover{
    background-color: #eef2f5 !important;
}

.tablepress tbody td {
    /*font-family: 'montbook', sans-serif !important;*/
    font-size: 14px;
    color: #575757;
}

.tablepress tfoot th,
.tablepress thead th{
    background: #eef2f5 !important;
    font-weight: 900 !important;
    font-size: 18px !important;
    color: #101920 !important;
    border-bottom: 1px solid #eef2f5 !important;
}

.tablepress tbody td, .tablepress thead th{
    vertical-align: middle;
    border-bottom: 1px solid #eef2f5;
}

/* Table Tab Content */
.nav-tabs,
.nav-tabs .nav-link{
    border-left: 0;
    border-top: 0;
    border-right: 0;
}


.nav-tabs .nav-link.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* documents */
.documents .tab-content{
    padding: 0 30px;
}

.documents .nav-item{
    display: flex;
    flex-direction: column;
}

.text-white p{
    color: #FFF !important
}