@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #3c3c3b;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #d11518;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #d11518;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #f4f4f4;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
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: #a8a7a7;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 13.5px;
}
.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}
small,
.small {
  font-size: 83%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #3c3c3b;
}
.text-primary {
  color: #d11518;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a31013;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #d11518;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #a31013;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #f4f4f4;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 27px;
}
dt,
dd {
  line-height: 1.5;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 20.88px;
  border-left: 5px solid #d11518;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #e6e6e6;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d11518;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #3c3c3b;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #3c3c3b;
  background-color: transparent;
  border-color: #a8a7a7;
}
.btn-default:focus,
.btn-default.focus {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #686767;
}
.btn-default:hover {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8a8888;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #8a8888;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #3c3c3b;
  background-color: rgba(0, 0, 0, 0);
  border-color: #686767;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: transparent;
  border-color: #a8a7a7;
}
.btn-default .badge {
  color: transparent;
  background-color: #3c3c3b;
}
.btn-primary {
  color: #fff;
  background-color: #d11518;
  border-color: rgba(209, 21, 24, 0.8);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(93, 9, 11, 0.8);
}
.btn-primary:hover {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(153, 15, 18, 0.8);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #a31013;
  border-color: rgba(153, 15, 18, 0.8);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #820d0f;
  border-color: rgba(93, 9, 11, 0.8);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #d11518;
  border-color: rgba(209, 21, 24, 0.8);
}
.btn-primary .badge {
  color: #d11518;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #6093cd;
  border-color: #4d86c7;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3c79be;
  border-color: #234871;
}
.btn-success:hover {
  color: #fff;
  background-color: #3c79be;
  border-color: #3368a3;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3c79be;
  border-color: #3368a3;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #3368a3;
  border-color: #234871;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6093cd;
  border-color: #4d86c7;
}
.btn-success .badge {
  color: #6093cd;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #f18a3e;
  border-color: #ef7c26;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #eb6e11;
  border-color: #8c410a;
}
.btn-info:hover {
  color: #fff;
  background-color: #eb6e11;
  border-color: #ca5e0f;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #eb6e11;
  border-color: #ca5e0f;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #ca5e0f;
  border-color: #8c410a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #f18a3e;
  border-color: #ef7c26;
}
.btn-info .badge {
  color: #f18a3e;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #fecc00;
  border-color: #e5b800;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #cba300;
  border-color: #655100;
}
.btn-warning:hover {
  color: #fff;
  background-color: #cba300;
  border-color: #a78600;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #cba300;
  border-color: #a78600;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #a78600;
  border-color: #655100;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #fecc00;
  border-color: #e5b800;
}
.btn-warning .badge {
  color: #fecc00;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d62d6b;
  border-color: #c32660;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #ae2255;
  border-color: #59112b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ae2255;
  border-color: #901c47;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ae2255;
  border-color: #901c47;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #901c47;
  border-color: #59112b;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d62d6b;
  border-color: #c32660;
}
.btn-danger .badge {
  color: #d62d6b;
  background-color: #fff;
}
.btn-link {
  color: #d11518;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d11518;
  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: #e6e6e6;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.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;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f4f4f4;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 27px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #dbdbdb;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 81px;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: #fff;
  border: 1px solid #ddd;
}
.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;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f4f4f4;
  color: #e6e6e6;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #e6e6e6;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d11518;
  border-color: #d11518;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #f8babb;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/SourceSansPro-Semibold.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-Semibold.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-Semibold.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-Semibold.svg#Source Sans Probold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/SourceSansPro-SemiboldIt.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-SemiboldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-SemiboldIt.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-SemiboldIt.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-SemiboldIt.svg#Source Sans Probold') format('svg');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/SourceSansPro-Light.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-Light.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-Light.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-Light.svg#Source Sans Pronormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('../fonts/source-sans-pro/SourceSansPro-LightIt.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-LightIt.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-LightIt.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-LightIt.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-LightIt.svg#Source Sans Pronormal') format('svg');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../fonts/source-sans-pro/SourceSansPro-Bold.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-Bold.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-Bold.svg#Source Sans Pro Boldbold') format('svg');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url('../fonts/source-sans-pro/SourceSansPro-BoldIt.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-BoldIt.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-BoldIt.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-BoldIt.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-BoldIt.svg#Source Sans Pro Boldbold') format('svg');
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../fonts/source-sans-pro/SourceSansPro-Regular.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-Regular.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-Regular.svg#Source Sans Pro Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Source Sans Pro Regular';
  src: url('../fonts/source-sans-pro/SourceSansPro-It.eot');
  src: url('../fonts/source-sans-pro/SourceSansPro-It.eot?#iefix') format('embedded-opentype'), url('../fonts/source-sans-pro/SourceSansPro-It.woff') format('woff'), url('../fonts/source-sans-pro/SourceSansPro-It.ttf') format('truetype'), url('../fonts/source-sans-pro/SourceSansPro-It.svg#Source Sans Pro Regularnormal') format('svg');
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: 'Material icons';
  src: url('../fonts/materialIcons/MaterialIcons-Regular.eot');
  src: url('../fonts/materialIcons/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/materialIcons/MaterialIcons-Regular.woff') format('woff'), url('../fonts/materialIcons/MaterialIcons-Regular.ttf') format('truetype'), url('../fonts/materialIcons/MaterialIcons-Regular.svg#Material iconsnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Glyphicons Filetypes Regular';
  src: url('../fonts/glyphicons/glyphicons-filetypes-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-filetypes-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-filetypes-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-filetypes-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-filetypes-regular.svg#Glyphicons Filetypes Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Glyphicons Social Regular';
  src: url('../fonts/glyphicons/glyphicons-social-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-social-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-social-regular.svg#Glyphicons Social Regularnormal') format('svg');
  font-style: normal;
  font-weight: normal;
}
p.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-size: 117%;
}
@media (min-width: 768px) {
  p.lead {
    font-size: 27px;
  }
}
small {
  volume: inherit;
}
em {
  volume: inherit;
}
acronym {
  volume: inherit;
}
.textpic p a,
.text p a,
.news-text-wrap p a,
.textpic li a,
.text li a,
.news-text-wrap li a {
  text-decoration: underline;
}
.textpic p a.link-email,
.text p a.link-email,
.news-text-wrap p a.link-email,
.textpic li a.link-email,
.text li a.link-email,
.news-text-wrap li a.link-email,
.textpic p a.link-iframe-lightbox,
.text p a.link-iframe-lightbox,
.news-text-wrap p a.link-iframe-lightbox,
.textpic li a.link-iframe-lightbox,
.text li a.link-iframe-lightbox,
.news-text-wrap li a.link-iframe-lightbox,
.textpic p a.link-download,
.text p a.link-download,
.news-text-wrap p a.link-download,
.textpic li a.link-download,
.text li a.link-download,
.news-text-wrap li a.link-download,
.textpic p a.link-more,
.text p a.link-more,
.news-text-wrap p a.link-more,
.textpic li a.link-more,
.text li a.link-more,
.news-text-wrap li a.link-more,
.textpic p a.link-url,
.text p a.link-url,
.news-text-wrap p a.link-url,
.textpic li a.link-url,
.text li a.link-url,
.news-text-wrap li a.link-url,
.textpic p a.btn,
.text p a.btn,
.news-text-wrap p a.btn,
.textpic li a.btn,
.text li a.btn,
.news-text-wrap li a.btn {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  color: inherit;
  margin: 0;
}
h1 {
  font-size: 36px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 36px;
}
h2 {
  font-size: 36px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 36px;
}
h3 {
  font-size: 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}
