﻿@-ms-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-webkit-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


body {
	background-color: #FFF;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 190px;
	font-size: 16px;
	height: 100%
}

html {
	position: relative;
	min-height: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	color: #034B87;
}


table {
	-webkit-text-size-adjust: none;
	font-size: 15px;
}

tr.row {
	margin-right: 0;
	margin-left: 0;
}

legend {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 21px;
}

.card {
	margin-bottom: 21px;
}

.control-label {
	font-size: 1em;
}

.buttonLink {
	text-decoration: none;
}


@media only screen and (max-width: 1199px) {
	.desktopbreak {
		display: none;
	}
}

@media only screen and (min-width: 1200px) {
	.mobilePhone {
		display: none;
	}

	.desktopPhone {
		display: inline;
	}
}


@media only screen and (max-width: 1199px) {
	.mobilePhone {
		display: inline;
	}

	.desktopPhone {
		display: none;
	}
}

/* Links
-----------------------------------------------------------*/
a {
	color: #034B87;
	text-decoration: underline
}

	a:hover, a:focus {
		color: #2F93E0;
	}

/* Header
-----------------------------------------------------------*/
#Header {
	background-color: #FFF;
	border-top: .813em solid #004E96;
}

#HeaderContent {
	color: #FFF;
	height: 100%;
}

	#HeaderContent a {
		color: #111;
		text-decoration: none;
	}

	#HeaderContent h1 {
		margin: 0;
		padding: 0.375em 0 0 0;
	}

	#HeaderContent p {
		font-size: 0.813em;
		color: #111;
		padding-top: 0.375em;
		margin-bottom: 0;
	}

/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
	font-size: 15px;
	font-weight: bold;
}


.navbar-nav > li {
	display: block;
	position: relative;
}

.navbar-nav li:hover {
	background-color: #004E96;
	color: #FFF;
}

.navbar-nav > li > a {
	position: relative;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	padding: 10px 0 10px 0px;
}

.navbar-nav a:hover {
	color: #FFF;
	text-decoration: none;
}

.navbar-nav {
	padding-left: 0;
}


navbar-header {
}

.menu {
}

.navbar > li {
	display: block;
	position: relative;
}




@media (min-width: 768px) {
	.navbar-nav {
		margin-left: -15px;
	}



		.navbar-nav > li > a:hover, .nav > li > a:focus {
			border-color: #004E96;
			color: #FFF;
			margin-left: 10px;
		}

	.nav > li > a:hover {
		background-color: #004E96;
	}

	.navbar-nav li {
		list-style: none;
		background-color: #FFF;
		border-bottom: 1px #004E96 solid;
		color: #004E96;
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


		.navbar-nav li:first-child {
			border-top: 1px #004E96 solid;
		}

	.navbar-nav > li > a {
		text-decoration: none !important;
		color: #111;
		padding-left: 0;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.ml-auto {
		display: none;
	}
}

@media (max-width: 767px) {

	.navbar-nav > li > a {
		padding-left: 10px;
		color:#111;
	}


	.navbar-header {
		background-color: #004E96;
	}

	.navbar li {
		background-color: #FFF;
		border-bottom: 1px solid #CCC;
	}

		.navbar li:last-child {
			border-bottom: none;
		}

	.navbar {
		padding: 0 1px 1px 1px;
	}

	.navbar-menu-icon {
		color: #FFF;
		margin: 5px;
	}
}




/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
	background-color: #FFF;
	z-index: 1001;
}

@media only screen and (min-width: 992px) {

	#Wrapper {
		min-height: 435px;
	}
}

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
	padding-top: 0;
	padding-bottom: 40px;
	z-index: 1001;
}


/* Content
-----------------------------------------------------------*/
#Content {
	background-color: #fff;
	padding: 10px;
	z-index: 1001;
}


	#Content li {
		padding: 5px;
	}

	#Content ul, ol {
		margin-bottom: 10.5px !Important;
	}


.breakWord {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
}


