@charset "UTF-8";
/*
Author: Paul Freeland

Needs Ruby installing for the PHPStorm SCSS file watcher

Cath Williams v2, based on Hopes skeleton
*/
* {
  margin: 0;
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
/* Base files. */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  color: #222;
}

a {
  color: #1eaedb;
}
a:hover {
  color: #1b9cc5;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
}

/* Modules */
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 80%;
  }

  .column,
.columns {
    margin-left: 4%;
  }

  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }

  .one.column,
.one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
.offset-by-one-half.column {
    margin-left: 52%;
  }
}
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

input[type=submit], input[type=reset], input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type=submit].button-primary, input[type=reset].button-primary, input[type=button].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:hover, input[type=reset].button-primary:hover, input[type=button].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type=submit].button-primary:focus, input[type=reset].button-primary:focus, input[type=button].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}
input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=email], input[type=number], input[type=search], input[type=text], input[type=tel], input[type=url], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox], input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

body {
  font-size: 1.8em;
}

.panel {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #A34F56;
  min-height: 220px;
  padding: 12px;
}

.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.href {
  cursor: pointer;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

@media (max-width: 800px) {
  .container {
    width: 95%;
  }
}

.button, button {
  background-color: #ffffff;
  border-color: #A34F56;
  color: #872C33;
  transition: background-color 1s, border-color 1s, color 1s;
}
.button:hover, button:hover {
  background-color: #872C33;
  border-color: #ffffff;
  color: #ffffff;
}
.button:focus, button:focus {
  background-color: #ffffff;
  border-color: #A34F56;
  color: #872C33;
}

button.button-primary {
  background-color: #A34F56;
  border-color: #A34F56;
  color: #ffffff;
  transition: background-color 1s, border-color 1s, color 1s;
}
button.button-primary:focus {
  background-color: #A34F56;
  border-color: #A34F56;
  color: #ffffff;
}
button.button-primary:hover {
  background-color: #872C33;
  border-color: #ffffff;
  color: #ffffff;
}

body {
  font-family: "Raleway", sans-serif;
  color: #666666;
  position: relative;
  background-color: #872C33;
  line-height: 1.2;
  font-weight: normal;
}

h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #872C33;
}

h2 {
  font-size: 1.7em;
  color: #872C33;
  margin-top: 1em;
}

h3 {
  font-size: 1.4em;
  color: #872C33;
}

h4, h5, h6 {
  font-size: 1.25em;
  text-align: left;
  color: #872C33;
}

p {
  margin-bottom: 0.5em;
}

@media (max-width: 999px) {
  .pageHome .services .three, .pageHome .services .four {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.pageHome #footer .row .testimonialContainer {
  display: none;
}
.pageHome #footer .row .address {
  width: 100%;
  margin: 0;
  color: #ffffff;
  background-color: #872C33;
  min-height: auto;
  font-size: 1.25em;
  text-align: center;
}
.pageHome #footer .row .address a {
  color: #ffffff;
}
.pageHome #footer .row .address br.oneline {
  display: none;
}
.pageHome #footer .row .address br.oneline + i {
  margin-left: 12px;
}
@media (max-width: 800px) {
  .pageHome #footer .row .address {
    font-size: 0.9em;
  }
}
@media (max-width: 549px) {
  .pageHome #footer .row .address {
    font-size: 0.75em;
  }
}
.pageHome .logos {
  text-align: center;
}
.pageHome .logos img {
  max-width: 96px;
  margin: 0 9px;
}

