article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333333%;
}
.col-xs-2 {
  width: 16.666666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.333333333333%;
}
.col-xs-5 {
  width: 41.666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333%;
}
.col-xs-8 {
  width: 66.666666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.333333333333%;
}
.col-xs-11 {
  width: 91.666666666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333333%;
  }
  .col-sm-2 {
    width: 16.666666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333333333%;
  }
  .col-sm-5 {
    width: 41.666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333%;
  }
  .col-sm-8 {
    width: 66.666666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333333333%;
  }
  .col-sm-11 {
    width: 91.666666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.3333333333333%;
  }
  .col-sm-push-2 {
    left: 16.666666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333333333%;
  }
  .col-sm-push-5 {
    left: 41.666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333%;
  }
  .col-sm-push-8 {
    left: 66.666666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333333333%;
  }
  .col-sm-push-11 {
    left: 91.666666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333333%;
  }
  .col-sm-pull-2 {
    right: 16.666666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333%;
  }
  .col-sm-pull-8 {
    right: 66.666666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333333333%;
  }
  .col-sm-pull-11 {
    right: 91.666666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333333%;
  }
  .col-md-2 {
    width: 16.666666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333333333%;
  }
  .col-md-5 {
    width: 41.666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333%;
  }
  .col-md-8 {
    width: 66.666666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333333333%;
  }
  .col-md-11 {
    width: 91.666666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333333%;
  }
  .col-md-push-2 {
    left: 16.666666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333333333%;
  }
  .col-md-push-5 {
    left: 41.666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333%;
  }
  .col-md-push-8 {
    left: 66.666666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333333333%;
  }
  .col-md-push-11 {
    left: 91.666666666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333333%;
  }
  .col-md-pull-2 {
    right: 16.666666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333333333%;
  }
  .col-md-pull-5 {
    right: 41.666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333%;
  }
  .col-md-pull-8 {
    right: 66.666666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333333333%;
  }
  .col-md-pull-11 {
    right: 91.666666666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333333%;
  }
  .col-lg-2 {
    width: 16.666666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333333333%;
  }
  .col-lg-5 {
    width: 41.666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333%;
  }
  .col-lg-8 {
    width: 66.666666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333333333%;
  }
  .col-lg-11 {
    width: 91.666666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333333%;
  }
  .col-lg-push-2 {
    left: 16.666666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333333333%;
  }
  .col-lg-push-5 {
    left: 41.666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333%;
  }
  .col-lg-push-8 {
    left: 66.666666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333333333%;
  }
  .col-lg-push-11 {
    left: 91.666666666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333333%;
  }
  .col-lg-pull-2 {
    right: 16.666666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333%;
  }
  .col-lg-pull-8 {
    right: 66.666666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333333333%;
  }
  .col-lg-pull-11 {
    right: 91.666666666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
body {
  background: #fff;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  background: #720f1f;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
sub {
  vertical-align: sub;
  font-size: 50%;
}
a,
a:visited {
  color: #720f1f;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}
mark {
  background: none;
  color: inherit;
  font-weight: bold;
}
hr {
  width: 100%;
  height: 1px;
  border: none;
  border-top: 1px solid ;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
h1,
h2,
h3 {
  font-family: 'Lusitana', Helvetica, Arial, sans-serif;
  color: #720f1f;
  font-weight: bold;
  margin: 0 0 5px 0;
}
h1 {
  font-size: 30px;
  line-height: 30px;
}
h2 {
  font-size: 24px;
  line-height: 24px;
}
h3 {
  font-size: 18px;
  line-height: 18px;
}
#page {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #ffffff;
}
#header-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #e8e3d4;
}
#header {
  position: relative;
  height: 129px;
  margin: 0 auto;
  padding: 0;
  background: #e8e3d4;
}
#header .left {
  width: 227px;
  margin-top: 10px;
}
#header .left a {
  display: block;
}
#header .left img {
  display: block;
}
#header .right {
  width: 733px;
}
#header .right .byline {
  position: absolute;
  top: 30px;
  right: 0px;
  font-size: 16px;
  line-height: 25px;
  color: #231f20;
}
#header .nav {
  position: absolute;
  z-index: 20;
  height: 49px;
  left: 0;
  bottom: -29px;
}
#header .nav ul {
  list-style-type: none;
  display: block;
}
#header .nav li {
  list-style: none;
  display: block;
}
#header .nav ul.menu {
  display: block;
}
#header .nav ul.menu > li {
  display: block;
  float: left;
  width: 192px;
  position: relative;
}
#header .nav ul.menu > li > a {
  display: block;
  width: 192px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-left: 1px solid #991c30;
  border-top: 1px solid #801426;
  background: #8c182b;
  background: -moz-linear-gradient(top,#8c182b 0%,#730f1f 100%);
  background: -webkit-linear-gradient(top,#8c182b 0%,#730f1f 100%);
  background: -ms-linear-gradient(top,#8c182b 0%,#730f1f 100%);
  background: linear-gradient(to bottom,#8c182b 0%,#730f1f 100%);
  -pie-background: linear-gradient(top,#8c182b 0%,#730f1f 100%);
}
#header .nav ul.menu > li > a:hover {
  background: #730f1f;
  background: -moz-linear-gradient(top,#730f1f 0%,#8c182b 100%);
  background: -webkit-linear-gradient(top,#730f1f 0%,#8c182b 100%);
  background: -ms-linear-gradient(top,#730f1f 0%,#8c182b 100%);
  background: linear-gradient(to bottom,#730f1f 0%,#8c182b 100%);
  -pie-background: linear-gradient(top,#730f1f 0%,#8c182b 100%);
  text-decoration: none;
}
#header .nav ul.menu > li:first-child > a {
  border-radius: 5px 0 0 5px;
  border-left: none;
}
#header .nav ul.menu > li:last-child > a,
#header .nav ul.menu > li.last-child > a {
  border-radius: 0 5px 5px 0;
  border-left: 1px solid #882021;
}
#header .nav ul.menu > li.investor a {
  border-top: 1px solid #e27427;
  background: #ff9928;
  background: -moz-linear-gradient(top,#ff9928 0%,#ff8120 100%);
  background: -webkit-linear-gradient(top,#ff9928 0%,#ff8120 100%);
  background: -ms-linear-gradient(top,#ff9928 0%,#ff8120 100%);
  background: linear-gradient(to bottom,#ff9928 0%,#ff8120 100%);
  -pie-background: linear-gradient(top,#ff9928 0%,#ff8120 100%);
  padding-left: 26px;
}
#header .nav ul.menu > li.investor a:hover {
  background: #ff8120;
  background: -moz-linear-gradient(top,#ff8120 0%,#ff9928 100%);
  background: -webkit-linear-gradient(top,#ff8120 0%,#ff9928 100%);
  background: -ms-linear-gradient(top,#ff8120 0%,#ff9928 100%);
  background: linear-gradient(to bottom,#ff8120 0%,#ff9928 100%);
  -pie-background: linear-gradient(top,#ff8120 0%,#ff9928 100%);
}
#header .nav ul.menu > li.investor a:before {
  content: ' ';
  display: inline-block;
  position: absolute;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/icon-investor.png) 0 0 no-repeat;
  top: 12px;
  left: 10px;
  width: 24px;
  height: 24px;
}
#header .nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
}
#header .nav ul.sub-menu li {
  width: 100%;
}
#header .nav ul.sub-menu li a {
  display: block;
  width: 100%;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  background: #720f1f;
}
#header .nav ul.sub-menu li:first-child a {
  background: #39070f;
  background: -moz-linear-gradient(top,#39070f 0%,#720f1f 20%,#720f1f 20%,#720f1f 100%);
  background: -webkit-linear-gradient(top,#39070f 0%,#720f1f 20%,#720f1f 20%,#720f1f 100%);
  background: -ms-linear-gradient(top,#39070f 0%,#720f1f 20%,#720f1f 20%,#720f1f 100%);
  background: linear-gradient(to bottom,#39070f 0%,#720f1f 20%,#720f1f 20%,#720f1f 100%);
  -pie-background: linear-gradient(top,#39070f 0%,#720f1f 20%,#720f1f 20%,#720f1f 100%);
  padding-top: 15px;
}
#header .nav ul.sub-menu li:last-child a,
#header .nav ul.sub-menu li.last-child a {
  border-radius: 0 0 5px 5px;
}
#header .nav ul.sub-menu li.current-menu-item a,
#header .nav ul.sub-menu li.current-menu-ancestor a,
#header .nav ul.sub-menu li a:hover {
  background: #8c182b;
}
#header .nav ul.sub-menu li.current-menu-item:first-child a,
#header .nav ul.sub-menu li.current-menu-ancestor:first-child a,
#header .nav ul.sub-menu li:first-child a:hover {
  background: #430812;
  background: -moz-linear-gradient(top,#430812 0%,#8c182b 20%,#8c182b 20%,#8c182b 100%);
  background: -webkit-linear-gradient(top,#430812 0%,#8c182b 20%,#8c182b 20%,#8c182b 100%);
  background: -ms-linear-gradient(top,#430812 0%,#8c182b 20%,#8c182b 20%,#8c182b 100%);
  background: linear-gradient(to bottom,#430812 0%,#8c182b 20%,#8c182b 20%,#8c182b 100%);
  -pie-background: linear-gradient(top,#430812 0%,#8c182b 20%,#8c182b 20%,#8c182b 100%);
}
#header .nav ul.sub-menu:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -9px;
  background: transparent;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom: 9px solid #39070f;
}
#header .nav ul.menu > li:hover ul.sub-menu {
  display: block;
}
#header .search-form {
  position: absolute;
  top: 62px;
  right: 0;
}
#header .search-form label {
  display: block;
  position: relative;
  width: 230px;
  height: 28px;
  border: 1px solid #ddd1bb;
  line-height: 28px;
  border-radius: 12px;
  background: #f3f1eb;
  background: -moz-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: linear-gradient(to bottom,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  -pie-background: linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
}
#header .search-form span {
  display: none;
}
#header .search-form input {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background: none;
  border: none;
  width: 150px;
  height: 14px;
  line-height: 14px;
  top: 7px;
  color: #231f20;
  outline: 0;
}
#header .search-form button {
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  background: none;
  border: none;
  color: #a78049;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 59px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #dcceb8;
  padding-right: 1px;
}
#content-wrap {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 200px;
  background: #ffffff;
}
#content-inner-wrap {
  width: 960px;
  background: #ffffff;
  margin: 0 auto 100px auto;
  padding: 0;
}
#content {
  position: relative;
  margin: 0 auto;
}
.content {
  font-size: 16px;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
}
.content p {
  font-size: 16px;
  line-height: 30px;
  margin: 14px 0;
}
.content p:first-child {
  margin-top: 0;
}
.content p:last-child,
.content p.last-child {
  margin-bottom: 0;
}
.content h1 + p {
  margin-top: 0;
}
.content p + h2,
.content p + h3 {
  margin-top: 30px;
}
.content h2 + p,
.content h3 + p {
  margin-top: 5px;
}
.content h2 + ul,
.content h3 + ul {
  margin-top: 10px;
}
.content a {
  color: ;
}
.content-top {
  width: 100%;
  margin: 10px auto 0 auto;
  position: relative;
  background: #ffffff;
}
.content-top .content-top-gradient {
  width: 100%;
  height: 10px;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/content-top-gradient.png) 0 0 repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.content-top > .wrap {
  position: relative;
  padding-top: 55px;
  text-align: center;
}
.header-strip {
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/header-strip.png) center center no-repeat #ffffff;
  width: 100%;
  text-align: center;
  margin: 0 auto 40px auto;
}
.header-strip h1 {
  display: inline-block;
  color: #00457c;
  background: #ffffff;
  height: 36px;
  line-height: 36px;
  margin: 0;
  padding: 0 22px;
}
.content-header {
  margin: 0 auto;
  width: 100%;
  position: relative;
  background: #ffffff;
}
.content-header > .wrap {
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  position: relative;
  background: #ffffff;
}
.content-header h1 {
  margin: 0 auto;
  text-align: center;
  font-family: 'Lusitana', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #720f1f;
}
.content-header p {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 46px;
  color: #000000;
  font-weight: normal;
}
.content-banner {
  width: 100%;
  margin: 40px auto;
}
.content-banner .wrap {
  position: relative;
  padding: 6px;
  box-shadow: 0 0 5px #cccccc;
}
.content-banner img {
  display: block;
  max-width: 948px;
}
.content-full {
  padding: 0;
  margin: 0 auto;
}
.content-left {
  width: 650px;
  float: left;
  margin: 0 0 100px 0;
}
.content-standard ol,
.content-standard ul {
  margin: 0 0 20px 20px;
  font-size: 16px;
}
.content-standard ol li {
  margin: 0 0 10px 10px;
  list-style-type: decimal;
  font-size: 16px;
}
.content-standard ol ul li,
.content-standard ul li {
  margin: 2px 0 10px 0;
  padding: 0 0 0 3px;
  list-style-type: disc;
  font-size: 16px;
  position: relative;
  line-height: 20px;
}
.content-standard ol ol li {
  margin: 2px 0 10px 10px;
}
.content-standard ul li ul {
  margin-bottom: 0;
}
.content-standard ul li ul li {
  list-style-type: circle;
}
.content-standard dt,
.content-standard dd {
  font-size: 16px;
}
.content-standard dd {
  margin: 0 0 10px 10px;
}
.column-right {
  width: 268px;
  float: right;
  padding: 20px 25px 30px 22px;
  background: #e5ecf2;
  border-radius: 8px;
}
.column-right ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.column-right li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.column-right h2 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #00457c;
}
.column-right a {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: norma;
  font-size: 14px;
  line-height: 14px;
  color: #00457c;
}
.column-right .search-form {
  position: relative;
  width: 100%;
  font-size: 12px;
  margin-bottom: 30px;
}
.column-right .search-form label {
  display: block;
  position: relative;
  width: 220px;
  height: 28px;
  border: 1px solid #acc3d5;
  line-height: 28px;
  border-radius: 12px;
  background: #e8f0f6;
  background: -moz-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -ms-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: linear-gradient(to bottom,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  -pie-background: linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
}
.column-right .search-form span {
  display: none;
}
.column-right .search-form input {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background: none;
  border: none;
  width: 140px;
  height: 14px;
  line-height: 14px;
  top: 7px;
  color: #231f20;
  outline: 0;
}
.column-right .search-form button {
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  background: none;
  border: none;
  color: #00457c;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  width: 59px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-left: 1px solid #b8ccdb;
  padding-right: 1px;
}
.column-right .widget_categories {
  margin-bottom: 30px;
}
.column-right .widget_categories li {
  padding: 10px 0;
  border-top: 1px solid #a8bfd3;
}
.column-right .widget_archive .chosen-container {
  width: 220px !important;
  position: relative;
}
.column-right .widget_archive .chosen-container > a {
  height: 28px !important;
  background: #e8f0f6;
  background: -moz-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -ms-linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: linear-gradient(to bottom,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  -pie-background: linear-gradient(top,#e8f0f6 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  line-height: 28px;
  border-radius: 12px;
  border: 1px solid #acc3d5;
  text-align: center;
  z-index: 6;
}
.column-right .widget_archive .chosen-container > a > div {
  width: 21px !important;
  position: absolute !important;
  top: 2px;
  right: 10px;
}
.column-right .widget_archive .chosen-container > a > div > b {
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/archives-select-arrow.png) 0 0 no-repeat !important;
  width: 21px !important;
  height: 23px !important;
}
.column-right .widget_archive .chosen-container > div {
  margin-top: -10px;
  padding-top: 14px;
  border: 1px solid #acc3d5;
  border-top: none;
  border-radius: 0 0 12px 12px;
  z-index: 5 !important;
}
@media all and (max-width: 1199px) {
  .slides {
    width: 960px !important;
    left: 0 !important;
  }
  .slides .slide img {
    margin-left: -120px;
  }
  .slides .slide .overlay {
    padding: 0 10px 0 0 !important;
  }
}
div.home .content-top > .wrap {
  position: relative;
  height: 463px;
  overflow-y: hidden;
  text-align: center;
  padding-top: 65px;
}
div.home .content-top img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.home .content-top h2 {
  font-size: 62px;
  color: #00457c;
  font-weight: bold;
  line-height: 68px;
}
div.home .content-top p {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 25px;
  color: #231f20;
  width: 540px;
  margin: 12px auto;
  padding: 0;
}
div.home .content-top a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 28px 0 18px;
  height: 36px;
  line-height: 38px;
  background: #0366b3;
  border: 1px solid #0366b3;
  border-radius: 12px;
  color: #ffffff;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 1px 1px #00457c;
  position: relative;
}
div.home .content-top a span {
  display: block;
  position: absolute;
  top: 13px;
  right: 11px;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/arrow-right-7x11.png) 0 0 no-repeat;
  width: 7px;
  height: 11px;
}
div.home .callouts {
  width: 100%;
  margin: 10px auto 35px auto;
  padding-top: 30px;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/callout-wrap-bg.png) 0 0 repeat-x #ffffff;
}
div.home .callouts .callout {
  width: 298px;
  height: 234px;
  float: left;
  box-shadow: 0 0 10px #cccccc;
  margin: 0 0 0 32px;
  padding: 6px;
}
div.home .callouts .callout:first-child {
  margin-left: 0;
}
div.home .callouts .callout .outer {
  width: 286px;
  height: 222px;
  padding: 15px 20px;
  background: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 0%,#ffffff 75%,#ffffff 75%,#f3f1ea 100%);
  background: -webkit-linear-gradient(top,#ffffff 0%,#ffffff 75%,#ffffff 75%,#f3f1ea 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#ffffff 75%,#ffffff 75%,#f3f1ea 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#ffffff 75%,#ffffff 75%,#f3f1ea 100%);
  -pie-background: linear-gradient(top,#ffffff 0%,#ffffff 75%,#ffffff 75%,#f3f1ea 100%);
  position: relative;
}
div.home .callouts .callout h2 {
  line-height: 32px;
  vertical-align: top;
}
div.home .callouts .callout h2 img {
  display: inline-block;
  line-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  vertical-align: top;
}
div.home .callouts .callout h2 span {
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
}
div.home .callouts .callout p {
  font-size: 16px;
  line-height: 25px;
  color: #231f20;
  max-height: 104px;
  overflow-y: hidden;
}
div.home .callouts .callout .link {
  position: absolute;
  right: 24px;
  bottom: 24px;
}
div.home .callouts .callout a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px 0 12px;
  height: 28px;
  line-height: 28px;
  background: #991c30;
  border: 1px solid #991c30;
  border-radius: 12px;
  color: #ffffff;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 1px 1px #720f1f;
  position: relative;
}
div.home .callouts .callout a span {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/arrow-right-5x10.png) 0 0 no-repeat;
  width: 5px;
  height: 10px;
}
div.home .statement {
  width: 100%;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/statement-bg.png) 0 0 repeat-x #e8e3d4;
  height: 174px;
  margin: 0 auto 10px auto;
}
div.home .statement > .wrap {
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/statement-bg.png) 0 0 repeat-x #e8e3d4;
  position: relative;
}
div.home .statement .left,
div.home .statement .right {
  width: 65px;
  height: 44px;
  float: none;
  position: absolute;
  top: 65px;
}
div.home .statement .left {
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/flourish.png) 0 0 no-repeat;
  left: 70px;
}
div.home .statement .right {
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/flourish.png) -65px 0 no-repeat;
  right: 70px;
}
div.home .statement .text {
  display: table-cell;
  width: 100%;
  height: 174px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  font-family: 'Lusitana', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 30px;
  color: #a78049;
  padding: 0 160px;
}
.staff {
  width: 100%;
}
.staff .member {
  width: 100%;
  margin-bottom: 40px;
}
.staff .member .photo {
  width: 135px;
  min-width: 135px;
  min-height: 10px;
}
.staff .member .photo img {
  display: block;
  margin: 0;
  border: 6px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
  max-width: 120px;
}
.staff .member .info {
  width: 813px;
  font-size: 16px;
  margin-left: 12px;
}
.staff .member .info h2 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #720f1f;
}
.staff .member .info h3 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #231f20;
}
.staff .member .info .email a {
  color: #231f20;
  font-weight: normal;
}
.staff .member .info .email a:hover {
  color: #231f20;
  text-decoration: underline;
}
.staff .member .info .desc {
  margin-top: 36px;
}
.page-faq h3.ui-state-active {
  color: #720f1f !important;
}
.blog.list .entry {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #f1f1f1;
}
.blog.list .entry:first-child {
  border: none;
  padding-top: 0;
}
.blog.list .entry .left {
  margin: 0 auto;
}
.blog.list .entry .right {
  width: 486px;
  margin-left: 18px;
  float: left;
}
.blog.list .entry h2 {
  margin-top: 3px;
  line-height: 22px;
}
.blog.list .entry h2 a {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #720f1f;
}
.blog.list .entry .excerpt {
  max-height: 95px;
  overflow-y: hidden;
}
.blog.list .entry .link {
  text-align: right;
  margin-top: 5px;
}
.blog.list .entry .read-more {
  display: inline-block;
  margin: 0 auto;
  padding: 0 25px 0 12px;
  height: 28px;
  line-height: 28px;
  background: #0366b3;
  border: 1px solid #0366b3;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 1px 1px #014b86;
  position: relative;
}
.blog.list .entry .read-more span {
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  background: url(/wp-content/themes/rewaldsebranekfrawley/images/arrow-right-5x10.png) 0 0 no-repeat;
  width: 5px;
  height: 10px;
}
.blog.single .post > .left {
  margin: 0 15px 15px 0;
}
.blog.single .post h2.title {
  margin-top: 3px;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #720f1f;
}
.blog.single .post img {
  display: block;
  margin: 0 auto 5px auto !important;
  text-align: center;
  border: 6px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
}
.blog.single .post img.attachment-post-thumbnail {
  max-width: 120px;
}
.blog .entry > .left,
.blog .post > .left {
  width: 133px;
  min-width: 133px;
  max-width: 133px;
  text-align: center;
}
.blog .entry > .left img,
.blog .post > .left img {
  display: block;
  margin: 0 auto 5px auto !important;
  text-align: center;
  border: 6px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
  height: auto;
}
.blog .entry > .left img.attachment-post-thumbnail,
.blog .post > .left img.attachment-post-thumbnail {
  width: 120px;
}
.blog .entry > .left .date,
.blog .post > .left .date {
  font-size: 12px;
  color: #939598;
}
.page-contact-us .left {
  margin-right: 50px;
  width: 253px;
}
.page-contact-us .left .map a {
  display: block;
  margin: 0;
  padding: 0;
}
.page-contact-us .left .map img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  width: 265px;
}
.page-contact-us .left .info {
  background: #e5ecf2;
  width: 265px;
  padding: 20px 15px 30px 15px;
  border-radius: 0 0 8px 8px;
  color: #000000;
  font-size: 16px;
}
.page-contact-us .left .info h3 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #00457c;
}
.page-contact-us .left .info .phone {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-contact-us h2 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #720f1f;
  margin-top: 20px;
}
.page-contact-us h3 {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #231f20;
}
.page-contact-us .email a {
  color: #231f20;
  font-weight: normal;
}
.page-contact-us .email a:hover {
  color: #231f20;
  text-decoration: underline;
}
.page-contact-us .right {
  margin-left: 50px;
  width: 253px;
}
.page-contact-us .right .image img {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
  border: 6px solid #ffffff;
  box-shadow: 0 0 5px #cccccc;
  max-width: 253px;
}
.search-page h2 {
  margin-bottom: 20px;
}
.search-page .entry {
  margin-bottom: 30px;
  min-height: 10px;
}
#footer-wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  font-size: 12px;
  position: relative;
  background: #720f1f;
}
#footer {
  margin: 0 auto 20px auto;
  padding-top: 26px;
  position: relative;
  color: #ffffff;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 12px;
  background: #720f1f;
  min-height: 350px;
  width: 830px;
}
#footer h3 {
  color: #ffffff;
}
#footer ul {
  list-style-type: none;
  display: block;
}
#footer li {
  list-style: none;
  display: block;
}
#footer li.left {
  padding: 10px 20px;
  width: 33%;
  border-left: 1px solid #991c30;
  border-width: 0 0 0 1px;
  border-image: url(/wp-content/themes/rewaldsebranekfrawley/images/footer-sep.png) 0 1;
  min-height: 130px;
}
#footer li.left:first-child {
  padding-left: 0;
  border-left: none;
  border-width: 0;
  border-image: none;
}
#footer li.left:last-child,
#footer li.left.last-child {
  padding-right: 0;
}
#footer .gform_body {
  position: relative;
}
#footer label {
  display: none;
}
#footer .ginput_container {
  position: relative;
  width: 258px;
  height: 28px;
  border: 1px solid #ddd1bb;
  line-height: 28px;
  border-radius: 12px;
  background: #f3f1eb;
  background: -moz-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -webkit-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  background: linear-gradient(to bottom,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  -pie-background: linear-gradient(top,#f3f1eb 0%,#ffffff 25%,#ffffff 25%,#ffffff 100%);
  margin: 3px 0 5px 0;
  font-weight: normal;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 12px;
}
#footer input {
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  background: none;
  border: none;
  width: 238px;
  height: 14px;
  line-height: 14px;
  top: 6px;
  color: #231f20;
  outline: 0;
}
#footer button {
  display: block;
  background: #bd945b;
  border: none;
  border-radius: 10px;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