/* Important Dates
-----------------------------------------------------------*/
#Dates {
}

	#Dates ul {
		padding-left: 0;
		list-style-type: none;
		line-height: 180%;
	}

	#Dates li {
		font-size: 15px;
		line-height: 24px;
		border-bottom: 1px solid #004E96;
		padding-bottom: 10px;
	}


/* FAQ
-----------------------------------------------------------*/

#FAQs {
}

	#FAQs .faqHeader {
		font-weight: bold;
		color: #004E96;
		font-size: 1.813em;
		padding-bottom: 5px;
		text-align: center;
	}

	#FAQs .QuestionsArea {
		margin-bottom: 1.3em;
	}

	#FAQs .Question {
		font-weight: normal;
		text-decoration: none;
		text-align: left;
		padding-left: 0;
	}

		#FAQs .Question ol {
			margin-bottom: 0 !important;
		}

	#FAQs .noListStyle li {
		font-weight: normal !important;
	}

	#FAQs .Answer p {
		font-weight: normal;
	}

	#FAQs .Answer table {
		font-weight: normal;
	}

	#FAQs .Answer {
		font-weight: bold;
		padding-bottom: 1em;
	}
/* Documents
-----------------------------------------------------------*/

#Documents h4 {
	color: #6F6F6F;
	margin-top: 1em;
}


#Documents .pdf {
	list-style-image: url("../../Content/Images/pdfIcon.png");
	margin-left: 25px;
}

#Documents .excel {
	list-style-image: url("../../Content/Images/excelIcon.png");
	margin-left: 25px;
}

#Documents .claimForm {
	list-style-image: url("../../Content/Images/formIcon.png");
	margin-left: 25px;
}


/* Claim
-----------------------------------------------------------*/
.radio {
	font-size: 16px;
	list-style: none;
	margin-bottom: 10px !important;
}

	.radio ul {
		padding-left: 0 !important;
	}

	.radio li {
		font-size: 16px;
	}



@media only screen and (min-width : 992px) {
	.radio li {
		list-style: none;
		padding-left: 0;
		display: inline;
	}
}


@media (max-width: 991px) {
	.radio li {
		list-style: none;
		padding-left: 0;
	}
}


.radioStacked {
	font-size: 16px;
	list-style: none;
	margin-bottom: 10px !important;
}

	.radioStacked ul {
		padding-left: 0;
	}

	.radioStacked li {
		list-style: none;
		padding-left: 0;
	}

.modal-title {
	line-height: 1.2
}

.popupLink {
	font-style: italic;
	font-size: 12px;
}

.Notes {
	font-size: 14px;
	font-style: italic;
}

/* File Upload
-----------------------------------------------------------*/
#uploadFileContainer .remove-link {
	color: #034B87;
	text-decoration: underline;
}

	#uploadFileContainer .remove-link:hover {
		color: #2F93E0;
	}

.buttonLink {
	text-decoration: inherit;
}

.AjaxUploaderQueueTable {
	display: none !Important;
}

.AjaxUploaderCancelAllButton {
	display: none !Important;
}

.uploadGrid td {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-word;
	overflow: hidden;
	white-space: pre-wrap;
	max-width: 50px;
}

.progressBarText {
	display: none;
}


/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
	font-weight: bold;
	font-size: 15px;
	margin-top: 35px;
	line-height: 1px;
}

#ContactForm .top {
	margin-top: 0px;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
	color: #FF0000;
	font-weight: bold;
	margin-left: .125em;
	white-space: nowrap;
}

.field-validation-error {
	color: #FF0000;
}

.field-validation-valid {
	display: none;
}

.validation-summary-errors {
	font-weight: bold;
	color: #FF0000;
}

.validation-summary-errors-login ul {
	padding-left: 0 !Important;
	list-style: none;
}


.validation-summary-errors ul {
	padding-left: 0 !Important;
	list-style: none;
}

.validation-summary-errors li {
	padding-left: 0 !Important;
	list-style: none;
}

.validation-summary-valid {
	display: none;
}

.input.input-validation-error {
	border: .0625em solid #FF0000 !important;
}

	.input.input-validation-error:focus {
		border: .0625em solid #FF0000 !important;
		box-shadow: none;
		outline: 0 none;
	}

