/* Header *************************************************************/
#headerBackgroundContainer{
    width:100%;
	background: #F5F5F5 url(/web/resources/images/header/header_back_bg.jpg) left top repeat-x;
    min-width:960px;
}
#headerBackground {
	position: relative;
	margin: 0 auto;
	height: 160px;
	background: url(/web/resources/images/header/header_bg.jpg) top center no-repeat;
	/*background:#ffffff url(/web/resources/images/header/header_bg.jpg) top center no-repeat;*/
    min-width:960px;
}

#header {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	position: relative;
	margin: -160px auto 0;
	width: 960px;
	height: 149px;
}

#headerLogoLink {
	margin-top: 30px;
	position: absolute;
}

#headerLogoLink > img {
	width:184px;
	height:34px;
}

.headerButtonList {
	list-style: none;
}

#headerSections {
	position: absolute;
	margin-top: 86px;
	width: 960px;
}

#skipMenu {
	position: fixed;
	top: 0;
	left: -5000px;
	background: gray;
	color: white;
	border: solid 1px black;
	z-index: 100;
}

#skipMenu:focus {
	left: 0;
}

.headerSection {
	font-size: 18px;
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	height: 27px;
	margin-top: 3px;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 17px;
}
/* Replace .headerSection:last-child - :last-child is not a valid CSS pseudo-selector and is not support by IE < 9 */
.headerSection + .headerSection {
    background: url('/web/resources/images/header/header_nav_separator.png') left top no-repeat;    
}
.headerSectionLast {
	font-size: 16px;
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	height: 27px;
	margin-top: 3px;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 17px;
}

/*.headerSection:last-child {
	background: none;
}*/
.headerSection > a {
        color:#454545;
        text-decoration:none;
}
.headerSection a:hover {
	text-decoration: none;
	color: #000000;
}

.headerSelectedSection {
	font-size: 16px;
	float: left;
	display: inline;
	height: 27px;
	margin-top: 3px;
	margin-left: -10px;
	padding-top: 5px;
	padding-left: 17px;
	padding-right: 17px;
	background: url('/web/resources/images/header/header_nav_button_bg.png') no-repeat right top;
}

.headerSelectedSection a {
	text-decoration: none;
	color: #FFFFFF;
}

.headerSectionHome {
	font-size: 18px;
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	height: 27px;
	width: 15px;
	margin-top: 9px;
	margin-right: 25px;
	padding-left: 0;
}

.headerSectionMyCogecoHome {
	font-size: 18px;
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	height: 27px;
	width: 15px;
	margin-top: 1px;
	margin-right: 20px;
	padding-left: 0;
}

.headerDropdownLink {
	color: #454545;
	text-decoration: none;
}

#headerNav {
	font-size: 14px;
	position: absolute;
	margin-top: 8px;
	left: 45px;
}

.headerNav a {
	text-decoration: none;
	color: #FFFFFF;
}

.headerNav a:hover {
	color: #ffd51d;
}

#headerNav li {
	float: left;
	text-align: center;
	cursor: pointer;
	display: inline;
	height: 27px;
}

.headerNav {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
}

.headerSelectedNav {
	background: url("/web/resources/images/header/header_subnav_selected.png") no-repeat left top;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/*.headerSelectedNavRight {
	width:10px;
	height:27px;
	background:url("/web/resources/images/header/header_subnav_selected.png") no-repeat right top;
}*/

.headerUnselectedNav {
	background: url("/web/resources/images/header/header_subnav_separator.png") no-repeat right top;
}

#headerTopNav {
	display: inline;
	list-style: none;
	position: absolute;
	margin-left: 490px;
	margin-top: 32px;
	width: 400px;
}

#headerTopNav li {
	float: left;
	display: block;
	background: url('/web/resources/images/header/header_nav_separator.png') left -2px no-repeat;
	padding: 5px 5px 5px 20px;
	font-size: 11px;
}

#headerTopNav li:first-child {
	display: inline;
	font-size: 11px;
	background: none;
}

.headerTopNavSeparator {
	margin: 0;
	padding: 0;
	width: 5px;
	color: #454545;
}

#headerTopNav a {
	font-size: 14px;
	text-decoration: none;
	color: #454545;
}

.topNavMonCogeco {
	margin-left: 210px !important;
	margin-top: 0 !important;
}

