/*  This CSS file will be loaded last by the browser  */

p.top{
margin-bottom: 1em;
}

.upCase{
text-transform: uppercase;
}

.indent-left{
padding-left: 40px;
}
.body > ol li{
	padding-bottom: 1em;
}
.body li li li li{
	padding-bottom: 1em;
}
.spacer{
height:2em;
}
/***
	USED FOR PAGES WITH GRAY BOX BUTTONS
**/
.grayBox{
padding: 5px;
min-height:60px;
background-color:#c6c6c6;
color:#231f20;
margin-bottom:2px;
}
.bigFont{
padding:10px 15px;
font-size:10pt;
font-weight:bold;
}
#quickinfo{
min-height:120px;
height:100% !important;
background: #fff !important;
}
.grayBox-links{
margin: 0;
padding-left: 30px;
padding-right:1em;
padding-bottom:15px;
}
.grayBox-links a{
color:#231f20 !important;
}
.greenBox{
min-height:60px;
background-color:#43a958;
color:#fff;
margin-bottom:2px;
}
.greenBox-links{
margin: 0;
padding-left: 30px;
padding-right:1em;
padding-bottom:15px;
}
.greenBox-links a{
color:#000 !important;
}
.greenbigFont{
padding:10px 15px;
font-size:14pt;
font-weight:bold;
}

.sidefloat {
width:120px;
float:right;
border-left:1px solid #43a958;
margin-left:10px;
padding:10px;
padding-left:20px;
}

.sidefloat ul {
padding:0;
padding-left:15px;
margin:0;
}

.sidefloat ul li {
padding:0;
margin:0;
}

#flashContent {
margin-left:-15px;
margin-top:-12px;
}

table.updates{
width:345px;
border:none;
border-collapse: collapse;
}

table.updates, table.updates td, table.updates th{
border-color: #004C32;
border-style: none;
}
table.updates td, table.updates th{
height:20px;
border: none;
padding: 5px;
padding-bottom: 15px;

}
table.updates th{
background-color: none;
text-align: left;
padding-bottom: 0px;
}
table.updates th:first-child{
width:200px;
}


/***** Right Box in twocolumn div *****/
.flt_rt{
float:right;
width:179px;
padding:0 15px;
background-color: #ccc;
margin-left: 1em;
margin-bottom: 1em;
}

/***** Boxes in picture yourself section *****/
.picturself_box{
width:350px;
background-color: #ccc;
padding:1em;
margin-bottom: 10px;
text-align: center;
}
.picturself_box a{
width:100%;
color:#231F20;
}
.picturself_box a:hover{
color:#fff;
}

/***** FAQ Scenerio Images *****/
#faq-image {
	float:right;
	padding-top: 7px;
	padding-left: 5px;
}

#flashblocks {
	margin:5px;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: center;
}

#toptile {
	-webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 4s; /* Firefox < 16 */
 -ms-animation: fadein 4s; /* Internet Explorer */
  -o-animation: fadein 4s; /* Opera < 12.1 */
	 animation: fadein 4s;
}
#toptile:hover {
	transform:scale(1.1);
}

.sub_block {
margin:5px;
min-height:50px;
width:320px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
 -ms-animation: fadein 2s; /* Internet Explorer */
  -o-animation: fadein 2s; /* Opera < 12.1 */
	 animation: fadein 2s;
}

.sub_block:hover {
	transform:scale(1.1);

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#newForms {
	border: 1px #eee solid;
    padding: 20px 20px 10px 10px;
    background-color: #eee;
    border-radius: 10px;
	margin-bottom:10px;
}