﻿* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* = Reset
----------------------------------------------------------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, a, a img, font, img, dd, dl, dt, li, ol, ul, blockquote, fieldset, form, label, legend, table, caption, tr, th, td { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* = HTML5 Elements
----------------------------------------------------------------------------------------------------------------- */
header, nav, main, footer, hgroup, menu, section, aside, article, details { display: block; }
audio, canvas, video { display: inline-block; }

/* = Body
----------------------------------------------------------------------------------------------------------------- */
body { color: #2A2A2A; font-size: 0.9em; text-align: left; font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, Sans-Serif; background: #f4f4f4; }

/* = Text-Level
----------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; color: #2A2A2A; font-weight: 300; font-family: Oswald; text-transform: uppercase; }
h1 { font-size: 3.2em; }
h2 { font-size: 2.4em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p { margin: 0 0 20px; line-height: 1.5em; }

blockquote { margin: 0 0 20px; padding: 0; }
blockquote p { margin-bottom: 0; font-style: italic; }

a { color: #e28724; text-decoration: none; }
a:hover { color: #000; text-decoration: none; }

img { vertical-align: bottom; height: auto; -ms-interpolation-mode: bicubic; }
hr { width: 100%; float: left; margin: 20px 0; height: 1px; border: 0; border-top: 1px solid #d8d8d8; }
small { font-size: 0.8em; }
address { font-style: normal; }

sub, sup { line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { line-height: 1.5em; color: #222; margin: 0 0 20px; padding: 0 20px 20px; word-break: break-all; word-wrap: break-word; white-space: pre-wrap; border: 1px solid #ddd; background: #f4f4f4; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
pre code { display: block; white-space: pre-wrap; font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-size: 1.1em; }

/* = Lists
----------------------------------------------------------------------------------------------------------------- */
ul { margin: 0 0 20px 15px; }
ul li { margin: 0 0 10px; line-height: 1.5em; }
ul li ul { margin-top: 20px; margin-left: 30px; list-style-type: circle; }

ol { margin: 0 0 20px 18px; }
ol li { margin: 0 0 10px; line-height: 1.5em; }
ol li ol { margin-top: 20px; margin-left: 30px; list-style-type: lower-latin; }

dl { margin: 0 0 20px; }
dt { color: #444; font-weight: bold; }
dd { margin: 0 0 20px; line-height: 1.5em; }

.inline { margin-left: 0; list-style: none; }
.inline li { display: inline; margin: 0 5px 0 0; }
.inline li a.btn { color: #fff; }

/* = Screen Messages
----------------------------------------------------------------------------------------------------------------- */
.msg { margin: 0 0 20px; padding: 15px; clear: both; border: 1px solid #fff; background: #fff; }
.msg p { margin-bottom: 0; }
.msg ul { margin-bottom: 0; }
.msg ul li { margin-bottom: 5px; list-style: none; }

.msgImp { padding-left: 60px; color: #fff; border: 1px solid #f49b1d; background: #f49b1d url(/devlogin/important.svg) no-repeat 25px center; }
.msgImp a { color: #fff; font-weight: bold; }
.msgError { padding-left: 60px; color: #fff; border: 1px solid #cd4008; background: #cd4008 url(/devlogin/error.svg) no-repeat 15px center; }
.msgError a { color: #fff; font-weight: bold; }
.msgSuccess { padding-left: 60px; color: #fff; border: 1px solid #69b239; background: #69b239 url(/devlogin/success.svg) no-repeat 15px center; }
.msgSuccess a { color: #fff; font-weight: bold; }
.msgAssist { color: #fff; border: 1px solid #838383; background-color: #5d5f90; }
.msgAssist a { color: #fff; font-weight: bold; }


/* = Buttons
----------------------------------------------------------------------------------------------------------------- */
.btn, .compBtn { display: inline-block; cursor: pointer; padding: 12px 18px; font-weight: 300; font-size: 1.1em; line-height: 1em; color: #000; font-family: Arial, Helvetica, sans-serif; outline: none; border: 1px solid #000; background: #DADB30; background-repeat: no-repeat; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; }
.btn:hover, .compBtn:hover { color: #fff; border-color: #000; background-color: #fff; color: #000 }


/* = Forms
----------------------------------------------------------------------------------------------------------------- */
.webForm { margin: 0 0 10px; padding: 10px; background: #fff; }
.webForm div { margin: 0 0 10px; clear: left; }
.webForm div em { display: block; margin-top: 5px; margin-left: 25%; font-size: 0.8em; }
.webForm div .btnAdd { padding: 10px 10px 10px 30px; background-position: 10px 12px; }
.webForm .checkbox { display: block; padding: 10px 0; }
.webForm .check { display: inline-block; padding: 12px 0 0; }
.webForm .link { display: block; padding: 11px 0; }

label { width: 25%; float: left; padding: 11px 0; text-transform: capitalize; }
input.text, textarea, select { width: 75%; padding: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 1em; color: #222; border: 1px solid #d8d8d8; background: #fff; }
input.text:focus, textarea:focus, select:focus { outline: none; border-color: #e28724; }

input.ten { width: 10%; }
input.twenty { width: 20%; }
input.thirty { width: 30%; }
input.forty { width: 40%; }
input.fifty { width: 50%; }
input.sixty { width: 60%; }
input.seventy { width: 70%; }
input.eighty { width: 80%; }
input.ninety { width: 90%; }

select.ten { width: 10%; }
select.twenty { width: 20%; }
select.thirty { width: 30%; }
select.forty { width: 40%; }
select.fifty { width: 50%; }
select.sixty { width: 60%; }
select.seventy { width: 70%; }
select.eighty { width: 80%; }
select.ninety { width: 90%; }


/* = Helper Classes
----------------------------------------------------------------------------------------------------------------- */
.floatLeft { float: left; }
.floatRight { float: right; }
.hide { display: none; }
.hideText { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.clr { clear: both; }
.leader { font-size: 1.2em; }
.textLeft { text-align: left; }
.textCenter { text-align: center; }
.textRight { text-align: right; }
.highlight { color: #080808; }
.marked { color: #fff; background: #080808; }
.meta { color: #000; font-size: 0.9em; margin-bottom: 10px; }
.imgResponsive { max-width: 100%; }
.nomargin { margin: 0; }
.display { display: none; }
.gap { margin-right: 40px; }
.transparent { opacity: 0.6; }
.smlBold { font-weight: bold; font-size: 90%; }
.chunky { color: #555354; font-weight: normal; }
.chunkyAlt { color: #3886ea; font-size: 90%; font-weight: bold; }

.isle { width: 400px; margin: 20px auto 0; text-align: center; }
.isle .tel { color: #080808; }


/* = Clearing
----------------------------------------------------------------------------------------------------------------- */
.container, .cols, .row, .progress { zoom: 1; }
.container:after, .cols:after, .row:after, .progress:after { content: "."; clear: both; display: block; height: 0; visibility: hidden; overflow: hidden; }


/* = Login
----------------------------------------------------------------------------------------------------------------- */

.login { width: 400px; margin: 80px auto 0; padding: 30px; text-align: center; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20); }
.login div { margin: 0 0 10px; }
.login label { display: none; }
.login input { width: 100%; }
.login p b { color: #2A2A2A; font-size: 1.25em; }
.login p:last-child { margin: 0; }
.login .webForm { width: 75%; margin: 0 auto; padding: 0; border: 0; }
.login .msg { text-align: left; margin: 0 0 20px; }
.login .btn { padding: 10px 18px; }


@media screen and (max-width: 480px) {
    .login { width: auto; margin-top: 40px; margin-right: 40px; margin-left: 40px; padding: 20px; }
    .login .webForm { width: 100%; }
    .isle { width: auto; margin-right: 15px; margin-left: 15px; }
}

@media screen and (max-width: 350px) {
    .login { margin-top: 20px; margin-right: 20px; margin-left: 20px; }
}