/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
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],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
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) ")";
  }
  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;
  }
  select {
    background: #fff !important;
  }
  .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: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #676767;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #262626;
  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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #4c4c4c;
}
.text-primary:hover {
  color: #333333;
}
.text-warning {
  color: #c09853;
}
.text-warning:hover {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
.text-danger:hover {
  color: #953b39;
}
.text-success {
  color: #468847;
}
.text-success:hover {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
.text-info:hover {
  color: #2d6987;
}
.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: "Fira Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #4c4c4c;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
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: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 51px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
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;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-bottom: 22px;
}
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;
    *zoom: 1;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .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: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  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,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  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: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
  .container {
    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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 992px) {
  .container {
    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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
@media (min-width: 1200px) {
  .container {
    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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .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: 22px;
  font-size: 24px;
  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;
  /* IE8-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;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #676767;
  vertical-align: middle;
}
.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: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #676767;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-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);
  -moz-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: 22px;
  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],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-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;
  -moz-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;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a7a7a7;
}
@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;
  *zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -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: #333333;
  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);
  -moz-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: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.006500000000000001;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  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],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #3f3f3f;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #383838;
  border-color: #212121;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4c4c4c;
  border-color: #3f3f3f;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  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],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  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],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  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],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  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],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #4c4c4c;
  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;
  -moz-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: #262626;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 14px;
  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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #4c4c4c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  *zoom: 1;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  *zoom: 1;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #676767;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  *zoom: 1;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #4c4c4c;
}
.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #262626;
  border-bottom-color: #262626;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #e4e4e4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #4c4c4c;
}
.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.nav a:hover .caret {
  border-top-color: #262626;
  border-bottom-color: #262626;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  *zoom: 1;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  *zoom: 1;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  *zoom: 1;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-text {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 22px;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #4c4c4c;
}
.thumbnail .caption {
  padding: 9px;
  color: #676767;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #b2b2b2;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  *zoom: 1;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  display: table;
  content: "";
  line-height: 0;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #4c4c4c;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #4c4c4c;
}
.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #4c4c4c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  opacity: 0.002;
  filter: alpha(opacity=0.2);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.005;
  filter: alpha(opacity=0.5);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/* breakfast - variables-bootstraped.less */
/* all variables already available in bootstrap are linked here */
/* useful if you're running breakfast on top of bootstrap */
/* more info: https://github.com/mcbrwr/breakfast */
/* breakfast - classes.less */
/* more info: https://github.com/mcbrwr/breakfast */
.rel {
  position: relative;
}
.rel1 {
  position: relative;
  z-index: 1;
}
.rel2 {
  position: relative;
  z-index: 2;
}
.rel3 {
  position: relative;
  z-index: 3;
}
.rel4 {
  position: relative;
  z-index: 4;
}
.rel5 {
  position: relative;
  z-index: 5;
}
.bgwhite {
  background-color: #fff;
}
.bgblack {
  background-color: #000;
}
.tb10 {
  background: url('../breakfast/img/transparent/000000/10.png') repeat;
  background: rgba(0, 0, 0, 0.1);
}
.tb20 {
  background: url('../breakfast/img/transparent/000000/20.png') repeat;
  background: rgba(0, 0, 0, 0.2);
}
.tb30 {
  background: url('../breakfast/img/transparent/000000/30.png') repeat;
  background: rgba(0, 0, 0, 0.3);
}
.tb40 {
  background: url('../breakfast/img/transparent/000000/40.png') repeat;
  background: rgba(0, 0, 0, 0.4);
}
.tb50 {
  background: url('../breakfast/img/transparent/000000/50.png') repeat;
  background: rgba(0, 0, 0, 0.5);
}
.tb60 {
  background: url('../breakfast/img/transparent/000000/60.png') repeat;
  background: rgba(0, 0, 0, 0.6);
}
.tb70 {
  background: url('../breakfast/img/transparent/000000/70.png') repeat;
  background: rgba(0, 0, 0, 0.7);
}
.tb80 {
  background: url('../breakfast/img/transparent/000000/80.png') repeat;
  background: rgba(0, 0, 0, 0.8);
}
.tb90 {
  background: url('../breakfast/img/transparent/000000/90.png') repeat;
  background: rgba(0, 0, 0, 0.9);
}
.tw10 {
  background: url('../breakfast/img/transparent/FFFFFF/10.png') repeat;
  background: rgba(255, 255, 255, 0.1);
}
.tw20 {
  background: url('../breakfast/img/transparent/FFFFFF/20.png') repeat;
  background: rgba(255, 255, 255, 0.2);
}
.tw30 {
  background: url('../breakfast/img/transparent/FFFFFF/30.png') repeat;
  background: rgba(255, 255, 255, 0.3);
}
.tw40 {
  background: url('../breakfast/img/transparent/FFFFFF/40.png') repeat;
  background: rgba(255, 255, 255, 0.4);
}
.tw50 {
  background: url('../breakfast/img/transparent/FFFFFF/50.png') repeat;
  background: rgba(255, 255, 255, 0.5);
}
.tw60 {
  background: url('../breakfast/img/transparent/FFFFFF/60.png') repeat;
  background: rgba(255, 255, 255, 0.6);
}
.tw70 {
  background: url('../breakfast/img/transparent/FFFFFF/70.png') repeat;
  background: rgba(255, 255, 255, 0.7);
}
.tw80 {
  background: url('../breakfast/img/transparent/FFFFFF/80.png') repeat;
  background: rgba(255, 255, 255, 0.8);
}
.tw90 {
  background: url('../breakfast/img/transparent/FFFFFF/90.png') repeat;
  background: rgba(255, 255, 255, 0.9);
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.full-width {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.one-third {
  width: 33.33333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.two-thirds {
  width: 66.66666%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quarter {
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.three-quarters {
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.half {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hide {
  display: none;
}
@media print {
  .noprint {
    display: none;
  }
}
.botspace {
  margin-bottom: 2em;
}
.nospace {
  margin: 0;
}
.lpad {
  padding-left: 1em;
}
.rpad {
  padding-right: 1em;
}
.tpad {
  padding-top: 1em;
}
.bpad {
  padding-bottom: 1em;
}
.pad {
  padding: 1em;
}
.thicklpad {
  padding-left: 2em;
}
.thickrpad {
  padding-right: 2em;
}
.thicktpad {
  padding-top: 2em;
}
.thickbpad {
  padding-bottom: 2em;
}
.thickpad {
  padding: 60px;
}
.lpad .rpad .tpad .bpad .pad .thicklpad .thickrpad .thicktpad .thickbpad .thickpad {
  box-sizing: border-box;
}
.caps {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.capfirst:first-letter {
  text-transform: uppercase;
}
.inline-block {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.menu ul {
  display: none;
}
.menu a {
  display: block;
  text-decoration: none;
}
.alert {
  background: #f2eed5;
  padding: 1em;
  border: solid 1px #c0ad3b;
  margin-bottom: 1em;
}
.blox1 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox1 li,
.blox1 > article,
.blox1 > div,
.blox1 > section {
  width: auto;
  float: none;
}
.blox2 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox2 li,
.blox2 > article,
.blox2 > div,
.blox2 > section {
  clear: none;
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
.blox2 li.two-1,
.blox2 > article.two-1,
.blox2 > div.two-1,
.blox2 > section.two-1 {
  clear: left;
}
.blox2 li.two-2,
.blox2 > article.two-2,
.blox2 > div.two-2,
.blox2 > section.two-2 {
  margin-right: 0;
}
.blox3 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox3 li.three-1,
.blox3 > article.three-1,
.blox3 > div.three-1,
.blox3 > section.three-1,
.blox3 li.three-2,
.blox3 > article.three-2,
.blox3 > div.three-2,
.blox3 > section.three-2,
.blox3 li.three-3,
.blox3 > article.three-3,
.blox3 > div.three-3,
.blox3 > section.three-3 {
  clear: none;
  float: left;
  width: 31.333333333333332%;
  margin-right: 3%;
}
.blox3 li.three-1,
.blox3 > article.three-1,
.blox3 > div.three-1,
.blox3 > section.three-1 {
  clear: left;
}
.blox3 li.three-3,
.blox3 > article.three-3,
.blox3 > div.three-3,
.blox3 > section.three-3 {
  margin-right: 0;
}
.blox4 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox4 li.four-1,
.blox4 > article.four-1,
.blox4 > div.four-1,
.blox4 > section.four-1,
.blox4 li.four-2,
.blox4 > article.four-2,
.blox4 > div.four-2,
.blox4 > section.four-2,
.blox4 li.four-3,
.blox4 > article.four-3,
.blox4 > div.four-3,
.blox4 > section.four-3,
.blox4 li.four-4,
.blox4 > article.four-4,
.blox4 > div.four-4,
.blox4 > section.four-4 {
  clear: none;
  float: left;
  width: 22.75%;
  margin-right: 3%;
}
.blox4 li.four-1,
.blox4 > article.four-1,
.blox4 > div.four-1,
.blox4 > section.four-1 {
  clear: left;
}
.blox4 li.four-4,
.blox4 > article.four-4,
.blox4 > div.four-4,
.blox4 > section.four-4 {
  margin-right: 0;
}
.blox5 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox5 li.five-1,
.blox5 > article.five-1,
.blox5 > div.five-1,
.blox5 > section.five-1,
.blox5 li.five-2,
.blox5 > article.five-2,
.blox5 > div.five-2,
.blox5 > section.five-2,
.blox5 li.five-3,
.blox5 > article.five-3,
.blox5 > div.five-3,
.blox5 > section.five-3,
.blox5 li.five-4,
.blox5 > article.five-4,
.blox5 > div.five-4,
.blox5 > section.five-4,
.blox5 li.five-5,
.blox5 > article.five-5,
.blox5 > div.five-5,
.blox5 > section.five-5 {
  clear: none;
  float: left;
  width: 17.6%;
  margin-right: 3%;
}
.blox5 li.five-1,
.blox5 > article.five-1,
.blox5 > div.five-1,
.blox5 > section.five-1 {
  clear: left;
}
.blox5 li.five-4,
.blox5 > article.five-4,
.blox5 > div.five-4,
.blox5 > section.five-4 {
  margin-right: 0;
}
.blox6 {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blox6 li.six-1,
.blox6 > article.six-1,
.blox6 > div.six-1,
.blox6 > section.six-1,
.blox6 li.six-2,
.blox6 > article.six-2,
.blox6 > div.six-2,
.blox6 > section.six-2,
.blox6 li.six-3,
.blox6 > article.six-3,
.blox6 > div.six-3,
.blox6 > section.six-3,
.blox6 li.six-4,
.blox6 > article.six-4,
.blox6 > div.six-4,
.blox6 > section.six-4,
.blox6 li.six-5,
.blox6 > article.six-5,
.blox6 > div.six-5,
.blox6 > section.six-5,
.blox6 li.six-6,
.blox6 > article.six-6,
.blox6 > div.six-6,
.blox6 > section.six-6 {
  clear: none;
  float: left;
  width: 14.166666666666666%;
  margin-right: 3%;
}
.blox6 li.six-1,
.blox6 > article.six-1,
.blox6 > div.six-1,
.blox6 > section.six-1 {
  clear: left;
}
.blox6 li.six-6,
.blox6 > article.six-6,
.blox6 > div.six-6,
.blox6 > section.six-6 {
  margin-right: 0;
}
/* breakfast - mixins.less */
/* moreinfo: https://github.com/mcbrwr/breakfast */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* -------------------------------- *\
***      experimental stuff        ***
\* -------------------------------- */
@-webkit-keyframes rotateleft {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes rotateleft {
  from {
    -moz-transform: rotate(360deg);
  }
  to {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes rotateleft {
  from {
    -o-transform: rotate(360deg);
  }
  to {
    -o-transform: rotate(0deg);
  }
}
@-ms-keyframes rotateleft {
  from {
    -ms-transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
  }
}
@keyframes rotateleft {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateright {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotateright {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateright {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes rotateright {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@keyframes rotateright {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body.tmpl-kidsinactie {
  border: 0;
}
#rooms .room {
  border: 1px solid red;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/FiraSans-Regular.eot') format('eot'), url('/assets/fonts/FiraSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/FiraSans-RegularItalic.eot') format('eot'), url('/assets/fonts/FiraSans-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/FiraSans-Light.eot') format('eot'), url('/assets/fonts/FiraSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/FiraSans-Medium.eot') format('eot'), url('/assets/fonts/FiraSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: url('/assets/fonts/FiraSans-Bold.eot') format('eot'), url('/assets/fonts/FiraSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
p,
ul,
ol {
  margin-bottom: 18px;
}
.lead {
  font-size: 20px;
  line-height: 31.359999999999996px;
  font-weight: 500;
}
.lead .date {
  color: #9a9a9a;
  font-weight: 300;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
h1.centered,
h2.centered,
h3.centered,
h4.centered {
  text-align: center;
  margin: 0 0 20px;
}
h1,
h2 {
  font-weight: 300;
}
h2,
h3,
h4 {
  margin-bottom: 5px;
}
h1 em {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
img {
  max-width: 100%;
}
.print-item {
  display: none;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 12px;
}
.btn .fa-stack {
  font-size: 0.8em;
}
.btn.btn-primary .fa-inverse {
  color: #4c4c4c;
}
.hidegroup {
  display: none;
}
.goTo {
  font-size: 22px;
  font-weight: 300;
  color: #4c4c4c;
  clear: both;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  border: 1px solid #4c4c4c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 12px 15px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  clear: left;
}
.goTo .fa {
  font-size: 0.8em;
}
.goTo.big {
  margin: 0 auto;
  text-align: center;
}
.goTo:hover {
  background: #4c4c4c;
  color: #ffffff;
  text-decoration: none;
}
.goTo.inverse {
  background: #4c4c4c;
  color: #ffffff;
}
.goTo.inverse:hover {
  background: #ffffff;
  color: #4c4c4c;
}
.backTo,
.intro .backTo {
  background: #e4e4e4;
  padding: 20px 15px;
  color: #676767;
  margin-top: 10px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-transform: uppercase;
}
.backTo .fa-stack,
.intro .backTo .fa-stack {
  font-size: 0.8em;
  color: #fff;
  margin-right: 8px;
}
.backTo .fa-inverse,
.intro .backTo .fa-inverse {
  color: #cf4142;
  margin-left: -1px;
  margin-bottom: -1px;
}
.backTo:hover,
.intro .backTo:hover {
  color: #ffffff;
  text-decoration: none;
  background: #676767;
}
.readmore {
  color: #fff;
  background: #cf4142;
  display: block;
  padding: 13px 20px 12px;
  text-align: left;
}
.readmore .fa-stack {
  font-size: 0.8em;
}
.readmore .fa-inverse {
  color: #cf4142;
  margin-right: -1px;
  margin-bottom: -1px;
}
.readmore:hover {
  background: #9c2728;
  color: #ffffff;
}
.readmore:hover .fa-inverse {
  color: #9c2728;
}
.readmore.big {
  background: #cf4142;
  color: #fff;
  padding: 13px 20px 12px;
  border-bottom: 0;
}
.readmore.big .fa-inverse {
  color: #cf4142;
}
.readmore.big:hover {
  background: #9c2728;
  color: #ffffff;
  text-decoration: none;
}
.readmore.big:hover .fa-inverse {
  color: #9c2728;
}
.readmore.smaller {
  padding: 0;
  border: 0;
  background: transparent;
  color: #cf4142;
  padding: 13px 20px 12px 0;
  border-bottom: 0;
}
.readmore.smaller .fa-inverse {
  color: #fff;
}
.readmore.smaller:hover {
  text-decoration: underline;
}
.readmore.go {
  padding: 0;
  border: 0;
  background: transparent;
  color: #cf4142;
  padding: 13px 0 12px 15px;
  border-bottom: 1px solid #ededed;
  text-align: left;
}
.readmore.go .fa-inverse {
  color: #fff;
}
.readmore.go:hover {
  text-decoration: underline;
}
.readmore.gray {
  background: #e4e4e4;
  color: #676767;
  padding: 13px 20px 12px;
}
.readmore.gray .fa-inverse {
  color: #e4e4e4;
}
.readmore.gray:hover {
  background: #676767;
  color: #ededed;
}
.readmore.gray:hover .fa-inverse {
  color: #9c2728;
}
.readmore.blue {
  background: #177BB6;
  padding: 13px 20px 12px;
}
.readmore.blue .fa-inverse {
  color: #177BB6;
}
.readmore.blue:hover {
  background: #1D2A4A;
}
.readmore.blue:hover .fa-inverse {
  color: #1D2A4A;
}
.readmore.orange {
  background: #ec8727;
  padding: 13px 20px 12px;
}
.readmore.orange .fa-inverse {
  color: #ec8727;
}
.readmore.orange:hover {
  background: #b66110;
}
.readmore.orange:hover .fa-inverse {
  color: #b66110;
}
.readmore.margin-bot {
  margin-bottom: 20px;
}
.icon-sm {
  width: 20px;
}
.more {
  display: block;
  color: #676767;
  text-decoration: underline;
}
.more:hover {
  color: #7f6c5f;
}
.cta {
  background: #ec8727;
  color: #ffffff;
  padding: 33px 20px 30px;
  text-transform: uppercase;
  font-size: 24px;
}
.cta .fa {
  margin-top: 6px;
  margin-left: 5px;
}
.cta img {
  width: 50px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-right: 7px;
}
.cta:hover {
  background: #cf4142;
  color: #ffffff;
  text-decoration: none;
}
.cta.purple {
  background: #653787;
}
.cta.purple:hover {
  background: #4b216a;
  color: #ffffff;
}
.cta.emergency {
  background: #000000;
  border: 1px solid #fef32f;
  background: #000000 url('/assets/img/giro555-header.jpg') no-repeat bottom right !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}
.cta.emergency:hover {
  background: #cf4142;
  color: #fef32f;
}
.tag {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #ffffff;
  background: #676767;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 12px;
  padding: 7px 10px 5px;
}
.tag:hover {
  text-decoration: none;
  background: #4e4e4e;
  color: #ffffff;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.clear {
  clear: both;
}
.sidebar-header {
  background: #4c4c4c;
  color: #ffffff;
  padding: 20px 25px 18px;
  font-size: 20px;
  margin-bottom: 0;
}
.related-recents h2 {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1;
  margin-left: 0;
  margin-right: 0;
  background: #d5ccc5;
  font-weight: 500;
  font-size: 20px;
  padding: 0px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9.75px;
}
.related-recents h2:before,
.related-recents h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.related-recents h2:after {
  clear: both;
}
.related-recents h2:before,
.related-recents h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.related-recents h2:after {
  clear: both;
}
.related-recents h2:before,
.related-recents h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.related-recents h2:after {
  clear: both;
}
.related-recents h2:before,
.related-recents h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.related-recents h2:after {
  clear: both;
}
.related-recents h2 .icon img {
  width: 25px;
}
.related-recents ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-recents ul li {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.related-recents ul li img {
  width: 20px;
}
body {
  padding: 0;
  border-top: 4px solid #fff;
}
#alliance {
  width: 100%;
  background: #fff;
  display: block !important;
}
#alliance .row {
  padding: 10px 15px 30px;
}
tr#alliance {
  display: table-row !important;
}
th#alliance,
td#alliance {
  display: table-cell !important;
}
@media (max-width: 767px) {
  #alliance,
  tr#alliance,
  th#alliance,
  td#alliance {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #alliance.hidden-sm,
  tr#alliance.hidden-sm,
  th#alliance.hidden-sm,
  td#alliance.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #alliance.hidden-md,
  tr#alliance.hidden-md,
  th#alliance.hidden-md,
  td#alliance.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #alliance.hidden-lg,
  tr#alliance.hidden-lg,
  th#alliance.hidden-lg,
  td#alliance.hidden-lg {
    display: none !important;
  }
}
#alliance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  margin-top: 10px;
}
#alliance ul:before,
#alliance ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#alliance ul:after {
  clear: both;
}
#alliance ul:before,
#alliance ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#alliance ul:after {
  clear: both;
}
#alliance ul:before,
#alliance ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#alliance ul:after {
  clear: both;
}
#alliance ul:before,
#alliance ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#alliance ul:after {
  clear: both;
}
#alliance ul li {
  float: left;
  border: 1px solid #ededed;
  border-width: 0 1px 0 0;
  padding: 5px 20px 0 20px;
  height: 44px;
}
#alliance ul li.logo_4 {
  padding-top: 15px;
  height: 44px;
}
#alliance ul li.logo_3 {
  padding-top: 0;
  height: 52px;
  margin-top: -2px;
}
#alliance ul li:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
#alliance .cert {
  float: right;
  text-align: right;
}
#alliance .cert ul {
  float: right;
}
#alliance .cert ul li {
  border-width: 0 0 0 1px;
}
.js #alliance {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
.js #alliance.open {
  max-height: 400px;
}
#headerelements {
  background: #fff;
}
#headerelements .logo {
  margin: 20px 0 20px 10px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  background: url('/assets/img/logo.svg') no-repeat;
  width: 140px;
  height: 68.0909090909091px;
  display: block;
  text-indent: -999em;
  background-size: 100% 100%;
}
#headerelements .searchBlock {
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#headerelements .searchBlock input {
  padding: 0;
  background: transparent;
  border: none;
  padding-left: 10px;
  color: #fff;
  line-height: 1em;
  height: 23px;
}
#headerelements .searchBlock ::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #fff;
}
#headerelements .searchBlock :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #fff;
}
#headerelements .searchBlock ::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #fff;
}
#headerelements .searchBlock :-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #fff;
}
#headerelements .searchBlock button {
  border: none;
  background: none;
  color: #fff;
  padding: 0 8px;
}
#headerelements #menutrigger {
  float: right;
  font-size: 30px;
  color: #d5ccc5;
  padding: 10px;
  margin: -80px 15px 0 0;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
#headerelements #menutrigger span {
  text-indent: -999em;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
#headerelements #menutrigger:hover {
  background: #d5ccc5;
  color: #ffffff;
  text-decoration: none;
}
#headerelements #pkntrigger {
  display: none;
}
.breadcrumb_ul_0 {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 10px;
}
.breadcrumb_ul_0 li {
  display: inline;
  font-size: 13px;
}
.breadcrumb_ul_0 li a {
  color: #cf4142;
}
#submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#submenu li {
  margin-bottom: 1px;
  background: #f2f2f2;
}
#submenu li a {
  display: block;
  padding: 20px;
  color: #4c4c4c;
  font-weight: 400;
}
#submenu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}
#submenu li ul li a {
  padding: 5px;
  padding-left: 30px;
  font-weight: bold;
  font-size: 12px;
}
#submenu li.active a {
  color: #cf4142;
  font-weight: bold;
}
#submenu li.active ul a {
  color: #4c4c4c;
}
#submenu li.active ul li.active a {
  color: #cf4142;
}
.ie7 .logo,
.ie8 .logo,
.lt-ie9 .logo {
  background: url('/assets/img/logo.jpg') no-repeat !important;
}
.ie7 .searchBlock,
.ie8 .searchBlock,
.lt-ie9 .searchBlock {
  z-index: 50000;
  background: #fff!important;
  color: #333!important;
}
.ie7 .searchBlock input,
.ie8 .searchBlock input,
.lt-ie9 .searchBlock input,
.ie7 .searchBlock button,
.ie8 .searchBlock button,
.lt-ie9 .searchBlock button {
  background: #fff!important;
  color: #333!important;
}
.ie7 #headerimage,
.ie8 #headerimage,
.lt-ie9 #headerimage {
  z-index: -1;
  position: relative;
}
#headerimage {
  text-align: center;
}
#headerimage img {
  width: 100%;
}
#headerimage a.linkred {
  color: #cf4142;
}
#main {
  padding-bottom: 60px;
}
#list_footermenu {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
  margin-top: 60px;
}
#list_footermenu li {
  float: left;
  border-left: 1px solid #FFF;
  padding: 0 10px 0 10px;
}
#list_footermenu li.first {
  border: 0;
  padding-left: 0;
}
#list_footermenu a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
#sitefooter {
  margin-top: 40px;
  padding-top: 30px;
  background: #7f6c5f;
}
#sitefooter .contact-info img {
  color: #fff;
  width: 20px;
  margin-right: 6px;
}
#sitefooter .social a {
  float: left;
  margin-right: 10px;
  margin-bottom: 13px;
}
#sitefooter .social a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#sitefooter .social a img {
  width: 55px;
  height: auto;
}
#sitefooter a,
#sitefooter div,
#sitefooter p {
  color: #ffffff;
}
#sitefooter div {
  line-height: 1.8em;
}
#sitefooter .subfooter {
  margin-top: 30px;
  background: #b1a093;
}
#sitefooter .subfooter .siteby {
  float: right;
  font-size: 90%;
  opacity: 60;
  filter: alpha(opacity=6000);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#sitefooter .footerlogo {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #sitefooter .footerlogo {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #sitefooter .footerlogo {
    float: left;
    width: 16.666666666666664%;
  }
}
#sitefooter .footerlogo img {
  width: 80%;
}
#sitefooter .social {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #sitefooter .social {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #sitefooter .social {
    float: left;
    width: 25%;
  }
}
#sitefooter .contact-info {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #sitefooter .contact-info {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #sitefooter .contact-info {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #sitefooter .contact-info {
    clear: left;
  }
}
#sitefooter .footermenu {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #sitefooter .footermenu {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  #sitefooter .footermenu {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  #sitefooter .footermenu #list_footermenu {
    float: none;
  }
}
.siteby span {
  font-weight: bold;
}
.footer-logo {
  background: url('/assets/img/logo-uni.svg') no-repeat;
  width: 210px;
  height: 102.13636363636364px;
  display: block;
  text-indent: -999em;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #sitefooter .subfooter .siteby {
    float: none;
  }
  #sitefooter .contact-info {
    float: none;
  }
  #sitefooter .social {
    *zoom: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #sitefooter .social:before,
  #sitefooter .social:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #sitefooter .social:after {
    clear: both;
  }
  #sitefooter .social:before,
  #sitefooter .social:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #sitefooter .social:after {
    clear: both;
  }
  #sitefooter .social:before,
  #sitefooter .social:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #sitefooter .social:after {
    clear: both;
  }
  #sitefooter .social:before,
  #sitefooter .social:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #sitefooter .social:after {
    clear: both;
  }
  #sitefooter #list_footermenu {
    float: none;
    margin-top: 0;
  }
  #sitefooter #list_footermenu li {
    float: none;
    padding: 0 0 5px 0;
    border: 0;
  }
}
.container {
  width: 100%;
  padding: 0;
}
.row {
  margin: 0;
}
.content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .content {
    float: left;
    width: 75%;
  }
}
.content .leftsidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .content .leftsidebar {
    float: left;
    width: 25%;
  }
}
.content .article-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content .article-content {
    float: left;
    width: 75%;
  }
}
.content .article-content-lg {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .content .article-content-lg {
    float: left;
    width: 83.33333333333334%;
  }
}
.content.content-footer {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .content.content-footer .article-content {
    left: 25%;
  }
}
.sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .sidebar {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .dashboard-content,
  .sidebar {
    padding: 0 0.5em;
    margin-bottom: 2em;
  }
}
.dashboard .dashboard-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 1em 0 2em;
}
@media (min-width: 768px) {
  .dashboard .dashboard-content {
    float: left;
    width: 66.66666666666666%;
  }
}
.dashboard .sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 2em 0 1em;
}
@media (min-width: 768px) {
  .dashboard .sidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
.pagetitle {
  background: #ffffff;
}
.pagetitle h1 {
  background: #d5ccc5;
  color: #4c4c4c;
  min-height: 70px;
  font-size: 28px;
  margin-top: 0;
  font-weight: 500;
  position: relative;
  *zoom: 1;
}
.pagetitle h1:before,
.pagetitle h1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pagetitle h1:after {
  clear: both;
}
.pagetitle h1:before,
.pagetitle h1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pagetitle h1:after {
  clear: both;
}
.pagetitle h1:before,
.pagetitle h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagetitle h1:after {
  clear: both;
}
.pagetitle h1:before,
.pagetitle h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.pagetitle h1:after {
  clear: both;
}
.pagetitle h1 .icon {
  background: #e2dbd5;
  width: 65px;
  height: 65px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 7px;
  margin: -65px 0 0 0;
  float: left;
  text-align: center;
  position: relative;
  vertical-align: middle;
}
.pagetitle h1 .icon img {
  width: 100%;
  display: block;
}
.pagetitle h1 .text {
  padding: 20px 15px;
  display: block;
}
.pagetitle h1 .text small {
  color: #676767;
}
.pagetitle .intro {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  min-height: 188px;
}
@media (min-width: 768px) {
  .pagetitle .intro {
    float: left;
    width: 66.66666666666666%;
  }
}
@media (min-width: 768px) {
  .pagetitle .intro {
    left: 8.333333333333332%;
  }
}
.pagetitle .intro p span {
  display: block;
}
.pagetitle .intro.intro-empty {
  min-height: 94px;
}
.article-content p > a,
.intro p > a,
#more-info p > a {
  color: #cf4142;
}
.pagecontent {
  background: #ffffff;
}
.pageimg {
  margin-bottom: 15px;
  width: 100%;
}
.page-thumb {
  margin-bottom: 12px;
}
.cta-bar {
  background: #ededed;
  padding: 40px 0;
}
.cta-bar .cta-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .cta-bar .cta-item {
    float: left;
    width: 50%;
  }
}
.cta-bar .cta-item.column3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cta-bar .cta-item.column3 {
    float: left;
    width: 33.33333333333333%;
  }
}
.cta-bar .cta {
  display: block;
  border: 4px solid #ededed;
  border-width: 4px 0;
}
.content .meta {
  color: #7f6c5f;
  margin: 0 0 10px;
  font-size: 16px;
}
.content .meta span {
  display: block;
}
#highlights {
  padding: 40px 0;
}
.downloads h3 {
  background: #4c4c4c;
  color: #ffffff;
  padding: 20px 25px 18px;
  font-size: 20px;
  margin-bottom: 0;
}
.downloads ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ededed;
  border-width: 0px 1px 1px;
  padding: 5px 0;
}
.downloads ul li img {
  width: 50px;
  float: right;
  margin-left: 15px;
  margin-top: -5px;
}
.downloads ul li a {
  *zoom: 1;
  display: block;
  color: #676767;
  text-align: right;
  padding: 8px;
  font-weight: 500;
}
.downloads ul li a:before,
.downloads ul li a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.downloads ul li a:after {
  clear: both;
}
.downloads ul li a:before,
.downloads ul li a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.downloads ul li a:after {
  clear: both;
}
.downloads ul li a:before,
.downloads ul li a:after {
  display: table;
  content: "";
  line-height: 0;
}
.downloads ul li a:after {
  clear: both;
}
.downloads ul li a:before,
.downloads ul li a:after {
  display: table;
  content: "";
  line-height: 0;
}
.downloads ul li a:after {
  clear: both;
}
.downloads ul li a span {
  color: #cbcbcb;
  display: block;
  font-weight: 300;
}
.downloads ul li a:hover {
  color: #cf4142;
  text-decoration: none;
}
.homepage #headerimage,
.deaconpage #headerimage {
  position: relative;
  z-index: 1;
}
.homepage #headerimage img,
.deaconpage #headerimage img {
  display: none;
}
.homepage #why,
.deaconpage #why {
  position: relative;
}
.homepage #why .text,
.deaconpage #why .text {
  background: #ffffff;
  padding: 25px;
}
.homepage #why .text p,
.deaconpage #why .text p {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}
.highlight-section {
  padding-top: 40px;
}
.highlight-section .row {
  margin-left: -20px;
  margin-right: -20px;
}
.fortydays #headerimage img {
  display: block;
}
.fortydays #why {
  *zoom: 1;
}
.fortydays #why:before,
.fortydays #why:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays #why:after {
  clear: both;
}
.fortydays #why:before,
.fortydays #why:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays #why:after {
  clear: both;
}
.fortydays #why:before,
.fortydays #why:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays #why:after {
  clear: both;
}
.fortydays #why:before,
.fortydays #why:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays #why:after {
  clear: both;
}
.fortydays #why .label {
  margin-right: 10px;
  margin-bottom: -10px;
  margin-top: -35px;
  margin-left: 0px;
  width: 20%;
  float: left;
}
.fortydays #why .text {
  overflow: hidden;
}
.fortydays #why .text h1 {
  text-align: left;
  *zoom: 1;
  margin-bottom: 20px;
}
.fortydays #why .text h1:before,
.fortydays #why .text h1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays #why .text h1:after {
  clear: both;
}
.fortydays #why .text h1:before,
.fortydays #why .text h1:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays #why .text h1:after {
  clear: both;
}
.fortydays #why .text h1:before,
.fortydays #why .text h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays #why .text h1:after {
  clear: both;
}
.fortydays #why .text h1:before,
.fortydays #why .text h1:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays #why .text h1:after {
  clear: both;
}
.fortydays #why .text p {
  font-size: 16px;
}
.fortydays .fortydays-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
  margin: 0 18px 35px;
}
.fortydays .fortydays-nav ul:before,
.fortydays .fortydays-nav ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays .fortydays-nav ul:after {
  clear: both;
}
.fortydays .fortydays-nav ul:before,
.fortydays .fortydays-nav ul:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fortydays .fortydays-nav ul:after {
  clear: both;
}
.fortydays .fortydays-nav ul:before,
.fortydays .fortydays-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays .fortydays-nav ul:after {
  clear: both;
}
.fortydays .fortydays-nav ul:before,
.fortydays .fortydays-nav ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.fortydays .fortydays-nav ul:after {
  clear: both;
}
.fortydays .fortydays-nav ul li {
  font-size: 14px;
  margin-bottom: 3px;
}
.fortydays .fortydays-nav ul li a {
  background: #F2F2F3;
  display: block;
  padding: 15px 12px;
  color: #61267f;
  margin: 0 2px;
  font-weight: 400;
}
.fortydays .fortydays-nav ul li a span {
  margin-top: -1px;
  margin-left: 10fortydayspx;
}
.fortydays .fortydays-nav ul li a:hover {
  background: #61267f;
  color: #fff;
  text-decoration: none;
}
.fortydays .fortydays-nav ul li a:hover i.fa-chevron-right {
  color: #61267f;
}
.fortydays .fortydays-nav ul li.active a {
  background: #61267f;
  color: #fff;
}
.fortydays .fortydays-nav ul li.active a i.fa-chevron-right {
  color: #61267f;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fortydays .fortydays-nav ul li.first a i.fa-home {
  font-size: 1.6em;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.fortydays.projects .fortydays-nav ul {
  margin: 0 0 35px;
}
.country {
  position: relative;
}
.country .meta-block {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
.country .meta-block p {
  color: #7f6c5f;
  margin: 0;
}
.country .meta-block p.project-id {
  font-size: 13px;
}
.employeepage .pagecontent {
  padding-top: 0;
}
.employeepage .content {
  padding: 25px 25px 0;
}
#themes {
  padding-top: 35px;
}
#teasers {
  padding-top: 35px;
  padding-bottom: 35px;
  *zoom: 1;
}
#teasers:before,
#teasers:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#teasers:after {
  clear: both;
}
#teasers:before,
#teasers:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
#teasers:after {
  clear: both;
}
#teasers:before,
#teasers:after {
  display: table;
  content: "";
  line-height: 0;
}
#teasers:after {
  clear: both;
}
#teasers:before,
#teasers:after {
  display: table;
  content: "";
  line-height: 0;
}
#teasers:after {
  clear: both;
}
.deaconpage #headerimage img {
  display: block;
}
.deaconpage #headerimage #why h1 {
  text-align: left;
}
.deaconpage .project-list {
  *zoom: 1;
  padding: 40px 30px;
}
.deaconpage .project-list:before,
.deaconpage .project-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.deaconpage .project-list:after {
  clear: both;
}
.deaconpage .project-list:before,
.deaconpage .project-list:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.deaconpage .project-list:after {
  clear: both;
}
.deaconpage .project-list:before,
.deaconpage .project-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.deaconpage .project-list:after {
  clear: both;
}
.deaconpage .project-list:before,
.deaconpage .project-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.deaconpage .project-list:after {
  clear: both;
}
.deaconpage .project-list .downloads h3 {
  text-align: left;
}
.deaconpage .project-list .cta {
  font-size: 20px;
  padding: 25px 15px 22px;
  margin-bottom: 15px;
  display: block;
}
.deaconpage .project-list .collect {
  margin-top: 15px;
}
.deaconpage .recent-section {
  background: #ededed;
  padding-top: 35px;
  padding-bottom: 35px;
}
.deaconpage .recent-section .related {
  background: #fff;
}
@media screen and (max-width: 500px) {
  .homepage #headerimage img {
    display: block;
  }
  .homepage #headerimage video {
    display: none;
  }
}
.touch .homepage #headerimage img,
.no-video .homepage #headerimage img {
  display: block;
}
.touch .homepage #headerimage video,
.no-video .homepage #headerimage video {
  display: none;
}
.homepage h1,
.fortydays h1,
.deaconpage h1 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
}
.homepage .project-list,
.deaconpage .project-list {
  padding-top: 40px;
  padding-bottom: 40px;
}
.homepage .project-list h1,
.deaconpage .project-list h1 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
}
.project-list,
.recent-list {
  text-align: center;
}
.project-list .row,
.recent-list .row {
  *zoom: 1;
}
.project-list .row:before,
.recent-list .row:before,
.project-list .row:after,
.recent-list .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.project-list .row:after,
.recent-list .row:after {
  clear: both;
}
.project-list .row:before,
.recent-list .row:before,
.project-list .row:after,
.recent-list .row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.project-list .row:after,
.recent-list .row:after {
  clear: both;
}
.project-list .row:before,
.recent-list .row:before,
.project-list .row:after,
.recent-list .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.project-list .row:after,
.recent-list .row:after {
  clear: both;
}
.project-list .row:before,
.recent-list .row:before,
.project-list .row:after,
.recent-list .row:after {
  display: table;
  content: "";
  line-height: 0;
}
.project-list .row:after,
.recent-list .row:after {
  clear: both;
}
.project-list .count-found {
  margin-bottom: 25px;
}
.recent-more .clear {
  clear: left !important;
}
.search-form {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
  *zoom: 1;
}
.search-form:before,
.search-form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.search-form:after {
  clear: both;
}
.search-form:before,
.search-form:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.search-form:after {
  clear: both;
}
.search-form:before,
.search-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-form:after {
  clear: both;
}
.search-form:before,
.search-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.search-form:after {
  clear: both;
}
.search-form form {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .search-form form {
    float: left;
    width: 83.33333333333334%;
  }
}
@media (min-width: 768px) {
  .search-form form {
    left: 8.333333333333332%;
  }
}
.search-form form input[type="text"],
.search-form form input[type="search"] {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.search-form form button {
  width: 100%;
}
.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .search-results {
    left: 8.333333333333332%;
  }
}
@media (min-width: 768px) {
  .search-results {
    float: left;
    width: 83.33333333333334%;
  }
}
.search-results li {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.search-results li h2 {
  margin-bottom: 0;
}
.search-results li h2 a {
  color: #cf4142;
}
.search-results li h2 a img {
  width: 26px;
  margin: 0 10px 0 0;
  float: left;
}
.search-results li h2 a:hover {
  color: #b02d2e;
}
.search-results li p {
  margin-bottom: 0;
}
.search-results li p em {
  background: #ffffcc;
}
.inline-form {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 30px;
}
.inline-form input[type="text"],
.inline-form input[type="search"] {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  margin-bottom: 10px;
  line-height: 1.6em;
}
.listitem.landings-item.recent-item .meta {
  background: #ededed;
}
.tmpl-landingspage .listitem.landings-item .projectintro,
.tmpl-homepage .listitem.landings-item .projectintro {
  padding: 15px;
  border-bottom: 1px solid #cbcbcb;
}
.listitem {
  margin: 0 0 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .listitem {
    float: left;
    width: 50%;
  }
}
.listitem h2 {
  font-size: 20px;
  margin: 0;
  background: #d5ccc5;
  font-weight: 500;
  text-align: left;
  padding: 15px;
  padding-top: 3%;
  position: relative;
  *zoom: 1;
}
.listitem h2:before,
.listitem h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.listitem h2:after {
  clear: both;
}
.listitem h2:before,
.listitem h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.listitem h2:after {
  clear: both;
}
.listitem h2:before,
.listitem h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.listitem h2:after {
  clear: both;
}
.listitem h2:before,
.listitem h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.listitem h2:after {
  clear: both;
}
.listitem h2 .icon img {
  width: 45px;
  float: left;
  margin-right: 10px;
}
.listitem h2 .text small {
  color: #676767;
}
.listitem .thumb {
  width: 100%;
  display: block;
  margin-right: 0;
  height: 70%;
  overflow: hidden;
}
.listitem .thumb img {
  display: block;
  width: 100%;
  margin-top: -15%;
}
.listitem .media-body {
  text-align: left;
  padding: 20px 0;
}
.listitem .media-body p {
  line-height: 1.8em;
  margin: 0;
}
.listitem .media-body.list {
  padding: 0;
}
.listitem .related {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.listitem .related li {
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.listitem .related li img {
  width: 20px;
  margin-right: 8px;
}
.listitem .related li.articles a {
  color: #676767;
  display: block;
  padding: 15px 15px 15px 44px;
}
.listitem .related li.articles a img {
  margin-left: -28px;
}
.listitem .related li.articles a span,
.listitem .related li.articles a em {
  color: #9a9a9a;
}
.listitem .related li.people {
  padding: 15px;
}
.listitem .related li.people a {
  color: #676767;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}
.listitem .readmore {
  display: block;
  clear: both;
}
.listitem.sidebar-item {
  width: 100%;
  margin: 0 0 15px;
  padding-right: 0!important;
  float: none;
}
.listitem.sidebar-item h2:before {
  width: 25%;
}
.listitem.sidebar-item:nth-child(even),
.listitem.sidebar-item:nth-child(odd) {
  padding-right: 0;
}
.listitem.landings-item .media-body {
  background: #ededed;
  padding: 20px;
}
.listitem.landings-item .media-body.list {
  padding: 0;
}
.listitem.landings-item .thumb {
  width: 100%;
  float: none;
  margin-top: 0;
}
.listitem.landings-item .related li {
  border-bottom: 1px solid #cbcbcb;
}
.listitem.landings-item.recent-item h2 {
  font-size: 24px;
  padding: 30px;
}
.listitem.landings-item.recent-item h2:before {
  display: none;
}
.listitem.landings-item.recent-item h2 .type {
  display: block;
  font-size: 0.7em;
  font-weight: 300;
  color: #676767;
}
.listitem.landings-item.recent-item .meta {
  padding: 20px 30px;
}
.listitem.landings-item.recent-item .meta p {
  color: #707d7d;
  margin: 0;
  font-size: 13px;
  text-align: left;
}
.listitem.landings-item.recent-item .meta p a {
  color: #707d7d;
}
.listitem.landings-item.recent-item .media-body {
  padding: 20px;
}
.listitem.landings-item.deacon-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .listitem.landings-item.deacon-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listitem.landings-item.deacon-item {
    float: left;
    width: 33.33333333333333%;
  }
}
.listitem.landings-item.deacon-item h2 {
  background: #5B5754;
  color: #ffffff;
  padding: 25px;
}
.listitem.landings-item.deacon-item h2:before {
  display: none;
}
.listitem.landings-item.deacon-item h2 .text {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.listitem.landings-item.deacon-item.item-general h2 {
  background: #b1a093;
}
@media screen and (min-width: 992px) {
  
}
.listitem.landings-item.smaller-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .listitem.landings-item.smaller-item {
    float: left;
    width: 33.33333333333333%;
  }
}
.listitem.landings-item.smaller-item:nth-child(even),
.listitem.landings-item.smaller-item:nth-child(odd) {
  clear: none;
}
@media screen and (min-width: 768px) {
  .listitem.landings-item.smaller-item:nth-child(3n+1) {
    clear: left;
  }
}
.listitem.item-diaconia .thumb {
  margin: 10px 10px 5px 0;
}
.listitem.item-40day h2 .icon,
.listitem.item-christmas h2 .icon {
  background: none;
  padding: 0;
}
.listitem.item-40day h2 .icon img,
.listitem.item-christmas h2 .icon img {
  margin-bottom: -70px;
  margin-top: -18px;
  width: 90px;
}
.listitem.item-40day h2 .text small,
.listitem.item-christmas h2 .text small {
  color: #ffffff;
}
.listitem.item-40day h2:before,
.listitem.item-christmas h2:before {
  display: none;
}
.listitem.item-40day h2 {
  background: #61267f;
  color: #ffffff;
}
.listitem.item-40day h2 small {
  color: #ccc!important;
}
.listitem.item-christmas h2 {
  background: #cf4142;
  color: #ffffff;
}
.listitem.news-item {
  width: 70%;
  margin-top: 30px;
}
.listitem.news-item:nth-child(even),
.listitem.news-item:nth-child(odd) {
  padding-right: 0;
  padding-left: 0;
}
.listitem.news-item h2 {
  background: #ededed;
  font-weight: 300;
}
.listitem.news-item h2 strong {
  display: block;
  font-weight: 500;
}
.listitem.news-item .icon {
  background: #fafafa;
}
.listitem.news-item:before {
  background: #fafafa;
}
.listitem.news-item .date {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4em;
}
.listitem.deacon-teaser {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .listitem.deacon-teaser {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listitem.deacon-teaser {
    float: left;
    width: 33.33333333333333%;
  }
}
.listitem.deacon-teaser:nth-child(even),
.listitem.deacon-teaser:nth-child(odd) {
  padding-right: inherit;
  padding-left: inherit;
  clear: none;
}
.listitem.deacon-teaser h2 {
  padding: 25px;
}
.listitem.deacon-teaser h2:before {
  display: none;
}
.listitem.deacon-teaser h2 .text {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.listitem.deacon-teaser .media-body {
  background: #ffffff;
  padding: 20px;
}
.listitem.deacon-teaser .media-body ul {
  padding: 0;
}
.listitem.deacon-teaser .media-body ul.faq-list {
  padding-left: 10px;
}
.listitem.deacon-teaser .media-body form p {
  margin-top: 15px;
}
.listitem.deacon-teaser.linkedin h2 i.fa {
  margin-right: 7px;
  font-size: 24px;
}
.listitem.fortydays-project {
  margin-bottom: 30px;
}
.listitem.fortydays-project h2 .icon {
  position: relative;
}
.listitem.fortydays-project h2 .icon img {
  margin: 0 auto;
  float: none;
}
.listitem.fortydays-project h2 .icon .number {
  position: absolute;
  top: 50%;
  left: 32%;
  margin-top: -11px;
  color: #ffffff;
  display: block;
  font-size: 22px;
}
.listitem.fortydays-project .readmore {
  background: #61267f;
}
.listitem.fortydays-project .readmore:hover {
  background: #431a58;
}
.listitem-new {
  margin: 0 0 40px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .listitem-new {
    float: left;
    width: 50%;
  }
}
.listitem-new h2 {
  font-size: 20px;
  margin: 0;
  background: #f3efea;
  font-weight: 500;
  text-align: left;
  padding: 15px;
  padding-top: 3%;
  position: relative;
  *zoom: 1;
}
.listitem-new h2:before,
.listitem-new h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.listitem-new h2:after {
  clear: both;
}
.listitem-new h2:before,
.listitem-new h2:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.listitem-new h2:after {
  clear: both;
}
.listitem-new h2:before,
.listitem-new h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.listitem-new h2:after {
  clear: both;
}
.listitem-new h2:before,
.listitem-new h2:after {
  display: table;
  content: "";
  line-height: 0;
}
.listitem-new h2:after {
  clear: both;
}
.listitem-new h2 .icon img {
  width: 45px;
  float: left;
  margin-right: 10px;
}
.listitem-new h2 .text small {
  color: #676767;
}
.listitem-new .thumb {
  width: 100%;
  display: block;
  margin-right: 0;
  height: 70%;
  overflow: hidden;
}
.listitem-new .thumb img {
  display: block;
  width: 100%;
  margin-top: -15%;
}
.listitem-new .media-body {
  text-align: left;
  padding: 20px;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
}
.listitem-new .media-body p {
  line-height: 1.8em;
  margin: 0;
  font-size: 14px;
}
.listitem-new .related {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.listitem-new .related li {
  font-size: 14px;
  border-bottom: 1px solid #ededed;
}
.listitem-new .related li img {
  width: 20px;
  margin-right: 8px;
}
.listitem-new .related li.articles a {
  color: #676767;
  display: block;
  padding: 15px 15px 15px 44px;
}
.listitem-new .related li.articles a img {
  margin-left: -28px;
}
.listitem-new .related li.articles a span,
.listitem-new .related li.articles a em {
  color: #cf4142;
}
.listitem-new .related li.people {
  padding: 15px;
}
.listitem-new .related li.people a {
  color: #676767;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}
.listitem-new .readmore {
  margin-top: 24px;
  display: inline-block;
  clear: both;
}
.listitem-new.landings-item .thumb {
  width: 100%;
  float: none;
  margin-top: 0;
}
.listitem-new.landings-item .related li {
  border-bottom: 1px solid #cbcbcb;
}
.listitem-new.landings-item.recent-item h2 {
  font-size: 24px;
  padding: 30px;
}
.listitem-new.landings-item.recent-item h2:before {
  display: none;
}
.listitem-new.landings-item.recent-item h2 .type {
  display: block;
  font-size: 0.7em;
  font-weight: 300;
  color: #676767;
}
.listitem-new.landings-item.recent-item .meta {
  padding: 20px 30px;
}
.listitem-new.landings-item.recent-item .meta p {
  color: #707d7d;
  margin: 0;
  font-size: 13px;
  text-align: left;
}
.listitem-new.landings-item.recent-item .meta p a {
  color: #707d7d;
}
.listitem-new.landings-item.recent-item .media-body {
  padding: 20px;
}
.listitem-new.landings-item.deacon-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .listitem-new.landings-item.deacon-item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listitem-new.landings-item.deacon-item {
    float: left;
    width: 33.33333333333333%;
  }
}
.listitem-new.landings-item.deacon-item h2 {
  background: #5B5754;
  color: #ffffff;
  padding: 25px;
}
.listitem-new.landings-item.deacon-item h2:before {
  display: none;
}
.listitem-new.landings-item.deacon-item h2 .text {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.listitem-new.landings-item.deacon-item.item-general h2 {
  background: #b1a093;
}
@media screen and (min-width: 992px) {
  
}
.listitem-new.landings-item.smaller-item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .listitem-new.landings-item.smaller-item {
    float: left;
    width: 33.33333333333333%;
  }
}
.listitem-new.landings-item.smaller-item:nth-child(even),
.listitem-new.landings-item.smaller-item:nth-child(odd) {
  clear: none;
}
@media screen and (min-width: 768px) {
  .listitem-new.landings-item.smaller-item:nth-child(3n+1) {
    clear: left;
  }
}
.listitem-new.landings-item.listitem-small .thumb {
  position: relative;
}
.listitem-new.landings-item.listitem-small .thumb .readmore {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.fortydays.projects .listitem-new .readmore {
  background: #61267f;
}
.blockitem {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .blockitem {
    float: left;
    width: 33.33333333333333%;
  }
}
@media (min-width: 992px) {
  .blockitem {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .blockitem {
    width: 50%;
    float: left;
  }
  .blockitem:nth-of-type(odd) {
    clear: left;
    padding-right: 20px;
  }
  .blockitem:nth-of-type(even) {
    clear: right;
    padding-left: 20px;
  }
}
.blockitem .thumb {
  position: relative;
  display: block;
}
.blockitem .thumb .readmore {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: none;
}
.blockitem .media-heading {
  padding: 28px 20px;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  font-size: 16px;
  color: #676767;
  line-height: 1.4em;
  *zoom: 1;
}
.blockitem .media-heading:before,
.blockitem .media-heading:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blockitem .media-heading:after {
  clear: both;
}
.blockitem .media-heading:before,
.blockitem .media-heading:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.blockitem .media-heading:after {
  clear: both;
}
.blockitem .media-heading:before,
.blockitem .media-heading:after {
  display: table;
  content: "";
  line-height: 0;
}
.blockitem .media-heading:after {
  clear: both;
}
.blockitem .media-heading:before,
.blockitem .media-heading:after {
  display: table;
  content: "";
  line-height: 0;
}
.blockitem .media-heading:after {
  clear: both;
}
.blockitem .media-heading .icon img {
  width: 45px;
  float: left;
  margin-right: 20px;
}
.blockitem .media-heading .text {
  float: right;
  width: calc(100% - 65px);
}
.blockitem .media-heading .text small {
  margin-top: 5px;
  color: #676767;
  font-size: 14px;
}
.blockitem .media-heading.smaller {
  padding: 39px 20px;
}
.blockitem .media-heading.smaller .icon img {
  margin-top: -11px;
}
.blockitem.item-activity .media-heading,
.blockitem.item-donation .media-heading,
.blockitem.item-pray .media-heading,
.blockitem.item-travel .media-heading {
  color: #cf4142;
}
.blockitem.item-activity .media-heading .text small,
.blockitem.item-donation .media-heading .text small,
.blockitem.item-pray .media-heading .text small,
.blockitem.item-travel .media-heading .text small {
  color: #676767;
}
.fortydays .blockitem.item-activity .media-heading,
.fortydays .blockitem.item-donation .media-heading,
.fortydays .blockitem.item-pray .media-heading,
.fortydays .blockitem.item-travel .media-heading {
  color: #61267f;
}
.blockitem a:hover {
  text-decoration: none;
}
.blockitem a:hover .media-heading {
  background: #f2f3f3;
}
.fortydays .blockitem .readmore {
  background: #61267f;
}
.fortydays .blockitem .readmore:hover {
  background: #431a58;
}
.homepage .action-blocks,
.fortydays .action-blocks,
.deaconpage .action-blocks {
  *zoom: 1;
}
.homepage .action-blocks:before,
.fortydays .action-blocks:before,
.deaconpage .action-blocks:before,
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  clear: both;
}
.homepage .action-blocks:before,
.fortydays .action-blocks:before,
.deaconpage .action-blocks:before,
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  clear: both;
}
.homepage .action-blocks:before,
.fortydays .action-blocks:before,
.deaconpage .action-blocks:before,
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  display: table;
  content: "";
  line-height: 0;
}
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  clear: both;
}
.homepage .action-blocks:before,
.fortydays .action-blocks:before,
.deaconpage .action-blocks:before,
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  display: table;
  content: "";
  line-height: 0;
}
.homepage .action-blocks:after,
.fortydays .action-blocks:after,
.deaconpage .action-blocks:after {
  clear: both;
}
.homepage .action-blocks h1,
.fortydays .action-blocks h1,
.deaconpage .action-blocks h1 {
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .homepage .project-list,
  .fortydays .project-list,
  .deaconpage .project-list,
  .homepage .highlight-section,
  .fortydays .highlight-section,
  .deaconpage .highlight-section {
    padding: 0 20px;
    margin: 20px 0;
  }
}
.homepage .highlight-section .blockitem,
.fortydays .highlight-section .blockitem,
.deaconpage .highlight-section .blockitem {
  float: left;
  padding: 0;
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .homepage .highlight-section .blockitem,
  .fortydays .highlight-section .blockitem,
  .deaconpage .highlight-section .blockitem {
    width: 50%;
  }
  .homepage .highlight-section .blockitem:nth-of-type(odd),
  .fortydays .highlight-section .blockitem:nth-of-type(odd),
  .deaconpage .highlight-section .blockitem:nth-of-type(odd) {
    clear: left;
    padding-right: 20px;
  }
  .homepage .highlight-section .blockitem:nth-of-type(even),
  .fortydays .highlight-section .blockitem:nth-of-type(even),
  .deaconpage .highlight-section .blockitem:nth-of-type(even) {
    clear: right;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .homepage .highlight-section .blockitem,
  .fortydays .highlight-section .blockitem,
  .deaconpage .highlight-section .blockitem {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .homepage .highlight-section .blockitem,
  .fortydays .highlight-section .blockitem,
  .deaconpage .highlight-section .blockitem {
    width: 50%;
  }
  .homepage .highlight-section .blockitem:nth-of-type(odd),
  .fortydays .highlight-section .blockitem:nth-of-type(odd),
  .deaconpage .highlight-section .blockitem:nth-of-type(odd) {
    clear: left;
    padding-right: 20px;
  }
  .homepage .highlight-section .blockitem:nth-of-type(even),
  .fortydays .highlight-section .blockitem:nth-of-type(even),
  .deaconpage .highlight-section .blockitem:nth-of-type(even) {
    clear: right;
    padding-left: 20px;
  }
}
.homepage .highlight-section .blockitem.item-activity .thumb .readmore,
.fortydays .highlight-section .blockitem.item-activity .thumb .readmore,
.deaconpage .highlight-section .blockitem.item-activity .thumb .readmore,
.homepage .highlight-section .blockitem.item-donation .thumb .readmore,
.fortydays .highlight-section .blockitem.item-donation .thumb .readmore,
.deaconpage .highlight-section .blockitem.item-donation .thumb .readmore {
  display: block;
}
.action-blocks {
  margin-left: -15px;
  margin-right: -15px;
}
.related-blocks {
  padding-top: 30px;
}
.related-blocks h2 {
  margin-bottom: 12px;
}
.block-container {
  *zoom: 1;
}
@media screen and (min-width: 768px) {
  .block-container {
    margin-left: -8.8%;
    margin-right: -15px;
    width: 179.9%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .block-container {
    margin-left: -7.9%;
    margin-right: -15px;
    width: 169.4%;
    padding-left: 5.4%;
  }
}
.block-container:before,
.block-container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block-container:after {
  clear: both;
}
.block-container:before,
.block-container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.block-container:after {
  clear: both;
}
.block-container:before,
.block-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-container:after {
  clear: both;
}
.block-container:before,
.block-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-container:after {
  clear: both;
}
.block-container .blockitem {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .block-container .blockitem {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block-container .blockitem {
    float: left;
    width: 33.33333333333333%;
  }
}
.related-project {
  margin-top: 20px;
  clear: both;
}
.related-project h3 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.related-project .listitem {
  margin: 0 0 20px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .related-project .listitem {
    float: left;
    width: 50%;
  }
}
body.employeepage .related-project .listitem {
  width: 100%;
}
@media screen and (min-width: 992px) {
  body.employeepage .related-project .listitem {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  body.employeepage .related-project .listitem {
    float: left;
    width: 50%;
  }
}
.related-project .listitem:nth-child(even) {
  padding: 0;
}
h3.more-recent {
  clear: both;
}
.extra-recent {
  margin: 0 -15px;
}
.recent-filter {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #7f6c5f;
  color: #FFF;
  padding: 7px 9px;
  margin-right: 10px;
  font-size: 13px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.recent-filter:hover {
  color: #FFF;
}
.recent-filter:focus {
  color: #FFF;
}
.recent-filter.selected {
  background-color: #ec8727;
}
.sharethis {
  margin: 20px 0;
}
.sharethis h3 {
  font-weight: 300;
  text-align: center;
}
.share {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.share:before,
.share:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.share:after {
  clear: both;
}
.share:before,
.share:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.share:after {
  clear: both;
}
.share:before,
.share:after {
  display: table;
  content: "";
  line-height: 0;
}
.share:after {
  clear: both;
}
.share:before,
.share:after {
  display: table;
  content: "";
  line-height: 0;
}
.share:after {
  clear: both;
}
.share li {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #e4e4e4;
  padding: 15px 15px;
  height: 55px;
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) {
  .share li {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .share li {
    float: left;
    width: 25%;
  }
}
.share li:after {
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  content: 'Facebook';
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: #425F9B;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  padding-top: 15px;
}
.share li:hover:after,
.share li:active:after,
.share li.hover:after {
  left: -100%;
}
.share li.twitter:after {
  content: 'Twitter';
  color: #ffffff;
  background: #2994ec;
}
.share li.email a {
  color: #676767;
}
.share li.email:after {
  content: 'E-mail';
  color: #676767;
  background: #e4e4e4;
}
.share li.print {
  cursor: pointer;
}
.share li.print:after {
  content: 'Printen';
  color: #fff;
  background: #878787;
}
.share li.print img {
  max-width: 25px;
}
.advisors-list .author .thumb img {
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.author {
  *zoom: 1;
  border: 1px solid #ededed;
  margin-bottom: 20px;
}
.author:before,
.author:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.author:after {
  clear: both;
}
.author:before,
.author:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.author:after {
  clear: both;
}
.author:before,
.author:after {
  display: table;
  content: "";
  line-height: 0;
}
.author:after {
  clear: both;
}
.author:before,
.author:after {
  display: table;
  content: "";
  line-height: 0;
}
.author:after {
  clear: both;
}
.author .thumb {
  width: 20%;
  float: left;
  margin-right: 10px;
}
.author .thumb img {
  display: block;
  width: 100%;
}
.author h3 {
  padding: 20px 10px 0;
  font-size: 16px;
  margin-bottom: 10px;
}
.author h3 a {
  color: #676767;
}
.author .meta {
  padding: 0 10px;
  color: #707d7d;
  font-size: 13px;
}
.author .readmore {
  display: block;
  clear: both;
}
.author.highlight .thumb img {
  filter: none;
  -webkit-filter: none;
}
.author.highlight .readmore {
  background-color: #cf4142;
  color: #ffffff;
}
.author.highlight .readmore .fa-inverse {
  color: #cf4142;
}
.message-item {
  margin-bottom: 40px;
}
.message-item h2 {
  border-bottom: 1px solid #ededed;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.message-item .readmore {
  color: #fff;
}
.thumb-employee {
  width: 30%;
  margin: 0 10px 25px 0;
  float: left;
}
.subscribe-form {
  margin-top: 20px;
}
.eventlist h3 {
  background: #7f6c5f;
  color: #ffffff;
  font-weight: 300;
  padding: 17px 20px 15px;
  margin: 0;
  text-transform: uppercase;
}
.eventlist table {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
}
.eventlist table tr {
  border-bottom: 1px solid #e2dbd5;
}
.eventlist table tr td {
  padding: 8px;
}
.eventlist td:first-child {
  width: 80px;
}
.eventlist .date {
  float: left;
  background: #d5ccc5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: block;
  width: 55px;
  height: 55px;
  padding-top: 17px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
}
.eventlist .date strong {
  font-size: 26px;
  display: block;
  margin-bottom: 6px;
}
.eventlist a {
  display: block;
  vertical-align: middle;
  color: #7f6c5f;
  *zoom: 1;
}
.eventlist a:before,
.eventlist a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.eventlist a:after {
  clear: both;
}
.eventlist a:before,
.eventlist a:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.eventlist a:after {
  clear: both;
}
.eventlist a:before,
.eventlist a:after {
  display: table;
  content: "";
  line-height: 0;
}
.eventlist a:after {
  clear: both;
}
.eventlist a:before,
.eventlist a:after {
  display: table;
  content: "";
  line-height: 0;
}
.eventlist a:after {
  clear: both;
}
.eventlist a:hover {
  text-decoration: none;
  color: #cf4142;
}
.eventlist a:hover .date {
  background: #cf4142;
  color: #ffffff;
}
.eventlist .pill {
  margin: 2px 5px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #ffffff;
  background: #ec8727;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 12px;
  padding: 5px 8px 3px;
}
.eventlist .pill:hover {
  text-decoration: none;
  background: #ce6e12;
  color: #ffffff;
}
.event-item h2 {
  background: #d5ccc5;
  padding: 15px;
}
.nexturl-wrapper i {
  display: none;
}
.nexturl-wrapper.loading {
  text-align: center;
  font-size: 3em;
}
.nexturl-wrapper.loading a {
  display: none;
}
.nexturl-wrapper.loading i {
  display: inline-block;
}
.project-detail .pagetitle h1 .text {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px 15px;
  display: block;
}
@media (min-width: 768px) {
  .project-detail .pagetitle h1 .text {
    float: left;
    width: 58.333333333333336%;
  }
}
.project-detail .pagecontent {
  padding: 0;
}
.project-detail .project-meta {
  margin-bottom: 15px;
}
.project-detail .project-meta .project-id {
  float: right;
  color: #4f6969;
}
.project-detail .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 25px;
}
@media (min-width: 768px) {
  .project-detail .content {
    float: left;
    width: 66.66666666666666%;
  }
}
.project-detail .sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .project-detail .sidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
.project-detail .country-img {
  width: 100%;
}
.project-detail .goTo.big {
  width: auto;
  margin: 0 0 15px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.project-detail .author {
  margin: 30px 0;
}
.project-detail #more-info h2 {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.project-detail #more-info h2 img {
  width: 47px;
  float: left;
  margin-right: 10px;
}
.project-detail #more-info h2 .text {
  padding-top: 10px;
  display: block;
}
.project-detail #more-info .column-text {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 35px;
}
.project-detail #more-info .column-text h3,
.project-detail #more-info .column-text h2 {
  color: #676767;
  font-size: 18px;
  margin: 0 0 5px;
}
.project-detail .recent-teasers {
  padding: 40px 0;
  *zoom: 1;
  text-align: center;
}
.project-detail .recent-teasers:before,
.project-detail .recent-teasers:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.project-detail .recent-teasers:after {
  clear: both;
}
.project-detail .recent-teasers:before,
.project-detail .recent-teasers:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.project-detail .recent-teasers:after {
  clear: both;
}
.project-detail .recent-teasers:before,
.project-detail .recent-teasers:after {
  display: table;
  content: "";
  line-height: 0;
}
.project-detail .recent-teasers:after {
  clear: both;
}
.project-detail .recent-teasers:before,
.project-detail .recent-teasers:after {
  display: table;
  content: "";
  line-height: 0;
}
.project-detail .recent-teasers:after {
  clear: both;
}
.project-detail .recent-teasers .row {
  clear: both;
  margin: 0 -15px;
}
@media screen and (min-width: 768px) {
  .all-projects .money {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .all-projects .money {
    text-align: left;
  }
}
.all-projects .row-1 {
  background-color: #ededed;
}
.all-projects .header {
  font-size: 1.1em;
}
.all-projects a {
  color: #cf4142;
}
@media screen and (min-width: 768px) {
  .employee-list .list {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 155px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .employee-list .list {
    float: left;
    width: 33.33333333333333%;
  }
}
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.faq-item h2 {
  font-size: 20px;
}
.faq-item h2 a {
  color: #cf4142;
}
.faq-item h2 a:hover {
  color: #b02d2e;
}
.faq-item .answer {
  background: #ededed;
  padding: 20px;
}
.faq-item .answer p:last-child {
  margin-bottom: 0;
}
.faq-items {
  margin: 15px 0;
}
.faq-items h3 {
  background: #4c4c4c;
  color: #ffffff;
  padding: 20px 25px 18px;
  font-size: 20px;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.faq-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq-items ul .faq-item {
  margin-bottom: 8px;
}
.faq-items ul .faq-item h2 {
  font-size: 16px;
}
.slider {
  background: #000;
  padding: 30px 0;
  position: relative;
}
.slider h2 {
  text-align: center;
  color: #ffffff;
  padding: 0 20px;
  margin-bottom: 0;
}
.slider p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 0 20px;
}
.slider .slides {
  list-style: none;
  padding: 0;
  margin: 0;
  *zoom: 1;
}
.slider .slides:before,
.slider .slides:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.slider .slides:after {
  clear: both;
}
.slider .slides:before,
.slider .slides:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.slider .slides:after {
  clear: both;
}
.slider .slides:before,
.slider .slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider .slides:after {
  clear: both;
}
.slider .slides:before,
.slider .slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider .slides:after {
  clear: both;
}
.slider .slides li {
  float: left;
}
.slider .slides li a img {
  width: 100%;
}
.slider .slides li .video-container {
  width: 100%;
}
hr {
  padding-top: 20px;
  margin-top: 0;
  border: 1px solid #ededed;
  border-width: 0 0 1px;
  clear: both;
}
.reactions {
  margin-top: 20px;
}
.reactions hr {
  margin: 10px 0 20px;
}
.dashboard-reaction-list {
  margin-top: 4em;
}
h1.form,
.formdescription,
.hidegroup,
#formid {
  display: none;
}
.errors {
  margin: 0px 0 20px 0px;
  padding: 0 0 0 20px;
}
.errors li {
  color: #cf4142;
}
.formgen-email {
  display: none;
}
.formgen {
  list-style: none;
  padding: 0;
  margin: 0;
}
.formgen li {
  margin-bottom: 10px;
}
.formgen p.hint {
  margin-bottom: 0;
}
.formgen label {
  display: block;
}
.formgen label .required {
  color: #cf4142;
}
.formgen input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 12px;
}
.formgen input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.formgen input[type="submit"]:hover,
.formgen input[type="submit"]:focus {
  color: #333333;
  text-decoration: none;
}
.formgen input[type="submit"]:active,
.formgen input[type="submit"].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.formgen input[type="submit"].disabled,
.formgen input[type="submit"][disabled],
fieldset[disabled] .formgen input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.006500000000000001;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.formgen input[type="submit"] .fa-stack {
  font-size: 0.8em;
}
.formgen input[type="submit"].btn-primary .fa-inverse {
  color: #4c4c4c;
}
.formgen input[type="text"] {
  width: 85%;
}
.formgen input[type="text"].small {
  width: 27%;
  font-size: 100%;
}
.formgen input[type="text"].medium {
  width: 55%;
}
.formgen input[type="text"].error {
  border: 1px solid #cf4142;
}
.formgen textarea {
  width: 100%;
  height: 150px;
}
.formgen .elements {
  margin-bottom: 10px;
}
.formgen select,
.formgen select.large,
.formgen select.medium,
.formgen select.small {
  width: auto;
}
.formgen .multi {
  margin-bottom: 7px;
}
.formgen .multi label {
  font-size: 12px;
}
.formgen .multi br {
  display: none;
}
.formgen .bundle_first {
  margin-right: 3%;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url('/assets/flexslider/fonts/flexslider-icon.eot');
  src: url('/assets/flexslider/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/assets/flexslider/fonts/flexslider-icon.woff') format('woff'), url('/assets/flexslider/fonts/flexslider-icon.ttf') format('truetype'), url('/assets/flexslider/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cf4142;
  text-align: center;
}
.flex-direction-nav .flex-prev {
  left: 10px;
}
.flex-direction-nav .flex-next {
  right: 10px;
}
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  margin: 7px auto;
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
input[type="text"],
input[type="password"],
input[type="	rch"],
textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  line-height: 1em;
}
input[type="text"].single-line,
input[type="password"].single-line,
input[type="	rch"].single-line,
textarea.single-line {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  float: left;
  width: 60%;
}
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 12px;
}
button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button:hover,
button:focus {
  color: #333333;
  text-decoration: none;
}
button:active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  opacity: 0.006500000000000001;
  filter: alpha(opacity=0.65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button .fa-stack {
  font-size: 0.8em;
}
button.btn-primary .fa-inverse {
  color: #4c4c4c;
}
button .fa-inverse {
  color: #4c4c4c;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .goTo {
    font-size: 20px;
    padding: 10px;
  }
  .goTo.big {
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
  #topnav {
    background: #7f6c5f;
    display: block;
    padding-bottom: 10px;
    -webkit-box-shadow: inset -2px 4px 4px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -2px 4px 4px -3px rgba(0, 0, 0, 0.2);
    box-shadow: inset -2px 4px 4px -3px rgba(0, 0, 0, 0.2);
  }
  #list_topmenu,
  #list_metamenu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #list_topmenu li a,
  #list_metamenu li a {
    color: #e2dbd5;
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #9a8577;
  }
  #list_topmenu li a:hover,
  #list_metamenu li a:hover {
    background: #8b7668;
    text-decoration: none;
  }
  #list_metamenu li {
    font-size: 13px;
  }
  #list_metamenu li a {
    color: #cdc1b7;
  }
  .breadcrumb_ul_0 {
    padding-top: 5px;
  }
  .search-form {
    margin: 15px -15px;
  }
  .searchBlock {
    margin: 10px 10px 0;
    *zoom: 1;
    padding-top: 2px;
  }
  .searchBlock:before,
  .searchBlock:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .searchBlock:after {
    clear: both;
  }
  .searchBlock:before,
  .searchBlock:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .searchBlock:after {
    clear: both;
  }
  .searchBlock:before,
  .searchBlock:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .searchBlock:after {
    clear: both;
  }
  .searchBlock:before,
  .searchBlock:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .searchBlock:after {
    clear: both;
  }
  .searchBlock input {
    float: left;
    width: 100%;
  }
  .searchBlock button {
    float: right;
    margin-top: -24px;
  }
  .pagecontent {
    padding: 5px 15px;
  }
  .pagecontent .lead {
    font-size: 18px;
    line-height: 24px;
  }
  .homepage #why .text,
  .deaconpage #why .text {
    position: static;
    width: 100%;
  }
  .homepage #why .text p,
  .deaconpage #why .text p {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
  }
  .homepage #why .readmore,
  .deaconpage #why .readmore {
    width: 100%;
    position: static;
  }
  .homepage .recent-section,
  .deaconpage .recent-section,
  .homepage #teasers,
  .deaconpage #teasers {
    padding: 35px 15px;
  }
  .js #topnav {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
  .js #topnav.open {
    max-height: 1400px;
    padding-bottom: 10px;
  }
  .js #topnav ul ul {
    display: none;
  }
  .js #submenu {
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-in-out;
    -moz-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
  }
  .js #submenu.open {
    max-height: 1000px;
  }
}
#list_topmenu li.open ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
#list_topmenu li.open ul li a {
  padding-left: 1.5em;
  font-size: .75em;
  color: #333;
}
.ad-blocks {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
@media (min-width: 768px) {
  .ad-blocks {
    float: left;
    width: 66.66666666666666%;
  }
}
.ad-blocks:before,
.ad-blocks:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.ad-blocks:after {
  clear: both;
}
.ad-blocks:before,
.ad-blocks:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.ad-blocks:after {
  clear: both;
}
.ad-blocks:before,
.ad-blocks:after {
  display: table;
  content: "";
  line-height: 0;
}
.ad-blocks:after {
  clear: both;
}
.ad-blocks:before,
.ad-blocks:after {
  display: table;
  content: "";
  line-height: 0;
}
.ad-blocks:after {
  clear: both;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .ad-blocks {
    width: 58%;
  }
}
.call-up {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .call-up {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .call-up {
    width: 42%;
  }
}
.call-up h2 {
  color: #214d4d;
  font-size: 20px;
  font-weight: 500;
}
.call-up p {
  font-size: 14px;
}
.call-up a {
  color: #307171;
}
.call-up .message-item .media-body {
  background: #f3efea;
  padding: 25px;
}
.aside-block {
  background: #C1CFCF;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.aside-block h2 {
  color: #214d4d;
  font-size: 20px;
  font-weight: 500;
}
.aside-block hr {
  height: 1px;
  border-color: #acc1c1;
}
.aside-block p {
  line-height: 1.6em;
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}
.aside-block input[type='email'],
.aside-block input[type='text'] {
  padding: 5px 10px;
  width: 100%;
  margin-top: 7px;
  line-height: 2em;
}
.aside-block button {
  background: #214d4d;
  color: #fff;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .aside-block button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .aside-block button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.aside-block button:hover {
  background: #307171;
  color: #fff;
}
.aside-block h3 {
  font-size: 14px;
  margin: 14px 0 4px;
}
.aside-block a.btn {
  background: #214d4d;
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: left;
  *zoom: 1;
}
.aside-block a.btn:before,
.aside-block a.btn:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.aside-block a.btn:after {
  clear: both;
}
.aside-block a.btn:before,
.aside-block a.btn:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.aside-block a.btn:after {
  clear: both;
}
.aside-block a.btn:before,
.aside-block a.btn:after {
  display: table;
  content: "";
  line-height: 0;
}
.aside-block a.btn:after {
  clear: both;
}
.aside-block a.btn:before,
.aside-block a.btn:after {
  display: table;
  content: "";
  line-height: 0;
}
.aside-block a.btn:after {
  clear: both;
}
.aside-block a.btn .fa-stack {
  float: right;
  margin-top: -2px;
}
.aside-block a.btn i.fa-inverse {
  color: #214d4d;
}
.aside-block a.btn:hover {
  background: #307171;
  color: #fff;
}
.aside-block-inline {
  padding: 25px;
  border: 1px solid #ededed;
  margin-bottom: 35px;
}
.aside-block-inline p {
  margin-bottom: 0;
  line-height: 1.6em;
  font-size: 14px;
}
.newsletter-signup {
  background: #C1CFCF;
  padding: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.newsletter-signup h2 {
  color: #214d4d;
  font-size: 20px;
  font-weight: 500;
}
.newsletter-signup hr {
  height: 1px;
  border-color: #acc1c1;
}
.newsletter-signup p {
  line-height: 1.6em;
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}
.newsletter-signup input[type='email'],
.newsletter-signup input[type='text'] {
  padding: 5px 10px;
  width: 100%;
  margin-top: 7px;
  line-height: 2em;
}
.newsletter-signup button {
  background: #214d4d;
  color: #fff;
}
@media screen and (min-width: 400px) and (max-width: 768px) {
  .newsletter-signup button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .newsletter-signup button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.newsletter-signup button:hover {
  background: #307171;
  color: #fff;
}
.newsletter-signup h3 {
  font-size: 14px;
  margin: 14px 0 4px;
}
.newsletter-signup a.btn {
  background: #214d4d;
  color: #fff;
  margin-top: 10px;
  display: block;
  text-align: left;
  *zoom: 1;
}
.newsletter-signup a.btn:before,
.newsletter-signup a.btn:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.newsletter-signup a.btn:after {
  clear: both;
}
.newsletter-signup a.btn:before,
.newsletter-signup a.btn:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.newsletter-signup a.btn:after {
  clear: both;
}
.newsletter-signup a.btn:before,
.newsletter-signup a.btn:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsletter-signup a.btn:after {
  clear: both;
}
.newsletter-signup a.btn:before,
.newsletter-signup a.btn:after {
  display: table;
  content: "";
  line-height: 0;
}
.newsletter-signup a.btn:after {
  clear: both;
}
.newsletter-signup a.btn .fa-stack {
  float: right;
  margin-top: -2px;
}
.newsletter-signup a.btn i.fa-inverse {
  color: #214d4d;
}
.newsletter-signup a.btn:hover {
  background: #307171;
  color: #fff;
}
.aside-btn {
  background: #f3efea;
  padding: 15px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 35px;
}
.aside-btn .btn {
  padding: 0;
  font-weight: bold;
  display: block;
  text-align: left;
}
.aside-btn .btn .fa-stack {
  float: right;
}
@media screen and (min-width: 500px) {
  .listitem,
  .listitem-new {
    *zoom: 1;
  }
  .listitem:before,
  .listitem-new:before,
  .listitem:after,
  .listitem-new:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .listitem:after,
  .listitem-new:after {
    clear: both;
  }
  .listitem:before,
  .listitem-new:before,
  .listitem:after,
  .listitem-new:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .listitem:after,
  .listitem-new:after {
    clear: both;
  }
  .listitem:before,
  .listitem-new:before,
  .listitem:after,
  .listitem-new:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .listitem:after,
  .listitem-new:after {
    clear: both;
  }
  .listitem:before,
  .listitem-new:before,
  .listitem:after,
  .listitem-new:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .listitem:after,
  .listitem-new:after {
    clear: both;
  }
  .listitem .thumb,
  .listitem-new .thumb {
    width: 30%;
    float: left;
    height: auto;
    overflow: visible;
    margin-top: 25px;
  }
  .listitem .thumb img,
  .listitem-new .thumb img {
    margin-top: 0;
  }
  .listitem .media-body,
  .listitem-new .media-body {
    padding: 20px;
  }
  .project-detail #more-info .column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .homepage .faux {
    overflow: hidden;
    position: relative;
  }
  .homepage #grid {
    background: transparent url('/assets/img/grid.png') repeat top left;
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  body:after {
    content: 'widescreen';
    display: none;
  }
  #headerelements {
    position: absolute;
    background: transparent;
    z-index: 2;
  }
  #headerelements .logo {
    margin-top: 60px;
    margin-left: 0;
    background: url('/assets/img/logo.svg') no-repeat;
    width: 220px;
    height: 107px;
    display: block;
    text-indent: -999em;
    background-size: 100% 100%;
  }
  #headerelements #menutrigger {
    display: none;
  }
  #headerelements .breadcrumb_ul_0 {
    display: none;
  }
  #headerelements .searchBlock {
    position: absolute;
    top: 65px;
    right: 57px;
  }
  #headerelements #list_topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-top: 0;
    *zoom: 1;
  }
  #headerelements #list_topmenu:before,
  #headerelements #list_topmenu:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements #list_topmenu:after {
    clear: both;
  }
  #headerelements #list_topmenu:before,
  #headerelements #list_topmenu:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements #list_topmenu:after {
    clear: both;
  }
  #headerelements #list_topmenu:before,
  #headerelements #list_topmenu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements #list_topmenu:after {
    clear: both;
  }
  #headerelements #list_topmenu:before,
  #headerelements #list_topmenu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements #list_topmenu:after {
    clear: both;
  }
  #headerelements #list_topmenu li {
    float: left;
  }
  #headerelements #list_topmenu li.active a,
  #headerelements #list_topmenu li:hover a {
    text-decoration: none;
  }
  #headerelements #list_topmenu li.active a {
    background: #ec8727;
  }
  #headerelements #list_topmenu li.active a:before {
    display: none;
  }
  #headerelements #list_topmenu ul {
    display: none;
  }
  #headerelements #list_topmenu a {
    color: #ffffff;
    display: block;
    padding: 9px 15px;
    margin-right: 3px;
    background: #7f6c5f;
    position: relative;
    -webkit-transition: position 0.3s ease-in-out;
    -moz-transition: position 0.3s ease-in-out;
    -o-transition: position 0.3s ease-in-out;
    transition: position 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
  }
  #headerelements #list_topmenu a span {
    display: none;
  }
  #headerelements #list_topmenu a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: #9a8577;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
  #headerelements #list_topmenu a:hover:before {
    bottom: 0;
  }
  #headerelements #list_topmenu .last a {
    background: #cf4142;
  }
  #headerelements #list_topmenu .last a:before {
    background: #d96a6b;
  }
  #headerelements .metanav {
    position: absolute;
    top: 0;
    right: 51px;
    height: 43px;
    *zoom: 1;
    background: #fff;
  }
  #headerelements .metanav:before,
  #headerelements .metanav:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements .metanav:after {
    clear: both;
  }
  #headerelements .metanav:before,
  #headerelements .metanav:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements .metanav:after {
    clear: both;
  }
  #headerelements .metanav:before,
  #headerelements .metanav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements .metanav:after {
    clear: both;
  }
  #headerelements .metanav:before,
  #headerelements .metanav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements .metanav:after {
    clear: both;
  }
  #headerelements .metanav #pkntrigger {
    float: right;
    margin-right: 5px;
    display: block;
  }
  #headerelements .metanav #pkntrigger i.fa {
    color: #bebebe;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #bebebe;
    padding: 4px 4px 3px;
    margin-left: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #headerelements .metanav #pkntrigger:hover i.fa {
    color: #000;
    border: 1px dashed #000;
  }
  #headerelements .metanav:before,
  #headerelements .metanav:after {
    content: '';
    background: transparent url('/assets/img/meta-bg.png') 0 0 no-repeat;
    width: 51px;
    height: 43px;
    position: absolute;
    top: 0;
  }
  #headerelements .metanav:before {
    left: -51px;
  }
  #headerelements .metanav:after {
    background: transparent url('/assets/img/meta-bg-right.png') 0 0 no-repeat;
    right: -51px;
  }
  #headerelements #list_metamenu {
    list-style: none;
    padding: 0;
    margin: 0;
    *zoom: 1;
    float: left;
    margin: 13px 10px 0 0;
  }
  #headerelements #list_metamenu:before,
  #headerelements #list_metamenu:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements #list_metamenu:after {
    clear: both;
  }
  #headerelements #list_metamenu:before,
  #headerelements #list_metamenu:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  #headerelements #list_metamenu:after {
    clear: both;
  }
  #headerelements #list_metamenu:before,
  #headerelements #list_metamenu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements #list_metamenu:after {
    clear: both;
  }
  #headerelements #list_metamenu:before,
  #headerelements #list_metamenu:after {
    display: table;
    content: "";
    line-height: 0;
  }
  #headerelements #list_metamenu:after {
    clear: both;
  }
  #headerelements #list_metamenu li {
    float: left;
    font-size: 12px;
  }
  #headerelements #list_metamenu li a {
    color: #676767;
    padding: 5px 8px 1px;
    border-right: 1px solid #e4e4e4;
    line-height: 1.2em;
  }
  #headerelements #list_metamenu li.last a {
    border-right: 0;
  }
  #headerelements #list_metamenu li.active a {
    color: #ec8727;
  }
  #headerelements .ha-header-small {
    position: fixed;
    z-index: 1;
    top: -140px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0!important;
    left: 0!important;
    -webkit-transition: 0.4s top ease-in-out;
    -moz-transition: 0.4s top ease-in-out;
    -o-transition: 0.4s top ease-in-out;
    transition: 0.4s top ease-in-out;
    padding: 0 15px 0 30px;
  }
  #headerelements .ha-header-small.ha-header-show {
    top: 0;
  }
  #headerelements .ha-header-small.ha-header-show .blanc {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 0 15px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    border-top: 1px solid #ededed;
    padding-top: 28px;
  }
  #headerelements .ha-header-small .logo {
    background: url('/assets/img/logo.svg') no-repeat;
    width: 110px;
    height: 53.5px;
    display: block;
    text-indent: -999em;
    background-size: 100% 100%;
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 0!important;
  }
  #headerelements .ha-header-small .breadcrumb_ul_0 {
    display: block;
    clear: both;
    padding: 0;
    border-top: 1px solid #ededed;
    padding-top: 6px;
  }
  #headerelements .ha-header-small #list_topmenu {
    margin: 35px 0 0;
  }
  #headerelements .ha-header-small #list_topmenu li {
    font-size: 14px;
  }
  #headerelements .ha-header-small #list_topmenu li a {
    background: none;
    color: #676767;
    padding: 9px 10px;
  }
  #headerelements .ha-header-small #list_topmenu li a:hover {
    background: none;
    color: #cf4142;
  }
  #headerelements .ha-header-small #list_topmenu li a:before {
    display: none;
  }
  #headerelements .ha-header-small .searchBlock {
    border: 1px solid #ededed;
    right: 10px;
    margin-top: 27px;
    background: #ededed;
  }
  #headerelements .ha-header-small .searchBlock input {
    color: #676767;
    font-size: 13px;
  }
  #headerelements .ha-header-small .searchBlock ::-webkit-input-placeholder {
    /* WebKit browsers */
  
    color: #676767;
  }
  #headerelements .ha-header-small .searchBlock :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
  
    color: #676767;
  }
  #headerelements .ha-header-small .searchBlock ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
  
    color: #676767;
  }
  #headerelements .ha-header-small .searchBlock :-ms-input-placeholder {
    /* Internet Explorer 10+ */
  
    color: #676767;
  }
  #headerelements .ha-header-small .searchBlock button,
  #headerelements .ha-header-small .searchBlock button i {
    color: #676767;
  }
  #headerelements .ha-header-small #pkntrigger {
    display: none;
  }
  #headerelements .ha-header-small #pkntrigger img {
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main {
    position: relative;
    z-index: inherit;
    margin-top: -100px;
  }
  #intro {
    margin: -335px auto 0;
    display: block;
  }
  #mainimg {
    margin: 0 auto;
    display: block;
  }
  .content .leftsidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .content .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 5%;
  }
  .dashboard-content .article-content {
    padding: 0 5%;
  }
  .cta-bar .cta-item:nth-child(even) {
    padding-left: 15px;
  }
  .cta-bar .cta-item:nth-child(odd) {
    padding-right: 15px;
  }
  .fortydays .cta-bar .cta-item:nth-child(even) {
    padding-left: inherit;
  }
  .fortydays .cta-bar .cta-item:nth-child(odd) {
    padding-right: inherit;
  }
  .pagetitle h1 {
    min-height: 90px;
    font-size: 35px;
    margin: 0;
  }
  .pagetitle h1 .icon {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0;
    height: auto;
    position: relative;
  }
  .pagetitle h1 .icon i {
    font-size: 30px;
  }
  .pagetitle h1 .text {
    padding: 20px;
    padding-top: 3%;
    float: right;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .pagetitle h1:before {
    content: '';
    width: 8.333333333333332%;
    background: #e2dbd5;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
    display: block;
  }
  .pagetitle h1.christmas {
    background-color: #cf4142;
    color: #ffffff;
  }
  .pagetitle h1.christmas .icon {
    background-color: #cf4142;
    width: 9.333333333333332%;
  }
  .pagetitle h1.christmas .icon img {
    margin-top: -20px;
    margin-bottom: -70px;
  }
  .pagetitle h1.christmas .text {
    padding-left: 10px;
  }
  .pagetitle h1.christmas .text small {
    color: #ffffff;
  }
  .pagetitle h1.christmas:before {
    background-color: #cf4142;
  }
  .pagetitle .intro {
    padding-top: 35px;
  }
  .search-form {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
    *zoom: 1;
  }
  .search-form:before,
  .search-form:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .search-form:after {
    clear: both;
  }
  .search-form:before,
  .search-form:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .search-form:after {
    clear: both;
  }
  .search-form:before,
  .search-form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .search-form:after {
    clear: both;
  }
  .search-form:before,
  .search-form:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .search-form:after {
    clear: both;
  }
  .search-form form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .search-form form input[type="text"],
  .search-form form input[type="search"] {
    display: inline;
    width: 60%;
    margin: 0;
  }
  .search-form form button {
    width: auto;
  }
  .search-form h3 {
    font-weight: normal;
    margin: 15px 0 7px;
    font-size: 16px;
  }
  .listitem:nth-of-type(odd) {
    padding-right: 20px;
    clear: left;
  }
  .listitem:nth-of-type(even) {
    padding-left: 20px;
    clear: right;
  }
  .listitem h2:before {
    width: 16.666666666666664%;
  }
  .listitem.sidebar-item:nth-of-type(even),
  .listitem.sidebar-item:nth-of-type(odd) {
    padding: 0;
    clear: none;
  }
  .listitem.deacon-item:nth-of-type(odd),
  .listitem.deacon-teaser:nth-of-type(odd),
  .listitem.deacon-item:nth-of-type(even),
  .listitem.deacon-teaser:nth-of-type(even) {
    clear: none;
  }
  .listitem.fortydays-project h2 .icon .number {
    left: 32%;
    margin-top: -13px;
    font-size: 26px;
  }
  .listitem-new:nth-of-type(odd) {
    padding-right: 20px;
    clear: left;
  }
  .listitem-new:nth-of-type(even) {
    padding-left: 20px;
    clear: right;
  }
  .author .thumb {
    width: 32%;
  }
  .pagecontent {
    padding-top: 25px;
  }
  .sharethis {
    margin: 35px auto;
    width: 60%;
  }
  .project-detail .project-meta .project-id {
    float: right;
  }
  .project-detail #more-info .column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
    padding: 0;
    width: 82%;
  }
  .deaconpage .project-list .listitem {
    width: 70%;
  }
  .deaconpage .project-list .listitem.sidebar-item {
    width: 100%;
  }
  .deaconpage .project-list .extra {
    width: 30%;
    float: left;
  }
  .deaconpage .project-list .extra .cta {
    display: block;
  }
  .fortydays #why .label {
    width: 16%;
  }
  .fortydays #why .inline {
    width: 79%;
    float: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content .leftsidebar {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .content .article-content {
    float: left;
    width: 66.66666666666666%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .pagetitle h1 .icon {
    float: left;
    width: 8.333333333333332%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .pagetitle h1 .text {
    float: left;
    width: 91.66666666666666%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .search-form form {
    float: left;
    width: 83.33333333333334%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .search-form form {
    left: 8.333333333333332%;
  }
}
@media screen and (min-width: 992px) {
  #headerelements {
    position: absolute;
    background: transparent;
  }
  #headerelements .logo {
    margin-top: 100px;
  }
  #main {
    margin-top: -160px;
  }
  .content .leftsidebar {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .content .article-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 5%;
  }
  .sharethis {
    width: 50%;
  }
  .listitem.deacon-teaser:nth-child(odd),
  .listitem.deacon-item:nth-child(odd) {
    clear: none;
  }
  .fortydays #why .text {
    width: 90%;
  }
  .fortydays #why .label {
    width: 8%;
  }
  .fortydays #why .inline {
    width: 89%;
    float: right;
  }
  .fortydays-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .fortydays-nav ul li {
    width: 20%;
    float: left;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .content .leftsidebar {
    float: left;
    width: 25%;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .content .article-content {
    float: left;
    width: 75%;
  }
}
@media screen and (min-width: 1170px) {
  .homepage #why .text,
  .deaconpage #why .text {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 55%;
  }
  .homepage #why .text h1,
  .deaconpage #why .text h1 {
    font-size: 24px;
  }
  .homepage #why .text p,
  .deaconpage #why .text p {
    font-size: 16px;
  }
  .homepage #why .text p:last-child,
  .deaconpage #why .text p:last-child {
    margin: 0;
  }
  .homepage #why .readmore,
  .deaconpage #why .readmore {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    padding: 13px 20px 12px;
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  .fortydays #why .text {
    width: 77%;
  }
  .fortydays #why .label {
    width: 13%;
  }
  .fortydays #why .inline {
    width: 84%;
    float: right;
  }
}
@media screen and (min-width: 1170px) and (min-width: 768px) {
  .homepage #why .readmore,
  .deaconpage #why .readmore {
    float: left;
    width: 33.33333333333333%;
  }
}
@media screen and (min-width: 1330px) {
  .container {
    width: 1330px;
  }
  .container#headerelements {
    left: 50%;
    margin-left: -665px;
  }
  #main {
    margin-top: -320px;
  }
}
.dashboard-section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dashboard-section {
    float: left;
    width: 50%;
  }
}
.dashboard-message-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .dashboard-message-wide {
    float: left;
    width: 100%;
  }
}
.dashboard-message-wide .btn-toolbar {
  margin-top: 2em;
}
.dashboard-message-wide .btn-group {
  float: none;
}
.dashboard-content-metadata {
  display: block;
  font-size: 90%;
}
.dashboard-content-metadata > *::before {
  content: "\b7 ";
}
.dashboard-content-metadata > *:first-child::before {
  content: "";
}
.dashboard-content-publication-date {
  color: #d5ccc5;
}
.dashboard-blog-type {
  color: #cf4142;
}
.dashboard-list-striped {
  padding: 0;
  border-top: 2px solid #ccc;
  list-style: none;
}
.dashboard-list-striped li {
  border-top: 1px solid #e4e4e4;
}
.dashboard-list-striped li:nth-child(odd) {
  background-color: #fafafa;
}
.dashboard-list-striped li:nth-child(even) {
  background-color: transparent;
}
.dashboard-list-content a {
  display: block;
  padding: 0.5em;
}
.dashboard-list-content a:hover {
  text-decoration: none;
}
.dashboard-list-files img {
  width: 100%;
}
.dashboard-list-files li {
  position: relative;
}
.dashboard-image-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.dashboard-image-checkbox + label img {
  opacity: 0.5;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */

  filter: gray;
  /* IE6-9 */

  -webkit-filter: grayscale(60%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */

}
.dashboard-image-checkbox:checked + label img {
  opacity: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.dashboard-list-files .dashboard-file-checkbox {
  margin: 10px;
}
.dashboard-list-files label {
  cursor: pointer;
}
.logoutSubmit {
  background: none;
  display: inline;
  color: #cf4142;
  text-decoration: underline;
  padding: 0;
}
.logoutSubmit:hover {
  text-decoration: underline;
}
/**
 * selectize.default.css (v0.11.2) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
  box-shadow: 0 1px 0 rgba(0,0,0,0.2),inset 0 1px rgba(255,255,255,0.03);
}
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(0,0,0,0.05), inset 0 1px 0 rgba(255,255,255,0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectize-control.single .selectize-input {
  padding: 12px;
}
.selectize-dropdown-content .advisor-ref-list-item {
  padding: 12px;
}
.selectize-dropdown-content .advisor-ref-list-item:hover {
  background: #cf4142;
  color: #ffffff;
}
.selectize-dropdown-content .advisor-ref-list-item.selected {
  background: #f2f2f2;
  color: #676767;
}
.selectize-dropdown-content .advisor-ref-list-item.selected:hover {
  background: #cf4142;
  color: #ffffff;
}
.advisors-app {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .advisors-app {
    /*float: left;*/
  
    /*clear: left;*/
  
    /*margin-left: 16.666%;*/
  
    /*padding-left: 5%;*/
  
    margin-right: -50%;
  }
}
.advisors-app > * + * {
  margin-top: 2em;
}
.advisors-app .advisors-map {
  margin-top: 0;
  display: none!important;
  /* n.a.v. mail uitschakelen */

}
.advisors-app .searchform {
  background: #ededed;
  padding: 1em;
}
.advisors-app .searchform input {
  width: 80%;
}
.js .advisors-app .searchform button {
  display: none;
}
.advisors-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .advisors-list li {
    float: left;
    width: 49%;
  }
  .advisors-list li:nth-child(even) {
    margin-left: 2%;
  }
}
.advisors-map > div {
  min-height: 400px;
  height: 600px;
}
.advisors-map > div img {
  max-width: none;
  width: auto;
  height: auto;
}
.advisors-map .advisor-window {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  *zoom: 1;
  width: 300px;
}
.advisors-map .advisor-window:before,
.advisors-map .advisor-window:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.advisors-map .advisor-window:after {
  clear: both;
}
.advisors-map .advisor-window:before,
.advisors-map .advisor-window:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.advisors-map .advisor-window:after {
  clear: both;
}
.advisors-map .advisor-window:before,
.advisors-map .advisor-window:after {
  display: table;
  content: "";
  line-height: 0;
}
.advisors-map .advisor-window:after {
  clear: both;
}
.advisors-map .advisor-window:before,
.advisors-map .advisor-window:after {
  display: table;
  content: "";
  line-height: 0;
}
.advisors-map .advisor-window:after {
  clear: both;
}
.advisors-map .advisor-window img {
  width: 35%;
  float: left;
  margin-right: 5%;
}
.advisors-map .advisor-window h2 {
  font-size: 16px;
}
.advisors-map .advisor-window .popup-text {
  float: left;
  padding-top: 15px;
  width: 60%;
}
.advisors-map .advisor-window .popup-phone {
  margin-bottom: 0;
}
.advisors-map .advisor-window .popup-mail {
  margin-bottom: 6px;
}
.advisors-map .advisor-window .popup-link {
  float: left;
  clear: both;
  width: 100%;
  color: #fff;
  background: #cf4142;
  padding: 10px;
  font-size: 16px;
}
.advisors-map .advisor-window .popup-link .fa {
  background: #fff;
  color: #cf4142;
  margin-left: .5em;
  width: 1.3em;
  height: 1.2em;
  position: relative;
  top: -2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.advisors-map .advisor-window .popup-link .fa:before {
  position: relative;
  left: 7px;
  top: 2px;
  font-size: .85em;
}
.advisors-map .advisor-window .popup-wrap {
  margin: -16px -37px 0 -14px;
}
.advisors-map .gm-style-iw {
  max-height: 149px;
  max-width: 300px;
  top: 17px!important;
}
.advisors-map .gm-style-iw div {
  overflow: visible!important;
}
@media screen and (min-width: 768px) {
  .schenkcalculator {
    margin-right: -30%;
  }
}
.schenkcalculator .backTo {
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .schenkcalculator .backTo {
    margin-left: 0;
  }
}
.schenkcalculator iframe {
  overflow: hidden;
  border: none;
  width: 100%;
  min-height: 500px;
}
/* breakfast - variables.less */
/* more info: https://github.com/mcbrwr/breakfast */
.lt-ie9 .ha-header-small {
  border-bottom: 1px solid #ededed;
}
.lt-ie9 #headerelements .metanav:after,
.lt-ie9 #headerelements .metanav:before {
  background: #fff;
}
.lt-ie9 #pkntrigger {
  position: relative;
}
.lt-ie9 #pkntrigger i {
  position: absolute;
  top: 7px;
  right: -31px;
}
.lt-ie9 .share li:after {
  display: none;
}
.lt-ie9 .listitem,
.lt-ie9 .cta-bar .cta-item {
  padding: 0 15px;
}
.article-content a,
.more {
  color: #cf4142;
}
.clear-row {
  float: left;
  clear: both;
}
