/* Top Navigation Update - RSX/BRF Style */
.fui-topbar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid #000;
    background-color: #2d2e33;
    box-shadow: none;
    height: 13px;
}

.fui-topbar .federal-bar-links_left {
	float: left;
}

.fui-topbar .federal-bar-links_right {
	float: right;
}

.fui-topbar .federal-bar-links_right > a {
	margin-left: 15px;
}

/* remove - ? */
.fui-topbar ul {
    margin-bottom: 0
}

.fui-topbar li {
    display: inline-block;
    margin-right: 15px; /* 30px */
    margin-bottom: 0;
    padding-left: 0
}

/* remove - ? */
.fui-topbar li:before {
    display: none
}

.fui-topbar, .fui-topbar a {
    font-size: 11px;
	text-transform: uppercase;
    color: #babec2;
    text-shadow: none;
}

.fui-topbar a:link,
.fui-topbar a:visited {
    color: #babec2;
	text-decoration: none;
}

.fui-topbar a:hover,
.fui-topbar a:focus {
    color: #fff;
    text-decoration: none
}

.fui-topbar a:active {
	color: #fff;
	text-decoration: none;
}

.fui-topbar .fui-active a {
    color: #fff;
    font-weight: normal;
}

.header-preferences {
    display: inline-block;
    margin-left: 15px;
}

.footer-header-current-province::after {
    background-color: #d4d4d4;
    content: "";
    display: inline-block;
    height: 12px;
    margin: -2px 7px 0;
    vertical-align: middle;
    width: 1px;
}

.fui-popover.federal-bar-link-provinces {
    height: auto;
}

.fui-popover.federal-bar-link-provinces {
    /* position: absolute;
    top: 30px;
    right: -17px;
    z-index: 100;
    width: 250px;
    display: none;
    background-color: white; */
	border: none;
    border-radius: unset;
    padding: 15px 10px;
    box-shadow: 0 0 40px rgba(0,0,0, .3);
}

.fui-popover.federal-bar-stores {
    height: auto;
}

.fui-popover.federal-bar-stores {
	border: none;
    border-radius: unset;
    padding: 15px 10px;
    box-shadow: 0 0 40px rgba(0,0,0, .3);
}

.fui-popover.federal-bar-stores ul {
    margin-bottom: 0;
}

.fui-popover.federal-bar-stores ul>li:before {
	display: none;
}

.fui-popover.federal-bar-stores ul li:not(:first-child){
	padding-top: 10px;
}

.fui-popover.federal-bar-stores ul li a, .fui-popover.federal-bar-stores ul li a:hover{
	font-size: 13px;
	color: #555;
}

.block {
    display: block;
}

.noMargin {
    margin: 0;
}

.txtLeft {
    text-align: left;
}

.txtUnderline {
	text-decoration: underline;
}

.disabled {
    opacity: .5;
    cursor: default;
}

.federal-bar-link-provinces a:hover {
    color: #fff;
    text-decoration: none;
}

.federal-bar-link-provinces .label {
    text-transform: initial;
    padding: 5px 5px 3px 7px;
    text-transform: none;
}

.federal-bar-link-provinces .label.focused {
	background: #e1e1e1;
	border-radius: 3px;
}

.federal-bar-link-provinces .checkboxes .label.focused .checkbox {
    box-shadow: none;
}

.federal-bar-link-provinces .label:hover, .federal-bar-link-provinces .label:focus {
    background: #e1e1e1;
    border-radius: 3px;
}

.federal-bar-link-provinces .checkbox {
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.checkbox {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 50%;
    transition: background-color 10ms cubic-bezier(.17, .67, .83, .67);
}

.federal-bar-link-provinces .checkbox:after {
	content: '\e615';
	font-family: 'flush-webicons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	transition: opacity 10ms cubic-bezier(.17, .67, .83, .67);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00549a;
	background-color: transparent;
	border-radius: inherit;
	font-size: 12px;
}

.checkbox:after {
}

.federal-bar-link-provinces .label .label-text {
    font-size: 13px;
    color: #555555;
}

.federal-bar-link-provinces .label.active .label-text {
    color: #00549a;
    font-weight: bold;
}

.federal-bar-link-provinces .label.disabled .label-text:hover {
    text-decoration: none;
}

.federal-bar-link-provinces .label a:hover {
    color: #fff;
    text-decoration: none;
}

.checkboxes label.active .checkbox:after {
    opacity: 1;
    height: 10px;
    width: 10px;
}

.checkboxes a.active .checkbox:after {
    opacity: 1;
    height: 10px;
    width: 10px;
}
/* .federal-bar-link-provinces .label {
    text-transform: initial;
    padding: 5px 5px 3px 7px;
    text-transform: none;
}
 */
.checkboxes .label {
    margin-left: 0;
    position: relative;
    color: #212121;
    font-weight: normal;
    vertical-align: top;
}

.checkboxes .label:not(.disabled) {
    cursor: pointer;
}

/* Connector */
.fui-topnav {
    border-bottom: none;
	background: #00549a;
}

.fui-topnav-list>li {
    position: relative;
    display: block;
    float: left;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    width: auto
}

.fui-topnav-item {
    position: relative;
    display: inline-block;
    height: auto;
	font-family: "bellslim_mediumregular", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #c2cedf;
	letter-spacing: -1px;
    padding: 0;
	margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    font-size: 26px;
    text-shadow: none;
    border-left: none
}

.fui-topnav-item,.fui-topnav-list>.fui-last>.fui-topnav-item {
    border-right: none
}

.fui-last>.fui-topnav-item:after,.fui-topnav-item:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0px;
    left: 0;
    top: 0;
    background-color: transparent; /*#0b6baf*/;
}

