body, td, input, textarea {
    font-family: sans-serif;
    line-height: 1.3;
}
td {
    padding: 0.2rem;
}
.mauBanner,
.templateFormName,
.templateFormNameUAA,
.templateSectionFooterUAA,
.templateSectionSubtitleUAA,
.templateSectionTitle, 
.templateSectionSubtitle, 
.templateSectionFooter,
.templateSectionSubtitleGray, 
.templateSectionTitleUAA {
	width: 100%;
}
.mauBanner.sw h1,
.mauBanner.sw h2 {
	font-family: serif;
}

.FormStyle {
    width: 1000px;
	margin: auto;
}

.width100 img:nth-child(2){
	width:100%;
}
.mauBanner{
	text-align: left;
}
.mauBanner img {
    width: 110px;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
}
.mauBanner h1 {
    margin: 0;
    font-weight: 500;
    font-size: 2.4rem;
	letter-spacing: 1px;
	padding: 0.5rem 1rem;
	line-height: 2.6rem;
}
.mauBanner h2 {
	font-style: oblique;
    font-weight: 500;
	padding: 0 0.5rem 0.5rem;
	margin: 0;
	font-size: 2rem;
}
.mauBanner .verAlignTop {
    vertical-align: middle;
}
.mauBanner.sw {
	background: #004895;
	background:linear-gradient(to bottom, #33335f, #005C97);
	color: #ffffff;
}
.mauBanner.uaf {
	background:#1e5c8d;
	color: #ffffff;
} 
.mauBanner.uas {
	background: #15639e;
	color: #ffffff;
} 
.mauBanner.uaf img,
.mauBanner.uas img{
    width: 240px;
}
.mauBanner.uaa img,
.mauBanner.kpc img{
    width: 300px;
}
.mauBanner.kpc-custom img {
    width: 170px;
}
.mauBanner.uaf-oar img {
    width: 130px;
}
.mauBanner.uaa, .templateFormNameUAA, .templateSectionTitleUAA, .templateSectionFooterUAA{
	background: #207b66;
	color: #ffffff;
	margin-bottom: 1rem;
}
.mauBanner.kpc{
	background: #004895;
	color: #ffffff;
}

.mauBanner.matsu{
	background: #213c65;
	color: #ffffff;
}

.mauBanner td {
	vertical-align: middle;
}
.nameContainer {
	padding: 1rem 0;
}
.TimerPanel {
    text-align: center;
    margin: 0 20px 0 0;
    background: #f5f5f5;
    height: 45px;
    padding: 10px;
    width: 100px;
    -moz-border-radius: 10px;
    /* border-radius: 10px; */
    border-width: 2px;
    border-style: solid;
    border-color: #ccc;
}
.templateFormName, .templateSectionTitle,.templateSectionSubtitle, .templateSectionFooter {
	background: #006299;
    color: #fff;
}
.templateSectionSubtitleGray, .templateSectionSubtitleUAA {
	background: #444444;
    color: #fff;
}
.templateFormName, .templateFormNameUAA {
	text-align: center;
}
.templateFormName h2, .templateFormNameUAA h2{
    font-style: oblique;
    font-weight: 500;
    margin: 0.2rem;
    padding: 0 0.5rem;
	font-size: 1.3rem;
}
/* Joseph Cardoza */
.templateSectionTitle h3,
.UAAgreenbarrier h3,
.UAAmediumGreen h3,
.templateSectionTitleUAA h3,
.UAAgoldbarrier h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0.2rem;
    padding-left: 1rem;
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.2px;
}

.templateSectionSubtitle h3,
.templateSectionSubtitleGray h3,
.UAAmediumGreen h3,
.templateSectionSubtitleUAA h3,
.UAAgoldbarrier h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0.2rem;
    padding-left: 1rem;
    font-family: sans-serif;
    letter-spacing: 0.2px;
}
/* end */

.footer p,
.templateSectionFooter h3, .templateSectionFooterUAA h3{
    margin: 0.2rem;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
	font-weight: 500;
}
.footer a:link, .footer a:visited{
 	color: white;
	text-decoration: underline;
}

