body {
    width: 100%;
    background-color: #F6F6F6;
    color: #444444;
    line-height: 1em;
    font-family: 'helvetica',arial, sans-serif;
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    color: #222222;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

p {
    font-size: 14px;
    line-height: 1.3em;
}

a {
    text-decoration: none;
    color: #0066cc;
}

a:hover {
    text-decoration: underline;
}

#header {
    border-top: solid 10px #4774A3;
    border-bottom: solid 10px #1C3B5B;
    background: rgb(71,138,189);
    background: -moz-radial-gradient(circle, rgba(71,138,189,1) 0%, rgba(42,83,124,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(71,138,189,1) 0%, rgba(42,83,124,1) 100%);
    background: radial-gradient(circle, rgba(71,138,189,1) 0%, rgba(42,83,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#478abd",endColorstr="#2a537c",GradientType=1);
}

.page-wrapper {
    display: flex;
    justify-content: space-between;
}

.left-panel-wrapper {
    width: 20%;
}

.left-panel-wrapper img {
    float: right;
    padding-top: 26px;
}

.right-panel-wrapper {
  width: 80%;
  padding-left: 20px;
  padding-top: 30px;
}

.titleText {
	font-size:				22px;
	line-height:			25px;
	font-weight:			bold;
    color:                  #4A4A4A
}

.subTitle {
	font-size:				11px;
	line-height:			12px;
	margin:			        16px 0 20px;
}

#contactHelpdeskForm {
    float: left;
}

.wrapper {
    width: 1000px;
    margin:0 auto;
}

#logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

#page-title {
    float: right;
    margin-top: -60px;
    color: #ffffff;
    font-size: 24px;
}

form {
    font-size: 14px;
}

img.spinner {
    height:                 24px;
    padding:                9px 0 9px 10px;
    float:                  left;
    opacity: 0;
    filter:alpha(opacity=0); /* For IE8 and earlier */
}

img.spinner[class~=on] {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

textarea {
    font-family: 'helvetica',arial, sans-serif;
    padding: 5px;
    font-size: 14px;
}

#footer {
    background-color: #202125;
    color: #777777;
    margin-top: 100px;
    padding: 30px 0px;
    font-size: 11px;

}

#footer a {
    text-decoration: none;
    color: #777777;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#info {
    text-align: right;
    float: right;
    margin-top: -93px;
}

input {
	border:					1px solid lightgrey;
    width:                  300px;
	height:					24px;
	line-height:			28px;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#000000;
	text-align:				left;
	padding:				0 5px 0 5px;
	margin:					4px 0 5px;
	outline:				none;
}

input.shortForm {
    width:                  150px;
}

input.wideForm {
    width:                  600px;
}

form#contactHelpdeskForm {
	margin:					0 auto;
	width:					610px;
}

input[type=text][class~=invalid], textarea[class~=invalid]{
	border: 			1px solid #ED1C24;
	background:			#FABEC1;
}

label {
	font-weight: 			bold;
	width:                  175px;
	font-size:              11px;
	height:                 15px;
	margin:                 5px 0;
}

div#submitBtn{
    padding-top: 15px;
}

input#contact_help_desk_button {
    cursor:                 pointer;
    width:                  100px;
    height:                 28px;
    border-radius:          2px;
    opacity:                1;
    background-color:       #14406c;
    font-size:              12px;
    font-weight:            bold;
    text-align:             center;
    color:                  white;
    float:                  left;
    padding-bottom:         4px;
}

input#contact_help_desk_button.disabled{
	background-color:       rgba(149,170,190, 1);
    cursor:                 default;
    text-decoration:        none;
}

 img.submitSpinner{
	opacity: 0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
	height:                 16px;
	margin-left:            5px;
	padding:                6px 0 7px 0;
	float:                  left;
}
img.submitSpinner[class~=on] {
	opacity: 1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

textarea#contact_message {
    width: 600px;
    height: 144px;
    border: 1px solid lightgrey;
    font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	color:					#000000;
	text-align:				left;
	padding:				0 5px 0 5px;
	margin:					0;
	outline:				none;
}

div.infoText {
    font-weight:		bold;
    color:				#3074a6;
    font-size:			14px;
    margin-bottom:		10px;
    text-align:         left;
}

div.errorText {
    font-weight:		bold;
    color:				#9e0b0f;
    font-size:			14px;
    margin-bottom:		10px;
    text-align:         left;
}

div#ajax_error, div#flash_error  {
    width:				530px;
    margin:		        15px auto 0 auto;
    border: 			1px solid #ED1C24;
    background:			#FABEC1;
    padding:			10px;
    text-align:         center;

    -webkit-box-sizing:		border-box;
    -moz-box-sizing: 		border-box;
    box-sizing: 			border-box;
}

div#ajax_success, div#flash_success {
    width:				530px;
    margin:		        15px auto 0 auto;
    background:			#BFEDA8;
    border:				2px solid #006600;
    padding:			10px;
    text-align:         center;

    -webkit-box-sizing:		border-box;
    -moz-box-sizing: 		border-box;
    box-sizing: 			border-box;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.8rem;
}
