body {
	font-family: 'Source Sans Pro', serif; }
h1, h2 {
	color: #003399;
	text-transform: uppercase;
	font-family: 'Work Sans, black', sans-serif; }
h1 { font-size: 3.6rem; }
h2 { font-size: 2.9rem; }
h3, h5, h6 {
	font-family: 'Work Sans, medium', sans-serif;
	color: #003399; }
h3 { font-size: 2.3rem; }
h4 {
	font-family: 'Work Sans, light', sans-serif;
	color: #0099CC;
	font-size: 1.8rem; }
h5 { font-size: 1.6rem; }
h6 { font-size: 1.2rem; }

.sw-blue-light {color:rgb(153, 204, 255);}
.sw-blue-mid {color:rgb(41, 171, 226);}
.sw-blue-dark {color:rgb(23, 121, 186);}
.sw-blue-darkest{color:rgb(20, 83, 150);}
.sw-orange {color:#FF6600;}
.sw-grey {color:#666666;}
.sw-green{color:rgb(46, 125, 50);}
.sw-red {color:#FF0000;}

.loading-screen-cover {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(10, 10, 10, 0.45); }
body.loading {
	overflow: hidden; }
body.loading .loading-screen-cover {
	display: block; }
.loading-screen-cover .lsc-animation {
	display: block;
	width: 5rem;
	height: 5rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 30%; }

.auto-width {
	width: auto;
	max-width:100%; }
.no-padding {
	padding: 0; }
.display-block {
	display:block; }
.display-inline-block {
	display:inline-block; }
.display-none {
	display: none; }

.footer-container {
	font-size: smaller;
	margin-top: 3rem; }
.test-env-banner {
	font-size: smaller;
	position:fixed;
	right:0;
	bottom:1rem; }

input[type="text"],
input[type="password"],
select.form-control {
	background: transparent;
	border: 0.2rem solid #003399;
	box-shadow: none;
	border-radius: 0.3rem; }
input[type="text"]:focus,
select.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none; 
	color:rgba(0, 153, 204, 1);
	font-family:  'Source Sans Pro'; }

input[type='radio'], input[type='radio']:focus {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	outline: none;
	box-shadow: inset 0 0 0 0.1875rem #003399; }
input[type='radio']:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 20% auto;
	border-radius: 50%; }
input[type='radio']:checked:before {
	background: #003399; }

input[type="checkbox"].blue-check:after {
	content: '';
	display: block;
	width: 1rem;
	height: 0.5rem;
	border-bottom: 0.2rem solid #003399;
	border-left: 0.2rem solid #003399;
	transform: rotate(-45deg) scale(0);
	position: absolute;
	top: 0.5rem;
	left: 1.9rem;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; }
input[type="checkbox"].blue-check:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 0rem 1rem 0rem 1.5rem;
	width: 1.8rem;
	height: 1.8rem;
	border-radius: 0.3rem;
	border: 0.2rem solid #003399;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important; }
input[type="checkbox"].blue-check {
	border-color: transparent;
	margin: 0rem 1.5rem 0rem 1rem;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important; }
input[type="checkbox"].blue-check:checked:after {
	transform: rotate(-45deg) scale(1); }
input[type=checkbox].blue-check:disabled:hover {
	cursor: default; }

label {
	font-size: 1.2rem;
	font-weight: normal; }
label.has-help {
	color: #003399;
	text-decoration: underline; }
label.has-help:hover {
	cursor: pointer; }
label.radio-inline, label.stacked-radio{
	color:#000000 !important; }
.stacked-radio {
	display: block;
	font-weight: normal; }

.padding-top-25 {
	padding-top:2.5rem; }

.modal-container {
	padding: 1rem 2rem 1rem 2rem ;}

.left-padding-4 {
	padding-left:4rem }

.left-padding-1 {
	padding-left:1rem }

.left-padding-2 {
	padding-left:2rem }

.bold-font {
	font-weight: bold; }

.table-layout {
	display: table;
	width: 100%; }
.table-layout .table-cell {
	display: table-cell; }

.fixed-width-125 {
	width: 12.5rem; }
.fixed-width-20 {
	width: 2rem; }

.inline-20 {
	display: inline-block;
	max-width: 20rem; }

ul.label-value-list {
	display: table; }
ul.label-value-list li {
	display: table-row; }
ul.label-value-list li .label-part {
	display: table-cell;
	white-space: nowrap;
	padding-right: 1rem; }
ul.label-value-list li .value-part {
	display: table-cell; }
@media screen and (max-width: 767px) {
	ul.label-value-list.xs-width-125 li .label-part {
		width: 12.5rem; }
}
@media screen and (max-width: 479px) {
	ul.label-value-list li .label-part {
		display:block;
		width: 100%; }
	ul.label-value-list li .value-part {
		display:block;
		width: 100%; }
}