#footer button:hover {
  text-decoration: underline;
}
#footer .small-text a {
  color: white;
  text-decoration: underline;
}
#footer .nav .investor {
  display: none;
}
#footer .nav a {
  color: #ffffff;
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
#footer .contact {
  text-align: center;
}
#footer .contact strong {
  font-weight: bold;
  font-size: 16px;
}
#footer .info {
  text-align: right;
  font-size: 10px;
}
#footer .info .small {
  font-size: 9px;
}
#footer .info img {
  display: block;
  height: 12px;
  margin: 10px auto;
}
#footer .info a {
  color: #ffffff;
  font-weight: bold;
}
#footer .info div {
  text-align: center;
}
.alignleft,
.aligncenter,
.alignright {
  margin: 10px !important;
}
.alignleft {
  float: left;
  margin-left: 0 !important;
}
.alignright {
  float: right;
  margin-right: 0 !important;
}
.aligncenter,
.aligncenter .wp-caption-text {
  text-align: center;
}
.lusitana {
  font-family: 'Lusitana', Helvetica, Arial, sans-serif;
}
.sintony {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
}
.red-text {
  color: #720f1f;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
  visibility: hidden;
}
.relative {
  position: relative;
}
.logo {
  border: none;
}
.logo img {
  max-height: 80px;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 960px;
  min-width: 960px;
}
.wrap-inner {
  width:  - 40px;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.center-text {
  text-align: center;
}
.right {
  float: right;
}
.half {
  width: 50%;
}
.header-font {
  font-family: 'Lusitana', Helvetica, Arial, sans-serif;
}
.body-font {
  font-family: 'Sintony', Helvetica, Arial, sans-serif;
}
.light {
  font-weight: 300;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.underline {
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.small-text {
  font-size: 10px;
}