.pageLocation #content .container {
  opacity: 1;
}
.pageLocation .six {
  margin-bottom: 12px;
}
@media (max-width: 800px) {
  .pageLocation .six {
    width: 100%;
    margin-left: 0;
  }
}
.pageLocation #map_canvas {
  width: 100%;
  height: 400px;
  border: 1px solid #817f0d;
  margin-bottom: 18px;
}
.pageLocation #googleInfo {
  color: #333;
}
.pageLocation h1 {
  margin-bottom: 0.2em;
}
@media (max-width: 800px) {
  .pageContact .six {
    width: 100%;
    margin-left: 0;
  }
}
.pageContact h2 {
  margin-top: 1em;
  margin-bottom: 0;
}
.pageContact table {
  font-family: "Raleway", sans-serif;
  border-style: none;
  width: 100%;
}
.pageContact table th, .pageContact table td {
  vertical-align: top;
  border-style: none;
}
.pageContact table th {
  width: 100px;
}
.pageContact table input, .pageContact table textarea {
  margin-bottom: 0;
}
.pageContact table .sec, .pageContact table .code {
  display: inline-block;
  width: 43%;
}
.pageContact table .sec {
  text-align: right;
}
.pageContact table .equals {
  display: inline-block;
  width: 10%;
  text-align: center;
}

.pageClient #content .container, .pageLogout #content .container {
  min-height: 640px;
}

.pageSoftware .logos {
  text-align: center;
}
.pageSoftware .logos img {
  margin: 6px 12px;
}

ul {
  margin-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}

a {
  text-decoration: none;
  color: #872C33;
}
a:hover {
  color: #B1011C;
}

h2 a {
  color: #872C33;
}
h2 a:hover {
  color: #B1011C;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea {
  font-family: "Raleway", sans-serif;
  background-color: #ffffff;
  outline: none;
  border: 1px solid #d1d1d1;
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus {
  border: 1px solid #872C33;
}

label.inline {
  display: inline-block;
  margin-left: 6px;
}
label.inline + input {
  margin-left: 18px;
}

form h4 {
  margin-top: 2rem;
  margin-bottom: 0;
}

.small {
  font-size: 0.75em;
}

.smaller {
  font-size: 0.5em;
}

.pageBanner {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 999px) {
  .pageBanner {
    padding-bottom: 0;
  }
}
.pageBanner .container {
  position: relative;
}
.pageBanner .container #banner .logo {
  text-align: center;
}
@media (max-width: 1000px) {
  .pageBanner .container #banner .logo {
    width: 100%;
    margin: 0 0 12px 0;
    text-align: center;
  }
}
.pageBanner .container #banner .phone {
  text-align: left;
  color: #fff;
  font-size: 1.25em;
}
@media (max-width: 1000px) {
  .pageBanner .container #banner .phone {
    width: 100%;
    margin: 0 0 12px 0;
    padding: 0;
    text-align: center;
  }
}
.pageBanner .container #banner .login {
  text-align: right;
}
@media (max-width: 1000px) {
  .pageBanner .container #banner .login {
    text-align: center;
    width: 100%;
    margin: 0;
  }
}
.pageBanner .container #banner button, .pageBanner .container #banner .button {
  transition: background-color 1s, border-color 1s, color 1s;
  background-color: #872C33;
  border-color: #ffffff;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
}
.pageBanner .container #banner button:hover, .pageBanner .container #banner .button:hover {
  background-color: #ffffff;
  border-color: #A34F56;
  color: #872C33;
}
.pageBanner .container #banner button:focus, .pageBanner .container #banner .button:focus {
  background-color: #872C33;
  border-color: #ffffff;
  color: #ffffff;
}

#menuMain {
  font-family: "Raleway", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  #menuMain {
    display: none;
  }
}
#menuMain ul {
  list-style: none;
  margin: 0;
}
#menuMain ul li {
  display: inline-block;
  width: 14%;
  margin: 0;
}
#menuMain ul li.short {
  width: 10%;
}
#menuMain ul li a {
  display: block;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 12px;
  border-bottom: 6px solid transparent;
  color: #ffffff;
}
#menuMain ul li a:hover {
  background-color: #A34F56;
}
#menuMain ul li a.this {
  border-bottom: 6px solid #A34F56;
}

#menuBtn {
  display: none;
  margin-right: 12px;
}
@media (max-width: 999px) {
  #menuBtn {
    display: inline-block;
  }
}

