input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body {
     margin: 0;
     padding: 0;
     font-family: 'Open Sans', sans-serif;
     background: black;
width:100%;

}

.home-wrapper {
background: black;
margin: 0;
     padding: 0;
width:100%;
}

#background { 

}
h1 { 
    display: block;
    font-size: 36px;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;   
}
h1.enthusiasm { 
    display: block;
    font-size: 32px;
    margin-top: 6px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 { 
    display: block;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
}
h3 { 
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.countdownframe {
     border: 0px;
     height: 104px;
     width: 566px;
     margin: 0px 3px -12px -3px; 
     padding: 0 0 0px 0;
}

.topShift {
    height:190px;
}

.botShift {
    height:0px;
    background-image: linear-gradient(transparent 5px,rgba(0, 0, 0, 1.0) 10px);

}
.horizontal { 
    display: inline; 
    background-color: #cccccc;
}

.nav-button {
    width: 24%;
    height: 40px;
    background-color: #306eb0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    border: 1px solid #cccccc;
    padding: auto 1% auto auto;
    color: #aaffff;
    align: center;
}
.nav-button:hover {
    background-color: #104c90;
    border: 2px solid #aaaaaa;
    color: #88dddd;
}
.nav-button:focus {
    outline: none;
}
.action-button {
    width: 140px;
    height: 40px;
    background: #222;
    background: -webkit-linear-gradient(top, #555 7%, #333 20%, #1a1a1a 40%, #222 80%, #444 94%);
    background: linear-gradient(to bottom, #555 7%, #333 20%, #1a1a1a 40%, #222 80%, #444 94%);
    border: 1px solid #ccc;
    padding: auto;
    color: #aaffff;
    valign: bottom;
    box-shadow: 1px 1px 2px #222;
    font-size:14px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.action-button:hover {
    box-shadow: 2px 2px 4px #222;
}
.action-button:active {
    box-shadow: inset 0px 0px 3px #222;
    border: 1px solid #333;
    outline:0;
}
.action-button:focus {
    outline: none;
}


.close-button {
    position: absolute;
     top: 17px;
     right: 18px;
    width: 25px;
    height: 25px;
    background: #222;
    background: -webkit-linear-gradient(top, #555 7%, #333 20%, #1a1a1a 40%, #222 80%, #444 94%);
    background: linear-gradient(to bottom, #555 7%, #333 20%, #1a1a1a 40%, #222 80%, #444 94%);
    border: 1px solid #ccc;
    padding: auto;
    color: #aaffff;
    box-shadow: 1px 1px 1px #222;
    font-size:14px; 
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 12px;
}
.close-button:hover {
    box-shadow: 2px 2px 4px #222;
}
.close-button:active {
    box-shadow: inset 0px 0px 3px #222;
    border: 1px solid #333;
    outline:0;
}
.close-button:focus {
    outline: none;
}

.main2 {
    overflow: hidden;
    background: #222;
    background: -webkit-linear-gradient(top, #555 2%, #444 10%, #555 20%, #666 30%, #222 96%, #333 100%);
  background: linear-gradient(to bottom, #555 2%, #444 10%, #555 20%, #666 30%, #222 96%, #333 100%);
    border-radius: 12px;
    box-shadow: 0 5px 12px #111, 0 0 8px 0 rgba(255, 255, 255, 0.1) inset;
    border: 1px solid white;
}
.eightmain {
    overflow: hidden;
    width:750px;
    border-radius: 12px;

}

.main {
    overflow: hidden;
    width:790px;
    border-radius: 12px;

}
.main_content {
    width: 773px;
   height: 340px;
   background: #eee;
   padding: 15px 15px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   margin: 15px;
}
.main_text {
    color: #222;
    padding: 0px 10px;
}
.main_buttons {
    padding: 5px 15px;
}


#pop1, #pop2, #pop3, #popMain, #popCon, #popConAns{
    overflow-y: hidden;
    display:none;
    height:100%;
    width:100%;
    position:fixed;
    top:45px;
    right:1px;
    border:0px;
    background: radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 15%, rgba(255, 255, 255, 0.4) );
    background: -webkit-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 15%, rgba(255, 255, 255, 0.4) );
    background: -o-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 15%, rgba(255, 255, 255, 0.4) );
    background: -moz-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 15%, rgba(255, 255, 255, 0.4) );
    overflow-y: hidden;
    
}



#pop1a{
    height:290px;
    width:500px;
    position:fixed;
    top:25%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display:none;
    opacity:1;
    left: 0;
    right: 0;
    margin: auto;
}

#pop1a-content{
    height:500px;
    color:#222;
   background: #eee;
   padding: 15px 10px 15px 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

#popMaina{
    position:absolute;
    width:800px;
    top:205px;
    opacity:1;
    left: 0;
    right: 0;
    margin: auto;
    display:none;
}

#popMaina-content{
    height:340px;
    color:#222;
   background: #eee;
   padding: 15px 10px 15px 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

}

#popCona {
    height:400px;
    width:500px;
    position:fixed;
    top:25%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display:none;
    opacity:1;
    left: 0;
    right: 0;
    margin: auto;

}

