html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ffff99;
  color: black;
  text-decoration: none; }

mark {
  background-color: #ffff99;
  color: black;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0; }

article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, audio, canvas, video {
  display: block; }

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%;
  font-size: 100%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

abbr[title] {
  border-bottom: 1px dotted; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto; }

::selection {
  background: #25b4aa;
  color: white; }

::-moz-selection {
  background: #25b4aa;
  color: white; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0.62); }

@media screen and (max-width: 1px) {
  body {
    font-size: 0.875em; } }
@media screen and (max-width: 1px) {
  body {
    font-size: 1.125em; } }
.edit {
  padding: 10px 40px 10px 20px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #6d0019;
  background: -moz-linear-gradient(top, #a90329 0%, #6d0019 100%), #6d0019;
  background: linear-gradient(top, #a90329 0%, #6d0019 100%), #6d0019;
  position: fixed;
  top: 0;
  right: 50px;
  color: white !important;
  text-decoration: none;
  border: 2px solid #555555;
  border-top: 0;
  outline: 0;
  z-index: 100; }
  .edit:hover {
    padding-top: 12px; }
  .edit span {
    position: relative; }
    .edit span:before {
      content: url("../images/edit.png");
      position: absolute;
      right: -25px; }

.customizer {
  position: fixed;
  bottom: 0;
  display: none;
  background-color: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #555555 100%), #333333;
  background: -webkit-linear-gradient(top, #333333 0%, #555555 100%), #333333;
  background: linear-gradient(to bottom, #333333 0%, #555555 100%), #333333;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 200px;
  width: 100%;
  box-shadow: 0 0 5px #555555;
  color: white;
  font-weight: 100;
  text-shadow: 1px 1px 0 #222222;
  z-index: 100; }
  .customizer .wrapper {
    padding: 20px; }
  .customizer h6 {
    font-weight: 300;
    padding-bottom: 4px;
    border-bottom: 1px sold #cccccc; }
  .customizer p {
    font-size: 12px;
    font-weight: 100; }
  .customizer button {
    background: #2a4668;
    background: -moz-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
    background: -webkit-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
    background: linear-gradient(to bottom, #4c6d8e 0%, #2a4668 100%), #2a4668;
    border: 1px solid #4f7091;
    color: white;
    text-shadow: 0 -1px 1px black;
    border-radius: 3px;
    padding: 3px 15px;
    margin-top: 10px; }

#theme_select hgroup {
  position: relative; }
#theme_select #lower_panel {
  position: absolute;
  top: 0;
  right: 0;
  background: #2a4668;
  background: -moz-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: -webkit-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: linear-gradient(to bottom, #4c6d8e 0%, #2a4668 100%), #2a4668;
  border: 1px solid #4f7091;
  color: white;
  text-shadow: 0 -1px 1px black;
  border-radius: 3px;
  padding: 3px 15px; }
  #theme_select #lower_panel:hover {
    cursor: pointer; }

#themes {
  list-style: none;
  margin: 10px 0 0 !important;
  background-color: #222222;
  padding: 10px;
  box-shadow: inset 1px 1px 2px black;
  overflow-y: visible;
  white-space: nowrap; }
  #themes li {
    display: inline-block;
    margin-right: 10px; }
    #themes li span {
      padding: 10px 10px;
      border: 1px solid #555555;
      background-color: #222222;
      display: block; }
      #themes li span p {
        font-weight: 100;
        font-size: 14px;
        text-transform: capitalize;
        text-align: center;
        padding-bottom: 8px;
        color: #cccccc;
        letter-spacing: 0.5px;
        display: block; }
      #themes li span a {
        width: 15px;
        height: 15px;
        border: 1px solid #444444;
        display: block;
        float: left;
        text-align: center;
        text-indent: -9999em;
        margin-right: 5px;
        margin-bottom: 5px; }
        #themes li span a:last-of-type {
          margin: 0; }
        #themes li span a:hover {
          -webkit-transform: scale(1.2);
          transform: scale(1.2);
          cursor: pointer;
          box-shadow: 0 0 5px black; }
        #themes li span a.checked {
          position: relative; }
          #themes li span a.checked:after {
            position: absolute;
            content: "\2713";
            color: white;
            text-shadow: 1px 1px 0 #555555;
            text-indent: 0;
            top: -5px;
            left: 0;
            font-size: 24px; }

