﻿@-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;
    height: 100%;
    font-size: 16px;
}

html {
    position: relative;
    min-height: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    color: #000000;
}



table {
    -webkit-text-size-adjust: none;
    font-size:14px;
}

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;
}

.card{
margin-top:10px;
}

@media only screen and (max-width: 991px){
.desktopbreak { display: none; }
}

@media only screen and (min-width: 768px) {
.mobilePhone {
        display: none;
}

.desktopPhone {
    display:inline;
}

}


@media only screen and (max-width: 767px) {
.mobilePhone {
    display:inline;
}

.desktopPhone {
    display:none;
}

}

.breakWord {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

/* Links
-----------------------------------------------------------*/
a {
    color: #000000;
    text-decoration: underline
}

    a:hover, a:focus {
        color: #2E7CBE;
    }

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #000000;
    padding-bottom: 5px;
}
#HeaderContent {
    color: #FFF;
    height: 100%;
}

    #HeaderContent a {
        color: #FFF;
        text-decoration: none;
    }

    #HeaderContent h1 {
        margin: 0;
        padding: 0.375em 0 0.375em 0;
        text-align:center;
    }
    #HeaderContent p {
        font-size: 0.813em;
        color: #FFF;
        padding-top: 0.375em;
        margin-bottom: 0;
    }



/*Wrapper
-----------------------------------------------------------*/
#Wrapper {
    background-color:#FFF;
    z-index: 1001;
}




/*ContentWrapper
-----------------------------------------------------------*/
#ContentWrapper {
    padding-top:20px;
    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;
}



/* Claim
-----------------------------------------------------------*/

#ClaimForm .card-header {
    font-size: 1.171875rem;
    background-color: #FFF;
    font-family: 'Lato', sans-serif;
}


.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;
}

@media only screen and (min-width : 992px) {
    .desktopClaimButtons {
        display: normal;
    }

    .mobileClaimButtons {
        display: none;
    }
}


@media (max-width: 991px) {
    .desktopClaimButtons {
        display: none;
    }

    .mobileClaimButtons {
        display: normal;
    }
}

.noCopy {
display:none;
}

/* File Upload
-----------------------------------------------------------*/



#uploadFileContainer .remove-link {
    color: #2E7CBE;
    text-decoration: underline;
}

    #uploadFileContainer .remove-link:hover {
        color: #2E7CBE;
    }

.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;
  min-width:0;

}

.progressBarText {
	 
	display:none;
}

/*Contact Form
-----------------------------------------------------------*/
#ContactForm .contactHeader {
    font-weight:bold;
    font-size:15px;
    margin-top:35px;
}

#ContactForm .top {
	margin-top:10px;
}

/* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
    color: #FF0000;
    font-weight: bold;
    margin-left: 2px;
    white-space: nowrap;
}

.field-validation-error {
    display: none;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    display: none;
}

.validation-summary-errors li{
   display: none;
}


.validation-summary-errors ul{
   display: none;
}

.validation-summary-valid {
    display: none;
}

input.input-validation-error {
    display: none;
}

    input.input-validation-error:focus {
        display: none;
    }

textarea.input-validation-error {
    display: none;
}

    textarea.input-validation-error:focus {
        display: none;
    }

input.fieldError {
    display: none;
}

    input.fieldError:focus {
        display: none;
    }


select.fieldError {
    display: none;
}

    select.fieldError:focus {
        display: none;
    }


textarea.fieldError {
    display: none;
}

    textarea.fieldError:focus {
        display: none;
    }

.fieldErrorRadioButtons {
    display: none;
}

.clearValidation {
    display: none;
}




/* Footer
-----------------------------------------------------------*/
/* Footer
-----------------------------------------------------------*/
#Footer {
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #000000;
}

#Footer .footer-top {
    padding: 60px 0 30px 0;
    background-color: #F1F1F1;
}


    #Footer .footer-top .footer-contact {
        margin-bottom: 20px;
        font-weight: 700;
    }



#Footer .credits {
    padding-top: 5px;
    font-size: 14px;
    background-color: #FFF;
    text-align: center;
}

    #Footer h3 {
        font-family: 'Raleway', sans-serif;
        font-size:24px;
        border-bottom: 1px dotted #393939;
    }


#Footer a {
    color: #000000;
}



/* 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 {
    white-space: normal;
    font-weight: 400;
    border-radius: 2px;
}

.btn:hover, .btn:focus {
   color: #FFF;
}


.btn-primary {
    background-color: #176db7;
    border-color: #FFF;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.focus:active, .btn-primary.active.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e7cbe;
    border-color: #FFF;
    }

.btn-secondary {
    background-color: #393939;
    border-color: #FFF;
    color: #FFF;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:hover, .btn-secondary.active:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary.focus:active, .btn-secondary.active.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #999999;
    border-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;
    }
}
