﻿@-ms-viewport 
{
 width: device-width; 
}

@-moz-viewport 
{
 width: device-width; 
}

@-webkit-viewport 
{
 width: device-width; 
}

@viewport 
{
 width: device-width; 
}



body {
  background-color: #f9f9f9;
  font-family: 'Raleway', sans-serif;
  font-size:16px; 
  margin-bottom: 100px;
  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;
}


/* Links
-----------------------------------------------------------*/
a {
	color:#132D62;
	text-decoration:underline
}

a:hover, a:focus {
	color:#01B0F1;
}


table
{
    -webkit-text-size-adjust: none;
    font-size:15px;
}

.control-label {
	font-size:1em;
}

.btn-primary {
    background-color: #008cba;
    border-color: #0079a1;
    color: #ffffff;
}

.btn-primary:hover{
    background-color: #006687;
    border-color: #004b63;
    color: #ffffff;
}

/* Header
-----------------------------------------------------------*/
#headerWrapper {
background-color: #fff;
border-top: 5px solid #132D62;
}



.HeaderContent {
 color:#111;
 height:100%;
}

.HeaderContent a {
	color:#111;
	text-decoration:none;
}

.HeaderContent h1 {
  margin: 0;
  padding: .85em 0 .85em 0;
  font-family: 'Raleway', sans-serif;

}
.HeaderContent p {
  font-size:0.813em;
  padding: 10px 0 0 0;

}
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: normal; 
}

.navbar-nav > li > a 
{
	text-decoration:none;
}

.navbar-inverse {
 z-index: 1001;
}


/*Adjust drop down top border*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form 
{
    border:0;
}


.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #01B0F1;
    color: #ffffff;
}


/*Adjust Navigation Borders*/
@media only screen and (min-width : 992px) 
{
    .navbar-inverse .navbar-nav > li > a {
    color:#FFF;
}

    .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    
  .navbar-inverse {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}

}


@media (min-width: 768px) and (max-width: 991px)
{   
    .menu  
    {
        cursor: pointer;
    }
    
   
   .navbar-inverse .navbar-nav > li > a {
    color:#FFF;
}

    .navbar-nav > li:first-child 
    {
        border-left:1px solid #e1e1e1;
    
    }
    
    .navbar-nav > li 
    {
        border-right:1px solid #e1e1e1;
    }
    
  .navbar-inverse {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}

}

@media only screen and (max-width : 767px) 
{   

    .menu  
    {
        cursor: pointer;
    }
    
    
    .navbar-header {
background: #1c4a9f;
background: -moz-linear-gradient(top, #1b5d96 0%, #134196 0%, #1b489e 49%, #134096 50%, #1c4a9f 100%);
background: -webkit-linear-gradient(top, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
background: linear-gradient(to bottom, #1b5d96 0%,#134196 0%,#1b489e 49%,#134096 50%,#1c4a9f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5d96', endColorstr='#1c4a9f',GradientType=0 );
}
    
    .navbar-inverse 
    {
         background: #1c4a9f;
    }
    
    
    .navbar-toggle 
    {
        background-color:#132D62;
    }
        

    .navbar-nav > li:first-child 
    {
        border-top:1px solid #403f41;
    }

    .navbar-nav > li 
    {
    background-color: #fff;
    border-bottom: 1px solid #111;
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    list-style:none;
        
    }
    
    
   .navbar-inverse .navbar-nav > li > a {
   color: #111;
   text-decoration:none;
   display:block;
   padding:10px;
    }
    
    
    
}



/*Wrapper
-----------------------------------------------------------*/
#Wrapper
{
 background-color:#fff;
 z-index: 1001;
 border-color: #e1e1e1;
box-shadow: 0 3px 3px #e1e1e1;
}



/*introLead
-----------------------------------------------------------*/

#introLead {
	color:#1c4a9f;
	border-bottom:4px solid #FFF;
	text-shadow: 2px 2px #e9e9e9;
	font-weight:bold;
}


 
 #introLead h2
{
      margin-top:30px;
      font-size: 35px;
      text-align:left;	
}



/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper
{
padding-top:10px;
 padding-bottom:50px; 
 z-index: 1001;
}

@media only screen and (min-width: 992px) 
{
 
    #ContentWrapper
    {
        min-height:435px;
    }
}


/* Content
-----------------------------------------------------------*/
#Content {
 background-color:#fff;
 padding:10px;
 z-index: 1001;
}


#Content li {
	padding: 5px;
}