.menuBar {
  display: none;
  text-transform: uppercase;
}
@media (max-width: 999px) {
  .menuBar {
    display: block;
  }
}
.menuBar #menuMobile {
  font-family: "Raleway", sans-serif;
  display: none;
  background-color: #A34F56;
  border-radius: 6px;
}
.menuBar #menuMobile ul {
  list-style-type: none;
  margin-left: 0;
  padding: 12px 0;
}
.menuBar #menuMobile ul li {
  width: 100%;
  margin: 0;
  text-align: center;
}
.menuBar #menuMobile ul li a {
  color: #fff;
  padding: 6px 0;
  display: block;
}
.menuBar #menuMobile ul li a:hover {
  background-color: #872C33;
}

#content {
  background-image: url("/img/crickhowell_bridge-3.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
#content .container {
  background: rgba(255, 255, 255, 0.8);
  padding: 12px;
  min-height: 640px;
}
#content #social {
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer {
  background-color: #872C33;
}
#footer .row {
  padding: 12px 0 0 0;
}
#footer .row .twelve {
  text-align: center;
  padding-top: 9px;
}
@media (max-width: 999px) {
  #footer .row .six {
    width: 100%;
    margin-left: 0;
  }
}
#footer .row .address {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  background-color: #ffffff;
  color: #666666;
  padding: 12px 12px 0 12px;
  text-align: left;
  min-height: 192px;
  font-family: "Raleway", sans-serif;
  position: relative;
}
@media (max-width: 549px) {
  #footer .row .address {
    min-height: auto;
  }
}
#footer .row .address img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 800px) {
  #footer .row .address img {
    position: relative;
    margin: 0 auto;
  }
}
#footer .row .testimonialContainer {
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  background-color: #ffffff;
  color: #666666;
  padding: 12px;
  min-height: 192px;
  text-align: center;
  font-size: 0.75em;
}
@media (max-width: 999px) {
  #footer .row .testimonialContainer {
    margin-top: 12px;
    min-height: auto;
  }
}
#footer .row .testimonialContainer .testimonial {
  font-family: "Times New Roman", Times, Serif;
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.5;
}
#footer .row .testimonialContainer .testimonial::before {
  content: "“";
  margin-right: 12px;
  font-size: 1.5em;
  color: #872C33;
  font-weight: bold;
}
#footer .row .testimonialContainer .testimonial::after {
  content: "”";
  margin-left: 12px;
  font-size: 1.5em;
  color: #872C33;
  font-weight: bold;
}
#footer .row .testimonialContainer .testimonial p {
  margin-bottom: 0.5em;
}
#footer .social {
  font-family: "Raleway", sans-serif;
  font-size: 0.9em;
}
#footer .social .six {
  line-height: 29px;
}
#footer .social .six a {
  color: #fff;
}
#footer .social .six a:hover {
  color: #1eaedb;
}
#footer .social img {
  float: left;
  margin-right: 12px;
}
@media (max-width: 999px) {
  #footer .social {
    padding: 0;
  }
  #footer .social .six {
    padding: 6px 0;
  }
}

#footer2 {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 0.9em;
  color: #cccccc;
}
#footer2 .copyright {
  font-size: 0.5em;
  color: #cccccc;
  margin-top: 32px;
}
@media (max-width: 549px) {
  #footer2 .copyright {
    text-align: center;
    margin-bottom: 12px;
  }
}
#footer2 .icaew {
  text-align: center;
  margin-top: 12px;
}
#footer2 .icaew img {
  max-width: 120px;
}
#footer2 .privacy {
  text-align: right;
  font-size: 0.9em;
  margin-top: 32px;
}
#footer2 .privacy a {
  color: #cccccc;
}
#footer2 .privacy a:hover {
  color: #ffffff;
}
@media (max-width: 549px) {
  #footer2 .privacy {
    text-align: center;
    margin-top: 12px;
  }
}

a:hover .panel {
  background-color: #A34F56;
  color: #ffffff;
  border: 3px solid #872C33;
  transition: background-color 1s;
}
a:hover .panel h1, a:hover .panel h2, a:hover .panel h3, a:hover .panel h4, a:hover .panel h5, a:hover .panel h6 {
  color: #ffffff;
}