#popCona-content{
    height:370px;
    color:#222;
   background: #eee;
   padding: 15px 10px 15px 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}
#popConAnsa{
    height:350px;
    width:520px;
    position:fixed;
    top:25%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display:none;
    opacity:1;
    left: 0;
    right: 0;
    margin: auto;
}

#popConAnsa-content{
    height:320px;
    color:#222;
   background: #eee;
   padding: 15px 10px 15px 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;

}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: #6eda55;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    
    top: 10px;
    left: 100%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #6eda55 transparent transparent;
}
/* 
.tooltip:hover .tooltiptext {
    visibility: visible;
} 
*/




#twoa-content{
     width:795px;
     height:587px;
     position:relative;
     background:#000;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius:10px;
}
#reg-hold {
     width: 908px;
     height: 464px;
}
.reg-frame{
     width:454px;
     height:232px;
     margin:0;
     padding:0;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     border-radius:10px;
     -ms-zoom: 2.0; 
     -moz-transform: scale(2.0); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(2.0); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(2.0); 
     -webkit-transform-origin: 0 0;
}
#rega-content{
     position:relative;
     background:#000;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius:10px;
}
#regb-content {
     width:908px;
     height:474px;
     color:#222;
     background: #eee;
     padding: 15px 55px 15px 55px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
#regc-content{
     width:908px;
     height:474px;
     color:#222;
     background: #eee;
     padding: 15px 55px 15px 55px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
#regbc-size {
     width:454px;
     height:237px;
     -ms-zoom: 2.0; 
     -moz-transform: scale(2.0); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(2.0); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(2.0); 
     -webkit-transform-origin: 0 0;
}
#donatea-content{
     width:908px;
     height:600px;
     position:relative;
     background:#000;
}
#donate-hold {
     width: 908px;
     height: 600px;
}
.donate-frame {
     width:600px; 
     height:400px;
     margin:0;
     padding:0;
     -ms-zoom: 1.5; 
     -moz-transform: scale(1.5); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(1.5); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(1.5); 
     -webkit-transform-origin: 0 0;
}
.aboutmain {
    overflow: hidden;
    width:950px;
    height:600px;
    border-radius: 12px;

}
#abouta-content {
     height:550px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
#about-hold {
     width: 958px;
     height: 660px;
}

.about_text_class {
     width:690px;
     height:392px;
     color:#222;
     background: #eee;
     padding: 35px 55px 35px 55px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     -ms-zoom: 1.2; 
     -moz-transform: scale(1.2); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(1.2); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(1.2); 
     -webkit-transform-origin: 0 0;
}
.about_text_class h3 {
     text-indent:30px;
}
.jobsmain {
    overflow: hidden;
    width:950px;
    height:610px;
    border-radius: 12px;

}
#jobsa-content{

     height:550px;
     position:relative;
          color:#222;
     background: #eee;
}
#jobs-hold {
     width: 978px;
     height: 660px;
     overflow: hidden;
}
.jobs-frame {
     width:817px; 
     height:450px;
     margin:0 0 0 10px;
     padding:0;
     -ms-zoom: 1.2; 
     -moz-transform: scale(1.2); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(1.2); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(1.2); 
     -webkit-transform-origin: 0 0;
     scroll: yes;
}

.contactmain {
    overflow: hidden;
    width:550px;
    border-radius: 12px;

}
#contact-hold {
     width: 454px;
     height: 464px;
}
.contact-frame{
     width:454px;
     height:464px;
     margin:0;
     padding:0;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     border-radius:10px;
     -ms-zoom: 1.2; 
     -moz-transform: scale(1.2); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(1.2); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(1.2); 
     -webkit-transform-origin: 0 0;

}

#contacta-content {
     width:550px;
     height:560px;
     color:#222;
     background: #eee;
     padding: 15px 55px 15px 55px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
#contactb-content {
     width:550px;
     height:360px;
     color:#222;
     background: #eee;
     padding: 15px 55px 15px 55px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}
#contactb-text {
     width:454px;
     height:264px;
     margin:0;
     padding:0;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     border-radius:10px;
     -ms-zoom: 1.2; 
     -moz-transform: scale(1.2); 
     -moz-transform-origin: 0 0; 
     -o-transform: scale(1.2); 
     -o-transform-origin: 0 0; 
     -webkit-transform: scale(1.2); 
     -webkit-transform-origin: 0 0;
}
.eightmain {
    overflow: hidden;
    width:480px;
    border-radius: 12px;

}
#eighta-content {
     width:600px;
     height:156px;
     color:#222;
     background: #eee;
     padding: 5px 5px 5px 5px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px;
}


