@charset "utf-8";
/* CSS Document */

/* --------------------------------------- */
/* **************** RESET **************** */
/* --------------------------------------- */

html, body { 
	background: #f1f1f1;
	height: 101%;
	margin: 0;
	padding: 0;
}
html, body, div, span, a, img, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, abbr, acronym, address, big, blockquote, cite, code, del, dfn, em, ins, kbd, pre, q, samp, tt, var, small, strong, sub, sup, object, iframe, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	white-space: normal;
	text-align: left;
/*vertical-align: baseline;*/ }
textarea, input, select { 
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-size: 100%;
	font-family: inherit;
	white-space: normal;
	text-align: left;
}
::-moz-selection { 
    color: #000;
    background: #efcf21;
}
::selection {
    color: #000; 
    background: #efcf21;
}
a img { 
	border: none;
}
.clearFix { 
	clear: both;
	display: block;
}
body { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}
.wrapper { 
	margin: 0 auto;
	position: relative;
	width: 100%;
}

strong {
	font-weight: bold;
}
a { 
	color: #666;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	text-decoration: none;
}

/* --------------------------------------- */
/* ----------- TOP NAVIGATION ------------ */
/* --------------------------------------- */
.topnav { 
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 100%;
	clear: both;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.topnav-container {
	margin: 0 auto;
	position: relative;
	padding: 1em 0 1.3em;
	text-align: right;
	width: 53em;
}
.topnav:before,
.topnav:after {
	content: "";display: table;
}
.topnav:after {
	clear: both;
}

.topnav ul { 
	list-style-type: none; 
	text-align: right;
}
.topnav ul li { 
	display: inline;
	font-size: 11px;
}


/* --------------------------------------- */
/* ---------------- HEADER --------------- */
/* --------------------------------------- */
.header { 
	background: #efcf21;
	background: -moz-linear-gradient(top, #efcf21 49%, #ffda23 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%,#efcf21), color-stop(100%,#ffda23));
	background: -webkit-linear-gradient(top, #efcf21 49%,#ffda23 100%);
	background: -o-linear-gradient(top, #efcf21 49%,#ffda23 100%);
	background: -ms-linear-gradient(top, #efcf21 49%,#ffda23 100%);
	background: linear-gradient(to bottom, #efcf21 49%,#ffda23 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efcf21', endColorstr='#ffda23',GradientType=0 );
	min-height: 6.25em;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
	z-index: 100;
}


/* --------------------------------------- */
/* ---------------- LOGOS ---------------- */
/* --------------------------------------- */
.header .logo { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 2.5em;
	position: relative;
	margin: 0px auto;
	padding: 3em 0 0 1em;
	width: 53em;
	clear: both;
}
.header .logo .alliance { 
	background: left top no-repeat;
	float: left;
	width: 170px;
	text-indent: -9999px;
}
.header .logo .alliance h1 { 
	margin: 1em 0;
}
.header .logo .alliance.fr { 
	background-image: url(../images/fr-CA/logo/alliance.png);
}
.header .logo .alliance.en { 
	background-image: url(../images/en-CA/logo/alliance.png);
}
.header .logo .telecom { 
	float: right;
	width: 35em;
}
.header .logo .telecom a:hover { 
	opacity: 0.8;
}
.header .logo .telecom ul { 
	list-style-type: none;
	float: right;
}
.header .logo .telecom ul li { 
	display: inline;
	margin: 0 0 0 2em;
}


/* --------------------------------------- */
/* ----------------- BODY ---------------- */
/* --------------------------------------- */
.container { 
	width: 100%;
	position: relative;
	z-index: 1;
}
.container {
	zoom: 1;
}
.container:before,
.container:after {
	content: "";
	display: table;
}
.container:after {
	clear: both;
}
.container-btm { 
	display: none;
}
.body {  
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 52.875em;
}
.body {
	zoom: 1;
}
.body:before,
.body:after {
	content: "";
	display: table;
}
.body:after {
	clear: both;
}


/* --------------------------------------- */
/* ----------- MAIN NAVIGATION ----------- */
/* --------------------------------------- */
.mainnav { 
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	float: left;
	height: auto !important;
	margin: 0;
	padding: 1em 0 0;
	position: relative;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: 13em;
}
.mainnav-btm { 
	display: none;
}
.mainnav ul { 
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mainnav ul li { 
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.mainnav ul li a { 
	color: #747474;
	cursor: pointer;
	display: block;
	font-family: verdana, arial;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	text-decoration: none;
}
.mainnav ul li a:hover { 
	color: #000000;
	text-decoration: none;
}
.mainnav ul li.itemMenu a { 
	/*background: #f7d723;
	background: -moz-linear-gradient(top, #f7d723 69%, #d4ba28 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%,#f7d723), color-stop(100%,#d4ba28));
	background: -webkit-linear-gradient(top, #f7d723 69%,#d4ba28 100%);
	background: -o-linear-gradient(top, #f7d723 69%,#d4ba28 100%);
	background: -ms-linear-gradient(top, #f7d723 69%,#d4ba28 100%);
	background: linear-gradient(to bottom, #f7d723 69%,#d4ba28 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f7d723', endColorstr='#d4ba28',GradientType=0 );*/
	color: #747474;
	text-decoration: none;
}
.mainnav ul li.itemMenu.active a { 
	color: #000;
}
.mainnav ul li.sub a { 
	font-size: 12px;
}
.mainnav ul li.sublast a { 
	font-size: 12px;
}
.mainnav ul li a span { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0.75em 2em;
	width: 100%;
}
.mainnav ul li.withsub a span { 
	border-bottom: #eeeeee solid 0;
}
.mainnav ul li.sub a span { 
	border-bottom: #eeeeee solid 0;
}
.mainnav ul li.lastsub a span { 
	border-bottom: #cacaca solid 0;
}
.mainnav ul li a span.dbl { 
	padding: 8px 5px 12px;
}
.mainnav ul li a:hover span { 
	border-bottom: none;
}
.mainnav ul li.itemMenu.active > a span { 
	border-bottom: none;
	color: #000;
}
.mainnav ul li.subMenu + li {
	/*margin-top: 0.5em;*/
}
.mainnav ul li.subMenu + li.subMenu {
	margin-top: 0em;
}
.mainnav ul li.subMenu {
	width: 100%;
	margin: 0;
}
.mainnav ul li.subMenu a {
	border: 0 solid #d5d5d5;
	border-top: none;
	padding: 0.75em 2em;
}
/*.mainnav ul li.subMenu a:hover {
	margin-top: 0;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 69%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%,#fafafa), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #fafafa 69%,#f1f1f1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 );
}*/
.mainnav ul li.subMenu span {
	font-weight: normal;
	padding: 0px;
	border-bottom: none;
}
.mainnav ul li.subMenu.active > a {
	/*margin-top: 0;
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 69%, #f1f1f1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(69%,#fafafa), color-stop(100%,#f1f1f1));
	background: -webkit-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: -o-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: -ms-linear-gradient(top, #fafafa 69%,#f1f1f1 100%);
	background: linear-gradient(to bottom, #fafafa 69%,#f1f1f1 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f1f1f1',GradientType=0 );*/
	color: #000;
}

/*Submenu level 3 */
/* --------------------------------------- */
.mainnav ul li.subMenu > ul {
	border-bottom: 0 solid #d5d5d5;
	margin: 0;
	padding: 0;
}
/* sorry for my crimes. this is meant to block diplay of some sections on all page's menu.  */
.subLevel{ display: none!important;} 
.mainnav ul li.subLevel > a {
	border-bottom: 0;
}
.mainnav ul li.subMenu > ul li a {
	/*background: #f1f1f1 !important;*/
	border-bottom: 0;
	padding: 0.75em 1em 0.75em 3em;
}
.mainnav ul li.subMenu > ul li a:hover,
.mainnav ul li.subMenu > ul li.active a {
	/*background: #ddd !important;*/
	color: #000;
}

/*Tools navigation*/
/* --------------------------------------- */
.mainnav .tools { 
	background: #f1f1f1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 1em 0 0;
	padding: 1em 1.5em;
	width: 100%;
}
.mainnav .tools .tools-top { 
	display: none;
}
.mainnav .tools .tools-mid { 
}
.mainnav .tools .tools-btm { 
	display: none;
}
.mainnav .tools a { 
	color: #666;
	font-size: 0.8em;
	text-decoration: none;
}
.mainnav .tools a:hover { 
	color: #000;
	text-decoration: none;
}
.mainnav .tools a.print { 
	background: url(../images/common/icons/icon_print.gif) left 3px no-repeat;
	display: block;
	padding: 2px 0px 4px 2em;
}
.mainnav .tools a.send { 
	background: url(../images/common/icons/icon_send.gif) left 3px no-repeat;
	display: block;
	padding: 2px 0px 2px 20px;
	margin-top: 10px;
}


/* --------------------------------------- */
/* --------------- CONTENT --------------- */
/* --------------------------------------- */
.content { 
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 0 1em;
	padding: 0 0 5em;
	width: 38.875em;
	position: relative;
}
.content > img { 
	margin: 0 0 1em !important;
	width: 100%;
}
.content .box      { 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 2em;
	width: 100%;
}
.content .box .top { 
	display: none;
}
.content .box ul li{
	font-size: 0.8em;
	list-style: disc;
	padding-left: 0;
	margin-left: 1.4em;
}
.content .box .btm { 
	display: none;
}
.content .banner {
	margin: 0 0 1em;
	position: relative;
	width: 100%;
}
.content .banner img {
	margin: 0;
	width: 100%;
}
.content .banner .msg {
	bottom: 3em;
	position: absolute;
	right: 2em;
	width: 40%;
}
.content .banner .msg h2 {
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
.content .banner .msg p {
	color: #444;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
}
.content .box.col2 { 
	width: 50%;
	float: left;
}
.content .box.col2 h2 { 
	text-align: center;
	margin-top: 15px;
}
.content .box.col2.home h2 {
	margin-top: 0;
}
.content .box.col2 p,
.content .box.center p,
.content .box.center h2 { 
	text-align: center;
}
.content .box.center {
	text-align: center;
}
.content .subnav {
	margin: 3em 0 2em;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.content .subnav a { 
	border: 1px solid  #fff;
	padding: 10px 5px 9px;
	position: relative;
	top: 1px;
}
.content .subnav a.active { 
	border: 1px solid  #ccc;
	border-color: #ccc #ddd;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #666;
	cursor: default;
	padding: 10px 5px;
}
.content .subnav a:hover.active { 
	color: #666;
	text-decoration: none;
	cursor: default;
}
.content h1 {
	color: #444;
	font-size: 1.75em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 0.8em;
}
.content h2 { 
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 1.5em;
}
.content h2.h1 { 
	font-size: 1em;
}
.content p {
	font-size: 0.8em;
	line-height: 1.4;
	margin: 0 0 1.5em;
}
.content ul { 
	list-style-type: none;
	margin: 0 0 1.5em;
	padding: 0;
} 
.content ul li { 
	list-style-type: none;
	line-height:1.4;
	margin: 0;
	padding: 0 0 0.3em 1.5em;
}
.content .number {
	color: #efcf21;
	display: inline-block;
	font-weight: bold;
	font-size: 3em;
	margin: 0 auto;
}
.content .nomargin { 
	margin-bottom: 0px;
}
.content .textright { 
	text-align: right;
	text-align: right !important;
}
.content .textright { 
	position: relative;
	right: 15px;
}
.content a { color: #087cbf;
	text-decoration: none;
}
.content a:hover { 
	color: #005587;
	text-decoration: none;
}
.content a.pdf { 
	background: url(../images/common/icons/icon_pdf.gif) left 50% no-repeat;
	font-size: 0.8em;
	padding: 2px 0 2px 1.6em;
	line-height: 21px;
}
.content ul a.pdf { 
	font-size: 1em;
	padding-left: 2em;
}
.content .alert      { width: 505px;
	margin: 0px 0px 30px;
}
.content .alert .alert-top { 
	background: url(../images/common/background/bg_alert_top.gif) 0px 0px no-repeat;
	font-size: 0px;
	height: 10px;
	width: 505px;
}
.content .alert .alert-mid { 
	background: url(../images/common/background/bg_alert_mid.gif) 0px 0px repeat-y;
	padding: 0px 28px 5px 20px;
	width: 457px;
}
.content .alert .alert-btm { 
	background: url(../images/common/background/bg_alert_btm.gif) 0px 0px no-repeat;
	font-size: 0px;
	height: 10px;
	width: 505px;
}
.content .alert ul { 
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
.content .alert ul li { 
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	list-style-type: disc;
	padding: 0px;
}
.content .chkBusiness div{
	padding: 10px 0;
	float: left;
	margin: 15px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.content .media-material {
	margin: 5px 0px 15px;
}
.box.faqs ul { 
 	display: none;
 	margin: 0 0 2em;
 }
.box.faqs ul li { 
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 }
.box.faqs h2:not(.reset) {
	font-weight: normal;
	margin: 0 0 1em;
	position: relative;
	padding-right: 3em;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 1em;
 }
.box.faqs h2.reset {
	font-size: 20px;
}
.box.faqs .open,
.box.faqs .close {
 	font-weight: bold;
 	height: 20px;
	width: 20px;
	background: #efcf21;
	line-height: 20px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: 0;
 }
.box.faqs .open { 
 	background: #f7e790;
	display: inline;
	color: #666;
 }
.box.faqs .close {
	display: none;
 }
 .content .box .mid  .media-material li{list-style: none;
 	margin-left: 1px;
 }
.cf {
	zoom: 1;
}
.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .header .logo .alliance.fr { 
		background-image: url(../images/fr-CA/logo/alliance@2x.png);
		background-size: contain;
	}
	.header .logo .alliance.en { 
		background-image: url(../images/en-CA/logo/alliance@2x.png);
		background-size: contain;
	}
}

/* ----------------------------------------------------------------- */
/* ------------ Overwrites Plyr.js Video Player Theming ------------ */
/* ----------------------------------------------------------------- */

.content {
	--plyr-color-main: #efcf21;
}

/* -------------------------------------------- */
/* ------------ Accessibility aids ------------ */
/* -------------------------------------------- */
.screen-reader-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 0;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 0;
}
.screen-reader-only.focusable:active,
.screen-reader-only.focusable:focus {
	clip: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
	width: auto;
}
.is-hidden {
	display: none !important;
}

:focus {
	outline: 2px solid #087cbf;
	outline-offset: 2px;
	border-radius: 2px;
}

:focus:not(:focus-visible) {
	outline: none;
}
.skip-link {
	margin: 4px;
	padding: 10px 16px;
	line-height: 2;
	color: #000000;
	background: #ffffff;
	border: 2px solid #000000;
	z-index: 101;
}
.no-script {
	display: block;
	outline-offset: -2px;
	border: 1px solid #666;
	padding: 10px 16px;
	text-align: center;
	color: #000000;
}


/* --------------------------------------- */
/* ---------------- ICONS ---------------- */
/* --------------------------------------- */
.icon--error {
	font-size: 22px;
	line-height: 0;
	transform: translate(0px, 2px);
	margin-right: 5px;
	display: inline-block;
}


/* ---------------------------------------- */
/* ---------------- TABLET ---------------- */
/* ---------------------------------------- */

@media screen and (min-width: 760px) and (max-width: 1080px) {
	.topnav-container,
	.header .logo,
	.body {
		width: 94%;
	} 
	.mainnav { 
		width: 24%; 
		position: absolute; 
		left: 0; 
		top: 0; 
		z-index: 3;
	}
	.content {
		margin: 0 0 0 26%;
		width: 74%;
		z-index: 2;
	}
}


/* ---------------------------------------- */
/* ---------------- MOBILE ---------------- */
/* ---------------------------------------- */
@media screen and (max-width: 760px) {
	.body {
		width: 100%;
	}

	.topnav-container {
		width: 90%;
	}
	.header {
		min-height: auto;
	}
	.header .logo {
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.header .logo .alliance {
		float: inherit;
		width: 100%;
		height: 40px;
	}
	.header .logo .alliance h1 {
		margin: 0;
	}
	.header .logo .telecom {
		display: none;
	}
	.mainnav { 
		border-bottom: 10px solid #666;
		border-top: 10px solid #666;
		padding: 0;
		width: 100%;
	}
	.mainnav ul li a {
		padding: 1em 1.6em;
	}
	.mainnav ul li a span {
		padding: 0;
	}
	.mainnav ul li.subMenu {
		width: 100%;
		margin: 0;
	}
	.mainnav ul li.subMenu a {
		background: #f1f1f1;
		border: 0;
		padding: 1em 1.6em;
	}

	.content {
		margin: 0;
		width: 100%;
	}
	.tools {
		display: none;
	}
	.content .subnav {
		background: #fafafa;
		padding: 1em;
		border: 1px solid #ccc;
		margin: 1em 0;
	}
	.content .subnav a { 
		border: 0;
		display: block;
		padding: 0 0 0.5em;
		top: 0;
	}
	.content .subnav a.active { 
		border: 0;
		background: transparent;
		padding: 0 0 0.5em;
	}
	p, li, a {
		font-size: 14px !important;
	}
	.icon--error {
		margin-right: -2px;
	}
}


/* --------------------------------------- */
/* ---------------- PRINT ---------------- */
/* --------------------------------------- */
@media print {
	body { 
		margin-top: 0px;
	}
	.container { 
		margin-top: 0px;
	}
	.container-btm { 
		display: none;
	}
	.body { 
		background: none;
		width: 100%;
	}
	.content {
		margin: 0;
		width: 100%;
	}
	.topnav { 
		display: none;
	}
	.mainnav { 
		display: none;
	}
	.header { 
		display: none;
	}
	.faqs ul { 
		display: block;
	}
	.faqs .open { 
		display: none;
	}
	.faqs .close { 
		display: none;
	}
}
