@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
html {
    margin: 0;
    min-height: 100%;
}

progress, sub, sup {
    vertical-align: baseline;
}

button, hr, input {
    overflow: visible;
}

html {
    font-family: sans-serif;
}

body {
    margin: 0;
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: medium none;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: 700;
}

button, input {
}

button, select {
    text-transform: none;
}

[type="submit"], [type="reset"], button, html [type="button"] {
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted buttontext;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="search"] {
    outline-offset: -2px;
}

body {
    background: url("https://secure.activecarrot.com/media/dynamic/static_images/1448/Active_Carrot_Background.jpg") no-repeat top center #FFF;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    float: left;
    font-family: Arial,sans-serif;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
    width: 100%;
	align-items: center;
}

form label, h2 {
    color: #545861;
text-shadow: none;
}

#admin_wrapper {
    margin: 0;
    min-height: auto;
    padding: 20px;
	background-color: rgba(255,255,255,.89);
	width: 400px;
}

#admin_wrapper form {
    margin: 0;
}

#admin_wrapper form label {
    color: #4F4F4F;
    font-weight: 700;
    text-shadow: none;
	font-size: 17px;
}

#admin_wrapper form input {
    font-family: Arial,sans-serif;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #545861;
	width: 95%;
}

#admin_wrapper .forgot_password a {
    display: none;
}

#admin_wrapper .forgot_password input {
    background-color: #00AEEF;
	color: #FFFFFF;
	padding: 16px 34px;
	border: 0;
    text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	letter spacng: .02em;
    transition: background-color 0.2s ease-in-out 0s;
    width: 100%;
}

#admin_wrapper .forgot_password input:hover {
    background-color: #133D8D;
}

#admin_wrapper form > p input {
    border: 1px solid #cccccc;
    transition: border-color 0.2s ease-in-out 0s;
}

#admin_wrapper form > p input:focus {
    background-color: #ffffff;
    border-color: #004181;
    outline: 0 none;
}

.customer_login_message {
    display: none;
}

.fail {
	color: #E5344A;
	border: 1px solid #E5344A;
	font-size: 16px;
	text-transform: none;
	text-align: center;
}


.forgot-password, .register {
    color: #133D8D;
	text-align: center;
    display: block;
    font-weight: 700;
    margin-top: 10px;
    text-decoration: none;
	font-size: 17px;
    transition: color 0.2s ease-in-out 0s;
}

.forgot-password:hover, .register:hover {
    color: #35BDB2;
}

#logo {
    width: auto;
    height: 140px;
    position: relative;
    Margin:auto;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/1448/Aqua_Jetty_Landscape.png') no-repeat;
	background-size: contain;
	background-position: center;
	
}

form .button {
    background-color: #009DD6;
	color: #FFF;
	padding: 16px 34px;
	border: 0;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	font-weight: 700;
	border-radius: 50px;
	font-size: 19px;
	letter-spacing: 1px;
	transition: all 300ms ease-in-out;
		transition property: all;
		transition duration: 300ms;
		transition-timing-function: ease-in-out;
		transition-delay: 0s;
		
}

.btn:hover {
	background:#fff!important;
	color:#133d8d !important;

}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

#admin_wrapper {
    border: none;
}

.alpha60 {
background: transparent;
}

.nav-wrapper {
    align-items: center;
    background-color: #ffffff;
    display: flex !important;
    justify-content: space-between;
    left: 0;
    padding: 5px 20px 10px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	box-shadow: 0 0 28px rgba(0, 0, 0, 0.25);
}
.nav-logo {
    background-image: url("https://secure.activecarrot.com/media/dynamic/static_images/1448/Aqua_Jetty_Landscape.png") !important;
    display: block;
	background-position:top left;
	background-size:cover;
	background-repeat: none;
    height: 60px;
    width: 220px;
	margin-left: 10px;
	margin-top: -5px;
}
.nav-phone, .nav-web {
    display: inline-block;
    height: 65px;
    line-height: 65px;
    padding: 0 24px;
    vertical-align: middle;
}

.nav-web {
	padding-top: 18px !important;
}

.nav-center {
    color: #004181;
    font-size: 28px;
    font-weight: 700;
    padding-left: 144px;
	text-transform: uppercase;
}
.nav-phone svg, .nav-web svg {
    display: inline-block;
    fill: #004181;
    height: 24px;
    position: relative;
    top: 7px;
    width: 24px;
}
.nav-phone span, .nav-web span {
    color: #004181;
    display: inline-block;
    line-height: 65px;
    vertical-align: middle;
}

.nav-locations:hover + .nav-dropdown {
    display: block;
}
.nav-dropdown:hover {
    display: block;
}
.nav-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-dropdown a {
    background-color: #ffffff;
    color: #004181;
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.nav-dropdown a:hover {
    background-color: #f5f5f5;
}
.nav-dropdown .active {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #004181;
    border-top: 8px solid transparent;
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.nav-dropdown li {
    border-top: 1px solid #eee;
    display: block;
}

.nav-phone {
	text-decoration: none;
    border-right: 1px solid #ccc;
}

#admin_wrapper h2 {
	margin-right: 0px;
	margin-left: 0px;
}
	
input#button.button {
	background-color: #009DD6;
	color:  #FFF;
	border: 0;
	font-size: 19px;
	transition: all 300ms ease-in-out;
	width: 100%;
}

input#button.button:hover {
	background-color: #133D8D;
}

#admin_wrapper.alpha60 h2 {
	font-weight: 500;
}

div.fail.large.png_bg:after {
	content: "You must enter an email address below";
}

div.fail.large.png_bg {
	display: none;
}

.success { 
	border: 1px solid #009444; 
	color: #009444;
	font-family: Arial,sans-serif;
	font-size: 16px;
	text-transform: inherit;
	font-weight: 500;
	height: 30px;
}