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: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-weight: normal; }

body {
  font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
  background: #333333; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0; }

a {
  color: #222222;
  text-decoration: none; }

input, textarea {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  display: block;
  color: #cccccc; }
  input:focus, textarea:focus {
    color: #999999; }

button {
  background: #91d35f;
  color: white;
  text-shadow: 0 1px 2px black;
  box-shadow: 0 1px 3px #888888;
  border-radius: 3px;
  border: none;
  padding: 5px 7px; }

.nologo {
  font-size: 32px;
  color: white;
  width: 200px;
  height: 65px;
  text-align: center;
  padding-top: 20px; }
  .nologo:hover {
    text-decoration: underline; }

table {
  width: 100%; }
  table th, table td {
    padding: 10px 10px; }
  table tr {
    border-top: 1px solid #cccccc; }
    table tr:first-child {
      border-top: none; }

#page {
  background: url("themes/images/white_wave.png") #efefef;
  border-top: 10px solid #333333;
  padding-bottom: 30px; }

.wrapper {
  margin: 0 auto;
  width: 1000px;
  position: relative; }

header .wrapper {
  width: 60em;
  padding: 0 10px;
  min-height: 170px; }
header h1 {
  display: inline-block;
  padding: 25px 20px 55px;
  margin-bottom: -25px;
  background: url("images/ribbon.png") bottom center no-repeat;
  position: relative;
  z-index: 9;
  min-width: 100px;
  min-height: 120px; }
  header h1 img {
    min-width: 50px;
    min-height: 50px;
    max-width: 190px; }
header address {
  background: #999999;
  border-radius: 5px 5px 0 0;
  width: 30em;
  position: absolute;
  right: 10px;
  bottom: 0;
  white-space: nowrap;
  display: inline-block;
  color: #cccccc;
  font-size: 16px; }
  header address hgroup {
    width: 15em;
    min-height: 100px;
    margin: 20px 0;
    padding: 0 10px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    white-space: normal;
    font-style: normal;
    font-weight: normal; }
    header address hgroup:first-child {
      border-right: 2px dotted #cccccc; }
    header address hgroup .phone_number, header address hgroup h2 span {
      display: block;
      font-size: 18px;
      margin-bottom: 10px;
      color: #efefef;
      font-weight: bold; }
    header address hgroup h2 {
      margin: 0; }
    header address hgroup pre, header address hgroup p {
      font-style: italic;
      font-weight: normal; }

section.content {
  background: #efefef;
  border: 10px solid #cccccc;
  padding: 20px 10px;
  color: #666666;
  box-shadow: 0 1px 4px #999999; }

.intro {
  white-space: nowrap; }
  .intro article {
    white-space: nowrap;
    font-size: 0; }
    .intro article .provider_profile, .intro article .provider_text_container {
      display: inline-block;
      box-sizing: border-box;
      font-size: 16px; }
      .intro article .provider_profile pre, .intro article .provider_text_container pre {
        margin: 0 0 15px;
        line-height: 120%; }
      .intro article .provider_profile table, .intro article .provider_text_container table {
        background: white;
        width: inherit;
        border: 1px solid #cccccc; }
    .intro article .provider_profile {
      width: 20em; }
    .intro article .provider_info, .intro article .provider_profile {
      display: inline-block;
      vertical-align: top; }
    .intro article .provider_info {
      font-size: 16px;
      width: 35em; }
      .intro article .provider_info h4 {
        margin-bottom: 20px; }
    .intro article table {
      width: auto;
      margin-top: 20px;
      margin-bottom: 20px; }
    .intro article #cred_table {
      background-color: #cccccc;
      text-transform: none; }
      .intro article #cred_table tr:nth-child(even) {
        background-color: #eeeeee; }
    .intro article .add_new_cred a {
      font-size: 20px; }
    .intro article .provider_text_container {
      width: 40em; }
    .intro article section, .intro article aside {
      display: inline-block;
      width: 30em;
      font-size: 16px;
      padding: 0 10px;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top; }
    .intro article img {
      border: 10px solid white;
      box-shadow: 0 2px 4px #666666; }
    .intro article p.caption {
      margin: 15px 0;
      background: rgba(0, 0, 0, 0.65);
      box-shadow: 0 1px 3px #888888;
      border-radius: 5px;
      padding: 10px;
      color: white;
      white-space: normal; }
    .intro article pre {
      font-size: 16px;
      line-height: 120%; }
    .intro article h4 {
      text-transform: uppercase;
      white-space: normal;
      color: #333333;
      font-size: 40px; }
    .intro article .specialty {
      text-transform: capitalize;
      font-size: 26px;
      font-weight: normal;
      color: #999999;
      margin-bottom: 20px; }
    .intro article section {
      text-align: left; }
  .intro section#location {
    white-space: nowrap;
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px; }
    .intro section#location * {
      font-size: 16px; }
    .intro section#location h4 {
      width: 50%;
      position: relative;
      font-size: 24px;
      color: white;
      text-shadow: 0 1px 2px black;
      margin: 30px 10px 30px -40px;
      padding: 15px 20px 15px 50px;
      text-transform: uppercase;
      background: url("images/pin_white.png") 10px center no-repeat #91d35f;
      box-shadow: -3px 0 3px #888888; }
      .intro section#location h4:after {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        left: 0px;
        top: 100%;
        border-width: 5px 10px;
        border-style: solid;
        border-color: #3c8f18 #3c8f18 transparent transparent; }
      .intro section#location h4:before {
        content: " ";
        position: absolute;
        width: 0;
        height: 0;
        right: 0px;
        top: 0;
        border-style: solid;
        border-width: 26px;
        border-color: transparent #efefef transparent transparent; }
    .intro section#location pre {
      margin: 20px 10px 30px;
      width: 500px;
      line-height: 120%; }
    .intro section#location .subgallery, .intro section#location .map {
      width: 30em;
      text-align: center;
      box-sizing: border-box;
      display: inline-block;
      vertical-align: top; }
    .intro section#location .map {
      width: auto !important;
      padding-left: 10px; }
      .intro section#location .map strong {
        color: #333333;
        padding-bottom: 5px;
        display: block; }
      .intro section#location .map > p {
        padding: 10px;
        line-height: 130%; }
    .intro section#location .locations {
      background-color: #cccccc;
      text-align: left;
      margin-top: 10px; }
      .intro section#location .locations ul {
        list-style: none; }
        .intro section#location .locations ul li {
          padding: 10px;
          font-size: 12px;
          border-bottom: 1px solid #9e9e9e; }
          .intro section#location .locations ul li:hover {
            background-color: #b3b3b3; }
          .intro section#location .locations ul li p {
            color: #555555;
            font-size: 12px;
            line-height: 130%; }
    .intro section#location .subgallery {
      border-right: 4px dotted #999999; }
    .intro section#location img, .intro section#location iframe {
      border: 10px solid white;
      box-shadow: 0 2px 4px #666666; }

