﻿@-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;
    font-size: 16px;
     margin-bottom: 190px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif;
    color:#286140;
}
html {
  position: relative;
  min-height: 100%;
}

a {
	color:#286140;
	text-decoration:underline
}

a:hover, a:focus {
	color:#639779;
}

.control-label {
	font-size:1em;
}


table
{
    -webkit-text-size-adjust: none;
    font-size:14px;
}

.well {
	margin-bottom:0;
}


.control-label {
	font-size:1em;
}

.btn-primary {
    background-color: #286140;
    border-color: #06351A;
    color: #ffffff;
}

.btn-primary:hover{
    background-color: #639779;
    border-color: #06351A;
    color: #ffffff;
}

.buttonLink {
	
	text-decoration:inherit;
}

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #FFF;
    border-top: 10px solid #286140;

}
#HeaderContent {
 color:#fff;
 height:100%;
}

#HeaderContent a {
color: #434343;
text-decoration: none;
}

#HeaderContent h1 {
  margin: 0;
  padding: 0.375em 0 0 0;
  
}
#HeaderContent p {
  font-size:0.813em;
  color: #434343;
  padding: 0.375em 0 0.4em 0;

}
/* Menu
-----------------------------------------------------------*/
/*Adjust Menu Font*/
.navbar {
    font-size: 15px;
    font-weight: bold;
}

.sidebar {

}

.sidebar-nav {
	padding-left:0;
}

.menu {
	
}

.nav > li {
    display: block;
    position: relative;
}


.navbar-inverse {
 background-color:#FFF;
}

@media (min-width: 795px) {



.nav > li > a:hover, .nav > li > a:focus {
	 background-color: #639779;
    border-color: #286140;
    color:#FFF;
    padding-left:10px;
}

.sidebar-nav li {
	list-style:none;
	background-color: #FFF;
	border-bottom: 1px #286140 solid;
	color:#286140;
	width: 100%;
    
}

.sidebar-nav li:first-child {
border-top: 1px #286140 solid;

}

.sidebar-nav > li > a {
	text-decoration:none;
	color:#111;
    padding-left:0;
}

}

/*Adjust hover color*/
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{
    background-color: #403f41;
}

/*Adjust drop down top border*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form 
{
    border-color: #286140
}



/*Adjust bar and drop down color*/

@media (max-width: 794px) {

.navbar-inverse {
    background-color: #FFF;
}

.navbar-header {
background-color: #286140;
}

.navbar-collapse {
border-top:0;
padding-left: 0;
padding-right: 0;
border-left: 1px #286140 solid;
border-right: 1px #286140 solid;
}

.menu {
padding-left: 0;
padding-right: 0;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: #639779;
    border-color: #286140;
    color:#FFF;
    padding-left:25px;
}

.sidebar-nav li {
	list-style:none;
	background-color: #FFF;
	border-bottom: 1px #286140 solid;
	color:#FFF;
	width: 100%;
    
}



.sidebar-nav > li > a {
	text-decoration:none;
	color:#111;

}

}






/* 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 #286140;
 padding-bottom: 10px;
}

/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper
{
 padding-bottom:20px; 
 z-index: 1001;
}


#ContentWrapper .Title
{
   color:#286140;
}


/* Content
-----------------------------------------------------------*/
#Content {
 background-color:#fff;
 padding:10px;
 z-index: 1001;
}


@media only screen and (min-width : 768px) {
    #Content {
       min-height:300px;
    }
}


#Content li {
        padding: 5px;
    }

#Content ul, ol {
        margin-bottom: 10.5px !Important;
    }

#Content legend{
    font-family: 'Roboto', sans-serif;
    color:#286140;
}
/* 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: bold;
  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;
}

/* 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 a {
	color:inherit;
	text-decoration:inherit;
}

#ClaimForm a:hover {
	color:inherit;
}

#ClaimForm .claimStyle {

}
#ClaimForm .claimLegend {

}

/* 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: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;
  margin-left: 2px;
}
.field-validation-valid {
  display: none;
}

.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:#efefef;
     padding:0.313em 0.313em 0.625em 0.625em;
     text-align:center;
     font-weight:bold;
     border-bottom: 1px solid #d9d9d9;
    
    
}


#rightsTable .tdLeft
{
     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;
    border-bottom: 1px solid #d9d9d9;
       
}

#rightsTable .bottom {
	border-bottom:0;
}

/* Footer
-----------------------------------------------------------*/
#Footer {
    width: 100%;
    height:190px;
    position: absolute;
    bottom: 0; 
    left:0;
    padding-top: 20px;
    color: #FFF;
    font-size: 14px;
    border-top: 1px solid #FFF; 
    background-color:#333333;
}


    #Footer .navigationLinks {
        border-bottom: 1px solid #FFF;
        padding: 0px 0 20px 0;
    }

        #Footer .navigationLinks li {
            float: left;
            padding-right: 30px;
            margin-top: 10px;
        }

    #Footer .lastLink {
        padding-right: 0 !important;
    }

    #Footer .Questions {
padding: 20px 0 10px 0px;
border-bottom: 1px solid #FFF;
}

    #Footer .Bottom {
       padding:20px 0 15px 0;
    }


    #Footer a {
        color: #FFF;
    }

        #Footer a:hover, a:focus {
            color: #639779;
        }




/* 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;
}

