/* CSS Document */



body {font-family: courier new;
font-size: 14px;
letter-spacing: -1px;
padding: 40px;}

img {max-width: 100%;}
img:hover {opacity: 0.7;}


h1 {
  font-size: 60px;
  text-align: center;
  line-height: 1.5;
  color: #FFF;
} 

a {color: #000; text-decoration: none;}

a:hover {
  background-color: #000; color: #fff;
}


 
.tabs {
    width: 90%;
    float: none;
    list-style: none;
    padding: 0;
    
}
 
.tabs li {
	display: block;
}

.labels:after {
	content: '';
	display: table;
	clear: both;
}

.tabs label {
	display: inline-block;
	padding-right: 10px;
   
    color: #000;
    
    font-weight: normal;
    
    cursor: pointer;
}
 

 
.tab-content {
    display: none;
    width: 100%;

padding-top: 40px;
    background-color:#ffffff;
}


.tabs input[type=radio] {
    display:none;
}
 
[id^=tab]:checked ~ div[id^=tab-content] {
    display: block;
}

[id^=tab]:checked ~ [id^=label]  {
    background: #08C;
    color: white;
}









.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% {
    transform: scale(0.9);
    opacity: 0;
    }
  50% {
    transform: scale(1.01);
    opacity: 0.5;
    }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}




.tabs [id^="tab"]:checked + label {
    background: #FFF;
    box-shadow: inset 0 4px #3498db;
    border-bottom: 4px solid #3498db;
    color: #3498db;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3 {
    display: block;
}


h3 {font-family: georgia; font-style: italic; font-weight: bold; text-transform: uppercase; letter-spacing: -1px; margin-top: 0px;}




.slickwrap{
	width:100%;
	padding:20px;
	float:none;
	margin:0px auto 0px auto;
	min-height:100px;
	position:relative; left: -1%;
}


.slickreporting{
	width:90%;
	position:absolute;
	left: 0px;
	bottom: 178px;
}

.successcontainer{
	float:left;
	width:90%;
	height:25px;
	float:left;
	padding:17px 0% 0px 10%;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size:12pt;
	font-family: sans-serif;
	color:#349e1f;
	display:none;
}

.errorcontainer{
	float:left;
	width:90%;
	height:25px;
	float:left;
	padding:17px 0% 0px 10%;
	background-image: url(../images/fail.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	font-size:12pt;
	font-family:  sans-serif;
	color:#FF0000;
	display:none;
}

.slickbutton {background-color: #000; color: #fff;}


fieldset {border: 10px solid #000; padding: 30px; width: 500px; max-width: 70%;}


input, textarea {border-bottom: 1px solid #000 !important; border-top: 0px; border-left: 0px; border-right: 0px; background-color: #fff; padding: 10px; color: #000; font-size: 12px; text-transform: uppercase; width: 90%;}