.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28109, 109, 109, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-right .mobile{
	display:none;
	position: absolute;
    background: #c0c0c0;
    top: 82px;
    width: 100%;
    left: 0px;
    /*max-width: 350px;*/
}

.mobile .dropdown-menu{
	border: 1px solid rgb(0 0 0 / 10%);
	box-shadow: 3px 6px 8px rgb(0 0 0 / 10%);
	border-top:0;
	position: relative;
	border: 0;
    border-radius: 0; 
}

@media (max-width: 1000px){
	.container.main-content {
	    padding-left: 56px;
	    padding-right: 56px;
	}
}
@media (max-width: 767px){
	.header-right .desktop{
		display: none !important;
	}
	
	.navbar-collapse.header-right.collapse.show .mobile{
		display:block;
	}
	
	.page-title{
		font-size: 24px;
	}
	
	.top-bar-back{
		background: url('../images/icons/arrow_left.svg');
		background-repeat: no-repeat;
    	background-position-y: center;
    	font-size: 0;
    	vertical-align: middle;
	}
	.top-bar-title{
		font-size: 22px;
	}
	
	.top-bar{
		padding-bottom: 20px;
	    padding-top: 0px;
	}

}

@media(max-width:600px){
	.top-bar-title h1{
		font-size: 24px;
		width: 93%;
	}
}

@media (max-width: 590px){
	.content-box{
		max-width: 100%;
		padding: 24px;
	}
	.container.main-content {
	    padding-left: 16px;
	    padding-right: 16px;
	}
}

@media (max-width: 576px){
	.page-padding-left-right {
	    padding-left: 16px;
	    padding-right: 16px;
	}
	
	.page-padding-left-right.mobile-header{
		padding-left: 26px;
	    padding-right: 26px;
	}
}
@media (max-width: 550px){
	.container.main-content {
	    padding-left: 20px;
	    padding-right: 20px;
	}
}

.footer-right br{
	display: none;
}
@media (max-width: 515px){
	
	.footer-right .separate.fr-CA{
		display: none;
	}
	
	.footer-right br.fr-CA{
		display: block;
	}
	
	.col.footer-right a.privacy-policy-link {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