.preview, .theme_info {
  display: inline-block;
  vertical-align: top; }
  .preview img, .theme_info img {
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .preview img:hover, .theme_info img:hover {
      -webkit-transform: scale(2);
      -webkit-transform-origin: 100px 100px;
      transform: scale(2);
      transform-origin: 100px 100px;
      box-shadow: 0 0 5px black;
      cursor: url("images/zoom.png") 20 20, pointer; }

.theme_info {
  padding-left: 10px; }
  .theme_info p {
    text-align: left !important; }

.color_box {
  width: 90px; }

[contenteditable="true"] {
  outline: 1px dotted red !important;
  min-height: 20px;
  min-width: 200px;
  position: relative; }
  [contenteditable="true"]:focus {
    border: 1px solid red !important;
    outline: 0 !important; }

pre[contenteditable="true"] {
  min-height: 20px; }

img[contenteditable="true"] {
  resize: none; }

#upload_file {
  display: none; }
  #upload_file hgroup {
    position: relative; }
  #upload_file h6 {
    margin-bottom: 10px; }
  #upload_file span {
    position: absolute;
    top: 0;
    right: 0;
    background: #2a4668;
    background: -moz-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
    background: -webkit-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
    background: linear-gradient(to bottom, #4c6d8e 0%, #2a4668 100%), #2a4668;
    border: 1px solid #4f7091;
    color: white;
    text-shadow: 0 -1px 1px black;
    border-radius: 3px;
    padding: 3px 15px; }
    #upload_file span:hover {
      cursor: pointer; }

.progress {
  position: relative;
  width: 400px;
  border: 1px solid #dddddd;
  padding: 1px;
  border-radius: 3px; }

.bar {
  background-color: #b4f5b4;
  background-width: 0%;
  background-height: 20px;
  background-border-radius: 3px; }

.percent {
  position: absolute;
  display: inline-block;
  top: 3px;
  left: 48%; }

.add_new_cred {
  display: none; }

.delete {
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  height: 20px;
  width: 20px;
  display: block;
  line-height: 22px;
  border: 2px solid white;
  color: white;
  background-color: black;
  border-radius: 50%; }
  .delete:hover {
    cursor: pointer; }

.overlay {
  position: relative; }
  .overlay span {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "Click to upload a new photo";
    text-align: center;
    color: black;
    display: block;
    transition: all 0.2s linear 0;
    z-index: 100; }
    .overlay span:hover {
      box-shadow: inset 0 0 15px black;
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.2); }
    .overlay span p {
      padding-top: 40%;
      font-size: 16px; }

.reset {
  text-decoration: none;
  text-align: center !important;
  text-shadow: 0 0 0 transparent !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  height: 20px;
  width: 20px;
  display: block;
  line-height: 18px !important;
  border: 2px solid white;
  color: white;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  margin: 0 !important;
  padding: 0 !important;
  display: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 50; }
  .reset:hover {
    color: white !important;
    cursor: pointer; }
    .reset:hover ::selection {
      background: #25b4aa;
      color: white; }
    .reset:hover ::-moz-selection {
      background: #25b4aa;
      color: white; }

.error {
  color: red;
  padding: 10px;
  font-weight: bold; }

#contact .top_margin {
  margin-top: 5px; }
#contact #contact_info img {
  height: 30px;
  vertical-align: middle !important; }

#create_login_form, #current_member_form, #email_exists {
  background-color: white; }

#new_member_signup, #current_member_signup, #email_exists {
  width: 370px;
  display: inline-block;
  vertical-align: top; }

