/* For IE content under scroll issue */
@-ms-viewport {
    width: auto !important;
}
/* paddings */
.pad-left-10 {
    padding-left: 10px;
}
.pad-20{
	padding:20px;
}
.pad-r-0{
	padding-right:0px;
}
.pad-L-0{
	padding-left:0px;
}
.pad-left-5{
	padding-left:5px;
}	
.pad-3-top{
	padding-top:3px;
}
.pad-10-top{
	padding-top:10px;
}
.pad-10-bot{
	padding-bottom:10px;
}
.pad-5-bot{
	padding-bottom:5px;
}
.pad-bottom-10-xs{
	padding-bottom:10px;
}
.pad-bottom-0{
	padding-bottom:0px;
}
/* ******************************** */
/*margins*/
.margin {
    margin: 0px;
}
.mar-R-L-30{
	margin:0px -30px;
}
.mar-R-L-40{
	margin:0px -40px;
}
.mar-top-20{
	margin-top:20px;
}
.mar-bottom-10{
	padding-bottom:10px;
}
/* ******************************** */
/* border */
.top-border-gray-light {
    border-top: 1px solid #d4d4d4;
}

.bottom-border-gray-light {
    border-bottom: 1px solid #d4d4d4;
}

.left-border-gray-light {
    border-left: 1px solid #d4d4d4;
}

.right-border-gray-light {
    border-right: 1px solid #d4d4d4;
}

.box-border-gray-light {
    border: 1px solid #d4d4d4;
}

.noBorder {
    border: none !important;
}

.noBorderTop {
    border-top: none !important;
}

.noBorderRight {
    border-right: none !important;
}

.noBorderBottom {
    border-bottom: none !important;
}

/*  ******************************* */

/* ********************************* */
/* spacer */
.spacer25 {
    height: 25px;
}

.spacer55 {
    height: 55px;
}
/* ********************************* */

.text-underline {
    text-decoration: underline;
}

/* ********************************* */
/*text colors*/

.txtBlack3 {
    color: #4A4A4A;
}

.txtGrey1 {
    color: #333333;
}

.txtGrey2 {
    color: #555555;
}

.txtYellow2 {
    color: #dfa32a;
}

.txtBlue2 {
    color: #005499;
}

.txtBlue3 {
    color: #004A8B;
}

.txtGrey3 {
    color: #999999;
}

.txtBlack1 {
    color: #161616;
}

.txtBlack3 {
    color: #151515;
}

.txtBlack4 {
    color: #0E0E0E;
}

.txtBlack5 {
    color: #333333;
}
/* ********************************* */

.line-grey1{
	border-color:#d4d4d4;
	border-width: 2px;
}

/*txt font*/

/* ********************************* */
.txtSize18 {
    font-size: 18px !important;
}
.txtSize12{
	font-size:12px;
}

.txtSize19 {
    font-size: 19px;
}

.txtSize22 {
    font-size: 22px;
}

.txtSize20 {
    font-size: 20px;
}
.txtSize40{
	font-size:40px;
}
/* ********************************* */

/*txt formatting*/
/* ********************************* */
.txtR {
    text-align: right;
}

.txtL {
    text-align: left;
}
/* ********************************* */

/*txt style*/
/* ********************************* */
.txtUnderline {
    text-decoration: underline;
}

.txtStyleNone:hover {
    text-decoration: none;
}

.txtStyleNone {
    text-decoration: none !important;
}

.block {
    display: block;
}

a:hover, a:focus {
    text-decoration: underline;
}

.wordWrap {
    word-Wrap: break-word;
}
/* ********************************* */
/* line Heights */

.txtLineHeight-16 {
    line-height: 16px;
}

.txtLineHeight-18 {
    line-height: 18px;
}

.txtLineHeight-20 {
    line-height: 20px;
}

.txtLineHeight-21 {
    line-height: 21px;
}

.txtLineHeight-22 {
    line-height: 22px;
}

.txtLineHeight-26 {
    line-height: 26px;
}
.txtLineHeight-30{
	line-height:30px;
}