.exception {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px;
  border: 2px solid red;
  padding: 12px;
  background-color: white;
  color: red;
  font-size: 2rem;
}

.clear {
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignCentre {
  text-align: center;
}

.formStatic {
  height: 38px;
  padding: 6px 10px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

label input[type=radio] {
  margin-right: 12px;
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.inline {
  display: inline-block;
}

.hidden {
  display: none;
}

.small {
  font-size: 0.8em;
}

input, textarea, select {
  font-size: 1.75rem;
  font-weight: bold;
}

.error {
  margin: 24px 0;
  border: 1px solid red;
  padding: 12px 24px;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: bold;
  color: red;
}

.pageAdmin {
  background-color: #fff;
}
.pageAdmin .menuBar {
  display: block;
  text-transform: none;
}
.pageAdmin #menuMain {
  display: block;
  padding-right: 12px;
}
.pageAdmin #menuMain ul li {
  width: 30%;
}
.pageAdmin #content {
  background-image: none;
}
.pageAdmin label {
  font-family: "Raleway", sans-serif;
  width: 128px;
}
.pageAdmin table {
  width: 100%;
  border-style: none;
}
.pageAdmin table th, .pageAdmin table td {
  border-style: none;
}
.pageAdmin #custEdit, .pageAdmin #custNew {
  display: none;
}
.pageAdmin #pnlAddDoc {
  display: none;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 12px;
}
.pageAdmin #pnlAddDoc h4 {
  margin-top: 0;
}
.pageAdmin #pnlAddDoc form, .pageAdmin #pnlAddDoc button {
  margin-bottom: 0;
}
.pageAdmin #pnlAddDoc textarea {
  height: 72px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}
.pageAdmin #custMsg {
  height: 72px;
}

body.mceContentBody {
  background-color: #fff;
}
body.mceContentBody .img-responsive {
  height: auto;
}

#docList {
  list-style: none;
  margin-left: 0;
  margin-top: 2em;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
#docList li {
  padding: 12px 12px;
  margin: 0;
}
#docList li .docsize {
  font-size: 0.75em;
  margin-left: 12px;
}
#docList li a {
  margin-left: 12px;
}
#docList li button {
  float: right;
  padding: 3px;
  line-height: 12px;
  height: 18px;
  margin: 0;
}
#docList li div {
  font-size: 0.9em;
  margin-left: 48px;
  margin-top: 12px;
}
#docList li + li {
  border-top: 1px solid #d1d1d1;
}

.pageLogin, .pagePwdReset {
  background: #fff;
}
.pageLogin #content, .pagePwdReset #content {
  background: #fff;
}
.pageLogin #content .panel, .pagePwdReset #content .panel {
  margin-top: 60px;
  background-color: #fff;
}
.pageLogin #content .panel label, .pagePwdReset #content .panel label {
  font-size: 0.8em;
}
.pageLogin #content .panel .buttons, .pagePwdReset #content .panel .buttons {
  text-align: center;
}
.pageLogin #content .panel .msgError, .pagePwdReset #content .panel .msgError {
  display: none;
  margin-bottom: 12px;
}
.pageLogin #content .panel .msgError .nine, .pagePwdReset #content .panel .msgError .nine {
  color: red;
  font-size: 0.9em;
}
.pageLogin #content .panel input.err, .pageLogin #content .panel textarea.err, .pagePwdReset #content .panel input.err, .pagePwdReset #content .panel textarea.err {
  border-color: red;
}

.pageTeam #content .img-responsive {
  max-width: 25%;
  min-width: 128px;
  float: left;
  margin-right: 18px;
  border: 4px solid #872C33;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.pageTeam #content h2 {
  clear: left;
}

#btnLogout {
  float: right;
}

#formMsg {
  margin-top: 24px;
}

#formMsgOK {
  display: none;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 18px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}
.modal-content input[type=submit] {
  margin-top: 18px;
}
.modal-content form {
  margin: 0;
}

.modal-header {
  font-size: 1.5em;
  border-bottom: 1px solid #888;
  margin-bottom: 36px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*# sourceMappingURL=caw.css.map */
