body {margin:0; padding: 0; font-family: "Open Sans", Arial, sans-serif;}
body {background: #fff; color: #585858;}

p {font-size: 80%; font-weight: 300; color: #333; line-height: 22px;}

.notificationLink a:visited a:active a:hover{
    color:#FFF;
}
a, a:visited {text-decoration: none; color: #585858;}

h1 {font-size: 1.8em; line-height: 1.23em;}
h2 {font-size: 22px;}
h3 {font-size: 24px; font-family: 'Crete Round', Georgia, serif; font-weight: 400; padding: 20px 0;}
h4 {font-size: 18px;}
h5 {font-size: 16px; padding-bottom: 10px;}
h6 {font-size: 14px; padding-bottom: 10px; font-weight: bold;}
h5 b {font-weight: bold;}

ul {font-size: 14px; margin: 7px 0; padding-left: 10px;}
ul li {margin-bottom: 5px;}

.container .clear, body .clear {width: 100%; float: left; clear: both; margin: 20px 0;}
.one-third {text-align: center;}

.specialMessage{
    color:#FFF;
    background-color: #990000;
    padding:10px;
}

.boldText{
    font-weight: bold;
}

/*debug*/
.debugNotifier{
    position: fixed;
    width: 196px;
    height: 194px;
    right:0px;
    top:0px;
    z-index: 9999;
    background-image: url('../images/beta_ribbon.png');
    background-repeat: no-repeat;
    background-size: contain;
}
.debugVarOutput{
    width: 100%;
    background-color: #f6a828;
    color:#FFF;
    word-wrap: break-word;
}


.bgGray{
    background-color: #EFEFEF;
}

.bgCrimson {
    background-color: #990000;
}

header {width: 100%; height: 400px; float: left; clear: both; margin: 0; padding: 0; background: url(../images/chess_pieces.jpg) no-repeat center -1px fixed; position: relative; z-index: 1;} 
header nav {width: 100%; float: left; margin: 0; padding: 25px 0 20px; background: #fff; border-top: 2px solid #00AA72; position: relative; z-index: 1;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.3);
}
header .slogan {float:left;padding: 80px 0;}
header .slogan a.green {margin: 13px 0; padding: 10px 28px;}
header p {color: #fff;}
header h1, header h2, header h4 {width: 100%; float: left; clear: both;  text-align: left; color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.2); font-weight: 600;}
header h1 {font-size: 3em; margin-bottom: 10px;}
header h2 {font-size: 2em;}
header h4 {font-weight: normal; margin-bottom: 10px;}

.logo a {color: #444; text-decoration: none; line-height: 20px;}
.logo a:hover {color: #00AA72;}

ul.mainMenu {margin: 0; padding: 0; float: right;}
ul.mainMenu li {display: inline; float: left; margin: 2px 10px;}
ul.mainMenu li a {font-size: 13px; color: #444; text-decoration: none;}
ul.mainMenu li a:hover {color: #00AA72;
	-webkit-transition: color .12s ease-in-out;
    -moz-transition: color .12s ease-in-out;
    -ms-transition: color .12s ease-in-out;
    -o-transition: color .12s ease-in-out;
    transition: color .12s ease-in-out;
}

.greenBG{
    background: #00AA72;
}

.centered{
    text-align: center;
}

.white a.dalej {display: block; width: 185px; background: #00AA72; color: #FFF; margin: 0 auto 20px; padding: 10px 20px; font-size: 12px; text-transform: uppercase;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}
.white a.dalej:hover {background: #CCC; color: #585858;}


/*
* Registration Page
*/
.stepCell{
    border: 1px solid #CCC;
    text-align: center;
    padding:10px;
}
.stepCellFocus{
    background-color: #ffe45c;
    font-weight: bold;
    color: #000;
}
.stepCellNonFocus {
    background-color: #EFEFEF;
    color:#aaa;
}
.hiddenRow{
    display:none;
}

/*
* Gray, green, and white
*/
.gray {width: 100%; float: left; clear: both; background: #f6f6f6; margin: 50px 0; padding: 45px 0; position:relative; z-index:1;}
.greeny {width: 100%; float: left; clear: both; background: #00AA72; color:#FFF; margin: 50px 0; padding: 45px 0; position:relative; z-index:1;}
.white {width: 100%; float: left; clear: both; text-align: center; margin: 50px 0; padding: 45px 0; position:relative; z-index:1;}

.adminGray{width: 100%; float: left; clear: both; background: #f6f6f6; margin: 10px 0; padding: 45px 0; position:relative; z-index:1;}
.adminWhite{width: 100%; float: left; clear: both; background: #FFF; margin: 10px 0; padding: 45px 0; position:relative; z-index:1;}

/*
* Admin
*/
.formEntryRow{
    height:30px;
    width:100%;
}


/*
* Form, input, label, textarea
*/
.form h3, .form p {text-align: center;}
.contactForm form {width: 500px; margin: 30px auto; text-align: center;}
.contactForm input, label, textarea {width: 500px; float: left; margin: 0; padding: 0;}
.contactForm label {font-size: 12px; text-transform: uppercase; font-weight: 300; margin-bottom: 7px;}
.contactForm input {margin-bottom: 20px; padding: 7px 0; text-align: center;}
.contactForm input, textarea {border: 1px solid #ddd; outline: none;}
.contactForm input:focus, textarea:focus {border-color: #b6b6b6;}
.contactForm textarea {width: 480px; padding: 7px 10px;}
.contactForm input.error, textarea.error {border-color: #cc4847;}
.contactForm input[type='submit'] {width: 502px; padding: 12px 0; font-size: 16px; border: none; background: #eee; color: #aaa; cursor: pointer;}
.contactForm input[type='submit']:hover {background: #1EBA6B; color: #fff;}

.adminForm input {width: 98%; font-size: 16px; background: #FFF; color: #666;}

/*
* Focus
*/
.focus h3 {margin-bottom: 15px;}
.focus h4, .focus h3 {float: left; width: 100%; text-align: center; margin-bottom: 7px;}
.focus p {text-align: center;}



/*
* Gallery
*/
.gallery a {width: 140px; height: 100px; overflow: hidden; float: left; margin: 5px; }
.gallery a img {height: 95px;}




/*
* a#Top
*/
a#top {display: none; width: 7px; height: 17px; padding: 5px; position: fixed; bottom: 50px; right: 60px; z-index: 9; color: #fff; background: #00AA72; font-size: 14px; font-weight: 300;}






/*
* BUTTONS
*/
.button {float: left; color: #fff; text-transform: uppercase; text-shadow: 0 1px 1px rgba(0,0,0,.2);
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;

	-webkit-transition: background .12s ease-in-out;
    -moz-transition: background .12s ease-in-out;
    -ms-transition: background .12s ease-in-out;
    -o-transition: background .12s ease-in-out;
    transition: background .12s ease-in-out;
}


.medium {font-size: 12px; margin: 5px 0; padding: 9px 14px 8px;}



a.green {background: #45C491; color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), 0 1px 0 0 rgba(255,255,255,.2) inset;
}
a.green:hover {background: #36ae7e}



/*
* Footer
*/
footer {width: 100%; float: left; margin: 20px 0 0; padding: 30px 0; background: #333;}
footer h5 {color: #ccc;}
footer p {color: #aaa; line-height: 15px; font-size: 12px; margin-bottom: 7px;}
footer a {color: #ddd;}
footer a:hover {color: #00AA72;}

footer .social a {float: left; margin-right: 10px;}
footer .social a img {width: 35px; opacity: 0.4;}
footer .social a:hover img {opacity: 1;}


/*
* Modal
*/
.errorModal{
    z-index:9999;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -201px;
    margin-top: -126px;
    width: 400px;
    height: 250px;
    border:1px solid #333;
    background-color: #FFF;
}
.modalTitle{
    width:100%;
    text-align: center;
    border-bottom:1px solid #333;
    height:50px;
}
.modalText{
    width:100%;
    text-align: center;
    height:148px;
}
.modalCTA{
    width:100%;
    text-align: center;
    border-top:1px solid #333;
    height:50px;
}

.error{
    color:#cc4847;
}

/* -------------------
*  RESPOSIVE ELEMENTS
*  ------------------- */
@media only screen and (max-width: 767px) and (min-width: 480px) {
    
	header h2 {display: none;}
	header .slogan {padding-top: 40px;}

	nav .container .logo {margin-bottom: 20px; text-align: center;}

	.orange p {width: 400px;}
        #message{width:380px;}
        #submitMessage{width:400px;}
	form, label, input  {width: 400px;}
	input[type="submit"] {width: 402px;}
	textarea {width: 380px;}

	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}
}



@media only screen and (max-width: 767px) {

	header {height: 310px;}
	header h2, header .six.columns {display: none;}
	header .slogan {padding: 30px 0;}
	nav .container .logo {margin-bottom: 20px; text-align: center;}
	.orange p {width: 200px;}
        .contactForm input, label, textarea {width: 300px;}
        #message{width:280px;}
        #submitMessage{width:300px;}
	form, label, input  {width: 300px;}
	input[type="submit"] {width: 302px;}
	textarea {width: 280px;} 
	.container .one-third.column, .container .eight.columns, .container .four.columns {margin-bottom: 40px;}
}

.clickable {
    cursor: pointer;
}