.fui-active>.fui-topnav-item,.fui-topnav-item:hover,.nav-context .fui-open>.fui-topnav-item {
    text-decoration: none;
	background: none;
}

.fui-topnav-item:hover {
    color: #fff;
}

.fui-active>.fui-topnav-item {
    font-family: bellslim_semiboldregular;
	color: #fff;
}

.fui-active>.fui-topnav-item span::after {
    background-color: #fff;
    bottom: 0px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: relative;
    right: 0;
}

.fui-brand>.fui-icon-bell:before {
    font-size: 34px;
    text-shadow: none
}

.fui-topnav-body, .fui-topnav-header {
    margin-top: 20px;
}

.fui-topnav-aside {
    margin-top: 22px;
}

.fui-topnav-header .fui-brand {
	height: 57px;
	margin-top: 0;
    margin-bottom: 0;
	width: auto;
	margin-right: 22px;	
}

.login-context {
    width: auto;
}

.login-context .fui-first .fui-topnav-item {
    padding-right: 20px;
    padding-left: 20px;
}

.login-context .fui-topnav-item.fui-topnav-item-a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	letter-spacing: normal;
	padding-top: 9px;
    padding-bottom: 9px;
	padding-right: 20px; 
    padding-left: 20px;
    padding: 9px 20px;
    display: inline-block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /*
    width: 100%;*/
	color: #003778;
    background-color: #fff;
    border: 2px solid #fff;
	text-align: center;
    cursor: pointer;
	max-width: 230px;
	width: auto;
    height: auto;
    line-height: 1;
	border-radius: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.login-context .fui-topnav-item-a:lang(fr) {
	max-width: 135px;
}

.login-context .fui-topnav-item-a:hover, .login-context .fui-topnav-item-a:focus, .login-context .fui-topnav-item-a:active:focus {
    background: #d4dce8;
    border: 2px solid #fff;
    border-radius: 24px;
    border-color: #d4dce8;
    box-shadow: none;
}

.login-context.fui-open .fui-first .fui-topnav-item-a {
    background: #d4dce8;
    z-index: 3;
    border: 2px solid #fff;
    border-radius: 24px;
    border-color: #d4dce8;
    box-shadow: none; /*-1px 0 0 0 #fff inset, 1px 0 0 0 #fff inset*/
}

.login-context .fui-popover {
    width: 280px;
    z-index: 2;
}

.login-context .fui-popover {
    border-radius: 0;
	box-shadow: 0 0 40px rgba(0,0,0, .5);
}

.login-context .fui-popover-arrow {
    display: block;
}

.login-context .fui-icon-link {
	background: none;
    border: 1px solid #3a85b2;
}

.login-context .fui-icon-chevron-right {
    color: #00549a;
}

.login-context .fui-button {
	background-image: none;
	background-color: #003778;
    border-radius: 24px;	
    border: 2px solid #003778;
    font-size: 16px;
    padding: 10px 30px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
	box-shadow: none;
	min-width: 30px;
}
.login-context .fui-button:lang(fr) {
    padding: 10px 15px;
}

.login-context .fui-button:hover, .login-context .fui-button:focus {
    color: #fff;
    background-color: #00549a;
    border-color: #00549a;
}

.login-context .fui-button:focus {

    outline: 1px dotted #6cb6db;
}

.login-context .fui-button-aside {
    margin-right: 0;
}

.settings-cart-context>.fui-topnav-item {
    margin-right: 0;
}

.fui-topnav-item>.fui-icon-cart:before {
    font-size: 27px;
    top: -1px;
}

.fui-topnav-item .fui-icon-cart {
	color: #fff;
}

.fui-topnav-item .fui-icon-cart:hover {
    color: #c2cedf;
}

.fui-topnav-preset-a .nav-context>li,.fui-topnav-preset-b .nav-context>li {
    width: auto
}

/* Search .fui-form-search*/
.settings-search-context .fui-form-search input {
	font-size: 14px;
	font-weight: 400;
}

.settings-search-context .fui-form-search .fui-button.fui-icon {
    min-width: 40px;
	margin-left: 0;
}

.settings-search-context .fui-form-search .fui-button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    font-size: .8571em;
    min-height: 16px;
    min-width: 50px;
    padding: 9px 12px 6px;
    color: #fff;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}

.settings-search-context .fui-form-search .fui-button:hover {
    box-shadow: none; /*inset 0 1px 0 0 rgba(255,255,255,.34), 0 2px 3px 0 rgba(0,0,0,.25);*/
}

.settings-search-context .fui-form-search .fui-button.fui-icon:before {
    font-size: 18px;
}

.connector-areas ul>li {
	position: static;
    padding-left: 0;
    margin-bottom: 0;
}

.connector-areas ul>li:before {
    top: 0;
    width: 0;
    height: 0;
    background: none;
}

/* #connector-search { */
	/* width: 250px; */
/* } */

#connector-search .fui-form-body {
	width: 100%;
}

#connector-search [type="text"] {
    position: relative;
    width: 100%;
    padding-right: 40px; /*70*/
    padding-left: 15px;
    border: 0;
    background-color: #013678;
    color: #fff;
    /* margin: 0-2px; */
}

#connector-search [type="text"]::placeholder {
	color: #fff;
}

#connector-search [type="text"] {
	display: inline-block;
	border-radius: 18px;
    font-size: 14px;
	font-weight: 400;
}

#connector-search [type="text"],
#connector-search [type="reset"],
#connector-search [type="submit"] {
	height: 36px;
}

#connector-search [type="reset"],
#connector-search [type="submit"] {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	padding: 0;
	border: 0;
	background: none;
}

#connector-search.active [type="submit"] {
	right: 40px;
}


#connector-search [type="submit"] {
	width: 26px;
}