#create_login_form, #current_member_form, #email_exists, #reset_form {
  border: 1px solid #555555; }
  #create_login_form input[type="text"], #create_login_form input[type="password"], #create_login_form label, #current_member_form input[type="text"], #current_member_form input[type="password"], #current_member_form label, #email_exists input[type="text"], #email_exists input[type="password"], #email_exists label, #reset_form input[type="text"], #reset_form input[type="password"], #reset_form label {
    display: inline-block;
    vertical-align: top; }
  #create_login_form input[type="text"], #create_login_form input[type="password"], #current_member_form input[type="text"], #current_member_form input[type="password"], #email_exists input[type="text"], #email_exists input[type="password"], #reset_form input[type="text"], #reset_form input[type="password"] {
    border: 1px solid #cccccc;
    width: 275px;
    outline: 0; }
    #create_login_form input[type="text"]:focus, #create_login_form input[type="password"]:focus, #current_member_form input[type="text"]:focus, #current_member_form input[type="password"]:focus, #email_exists input[type="text"]:focus, #email_exists input[type="password"]:focus, #reset_form input[type="text"]:focus, #reset_form input[type="password"]:focus {
      -moz-box-shadow: 0 0 3px #49a3b7;
      -webkit-box-shadow: 0 0 3px #49a3b7;
      -ms-box-shadow: 0 0 3px #49a3b7;
      box-shadow: 0 0 3px #49a3b7; }
  #create_login_form ul, #current_member_form ul, #email_exists ul, #reset_form ul {
    list-style: none;
    width: 280px; }
  #create_login_form li, #current_member_form li, #email_exists li, #reset_form li {
    position: relative;
    margin-bottom: 10px; }
  #create_login_form h4, #current_member_form h4, #email_exists h4, #reset_form h4 {
    padding-bottom: 15px;
    font-size: 18px; }
  #create_login_form p, #current_member_form p, #email_exists p, #reset_form p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px; }
  #create_login_form button, #current_member_form button, #email_exists button, #reset_form button {
    position: absolute;
    right: 0; }
  #create_login_form a, #current_member_form a, #email_exists a, #reset_form a {
    color: black; }

pre {
  font-family: "arial", "helvetica", sans-serif;
  line-height: 130%; }

.nologo {
  width: 100px;
  padding: 20px 0;
  font-size: 32px;
  color: white; }
  .nologo:hover {
    text-decoration: underline; }

body {
  background: url("images/bg_tile.png") #e9e9e9;
  color: #666666;
  font-family: "arial", "helvetica", sans-serif;
  font-size: 16px; }

input {
  border: 1px solid #cccccc;
  color: #666666;
  margin-bottom: 10px;
  width: 218px; }

ul {
  list-style: outside disc;
  margin: 0 0 10px 10px;
  padding: 0 0 0 10px; }

ol {
  list-style: outside decimal; }