.topNavMonCogeco #headerSelectedRegion span {
	border: 0 !important;
}

.topNavMonCogeco #headerSelectedLanguage {
	border-right: 0 !important;
}

#headerLinks {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	margin-top:40px;
	/*margin-left:230px;*/
    margin-left:292px;
	width:500px;
	text-align: right;
	font-size:12px;
}

#headerLinks > li {
	display: inline;
	margin:0 5px;
}

#headerLinks > li.spacer {
	margin-right:10px;
	padding-right:10px;
        margin-left:0;
	border-right:1px solid #ccc;
}

#headerLinks a {
	color:#4A4A4A;
}

#headerLinks .selected {
	color:#4A4A4A;
	border-bottom:1px solid #FBD62D;
}

#headerLinks a {text-decoration: none;color:#4A4A4A;}
#headerLinks a:hover {border-bottom:1px solid #FBD62D;}

#headerLinks img {width:16px;height:16px;border:0;vertical-align: bottom;}
#headerLinks a + a {margin-left:-2px;}

#headerLinks a.twitter:hover {border:0;}
#headerLinks a.facebook:hover {border:0;}

#headerLinks .mycogeco {
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	padding:5px 15px;
	font-size:14px;
	border:1px solid rgba(0,0,0,0.1);
	color:#334C46;
	background-color:#EAD617;
	border-radius: 5px;
	box-shadow: inset 0 15px 15px rgba(255,255,255,0.3);
	text-decoration:none;
}

#headerLinks .mycogeco:hover {
	box-shadow: inset 0 -15px 15px rgba(255,255,255,0.6);
}

#accessibilityContrast {
	cursor: pointer;
	position: absolute;
	margin-left: 945px;
	margin-top: 128px;
}

/*
* CSS for header landing page
*/

#headerBackgroundPromo {
	position: relative;
	margin: 0 auto;
	height: 90px;
	background: #F5F5F5 url(/web/resources/images/header/header_promo_bg.jpg) top center no-repeat;
	/*background:#ffffff url(/web/resources/images/header/header_bg.jpg) top center no-repeat;*/
}
.headerPromo #headerSections {
	position: absolute;
	margin-top: 30px;
    right:10px;
    width:398px;
}
html[lang="fr"] .headerPromo #headerSections {
	width:375px;
}
html[lang="en"] .headerPromo #headerSections {
	width:340px;
}
.headerPromo #headerSections {
	position: absolute;
	margin-top: 30px;
    right:10px;
    width:420px;
}
.headerPromo #headerSections {
	position: absolute;
	margin-top: 30px;
    right:10px;
    width:440px;
}
.headerPromo .headerSection {
	font-size:16px;
}
.headerPromo {
	height: 67px !important;
	margin-top: -90px !important;
}
.headerPromo #headerLogo {
	margin-left: 10px;
	margin-top: 30px;
	position: absolute;
}
.headerPromo .headerSectionHome {
	font-size: 18px;
	cursor: pointer;
	display: inline;
	height: 27px;
	width: 20px;
	top: 27px;
	left: 205px;
	position: absolute;
	background: url("/web/resources/images/header/home.png") no-repeat left 7px;
}

/* SEARCH */
.searchBar {
	position: absolute;
    top:35px;
	/*margin-left: 775px;*/
    margin-left: 795px;
	padding-left: 10px;
	padding-top: 5px;
	/*margin-top: 90px;*/
	width: 150px;
	height: 24px;
	background: url("/web/resources/images/header/bg_search.png") no-repeat top left;
}
.searchBarSupport {
	position: relative;
	margin: 0;
	width: 614px;
}
.searchBar i {
	position: relative;
	display: block;
	background: url("/web/resources/images/header/bg_search.png") no-repeat top right;
	width: 5px;
	float: right;
	margin-right: -2px;
	padding-top: 0;
	margin-top: -5px;
	height: 24px;
}

.searchResults {
	width: 100%;
	border: 0;
	height: auto;
	margin: 15px 0 15px 0;
}

div.searchResultNav { text-align: center; }

div.searchResultNav > div.pages > a { margin: 0 5px 0 5px; }

div.searchResultNav > div.pages > a.selected { font-weight: bold; }

div.searchResultNav > div.prev { float: left; width: 170px; height: 30px; display: block; text-align: left; }

