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; }

button {
  color: white;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 5px 7px; }

.nologo {
  width: 160px;
  font-color: #555555;
  font-size: 32px;
  text-decoration: none;
  text-align: center;
  background-color: #eeeeee;
  display: block;
  padding: 20px 0; }
  .nologo:hover {
    text-decoration: underline; }

section {
  min-height: 500px; }

body {
  color: #222222;
  font-family: "arial", "helvetica", sans-serif;
  background-image: url("../images/fabric_bg.png");
  position: relative; }
  body > header {
    min-height: 150px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 5px black; }
    body > header h1, body > header h2 {
      display: inline-block;
      vertical-align: top;
      white-space: normal; }
    body > header h1 a {
      color: #555555;
      text-decoration: none; }
    body > header h2 em {
      display: block;
      padding: 30px;
      font-size: 1.5em;
      font-style: normal;
      font-weight: 300; }
    body > header h2 span {
      text-shadow: 1px 1px 0 white; }
    body > header h2 pre {
      font-size: 0.5em;
      padding: 10px 0;
      width: 300px;
      line-height: 140%;
      color: #555555; }
    body > header address {
      position: absolute;
      top: 40px;
      right: 0; }
      body > header address > p {
        font-style: normal;
        font-size: 1.25em;
        text-align: right; }
      body > header address .phone_number {
        display: block;
        margin-bottom: 10px; }
      body > header address h3 {
        font-size: 0.75em;
        font-style: normal;
        font-weight: 300;
        text-align: right;
        line-height: 140%;
        color: #555555; }

.band {
  height: 180px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block; }

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

#logo {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px; }
  #logo img {
    display: block;
    max-width: 300px; }

.office_info, .intro {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.gallery {
  width: 20em;
  height: 100%;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  font-size: 16px;
  border: 5px solid #eeeeee;
  box-shadow: 0 0 3px #555555; }
  .gallery img {
    background-color: #cccccc;
    width: 20em;
    display: block; }
  .gallery p {
    padding: 10px;
    font-size: 12px;
    margin: 0 !important; }

.intro {
  white-space: nowrap;
  font-size: 0; }
  .intro h4, .intro pre {
    margin-left: 30px; }
  .intro h4 {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 10px;
    text-shadow: 1px 1px 0 white; }
  .intro pre {
    font-size: 0.75em;
    line-height: 140%;
    color: #555555;
    padding-bottom: 20px; }
  .intro article, .intro aside {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    font-size: 16px; }
  .intro article {
    width: 25em; }
  .intro .gallery {
    margin-right: 15px;
    width: 20em; }

.office_info {
  width: 15em;
  font-size: 16px; }
  .office_info div {
    margin-bottom: 20px;
    margin-left: 20px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .office_info h5 {
    display: block;
    color: white;
    font-weight: 300;
    font-size: 0.875em;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #555555;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .office_info table, .office_info ul, .office_info form {
    width: 13.75em;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background-color: white; }
  .office_info table th {
    font-size: 0.75em;
    padding: 3px 5px;
    background-color: #eeeeee;
    text-align: right;
    text-weight: 300;
    border-bottom: 1px solid #cccccc; }
  .office_info table td {
    padding: 4px 5px;
    border-bottom: 1px solid #cccccc;
    font-size: 12px; }
    .office_info table td:nth-child(even) {
      background-color: #eeeeee; }
    .office_info table td:nth-child(2), .office_info table td:nth-child(3) {
      text-align: right; }
  .office_info ul {
    list-style: none; }
  .office_info li {
    font-size: 0.75em;
    display: block;
    border-bottom: 1px solid #cccccc; }
    .office_info li:nth-child(even) {
      background-color: #eeeeee; }
    .office_info li p {
      font-weight: 300;
      padding-top: 5px;
      display: block; }
  .office_info a {
    color: #222222;
    display: block;
    text-decoration: none;
    padding: 5px; }
    .office_info a:hover {
      background-color: #eeeeee; }
  .office_info form {
    padding: 10px;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .office_info form input[type="text"], .office_info form input[type="password"] {
      width: 185px;
      font-size: 0.625em;
      margin-bottom: 8px;
      border: 1px solid #cccccc;
      padding: 3px 5px;
      outline: 0; }
      .office_info form input[type="text"]:focus, .office_info form input[type="password"]:focus {
        box-shadow: 0 0 3px #49a3b7; }
    .office_info form input[type="password"] {
      display: inline-block;
      width: 125px; }
    .office_info form button {
      font-size: 12px;
      display: inline-block;
      padding: 3px 8px; }

.content {
  display: block;
  position: relative;
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 20px; }

#files, #main_loc {
  padding-top: 20px;
  font-size: 16px;
  margin-bottom: 20px; }
  #files p, #main_loc p {
    margin: 0; }

.provider_profile img {
  border: 5px solid #eeeeee;
  margin-bottom: 10px; }

.provider_info {
  margin-left: 30px; }
  .provider_info h4, .provider_info p {
    margin: 0;
    padding: 0; }
  .provider_info h4 {
    padding-bottom: 5px; }
  .provider_info p {
    padding-bottom: 10px; }
  .provider_info pre {
    font-size: 0.75em;
    line-height: 140%;
    color: #222222;
    margin: 0; }
  .provider_info table {
    background-color: #eeeeee;
    margin-top: 20px; }
    .provider_info table td {
      font-size: 0.75em;
      border-bottom: 1px solid #cccccc; }
      .provider_info table td pre {
        padding: 10px;
        font-size: 14px;
        margin: 0;
        display: block; }
    .provider_info table tfoot tr:hover {
      cursor: pointer; }
    .provider_info table tfoot tr td {
      text-align: right;
      padding: 10px; }
      .provider_info table tfoot tr td a {
        color: #222222; }
        .provider_info table tfoot tr td a:hover {
          color: #555555; }

.providers img, .providers h6 {
  display: inline-block;
  vertical-align: top; }
.providers h6 {
  padding-left: 5px;
  max-width: 150px;
  line-height: 120%; }

#files h4:before {
  content: url("form.png");
  position: absolute;
  bottom: 0;
  left: 0; }
#files ul {
  list-style: none; }
#files li {
  width: 60px;
  display: inline-block;
  margin-right: 20px; }
  #files li p, #files li img {
    text-align: center;
    margin: 0; }
  #files li p {
    padding-top: 5px; }

#main_loc {
  white-space: normal; }
  #main_loc h4:before {
    content: url("../images/pin.png");
    position: absolute;
    bottom: 0;
    left: 0; }
  #main_loc img, #main_loc .map {
    display: inline-block;
    vertical-align: top;
    white-space: normal; }
  #main_loc > img {
    border: 5px solid #eeeeee;
    box-shadow: 0 0 3px #555555;
    margin-bottom: 10px;
    margin-right: 30px; }
  #main_loc .map {
    border: 5px solid #eeeeee;
    box-shadow: 0 0 3px #555555;
    width: 350px;
    background-color: #eeeeee; }
    #main_loc .map ul {
      list-style: none; }
      #main_loc .map ul li {
        padding: 10px;
        border-bottom: 1px solid #cccccc; }
        #main_loc .map ul li:hover {
          background-color: #e7e7e7; }
    #main_loc .map strong {
      color: #555555;
      padding-bottom: 5px;
      display: block; }
    #main_loc .map a {
      text-decoration: none; }
    #main_loc .map p {
      color: #333333;
      line-height: 130%;
      font-size: 12px; }
  #main_loc pre {
    margin-top: 20px;
    margin-left: 0;
    width: 50em; }

