
h1 {font-size: 26px; font-weight:normal; color:#154995;}
h2 {font-size: 24px; font-weight:normal; color:#333333;}
h3 {font-size: 22px; font-weight:normal; color:#154995;}
h4 {font-size: 20px; color:#333333;}
h5 {font-size: 18px; color:#333333;}
h6 {font-weight:normal; color:#333333; }

ul.align-inside,
ol.align-inside,
dl.align-inside {list-style-position: inside;}

.panel {margin-bottom:1.25rem; background-color:#EAEAEA; border:none; padding:.67rem;}
.panel.border {border: .0625rem solid #dbdbdb;}

.button {
	margin-right: .5rem;
}

.red-text, .redtext {color:red;}
.green-text {color:green;}

.italic {font-style: italic;}

.linkStyle {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	line-height: inherit;
	color: #1779ba;
	text-decoration: none;
	cursor: pointer;
}

.linkStyle:active,
.linkStyle:hover {
	outline-width: 0;
}
.linkStyle.green-text {color: green;}
.linkStyle.red-text {color: red;}

hr.extended {
	width:100%;
	max-width:none;
}

.loading-screen-cover, .loading-modal {
	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,
body.loading .loading-modal {
	display: block;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.split-date-month, .split-date-day {
	width: 2.75rem; display:inline-block;
}

.split-date-year {
	width: 3.5rem; display:inline-block;
}

.split-date-inputs {
	display: block;
	padding-right: .5rem;
}

.collapse {
	max-width: 75rem;
	margin-left: auto;
	margin-right: auto;
}

.collapse-58 {
	max-width: 58.75rem;
	margin-left: auto;
	margin-right: auto;
}

.center, .center-text {
	text-align: center;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.coverScreen {
	padding: 0px;
	border: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.coverScreen .text {
	font-weight: bold;
	color: white;
	margin-top: 5px;
}

.margin-top-1 {
	margin-top: 1rem;
}

.bold-font {
	font-weight: bold;
}

input[type=submit].arrow , input[type=button].arrow{
	height: 22px; color: #EE6D00; font-family: Arial Black, Arial, Helvetica, sans-serif;
	padding: 0px 23px 0px 0px; border: none;
	background-image: url('../img/button-arrow.gif');
	background-repeat: no-repeat; background-position: right;  background-color: transparent;
	cursor: pointer;
}
input[type=button].arrow.back{
	background-image: url('../img/button-arrow-back.gif');
	padding: 0px 0px 0px 23px;
	background-position: left;
}
input[type=submit].arrow[disabled] , input[type=button].arrow[disabled]{
	height: 22px; color: gray; font-family: Arial Black, Arial, Helvetica, sans-serif;
	padding: 0px 23px 0px 0px; border: none;
	background-image: url('../img/button-arrow-disabled.gif');
	background-repeat: no-repeat; background-position: right;  background-color: #FFFFFF; cursor: default;
}

.inline-input {
	display: inline-block;
	margin-left: 1rem;
	vertical-align: top;
}

.inline-input.first {
	margin-left: 0;
}

.coBrandHdr{
	text-align: left;
	font: normal normal bold 21px/23px Work Sans !important;
	letter-spacing: 0px;
	color: #000000 !important;
	opacity: 1;
	text-transform: uppercase !important;
   
}

.stillwaterLogoHdr{
	text-align: left;
	font: normal normal normal 12px/15px Source Sans Pro !important;
	letter-spacing: 0px;
	color: #707070 !important;
	opacity: 1;
}
