.field_error {
    border: 1px solid red !important;
    background-color: #D26565 !important;
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: 14px;
    background: #9FC0DF url('../img/body-bg.jpg') repeat-x;
}


#main {
	background: #CFD3E9;
	border-radius: 3px;
	padding: 3px;
	margin-top: -10px;
}

#side-form {
	color: #fff;
	margin: 20px 0px;
	background: #38384b; /* Old browsers */
background: -moz-linear-gradient(top,  #38384b 0%, #181d24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #38384b 0%,#181d24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #38384b 0%,#181d24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38384b', endColorstr='#181d24',GradientType=0 ); /* IE6-9 */
padding: 8px;
border-radius: 5px;
}

h4.title {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}
/* SMALL DEVICES */
.tab-bar {
    background: url('../img/url.png') no-repeat 17% 100%;
    background-size: cover;
    height: 70px;
}


/* EVERYTHING ELSE */
.top-bar {
	background: transparent;
	height: 65px;

	
}

.tab-bar .menu-icon {
	height: 70px;
}

.left-small {
	border: 0px;
}

a.under {
	 text-decoration: underline;
}
blockquote {
	background: #FFD800;
	color: #000000;
}

label {
	font-weight: bold;
}

.active {
	text-decoration: underline;
}
.top-bar-section ul li { background: transparent; }
.top-bar-container, .tab-bar { margin-bottom: 0px;  }
.top-bar-section li:not(.has-form) a:not(.button) { 
	min-width: 100px; 
	text-align: center;
	 color: #FFFFFF;
	  border-right: none; 
	 
	  padding: 0px 6px; 
	  margin: 2px;
	  line-height: 2.6em; 
	  height: 49px; 
	  font-size: 18px; 
	  font-weight: bold;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#38384b+0,181d24+100 */
background: #38384b; /* Old browsers */
background: -moz-linear-gradient(top,  #38384b 0%, #181d24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #38384b 0%,#181d24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #38384b 0%,#181d24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38384b', endColorstr='#181d24',GradientType=0 ); /* IE6-9 */
text-decoration: none;
	}
.top-bar-section li:not(.has-form) a:not(.button):hover {  color: #ffa321; text-decoration: none;}
.top-bar-section a:hover { text-decoration: underline;}
.top-bar-section ul .divider, .top-bar-section ul {
    border: none;
    
    clear: none;
    height: 49px;
    width: 4px;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
background: #38384b; /* Old browsers */
background: -moz-linear-gradient(top,  #38384b 0%, #181d24 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #38384b 0%,#181d24 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #38384b 0%,#181d24 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38384b', endColorstr='#181d24',GradientType=0 ); /* IE6-9 */

}

.call {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.call span {
    color: #ffa321;
    font-weight: bolder;
    font-size: 1.3em;
}


#header {
	background: url('../img/url.png') no-repeat;
	background-size: contain;
	height: 125px;
	display: block;
}

#header p.top-info {
	font-size: 14px;
	padding: 4px 0px;
	font-weight: bold;
	color: #006ab6;
	text-align: left;
}

#header p.top-slogan {
	color: #fff;
	font-size: 20px;
	text-align: left;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) { /* medium */
	#header p.top-slogan {
		font-size: 14px;
	}
}

.mainpage {
	    width: 100%;
    background: url(../img/site-bg.png) no-repeat top center;
}

#featured img {
	width: 100%;
	max-width: initial;

	
}


.small-head {
	padding-top: 8px;
	text-align: center;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
   
}

.red-border {
	height: 8px;
	background-color: #AF000E;
}

.content {
	

}

.clear{width: 100%; height:100%; clear:both; display:block}

.f-right { /*float right*/
	float: right;
	margin: 4px;
}

.f-left { /*float left*/
	float: left;
	}

.notification {
	margin: 4px;
	min-height: 20px;
	background: #1D2D6B; 
	color: #FFFFFF;
	padding-bottom: 4px;
	padding-right: 8px;
}

.notification h1 {
	margin: -22px 0px 0px 35px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

.notification h2 {
	margin: -22px 0px 0px 35px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}

.notification p {
	padding: 3px;
	margin: 2px 0px 0px 32px;
	font-size: 12px;
}

.notification p.large {
	font-size: 14px;
	font-weight: bold;
}



footer {
	color: #000000;
	font-size: 14px;
	font-style: italic;
	margin: 10px 0px;
}

footer .slogan {
	font-size: 24px;
	color: #006ab6;
}
footer a {
	color: #9e0000;
}

p {
    margin: 0px 0px 10px;
    padding: 0px;
    line-height: 1.2em;
    font-size: 15px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0px 0px;
}

.ital {
	font-style: italic;
}
/*
     FILE ARCHIVED ON 13:45:28 Feb 15, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:36:09 Jan 11, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1626.829
  exclusion.robots: 0.347
  exclusion.robots.policy: 0.338
  cdx.remote: 0.085
  esindex: 0.009
  LoadShardBlock: 1543.159 (3)
  PetaboxLoader3.datanode: 1321.999 (5)
  CDXLines.iter: 24.929 (3)
  load_resource: 384.974 (2)
  PetaboxLoader3.resolve: 203.934 (2)
*/