.break {
  padding-bottom: 20px; }
  .break h4 {
    border-bottom: 1px solid #aaaaaa;
    margin: 0 0 30px;
    position: relative;
    padding-left: 45px; }

footer {
  padding-bottom: 30px;
  width: 100%; }
  footer .wrapper {
    padding-top: 10px;
    padding-bottom: 10px; }
  footer em {
    font-style: normal;
    font-size: 12px;
    text-align: right;
    display: block;
    padding-top: 15px;
    position: relative;
    z-index: 0; }
    footer em a {
      color: #5c743d; }
      footer em a:hover {
        color: #84a657; }

.teal {
  background-color: white; }
  .teal > header {
    border-top: 10px solid #008daa;
    border-bottom: 2px solid #008daa;
    background-color: white; }
  .teal .office_info h5 {
    background-color: #008daa; }
  .teal footer {
    background-color: white;
    border-top: 10px solid #008daa; }
  .teal button {
    background-color: #008daa;
    border-color: #004e5d; }

.green {
  background-color: #ede7dc; }
  .green > header {
    border-top: 10px solid #5c743d;
    border-bottom: 2px solid #5c743d;
    background-color: white; }
  .green .office_info h5 {
    background-color: #5c743d; }
  .green footer {
    background-color: white;
    border-top: 10px solid #5c743d; }
  .green button {
    background-color: #5c743d;
    border-color: #344223; }

.blue {
  background-color: #eeeeee; }
  .blue > header {
    border-top: 10px solid #1d4593;
    border-bottom: 2px solid #1d4593;
    background-color: white; }
  .blue .office_info h5 {
    background-color: #1d4593; }
  .blue footer {
    background-color: white;
    border-top: 10px solid #1d4593; }
  .blue button {
    background-color: #1d4593;
    border-color: #102753; }

.red {
  background-color: #eeeeee; }
  .red > header {
    border-top: 10px solid #a32020;
    border-bottom: 2px solid #a32020;
    background-color: white; }
  .red .office_info h5 {
    background-color: #a32020; }
  .red footer {
    background-color: white;
    border-top: 10px solid #a32020; }
  .red button {
    background-color: #a32020;
    border-color: #631313; }

.orange {
  background-color: #eeeeee; }
  .orange > header {
    border-top: 10px solid #e2871f;
    border-bottom: 2px solid #e2871f;
    background-color: white; }
  .orange .office_info h5 {
    background-color: #e2871f; }
  .orange footer {
    background-color: white;
    border-top: 10px solid #e2871f; }
  .orange button {
    background-color: #e2871f;
    border-color: #a05f15; }

.ltblue {
  background-color: #eeeeee; }
  .ltblue > header {
    border-top: 10px solid #8cccea;
    border-bottom: 2px solid #8cccea;
    background-color: white; }
  .ltblue .office_info h5 {
    background-color: #8cccea; }
  .ltblue footer {
    background-color: white;
    border-top: 10px solid #8cccea; }
  .ltblue button {
    background-color: #8cccea;
    border-color: #4bafde; }

.purple {
  background-color: #eeeeee; }
  .purple > header {
    border-top: 10px solid #563f7f;
    border-bottom: 2px solid #563f7f;
    background-color: white; }
  .purple .office_info h5 {
    background-color: #563f7f; }
  .purple footer {
    background-color: white;
    border-top: 10px solid #563f7f; }
  .purple button {
    background-color: #563f7f;
    border-color: #33264c; }

.purple {
  background-color: #eeeeee; }
  .purple > header {
    border-top: 10px solid #f79ee9;
    border-bottom: 2px solid #f79ee9;
    background-color: white; }
  .purple .office_info h5 {
    background-color: #f79ee9; }
  .purple footer {
    background-color: white;
    border-top: 10px solid #f79ee9; }
  .purple button {
    background-color: #f79ee9;
    border-color: #f157d9; }

.pink {
  background-color: #eeeeee; }
  .pink > header {
    border-top: 10px solid #f79ee9;
    border-bottom: 2px solid #f79ee9;
    background-color: white; }
  .pink .office_info h5 {
    background-color: #f79ee9; }
  .pink footer {
    background-color: white;
    border-top: 10px solid #f79ee9; }
  .pink button {
    background-color: #f79ee9;
    border-color: #f36fde; }

.purple {
  background-color: #eeeeee; }
  .purple > header {
    border-top: 10px solid #563f7f;
    border-bottom: 2px solid #563f7f;
    background-color: white; }
  .purple .office_info h5 {
    background-color: #563f7f; }
  .purple footer {
    background-color: white;
    border-top: 10px solid #563f7f; }
  .purple button {
    background-color: #563f7f;
    border-color: #33264c; }

.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; }

#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; }

.loc_photo {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  border: 5px solid #eeeeee;
  margin-right: 10px;
  box-shadow: 0px 0px 3px #555555; }

#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; }