/* line Heights */
.border-radius-5{
	border-radius:5px;
}
/** Background-color **/
.bgGrayLight3{
	background-color:rgba(242, 242, 242, 1);
}
/*.loader-fixed {
    bottom: 0px;
    top: inherit;
}*/
.error .form-control::placeholder{
    color: #bd2025;
}
.inlineBlock{
	display:inline-block;
}
.txt-center{
	text-align:center;
}
.inLine{
	display:inline;
}
.ctrl_Elt1 .ctrl_element{
	left:-13px;
}
.ctrl_Elt1 small{
	font-size: 11px;
}
.icon-panel{
	max-height:80px;
	min-height:80px;
	overflow:hidden;
	vertical-align:middle;
}
.mousePointer{
cursor: pointer;
}
fieldset{padding:0px;border:none;margin: 0px;}

@media (min-width: 320px) and (max-width: 767px) {
    .skip-to-main-link {
        display: none !important;
    }
        .panel-body {
        padding: 30px 20px !important;
    }
    .pad-0-top-xs {
        padding-top: 0px !important;
    }
	.full-xs{
		width: 100%;
	}
	.mar-bottom-20-xs{
		margin-bottom:20px;
	}
	.mar-R-L-30{
		margin:0px;
	}
	.icon-center-xs{
		text-align:center;
	}
	.mar-bottom-30-xs{
		padding-bottom:30px;
	}
	.preference-panel{
		width:100%;
	}
	.hide-smD{
		display:none;
	}
	.ctrl_Elt1 span, .ctrl_Elt1 div{
		text-align:left;
	}
	.ctrl_Elt1 .ctrl_element{
		left:0px;
	}
	.graphical_ctrl{
		float:left;
	}
	.smD-text{
		padding-left: 45px;
		line-height: 10px;
		font-family: Arial;
		font-size: 19px;
		font-weight: normal;
	}
	.txt-Sm{
		line-height:normal;
	}
	.mar-R-L-40{
		margin:0px -20px;
	}
	.spacer-xs-20{
		height:20px;
		clear:both;
		display:block;
	}
	.mar-top-0-xs{
		margin-top:0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.pad-top-70-xs {
		padding-top: 18px;
		display: block;
	}
	.mar-R-L-30{
		margin:0px 30px;
	}
    .mar-R-L-25 {
        margin: 0px 25px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
	.mar-R-L-30{
		margin:0px 30px;
	}
    .mar-R-L-25{
        margin: 0px 25px;
    }
}
.no-pad-bottom {
    padding-bottom: 0px !important;
}

.no-margin-top{
	    border-top: none !important;
}
.footer-container{
	    margin-top: -60px;
}
.no-pad-top{
	padding-top: 0px !important;
}
@media (min-width: 768px) and (max-width: 1130px) {
	.recap-margin-top {
	   margin-top: -100px;
	   margin-left: 175px !important;
	}
}
@media (min-width:1131px){
    .recap-margin-top {
        margin-top: -100px;
        margin-left: 175px !important;
    }
}


@media (min-width: 360px) and (max-width: 767px) {
    .pad-0-v-xs{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .pad-0-left-xs {
        padding-left:0px !important;
    }
    .pad-10-top-xs {
        padding-top:10px !important;
    }
}
a { 
text-decoration: none ;
}
a:focus { 
text-decoration: underline !important;
}
.no-border-bottom{
	border-bottom:none !important;
}
.federal-bar-link-provinces.caret.caret_top.block.popup{
	display:none;
}
.panel-body{
    padding:30px 30px;
}
.margin-0-bottom{
    margin-bottom:0px;
}
@media (min-width: 1025px) {
    .custom-right-30 {
        right: 30px;
    }
}
@media (min-width: 320px) and (max-width:320px){
    .custom-width-xs {
        width: 245px;
    }
    .pad-0-v-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (max-width: 1239px){
    .container-0-v-xs{
        padding-left:8px !important;
        padding-right:8px !important;
    }
}
/*.skip-to-main-link{
    display:none !important;
}*/
header a.rsx-skip-to-main-link {
    color: #fff !important
}
header a.skip-to-main-link {
    color: #fff !important
}
@media (min-width: 520px) {
    .container.liquid-container {
        width: 480px !important;
    }
}

@media (min-width: 768px) {
    .container.liquid-container {
        width: 600px !important;
    }
}

@media (min-width: 992px) {
    .container.liquid-container {
        width: 980px !important;
    }
}

@media (min-width: 1240px) {
    .container.liquid-container {
        width: 1200px !important;
    }
}
header .skip-to-main-link:focus{
    top:0px !important;
}
.icon-back-to-top:before { 
    right: -10px !important;
}
.no-styletype {
    list-style-type: none;
}