.customblue {
	color: #004466;
}
.customlinkblue {
	color: #0082B9;
}
.custombrightblue {
	color: #40c6ff;
}
.customorange {
	color: #f7921e;
}
.backgroundcolor-customorange {
	background-color: #f7921e;
}
.backgroundcolor-customblue {
    background-color: #004466;
}
.backgroundcolor-customlightblue {
    background-color: #d9f2ff;
}
.backgroundcolor-customlinkblue {
    background-color: #0082B9;
}
.backgroundcolor-customorange {
	background-color: #ff9e20;
}
.bordercolor-customblue {
	border-color: #004466;
}
.bordercolor-customlightblue {
	border-color: #d9f2ff;
}
.bordercolor-custompaleblue {
	border-color: #F0FAFF;
}
.bordercolor-customlinkblue {
	border-color: #0082B9;
}
.bordercolor-customorange {
	border-color: #f7921e;
}
.backgroundcolor-custompaleblue {
    background-color: #F0FAFF;
}
.backgroundcolor-custompaleorange {
	background-color: #fff8f0;
}
a {
    color: #0082B9;
    text-decoration: none;
}
.height-xlargeplus { height: 6rem; }
.height-xxxlargeplus { height: 24rem; }
.width-xxxlargeplus { width: 24rem; }
.width-xxxxlarge { width: 32rem; }
.height-xxxxlarge { height: 32rem; }

@media screen and (min-width: 30em) {
	.width-auto-ns {width: auto; }
    .height-xlargeplus-ns { height: 6rem; }
    .height-20rem-ns { height: 20rem; }
    .height-xxxlargeplus-ns { height: 24rem; }
    .width-xxxlargeplus-ns { width: 24rem; }
    .width-xxxxlarge-ns { width: 32rem; }
    .height-xxxxlarge-ns { height: 32rem; }
}