#Content ul, ol{
	margin-bottom:10.5px !Important;
}

/* Important Dates
-----------------------------------------------------------*/
#Dates {
}
#Dates h3 {
  font-size: 20px;
  color: #1B449B;
  margin-top: 0;
}
#Dates ul {
  padding-left: 0;
  list-style-type: none;
  line-height: 180%;
}
#Dates li {
 border-bottom: 1px solid #1c4a9f;
 font-size: 14px;
 padding-bottom: 10px;
}


/* FAQ
-----------------------------------------------------------*/
#FAQs 
{
    
}
#FAQs .faqHeader {
  font-weight: bold;
  color: #055a4f;
  font-size: 1.813em;
  padding-bottom: 5px;
  text-align: center;
}

#FAQs .QuestionsArea {
margin-bottom:20px;

}

#FAQs .Question {
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  padding-left: 0;
}

#FAQs .Question ol {
	margin-bottom:0;
}

#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 .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;

}


/* Claim
-----------------------------------------------------------*/

#ClaimForm .claimStyle {

}
#ClaimForm .claimLegend {

}

.well {
	margin-bottom:0;
}

/* 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;
  -ms-word-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:10px;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
  color: #FF0000;
  font-weight: bold;
  margin-left: 2px;
  white-space: nowrap;
  font-size:18px;
}
.field-validation-error {
  color: #FF0000;
}
.field-validation-valid {
  display: none;
}

input.input-validation-error {
    border: 1px solid #ff0000 !important;
}

.validation-summary-errors {
  font-weight: bold;
  color: #FF0000;
}
.validation-summary-valid {
  display: none;
}


/* RightsTable
-----------------------------------------------------------*/
#rightsTable
{
    width:95%;
    border:1px solid #d9d9d9;
    margin:0 auto;
}

#rightsTable .tableHeader
{
    background-color:#cdcdcd;
     padding:0.313em 0.313em 0.625em 0.625em;
     text-align:center;
     font-weight:bold;
     border-bottom: 1px solid #d9d9d9;
    
    
}


#rightsTable .tdLeft
{
     background-color:#e6e6e6;
     text-align:left;
     font-weight:bold;
     max-width:200px;
     width: 25%;
     padding:0.625em 0.313em 0.938em 0.625em;
     border-bottom: 1px solid #d9d9d9;
	 border-right: 1px solid #d9d9d9;
     
     
}

#rightsTable .tdRight
{

    padding:0.625em 0.313em 0.938em 0.625em;
    text-align:left;
    font-weight:normal;
    background-color:#fff;
    border-bottom: 1px solid #d9d9d9;
       
}

#rightsTable .bottom {
	border-bottom:0;
}

/* Footer
-----------------------------------------------------------*/
#Footer {
height:100px;
position: absolute;
bottom: 0; 
left:0;
width:100%;
color:#111;
font-size:12px;
padding-top:20px;
}


#Footer  a {
	color:#111;
}



/* Other Styles 
-----------------------------------------------------------*/
.instruction {
  color: Red;
  font-size:20px;
  line-height: 1.1em;
}

.address-selector {

    padding-top:10px;
    padding-bottom:10px;
	border:2px solid #FF0000;
	
}
.address-selector li{
    list-style: none;
	padding:0 0 10px 0;
}

