@charset "UTF-8";
/* CSS Document */
html {
    scroll-behavior: smooth;
}
body{
	font-weight: 400;
	font-size:16px!important;
}

#back_top {
  right: 30px !important;
}
/* TSX Trust Code Base */

/*General*/

h1, h2, h3, h4, h5 {
	scroll-margin-top: 320px
}

/*modal fix*/
.modal {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.75);
	padding: 0;
}
.modal .modal-dialog {
	top: 15%;
}

.modal#download-popup .modal-dialog {
	top: 43%;
}

@media (min-width: 768px){
	#mp-pusher{
		transform: none!important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
	}
	.modal#download-popup .modal-dialog {
		top: 25%;
	}
}
.mp-pusher-transform-fix{
	transform: none!important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

#page-content .modal .form-group label{
	display:inline-block;
}
.modal-header{
	display:flex;
}
#page-content .modal-header .close{
	right:10px;
	color:#888!important;
	background-color:transparent!important;
	border:0!important;
	font-size:30px!important;
	top:5px;
}
#page-content .modal-header .close:hover{
	color:#1b2935!important;
}
.modal-header .close{
	right:25px;
}


#page-content{
	margin:0!important;
	max-width: 100vw!important;
	padding-top:0!important;
}
#page-content ul.breadcrumb{
	display:none;
}

@media (min-width: 992px){
	.container {
		max-width: 1400px;
		padding:0 15px;
	}
}
@media (max-width: 991.98px){
	#page-content {
		padding-left: 0;
		padding-right: 0;
	}
	.container {
		max-width: 100%!important;
	}
}


.btn{
	display:inline-block;
	height:40px!important;
	line-height:36px!important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:0 1em!important;
	text-decoration: none!important;
	text-transform:capitalize;
	color:#1b2935;
	background-color:#fff;
	font-weight: 700!important;
	font-size: 14px!important;
	text-align:center;
	margin-bottom:4px;
	transition: all .3s;
}
.btn:hover{
	border: 1px solid #999;
	text-decoration: none;
	background-color:#e9e9e9;
	color:#000;
}
.btn.primary-button{
	border:1px solid #1b2935;
	background-color:#1b2935;
	color:#fff;
}
.btn.primary-button:hover{
	border:1px solid #1b2935;
	color:#16FFFB!important;
}
.btn.secondary-button{
	border:1px solid #555!important;
	background-color:transparent!important;
	color:#555!important;
}
.btn.secondary-button:hover{
	border:1px solid #1b2935!important;
	color:#1b2935!important;
	background-color:#f0f0f0!important;
}
.btn.teal-button{
	border:1px solid #1D6B70!important;
	background-color:#1D6B70!important;
	color:#fff!important;
}
.btn.teal-button:hover{
	border:1px solid #309299!important;
	background-color:#309299!important;
	color:#fff!important;
}
.btn.highlightteal-button{
	border:2px solid #16FFFB!important;
	background-color:#16FFFB!important;
	color:#1b2935!important;
}
.btn.highlightteal-button:hover{
	border:2px solid #16FFFB!important;
	color:#fff!important;
	background-color:rgba(22,255,251,.1)!important;
}
.btn.hightlightborder-button{
	border:1px solid #16FFFB!important;
	background-color:transparent!important;
	color:#16FFFB!important;
}
.btn.hightlightborder-button:hover{
	border:1px solid #16FFFB!important;
	color:#16FFFB!important;
	background-color:rgba(22,255,251,.25)!important;
}
.btn.white-button{
	border:1px solid #fff!important;
	background-color:#fff!important;
	color:#1D6B70!important;
}
.btn.white-button:hover{
	border:1px solid #fff!important;
	color:#1b2935!important;
	background-color:rgba(255,255,255,.5)!important;
}
.btn.pagination-block {
	display: inline-block !important;
	width: 40px !important;
	margin-top: 0 !important;
	padding: 1px 6px 0px 6px !important;
	margin-right: 10px !important;
}

