@font-face {font-family: 'MuseoSans-500';src: url('webfonts/2328B7_0_0.eot');src: url('webfonts/2328B7_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2328B7_0_0.woff') format('woff'),url('webfonts/2328B7_0_0.ttf') format('truetype');}

/*---- Base CSS file
       Contains CSS reset, basic text styles, etc.
---- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfloat {clear:both;}

/* ----- Basic text styles ---- */

body {
    color: #666;
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    font-weight: bold;
    font-family: MuseoSans-500;
  letter-spacing: -0.03em;
}

#content h1 {
    font-size: 22px;
    margin-bottom: 10px;
}

.basicpage #content h1 {
    color: #499FD2;
    font-family: "Helvetica Neue Light",HelveticaNeue-Light,"HelveticaNeueLT Std Lt",Helvetica,"DejaVu Sans Light",sans-serif;
    font-weight: normal;
    font-size: 60px;
    margin-top: 50px;

}

#content h2 {
    color: #7EBE31;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -.03em;
    line-height: 1.1em;
}

#content h1 + h2 {
    margin-top: -14px;
}

#content h3 {
    color: #499FD2;
    font-size: 16px;
    letter-spacing: -0.07em;
}

h1, h2, h3, #content ul, #content ol, #content dl, #content table, 
fieldset, label, input[type=text], input[type=password], input[type=email], select  {
    margin-bottom: 6px;
}

p {
  margin-bottom: 8px;
}

strong, b {
    font-weight: bold;
}

em, i {
    font-style: italic;
}

a {
    color: #499FD2;
}

a:hover {
    color: #7EBE31;
}

#content blockquote {
    font-style: italic;
    margin: 0 20px;
}

sup {
    display: inline-block;
    margin-top: -12px;
    vertical-align: middle;
}

/* Lists */

#content ul {
    list-style: disc;
    margin-left: 40px;
}

#content ol {
    list-style: decimal;
    margin-left: 40px;
}

/* Tables */


#content td, #content th {
    padding: 6px;
    line-height: 1.2;
}

#content th {
    color: #499FD2;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Forms */

legend {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing:-0.02em;
}

label {
    display: block;
    float: left;
    padding: 4px 8px 4px 0;
    width: 100px;
}

.required {
  color: #f00;
  margin-right: 4px;
}

input[type=checkbox] + label,

input[type=checkbox] + .field label {
    clear: none;
    float: none;
    width: auto;
    padding: 0;
    margin: 8px 8px 8px 0;
}