.UAAhead {
    background: linear-gradient(#01755a 50%, #00583d);
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 130, 0, 1), rgba(255, 195, 37, 1) 30%, rgba(255, 195, 37, 1) 70%, rgba(255, 130, 0, 1));
    border-image-slice: 1;
	border-radius: 5px 5px 0px 0px;
}

.UAAline {
    background: linear-gradient(90deg, rgba(255, 130, 0, 1), rgba(255, 195, 37, 1) 30%, rgba(255, 195, 37, 1) 70%, rgba(255, 130, 0, 1));
    height: 3px
}

.UAAfoot {
    background: linear-gradient(rgba(1, 117, 90, 1) 50%, rgba(0, 88, 61, 1));
    border-top: 4px solid transparent;
    border-image: linear-gradient(90deg, rgba(255, 130, 0, 1), rgba(255, 195, 37, 1) 30%, rgba(255, 195, 37, 1) 70%, rgba(255, 130, 0, 1));
    border-image-slice: 1;
    color: #fff;
    padding-top: 10px;
	border-radius: 0px 0px 5px 5px;
}

.UAAfoot img {
    width: 100%;
    height: 86px;
    padding-top: 15px;
	border-radius: 0px 0px 5px 5px;
	object-fit: fill;
}

.footer img {
	object-fit: fill;
}

/* UAA forms styles - created by Joseph Cardoza */ 
.UAAfoot a:link,
.UAAfoot a:visited {
    color: white;
    text-decoration: underline;
}

.UAAGraybarrier {
    background-color: #908E86;
    color: #fff;
}

.UAAmediumGreen {
    background: linear-gradient(to bottom, #4EA685, 70%, #00583D);
    color: #fff;
    border-radius: 3px;
}

.UAAgreenbarrier {
    background: linear-gradient(rgba(1, 117, 90, 1) 50%, rgba(0, 88, 61, 1));
    color: #fff;
    border-radius: 3px;
}

.UAAgoldbarrier {
    background: linear-gradient(#ffc425, #d49c00);
    border-radius: 3px;
}

.warning-message {
	filter: invert(8%) sepia(97%) saturate(6987%) hue-rotate(4deg) brightness(69%) contrast(106%);
}

.success-message {
	filter: brightness(0) saturate(100%) invert(70%) sepia(8%) saturate(4078%) hue-rotate(67deg) brightness(89%) contrast(69%);
}

.success-notice {
	filter: invert(17%) sepia(30%) saturate(5675%) hue-rotate(197deg) brightness(97%) contrast(104%);
}


.file-upload-uaa::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #236192;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.file-upload-uaa::file-selector-button:hover {
    background: #0d45a5;
}

.mountain-footer {
	background-position: top;
}

.upload-table button {
	height: 35px;
	width: 150px;
	border-radius: 10px;
	background-color: #1E59Ae;
	color: #fff;
	cursor: pointer;
	border: none;
}

.upload-table-uaa button {
	height: 35px;
	width: 150px;
	border-radius: 10px;
	background-color: #00583D;
	color: #fff;
	cursor: pointer;
	border: none;
}
.Loading-container { position: relative; width: 50%; margin: 35px auto; padding: 20px 40px; border-radius: 4px; box-sizing: border-box; background: #fff; box-shadow: 0 10px 20px rgba(0, 0, 0, .5); } .Loading { position: relative; display: inline-block; width: 100%; height: 10px; background: #f1f1f1; box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); border-radius: 4px; overflow: hidden; } .Loading:after { content: ''; position: absolute; left: 0; width: 0; height: 300px; border-radius: 4px; box-shadow: 0 0 5px rgba(0, 0, 0, .2); animation: load 5s infinite; } @keyframes load { 0% { width: 0; background: #236192; } 25% { width: 40%; background: #1F4E78; } 50% { width: 60%; background: #1A5670; } 75% { width: 75%; background: #1D527B; } 100% { width: 100%; background: #20537A; } }