#close{
    right:5;
    top:5;
    float:right;
}

.map-disclosure{
    position:absolute;
     bottom:90px;
     right:24px;
}

.map-frame{
     height:489px;
     width:789px;
     margin:0;
     padding:0;
     -moz-border-radius:10px;
     -webkit-border-radius:10px;
     border-radius:10px;
     z-index:1;
}

.bottom-bar_content {
   height: 55px;
   width:100%;
   position:absolute;
   padding: 0px;
   margin: 0px;   
   border:none;
   left:0;
   right:0;
}

#bottom-nav {
background: white;
  margin:1px 45%;
  
}

#bottom-nav img { 
 width: 40px; 
 height: 40px;
 padding: 2px 5px 0 5px; 
 margin: 0px 0 0 0;
 box-shadow: 0; 
 display: inline; 
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;

 } 
#bottom-nav img:hover { 
  } 


#eight-buttons { 
background: none;

width:560px;
 float:right;
  margin:1px;

 }

#eight-buttons img { 
 width: 100px; 
 height: 100px;
 padding: 2px 8px 2px 8px; 
 margin: 0px 8px 0px 8px;
 border: 0; 
 box-shadow: 0; 
 display: inline; 
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
} 
#eight-buttons img:hover { 
    width: 110px; 
    height: 110px;
    padding: -3px 3px -3px 3px; 
    margin: -5px 3px -5px 3px;
    box-shadow: 0; 
    display: inline; 
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
} 

#eight-pic {
    background-image: url("/images/share/share2.png");
    width: 136px; /* image width */
    height: 41px;
    margin: 1px 6px 1px 0px;
    background-size: 100% 100%;
    display: inline-block; /* so that it behaves like the img element */
}

#logo-pic {
    background-image: url("");
    width: 429px; /* image width */
    height: 121px;
    margin: 1px auto -4px auto;
    background-size: 100% 100%;
    display: inline-block; /* so that it behaves like the img element */
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#radBlur {
    height:100%;
    width:100%;
    position:fixed;
    top:0px;
    bottom:0px;
    right:0px;
    border:0px;
    background: radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.3) );
    background: -webkit-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.3) );
    background: -o-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.3) );
    background: -moz-radial-gradient(circle at center 250px, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.3) );
    overflow-y: hidden;

}

.top-nav {
    background: transparent;
    border: solid 2px #17518d;
    text-transformation: uppercase;
    color: #17518d;
    font-weight: bold;
    padding: auto 10px;
    letter-spacing:1px;
    height:40px;
}

.top-nav:hover {
    background: #17518d;
    color: #fff;
}

#home-button {
    width:100%;
    height:160px;
    margin:0;
    padding:0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;

}
#home-button:focus {
    outline:none;
}

.big-buttons-text:hover {
    background: #17518d;
    color: white;
}

.big-buttons-text {
    background:white;
    color:#17518d;
    text-decoration:none;
    font-size:100px;
    width: 100%; 
    height: 100%;
    border: none;
}


#one {
    height: 650px;
}
#onea {
    display: show;
}
#two {
    height: 0px;
}

#twoa {
    display: none;
}

#three {
    height: 0px;
}

#threea {
    display: none;
}

#four {
    height: 0px;
}

#foura {
    display: none;
}

#five {
    height: 0px;
}

#fivea {
    display: none;
}

#six {
    height: 0px;
}

#sixa {
    display: none;
}

#seven {
    height: 0px;
}

#sevena {
    display: none;
}

#eight {
    height: 0px;
}

#eighta {
    display: none;

}
.slide_button {
    background-color: #eee; 
    text-shadow: 0.5px 1.5px 1px #111;
    color: #8ff;
    border: 1px solid #ccc;
    height: 70px; 
    width: 60px;
    margin: 20px; 
    padding: 0px;
    font-size: 54px; 
    box-shadow: 1px 1px 2px #111;
    text-align: center;
    line-height: 54px;

}
.slide_button:hover:enabled,
.slide_button.hover {
    box-shadow: 2px 2px 4px #111;
}
.slide_button:active:enabled,
.slide_button.active {
    box-shadow: inset 0px 0px 3px #111;
    outline:0;
}
.slide_button:focus {
    outline: none;
}

.slide_button[disabled], 
.slide_button[disabled]:hover, 
.slide_button[disabled]:focus, 
.slide_button[disabled]:active {
    background-color: #ccc; 
    color: #8dd;
}