@media (max-width: 992px){
	.btn-lg-wrap{
		height: auto !important;
		line-height: 1.2em!important;
		padding: 1em 1.5em!important;
		white-space: normal!important;
	}
}
@media (max-width: 768px){
	.btn-block{
		width:100%;
	}
	.btn-wrap{
		height: auto !important;
		line-height: 1.2em!important;
		padding: 1em 1.5em!important;
		white-space: normal!important;
	}

	.btn.pagination-block {
		width: 100% !important;
	}
}
strong,b,h1,h2,h3,h4,h5,.bold{
	font-weight: 700;
	font-weight: normal;
}
a,.teal{
	color:#1D6B70;
}
.highlight-teal{
	color:#16FFFB;
}
a:hover{
	text-decoration: none;
	color:#309299;
}
#page-content .form-group{
	padding:0;
}

.text-darkteal{
	color:#1D6B70;
}
.text-teal{
	color:#16FFFB;
}
.text-dark{
	color:#1b2935;
}

#page-footer{
	margin-top:0;
}

/*Page top*/
@media (min-width: 768px){
	#back_top {
		right:2em!important;
		bottom:2em!important;
	}
}

/*top nav*/
.inpage-nav{
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:60px;
	padding:10px 0 6px 0;
	line-height:36px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	overflow:auto;
}
@media (max-width: 768px){
	.inpage-nav{
		display:none;
	}
}
.inpage-nav a{
	display:inline-block;
	padding:0 1.25em;
	height:36px;
	border-radius: 20px;
	color: #444;
	margin-right:0;
}
.inpage-nav.compact a{
	padding:0 .3em;
}
.inpage-nav.fr a{
	font-size:.85em;
}
.inpage-nav a:hover{
	background-color:#ddd;
	color:#1b2935;
	text-decoration:none;
}
.inpage-nav .current,.inpage-nav a.current:hover{
	color:#fff!important;
	background: #1D6B70 !important;
	font-weight: 700;
}
.inpage-nav.stay{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	z-index:30;
	box-shadow: 0 2px 3px 2px rgba(0,0,0,.2);
}
/*top nav*/

/*section*/
section{
	padding:3em 0 3.5em;
	background-color:#fff;
	color:#1b2935;
	scroll-margin-top: 180px
}
section.pushup{
	scroll-margin-top: 40px
}
section.tight{
	padding:0;
}
section.teal-grey{
	background-color:#e3ecf1;
}
section.grey{
	background-color:#f2f2f2;
}
section.mgrey{
	background-color:#CAD6DB;
}
section.dark{
	background-color:#1b2935;
	color:#fff;
}
section.teal1{
	background-color:#309299;
	color:#fff;
}
section.teal1 a{
	color:#16FFFB;
}
section.dark.bordered{
	border-top: 4px solid #16FFFB;
}
section.teal{
	background-color:#1d6b70;
	color:#fff;
}
section.blue{
	background-color:#174771;
	color:#fff;
}
section.light-teal{
	background-color:#64CCC9;
	color:#1b2935;
}
section.transparent{
	background-color:transparent;
	color:#1b2935;
}
section .section-header{
	color:#1d6b70;
	font-weight: 700;
	font-size:2em;
	margin-top:0;
	margin-bottom:1em;
}
section .section-header h2{
	font-size: 26px;
	margin-bottom:4px;
}
@media (max-width: 768px){
	section .section-header{
		text-align: center;
	}
	section .section-header h2{
		font-size: 22px;
	}
}
section.dark .section-header{
	color:#16FFFB;
}
section.teal .section-header{
	color:#fff;
}
section .section-header.bordered{
	display:inline-block;
}
section .section-header.bordered:after{
	content:"";
	background: #309299;
	height:1px;
	display:block;
	margin-top:.25em;
}

/*General list*/
.general-list-row{
	padding-bottom:3em;
}
.general-list-row:last-child{
	padding-bottom:.5em;
}
.general-list-row.bordered{
	padding-bottom:1.5em;
	margin-bottom:1.5em;
	border-bottom:1px solid rgba(0,0,0,0.09);
}
.general-list-row .general-list-header{
	font-weight: 700;
	font-size:1.1em;
	margin-top:0;
	margin-bottom:.25em;
}
.general-list-row .general-list-subheader{
	color:#1b2935;
	font-weight: 700;
	font-size:1.1em;
	margin-top:0;
	margin-bottom:.75em;
	text-transform: uppercase;
}
.general-list-row .general-list-subsubheader{
	color:#309299;
	font-size:1em;
	margin-top:-.75em;
	margin-bottom:.75em;
}