input[type=text],
input[type=email], 
input[type=password], 
textarea,
select{
    background: #fff;
    border: 1px solid #333333;
    border-radius: 0px;
    display: block;
    float: left;
    padding: 6px 16px;
    width: 258px; 
    font-size: 14px;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover, 
textarea:hover,
select:hover{
    outline: none;
    border: 1px solid #499FD2;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus, 
textarea:focus,
select:focus{
    outline: none;
    border: 1px solid #499FD2;
}

textarea:focus{
    outline: none;
}

select {
    padding: 6px 10px;
}

option { 
    padding: 0 6px;
}

input[type=text] + 
input[type=text] {
    clear: left;
    margin-left: 108px;
}

textarea, select {
    font-family: Arial, Helvetica, "Liberation Sans", sans-serif;
}

select + select {
    margin-left: 15px;
}

input[type=checkbox] {
    clear: left;
    float: left;
  width: 1em;
}

input[type=checkbox] + label {
    clear: none;
    float: none;
    padding: 0;
}

input[type=submit] {
    background: url(../images/flat-green.png) top left repeat-x #7EBE31;
    border: 2px solid #7EBE31;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-family: MuseoSans-500;
    font-size: 22px;
    margin: 20px 0;
  	padding: 14px 30px 10px;
}
input.gradient-dark  {
    background: url(../images/flat-green.png) top left repeat-x #7EBE31;
    border: 2px solid #7EBE31;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-family: MuseoSans-500;
    font-size: 22px;
    margin: 20px 0;
  	padding: 14px 30px 10px;
}
.input-hidden
{
  background: transparent;
  border: none;
  width: 0;
  height: 0;
  line-height: 0;
  padding:0;
  margin: 0;
}



a[type=submit]{
    background: url(../images/flat-green.png) top left repeat-x #7EBE31;
    border: 2px solid #7EBE31;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-family: MuseoSans-500;
    font-size: 22px;
    margin: 20px 0;
    padding: 14px 50px 10px;
    text-decoration: none;
}

a[type=submit]:hover {
    
    background: url(../images/faded-green.png) top repeat-x rgba(126, 190, 49, 0.25);
    color:#fff;
}

input[type=submit]:hover {
    background: url(../images/faded-green.png) top repeat-x rgba(126, 190, 49, 0.25);
    color:#fff;
}
input.gradient-dark:hover {
    background: url(../images/faded-green.png) top repeat-x rgba(126, 190, 49, 0.25);
    color:#fff;
}

#captcha {
    border: 1px solid #666;
    margin-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 240px;
    height: 46px;
}

input.reg, div.reg {
    background: #fff;
    border: 1px solid #333333;
    border-radius: 0px;
    display: block;
    float: left;
    padding: 6px 16px;
    width: 182px;
}
input.regsm, div.regsm {
    background: #fff;
    border: 1px solid #333333;
    border-radius: 0px;
    display: block;
    float: left;
    padding: 6px 16px;
    width: 115px;
}

input.regsm2, div.regsm2 {
    background: #fff;
    border: 1px solid #333333;
    border-radius: 0px;
    display: block;
    float: left;
    padding: 6px 16px;
    width: 282px;
}

input.reg:hover, div.reg:hover {
        border: 1px solid #499FD2;
}

input.regsm:hover, div.regsm:hover {
        border: 1px solid #499FD2;
}

input.regsm2:hover, div.regsm2:hover {
        border: 1px solid #499FD2;
}

input.reg:focus, div.reg:focus {
        border: 1px solid #499FD2;
}

input.regsm:focus, div.regsm:focus {
        border: 1px solid #499FD2;
}

input.regsm2:focus, div.regsm2:focus {
        border: 1px solid #499FD2;
}

.dropdown { background:url(../images/bgr/select-reg-flat.png) top left no-repeat; width:285px; height:28px; border:0; padding:2px 0 2px 8px; overflow: hidden; }
.dropdown:focus { background:url(../images/bgr/select-reg-flat-hover.png) top left no-repeat; }
.dropdown:hover { background:url(../images/bgr/select-reg-flat-hover.png) top left no-repeat; }
.dropdown select { background-color: transparent; background-color: rgba(0,0,0,0); width:302px; height:28px; border:0; padding:0 0 0 8px; margin:0; -webkit-appearance: none;}

.dropdownmid { background:url(../images/bgr/select-reg-mid.png) top left no-repeat; width:197px; height:28px; border:0; padding:2px 0 2px 4px; overflow: hidden; }
.dropdownmid select { background-color: transparent; background-color: rgba(0,0,0,0); width:218px; height:28px; border:0; padding:0 0 0 8px; margin:0; -webkit-appearance: none;}

.dropdownsm { background:url(../images/bgr/select-reg-sm.png) top left no-repeat; width:80px; height:28px; border:0; padding:2px 0 2px 4px; overflow: hidden; }
.dropdownsm select { background-color: transparent; background-color: rgba(0,0,0,0); width:105px; height:28px; border:0; padding:0 0 0 8px; margin:0; -webkit-appearance: none;}

.dropdownnoarrow { background: #fff; border: 1px solid #2cabe0; border-radius: 6px; display: block; width:282px; height:88px; padding:4px 0 2px 6px; overflow: hidden; }
.dropdownnoarrow select { background: #fff; display: block; width:298px; height:98px; border:0; padding:0 0 0 8px; margin:0; -webkit-appearance: none;}

.left {float:left }
.right {float:right }
.checkbox {display:block; float:left; width:24px; padding:5 0px; background:url(../images/checkbox-flat.png) no-repeat; height:24px;}
.checkbox:hover {background:url(../images/checkbox-flat-hover.png) no-repeat;}
.checkbox:focus {background:url(../images/checkbox-flat-hover.png) no-repeat;}
.checkbox:checked {background:url(../images/checkbox-flat-hover.png) no-repeat;}

.greenbtn {
	background: url(../images/flat-green.png) top left repeat-x #7EBE31;
    border: 2px solid #7EBE31;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-family: MuseoSans-500;
    font-size: 15px;
    margin: 0;
  	padding: 4px;
	}
        
.greenbtn:hover {
    background: url(../images/faded-green.png) top repeat-x rgba(126, 190, 49, 0.25);
    color:#fff;
}        
    
.redbtn {
	background: url(../images/flat-red.png) top left repeat-x #C62500;
    border: 2px solid #C62500;
    border-radius: 16px;
    color: #fff;
    cursor: pointer;
    font-family: MuseoSans-500;
    font-size: 15px;
    margin: 0;
  	padding: 4px;
	}        
    
.redbtn:hover {
    background: url(../images/faded-red.png) top repeat-x rgba(11, 37, 0, 0.25);
    color:#fff;
}        
            
.shortWidth {
    width: 105px;
}

input:focus, textarea:focus, select:focus, input:hover{
    outline: none;
	background-color:transparent;
}

* { -webkit-tap-highlight-color: rgba(0,0,0,0); }

div#header {
    margin:0px auto; 
    background: url(''); 
    width:320px; 
    min-width:320px;
}

div.inner {
    width:100%; 
    position:relative;
}

div.circles {
    float: left;
    width:100px; 
    position:absolute; 
    top:0px; 
    left:4px; 
    padding-top:17px;
}

a.foreimage {
    width:100%; 
    margin:0px auto; 
    display:block; 
    text-align:center;
}

div#content {
    min-width:300px;
    padding-top: 44px;    
}

.botButton {
    margin-left: 47px; 
    position:absolute; 
    top:455px;    
}

@media (prefers-color-scheme:dark){
    body{
        background: #010001;
    }
    input {
        color:#fff;
    }
    input[type=text],
    input[type=email], 
    input[type=password], 
    textarea,
    select{
        background: #010101;
        border: 1px solid #686868;
        color:#fff;
        border-radius: 0px;
        display: block;
        float: left;
        padding: 6px 16px;
        width: 258px; 
        font-size: 14px;
    }    
    
    input.regsm2, div.regsm2 {
        background: #010101;
        border: 1px solid #686868;
        color:#fff;
        border-radius: 0px;
        display: block;
        float: left;
        padding: 6px 16px;
        width: 282px;
    }
    .dropdown { background:url(../images/bgr/select-reg-flat-dark.png) top left no-repeat; width:285px; height:28px; border:0; padding:2px 0 2px 8px; overflow: hidden; }
    .dropdown:focus { background:url(../images/bgr/select-reg-flat-hover-dark.png) top left no-repeat; }
    .dropdown:hover { background:url(../images/bgr/select-reg-flat-hover-dark.png) top left no-repeat; }
}