a {
  color: #3e5c83;
  text-decoration: none; }
  a:hover {
    color: #1e3054; }

p {
  margin: 0 0 10px; }

button {
  background: #2a4668;
  background: -moz-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: -webkit-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: linear-gradient(to bottom, #4c6d8e 0%, #2a4668 100%), #2a4668;
  border: 1px solid #4f7091;
  color: white;
  text-shadow: 0 -1px 1px black;
  border-radius: 3px;
  padding: 3px 7px; }

table {
  border: 1px solid #cccccc;
  background: #e9e9e9; }
  table td, table th {
    padding: 10px; }
  table tr:nth-child(odd) {
    background: #cccccc; }

.wrapper {
  width: 60em;
  position: relative;
  margin: 0 auto; }

#logo img {
  max-height: 90px;
  max-width: 300px; }

header {
  background: url("images/wood_header.png") top left repeat-x #e9e9e9;
  padding-bottom: 12px; }
  header .hgroup {
    background: url("images/site_banner_blue.png") right 0 no-repeat;
    display: inline-block;
    padding: 20px;
      padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 90px; }
    header .hgroup h1, header .hgroup h2 {
      display: inline-block;
      vertical-align: top; }
    header .hgroup h2 {
      width: 15em;
      color: white;
      border-left: 5px solid #1e3054;
      padding-left: 15px;
      margin-left: 10px; }
      header .hgroup h2 span {
        font-size: 22px;
        margin: 0 0 10px;
        display: block; }
      header .hgroup h2 pre {
        font-weight: normal;
        color: #cccccc; }
  header address {
    position: absolute;
    right: 0;
    top: 40px;
    text-align: right;
    color: #1e3054;
    text-shadow: 0 -1px 2px white; }
    header address .phone_number {
      font-weight: bolder;
      font-size: 22px; }
    header address h3 {
      color: #3e5c83;
      font-weight: normal; }
      header address h3 p {
        margin: 0; }

.content {
  white-space: nowrap;
  font-size: 0; }
  .content .intro, .content .office_info {
    vertical-align: top;
    display: inline-block;
    white-space: normal;
    font-size: 16px;
    position: relative; }

.gallery p {
  margin: 10px 0;
  padding: 10px;
  font-style: italic;
  color: #999999;
  border: 1px solid #cccccc; }
.gallery span p {
  border: 0;
  margin: 0;
  font-style: normal; }

.intro {
  width: 45em;
  z-index: 8;
  top: -7px;
  padding: 17px 10px 30px;
  box-shadow: 0px 1px 2px #cccccc; }
  .intro .provider_profile, .intro .provider_text {
    display: inline-block;
    vertical-align: top; }
  .intro .provider_text {
    width: 25em;
    padding: 0 10px; }
    .intro .provider_text pre {
      margin-bottom: 20px; }
  .intro h4 {
    font-size: 28px;
    background: url("images/diag_tile.png") top left repeat-x, url("images/diag_tile.png") bottom left repeat-x;
    padding: 25px 10px;
    margin-left: -10px;
    margin-right: -10px; }
    .intro h4 p {
      color: #999999;
      margin-top: 10px;
      font-weight: normal;
      font-size: 22px; }
  .intro article {
    margin: 0 0 30px; }
    .intro article h4 {
      margin-bottom: 15px; }
  .intro #main_loc {
    font-size: 0; }
    .intro #main_loc h4 {
      margin-bottom: 20px; }
    .intro #main_loc h4:before {
      content: url("images/pin.png");
      position: relative;
      top: 4px;
      margin-right: 10px; }
    .intro #main_loc img, .intro #main_loc .map {
      white-space: nowrap;
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top;
      margin-bottom: 10px; }
    .intro #main_loc .map {
      margin-left: 10px; }
      .intro #main_loc .map p {
        font-size: 12px;
        line-height: 130%; }
      .intro #main_loc .map ul {
        margin: 0;
        padding: 0; }
      .intro #main_loc .map li {
        padding: 10px;
        background-color: #eeeeee;
        border-bottom: 1px solid #e7e7e7; }
      .intro #main_loc .map strong {
        display: block;
        font-size: 16px;
        padding-bottom: 5px; }
    .intro #main_loc img, .intro #main_loc iframe {
      background: white;
      padding: 10px;
      border: 1px solid #cccccc; }
    .intro #main_loc pre {
      font-size: 16px; }

.profile_details, aside {
  display: inline-block;
  vertical-align: top; }

.profile_details {
  padding-left: 20px;
  max-width: 440px;
  line-height: 120%; }
  .profile_details pre {
    margin-bottom: 20px; }

.office_info {
  width: 15em;
  z-index: 9;
  margin: 10px 10px; }
  .office_info > div {
    margin: 10px 0 20px; }
    .office_info > div h5 {
      background: url("images/subheading_banner_blue.png") right top no-repeat;
      color: white;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 15px;
      text-shadow: 0 0 1px black;
      text-transform: uppercase;
      padding: 20px 10px; }

