body {
  color: #585858;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#logo {
    display: block;
    margin: 2px 0 0;
}

h1 {
    color: #0074c8;
    font-family:‘Helvetica Neue LT W01_55 Roman’, Arial, Sans-serif;
    display: block;
}


#container {
    text-align: center;
}

#container h2 {
	font-family: caecilia, sans-serif;
  	color: #294567;
  	font-size: 1.3em;
}

#container h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  border: 5px solid #294567;
  padding: 10px;
  background: #0074c8;
}

#container h3 .cap, 
#container .cap {
	text-transform: capitalize;
}

#container h3 span.note {
    font-size: .6em;
    font-style: italic;
}

#container h3.ko {
    margin-top: 100px;
}

p a {
    color: #0074c8;
}

ol {
    margin: 10px 0 0 20px;
}

#info {
    color: white; 
    width: 500px; 
    font-size: 1.2em;
    margin: 2em auto 2em;  
    background: #585858; 
    padding: 10px;
}

#review {
    margin: 2em 0;
}

.generated-image {
    margin: 2em 0;
}

.blue-bg {
    background-color: #0074c8;
    padding: 20px 0;
}

#container a.button, 
#content-container a.button,
input#submit, 
input#send {
    background-color: #f0b82d;
    border: 2px solid #f0b82d;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.4;
    padding: .5em 1em;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
    margin-right: 15px;
}

#container a.button:hover, 
#content-container a.button:hover,
input#submit:hover,
input#send:hover {
    background-color: #141e2d;
    color: #fff;
    text-decoration: none;
}

#submit {
    padding: 10px 40px;
    margin: 20px 0;
    background: #0074c8;
    border: #485c61 1px solid;
    color: #FFF;
    border-radius: 4px;
    cursor:pointer;
    font-size: 1.5em;
    font-weight: bold;
}
#form {
    background-color: lightgrey;
}

.form-row {
    padding: 20px;
    border-top: #8aacb7 1px solid;
}

label {
    font-weight: bold;
}
.input-field {
    background: #FFF;
    padding: 4px;
    margin-left: 15px;
    width: 600px;
    border-radius: 2px;
    border: #8aacb7 2px solid;
    font-size: 1.2em;
}

.required {
	color: #c7666c;
	font-weight: bold;
}

.legend {
	padding: 5px 0 5px 20px;
	font-size: .9em;
	font-weight: normal;
}

.button-row {
    padding: 10px 20px;
    border-top: #8aacb7 1px solid;
}

.login_error {
    font-size: .9em;
    color: red;
}

.error_text {
    background: #c7666c;
    padding: 10px 0 10px 10px;
    margin: 10px 0;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    width: 800px;
}


/* fancy radio buttons */


.shield-selector {
    margin: 0 0 20px 20px;
}

.shield-selector input{
    position:absolute;
    z-index:999;
}

.blue{background-image:url(../images/shields/blue.png);}
.green{background-image:url(../images/shields/green.png);}
.yellow{background-image:url(../images/shields/yellow.png);}
.teal{background-image:url(../images/shields/teal.png);}
.orange{background-image:url(../images/shields/orange.png);}

.shield {
    margin: 0 20px 0 0;
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:213px;
    height:301px;
}
.shield:hover {
    
}

.example {
    margin-top: 20px;
    font-style: italic;
}

.example img {
    width: 800px;
}

body.login {
    background-color: #0074c8;
}

.login-form {
    background: white;
    width: 450px;
    height: 450px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.2); /* Firefox 3.5 - 3.6 */
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}

.login-form img {
    width: 250px;
}

.login-form form {
    margin-top: 20px;
    text-align: left;
    margin-left: 50px;
}

.login-form h2 {
    color: black;
    font-size: 1.4em;
    text-align: left;
    margin: 0 0 20px 0;
}

.login-form p.help {
    text-align: left;
    padding: 20px 50px 0 50px;
    background: #f2f2f2;
    height: 120px;
}

.login-form p,
.login-form span {
    font-size: .9em;
}

.login-form input[type=text],
.login-form input[type=password] {
    padding: 5px;
    margin: 0 0 20px 0;
    border: 0;
    font-size: .9em;
    width: 350px;
    border-bottom: 2px solid #0074c8;
}

.login-form input:focus{
        outline: none;
}

.duo {
    width: 800px;
    height: 400px;
    margin: 2em auto 0;
}

iframe {
    border-style: none;
}

ol.instructions {
    list-style: decimal;
    margin: 10px 0 10px 25px;
}

ol.instructions li { 
    margin: 10px 0;
}

ul.bullets {
    list-style: disc;
    margin: 10px 0 10px 25px;
}

ul.bullets li {
    margin: 10px 0;
}

