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

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}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;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.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]{-webkit-appearance: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:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .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=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

body {
  align-items: center;
  background-image: url('https://secure.activecarrot.com/media/dynamic/static_images/413/fun-in-swimming-texas-new.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  font-family: Lato, Arial, Helvetica, sans-serif;
  float: left;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  width:100%;
}

body:after {
  clear: left;
  content: '';
  display: table;
}

#logo {
  display: none;
}

#admin_wrapper {
  margin: 0;
  min-height: auto;
  padding: 20px;
  width: auto;
}

#admin_wrapper form {
  margin: 0;
}


#admin_wrapper form label {
  color: #063561;
  font-size: 1.5rem;
  font-weight: 300;
  text-shadow: none;
}

#admin_wrapper form input {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

#admin_wrapper .forgot_password a {
  display: none;
}

#admin_wrapper .forgot_password input {
  background-color: #063561;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}

#admin_wrapper .forgot_password input:hover {
  background-color: #0b5fad;
}

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

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

.customer_login_message {
  display: none;
}

.forgot-password,
.register {
  color: #111;
  display:block;
  font-size: 0.9rem;
  margin-top: 10px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

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

.nav-wrapper {
  align-items: center;
  background-color: #ffffff;
  display: flex !important;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.nav-logo {
    background-image: url('https://secure.activecarrot.com/media/dynamic/static_images/413/logo-1.png');
    display: block;
    height: 55px;
    width: 160px;
}

.nav-phone,
.nav-locations {
  display: inline-block;
  height: 65px;
  line-height: 65px;
  padding: 0 24px;
  vertical-align: middle;
}

.nav-center {
  color: #063561;
  font-size: 28px;
  font-weight: 700; 
  padding-left: 144px;
}

.nav-phone svg,
.nav-locations svg {
  display: inline-block;
  fill: #063561;
  height: 24px;
  position: relative;
  top: 7px;
  width: 24px;
}


.nav-phone span,
.nav-locations span {
  color: #063561;
  display: inline-block;
  line-height: 65px;
  vertical-align: middle;
}

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

.nav-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
}

.nav-locations:hover + .nav-dropdown {
  display: block;
}

.nav-dropdown:hover {
  display: block;
}

.nav-dropdown ul {
  list-style-type: none;
  margin: 0;
  -webkit-margin-after: 0;
  -webkit-margin-before: 0;
  padding: 0;
  -webkit-padding-start: 0;
}

.nav-dropdown a {
  background-color: #ffffff;
  color: #063561;
  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-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #063561;
  height: 0; 
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0; 
}

.nav-dropdown li {
  border-top: 1px solid #eee;
  display: block;
}