.providers {
  margin: 0;
  padding: 0;
  list-style: none; }
  .providers li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece; }
  .providers a {
    color: #666666; }
    .providers a img {
      margin-right: 10px;
      width: 40px;
      height: 40px;
      background-color: #555555; }
    .providers a img, .providers a h6 {
      display: inline-block;
      vertical-align: top; }
    .providers a h6 {
      max-width: 160px;
      line-height: 120%; }
      .providers a h6 p {
        font-weight: normal;
        margin: 5px 0; }

footer {
  margin: 10px 0;
  padding-bottom: 50px;
  text-align: center;
  text-shadow: 1px 1px 1px white; }

.jQueryBookmark {
  position: fixed;
  top: 200px;
  left: -170px;
  width: 200px;
  padding: 10px;
  display: block;
  background-color: white;
  box-shadow: 0 0 5px #555555;
  transition: all 0.2s linear;
  z-index: 100;
  color: #333333; }
  .jQueryBookmark img {
    position: absolute;
    right: 10px;
    top: 5px; }
  .jQueryBookmark:hover {
    left: 0;
    cursor: pointer; }

.red header .hgroup {
  background: url("images/site_banner_red.png") no-repeat scroll right 0 transparent; }
.red .office_info > div h5 {
  background: url("images/subheading_banner_red.png") no-repeat scroll right top transparent; }
.red button {
  border-color: #5f0a0a;
  background: #5f0a0a;
  background: -moz-linear-gradient(top, #7f0c0c 0%, #5f0a0a 100%), #5f0a0a;
  background: -webkit-linear-gradient(top, #7f0c0c 0%, #5f0a0a 100%), #5f0a0a;
  background: linear-gradient(to bottom, #7f0c0c 0%, #5f0a0a 100%) repeat scroll 0 0%, none repeat scroll 0 0 #5f0a0a; }

.green header .hgroup {
  background: url("images/site_banner_green.png") no-repeat scroll right 0 transparent; }
.green .office_info > div h5 {
  background: url("images/subheading_banner_green.png") no-repeat scroll right top transparent; }
.green button {
  border-color: #192417;
  background: #192417;
  background: -moz-linear-gradient(top, #2c3f28 0%, #192417 100%), #192417;
  background: -webkit-linear-gradient(top, #2c3f28 0%, #192417 100%), #192417;
  background: linear-gradient(to bottom, #2c3f28 0%, #192417 100%) repeat scroll 0 0%, none repeat scroll 0 0 #192417; }

.blue header .hgroup {
  background: url("images/site_banner_blue.png") no-repeat scroll right 0 transparent; }
.blue .office_info > div h5 {
  background: url("images/subheading_banner_blue.png") no-repeat scroll right top transparent; }
.blue button {
  border-color: #2a4668;
  background: #4c6d8e;
  background: -moz-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: -webkit-linear-gradient(top, #4c6d8e 0%, #2a4668 100%), #2a4668;
  background: linear-gradient(to bottom, #4c6d8e 0%, #2a4668 100%), #2a4668; }

.orange header .hgroup {
  background: url("images/site_banner_orange.png") no-repeat scroll right 0 transparent; }
.orange .office_info > div h5 {
  background: url("images/subheading_banner_orange.png") no-repeat scroll right top transparent; }
.orange button {
  border-color: #683c0c;
  background: #683c0c;
  background: -moz-linear-gradient(top, #b46816 0%, #683c0c 100%), #683c0c;
  background: -webkit-linear-gradient(top, #b46816 0%, #683c0c 100%), #683c0c;
  background: linear-gradient(to bottom, #b46816 0%, #683c0c 100%), #683c0c; }

.ltblue header .hgroup {
  background: url("images/site_banner_ltblue.png") no-repeat scroll right 0 transparent; }
.ltblue .office_info > div h5 {
  background: url("images/subheading_banner_ltblue.png") no-repeat scroll right top transparent; }
.ltblue button {
  border-color: #304c65;
  background: #304c65;
  background: -moz-linear-gradient(top, #5789b4 0%, #304c65 100%), #304c65;
  background: -webkit-linear-gradient(top, #5789b4 0%, #304c65 100%), #304c65;
  background: linear-gradient(to bottom, #5789b4 0%, #304c65 100%), #304c65; }

.teal header .hgroup {
  background: url("images/site_banner_teal.png") no-repeat scroll right 0 transparent; }
.teal .office_info > div h5 {
  background: url("images/subheading_banner_teal.png") no-repeat scroll right top transparent; }
.teal button {
  border-color: #43b7cc;
  background: #43b7cc;
  background: -moz-linear-gradient(top, #43b7cc 0%, #276a76 100%), #43b7cc;
  background: -webkit-linear-gradient(top, #43b7cc 0%, #276a76 100%), #43b7cc;
  background: linear-gradient(to bottom, #43b7cc 0%, #276a76 100%), #43b7cc; }
.teal header .hgroup h2 pre {
  color: #eeeeee; }

.purple header .hgroup {
  background: url("images/site_banner_purple.png") no-repeat scroll right 0 transparent; }
.purple .office_info > div h5 {
  background: url("images/subheading_banner_purple.png") no-repeat scroll right top transparent; }
.purple button {
  border-color: #39234c;
  background: #39234c;
  background: -moz-linear-gradient(top, #623d84 0%, #39234c 100%), #39234c;
  background: -webkit-linear-gradient(top, #623d84 0%, #39234c 100%), #39234c;
  background: linear-gradient(to bottom, #623d84 0%, #39234c 100%), #39234c; }

.pink header .hgroup {
  background: url("images/site_banner_pink.png") no-repeat scroll right 0 transparent; }
.pink .office_info > div h5 {
  background: url("images/subheading_banner_pink.png") no-repeat scroll right top transparent; }
.pink button {
  border-color: #f5afe9;
  background: #f5afe9;
  background: -moz-linear-gradient(top, #f8c0ee 0%, #f5afe9 100%), #f5afe9;
  background: -webkit-linear-gradient(top, #f8c0ee 0%, #f5afe9 100%), #f5afe9;
  background: linear-gradient(to bottom, #f8c0ee 0%, #f5afe9 100%), #f5afe9;
  text-shadow: 0 0 0 transparent; }
.pink .office_info > div h5 {
  text-shadow: 0 0 0 transparent; }
.pink header .hgroup h2 pre {
  color: #555555; }

#contactme {
  color: white;
  border-radius: 8px;
  padding: 5px 10px;
  margin-top: 20px; }

#contact {
  margin-top: 20px;
  display: none; }

#contact-form {
  width: 350px;
  padding: 20px 10px;
  box-shadow: inset 0 0 4px #555555;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative; }
  #contact-form ul {
    list-style-type: none; }
    #contact-form ul li {
      margin-bottom: 10px;
      font-size: 14px; }
      #contact-form ul li .errorlist {
        color: red; }
      #contact-form ul li input[type="text"], #contact-form ul li input[type="email"], #contact-form ul li label, #contact-form ul li textarea {
        display: inline-block;
        vertical-align: top;
        font-family: "arial", "helvetica", sans-serif;
        font-size: 14px; }
      #contact-form ul li label {
        color: black;
        font-size: 16px;
        text-shadow: 0px 0px 1px white;
        width: 100px; }
      #contact-form ul li input, #contact-form ul li textarea {
        width: 200px;
        outline: 0;
        color: black;
        border: 1px solid #cccccc;
        padding: 3px 5px; }
      #contact-form ul li textarea {
        height: 100px;
        margin-bottom: 40px; }
  #contact-form button {
    position: absolute;
    right: 45px;
    bottom: 20px; }

.thankyou {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  box-shadow: inset 0 0 4px #555555; }

.close {
  text-decoration: none;
  text-align: center;
  font-size: 22px;
  height: 20px;
  width: 20px;
  display: block;
  line-height: 22px;
  border: 2px solid white;
  color: white;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px; }
  .close:hover {
    color: white !important; }

.close, .delete {
  line-height: 20px; }

.loc_photo {
  white-space: nowrap;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 322px; }

#client_sign_in_form {
  text-align: center; }
  #client_sign_in_form .login input {
    border: 1px solid #999999;
    border-radius: 5px;
    padding: 5px; }

.signin {
  position: fixed;
  top: 200px;
  right: -205px;
  padding-bottom: 20px;
  font-size: 16px;
  z-index: 500;
  transition: all 0.2s linear; }
  .signin div {
    background-color: #1b242e;
    padding: 20px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px black; }
  .signin input {
    width: 140px;
    padding: 5px 7px;
    margin-bottom: 15px;
    display: block;
    background-color: #cccccc;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #777777;
    outline: 0; }
    .signin input:focus {
      box-shadow: 0 0 7px #ff8a00; }
    .signin input:nth-child(2) {
      margin-bottom: 10px; }
  .signin button {
    color: white;
    background: #79ab27 !important;
    background-color: #79ab27 !important;
    border: 2px solid #558b17 !important;
    border-radius: 8px;
    padding: 4px 8px; }
  .signin a {
    color: #cccccc;
    font-size: 10px;
    display: block;
    margin-bottom: 10px; }

#lock {
  position: absolute;
  left: -84px;
  top: 0;
  padding: 6px 18px 6px 6px;
  background-color: #1b242e;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  #lock h6 {
    color: white;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-align: center; }
  #lock img {
    height: 40px;
    padding: 10px;
    background-color: #777777;
    border-radius: 50px;
    transition: all 0.2s linear; }
  #lock:hover {
    cursor: pointer;
    box-shadow: -5px 0 10px #333333; }
    #lock:hover img {
      background-color: #79ab27; }