div.searchResultNav > div.pages { float: left; width: 270px; height: 30px; display: block; }

div.searchResultNav > div.next { float: right; height: 30px; text-align: right;}

.searchBar.topSearch { margin-bottom: 15px; display: block; }

.searchBar.bottomSearch { margin-top: 15px; display: block; }

.searchBarLabel {
	position: absolute;
	float: left;
	left: 10px;
}

.searchBarInput {
	display: block;
	float: left;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
	border: 0;
	/*width: 143px;*/
        width: 120px;
	margin-top: -2px;
	font-size: 12px;
	height: 18px;
	background-color: transparent;
    padding:0;
}

.searchBarInputSupport {
	width: 550px;
}

.searchBarButton {
	display: block;
	float: left;
	margin-top: -2px;
	/*margin-left: 14px;*/
        margin-left: 3px;
	width: 23px;
	height: 18px;
	border: 0;
	background: url("/web/resources/images/header/search_go.png") no-repeat top;
	cursor: pointer;
}

.searchBarButtonSupport {
	position: absolute;
	right: 13px;
}

.searchBarButton:hover {
	background: url("/web/resources/images/header/search_go.png") no-repeat bottom;
}

#myCogecoButton {
	position: absolute;
	margin-left: 845px;
	margin-top: 30px;
}

#myCogecoButton li {
	list-style: none;
	width: 125px;
	height: 30px;
	background: url("/web/resources/images/header/my_cogeco.png") no-repeat top;
}

#myCogecoButton li:hover {
	background: url("/web/resources/images/header/my_cogeco.png") no-repeat bottom;
}

#monCogecoButton {
	position: absolute;
	margin-left: 845px;
	margin-top: 30px;
}

#monCogecoButton li {
	list-style: none;
	width: 125px;
	height: 30px;
	background: url("/web/resources/images/header/mon_cogeco.png") no-repeat top;
}

#monCogecoButton li:hover {
	background: url("/web/resources/images/header/mon_cogeco.png") no-repeat bottom;
}

/* PROMO / BANNER */
#promo {
	padding-top: 50px;
	padding-left: 200px;
}

#promo h2 {
	letter-spacing: 0.1em;
	color: #003366;
}

/* Footer *************************************************************/

#footer_background {
	width: 100%;
	/*height: 15px;*/
	background: #FFFFFF url("/web/resources/images/header/bg_footer.png") top center repeat-x;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #757575;
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 70px;
	width: 960px;
}

.footerTitle {
	color: #777777;
	float: left;
	width: 128px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}

.footerTitle.cogecoSites {
	width: 137px;
}

.footerTitle h4 {
	margin-bottom: 10px;
	padding: 0;
}

.footerTitle li {
	font-weight: normal;
	list-style: none;
	margin-bottom: 5px;
}

.footerTitleRight {
	float: right;
	text-align: right;
	width: 110px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin-right: 10px;
}

.footerTitleRight h4 {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

.footerTitleRight h4:first-child {
	margin-top: 0;
}

.footerTitleRight li {
	display: block;
	margin-left: 5px;
}

.footerTitleRight li.inline {
	display: inline;
}

.footerTitleRight ul {
	margin-top:25px;
}

.footerTitleRight ul ~ ul {
    margin-top:0;
}

#breadcrumb {margin-bottom:15px;}

#breadcrumb a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0 13px 0 0;
	margin:0 7px 0 0;
	color: #004785;
	background:url("/web/resources/images/layout/bullet_bleu_arrow.png") right 4px no-repeat;
}

#breadcrumb a.current, #breadcrumb a.current:hover {
	background:none;
	text-decoration: none;
	cursor: default;
	color: #666;
}

#breadcrumb a:hover {text-decoration:underline;}