h4 {
  font-size: 20px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
}
h6 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
}
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center,
p.align-center {
  text-align: center;
}
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right,
p.align-right {
  text-align: right;
}
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left,
p.align-left {
  text-align: left;
}
p + h1,
ul + h1 {
  margin-top: 72px;
}
p + h2,
ul + h2 {
  margin-top: 72px;
}
p + h3,
ul + h3 {
  margin-top: 50px;
}
p + h4,
ul + h4 {
  margin-top: 40px;
}
p + h5,
ul + h5 {
  margin-top: 36px;
}
p + h6,
ul + h6 {
  margin-top: 30px;
}
.text h1,
.image h1,
.textpic h1,
.uploads h1,
.header h1 {
  margin-top: 72px;
}
.text h2,
.image h2,
.textpic h2,
.uploads h2,
.header h2 {
  margin-top: 72px;
}
.text h3,
.image h3,
.textpic h3,
.uploads h3,
.header h3 {
  margin-top: 50px;
}
.text h4,
.image h4,
.textpic h4,
.uploads h4,
.header h4 {
  margin-top: 40px;
}
.text h5,
.image h5,
.textpic h5,
.uploads h5,
.header h5 {
  margin-top: 36px;
}
.text h6,
.image h6,
.textpic h6,
.uploads h6,
.header h6 {
  margin-top: 30px;
}
.text .csc-firstHeader,
.image .csc-firstHeader,
.textpic .csc-firstHeader,
.uploads .csc-firstHeader,
.header .csc-firstHeader {
  margin-top: 0;
}
.intext-left-nowrap,
.bg {
  margin-bottom: 30px;
}
.intext-left-nowrap h1,
.bg h1,
.intext-left-nowrap h2,
.bg h2,
.intext-left-nowrap h3,
.bg h3,
.intext-left-nowrap h4,
.bg h4,
.intext-left-nowrap h5,
.bg h5,
.intext-left-nowrap h6,
.bg h6 {
  margin-top: 0;
}
h6 + h1,
h6 + h2,
h6 + h3,
h6 + h4,
h5 + h1,
h5 + h2,
h5 + h3,
h5 + h4,
.header + .csc-default h1,
.header + .csc-default h2,
.header + .csc-default h3,
.header + .csc-default h4 {
  margin-top: -15px !important;
}
.text p.bodytext:last-child,
.image p.bodytext:last-child,
.textpic p.bodytext:last-child,
.uploads p.bodytext:last-child {
  margin-bottom: 20px;
}
p.muted,
p.success,
tr.success,
p.primary,
tr.primary,
p.warning,
tr.warning,
p.box-xl,
p.box-sm,
p.box-xs {
  volume: inherit;
}
p.muted .btn,
p.success .btn,
tr.success .btn,
p.primary .btn,
tr.primary .btn,
p.warning .btn,
tr.warning .btn,
p.box-xl .btn,
p.box-sm .btn,
p.box-xs .btn {
  font-size: inherit;
}
.gridAccordionContent .box h1:first-child,
.gridAccordionContent .box h2:first-child,
.gridAccordionContent .box h3:first-child,
.gridAccordionContent .box h4:first-child,
.gridAccordionContent .box h5:first-child,
.gridAccordionContent .box h6:first-child {
  margin-top: 0;
}
p.bg-success {
  background-color: #6093cd;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-warning {
  background-color: #fecc00;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-primary {
  background-color: #d11518;
  color: white;
  padding: 15px;
  margin-bottom: 30px;
}
p.bg-gray-lighter {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
.btn {
  font-style: normal;
  margin-bottom: 15px;
  white-space: normal;
}
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
  border: 1px solid #3c3c3b;
  text-decoration: none;
}
.btn.btn-default:active {
  box-shadow: none;
  background: rgba(60, 60, 59, 0.13);
}
.btn.btn-primary,
.primary .btn.btn-default {
  background: rgba(209, 21, 24, 0.8);
  border: 1px solid #d11518;
  color: white;
}
.btn.btn-primary.btn-iframe-lightbox:after,
.primary .btn.btn-default.btn-iframe-lightbox:after,
.btn.btn-primary.btn-download:after,
.primary .btn.btn-default.btn-download:after,
.btn.btn-primary.btn-email:after,
.primary .btn.btn-default.btn-email:after,
.btn.btn-primary.btn-more:after,
.primary .btn.btn-default.btn-more:after,
.btn.btn-primary.btn-url:after,
.primary .btn.btn-default.btn-url:after,
.btn.btn-primary.btn-search:after,
.primary .btn.btn-default.btn-search:after,
.btn.btn-primary.btn-back:after,
.primary .btn.btn-default.btn-back:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.btn.btn-primary.btn-iframe-lightbox:hover:after,
.primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.btn.btn-primary.btn-download:hover:after,
.primary .btn.btn-default.btn-download:hover:after,
.btn.btn-primary.btn-email:hover:after,
.primary .btn.btn-default.btn-email:hover:after,
.btn.btn-primary.btn-more:hover:after,
.primary .btn.btn-default.btn-more:hover:after,
.btn.btn-primary.btn-url:hover:after,
.primary .btn.btn-default.btn-url:hover:after,
.btn.btn-primary.btn-search:hover:after,
.primary .btn.btn-default.btn-search:hover:after,
.btn.btn-primary.btn-back:hover:after,
.primary .btn.btn-default.btn-back:hover:after,
.btn.btn-primary.btn-iframe-lightbox:focus:after,
.primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.btn.btn-primary.btn-download:focus:after,
.primary .btn.btn-default.btn-download:focus:after,
.btn.btn-primary.btn-email:focus:after,
.primary .btn.btn-default.btn-email:focus:after,
.btn.btn-primary.btn-more:focus:after,
.primary .btn.btn-default.btn-more:focus:after,
.btn.btn-primary.btn-url:focus:after,
.primary .btn.btn-default.btn-url:focus:after,
.btn.btn-primary.btn-search:focus:after,
.primary .btn.btn-default.btn-search:focus:after,
.btn.btn-primary.btn-back:focus:after,
.primary .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.btn.btn-primary:hover,
.primary .btn.btn-default:hover,
.btn.btn-primary:focus,
.primary .btn.btn-default:focus {
  border: 1px solid #d11518;
  background: #d11518;
}
.btn.btn-primary:active,
.primary .btn.btn-default:active {
  box-shadow: none;
  background: #950f11;
}
html .btn-rte,
.bg .btn-rte {
  color: inherit;
}
.btn-rte {
  padding: 5px 30px;
}
.btn-iframe-lightbox,
.btn-download,
.btn-email,
.btn-more,
.btn-url,
.btn-search,
.btn-back {
  padding-right: 60px;
  position: relative;
}
.btn-iframe-lightbox:after,
.btn-download:after,
.btn-email:after,
.btn-more:after,
.btn-url:after,
.btn-search:after,
.btn-back:after {
  content: "";
  font-weight: normal;
  font-family: "Material icons";
  border-left: 1px solid #a8a7a7;
  position: absolute;
  right: 10px;
  padding-left: 10px;
  line-height: 1.65;
}
.bg-primary .btn.btn-primary,
.bg-danger .btn.btn-primary {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.bg-primary .btn.btn-primary:hover,
.bg-danger .btn.btn-primary:hover,
.bg-primary .btn.btn-primary:focus,
.bg-danger .btn.btn-primary:focus {
  border: 1px solid white;
}
.bg-primary .btn.btn-primary.btn-iframe-lightbox:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:after,
.bg-primary .btn.btn-primary.btn-download:after,
.bg-danger .btn.btn-primary.btn-download:after,
.bg-primary .btn.btn-primary.btn-email:after,
.bg-danger .btn.btn-primary.btn-email:after,
.bg-primary .btn.btn-primary.btn-more:after,
.bg-danger .btn.btn-primary.btn-more:after,
.bg-primary .btn.btn-primary.btn-url:after,
.bg-danger .btn.btn-primary.btn-url:after,
.bg-primary .btn.btn-primary.btn-search:after,
.bg-danger .btn.btn-primary.btn-search:after,
.bg-primary .btn.btn-primary.btn-back:after,
.bg-danger .btn.btn-primary.btn-back:after {
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.bg-primary .btn.btn-primary.btn-iframe-lightbox:hover:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:hover:after,
.bg-primary .btn.btn-primary.btn-download:hover:after,
.bg-danger .btn.btn-primary.btn-download:hover:after,
.bg-primary .btn.btn-primary.btn-email:hover:after,
.bg-danger .btn.btn-primary.btn-email:hover:after,
.bg-primary .btn.btn-primary.btn-more:hover:after,
.bg-danger .btn.btn-primary.btn-more:hover:after,
.bg-primary .btn.btn-primary.btn-url:hover:after,
.bg-danger .btn.btn-primary.btn-url:hover:after,
.bg-primary .btn.btn-primary.btn-search:hover:after,
.bg-danger .btn.btn-primary.btn-search:hover:after,
.bg-primary .btn.btn-primary.btn-back:hover:after,
.bg-danger .btn.btn-primary.btn-back:hover:after,
.bg-primary .btn.btn-primary.btn-iframe-lightbox:focus:after,
.bg-danger .btn.btn-primary.btn-iframe-lightbox:focus:after,
.bg-primary .btn.btn-primary.btn-download:focus:after,
.bg-danger .btn.btn-primary.btn-download:focus:after,
.bg-primary .btn.btn-primary.btn-email:focus:after,
.bg-danger .btn.btn-primary.btn-email:focus:after,
.bg-primary .btn.btn-primary.btn-more:focus:after,
.bg-danger .btn.btn-primary.btn-more:focus:after,
.bg-primary .btn.btn-primary.btn-url:focus:after,
.bg-danger .btn.btn-primary.btn-url:focus:after,
.bg-primary .btn.btn-primary.btn-search:focus:after,
.bg-danger .btn.btn-primary.btn-search:focus:after,
.bg-primary .btn.btn-primary.btn-back:focus:after,
.bg-danger .btn.btn-primary.btn-back:focus:after {
  border-left: 1px solid white;
}
.bg-success .btn.btn-default,
.bg-primary .btn.btn-default,
.teaser-box .btn.btn-default {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: white;
}
.bg-success .btn.btn-default:hover,
.bg-primary .btn.btn-default:hover,
.teaser-box .btn.btn-default:hover,
.bg-success .btn.btn-default:focus,
.bg-primary .btn.btn-default:focus,
.teaser-box .btn.btn-default:focus {
  border: 1px solid white;
  text-decoration: none;
  color: white;
}
.bg-success .btn.btn-default.btn-iframe-lightbox:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:after,
.bg-success .btn.btn-default.btn-download:after,
.bg-primary .btn.btn-default.btn-download:after,
.teaser-box .btn.btn-default.btn-download:after,
.bg-success .btn.btn-default.btn-email:after,
.bg-primary .btn.btn-default.btn-email:after,
.teaser-box .btn.btn-default.btn-email:after,
.bg-success .btn.btn-default.btn-more:after,
.bg-primary .btn.btn-default.btn-more:after,
.teaser-box .btn.btn-default.btn-more:after,
.bg-success .btn.btn-default.btn-url:after,
.bg-primary .btn.btn-default.btn-url:after,
.teaser-box .btn.btn-default.btn-url:after,
.bg-success .btn.btn-default.btn-search:after,
.bg-primary .btn.btn-default.btn-search:after,
.teaser-box .btn.btn-default.btn-search:after,
.bg-success .btn.btn-default.btn-back:after,
.bg-primary .btn.btn-default.btn-back:after,
.teaser-box .btn.btn-default.btn-back:after {
  border-left: 1px solid white;
}
.bg-success .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-success .btn.btn-default.btn-download:hover:after,
.bg-primary .btn.btn-default.btn-download:hover:after,
.teaser-box .btn.btn-default.btn-download:hover:after,
.bg-success .btn.btn-default.btn-email:hover:after,
.bg-primary .btn.btn-default.btn-email:hover:after,
.teaser-box .btn.btn-default.btn-email:hover:after,
.bg-success .btn.btn-default.btn-more:hover:after,
.bg-primary .btn.btn-default.btn-more:hover:after,
.teaser-box .btn.btn-default.btn-more:hover:after,
.bg-success .btn.btn-default.btn-url:hover:after,
.bg-primary .btn.btn-default.btn-url:hover:after,
.teaser-box .btn.btn-default.btn-url:hover:after,
.bg-success .btn.btn-default.btn-search:hover:after,
.bg-primary .btn.btn-default.btn-search:hover:after,
.teaser-box .btn.btn-default.btn-search:hover:after,
.bg-success .btn.btn-default.btn-back:hover:after,
.bg-primary .btn.btn-default.btn-back:hover:after,
.teaser-box .btn.btn-default.btn-back:hover:after,
.bg-success .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.teaser-box .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-success .btn.btn-default.btn-download:focus:after,
.bg-primary .btn.btn-default.btn-download:focus:after,
.teaser-box .btn.btn-default.btn-download:focus:after,
.bg-success .btn.btn-default.btn-email:focus:after,
.bg-primary .btn.btn-default.btn-email:focus:after,
.teaser-box .btn.btn-default.btn-email:focus:after,
.bg-success .btn.btn-default.btn-more:focus:after,
.bg-primary .btn.btn-default.btn-more:focus:after,
.teaser-box .btn.btn-default.btn-more:focus:after,
.bg-success .btn.btn-default.btn-url:focus:after,
.bg-primary .btn.btn-default.btn-url:focus:after,
.teaser-box .btn.btn-default.btn-url:focus:after,
.bg-success .btn.btn-default.btn-search:focus:after,
.bg-primary .btn.btn-default.btn-search:focus:after,
.teaser-box .btn.btn-default.btn-search:focus:after,
.bg-success .btn.btn-default.btn-back:focus:after,
.bg-primary .btn.btn-default.btn-back:focus:after,
.teaser-box .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.bg-success .primary .btn.btn-default,
.bg-primary .primary .btn.btn-default,
.teaser-box .primary .btn.btn-default {
  background: rgba(209, 21, 24, 0.8);
  border: 1px solid #d11518;
  color: white;
}
.bg-success .primary .btn.btn-default:hover,
.bg-primary .primary .btn.btn-default:hover,
.teaser-box .primary .btn.btn-default:hover,
.bg-success .primary .btn.btn-default:focus,
.bg-primary .primary .btn.btn-default:focus,
.teaser-box .primary .btn.btn-default:focus {
  border: 1px solid #d11518;
  background: #d11518;
  text-decoration: none;
  color: white;
}
.bg-success .primary .btn.btn-default:active,
.bg-primary .primary .btn.btn-default:active,
.teaser-box .primary .btn.btn-default:active {
  box-shadow: none;
  background: #950f11;
}
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:after,
.bg-success .primary .btn.btn-default.btn-download:after,
.bg-primary .primary .btn.btn-default.btn-download:after,
.teaser-box .primary .btn.btn-default.btn-download:after,
.bg-success .primary .btn.btn-default.btn-email:after,
.bg-primary .primary .btn.btn-default.btn-email:after,
.teaser-box .primary .btn.btn-default.btn-email:after,
.bg-success .primary .btn.btn-default.btn-more:after,
.bg-primary .primary .btn.btn-default.btn-more:after,
.teaser-box .primary .btn.btn-default.btn-more:after,
.bg-success .primary .btn.btn-default.btn-url:after,
.bg-primary .primary .btn.btn-default.btn-url:after,
.teaser-box .primary .btn.btn-default.btn-url:after,
.bg-success .primary .btn.btn-default.btn-search:after,
.bg-primary .primary .btn.btn-default.btn-search:after,
.teaser-box .primary .btn.btn-default.btn-search:after,
.bg-success .primary .btn.btn-default.btn-back:after,
.bg-primary .primary .btn.btn-default.btn-back:after,
.teaser-box .primary .btn.btn-default.btn-back:after {
  border-left: 1px solid white;
}
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:hover:after,
.bg-success .primary .btn.btn-default.btn-download:hover:after,
.bg-primary .primary .btn.btn-default.btn-download:hover:after,
.teaser-box .primary .btn.btn-default.btn-download:hover:after,
.bg-success .primary .btn.btn-default.btn-email:hover:after,
.bg-primary .primary .btn.btn-default.btn-email:hover:after,
.teaser-box .primary .btn.btn-default.btn-email:hover:after,
.bg-success .primary .btn.btn-default.btn-more:hover:after,
.bg-primary .primary .btn.btn-default.btn-more:hover:after,
.teaser-box .primary .btn.btn-default.btn-more:hover:after,
.bg-success .primary .btn.btn-default.btn-url:hover:after,
.bg-primary .primary .btn.btn-default.btn-url:hover:after,
.teaser-box .primary .btn.btn-default.btn-url:hover:after,
.bg-success .primary .btn.btn-default.btn-search:hover:after,
.bg-primary .primary .btn.btn-default.btn-search:hover:after,
.teaser-box .primary .btn.btn-default.btn-search:hover:after,
.bg-success .primary .btn.btn-default.btn-back:hover:after,
.bg-primary .primary .btn.btn-default.btn-back:hover:after,
.teaser-box .primary .btn.btn-default.btn-back:hover:after,
.bg-success .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-primary .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.teaser-box .primary .btn.btn-default.btn-iframe-lightbox:focus:after,
.bg-success .primary .btn.btn-default.btn-download:focus:after,
.bg-primary .primary .btn.btn-default.btn-download:focus:after,
.teaser-box .primary .btn.btn-default.btn-download:focus:after,
.bg-success .primary .btn.btn-default.btn-email:focus:after,
.bg-primary .primary .btn.btn-default.btn-email:focus:after,
.teaser-box .primary .btn.btn-default.btn-email:focus:after,
.bg-success .primary .btn.btn-default.btn-more:focus:after,
.bg-primary .primary .btn.btn-default.btn-more:focus:after,
.teaser-box .primary .btn.btn-default.btn-more:focus:after,
.bg-success .primary .btn.btn-default.btn-url:focus:after,
.bg-primary .primary .btn.btn-default.btn-url:focus:after,
.teaser-box .primary .btn.btn-default.btn-url:focus:after,
.bg-success .primary .btn.btn-default.btn-search:focus:after,
.bg-primary .primary .btn.btn-default.btn-search:focus:after,
.teaser-box .primary .btn.btn-default.btn-search:focus:after,
.bg-success .primary .btn.btn-default.btn-back:focus:after,
.bg-primary .primary .btn.btn-default.btn-back:focus:after,
.teaser-box .primary .btn.btn-default.btn-back:focus:after {
  border-left: 1px solid white;
}
.btn-iframe-lightbox:after {
  content: "\e417";
}
.btn-download:after {
  content: "\e258";
}
.btn-email:after {
  content: "\e0e1";
}
.btn-more:after {
  content: "\e5c8";
}
.btn-url:after {
  content: "\e157";
}
.btn-back:after {
  content: "\e5c4";
}
.btn-search:after {
  content: "\e8b6";
}
.link-rte:after,
.link-rte:before {
  content: "";
  font-weight: normal;
  font-family: "Material icons";
  vertical-align: bottom;
}
.link-rte:after {
  padding: 0 5px;
}
.link-email:before {
  content: "\e0e1";
  padding: 0 5px;
}
.link-iframe-lightbox:after {
  content: "\e417";
}
.tx-geccal .link-iframe-lightbox:after {
  content: "";
}
.link-download:after {
  content: "\e258";
}
.link-more:after {
  content: "\e5c8";
}
.link-url:after {
  content: "\e157";
}
p.box-xl {
  font-size: 120%;
}
p.box-sm {
  font-size: 85%;
}
p.box-xs {
  font-size: 70%;
}
.box-xl .rte-button {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33;
  border-radius: 6px;
}
.box-sm .rte-button {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
.box-xs .rte-button {
  padding: 1px 5px;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 3px;
}
dl.dl-horizontal {
  volume: inherit;
}
.htmlarea-content-body ul,
.news-text-wrap ul,
.text ul,
.image ul,
.textpic ul {
  list-style-type: none;
  padding-left: 30px;
  padding-bottom: 15px;
}
.htmlarea-content-body ul li,
.news-text-wrap ul li,
.text ul li,
.image ul li,
.textpic ul li {
  position: relative;
}
.htmlarea-content-body ul li:before,
.news-text-wrap ul li:before,
.text ul li:before,
.image ul li:before,
.textpic ul li:before {
  position: absolute;
  margin-left: -21px;
  content: "·";
  font-weight: bold;
}
.gridAccordion {
  margin-bottom: 10px;
  border: 1px solid #a8a7a7;
  position: relative;
  overflow: hidden;
}
.gridAccordion:last-child {
  margin-bottom: 50px;
}
.gridAccordion .gridAccordionHeader {
  cursor: pointer;
  padding: 10px 30px 10px 15px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
}
.gridAccordion .gridAccordionHeader:before {
  position: absolute;
  right: 15px;
  content: "\e313";
  color: #a8a7a7;
  font-family: "Material icons";
}
.gridAccordion .gridAccordionHeader:focus {
  outline: thin dotted #d11518;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.gridAccordion .gridAccordionContent {
  display: none;
}
.gridAccordion.open .gridAccordionContent {
  display: block;
  margin-left: 0;
  padding: 30px 15px 0px 15px;
  border-top: 1px solid #a8a7a7;
}
.gridAccordion.open .gridAccordionHeader:before {
  content: "\e316";
}
.gridAccordion:hover {
  border-color: #3c3c3b;
}
.gridAccordion:hover .gridAccordionHeader:before {
  color: #3c3c3b;
}
.gridAccordion.open.lecturer .gridAccordionContent {
  font-size: 85%;
  padding-bottom: 15px;
}
.gridAccordion.open.lecturer .gridAccordionContent p {
  margin: 0;
}
.gridAccordion.open.lecturer .gridAccordionContent .tel a,
.gridAccordion.open.lecturer .gridAccordionContent .email a,
.gridAccordion.open.lecturer .gridAccordionContent .website a {
  color: inherit;
}
.gridAccordion.open.lecturer .gridAccordionContent .tel a:hover,
.gridAccordion.open.lecturer .gridAccordionContent .email a:hover,
.gridAccordion.open.lecturer .gridAccordionContent .website a:hover {
  color: #d11518;
}
.carousel-image [data-href*="http"] {
  cursor: pointer;
}
.carousel-ride {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30px;
  line-height: 1.3;
  opacity: .9;
  z-index: 10000;
  text-align: center;
  background: white;
  border: 0;
  padding: 0;
}
.carousel-ride:before {
  font-size: 130%;
  color: #3c3c3b;
  font-family: "Material icons";
  content: "\e034";
}
.carousel-ride:focus:before {
  color: black;
}
.carousel-ride.paused:before {
  content: "\e037";
}
.carousel .hint {
  position: absolute;
  bottom: -32px;
  margin: 0;
  left: 0;
  display: inline-block;
  padding: 2px;
  background: white;
  color: black;
}
.carousel-caption {
  padding: 6px 12px;
  bottom: 0;
  top: 0;
  text-shadow: none;
}
.carousel-caption.bg-white {
  background-color: rgba(255, 255, 255, 0.8);
}
.carousel-caption.bg-gray-light {
  background-color: rgba(230, 230, 230, 0.8);
}
.carousel-caption.bg-gray-lighter {
  background-color: rgba(244, 244, 244, 0.8);
}
.carousel-caption.bg-primary {
  background-color: rgba(209, 21, 24, 0.8);
}
.carousel-caption.bg-success {
  background-color: rgba(96, 147, 205, 0.8);
}
.carousel-caption.bg-warning {
  background-color: rgba(254, 204, 0, 0.8);
}
.carousel-caption.imageorient-1,
.carousel-caption.imageorient-9,
.carousel-caption.imageorient-17,
.carousel-caption.imageorient-25,
.carousel-caption.imageorient-32 {
  width: 50%;
  left: 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .carousel-caption.imageorient-1,
  .carousel-caption.imageorient-9,
  .carousel-caption.imageorient-17,
  .carousel-caption.imageorient-25,
  .carousel-caption.imageorient-32 {
    width: 100%;
  }
}
.carousel-caption.imageorient-2,
.carousel-caption.imageorient-10,
.carousel-caption.imageorient-18,
.carousel-caption.imageorient-26,
.carousel-caption.imageorient-31 {
  left: 50%;
  right: 0;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .carousel-caption.imageorient-2,
  .carousel-caption.imageorient-10,
  .carousel-caption.imageorient-18,
  .carousel-caption.imageorient-26,
  .carousel-caption.imageorient-31 {
    left: 0;
  }
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  text-align: center;
}
.carousel-fade .carousel-inner .item img {
  display: inline-block;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.innerWrapCarousel {
  border-radius: 0 !important;
  padding: 0 !important;
}
.carousel-control .icon-prev {
  left: 10px;
}
.carousel-control .icon-prev:before {
  font-family: "Material icons";
  content: "\e408";
}
.carousel-control .icon-next {
  right: 10px;
}
.carousel-control .icon-next:before {
  font-family: "Material icons";
  content: '\e409';
}
.carousel-indicators {
  margin-bottom: 0;
  margin-top: 0px;
  bottom: 10px;
}
@media screen and (min-width: 992px) {
  .carousel-indicators {
    width: 50%;
    left: 50%;
    margin-left: 0;
  }
}
.carousel-indicators li,
.carousel-indicators li.active {
  position: relative;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
.carousel-indicators li:focus {
  outline: 0;
}
.carousel-indicators li:focus:before {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  content: "";
  display: block;
  background: white;
}
.carousel-control.left {
  background: transparent;
}
.carousel-control.right {
  background: transparent;
}
.carousel-tablist-highlight {
  display: block;
  position: absolute;
  outline: 2px solid transparent;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px transparent;
  -moz-boxshadow: 0px 0px 0px 1px transparent;
  -webkit-boxshadow: 0px 0px 0px 1px transparent;
}
.carousel-tablist-highlight.focus {
  outline-color: #6495ED;
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel-control:hover,
.carousel-control:focus {
  border: 2px solid #6495ED;
}
.no-padding {
  padding: 0 !important;
}
.more-padding {
  padding: 150px 100px 50px 100px;
}
@media screen and (max-width: 1200px) {
  .more-padding {
    padding: 75px 75px 30px 75px;
  }
}
@media screen and (max-width: 992px) {
  .more-padding {
    padding: 50px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .more-padding {
    padding: 30px;
  }
}
.content-col {
  padding-top: 30px;
  padding-bottom: 50px;
}
html .bg-angle.container-fluid {
  position: relative;
  padding: 0;
  margin-bottom: 80px;
  margin-top: 80px;
}
html .bg-angle:before,
html .bg-angle:after {
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  display: block;
  margin-top: -50px;
  min-height: 100px;
  position: absolute;
  -webkit-transform: skewY(-1deg);
  -moz-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  -o-transform: skewY(-1deg);
  transform: skewY(-1deg);
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
html .bg-black,
.bg .bg-black {
  background-color: black;
}
html .bg-black.bg-angle:before,
.bg .bg-black.bg-angle:before,
html .bg-black.bg-angle:after,
.bg .bg-black.bg-angle:after {
  background-color: black;
}
html .bg-black h1,
.bg .bg-black h1,
html .bg-black h2,
.bg .bg-black h2,
html .bg-black h3,
.bg .bg-black h3,
html .bg-black h4,
.bg .bg-black h4,
html .bg-black h5,
.bg .bg-black h5,
html .bg-black h6,
.bg .bg-black h6,
html .bg-black p,
.bg .bg-black p,
html .bg-black li,
.bg .bg-black li,
html .bg-black dt,
.bg .bg-black dt,
html .bg-black dl,
.bg .bg-black dl,
html .bg-black blockquote,
.bg .bg-black blockquote {
  color: #f4f4f4;
}
html .bg-black a,
.bg .bg-black a {
  color: #f4f4f4;
}
html .bg-black a:hover,
.bg .bg-black a:hover,
html .bg-black a:active,
.bg .bg-black a:active {
  color: #d11518;
}
html .bg-white,
.bg .bg-white {
  background-color: white;
}
html .bg-white.bg-angle:before,
.bg .bg-white.bg-angle:before,
html .bg-white.bg-angle:after,
.bg .bg-white.bg-angle:after {
  background-color: white;
}
html .bg-white h1,
.bg .bg-white h1,
html .bg-white h2,
.bg .bg-white h2,
html .bg-white h3,
.bg .bg-white h3,
html .bg-white h4,
.bg .bg-white h4,
html .bg-white h5,
.bg .bg-white h5,
html .bg-white h6,
.bg .bg-white h6,
html .bg-white p,
.bg .bg-white p,
html .bg-white li,
.bg .bg-white li,
html .bg-white dt,
.bg .bg-white dt,
html .bg-white dl,
.bg .bg-white dl,
html .bg-white blockquote,
.bg .bg-white blockquote {
  color: #3c3c3b;
}
html .bg-white a,
.bg .bg-white a {
  color: #d11518;
}
html .bg-white a:hover,
.bg .bg-white a:hover,
html .bg-white a:active,
.bg .bg-white a:active {
  color: #3c3c3b;
}
html .bg-gray-light,
.bg .bg-gray-light {
  background-color: #e6e6e6;
}
html .bg-gray-light.bg-angle:before,
.bg .bg-gray-light.bg-angle:before,
html .bg-gray-light.bg-angle:after,
.bg .bg-gray-light.bg-angle:after {
  background-color: #e6e6e6;
}
html .bg-gray-light h1,
.bg .bg-gray-light h1,
html .bg-gray-light h2,
.bg .bg-gray-light h2,
html .bg-gray-light h3,
.bg .bg-gray-light h3,
html .bg-gray-light h4,
.bg .bg-gray-light h4,
html .bg-gray-light h5,
.bg .bg-gray-light h5,
html .bg-gray-light h6,
.bg .bg-gray-light h6,
html .bg-gray-light p,
.bg .bg-gray-light p,
html .bg-gray-light li,
.bg .bg-gray-light li,
html .bg-gray-light dt,
.bg .bg-gray-light dt,
html .bg-gray-light dl,
.bg .bg-gray-light dl,
html .bg-gray-light blockquote,
.bg .bg-gray-light blockquote {
  color: #3c3c3b;
}
html .bg-gray-light a,
.bg .bg-gray-light a {
  color: #d11518;
}
html .bg-gray-light a:hover,
.bg .bg-gray-light a:hover,
html .bg-gray-light a:active,
.bg .bg-gray-light a:active {
  text-decoration: underline;
}
html .bg-gray-lighter,
.bg .bg-gray-lighter {
  background-color: #f4f4f4;
}
html .bg-gray-lighter.bg-angle:before,
.bg .bg-gray-lighter.bg-angle:before,
html .bg-gray-lighter.bg-angle:after,
.bg .bg-gray-lighter.bg-angle:after {
  background-color: #f4f4f4;
}
html .bg-gray-lighter h1,
.bg .bg-gray-lighter h1,
html .bg-gray-lighter h2,
.bg .bg-gray-lighter h2,
html .bg-gray-lighter h3,
.bg .bg-gray-lighter h3,
html .bg-gray-lighter h4,
.bg .bg-gray-lighter h4,
html .bg-gray-lighter h5,
.bg .bg-gray-lighter h5,
html .bg-gray-lighter h6,
.bg .bg-gray-lighter h6,
html .bg-gray-lighter p,
.bg .bg-gray-lighter p,
html .bg-gray-lighter li,
.bg .bg-gray-lighter li,
html .bg-gray-lighter dt,
.bg .bg-gray-lighter dt,
html .bg-gray-lighter dl,
.bg .bg-gray-lighter dl,
html .bg-gray-lighter blockquote,
.bg .bg-gray-lighter blockquote {
  color: #646363;
}
html .bg-gray-lighter a,
.bg .bg-gray-lighter a {
  color: #646363;
}
html .bg-gray-lighter a:hover,
.bg .bg-gray-lighter a:hover,
html .bg-gray-lighter a:active,
.bg .bg-gray-lighter a:active {
  color: #3c3c3b;
}
html .bg-primary,
.bg .bg-primary {
  background-color: #d11518;
}
html .bg-primary.bg-angle:before,
.bg .bg-primary.bg-angle:before,
html .bg-primary.bg-angle:after,
.bg .bg-primary.bg-angle:after {
  background-color: #d11518;
}
html .bg-primary a,
.bg .bg-primary a {
  color: #f4f4f4;
}
html .bg-primary a:hover,
.bg .bg-primary a:hover,
html .bg-primary a:active,
.bg .bg-primary a:active {
  color: #e6e6e6;
}
html .bg-primary h1,
.bg .bg-primary h1,
html .bg-primary h2,
.bg .bg-primary h2,
html .bg-primary h3,
.bg .bg-primary h3,
html .bg-primary h4,
.bg .bg-primary h4,
html .bg-primary h5,
.bg .bg-primary h5,
html .bg-primary h6,
.bg .bg-primary h6,
html .bg-primary p,
.bg .bg-primary p,
html .bg-primary li,
.bg .bg-primary li,
html .bg-primary dt,
.bg .bg-primary dt,
html .bg-primary dl,
.bg .bg-primary dl,
html .bg-primary blockquote,
.bg .bg-primary blockquote {
  color: white;
}
html .bg-primary h1 a,
.bg .bg-primary h1 a,
html .bg-primary h2 a,
.bg .bg-primary h2 a,
html .bg-primary h3 a,
.bg .bg-primary h3 a,
html .bg-primary h4 a,
.bg .bg-primary h4 a,
html .bg-primary h5 a,
.bg .bg-primary h5 a,
html .bg-primary h6 a,
.bg .bg-primary h6 a,
html .bg-primary p a,
.bg .bg-primary p a,
html .bg-primary li a,
.bg .bg-primary li a,
html .bg-primary dt a,
.bg .bg-primary dt a,
html .bg-primary dl a,
.bg .bg-primary dl a,
html .bg-primary blockquote a,
.bg .bg-primary blockquote a {
  color: white;
}
html .bg-primary h1 a:hover,
.bg .bg-primary h1 a:hover,
html .bg-primary h2 a:hover,
.bg .bg-primary h2 a:hover,
html .bg-primary h3 a:hover,
.bg .bg-primary h3 a:hover,
html .bg-primary h4 a:hover,
.bg .bg-primary h4 a:hover,
html .bg-primary h5 a:hover,
.bg .bg-primary h5 a:hover,
html .bg-primary h6 a:hover,
.bg .bg-primary h6 a:hover,
html .bg-primary p a:hover,
.bg .bg-primary p a:hover,
html .bg-primary li a:hover,
.bg .bg-primary li a:hover,
html .bg-primary dt a:hover,
.bg .bg-primary dt a:hover,
html .bg-primary dl a:hover,
.bg .bg-primary dl a:hover,
html .bg-primary blockquote a:hover,
.bg .bg-primary blockquote a:hover,
html .bg-primary h1 a:active,
.bg .bg-primary h1 a:active,
html .bg-primary h2 a:active,
.bg .bg-primary h2 a:active,
html .bg-primary h3 a:active,
.bg .bg-primary h3 a:active,
html .bg-primary h4 a:active,
.bg .bg-primary h4 a:active,
html .bg-primary h5 a:active,
.bg .bg-primary h5 a:active,
html .bg-primary h6 a:active,
.bg .bg-primary h6 a:active,
html .bg-primary p a:active,
.bg .bg-primary p a:active,
html .bg-primary li a:active,
.bg .bg-primary li a:active,
html .bg-primary dt a:active,
.bg .bg-primary dt a:active,
html .bg-primary dl a:active,
.bg .bg-primary dl a:active,
html .bg-primary blockquote a:active,
.bg .bg-primary blockquote a:active {
  color: #e6e6e6;
  text-decoration: underline;
}
html .bg-success,
.bg .bg-success {
  background-color: #6093cd;
}
html .bg-success.bg-angle:before,
.bg .bg-success.bg-angle:before,
html .bg-success.bg-angle:after,
.bg .bg-success.bg-angle:after {
  background-color: #6093cd;
}
html .bg-success h1,
.bg .bg-success h1,
html .bg-success h2,
.bg .bg-success h2,
html .bg-success h3,
.bg .bg-success h3,
html .bg-success h4,
.bg .bg-success h4,
html .bg-success h5,
.bg .bg-success h5,
html .bg-success h6,
.bg .bg-success h6,
html .bg-success p,
.bg .bg-success p,
html .bg-success li,
.bg .bg-success li,
html .bg-success dt,
.bg .bg-success dt,
html .bg-success dl,
.bg .bg-success dl,
html .bg-success blockquote,
.bg .bg-success blockquote {
  color: white;
}
html .bg-success a,
.bg .bg-success a {
  color: #f4f4f4;
}
html .bg-success a:hover,
.bg .bg-success a:hover,
html .bg-success a:active,
.bg .bg-success a:active {
  color: #e6e6e6;
}
html .bg-warning,
.bg .bg-warning {
  background-color: #fecc00;
}
html .bg-warning.bg-angle:before,
.bg .bg-warning.bg-angle:before,
html .bg-warning.bg-angle:after,
.bg .bg-warning.bg-angle:after {
  background-color: #fecc00;
}
html .bg-warning h1,
.bg .bg-warning h1,
html .bg-warning h2,
.bg .bg-warning h2,
html .bg-warning h3,
.bg .bg-warning h3,
html .bg-warning h4,
.bg .bg-warning h4,
html .bg-warning h5,
.bg .bg-warning h5,
html .bg-warning h6,
.bg .bg-warning h6,
html .bg-warning p,
.bg .bg-warning p,
html .bg-warning li,
.bg .bg-warning li,
html .bg-warning dt,
.bg .bg-warning dt,
html .bg-warning dl,
.bg .bg-warning dl,
html .bg-warning blockquote,
.bg .bg-warning blockquote {
  color: #3c3c3b;
}
html .bg-warning a,
.bg .bg-warning a {
  color: #646363;
}
html .bg-warning a:hover,
.bg .bg-warning a:hover,
html .bg-warning a:active,
.bg .bg-warning a:active {
  color: #3c3c3b;
}
html .container.bg,
html .container-fluid.bg {
  padding: 15px;
}
.bg-white.bg,
.bg-gray-light.bg,
.bg-gray-lighter.bg,
.bg-primary.bg,
.bg-success.bg,
.bg-warning.bg {
  padding: 15px;
}
.thumbnail,
caption,
a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.csc-textpic-intext-left-nowrap h1:first-child,
.csc-textpic-intext-left-nowrap h2:first-child,
.csc-textpic-intext-left-nowrap h3:first-child,
.csc-textpic-intext-left-nowrap h4:first-child,
.csc-textpic-intext-left-nowrap h5:first-child,
.csc-textpic-intext-left-nowrap h6:first-child {
  margin-top: 0;
}
div.csc-textpic-above div.csc-textpic-left .csc-textpic-imagewrap img,
div.csc-textpic-above div.csc-textpic-right .csc-textpic-imagewrap img,
div.csc-textpic-below div.csc-textpic-left .csc-textpic-imagewrap img,
div.csc-textpic-below div.csc-textpic-right .csc-textpic-imagewrap img {
  width: 100%;
}
div.csc-textpic-above .csc-textpic-imagewrap,
div.csc-textpic-below .csc-textpic-imagewrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
div.csc-textpic-above figure.csc-textpic-image,
div.csc-textpic-below figure.csc-textpic-image {
  display: table-cell;
}
div.csc-textpic-above figure.csc-textpic-image img,
div.csc-textpic-below figure.csc-textpic-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.csc-sitemap {
  margin-left: 20px;
}
.csc-sitemap ul {
  position: relative;
  margin: 20px 0px;
}
.csc-sitemap ul:before {
  position: absolute;
  content: "";
  display: block;
  border-left: 1px solid #a8a7a7;
  width: 1px;
  height: 100%;
  margin-left: -10px;
  bottom: 16px;
}
.csc-sitemap li {
  position: relative;
  margin: 0 0 6px 10px;
  list-style-type: none;
}
.csc-sitemap li:after {
  margin: 0 0 0 -20px;
  content: "";
  top: 10px;
  display: block;
  position: absolute;
  height: 1px;
  width: 10px;
  border-top: 1px solid #a8a7a7;
}
.csc-sitemap li:last-child:before {
  display: none;
}
.csc-sitemap a:before {
  content: "\e24d";
  font-family: "Material icons";
  padding-right: 5px;
}
.menuDesc {
  margin-top: 15px;
}
.menuDesc .caption {
  margin: 0;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 2px solid transparent;
}
.menuDesc .caption h3 {
  margin: 0;
}
.menuDesc .caption a {
  color: #3c3c3b;
}
.menuDesc .caption a:hover,
.menuDesc .caption a:focus {
  color: #d11518;
  text-decoration: none;
}
.menuDesc .caption:hover {
  color: #3c3c3b;
  cursor: pointer;
  text-decoration: none;
  border-left: 2px solid #d11518;
}
.menuPic .caption:hover {
  color: #3c3c3b;
  cursor: pointer;
  text-decoration: none;
}
.result-list-view {
  margin-bottom: 30px;
}
.result-list-view h2,
.result-list-view h3,
.result-list-view h4 {
  margin-bottom: 0;
}
.result-list-view h2 a,
.result-list-view h3 a,
.result-list-view h4 a {
  color: #3c3c3b;
}
.result-list-view h2 a:hover,
.result-list-view h3 a:hover,
.result-list-view h4 a:hover {
  color: #d11518;
  text-decoration: none;
}
.result-list-view .teaser-text .hit {
  font-family: "Source Sans Pro Regular";
}
.result-list-view h2.h4 {
  font-size: 20px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
}
.result-item {
  margin-bottom: 30px;
}
.result-item p {
  margin-bottom: 0;
}
.result-item h6.news-infos span.news-list-date {
  padding-right: 15px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  color: #d11518;
  letter-spacing: 0;
  font-weight: bold;
}
.result-item h6.news-infos span.news-list-category {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #a8a7a7;
  letter-spacing: 1;
}
.result-list-infos {
  margin: 15px 0;
}
.tx-kesearch-pi1 .teaser_icon img {
  max-width: 100%;
  height: auto;
  border: 1px solid #e6e6e6;
}
.tx-kesearch-pi1 fieldset {
  margin-top: 30px;
  padding: 0;
  border: 0;
  background: #e6e6e6;
}
.tx-kesearch-pi1 #ke_search_sword {
  margin-right: 20px;
  width: 100%;
  display: block;
}
.tx-kesearch-pi1 .btn-search {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 #ke_search_sword {
    width: 570px;
    display: inline-block;
  }
  .tx-kesearch-pi1 .btn-search {
    margin-bottom: 4px;
  }
}
.tx-kesearch-pi1 .result-filter-list button {
  border: 0;
  margin: 0;
  font-size: 82%;
  font-weight: normal;
  background: transparent;
  padding: 4px 6px;
  border-left: 2px solid transparent;
  cursor: pointer;
  display: block;
  color: #3c3c3b;
}
.tx-kesearch-pi1 .result-filter-list button:hover {
  color: #d11518;
}
.tx-kesearch-pi1 .result-filter-list button.selected {
  border-left-color: #d11518;
  color: #d11518;
  cursor: auto;
}
.tx-kesearch-pi1 .result-filter-list button.selected:hover {
  color: #d11518;
}
.tx-kesearch-pi1 .result-filter-list button.selected:before {
  content: "";
}
@media screen and (min-width: 992px) {
  .tx-kesearch-pi1 .result-filter-list button {
    display: inline-block;
    border-left: 0;
    border-bottom: 2px solid transparent;
  }
  .tx-kesearch-pi1 .result-filter-list button.selected {
    border-bottom-color: #d11518;
  }
}
.news-list-view h1,
.news h1 {
  margin-bottom: 18px;
}
.news-list-view h2,
.news h2 {
  margin-bottom: 18px;
}
.news-list-view h3,
.news h3 {
  margin-bottom: 6.25px;
}
.news-list-view h4,
.news h4 {
  margin-bottom: 6.25px;
}
.news-item span.news-infos {
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  color: #d11518;
  font-size: 42%;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
}
.news-item span.news-infos span.news-list-category {
  padding-right: 15px;
  display: inline-block;
}
.news-item span.news-infos span.news-list-date {
  font-weight: normal;
  letter-spacing: 0;
  display: inline-block;
  color: #3c3c3b;
}
.news-item .lead {
  margin-bottom: 0;
}
.news-item .lead p {
  margin-bottom: 0;
}
.news-item .news-img-wrap {
  margin-bottom: 10px;
}
.news-item h3 span.news-infos {
  font-size: 60%;
}
.news-item h4 span.news-infos {
  font-size: 75%;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
}
.event-item span.news-infos {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 42%;
  color: #d11518;
  font-weight: normal;
}
.event-item span.news-infos span.news-list-date {
  padding-right: 15px;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
  font-weight: normal;
  display: inline-block;
}
.event-item span.news-infos span.news-list-category {
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  display: inline-block;
  color: #3c3c3b;
}
.event-item h3 span.news-infos {
  font-size: 60%;
}
.event-item h4 span.news-infos {
  font-size: 75%;
}
.event-infos {
  padding: 15px;
  margin-bottom: 15px;
}
.event-infos p {
  margin-bottom: 2px;
  font-weight: bold;
}
.news-list-view .lead,
.news-list-view .teaser-text {
  margin-bottom: 0;
}
.news-list-view .lead:hover,
.news-list-view .teaser-text:hover {
  color: #d11518;
  cursor: pointer;
}
.news-list-view p {
  margin-bottom: 0;
}
.news-list-view .news-item,
.news-list-view .event-item {
  margin-bottom: 30px;
}
.news-list-view img:hover {
  cursor: pointer;
}
.news-list-view h2 a,
.news-list-view h3 a,
.news-list-view h4 a {
  color: #3c3c3b;
}
.news-list-view h2 a:hover,
.news-list-view h3 a:hover,
.news-list-view h4 a:hover {
  color: #d11518;
  text-decoration: none;
}
.news-splash {
  position: relative;
}
.news-splash .news-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.news-splash .news-content h2 a,
.news-splash .news-content p,
.news-splash .news-content p span {
  color: #646363 !important;
}
@media screen and (min-width: 768px) {
  .news-splash .news-content {
    padding-top: 60px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  }
  .news-splash .news-content h2 a,
  .news-splash .news-content p,
  .news-splash .news-content p span {
    color: white !important;
  }
}
.news-splash .news-content h2 a:hover {
  color: #d11518 !important;
}
.news-single {
  margin: 30px 0;
}
.news-single span.news-infos {
  font-size: 42%;
  color: #d11518;
  display: block;
  margin-bottom: 15px;
}
.news-single .lead {
  margin-bottom: 0;
}
.news-single .lead p {
  margin-bottom: 0;
}
.news-single .news-img-wrap {
  margin-bottom: 20px;
}
.news-single .news-img-wrap a {
  position: relative;
  display: inline-block;
}
.news-single .news-img-wrap a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
}
.news-single .news-img-wrap a:hover:before {
  display: none;
}
.news-img-wrap-first {
  margin-bottom: 30px;
}
.news-img-wrap-first img {
  width: 100%;
  height: auto;
}
.mediaelement-image.thumbnail.small {
  display: inline-block;
  margin-right: 5px;
}
.mediaelement-image.thumbnail.small img {
  width: 100%;
  height: auto;
}
.news-related-wrap {
  margin-top: 50px;
}
.news-bodytext,
.news-related-files,
.news-related-links,
.news-related-news {
  margin-bottom: 60px;
}
.event-single-date:before,
.event-single-location:before,
.event-single-organizer:before {
  font-family: "Material icons";
  padding-right: 10px;
  color: #3c3c3b;
  vertical-align: middle;
  font-weight: normal;
}
.event-single-date:before {
  content: "\e916";
}
.event-single-location:before {
  content: "\e55e";
}
.event-single-organizer:before {
  content: "\e7fd";
}
.shortcut .news-single {
  margin: 0;
}
.news-menu-view input {
  position: absolute;
  margin-left: -9999px;
}
.news-menu-view label {
  cursor: pointer;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  display: block;
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #f4f4f4;
}
.news-menu-view label:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.news-menu-view label:before {
  position: absolute;
  content: "\e313";
  font-family: "Material icons";
  right: 15px;
  margin-top: 2px;
}
.news-menu-view div {
  position: absolute;
  margin-left: -9999px;
}
.news-menu-view p {
  margin: 0;
  padding: 0px 15px 10px 15px;
}
.news-menu-view p:first-child {
  padding-top: 10px;
}
.news-menu-view p a {
  color: #3c3c3b;
}
.news-menu-view p a:hover {
  color: #d11518;
  text-decoration: none;
}
.news-menu-view input:checked + label {
  border-bottom: 1px solid #e6e6e6;
}
.news-menu-view input:checked + label:before {
  content: "\e316";
}
.news-menu-view input:checked + label + div {
  position: static;
  margin: 0;
}
ul.news-category-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.news-category-menu li {
  margin: 0;
  padding: 0;
}
ul.news-category-menu li a,
ul.news-category-menu li span {
  margin: 0;
  position: relative;
  padding: 10px 15px;
  display: block;
  color: #3c3c3b;
  background: #f4f4f4;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #f4f4f4;
}
ul.news-category-menu li a:hover,
ul.news-category-menu li span:hover {
  text-decoration: none;
}
ul.news-category-menu li a.active,
ul.news-category-menu li span.active {
  background: #646363;
  color: white;
}
ul.news-category-menu li a:last-child,
ul.news-category-menu li span:last-child {
  border-bottom: 1px solid #e6e6e6;
}
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
.filetypes {
  display: inline-block;
  padding-left: 5px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.filetypes.x05:before {
  font-size: 50%;
}
.filetypes.x2:before {
  font-size: 200%;
}
.filetypes.x3:before {
  font-size: 300%;
}
.filetypes.x4:before {
  font-size: 400%;
}
.filetypes.x5:before {
  font-size: 500%;
}
.filetypes:before {
  color: #a8a7a7;
  display: inline-block;
  margin: 0 5px 0 0;
  font-family: 'Glyphicons Filetypes Regular';
  font-style: normal;
  font-weight: normal;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.filetypes.white:before {
  color: #fff;
}
.filetypes.txt:before {
  content: "\E001";
}
.filetypes.doc:before {
  content: "\E002";
}
.filetypes.rtf:before {
  content: "\E003";
}
.filetypes.log:before {
  content: "\E004";
}
.filetypes.tex:before {
  content: "\E005";
}
.filetypes.msg:before {
  content: "\E006";
}
.filetypes.text:before {
  content: "\E007";
}
.filetypes.wpd:before {
  content: "\E008";
}
.filetypes.wps:before {
  content: "\E009";
}
.filetypes.docx:before {
  content: "\E010";
}
.filetypes.page:before {
  content: "\E011";
}
.filetypes.csv:before {
  content: "\E012";
}
.filetypes.dat:before {
  content: "\E013";
}
.filetypes.tar:before {
  content: "\E014";
}
.filetypes.xml:before {
  content: "\E015";
}
.filetypes.vcf:before {
  content: "\E016";
}
.filetypes.pps:before {
  content: "\E017";
}
.filetypes.key:before {
  content: "\1F511";
}
.filetypes.ppt:before {
  content: "\E019";
}
.filetypes.pptx:before {
  content: "\E020";
}
.filetypes.sdf:before {
  content: "\E021";
}
.filetypes.gbr:before {
  content: "\E022";
}
.filetypes.ged:before {
  content: "\E023";
}
.filetypes.mp3:before {
  content: "\E024";
}
.filetypes.m4a:before {
  content: "\E025";
}
.filetypes.waw:before {
  content: "\E026";
}
.filetypes.wma:before {
  content: "\E027";
}
.filetypes.mpa:before {
  content: "\E028";
}
.filetypes.iff:before {
  content: "\E029";
}
.filetypes.aif:before {
  content: "\E030";
}
.filetypes.ra:before {
  content: "\E031";
}
.filetypes.mid:before {
  content: "\E032";
}
.filetypes.m3v:before {
  content: "\E033";
}
.filetypes.e_3gp:before {
  content: "\E034";
}
.filetypes.shf:before {
  content: "\E035";
}
.filetypes.avi:before {
  content: "\E036";
}
.filetypes.asx:before {
  content: "\E037";
}
.filetypes.mp4:before {
  content: "\E038";
}
.filetypes.e_3g2:before {
  content: "\E039";
}
.filetypes.mpg:before {
  content: "\E040";
}
.filetypes.asf:before {
  content: "\E041";
}
.filetypes.vob:before {
  content: "\E042";
}
.filetypes.wmv:before {
  content: "\E043";
}
.filetypes.mov:before {
  content: "\E044";
}
.filetypes.srt:before {
  content: "\E045";
}
.filetypes.m4v:before {
  content: "\E046";
}
.filetypes.flv:before {
  content: "\E047";
}
.filetypes.rm:before {
  content: "\E048";
}
.filetypes.png:before {
  content: "\E049";
}
.filetypes.psd:before {
  content: "\E050";
}
.filetypes.psp:before {
  content: "\E051";
}
.filetypes.jpg:before {
  content: "\E052";
}
.filetypes.tif:before {
  content: "\E053";
}
.filetypes.tiff:before {
  content: "\E054";
}
.filetypes.gif:before {
  content: "\E055";
}
.filetypes.bmp:before {
  content: "\E056";
}
.filetypes.tga:before {
  content: "\E057";
}
.filetypes.thm:before {
  content: "\E058";
}
.filetypes.yuv:before {
  content: "\E059";
}
.filetypes.dds:before {
  content: "\E060";
}
.filetypes.ai:before {
  content: "\E061";
}
.filetypes.eps:before {
  content: "\E062";
}
.filetypes.ps:before {
  content: "\E063";
}
.filetypes.svg:before {
  content: "\E064";
}
.filetypes.pdf:before {
  content: "\E065";
}
.filetypes.pct:before {
  content: "\E066";
}
.filetypes.indd:before {
  content: "\E067";
}
.filetypes.xlr:before {
  content: "\E068";
}
.filetypes.xls:before {
  content: "\E069";
}
.filetypes.xlsx:before {
  content: "\E070";
}
.filetypes.db:before {
  content: "\E071";
}
.filetypes.dbf:before {
  content: "\E072";
}
.filetypes.mdb:before {
  content: "\E073";
}
.filetypes.pdb:before {
  content: "\E074";
}
.filetypes.sql:before {
  content: "\E075";
}
.filetypes.aacd:before {
  content: "\E076";
}
.filetypes.app:before {
  content: "\E077";
}
.filetypes.exe:before {
  content: "\E078";
}
.filetypes.com:before {
  content: "\E079";
}
.filetypes.bat:before {
  content: "\E080";
}
.filetypes.apk:before {
  content: "\E081";
}
.filetypes.jar:before {
  content: "\E082";
}
.filetypes.hsf:before {
  content: "\E083";
}
.filetypes.pif:before {
  content: "\E084";
}
.filetypes.vb:before {
  content: "\E085";
}
.filetypes.cgi:before {
  content: "\E086";
}
.filetypes.css:before {
  content: "\E087";
}
.filetypes.js:before {
  content: "\E088";
}
.filetypes.php:before {
  content: "\E089";
}
.filetypes.xhtml:before {
  content: "\E090";
}
.filetypes.htm:before {
  content: "\E091";
}
.filetypes.html:before {
  content: "\E092";
}
.filetypes.asp:before {
  content: "\E093";
}
.filetypes.cer:before {
  content: "\E094";
}
.filetypes.jsp:before {
  content: "\E095";
}
.filetypes.cfm:before {
  content: "\E096";
}
.filetypes.aspx:before {
  content: "\E097";
}
.filetypes.rss:before {
  content: "\E098";
}
.filetypes.csr:before {
  content: "\E099";
}
.filetypes.less:before {
  content: "\003C";
}
.filetypes.otf:before {
  content: "\E101";
}
.filetypes.ttf:before {
  content: "\E102";
}
.filetypes.font:before {
  content: "\E103";
}
.filetypes.fnt:before {
  content: "\E104";
}
.filetypes.eot:before {
  content: "\E105";
}
.filetypes.woff:before {
  content: "\E106";
}
.filetypes.zip:before {
  content: "\E107";
}
.filetypes.zipx:before {
  content: "\E108";
}
.filetypes.rar:before {
  content: "\E109";
}
.filetypes.targ:before {
  content: "\E110";
}
.filetypes.sitx:before {
  content: "\E111";
}
.filetypes.deb:before {
  content: "\E112";
}
.filetypes.e_7z:before {
  content: "\E113";
}
.filetypes.pkg:before {
  content: "\E114";
}
.filetypes.rpm:before {
  content: "\E115";
}
.filetypes.cbr:before {
  content: "\E116";
}
.filetypes.gz:before {
  content: "\E117";
}
.filetypes.dmg:before {
  content: "\E118";
}
.filetypes.cue:before {
  content: "\E119";
}
.filetypes.bin:before {
  content: "\E120";
}
.filetypes.iso:before {
  content: "\E121";
}
.filetypes.hdf:before {
  content: "\E122";
}
.filetypes.vcd:before {
  content: "\E123";
}
.filetypes.bak:before {
  content: "\E124";
}
.filetypes.tmp:before {
  content: "\E125";
}
.filetypes.ics:before {
  content: "\E126";
}
.filetypes.msi:before {
  content: "\E127";
}
.filetypes.cfg:before {
  content: "\E128";
}
.filetypes.ini:before {
  content: "\E129";
}
.filetypes.prf:before {
  content: "\E130";
}
.footer nav {
  padding: 40px 0 60px 0;
}
.footer nav.page-list-menu p {
  margin-bottom: 8px;
}
.footer nav.page-list-menu p:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer nav.contact-menu ul,
.footer nav.contact-menu li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer nav.contact-menu li {
  display: inline;
}
.footer nav.contact-menu a {
  color: #3c3c3b;
  margin-left: 15px;
}
.footer nav.contact-menu a:hover,
.footer nav.contact-menu a:focus {
  color: #d11518;
}
.footer .logo {
  width: 72px;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .ash-logo-claim {
    text-align: center;
  }
  .ash-logo-claim img {
    margin: 40px 20px;
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .ash-logo-claim a {
    text-align: left;
    display: block;
    padding: 40px 0 40px 50%;
  }
  .ash-logo-claim img {
    margin-left: -40px;
  }
}
.col-sm-1 .powermail_field input[type="text"],
.col-sm-2 .powermail_field input[type="text"],
.col-sm-3 .powermail_field input[type="text"],
.col-sm-4 .powermail_field input[type="text"],
.col-sm-5 .powermail_field input[type="text"],
.col-sm-6 .powermail_field input[type="text"],
.col-sm-7 .powermail_field input[type="text"],
.col-sm-8 .powermail_field input[type="text"],
.col-sm-9 .powermail_field input[type="text"],
.col-sm-10 .powermail_field input[type="text"],
.col-sm-11 .powermail_field input[type="text"],
.col-sm-12 .powermail_field input[type="text"],
.col-sm-1 .powermail_field textarea,
.col-sm-2 .powermail_field textarea,
.col-sm-3 .powermail_field textarea,
.col-sm-4 .powermail_field textarea,
.col-sm-5 .powermail_field textarea,
.col-sm-6 .powermail_field textarea,
.col-sm-7 .powermail_field textarea,
.col-sm-8 .powermail_field textarea,
.col-sm-9 .powermail_field textarea,
.col-sm-10 .powermail_field textarea,
.col-sm-11 .powermail_field textarea,
.col-sm-12 .powermail_field textarea,
.col-sm-1 .powermail_field select,
.col-sm-2 .powermail_field select,
.col-sm-3 .powermail_field select,
.col-sm-4 .powermail_field select,
.col-sm-5 .powermail_field select,
.col-sm-6 .powermail_field select,
.col-sm-7 .powermail_field select,
.col-sm-8 .powermail_field select,
.col-sm-9 .powermail_field select,
.col-sm-10 .powermail_field select,
.col-sm-11 .powermail_field select,
.col-sm-12 .powermail_field select {
  width: 100%;
}
.form-control-feedback {
  font-family: "Source Sans Pro Regular";
  color: #d11518;
}
.powermail_fieldwrap_radio,
.powermail_fieldwrap_checkboxes,
.powermail_fieldwrap_select {
  margin-bottom: 27px;
}
.tx-powermail fieldset {
  margin: 13.5px -13.5px;
}
form {
  /* hide the checkbox */
  /* unchecked */
  /* checked */
  /* hide the radio */
  /* unchecked */
  /* checked */
}
form legend {
  font-size: 14.4px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
form fieldset.row {
  border: 0;
  padding: 12px 0;
}
form fieldset.row p {
  padding: 0;
}
form.nolabel fieldset {
  border: 0;
  padding: 0;
}
form.nolabel legend {
  display: none;
}
form input[type="text"],
form input[type="date"],
form input[type="tel"],
form input[type="number"],
form input[type="url"],
form textarea,
form input[type="email"],
form input[type="password"] {
  background: #f4f4f4;
  border: 0;
  border-bottom: 1px solid #3c3c3b;
  padding: 7px 15px 6px 15px;
  color: #3c3c3b;
  margin-bottom: 20px;
  width: 100%;
}
form input[type="text"]:focus,
form input[type="date"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form textarea:focus,
form input[type="email"]:focus,
form input[type="password"]:focus {
  border-bottom: 1px solid #d11518;
  background: white;
  outline: 0;
}
form label {
  font-size: 90%;
  font-family: "Source Sans Pro Regular";
}
form select {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 7px 40px 6px 14px;
  background: #f4f4f4 url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #3c3c3b;
  border-radius: 0;
  white-space: nowrap;
  margin-bottom: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form select:focus {
  border: 1px solid #d11518;
  background: white;
  outline: 0;
}
form label:before {
  font-family: "Material icons";
  font-weight: normal;
  content: "\e0b5";
  display: inline-block;
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  vertical-align: -2px;
  margin-right: 5px;
  color: #d11518;
}
form .mandatory:after {
  content: " Das ist ein Pflichtfeld.";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form input[type=checkbox] + label:before {
  font-family: "Material icons";
  display: inline-block;
  position: absolute;
  font-size: 120%;
  margin-left: -25px;
  margin-top: -1px;
  color: #3c3c3b;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
form input[type=checkbox] + label:before {
  content: "\e835";
  letter-spacing: 3px;
}
form input[type=checkbox]:checked + label:before {
  content: "\e834";
}
form input[type=radio] {
  display: none;
}
form input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
form input[type=radio] + label:before {
  font-family: "Material icons";
  display: inline-block;
  position: absolute;
  font-size: 120%;
  margin-left: -25px;
  margin-top: -1px;
  color: #3c3c3b;
}
form input[type=radio] + label:before {
  content: "\e836";
  letter-spacing: 3px;
}
form input[type=radio]:checked + label:before {
  content: "\e837";
}
form .radio:last-child {
  margin-bottom: 20px;
}
.powermail_morestep .btn-group .btn {
  margin-right: 20px;
}
.tx-geccal {
  height: auto;
  overflow: auto;
}
.tx-geccal a,
.tx-geccal p {
  display: block;
  padding: 5px 7px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .tx-geccal a,
  .tx-geccal p {
    padding: 10px;
  }
}
.tx-geccal a :after,
.tx-geccal p :after {
  content: "";
}
.tx-geccal h1,
.tx-geccal h2,
.tx-geccal h3,
.tx-geccal h4,
.tx-geccal h5,
.tx-geccal h6 {
  margin-top: 0;
}
.tx-geccal caption {
  font-size: 18px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: left;
}
.tx-geccal a {
  font-weight: bold;
}
.tx-geccal a:hover {
  background: #d11518;
  color: white;
  text-decoration: none;
}
.tx-geccal td,
.tx-geccal th {
  text-align: center;
}
.tx-geccal td.inactive {
  color: #a8a7a7;
}
.tx-geccal td.today {
  background: #d11518;
  color: white;
}
.tx-geccal th {
  border-bottom: 1px solid #a8a7a7;
  color: #a8a7a7;
}
.tx-geccal td {
  border-bottom: 1px solid #f4f4f4;
}
.tx-geccal option.hiddenOption {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #f4f4f4;
  display: none;
}
.tx-geccal .calendar-wrap {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .tx-geccal .calendar-wrap {
    float: none;
  }
  .tx-geccal .calendar-wrap table.calendar {
    width: 100%;
  }
}
.tx-geccal .calendar-wrap:last-child {
  margin-right: 0;
}
.nav-header {
  padding-top: 30px;
  padding-bottom: 10px;
}
.nav-header p.h3 {
  margin: 8px 0 0 0;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .nav-header p.h3 {
    font-size: 120%;
  }
}
.teaser-box {
  padding: 0;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200%;
  position: relative;
}
.teaser-box:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 768px) {
  .teaser-box {
    background-size: 150%;
  }
}
@media screen and (min-width: 992px) {
  .teaser-box {
    background-size: cover;
  }
}
.teaser-box .copytext {
  margin-top: 250px;
  margin-bottom: 50px;
  color: white;
}
@media screen and (min-width: 992px) {
  .teaser-box .copytext {
    margin-top: 350px;
    margin-bottom: 100px;
  }
}
.menu-shortlinks {
  display: inline-block;
  margin-right: 15px;
}
.menu-shortlinks a {
  font-weight: bold;
  display: block;
  font-size: 83%;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #3c3c3b;
  padding: 0 10px;
  text-align: center;
}
.menu-shortlinks a:hover {
  background: #d11518;
  text-decoration: none;
}
.menu-shortlinks a:first-child {
  margin-bottom: 2px;
}
.overlay-nav-toggle,
.overlay-search-open {
  font-weight: normal;
  width: 50px;
  text-align: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
}
.overlay-nav-toggle:before,
.overlay-search-open:before {
  content: "\e8b6";
  font-size: 220%;
  font-family: "Material icons";
  color: #3c3c3b;
  speak: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
@media screen and (max-width: 991px) {
  .overlay-nav-toggle:before,
  .overlay-search-open:before {
    line-height: 1;
  }
}
.overlay-nav-toggle:hover:before,
.overlay-search-open:hover:before {
  color: #d11518;
}
.overlay-nav-toggle:focus,
.overlay-search-open:focus {
  outline: thin dotted #d11518;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.overlay-nav-toggle:before {
  content: "\e5d2";
}
@media screen and (min-width: 992px) {
  body.overlay-nav-open .close-menu {
    margin-left: 62px;
  }
}
body.overlay-nav-open .close-menu:before {
  content: "\e5cd";
}
.menu-header {
  padding-top: 10px;
}
.home-link a {
  display: block;
}
.home-link img {
  width: 58px;
  height: 49px;
}
@media screen and (min-width: 992px) {
  .home-link img {
    width: 116px;
    height: 98px;
  }
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumb p {
  display: inline-block;
  font-size: 72%;
  padding: 0;
  margin: 0;
}
.breadcrumb p a {
  font-weight: bold;
  color: #3c3c3b;
}
.breadcrumb p a:hover {
  color: #d11518;
}
.breadcrumb p span {
  font-weight: bold;
}
.breadcrumb span:before {
  content: "\e315";
  font-family: "Material icons";
  vertical-align: middle;
  padding: 0 5px;
}
.nav-header-wrapper .row {
  padding: 0;
  margin: 0 -15px;
}
@media screen and (min-width: 992px) {
  .nav-header-wrapper {
    position: absolute;
    color: white;
    z-index: 1;
    width: 100%;
  }
  .nav-header-wrapper .menu-shortlinks a {
    background: white;
    color: #3c3c3b;
  }
  .nav-header-wrapper .overlay-nav-toggle:before,
  .nav-header-wrapper .overlay-search-open:before {
    color: white;
  }
  .nav-header-wrapper nav.breadcrumb p a {
    color: white;
  }
}
p.linkToTop {
  text-align: right;
  font-size: 81%;
  margin: 20px 0 50px 0;
}
p.linkToTop a {
  color: #a8a7a7;
}
p.linkToTop a:hover,
p.linkToTop a:focus {
  text-decoration: none;
  color: #6093cd;
}
p.linkToTop a:after {
  content: "\e25a";
  padding-left: 4px;
  font-family: "Material icons";
  vertical-align: -2px;
}
.alice-teaser {
  padding-bottom: 0 !important;
}
.alice-teaser .alice-teaser-inner {
  display: table;
  width: 100%;
}
.alice-teaser .alice-teaser-inner .text {
  padding: 40px 0;
}
.alice-teaser .alice-teaser-inner .pic {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .alice-teaser .alice-teaser-inner .text {
    display: table-cell;
    width: 50%;
    padding: 20px 40px 20px 0;
  }
  .alice-teaser .alice-teaser-inner .pic {
    display: table-cell;
    width: 50%;
    vertical-align: bottom;
    padding: 20px 40px 0 0;
  }
}
.alice-teaser.bg-warning {
  margin-bottom: 0;
}
.alice-teaser.bg-warning .pic figure {
  position: relative;
  z-index: 1;
}
.alice-teaser.bg-warning .pic figure:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  height: 50%;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-image: linear-gradient(to bottom, rgba(254, 204, 0, 0) 0%, rgba(254, 204, 0, 0.8) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fecc00', endColorstr='#ccfecc00', GradientType=0);
}
.alice-home-link img {
  margin: 15px 0;
  width: 130px;
}
@media screen and (min-width: 992px) {
  .alice-home-link img {
    width: 180px;
    margin: 25px 0;
  }
}
@media screen and (min-width: 1200px) {
  .alice-home-link img {
    width: 250px;
    margin: 30px 0;
  }
}
.alice-header {
  margin-top: 10px;
  display: table;
  width: 100%;
}
.alice-header div {
  display: table-cell;
  vertical-align: middle;
}
.alice-header .alice-header-right {
  text-align: right;
}
.alice-header .icon-search {
  font-size: 200%;
  margin-right: 20px;
  color: #e6e6e6;
}
.alice-header a:hover {
  text-decoration: none;
}
.alice-header a:hover .icon:before {
  color: #d11518;
}
ul.menu-alice {
  margin: 20px 0 20px 0;
  padding: 0 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #6093cd;
}
ul.menu-alice ul {
  margin: 0;
  padding: 0 0 10px 0;
  width: 100%;
  display: none;
}
ul.menu-alice li {
  list-style-type: none;
  padding: 0;
  display: block;
  text-align: left;
}
ul.menu-alice p.h5 {
  padding: 0;
  margin: 0;
}
ul.menu-alice button {
  margin: 10px;
  color: white;
  display: block;
  width: 100%;
  border: 0;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: 10px;
}
ul.menu-alice a {
  padding: 10px 10px;
  display: block;
  font-weight: bold;
  color: white;
}
ul.menu-alice a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
ul.menu-alice li.active a:before {
  content: "\e409";
  font-family: "Material icons";
  padding-right: 7px;
  vertical-align: -3px;
}
@media screen and (min-width: 992px) {
  ul.menu-alice {
    border-bottom: 1px solid #646363;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    overflow: visible;
    background: none;
  }
  ul.menu-alice button {
    display: none;
  }
  ul.menu-alice ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.menu-alice a {
    padding: 15px 20px;
    color: #646363;
    font-weight: normal;
    border-bottom: 3px solid transparent;
  }
  ul.menu-alice a:hover {
    color: #d11518;
  }
  ul.menu-alice li {
    display: inline-block;
    margin-bottom: -1px;
  }
  ul.menu-alice li.active a {
    border-bottom: 3px solid #d11518;
    font-weight: bold;
    color: #d11518;
  }
  ul.menu-alice li.active a:before {
    content: "";
  }
}
.menu-icons a {
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 125px;
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: top center;
}
.menuPic .col {
  min-height: 410px;
}
.menuPic h3 {
  margin: 15px 0 10px 0;
}
.menuPic h3 a {
  color: #3c3c3b;
}
.menuPic h3 a:hover,
.menuPic h3 a:focus {
  color: #d11518;
}
.menuPic p {
  margin-bottom: 0;
}
.menuPic img {
  background: #f4f4f4;
}
.menu-az .letter-list {
  margin-bottom: 30px;
  line-height: 2;
}
.menu-az .letter-list a {
  padding: 2px 4px;
  margin-right: 3px;
  text-transform: uppercase;
  color: #3c3c3b;
}
.menu-az .letter-list a:hover,
.menu-az .letter-list a:focus {
  color: #d11518;
  text-decoration: none;
}
.menu-az .alpha-ordered-pages .item-group {
  position: relative;
  padding-left: 50px;
}
.menu-az .alpha-ordered-pages .item-group h2 {
  position: absolute;
  left: 0;
  top: -4px;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 6px;
  padding-left: 0px;
  background: #d11518;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 2px 0 0 0;
  font-size: 15px;
}
.menu-az .alpha-ordered-pages .item-group h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.menu-az .alpha-ordered-pages .item-group h3 small {
  color: #3c3c3b;
}
.menu-target-groups {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.menu-target-groups ul {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  margin-left: -9999px;
}
.menu-target-groups input[type="checkbox"]:checked + label + ul {
  position: static;
  margin: 0;
}
.menu-target-groups li {
  list-style-type: none;
  padding: 0;
  display: block;
  text-align: left;
}
.menu-target-groups li:before {
  content: "";
}
.menu-target-groups p.h5 {
  padding: 0;
  margin: 0;
}
.menu-target-groups .show-sub-label {
  font-size: 25px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
  cursor: pointer;
  margin: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 15px center;
  background-size: 10px;
}
.menu-target-groups a {
  padding: 15px 10px;
  display: block;
  font-weight: bold;
}
.menu-target-groups a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .menu-target-groups {
    text-align: center;
  }
  .menu-target-groups ul {
    position: static;
    margin: 0;
  }
  .menu-target-groups .show-sub-label {
    position: absolute;
    margin-left: -9999px;
  }
  .menu-target-groups li {
    display: inline-block;
  }
}
.btn-back-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
}
.icon:before {
  font-family: "Material icons";
  padding-right: 10px;
  color: #3c3c3b;
  vertical-align: middle;
  font-weight: normal;
}
.icon.icon-date:before {
  content: "\e916";
}
.icon.icon-time:before {
  content: "\e192";
}
.icon.icon-warning:before {
  content: "\e002";
}
.icon.icon-location:before {
  content: "\e55e";
}
.icon.icon-organizer:before {
  content: "\e7fd";
}
.icon.icon-search:before {
  content: "\e8b6";
}
.missing-alt-attr {
  border: 5px solid #ff40ff;
  padding-bottom: 40px;
  background: url(../pics/missing-alt-attr.gif) left bottom;
}
.social-links a {
  font-size: 270%;
  text-decoration: none;
}
.social-links a:hover {
  text-decoration: none !important;
}
.social-icon:before {
  font-family: "Glyphicons Social Regular";
  padding-right: 10px;
  color: inherit;
  vertical-align: middle;
  font-weight: normal;
}
.social-icon.social-icon-facebook:before {
  content: "\e031";
}
.social-icon.social-icon-twitter:before {
  content: "\e032";
}
.social-icon.social-icon-instagram:before {
  content: "\e033";
}
.social-icon.social-icon-xing:before {
  content: "\e013";
}
.social-icon.social-icon-linkedin:before {
  content: "\e018";
}
.social-icon.social-icon-youtube:before {
  content: "\e023";
}
.social-icon.social-icon-flickr:before {
  content: "\e036";
}
.social-icon.social-icon-soundcloud:before {
  content: "\e054";
}
.shariff ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.shariff ul li {
  display: inline-block;
}
.shariff-button a {
  font-size: 270%;
  text-decoration: none;
}
.shariff-button a:hover {
  text-decoration: none !important;
}
.shariff-button a:before {
  font-family: "Glyphicons Social Regular";
  padding-right: 10px;
  color: inherit;
  vertical-align: middle;
  font-weight: normal;
}
.shariff-button a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.shariff-button.facebook a:before {
  content: "\e031";
}
.shariff-button.twitter a:before {
  content: "\e032";
}
.shariff-button.whatsapp a:before {
  content: "\e062";
}
.tx-pe-pagephpcontentelement .csc-default h1,
.tx-pe-pagephpcontentelement .csc-default h2,
.tx-pe-pagephpcontentelement .csc-default h3,
.tx-pe-pagephpcontentelement .csc-default h4,
.tx-pe-pagephpcontentelement .csc-default h5,
.tx-pe-pagephpcontentelement .csc-default h6 {
  margin-top: 30px !important;
}
html,
body {
  height: 100%;
}
.container .container {
  width: auto;
}
@media screen and (max-width: 768px) {
  .media-left img {
    max-width: 150px;
    height: auto;
  }
}
.tx-odsosm-pi1 div {
  pointer-events: none;
  width: 100% !important;
}
.maps iframe {
  pointer-events: none;
}
.flowplayer.no-controls {
  /* remove vertical space for minimal timeline */
  margin-bottom: -3px;
}
.flowplayer.no-controls .fp-ui {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .dl-horizontal dt {
    float: none;
    width: 100%;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 10%;
  }
}
.pagination {
  margin: 20px 0 40px 0;
}
.pagination p {
  margin-bottom: 15px;
}
.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li {
  vertical-align: top;
  display: inline-block;
  margin-right: 15px;
}
.pagination ul a,
.pagination ul span {
  display: inline-block;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  line-height: 2;
  font-weight: bold;
  text-align: center;
  padding: 2px 0;
  background: #f4f4f4;
  color: #3c3c3b;
  overflow: hidden;
}
.pagination ul a.current,
.pagination ul span.current {
  background: #3c3c3b;
  color: white;
  position: static;
}
.pagination ul a:hover {
  color: #d11518;
  text-decoration: none;
}
.pagination ul a.next:before {
  content: "\e315";
  display: inline-block;
  font-family: "Material icons";
}
.pagination ul a.prev:before,
.pagination ul a.previous:before {
  content: "\e314";
  display: inline-block;
  text-align: center;
  font-family: "Material icons";
}
.pages_total {
  margin: 20px 0 40px 0;
}
.result_txt {
  margin-bottom: 15px;
}
.section-menu {
  margin-top: 30px;
}
.section-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-menu li {
  margin: 0;
  padding: 0;
}
.section-menu a {
  display: block;
  border-top: 1px solid #e6e6e6;
  padding: 10px 15px;
  color: #3c3c3b;
}
.section-menu a:hover,
.section-menu a:focus {
  color: #d11518;
  text-decoration: none;
}
.section-menu a:after {
  content: ".";
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.section-menu li:last-child a {
  border-bottom: 1px solid #e6e6e6;
}
.section-menu span.divider {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 991px) {
  .subpage-nav {
    position: relative;
    margin-bottom: 30px;
  }
  .subpage-nav .arrow-left:before,
  .subpage-nav .arrow-right:before {
    position: absolute;
    top: 0;
    display: inline-block;
    content: "\e314";
    color: #a8a7a7;
    font-family: "Material icons";
    font-size: 250%;
    line-height: 1.25;
  }
  .subpage-nav .arrow-right:before {
    content: "\e315";
    right: 0;
  }
  .subpage-nav a .arrow-left:before,
  .subpage-nav a .arrow-right:before {
    color: #d11518;
  }
  .subpage-nav .page-list-wrap {
    position: relative;
    overflow: hidden;
    margin: 0 45px;
  }
  .subpage-nav .page-list-wrap p {
    padding: 15px 40px 15px 15px;
    margin: 0;
    border: 1px solid #3c3c3b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .subpage-nav .page-list-wrap p:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    content: "\e313";
    color: #3c3c3b;
    font-family: "Material icons";
  }
  .subpage-nav .page-list-wrap ul {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: white;
    border: 1px solid #3c3c3b;
    border-top: 0;
  }
  .subpage-nav .page-list-wrap ul li:last-child {
    border-bottom: 0;
  }
  .subpage-nav .page-list-wrap ul li.current {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav .page-list-wrap ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid white;
    background: #f4f4f4;
    color: #3c3c3b;
    font-weight: bold;
  }
  .subpage-nav .page-list-wrap ul li a:hover,
  .subpage-nav .page-list-wrap ul li a:focus {
    color: white;
    text-decoration: none;
    background: #3c3c3b;
  }
  .subpage-nav .page-list-wrap ul li a:after {
    content: ".";
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav .page-list-wrap.open {
    overflow: visible;
  }
  .subpage-nav .page-list-wrap.open p {
    border-bottom: 1px solid #e6e6e6;
  }
  .subpage-nav .page-list-wrap.open p:after {
    content: "\e316";
  }
}
@media screen and (min-width: 992px) {
  .arrow-left,
  .arrow-right {
    display: none;
  }
  .subpage-nav p {
    display: none;
  }
  .subpage-nav ul {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    list-style-type: none;
    border-bottom: 1px solid #3c3c3b;
  }
  .subpage-nav li {
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #f4f4f4;
    margin-right: 1px;
    margin-bottom: 1px;
    vertical-align: bottom;
  }
  .subpage-nav li a {
    display: block;
    padding: 15px;
    color: #3c3c3b;
    font-weight: bold;
  }
  .subpage-nav li a:hover,
  .subpage-nav li a:focus {
    color: #d11518;
    text-decoration: none;
  }
  .subpage-nav li a:after {
    content: ".";
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .subpage-nav li.current {
    padding: 18px 15px 16px 15px;
    color: #3c3c3b;
    font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    margin-bottom: -1px;
    background: transparent;
    border: 1px solid #3c3c3b;
    border-bottom: 1px solid white;
    text-transform: uppercase;
  }
}
/*
.hightlightFirstCol table {
  margin-bottom: 30px;
  th,td {
    vertical-align: top;
    text-align: left;
    padding: 7px 10px;
    border-top: 1px solid black;
    font-size: @font-size-small;
  }
  td:first-child {
    background: @gray-lighter;
  }
  th {
    background: @gray-lighter;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: @font-family-serif;
    font-size: ceil((@font-size-base * 0.833)); 
  }
  tr:last-child {
    td,th {
      border-bottom: 1px solid black;
    }   
  }
}
*/
.zebra table.contenttable {
  margin-bottom: 30px;
}
.zebra table.contenttable th,
.zebra table.contenttable td {
  border: 1px solid #3c3c3b;
  padding: 10px;
  vertical-align: top;
  text-align: left;
}
.zebra table.contenttable th:last-child,
.zebra table.contenttable td:last-child {
  border-right: 0;
}
.zebra table.contenttable th:first-child,
.zebra table.contenttable td:first-child {
  border-left: 0;
}
.zebra table.contenttable th {
  background: #f4f4f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
.zebra table.contenttable tr:nth-child(even) td {
  background: #f4f4f4;
}
.zebra table.contenttable tr:nth-child(odd) td {
  background: #e6e6e6;
}
table.contenttable {
  margin-bottom: 30px;
}
table.contenttable th {
  background: #f4f4f4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Source Sans Pro Bold", Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
}
table.contenttable td,
table.contenttable th {
  vertical-align: top;
  padding: 7px 10px;
  border-top: 1px solid black;
  font-size: 15px;
  text-align: left;
}
table.contenttable tr:last-child td,
table.contenttable tr:last-child th {
  border-bottom: 1px solid black;
}
.tabbable {
  position: relative;
  overflow: hidden;
}
.tabbable .csc-ce {
  margin-top: 15px;
}
.tabbable ul.nav-tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabbable ul.nav-tabs li {
  display: inline-block;
}
.tabbable ul.nav-tabs li a {
  display: inline-block;
  padding: 10px 15px;
  background: rgba(60, 60, 59, 0.06);
  color: #3c3c3b;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid transparent;
  margin-right: 2px;
}
.tabbable ul.nav-tabs li a:hover,
.tabbable ul.nav-tabs li a:active {
  text-decoration: none;
  background: rgba(60, 60, 59, 0.13);
}
.tabbable ul.nav-tabs li.active a {
  border: 1px solid #3c3c3b;
  border-bottom: 1px solid white;
  background: white;
}
.tabbable .tab-pane {
  position: absolute;
  margin-left: -100%;
  width: 100px;
}
.tabbable .tab-pane .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tabbable .tab-pane.active {
  position: static;
  margin-left: 0;
  width: auto;
  border: 1px solid #3c3c3b;
  margin-top: -1px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}
div.csc-textpic-above .csc-textpic-imagewrap {
  margin-bottom: 15px;
}
figure.csc-textpic-image,
figure.mediaelement,
.carousel-image,
.teaser-box {
  position: relative;
}
figure.csc-textpic-image figcaption,
figure.mediaelement figcaption,
.carousel-image figcaption,
.teaser-box figcaption,
figure.csc-textpic-image p.credits,
figure.mediaelement p.credits,
.carousel-image p.credits,
.teaser-box p.credits {
  padding: 5px 10px;
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
  color: white;
  font-size: 15px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
}
figure.csc-textpic-image span.copyright,
figure.mediaelement span.copyright,
.carousel-image span.copyright,
.teaser-box span.copyright,
figure.csc-textpic-image p.credits,
figure.mediaelement p.credits,
.carousel-image p.credits,
.teaser-box p.credits {
  color: #e6e6e6;
  font-weight: normal;
  font-size: 15px;
}
figure.csc-textpic-image span.copyright a,
figure.mediaelement span.copyright a,
.carousel-image span.copyright a,
.teaser-box span.copyright a,
figure.csc-textpic-image p.credits a,
figure.mediaelement p.credits a,
.carousel-image p.credits a,
.teaser-box p.credits a {
  color: #e6e6e6;
}
figure.csc-textpic-image span.copyright a:hover,
figure.mediaelement span.copyright a:hover,
.carousel-image span.copyright a:hover,
.teaser-box span.copyright a:hover,
figure.csc-textpic-image p.credits a:hover,
figure.mediaelement p.credits a:hover,
.carousel-image p.credits a:hover,
.teaser-box p.credits a:hover,
figure.csc-textpic-image span.copyright a:active,
figure.mediaelement span.copyright a:active,
.carousel-image span.copyright a:active,
.teaser-box span.copyright a:active,
figure.csc-textpic-image p.credits a:active,
figure.mediaelement p.credits a:active,
.carousel-image p.credits a:active,
.teaser-box p.credits a:active {
  color: #e6e6e6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  figure.csc-textpic-image figcaption,
  figure.mediaelement figcaption,
  .carousel-image figcaption,
  .teaser-box figcaption,
  figure.csc-textpic-image p.credits,
  figure.mediaelement p.credits,
  .carousel-image p.credits,
  .teaser-box p.credits {
    position: static;
    width: 100%;
    display: block;
  }
}
.fancybox-wrap a:hover {
  text-decoration: none;
}
.fancybox-wrap span.copyright {
  margin-right: 10px;
}
.fancybox-wrap a.download:before {
  font-family: "Material icons";
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  content: "\e258";
}
.csc-textpic-image img {
  max-width: 100%;
  height: auto;
}
.fullPic .csc-textpic-image img {
  width: 100%;
  height: auto;
}
.image-white {
  background: white;
}
.image-book.csc-textpic.image-book .csc-textpic-imagewrap img {
  border: 1px solid #a8a7a7;
  background: white;
}
.image-book .csc-textpic .csc-textpic-imagewrap img {
  border: 1px solid #a8a7a7;
  background: white;
}
.image-rounded img {
  border-radius: 6px;
}
.menuPic .col {
  margin-top: 15px;
  margin-bottom: 15px;
}
.filetype {
  display: block;
}
ul.media-list {
  padding: 0;
}
ul.media-list .file-info {
  font-size: 72%;
}
ul.media-list .file-info span {
  display: inline-block;
}
ul.media-list.icon-list li {
  padding: 10px;
}
ul.media-list.icon-list .media-left a:before {
  color: #d11518;
}
ul.media-list.icon-list .media {
  background: #f4f4f4;
}
ul.media-list.icon-list .media .file-info {
  color: #3c3c3b;
}
ul.media-list.icon-list p.description {
  font-size: 83%;
  line-height: 1.2;
  margin-bottom: 10px;
}
ul.media-list.preview img {
  border: 1px solid #a8a7a7;
}
.gallery .item {
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
}
.gallery .item:before {
  display: none;
}
.gallery .item img {
  max-width: 100%;
  height: auto;
}
.gallery .item .download {
  position: absolute;
  bottom: 0px;
  left: 15px;
  line-height: 1;
  background: #f4f4f4;
}
.gallery .item .download span {
  display: none;
}
.gallery .item .download a {
  text-decoration: none;
}
.gallery .item .download a:before {
  font-size: 120%;
  color: #a8a7a7;
  font-family: "Material icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e258";
}
.gallery .item .download a:hover:before,
.gallery .item .download a:focus:before {
  color: #d11518;
}
.gallery .item .file-icon {
  opacity: .4;
}
.vcard {
  display: inline-block;
  vertical-align: top;
  max-width: 355px;
  margin: 0 20px 20px 0;
  border: 1px solid #3c3c3b;
  border-radius: 5px;
  padding: 15px;
  font-size: 95%;
}
.vcard a {
  color: #3c3c3b;
}
.vcard a:hover,
.vcard a:focus {
  color: #d11518;
}
.vcard h3 {
  font-weight: bold;
  color: #d11518;
  font-size: 18px;
  margin-bottom: 15px;
}
.vcard p {
  margin-bottom: 0;
}
.vcard p.phone-numbers {
  margin-bottom: 15px;
}
.vcard .note {
  margin: 15px 0;
}
.bg-gray-lighter .vcard,
.bg-gray-light .vcard {
  background: white;
}
body {
  margin: 1cm 2cm 1cm 2cm;
}
html img {
  max-width: 100% !important;
}
.footer,
.nav-header-wrapper,
.nav-header,
.overlay-nav-toggle,
p.linkToTop,
#complementary,
.breadcrumb {
  display: none;
}
.carousel-caption {
  position: static;
}
.copytext {
  margin: 0 !important;
  width: 100% !important;
}
.row {
  margin: 0 !important;
}
.col-md-push-2,
.layout_pagets_large2cols .content-col {
  width: 90% !important;
  left: 0;
  right: 0;
  margin: 0 !important;
}
button:focus,
button:hover,
a:focus,
a:hover {
  outline: none !important;
}
a[href]:after {
  content: "";
}
/*# sourceMappingURL=layout-print.css.map */