/*PDF icon*/
.pdf-icon{
	display: inline-block;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	width:22px;
	height: 30px;
	background-color: #ddd;
	position: relative;
	margin-right: .25em;
	top:.55em;
	border:1px solid #bbb;
}

.pdf-icon small{
	position: absolute;
	bottom:5px;
	left:-5px;
	width:24px;
	height:12px;
	line-height: 12px;
	font-size: 9px;
	text-align: center;
	background-color: #F40F02;
	color:#fff;
}

@media (min-width: 768px){
	#mobile-right-col-buttons {
		display: none !important;
	}
}

@media (max-width: 767px){
	#desktop-right-col-buttons {
		display: none !important;
	}

	#mobile-choose-ad {
		border-bottom: 0px !important;
	}

	#share-container {
		margin-top: -50px !important;
	}
}

/* Trading Code Base */

@media (min-width: 768px){
    #mp-pusher{
        transform: none!important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
    }
}
.mp-pusher-transform-fix{
	transform: none!important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}
#page-content{
	margin:0!important;
	max-width: 100vw!important;
	padding-top:0!important;
}
#page-content ul.breadcrumb{
	display:none;
}

.frosted {
	background-color: rgba(255, 255, 255, .15);
	backdrop-filter: blur(5px);
	border-radius: 5px;
}
@media (min-width: 768px){
	
}


.btn{
	display:inline-block;
	height:40px!important;
	line-height:36px!important;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding:0 1.25em!important;
	text-decoration: none;
	text-transform: uppercase;
	color:#1b2935;
	background-color:#fff;
	font-weight: 700!important;
	font-size: 1em!important;
	text-align:center;
	margin-bottom:4px;
	transition: all .3s;
}
.btn:hover{
	border: 1px solid #999;
	text-decoration: none;
	background-color:#e9e9e9;
	color:#000;
}
.btn.primary-button{
	border:1px solid #1b2935;
	background-color:#1b2935;
	color:#fff;
}
.btn.primary-button:hover{
	border:1px solid #1b2935;
	color:#16FFFB!important;
}
.btn.secondary-button{
	border:1px solid #555;
	background-color:transparent;
	color:#555;
}
.btn.secondary-button:hover{
	border:1px solid #1b2935;
	color:#1b2935!important;
}
.btn.hightlighted-button{
	border:2px solid #16FFFB!important;
	background-color:transparent!important;
	color:#16FFFB!important;
}
.btn.hightlighted-button:hover{
	border:2px solid #16FFFB!important;
	color:#16FFFB!important;
	background-color:rgba(22,255,251,.25)!important;
}
@media (max-width: 768px){
	.btn{
		width:100%;
	}
	.btn-wrap{
		height: auto !important;
    	line-height: 1.2em!important;
    	padding: 1em 1.5em!important;
    	white-space: normal!important;
	}
}
strong,b,h1,h2,h3,h4,h5{
	font-weight: 700;
}
a,.teal{
	color:#1D6B70;
}
a:hover{
	text-decoration: none;
	color:#309299;
}
#page-content .form-group{
	padding:0;
}

/*Top banner*/
.top-banner{
	background-image:url("/assets/application/img/sectors/technology/top-banner.jpg");
	background-size:cover;
	background-position: center center;
	padding:1em 0 0;
	color:#fff;
	text-align: center;
	font-size:1em;
}
.top-banner h1{
	font-weight: 700;
	color:#16FFFB;
	font-size:2.75em;
	line-height:1.2em;
	margin-top:.25em;
}

@media (max-width: 767.98px){
	.top-banner h1{
		font-size:2em;
		margin-top:.25em;
	}
}
/*Top banner*/

/*Section general*/
section{
	padding-top:4em;
	padding-bottom:4em;
}