.business_solution_overlay_content li {color:#454545;padding-bottom:10px;}
.business_solution_overlay_content li > a {font-size:14px;}
.business_solution_overlay_content li > a ~ a {font-size:inherit;padding-bottom:0;}



/*****
    RESPONSIVE CSS START
*****/
#headerPromoWrapper {
    position: relative;
    margin: 0 auto;
    height: 90px;
    max-height: 90px;
    background: #F5F5F5 url(/web/resources/images/header/header_promo_bg.jpg) center bottom no-repeat;
    overflow:hidden;
    z-index: 1;
}
#headerPromoWrapper + div {
    margin-top:-20px;
    position: relative;
}
#headerPromoWrapper #header {
    margin:0 auto;
    width:100%;
    *width:980px;
    max-width: 980px;
}
#headerPromoWrapper .headerPromo {
    margin-top:0 !important;
    height:auto !important;
}
#headerPromoWrapper .logo_wrapper {
    float:left;
}
#headerPromoWrapper .logo_wrapper > a {
    background: url("/web/resources/images/header/home.png") no-repeat right 12px;
    display: block;
    padding-right: 25px;
    height: 32px;
    width: 184px;
    margin: 30px 0 0 10px;
}
#headerSectionsMobile, 
.mobile-back-to-top {
    display:none;
}

/*** RESIZE TRANSITION ELEMENTS ***/
#headerPromoWrapper,
#headerPromoWrapper .logo_wrapper > a > img {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
/***** All screen under 920px wide *****/
@media screen and (max-width: 920px) {
    #headerPromoWrapper {
        height: 80px;
        max-height: 80px;
    }
    #headerPromoWrapper #header {
        width:100%;
        max-width: 980px;
    }
    .isResponsive #headerSections {
        display:none;
    }
    .isResponsive #headerSectionsMobile {
        display:block;
        position:absolute;
        top: 16px; right: 10px;
        width:40px; height:40px;
        border:0;
        cursor:pointer;
        background:transparent url(/web/resources/images/responsive/layout/menu_icon.png) no-repeat center center;
    }
    #headerPromoWrapper .logo_wrapper > a {
        padding-right:0;
        margin-top:20px;
        background:transparent none;
    }
    #headerPromoWrapper .logo_wrapper > a > img {
        max-width: 161px;
    }

    #footer {
        padding-top: 0;
    }
    .footerTitle {display:none;}
    .footerTitle.mobile-menu {
        display:block;
        width:45%;
        float:none;
        margin-left:25px;
        font-size:16px;
        font-family: "MyriadProRegular",Arial, Helvetica, sans-serif;
    }
    .footerTitle.mobile-menu li {
        margin-bottom: 12px;
        margin-left:0;
    }
    .footerTitle.footerTitleRight.mobile-menu {
        width: 46%;
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .footerTitle.footerTitleRight.mobile-menu ul {
        margin-top:0;
        margin-bottom:25px;
    }
    .footerTitle.mobile-menu li a[href*="twitter.com"],
    .footerTitle.mobile-menu li a[href*="facebook.com"] {
        display:inline-block;
        width:32px; height: 30px;
        background: transparent url(/web/resources/images/header/social-sprite.png) no-repeat -39px 0;
    }
    .footerTitle.mobile-menu li a[href*="facebook.com"] {
        background-position:0 0;
    }
    .footerTitle.mobile-menu li a[href*="twitter.com"] img:first-child,
    .footerTitle.mobile-menu li a[href*="facebook.com"] img:first-child {
        display:none;
    }
    .isResponsive .mobile-back-to-top {
        display: block;
        width: 100%;
        position: relative;
        z-index: 2;
        line-height:29px;
        font-size:16px;
        top: -20px;
        color: #fff;
        text-align: center;
        background: #004785;
        background: -moz-linear-gradient(top,  #004785 0%, #003a6c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004785), color-stop(100%,#003a6c));
        background: -webkit-linear-gradient(top,  #004785 0%,#003a6c 100%);
        background: -o-linear-gradient(top,  #004785 0%,#003a6c 100%);
        background: -ms-linear-gradient(top,  #004785 0%,#003a6c 100%);
        background: linear-gradient(to bottom,  #004785 0%,#003a6c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004785', endColorstr='#003a6c',GradientType=0 );
    }
    .mobile-back-to-top i.icon-arrow {
        display:inline-block;
        width:8px; height:4px;
        margin:0 .5em .15em;
        overflow:hidden;
        vertical-align: middle;
        background: transparent url(/web/resources/images/header/to-top-arrow.png) no-repeat 0 0;
    }
    
}

/***** All screen under 360px wide *****/
@media screen and (max-width: 360px) {
    .footerTitle.mobile-menu {
        margin-left:10px;
    }
    .footerTitle.footerTitleRight.mobile-menu {
        right:0;
    }    
}