#login-form input[type="text"], #login-form input[type="password"] {
  display: block;
  width: 95%; }

aside.office_info {
  white-space: nowrap;
  padding-top: 40px;
  font-size: 0; }
  aside.office_info > div {
    display: inline-block;
    width: 313px;
    background: white;
    margin: 0 0 0 10px;
    font-size: 16px;
    padding: 10px 10px 15px;
    box-sizing: border-box;
    vertical-align: top;
    min-height: 300px;
    box-shadow: 0 1px 2px #888888; }
    aside.office_info > div:first-child {
      margin-left: 0; }
    aside.office_info > div h5 {
      background: #91d35f;
      border: 1px solid #91d35f;
      color: white;
      margin-top: -48px;
      text-shadow: 0 1px 2px black;
      border-radius: 5px 5px 0 0;
      padding: 10px 10px;
      text-align: center; }
    aside.office_info > div .providers {
      list-style: none; }
      aside.office_info > div .providers li {
        padding: 10px 0;
        border-bottom: 1px solid #cecece; }
        aside.office_info > div .providers li a {
          display: block;
          color: #999999; }
          aside.office_info > div .providers li a h6 {
            color: #333333;
            max-width: 240px;
            line-height: 120%;
            white-space: normal; }
          aside.office_info > div .providers li a p {
            font-weight: normal;
            color: #999999;
            padding-top: 5px; }
        aside.office_info > div .providers li:hover {
          background-color: #eeeeee; }
      aside.office_info > div .providers img, aside.office_info > div .providers h6 {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px; }
    aside.office_info > div table th:nth-child(n+2), aside.office_info > div table td:nth-child(n+2) {
      text-align: right; }

footer {
  background: #333333;
  margin-top: 15px;
  text-align: right;
  color: #cccccc;
  padding-top: 10px;
  padding-bottom: 30px; }

.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 h1 {
  background: url("images/ribbon_red.png") bottom center no-repeat; }
.red .intro section#location h4 {
  background-color: #990000; }
  .red .intro section#location h4:after {
    border-color: #850000 #850000 transparent transparent; }
.red aside.office_info > div h5 {
  background-color: #990000;
  border-color: #850000; }
.red button {
  background-color: #990000; }

.green header h1 {
  background: url("images/ribbon_green.png") bottom center no-repeat; }
.green .intro section#location h4 {
  background-color: #008a33; }
  .green .intro section#location h4:after {
    border-color: #007718 #007718 transparent transparent; }
.green aside.office_info > div h5 {
  background-color: #008a33;
  border-color: #007718; }
.green button {
  background-color: #008a33; }

.blue header h1 {
  background: url("images/ribbon_blue.png") bottom center no-repeat; }
.blue .intro section#location h4 {
  background-color: #005399; }
  .blue .intro section#location h4:after {
    border-color: #004179 #004179 transparent transparent; }
.blue aside.office_info > div h5 {
  background-color: #005399;
  border-color: #004179; }
.blue button {
  background-color: #005399; }

.orange header h1 {
  background: url("images/ribbon_orange.png") bottom center no-repeat; }
.orange .intro section#location h4 {
  background-color: #f6a443; }
  .orange .intro section#location h4:after {
    border-color: #e88613 #e88613 transparent transparent; }
.orange aside.office_info > div h5 {
  background-color: #f6a443;
  border-color: #e88613; }
.orange button {
  background-color: #f6a443; }

.ltblue header h1 {
  background: url("images/ribbon_ltblue.png") bottom center no-repeat; }
.ltblue .intro section#location h4 {
  background-color: #98cadd; }
  .ltblue .intro section#location h4:after {
    border-color: #78b3c9 #78b3c9 transparent transparent; }
.ltblue aside.office_info > div h5 {
  background-color: #98cadd;
  border-color: #78b3c9; }
.ltblue button {
  background-color: #98cadd; }

.teal header h1 {
  background: url("images/ribbon_teal.png") bottom center no-repeat; }
.teal .intro section#location h4 {
  background-color: #49a6c9; }
  .teal .intro section#location h4:after {
    border-color: #1b89b1 #1b89b1 transparent transparent; }
.teal aside.office_info > div h5 {
  background-color: #49a6c9;
  border-color: #1b89b1; }
.teal button {
  background-color: #49a6c9; }

.purple header h1 {
  background: url("images/ribbon_purple.png") bottom center no-repeat; }
.purple .intro section#location h4 {
  background-color: #692682; }
  .purple .intro section#location h4:after {
    border-color: #531e67 #531e67 transparent transparent; }
.purple aside.office_info > div h5 {
  background-color: #692682;
  border-color: #531e67; }
.purple button {
  background-color: #692682; }

.pink header h1 {
  background: url("images/ribbon_pink.png") bottom center no-repeat; }
.pink .intro section#location h4 {
  background-color: #f4a9ef; }
  .pink .intro section#location h4:after {
    border-color: #f08feb #f08feb transparent transparent; }
.pink aside.office_info > div h5 {
  background-color: #f4a9ef;
  border-color: #f08feb; }
.pink button {
  background-color: #f4a9ef; }

#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: 100%;
  font-size: 16px; }

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