section .general-header{
	padding-bottom:2em;
	font-size: 10px;
}
section .general-header h2,section .general-header h3{
	font-size: 3.5em;
	margin-top:.25em;
	margin-bottom:0;
}
section .general-header h5{
	font-size: 2.6em;
	margin-top:.25em;
}
section .general-header .icon{
	font-size: 6.75em;
}
@media (max-width: 768px){
	section{
		padding-top:1.75em;
		padding-bottom:1.75em;
	}
	section .general-header h2, section .general-header h3{
		font-size: 3.2em;
	}
	section .general-header h5{
		font-size: 2em;
	}
}
/*Section general*/

.report-row{
	padding-top:5em;
	color:#fff;
}
.report-row strong{
	color:#16FFFB;
}
.report-row .btn{
	color:#1b2935!important;
	border-color: #16FFFB!important;
	background-color: #16FFFB!important;
	margin-bottom:5px;
}
.report-row .btn:last-child{
	margin-bottom:5px!important;
}
.report-row .btn:hover{
	background-color: #64CCC9!important;
}
@media (max-width: 768px){
	.report-row{
		padding-top:0;
	}
}
/*MIG*/


/*legend style*/
.legend{
	background-color: #1b2935;
    color: #fff;
	text-align: center;
}
section.dark{
	background-color: #1b2935;
    color: #fff;
}
.legend .section-header,.legend .section-header span {
	color:#fff;
}
.legend .section-header span{
	border-color:#16fffb;
}
.legend fieldset{
	text-align: center;
	border:4px solid #16fffb;
	padding:.5em 2em 2em;
	margin-top:1.5em!important;
}
.legend fieldset legend{
	font-weight: 700;
	font-size:3.5em;
	display:inline-block;
	width:auto;
	color:#16fffb;
	padding:0 .5em!important;
	margin:0;
}

.fr .legend fieldset legend{
    font-size:2.5em !important;
}

.legend fieldset legend small{
	font-size:.75em;
}
.legend .btn{
	border:1px solid #16fffb;
	background-color:#16fffb;
	color:#1b2935;
}
.legend .btn:hover{
	background-color:#64CCC9;
	color:#1b2935;
}


section.light{
	background-color: #fff;
    color: #1b2935;
}
.legend.light .section-header,.legend.light .section-header span {
	color:#1b2935;
}
.legend.light .section-header span {
	border-color:#1D6B70;
}
.legend.light fieldset{
	border:4px solid #1D6B70;
}
.legend.light fieldset legend{
	color:#1D6B70;
}
.legend.light .btn{
	border:1px solid #1D6B70;
	background-color:#1D6B70;
	color:#fff;
}
.legend.light .btn:hover{
	background-color:#1b2935;
	color:#fff;
}


section.teal{
	background-color: #1D6B70;
    color: #fff;
}
.legend.teal .section-header,.legend.teal .section-header span {
	color:#fff;
}
.legend.teal .section-header span{
	border-color:#16fffb;
}
.legend.teal .section-header h2:after{
	background: #16fffb;
}
.legend.teal fieldset{
	border:4px solid #16fffb;
}
.legend.teal fieldset legend{
	color:#16fffb;
}
@media (min-width: 768px){
	.en .legend fieldset h5{
		display:block;
		height:2.65em;
		margin-bottom: 0;
	}

    .fr .legend fieldset h5{
        display:block;
        height:3.65em;
        margin-bottom: 0;
    }
}


.legend.teal .btn{
	border:1px solid #16fffb;
	background-color:#16fffb;
	color:#1b2935;
}
.legend.teal .btn:hover{
	border:1px solid #1b2935;
	background-color:#1b2935;
	color:#fff;
}

/*card*/
.card .head-icon{
	display:inline-block;
	margin-bottom:.65em;
	width:34px;
	height: 44px;
	font-size:22px;
	line-height: 42px;
	border:1px solid #d4d4d4;
	border-radius: 17px;
	text-align: center;
	transition: all .2s;
}
.card:hover .head-icon{
	border:1px solid #1b2935;
	background-color:#1b2935;
	color:#16FFFB;
	transform: scale(1.2);;
}
.card.bg-dark{
	background: #1b2935;
}
.card.bg-dark .card-title,.card.bg-dark a{
	color:#16FFFB;
}
@media (max-width: 768px){
	.card{
		height: auto!important;
    }
}