.textarea.input-validation-error {
	border: .0625em solid #FF0000 !important;
}

	.textarea.input-validation-error:focus {
		border: .0625em solid #FF0000 !important;
		box-shadow: none;
		outline: 0 none;
	}

.input.fieldError {
	border: .0625em solid #FF0000 !important;
	background: url(../Images/error.png) no-repeat right center;
	background-color: #fff;
}

	.input.fieldError:focus {
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
		outline: 0 none;
	}


.select.fieldError {
	border: .0625em solid #FF0000 !important;
	background: url(../Images/error.png) no-repeat 98% 50%;
	background-origin: content-box;
}

	.select.fieldError:focus {
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
		outline: 0 none;
	}


.textarea.fieldError {
	border: .0625em solid #FF0000 !important;
	background: url(../Images/error.png) no-repeat right center;
	background-color: #fff;
}

	.textarea.fieldError:focus {
		box-shadow: 0 .0625em .0625em rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
		outline: 0 none;
	}

.fieldErrorRadioButtons {
	padding-left: 5px !important;
	box-shadow: 1px 0 0 #FF0000 inset;
}

.clearValidation {
	display: none;
}


/* RightsTable
-----------------------------------------------------------*/

#rightsTable .tableHeader {
	text-align: center;
	font-weight: bold;
}

#rightsTable .tdLeft {
	text-align: left;
	font-weight: bold;
}

#rightsTable .tdRight {
	text-align: left;
	font-weight: normal;
}

/* Footer
-----------------------------------------------------------*/
#Footer {
	height: 190px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
	border-top: 1px solid #d9d9d9;
}


	#Footer .navigationLinks {
		border-bottom: 1px solid #d9d9d9;
		padding: 0px 0 20px 15px;
	}


		#Footer .navigationLinks li {
			float: left;
			padding-right: 30px;
			margin-top: 10px;
		}

	#Footer .lastLink {
		padding-right: 0 !important;
	}


	#Footer .Questions {
		padding: 20px 0 10px 15px;
	}

	#Footer .Bottom {
		border-top: 1px solid #d9d9d9;
		padding-top: 20px;
	}

	#Footer a {
		color: #111;
	}

		#Footer a:hover, a:focus {
			color: #2F93E0;
		}


/* ADA Styles
-----------------------------------------------------------*/
.hidden {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skip a {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

	#skip a:focus {
		position: static;
		width: auto;
		height: auto;
	}

/*Buttons
-----------------------------------------------------------*/
.btn-primary {
	background-color: #008CBA;
	border-color: #0079A1;
	color: #FFF;
}

	.btn-primary:hover {
		background-color: #006687;
		border-color: #004B63;
		color: #FFF;
	}

	.btn-primary:focus, .btn-primary.focus {
		background-color: #006687;
		border-color: #001921;
		color: #FFF;
	}

	.btn-primary:active, .btn-primary.active {
		background-color: #006687;
		border-color: #004B63;
		color: #FFF;
	}

		.btn-primary:active:hover, .btn-primary.active:hover {
			background-color: #004B63;
			border-color: #001921;
			color: #FFF;
		}

		.btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus {
			background-color: #004B63;
			border-color: #001921;
			color: #FFF;
		}

/* Other Styles 
-----------------------------------------------------------*/

.address-selector {
	border: 1px solid #d9d9d9;
	padding: 10px 20px;
	background: #FFF;
}

	.address-selector li {
	}

.blockquote {
	color: #555555;
}

.w-90 {
	width: 90%
}

.w-80 {
	width: 80%
}

.w-70 {
	width: 70%
}

.w-60 {
	width: 60%
}

.w-40 {
	width: 40%
}

.w-30 {
	width: 30%;
}

.w-20 {
	width: 20%;
}

.w-10 {
	width: 10%
}

@media only screen and (max-width: 480px) {
	#ReCaptcha {
		transform: scale(0.8);
		transform-origin: 0;
		margin-left: -20px;
	}
}
