@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
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: 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: transparent;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #5c5c5c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #2b5e79;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2b5e79;
  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 {
  display: block;
  width: 100% \9;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 78%;
}

cite {
  font-style: normal;
}

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: #777777;
}

.text-primary {
  color: #2b5e79;
}

a.text-primary:hover {
  color: #1e4153;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2b5e79;
}

a.bg-primary:hover {
  background-color: #1e4153;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
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: #777777;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
  content: "";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 {
  float: left;
}

.col-xs-1 {
  width: 6.25%;
}

.col-xs-2 {
  width: 12.5%;
}

.col-xs-3 {
  width: 18.75%;
}

.col-xs-4 {
  width: 25%;
}

.col-xs-5 {
  width: 31.25%;
}

.col-xs-6 {
  width: 37.5%;
}

.col-xs-7 {
  width: 43.75%;
}

.col-xs-8 {
  width: 50%;
}

.col-xs-9 {
  width: 56.25%;
}

.col-xs-10 {
  width: 62.5%;
}

.col-xs-11 {
  width: 68.75%;
}

.col-xs-12 {
  width: 75%;
}

.col-xs-13 {
  width: 81.25%;
}

.col-xs-14 {
  width: 87.5%;
}

.col-xs-15 {
  width: 93.75%;
}

.col-xs-16 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 6.25%;
}

.col-xs-pull-2 {
  right: 12.5%;
}

.col-xs-pull-3 {
  right: 18.75%;
}

.col-xs-pull-4 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 31.25%;
}

.col-xs-pull-6 {
  right: 37.5%;
}

.col-xs-pull-7 {
  right: 43.75%;
}

.col-xs-pull-8 {
  right: 50%;
}

.col-xs-pull-9 {
  right: 56.25%;
}

.col-xs-pull-10 {
  right: 62.5%;
}

.col-xs-pull-11 {
  right: 68.75%;
}

.col-xs-pull-12 {
  right: 75%;
}

.col-xs-pull-13 {
  right: 81.25%;
}

.col-xs-pull-14 {
  right: 87.5%;
}

.col-xs-pull-15 {
  right: 93.75%;
}

.col-xs-pull-16 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 6.25%;
}

.col-xs-push-2 {
  left: 12.5%;
}

.col-xs-push-3 {
  left: 18.75%;
}

.col-xs-push-4 {
  left: 25%;
}

.col-xs-push-5 {
  left: 31.25%;
}

.col-xs-push-6 {
  left: 37.5%;
}

.col-xs-push-7 {
  left: 43.75%;
}

.col-xs-push-8 {
  left: 50%;
}

.col-xs-push-9 {
  left: 56.25%;
}

.col-xs-push-10 {
  left: 62.5%;
}

.col-xs-push-11 {
  left: 68.75%;
}

.col-xs-push-12 {
  left: 75%;
}

.col-xs-push-13 {
  left: 81.25%;
}

.col-xs-push-14 {
  left: 87.5%;
}

.col-xs-push-15 {
  left: 93.75%;
}

.col-xs-push-16 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 6.25%;
}

.col-xs-offset-2 {
  margin-left: 12.5%;
}

.col-xs-offset-3 {
  margin-left: 18.75%;
}

.col-xs-offset-4 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 31.25%;
}

.col-xs-offset-6 {
  margin-left: 37.5%;
}

.col-xs-offset-7 {
  margin-left: 43.75%;
}

.col-xs-offset-8 {
  margin-left: 50%;
}

.col-xs-offset-9 {
  margin-left: 56.25%;
}

.col-xs-offset-10 {
  margin-left: 62.5%;
}

.col-xs-offset-11 {
  margin-left: 68.75%;
}

.col-xs-offset-12 {
  margin-left: 75%;
}

.col-xs-offset-13 {
  margin-left: 81.25%;
}

.col-xs-offset-14 {
  margin-left: 87.5%;
}

.col-xs-offset-15 {
  margin-left: 93.75%;
}

.col-xs-offset-16 {
  margin-left: 100%;
}

@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left;
  }

  .col-sm-1 {
    width: 6.25%;
  }

  .col-sm-2 {
    width: 12.5%;
  }

  .col-sm-3 {
    width: 18.75%;
  }

  .col-sm-4 {
    width: 25%;
  }

  .col-sm-5 {
    width: 31.25%;
  }

  .col-sm-6 {
    width: 37.5%;
  }

  .col-sm-7 {
    width: 43.75%;
  }

  .col-sm-8 {
    width: 50%;
  }

  .col-sm-9 {
    width: 56.25%;
  }

  .col-sm-10 {
    width: 62.5%;
  }

  .col-sm-11 {
    width: 68.75%;
  }

  .col-sm-12 {
    width: 75%;
  }

  .col-sm-13 {
    width: 81.25%;
  }

  .col-sm-14 {
    width: 87.5%;
  }

  .col-sm-15 {
    width: 93.75%;
  }

  .col-sm-16 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 6.25%;
  }

  .col-sm-pull-2 {
    right: 12.5%;
  }

  .col-sm-pull-3 {
    right: 18.75%;
  }

  .col-sm-pull-4 {
    right: 25%;
  }

  .col-sm-pull-5 {
    right: 31.25%;
  }

  .col-sm-pull-6 {
    right: 37.5%;
  }

  .col-sm-pull-7 {
    right: 43.75%;
  }

  .col-sm-pull-8 {
    right: 50%;
  }

  .col-sm-pull-9 {
    right: 56.25%;
  }

  .col-sm-pull-10 {
    right: 62.5%;
  }

  .col-sm-pull-11 {
    right: 68.75%;
  }

  .col-sm-pull-12 {
    right: 75%;
  }

  .col-sm-pull-13 {
    right: 81.25%;
  }

  .col-sm-pull-14 {
    right: 87.5%;
  }

  .col-sm-pull-15 {
    right: 93.75%;
  }

  .col-sm-pull-16 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 6.25%;
  }

  .col-sm-push-2 {
    left: 12.5%;
  }

  .col-sm-push-3 {
    left: 18.75%;
  }

  .col-sm-push-4 {
    left: 25%;
  }

  .col-sm-push-5 {
    left: 31.25%;
  }

  .col-sm-push-6 {
    left: 37.5%;
  }

  .col-sm-push-7 {
    left: 43.75%;
  }

  .col-sm-push-8 {
    left: 50%;
  }

  .col-sm-push-9 {
    left: 56.25%;
  }

  .col-sm-push-10 {
    left: 62.5%;
  }

  .col-sm-push-11 {
    left: 68.75%;
  }

  .col-sm-push-12 {
    left: 75%;
  }

  .col-sm-push-13 {
    left: 81.25%;
  }

  .col-sm-push-14 {
    left: 87.5%;
  }

  .col-sm-push-15 {
    left: 93.75%;
  }

  .col-sm-push-16 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 6.25%;
  }

  .col-sm-offset-2 {
    margin-left: 12.5%;
  }

  .col-sm-offset-3 {
    margin-left: 18.75%;
  }

  .col-sm-offset-4 {
    margin-left: 25%;
  }

  .col-sm-offset-5 {
    margin-left: 31.25%;
  }

  .col-sm-offset-6 {
    margin-left: 37.5%;
  }

  .col-sm-offset-7 {
    margin-left: 43.75%;
  }

  .col-sm-offset-8 {
    margin-left: 50%;
  }

  .col-sm-offset-9 {
    margin-left: 56.25%;
  }

  .col-sm-offset-10 {
    margin-left: 62.5%;
  }

  .col-sm-offset-11 {
    margin-left: 68.75%;
  }

  .col-sm-offset-12 {
    margin-left: 75%;
  }

  .col-sm-offset-13 {
    margin-left: 81.25%;
  }

  .col-sm-offset-14 {
    margin-left: 87.5%;
  }

  .col-sm-offset-15 {
    margin-left: 93.75%;
  }

  .col-sm-offset-16 {
    margin-left: 100%;
  }
}
@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, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left;
  }

  .col-md-1 {
    width: 6.25%;
  }

  .col-md-2 {
    width: 12.5%;
  }

  .col-md-3 {
    width: 18.75%;
  }

  .col-md-4 {
    width: 25%;
  }

  .col-md-5 {
    width: 31.25%;
  }

  .col-md-6 {
    width: 37.5%;
  }

  .col-md-7 {
    width: 43.75%;
  }

  .col-md-8 {
    width: 50%;
  }

  .col-md-9 {
    width: 56.25%;
  }

  .col-md-10 {
    width: 62.5%;
  }

  .col-md-11 {
    width: 68.75%;
  }

  .col-md-12 {
    width: 75%;
  }

  .col-md-13 {
    width: 81.25%;
  }

  .col-md-14 {
    width: 87.5%;
  }

  .col-md-15 {
    width: 93.75%;
  }

  .col-md-16 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 6.25%;
  }

  .col-md-pull-2 {
    right: 12.5%;
  }

  .col-md-pull-3 {
    right: 18.75%;
  }

  .col-md-pull-4 {
    right: 25%;
  }

  .col-md-pull-5 {
    right: 31.25%;
  }

  .col-md-pull-6 {
    right: 37.5%;
  }

  .col-md-pull-7 {
    right: 43.75%;
  }

  .col-md-pull-8 {
    right: 50%;
  }

  .col-md-pull-9 {
    right: 56.25%;
  }

  .col-md-pull-10 {
    right: 62.5%;
  }

  .col-md-pull-11 {
    right: 68.75%;
  }

  .col-md-pull-12 {
    right: 75%;
  }

  .col-md-pull-13 {
    right: 81.25%;
  }

  .col-md-pull-14 {
    right: 87.5%;
  }

  .col-md-pull-15 {
    right: 93.75%;
  }

  .col-md-pull-16 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 6.25%;
  }

  .col-md-push-2 {
    left: 12.5%;
  }

  .col-md-push-3 {
    left: 18.75%;
  }

  .col-md-push-4 {
    left: 25%;
  }

  .col-md-push-5 {
    left: 31.25%;
  }

  .col-md-push-6 {
    left: 37.5%;
  }

  .col-md-push-7 {
    left: 43.75%;
  }

  .col-md-push-8 {
    left: 50%;
  }

  .col-md-push-9 {
    left: 56.25%;
  }

  .col-md-push-10 {
    left: 62.5%;
  }

  .col-md-push-11 {
    left: 68.75%;
  }

  .col-md-push-12 {
    left: 75%;
  }

  .col-md-push-13 {
    left: 81.25%;
  }

  .col-md-push-14 {
    left: 87.5%;
  }

  .col-md-push-15 {
    left: 93.75%;
  }

  .col-md-push-16 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 6.25%;
  }

  .col-md-offset-2 {
    margin-left: 12.5%;
  }

  .col-md-offset-3 {
    margin-left: 18.75%;
  }

  .col-md-offset-4 {
    margin-left: 25%;
  }

  .col-md-offset-5 {
    margin-left: 31.25%;
  }

  .col-md-offset-6 {
    margin-left: 37.5%;
  }

  .col-md-offset-7 {
    margin-left: 43.75%;
  }

  .col-md-offset-8 {
    margin-left: 50%;
  }

  .col-md-offset-9 {
    margin-left: 56.25%;
  }

  .col-md-offset-10 {
    margin-left: 62.5%;
  }

  .col-md-offset-11 {
    margin-left: 68.75%;
  }

  .col-md-offset-12 {
    margin-left: 75%;
  }

  .col-md-offset-13 {
    margin-left: 81.25%;
  }

  .col-md-offset-14 {
    margin-left: 87.5%;
  }

  .col-md-offset-15 {
    margin-left: 93.75%;
  }

  .col-md-offset-16 {
    margin-left: 100%;
  }
}
@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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left;
  }

  .col-lg-1 {
    width: 6.25%;
  }

  .col-lg-2 {
    width: 12.5%;
  }

  .col-lg-3 {
    width: 18.75%;
  }

  .col-lg-4 {
    width: 25%;
  }

  .col-lg-5 {
    width: 31.25%;
  }

  .col-lg-6 {
    width: 37.5%;
  }

  .col-lg-7 {
    width: 43.75%;
  }

  .col-lg-8 {
    width: 50%;
  }

  .col-lg-9 {
    width: 56.25%;
  }

  .col-lg-10 {
    width: 62.5%;
  }

  .col-lg-11 {
    width: 68.75%;
  }

  .col-lg-12 {
    width: 75%;
  }

  .col-lg-13 {
    width: 81.25%;
  }

  .col-lg-14 {
    width: 87.5%;
  }

  .col-lg-15 {
    width: 93.75%;
  }

  .col-lg-16 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 6.25%;
  }

  .col-lg-pull-2 {
    right: 12.5%;
  }

  .col-lg-pull-3 {
    right: 18.75%;
  }

  .col-lg-pull-4 {
    right: 25%;
  }

  .col-lg-pull-5 {
    right: 31.25%;
  }

  .col-lg-pull-6 {
    right: 37.5%;
  }

  .col-lg-pull-7 {
    right: 43.75%;
  }

  .col-lg-pull-8 {
    right: 50%;
  }

  .col-lg-pull-9 {
    right: 56.25%;
  }

  .col-lg-pull-10 {
    right: 62.5%;
  }

  .col-lg-pull-11 {
    right: 68.75%;
  }

  .col-lg-pull-12 {
    right: 75%;
  }

  .col-lg-pull-13 {
    right: 81.25%;
  }

  .col-lg-pull-14 {
    right: 87.5%;
  }

  .col-lg-pull-15 {
    right: 93.75%;
  }

  .col-lg-pull-16 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 6.25%;
  }

  .col-lg-push-2 {
    left: 12.5%;
  }

  .col-lg-push-3 {
    left: 18.75%;
  }

  .col-lg-push-4 {
    left: 25%;
  }

  .col-lg-push-5 {
    left: 31.25%;
  }

  .col-lg-push-6 {
    left: 37.5%;
  }

  .col-lg-push-7 {
    left: 43.75%;
  }

  .col-lg-push-8 {
    left: 50%;
  }

  .col-lg-push-9 {
    left: 56.25%;
  }

  .col-lg-push-10 {
    left: 62.5%;
  }

  .col-lg-push-11 {
    left: 68.75%;
  }

  .col-lg-push-12 {
    left: 75%;
  }

  .col-lg-push-13 {
    left: 81.25%;
  }

  .col-lg-push-14 {
    left: 87.5%;
  }

  .col-lg-push-15 {
    left: 93.75%;
  }

  .col-lg-push-16 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 6.25%;
  }

  .col-lg-offset-2 {
    margin-left: 12.5%;
  }

  .col-lg-offset-3 {
    margin-left: 18.75%;
  }

  .col-lg-offset-4 {
    margin-left: 25%;
  }

  .col-lg-offset-5 {
    margin-left: 31.25%;
  }

  .col-lg-offset-6 {
    margin-left: 37.5%;
  }

  .col-lg-offset-7 {
    margin-left: 43.75%;
  }

  .col-lg-offset-8 {
    margin-left: 50%;
  }

  .col-lg-offset-9 {
    margin-left: 56.25%;
  }

  .col-lg-offset-10 {
    margin-left: 62.5%;
  }

  .col-lg-offset-11 {
    margin-left: 68.75%;
  }

  .col-lg-offset-12 {
    margin-left: 75%;
  }

  .col-lg-offset-13 {
    margin-left: 81.25%;
  }

  .col-lg-offset-14 {
    margin-left: 87.5%;
  }

  .col-lg-offset-15 {
    margin-left: 93.75%;
  }

  .col-lg-offset-16 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c5c5c;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #5c5c5c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dde7ec;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #8c8c8c;
}
.form-control::-webkit-input-placeholder {
  color: #8c8c8c;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.5 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control {
  line-height: 30px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control {
  height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9c9c9c;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #2b5e79;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2b5e79;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  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: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #dee8ed;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #2b5e79;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #c58b01;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #c58b01;
  text-decoration: none;
  outline: 0;
  background-color: #fff;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fff;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fff;
  border-color: #2b5e79;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 51px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 51px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8.5px;
  margin-bottom: 8.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}

.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: #fff;
}
.navbar-default .navbar-text {
  color: #083059;
}
.navbar-default .navbar-nav > li > a {
  color: #083059;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #083059;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2b5e79;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #2b5e79;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #083059;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #083059;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2b5e79;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #083059;
}
.navbar-default .navbar-link:hover {
  color: #083059;
}
.navbar-default .btn-link {
  color: #083059;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #083059;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #2b5e79;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #777777;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #204e66;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #204e66;
  background-color: #fff;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #224a5f;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #204e66;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #204e66;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #204e66;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #204e66;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #204e66;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 11px 7px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "» ";
  padding: 0 5px;
  color: #5c5c5c;
}
.breadcrumb > .active {
  color: #5c5c5c;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 23px 20px 25px 23px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #5c5c5c;
  background-color: #dde7ec;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #dde7ec;
  background-color: #5c5c5c;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.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 {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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);
}
.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%;
  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;
  margin-top: -10px;
  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 #c58b01;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #c58b01;
}

.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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

  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;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont_v-4.0.3.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont_v-4.0.3.woff") format("woff"), url("../fonts/fontawesome-webfont_v-4.0.3.ttf") format("truetype"), url("../fonts/fontawesome-webfont_v-4.0.3-fontawesomeregular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-mail-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.icon-arrow {
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
}
.icon-arrow.arrow-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -24px;
  background-color: #173357;
}

.navbar-nav > li.nav-link-more > a {
  display: block;
  height: 24px;
  line-height: 24px;
}
.navbar-nav > li.nav-link-more > a span {
  display: block;
  float: left;
  padding-left: 12px;
  height: 24px;
  line-height: 24px;
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -671px;
}
.navbar-nav > li.nav-link-more > a span.arrow {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -671px;
  background-position: 100% -671px;
  width: 36px;
}
.navbar-nav > li.nav-link-more > a:hover span, .navbar-nav > li.nav-link-more > a:focus span, .navbar-nav > li.nav-link-more > a:active span {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -647px;
}
.navbar-nav > li.nav-link-more > a:hover span.arrow, .navbar-nav > li.nav-link-more > a:focus span.arrow, .navbar-nav > li.nav-link-more > a:active span.arrow {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -647px;
  background-position: 100% -647px;
}

.btn-search {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -222px;
  display: inline-block;
  height: 28px;
  width: 50px;
  outline: none;
}
.btn-search:hover, .btn-search:focus, .btn-search:active {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -194px;
  outline: none;
}
.btn-search:active:focus {
  outline: none;
}

.field-search {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -499px;
  display: inline-block;
  height: 28px;
  width: 170px;
}

a.call-to-action:after {
  content: " ";
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -284px;
  background-color: #fff;
}
a.call-to-action:hover:after, a.call-to-action:focus:after, a.call-to-action:active:after {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -250px;
  background-color: #2b5e79;
}

.arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -161px;
  border-radius: 50%;
  display: block;
  float: right;
  width: 33px;
  height: 33px;
}

a:hover .arrow-top-right,
a:focus .arrow-top-right,
a:active .arrow-top-right,
.highlight .arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -100px;
}

#column-right .arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -133px;
  width: 28px;
  height: 28px;
}
#column-right a:hover .arrow-top-right,
#column-right a:focus .arrow-top-right,
#column-right a:active .arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -72px;
}
#column-right .highlight .arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -44px;
}
#column-right .highlight a:hover .arrow-top-right,
#column-right .highlight a:focus .arrow-top-right,
#column-right .highlight a:active .arrow-top-right {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -44px;
}

a.link-more:after,
a.highlighted:after {
  content: "";
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -16px;
  margin-top: -4px;
  margin-left: 6px;
  display: inline-block;
  height: 8px;
  width: 6px;
}

a.highlighted:after {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -8px;
}

.panel-arrow {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -695px;
  display: block;
  float: right;
  width: 26px;
  height: 26px;
}

.collapsed .panel-arrow {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -721px;
}

.info-icon {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -552px;
  background-color: #8c8c8c;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
}
.info-icon:hover, .info-icon.active {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -527px;
  background-color: #c58b01;
}

.info-text-top {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -791px;
  display: block;
  width: 13px;
  height: 6px;
}

ul.arrow-list li:before {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -627px;
  background-color: #2b5e79;
  border-radius: 50%;
}

.chosen-container-single .chosen-single div b {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -421px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -473px;
}

.error .chosen-container-single .chosen-single div b {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -447px;
}

.icon-radio {
  background: #fff;
  border: 2px solid #2b5e79;
  border-radius: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  line-height: 28px;
  vertical-align: top;
}

.error .icon-radio {
  border-color: #c50101;
}

input[type="radio"]:checked + label i.icon-radio,
.error input[type="radio"]:checked + label i.icon-radio {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -747px;
  background-color: #2b5e79;
  border-width: 0;
}

.icon-checkbox {
  background: #fff;
  border-radius: 50%;
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  margin-right: 5px;
  line-height: 33px;
  vertical-align: top;
}

input[type="checkbox"]:checked + label i.icon-checkbox {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -318px;
  background-color: #fff;
}

.box-link-list a.external-link-new-window:before {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -602px;
  background-color: #2b5e79;
}
.box-link-list a.mail:before {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -577px;
  background-color: #2b5e79;
}

li.csc-uploads-element a .file-arrow i {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -386px;
}
li.csc-uploads-element a:hover .file-arrow i,
li.csc-uploads-element a:active .file-arrow i,
li.csc-uploads-element a:focus .file-arrow i {
  background: url('../Images/Sprites/Icons-s2dff0811d4.png') 0 -351px;
}

input.btn-primary,
a.btn {
  background: #fff;
  border: 1px solid #c58b01;
  border-radius: 2px;
  color: #c58b01;
  display: inline-block;
  padding: 4px 9px 5px 9px;
  text-decoration: none;
}
input.btn-primary:hover, input.btn-primary:active, input.btn-primary:focus,
a.btn:hover,
a.btn:active,
a.btn:focus {
  background: #d4a841;
  border-color: #c58b01;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.btn-primary:active:focus,
a.btn:active:focus {
  outline: none;
}

a.highlighted {
  color: #c58b01;
}

a.call-to-action {
  background: #c58b01;
  border: 1px solid #fff;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 12px 19px 12px 18px;
  margin-top: 17px;
  position: relative;
  text-decoration: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(32, 70, 91, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(32, 70, 91, 0.75);
}
a.call-to-action:after {
  content: "";
  margin: 1px 1px 1px 41px;
  display: block;
  float: right;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}
a.call-to-action:hover, a.call-to-action:focus, a.call-to-action:active {
  background: #c0cfd7;
  color: #2b5e79;
  text-decoration: none;
}
a.call-to-action br {
  display: none;
}
a.call-to-action span.line-one {
  text-transform: uppercase;
}
a.call-to-action span.line-two,
a.call-to-action em {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 30px;
}

body {
  overflow-y: scroll;
}

h1, h3 {
  font-weight: bold;
  color: #2b5e79;
}

h2 {
  font-weight: bold;
  color: #5c5c5c;
}

h4 {
  font-weight: 500;
  color: #2b5e79;
}

.text-icon {
  display: inline-block;
  text-align: left;
  text-indent: -9999px;
}

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

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

.container {
  position: relative;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.extra-large-container {
  width: 100%;
  max-width: 1280px;
  padding: 0;
}

@media (min-width: 1280px) {
  .inside-container {
    padding: 0 160px;
  }
}
.navbar-header {
  position: relative;
  z-index: 10;
  min-width: 310px;
}

.navbar.navbar-static-top {
  background: transparent;
  margin-bottom: 0;
  border-width: 0;
  position: absolute;
  width: 100%;
}
.navbar.navbar-static-top .navbar-top-bg {
  background-color: #fff;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  width: 100%;
  height: 66px;
  z-index: 0;
}

.jumbotron {
  min-height: 66px;
  background: #c4d4dd;
}

.navbar-brand {
  height: 66px;
  padding: 4px 15px 0 15px;
  margin-top: 3px;
}
.navbar-brand:hover {
  background: transparent;
}
.navbar-brand img {
  height: 50px;
  width: 180px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  background: transparent;
}

header.navbar {
  min-height: 66px;
}
header.navbar .navbar-nav > li {
  padding-top: 26px;
  padding-bottom: 0;
}
header.navbar .navbar-nav > li.divider {
  padding: 29px 7px 0 7px;
  width: 2px;
}
header.navbar .navbar-nav > li.divider span {
  background: #bdc8d3;
  border-left: 1px solid #284b6e;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 2px;
  text-align: left;
  text-indent: -9999px;
}
header.navbar .navbar-nav > li.divider.left span {
  background: #4a6785;
  border-left: 1px solid #9cacbd;
}
header.navbar .navbar-nav > li > a {
  padding: 0 3px;
  font-size: 11px;
  height: 15px;
  line-height: 15px;
}
header.navbar .navbar-nav > li > a:hover, header.navbar .navbar-nav > li > a:active {
  text-decoration: underline;
}
header.navbar .navbar-nav > li.active > a:hover, header.navbar .navbar-nav > li.active > a:active {
  text-decoration: none;
}
header.navbar .navbar-nav > li.nav-link-more {
  padding: 22px 0 10px 18px;
}
header.navbar .navbar-nav > li.nav-link-more > a {
  color: #fff;
  padding: 0 35px 0 0;
  height: 24px;
  line-height: 24px;
}
header.navbar .navbar-nav > li.nav-link-more > a:hover, header.navbar .navbar-nav > li.nav-link-more > a:active {
  color: #fff;
  text-shadow: 0 1px 2px rgba(163, 121, 20, 0.75);
  text-decoration: none;
}
header.navbar .navbar-nav > li.nav-link-more.active a {
  background-color: transparent;
}
header.navbar .navbar-nav > li.nav-link-more.active a:hover, header.navbar .navbar-nav > li.nav-link-more.active a:active {
  background-color: transparent;
}
header.navbar .navbar-toggle {
  border-width: 0;
  color: #2b5e79;
  margin-top: 13px;
}
header.navbar .navbar-toggle:hover, header.navbar .navbar-toggle:focus {
  background-color: transparent;
}

.nav-meta i {
  display: none;
}

a.link-arrow-large {
  color: #083059;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
a.link-arrow-large .link-inner {
  background: #fff;
  border: 1px solid #083059;
  border-radius: 2px;
  display: inline-block;
  padding: 14px 15px 13px 20px;
}
a.link-arrow-large .arrow-text {
  height: 20px;
  line-height: 20px;
  padding-right: 16px;
}
a.link-arrow-large .icon-arrow {
  display: block;
  float: right;
  margin-top: 1px;
}

.content h2 {
  margin-bottom: 5px;
  line-height: 1.4167;
}
.content h3 {
  line-height: 1.3333;
  margin-bottom: 5px;
  font-weight: bold;
}
.content h3.item-header {
  margin: 0;
}
.content .box-teaser h3 {
  margin-bottom: 10px;
}

#content-wrap {
  padding-bottom: 50px;
}

.content-row-bottom {
  margin-top: 30px;
  padding-top: 30px;
}
.content-row-bottom h2.csc-firstHeader {
  margin-top: 0;
}
.content-row-bottom .col-md-4 img {
  max-width: 100%;
  height: auto;
}

.ce-textpic img {
  max-width: 100%;
  height: auto;
}

#column-right {
  padding-left: 0;
  padding-right: 12px;
}
#column-right a.call-to-action {
  margin-top: 0;
}
#column-right .content {
  padding-left: 8px;
}
#column-right .frame-default {
  margin-bottom: 30px;
}
#column-right h1,
#column-right h2,
#column-right h3 {
  color: #2b5e79;
  font-weight: normal;
}

#column-main a.btn {
  text-decoration: none;
}
#column-main .item a.btn:hover, #column-main .item a.btn:focus,
#column-main .box-teaser a.btn:hover,
#column-main .box-teaser a.btn:focus {
  text-decoration: none;
  outline: none;
}
#column-main .panel-heading a:hover, #column-main .panel-heading a:focus,
#column-main .event-list a:hover,
#column-main .event-list a:focus {
  text-decoration: none;
}
#column-main .frame-default {
  position: relative;
}
#column-main h1 {
  color: #2b5e79;
}
#column-main h3 a {
  color: #5c5c5c;
}
#column-main h3.item-header {
  color: #2b5e79;
  line-height: 1.5em;
}
#column-main h3.item-header-grey {
  color: #393939;
  margin-bottom: 0;
}
#column-main ul {
  list-style: none;
  padding-left: 10px;
  margin-top: -4px;
}
#column-main ul.ce-uploads {
  padding-left: 0;
}
#column-main ul li {
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 2px;
}
#column-main ul li:before {
  content: "•";
  color: #2b5e79;
  font-size: 20px;
  width: 10px;
  height: auto;
  display: block;
  position: absolute;
  top: -4px;
  left: -11px;
}
#column-main ul li ul {
  padding-top: 0px;
  margin-top: 6px;
  margin-bottom: -6px;
}
#column-main ul li ul li {
  padding-left: 0;
}
#column-main ul li ul li:before {
  content: "-";
  font-size: 14px;
  top: -1px;
  left: -10px;
}
#column-main ul.chosen-results {
  padding: 1px;
  margin: 0;
}
#column-main ul.chosen-results li {
  padding: 6px 21px;
  margin-bottom: 2px;
}
#column-main ul.chosen-results li:before {
  content: "";
  display: none;
}
#column-main ul.arrow-list {
  padding-left: 30px;
}
#column-main ul.arrow-list li {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-left: 0;
}
#column-main ul.arrow-list li:before {
  content: " ";
  width: 20px;
  height: 20px;
  top: 5px;
  left: -30px;
}
#column-main .panel ul li:before {
  content: "-";
  font-size: 14px;
  top: -1px;
  left: -10px;
}
#column-main .panel ul.arrow-list li:before {
  content: " ";
  top: 5px;
  left: -30px;
}

.row ol {
  padding-left: 20px;
}

.frame-ruler-after {
  border-bottom: 1px solid #dde7ec;
  margin-bottom: 30px;
  padding-bottom: 14px;
}

figcaption {
  font-size: 11px;
}

div.ce-textpic.ce-left {
  max-width: 100%;
}

.column-left div.ce-textpic.ce-center .ce-outer {
  right: 0px;
  position: static;
  float: none;
  max-width: 100%;
}
.column-left div.ce-textpic.ce-center .ce-inner {
  position: static;
  float: none;
  right: 0;
}

p.item-date {
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: -18px;
}

h3 + p.item-subheader {
  font-weight: bold;
  margin-top: -12px;
  font-size: 11px;
}

.layout-40-60 .col-md-7 {
  margin-bottom: 20px;
}
.layout-40-60 .col-md-7 .box-link-list {
  margin-top: 2px;
}
.layout-40-60 .col-md-7 .frame-default + .frame-default {
  margin-top: 20px;
}
.layout-40-60 .col-md-7 .ce-textpic figure {
  margin: 0 auto;
}
.layout-40-60 .col-md-7 .ce-textpic img {
  max-width: 100%;
  height: auto;
}
.layout-40-60 .col-md-7 .ce-border {
  border: 1px solid #c4d4dd;
  display: block;
  height: 160px;
}
.layout-40-60 .col-md-7 .ce-border .ce-gallery {
  float: none;
  margin: 0 auto;
}
.layout-40-60 .col-md-7 .ce-border figure {
  height: 160px;
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  vertical-align: middle;
  display: table-cell;
  width: 220px;
}
.layout-40-60 .col-md-7 .ce-border figure figcaption {
  display: block;
  padding: 10px;
}
.layout-40-60 .col-md-7 .ce-border img {
  border: none;
  display: inline;
  text-align: center;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}

.item-article-info {
  background: #dde7ec;
  color: #393939;
}
.item-article-info .item-top {
  border-bottom: 1px solid #fff;
  padding: 17px 20px 8px 19px;
}
.item-article-info .item-top .item-header-grey {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
.item-article-info .item-top .item-subheader {
  font-size: 12px;
  margin: 0;
  line-height: 19px;
}
.item-article-info .item-bottom {
  padding: 10px 20px 8px 19px;
}
.item-article-info .item-content p {
  font-size: 12px;
  line-height: 21px;
}
.item-article-info .item-content p b, .item-article-info .item-content p strong {
  font-weight: bold;
  font-size: 16px;
}

div.ce-image .ce-gallery .image,
div.ce-textpic .ce-gallery .image {
  margin-bottom: 20px;
}

.frame-ruler-after:after {
  display: none;
}

@media (min-width: 768px) {
  .navbar-header {
    padding-left: 5px;
  }

  .navbar-brand {
    padding: 0 30px 0 30px;
  }
  .navbar-brand img {
    height: 60px;
    width: 213px;
  }

  .layout-40-60 .col-md-7 {
    width: 220px;
  }
  .layout-40-60 .col-md-9 {
    width: 60%;
    margin-top: -2px;
  }

  #column-main p.section-button {
    margin: 0;
    height: 13px;
  }
  #column-main p.section-button a {
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 90;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-40-60 .col-md-9 {
    width: 530px;
  }
}
@media (max-width: 991px) {
  .content-row-bottom .col-sm-8 {
    padding-bottom: 20px;
  }

  .col-bottom-middle-right {
    clear: left;
  }

  .layout-40-60 .ce-border {
    height: auto;
    padding: 40px 0;
  }
  .layout-40-60 .ce-border figure.image {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
  }
  .layout-40-60 .ce-border figure.image figcaption {
    display: block;
  }
}
.white-popup-block {
  max-width: 700px;
}

.brainvideo-FlexEmbed {
  position: relative;
  overflow: hidden;
  display: block;
}

.brainvideo-FlexEmbed:before {
  content: "";
  display: block;
  width: 100%;
}

.brainvideo-FlexEmbed--16by9:before {
  padding-bottom: 56.25%;
}

.brainvideo-FlexEmbed-item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 480px) {
  #content-wrap .content-row-bottom .ce-textpic img {
    width: 100%;
  }
  #content-wrap .content-row-bottom figure,
  #content-wrap .content-row-bottom .ce-gallery,
  #content-wrap .content-row-bottom .ce-center .ce-inner,
  #content-wrap .content-row-bottom .ce-center .ce-outer {
    display: block;
    position: static;
    float: none;
  }
  #content-wrap .content-row-bottom figure figcaption,
  #content-wrap .content-row-bottom .ce-gallery figcaption,
  #content-wrap .content-row-bottom .ce-center .ce-inner figcaption,
  #content-wrap .content-row-bottom .ce-center .ce-outer figcaption {
    display: block;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    padding-left: 25px;
  }

  #column-right {
    float: right;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .column-left {
    float: left;
    max-width: 50%;
  }

  .column-right {
    float: left;
    max-width: 50%;
  }

  .layout-40-60 .column-left {
    float: left;
    max-width: 40%;
  }
  .layout-40-60 .col-md-9 {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  #column-main .ce-textpic.ce-nowrap.ce-left .ce-bodytext {
    clear: both;
    margin-left: 0;
  }
  #column-main .ce-textpic.ce-nowrap.ce-left header {
    padding-top: 14px;
  }

  .jumbotron {
    min-height: 0;
    background: transparent;
  }
}
@media (min-width: 400px) and (max-width: 600px) {
  .layout-40-60 .column-left .box-link-list,
  .layout-40-60 .column-left .frame-default {
    float: left;
    width: 48%;
    margin: 0;
  }
  .layout-40-60 .column-left .frame-default + .box-link-list,
  .layout-40-60 .column-left .frame-default + .frame-default {
    margin: 0;
    width: 50%;
    padding-left: 20px;
  }
  .layout-40-60 .column-right {
    clear: both;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .layout-40-60 .column-left .box-link-list,
  .layout-40-60 .column-left .frame-default {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .touch .box-link-list a {
    padding: 15px;
  }
}
form#search-form {
  font-size: 12px;
  margin-top: 11px;
  padding-right: 8px;
}
form#search-form input,
form#search-form button {
  border: none;
  border-width: 0;
  border-radius: 0;
  line-height: 28px;
}
form#search-form .form-control {
  color: #8c8c8c;
  font-size: 12px;
  padding: 0 10px;
  width: 170px;
}
form#search-form .form-control:hover, form#search-form .form-control:focus, form#search-form .form-control:active {
  color: #393939;
}
form#search-form button i {
  display: none;
}

.tx-indexedsearch-res {
  padding-top: 10px;
}

.search-result {
  border-bottom: 1px solid #dde7ec;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.search-result .title {
  font-weight: bold;
}
.search-result p.descr {
  margin: 0;
}
.search-result .result-url {
  font-size: 11px;
}

.tx-indexedsearch-redMarkup {
  color: #c58b01;
}

#column-main ul.browsebox {
  margin-left: 0;
  padding: 0;
}
#column-main ul.browsebox li:before {
  display: none;
}

ul.browsebox li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.browsebox li:before {
  display: none;
}
ul.browsebox li a {
  background: #E2C580;
  color: #5c5c5c;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin-right: 8px;
  text-decoration: none;
}
ul.browsebox li a:hover {
  background: #c58b01;
  color: #fff;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: #c58b01;
  color: #fff;
}

.carousel .carousel-control {
  display: none;
}
.carousel .carousel-indicators {
  left: auto;
  right: 171px;
  margin-bottom: 0px;
  width: auto;
  text-align: left;
}
.carousel .carousel-indicators li {
  background: #c58b01;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
  float: left;
  border: none;
  border-radius: 0px;
  overflow: hidden;
  width: 15px;
  height: 15px;
  margin: 0 0 0 3px;
  padding: 0;
}
.carousel .carousel-indicators li:hover, .carousel .carousel-indicators li:focus, .carousel .carousel-indicators li:active, .carousel .carousel-indicators li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-indicators .active {
  margin: 0 0 0 3px;
  height: 15px;
  width: 15px;
}
.carousel .item .item-content {
  position: absolute;
  top: 86px;
  left: 20px;
  width: 519px;
}
.carousel .item .item-content-inner {
  color: #083059;
  margin-bottom: 15px;
  padding: 15px 20px 7px 20px;
  position: relative;
}
.carousel .item .item-content-inner .transparent-background {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 0;
}
.carousel .item .item-content-inner .opaque-foreground {
  position: relative;
  z-index: 2;
}
.carousel .item .item-content-inner h2 {
  font-size: 30px;
  font-weight: normal;
  color: #083059;
  line-height: 33px;
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
}
.carousel .item .item-content-inner h3 {
  font-size: 16px;
  color: #083059;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 21px 0;
  padding: 0;
}
.carousel .item .item-content-inner p {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}

@media (min-width: 1200px) {
  .carousel .item .item-content {
    top: 94px;
    left: 169px;
    width: 519px;
  }
}
@media (max-width: 767px) {
  .carousel .carousel-indicators {
    display: none;
  }
  .carousel .item {
    overflow: hidden;
    width: 100%;
  }
  .carousel .item .item-content {
    position: relative;
    top: -175px;
    left: 0;
    width: auto;
    margin: 0 0 -175px 0;
  }
  .carousel .item .item-content-inner {
    height: 155px;
    margin: 0 20px 20px 20px;
    overflow: hidden;
  }
  .carousel .item .item-content-inner h1 {
    font-size: 20px;
    line-height: 20px;
  }
  .carousel .item .item-content-inner h2 {
    margin-bottom: 6px;
  }
  .carousel .item .item-content-inner p {
    display: none;
  }
  .carousel .link-arrow-large {
    border-top: 1px solid #083059;
    border-bottom: 1px solid #083059;
    line-height: 1em;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
    min-height: 50px;
  }
  .carousel .link-arrow-large .link-inner {
    border-width: 0;
    padding-bottom: 0;
  }
  .carousel .image-wrap {
    overflow: hidden;
    width: 2000px;
    position: relative;
    left: 50%;
    margin-left: -1000px;
    text-align: center;
    height: 250px;
  }
  .carousel .image-wrap .image-wrap img {
    width: auto;
    max-width: 9999px;
    height: 250px;
  }
}
#main-navigation {
  border-top: 1px solid #1d4c65;
  position: relative;
}
#main-navigation .main-navigation-bg {
  background-color: #2b5e79;
  border-top: 1px solid #588aa4;
  position: absolute;
  min-height: 50px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
#main-navigation .navbar {
  background: transparent;
  border-width: 0;
}
#main-navigation .navbar-collapse {
  border-width: 0;
  border-top: 1px solid #588aa4;
  position: relative;
}
#main-navigation .navbar-collapse .navbar-foreground {
  position: relative;
  z-index: 10;
}
#main-navigation a {
  font-weight: normal;
}
#main-navigation .navbar-nav > li > a {
  font-size: 16px;
  padding: 16px 9px 14px 9px;
  text-shadow: 0px -1px 1px rgba(51, 51, 51, 0.6);
}
#main-navigation .navbar-nav > li > a.fixed-width {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
#main-navigation .navbar-nav > li > a:hover, #main-navigation .navbar-nav > li > a:active, #main-navigation .navbar-nav > li > a:focus, #main-navigation .navbar-nav > li > a.current a {
  font-weight: bold;
  text-shadow: none;
}
#main-navigation .navbar-nav > li.active > a,
#main-navigation .navbar-nav > li.open > a,
#main-navigation .navbar-nav > li.current > a {
  font-weight: bold;
  text-shadow: none;
}
#main-navigation .nav-meta {
  display: none;
}

ul.nav li.dropdown:hover {
  background: #fff;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.nav > li > a.dropdown-toggle {
  z-index: 60;
}

div.dropdown-menu {
  background: transparent;
  border: none;
  padding: 0;
  z-index: 40;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.dropdown-menu ul.menu-level-two {
  padding-bottom: 10px;
}
div.dropdown-menu ul.menu-level-two > li.first {
  padding-top: 5px;
}
div.dropdown-menu ul.menu-level-two > li > a > span {
  display: inline-block;
  padding-right: 20px;
}
div.dropdown-menu ul > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #2b5e79;
  white-space: nowrap;
  text-decoration: none;
}
div.dropdown-menu ul > li > a:hover, div.dropdown-menu ul > li > a:active, div.dropdown-menu ul > li > a:focus, div.dropdown-menu ul > li > a.current a {
  text-decoration: none;
  color: #fff;
  background-color: #c58b01;
}
div.dropdown-menu ul > li a:hover,
div.dropdown-menu ul > li a:active,
div.dropdown-menu ul > li a:focus, div.dropdown-menu ul > li.active > a, div.dropdown-menu ul > li.current > a, div.dropdown-menu ul > li.hover > a,
div.dropdown-menu ul > li.open a:hover,
div.dropdown-menu ul > li.open a:active,
div.dropdown-menu ul > li.open a:focus,
div.dropdown-menu ul > li.open.active > a,
div.dropdown-menu ul > li.open.current > a,
div.dropdown-menu ul > li.open.hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #c58b01;
}
div.dropdown-menu.mm-flyout {
  background: #fff;
  border: 1px solid #dee8ed;
  left: -68px;
  margin-top: -1px;
  padding-top: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 7px -1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 7px -1px;
}
div.dropdown-menu.menu-level-three {
  margin-top: -10px;
  min-width: 300px;
}
div.dropdown-menu.menu-level-three .inner {
  border-left: 1px solid #dee8ed;
  background: #f1f5f7;
}
div.dropdown-menu.menu-level-three .inner ul {
  padding-top: 15px;
}
div.dropdown-menu.menu-level-three .inner ul > li a:hover,
div.dropdown-menu.menu-level-three .inner ul > li a:active,
div.dropdown-menu.menu-level-three .inner ul > li a:focus, div.dropdown-menu.menu-level-three .inner ul > li.hover > a {
  background-color: #fff;
  color: #c58b01;
}
div.dropdown-menu.menu-level-three .inner ul > li.active > a, div.dropdown-menu.menu-level-three .inner ul > li.current > a {
  background-color: transparent;
  color: #c58b01;
}

.menu-level-two {
  position: relative;
}

.navbar-nav i.fa-angle-right {
  display: block;
  float: right;
  width: 5px;
  height: 8px;
  margin-left: auto;
  margin-top: 6px;
  margin-right: -10px;
  border: none;
  line-height: 8px;
}

.navbar-nav .dropdown-toggle i.fa-angle-right {
  display: none;
}

.dropdown-submenu i {
  color: #c4d4dd;
}

.dropdown-submenu > a:hover i,
.dropdown-submenu:hover > a i,
.dropdown-submenu:active > a i,
.dropdown-submenu.hover a i,
.dropdown-submenu.active a i,
.dropdown-submenu.current a i {
  color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
  }

  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #main-navigation {
    border-top: none;
    position: absolute;
    top: 66px;
    z-index: 1000;
    width: 100%;
  }
  #main-navigation .navbar {
    min-height: 0;
  }
  #main-navigation .main-navigation-bg {
    display: none;
  }
  #main-navigation .navbar-collapse {
    border-top: 1px solid #1e4c66;
    background: #fff;
  }
  #main-navigation .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  #main-navigation .navbar-nav > li > a {
    background: #2b5e79;
    border-top: 1px solid #5789a2;
    border-bottom: 1px solid #e8e8e8;
    color: #fff;
    text-shadow: none;
    padding-left: 18px;
    padding-right: 20px;
  }
  #main-navigation .navbar-nav > li > a i.fa-angle-right {
    color: #fff;
    display: block;
    font-size: 18px;
  }
  #main-navigation .navbar-nav > li > a:hover,
  #main-navigation .navbar-nav > li > a:active,
  #main-navigation .navbar-nav > li > a:focus,
  #main-navigation .navbar-nav > li.active > a,
  #main-navigation .navbar-nav > li.open > a,
  #main-navigation .navbar-nav > li.current > a {
    font-weight: normal;
    text-shadow: none;
  }
  #main-navigation .navbar-nav li.divider {
    display: none;
  }
  #main-navigation .nav-meta {
    display: block;
  }
  #main-navigation .nav-meta > li > a {
    background: #fff;
    border-top: 1px solid #2b5e79;
    color: #2b5e79;
  }
  #main-navigation .nav-meta > li > a:first-child {
    border-top: 1px solid #588aa5;
    border-bottom: none;
  }
  #main-navigation .nav-meta > li.nav-link-more > a {
    border-top: 1px solid #c88f0a;
    border-bottom: 1px solid #bcbcbc;
    color: #fff;
    height: auto;
    line-height: inherit;
    text-align: center;
    padding-right: 0;
    background-image: -webkit-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
    background-image: -o-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
    background-image: linear-gradient(to bottom, #d3aa41 0%, #c88f0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3AA41', endColorstr='#FFC88F0A', GradientType=0);
  }
  #main-navigation .nav-meta > li.nav-link-more > a span {
    display: inline-block;
    float: none;
    background: transparent;
    height: auto;
    line-height: inherit;
    padding: 0;
  }
  #main-navigation .nav-meta > li.nav-link-more > a span.arrow {
    display: none;
  }
  #main-navigation .nav-meta > li.nav-link-more > a:hover span {
    background: transparent;
  }
  #main-navigation .nav-meta > li.nav-link-more > a i {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
  }
  #main-navigation .mm-flyout {
    padding-top: 0;
  }
  #main-navigation div.dropdown-menu ul.menu-level-two > li.first {
    padding-top: 0;
  }
  #main-navigation div.dropdown-menu ul > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #main-navigation div.dropdown-menu ul > li > a i.fa-angle-right {
    color: #2b5e79;
    font-size: 18px;
  }
  #main-navigation div.dropdown-menu.menu-level-three .inner {
    border-width: 0;
  }
  #main-navigation div.dropdown-menu.menu-level-three .inner ul {
    padding-top: 0;
  }
  #main-navigation div.dropdown-menu.menu-level-three .inner ul a {
    padding-left: 40px;
  }
  #main-navigation + .container {
    margin-top: 66px;
  }

  form#search-form {
    background: #2b5e79;
    border-top: 1px solid #5789a2;
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  form#search-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: 80%;
    max-width: 370px;
  }
  form#search-form .field-search {
    background: #fff;
    border: 1px solid #dde7ec;
    font-size: 14px;
    width: 100%;
  }
  form#search-form button {
    background: transparent;
    background-image: -webkit-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
    background-image: -o-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
    background-image: linear-gradient(to bottom, #d3aa41 0%, #c88f0a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3AA41', endColorstr='#FFC88F0A', GradientType=0);
    color: #fff;
    font-size: 16px;
    text-indent: 0;
    text-align: center;
  }
  form#search-form button i {
    display: block;
  }
  form#search-form button span {
    display: none;
  }

  .touch #main-navigation form#search-form button {
    padding-top: 20px;
    padding-bottom: 34px;
    width: 60px;
  }
}
.breadcrumb {
  font-size: 11px;
  line-height: 15px;
}
.breadcrumb > li a {
  color: #8c8c8c;
}
.breadcrumb > li a:hover, .breadcrumb > li a:active, .breadcrumb > li a:focus {
  color: #c58b01;
  text-decoration: none;
}
.breadcrumb > li + li:before {
  padding: 0 1px 0 6px;
  font-size: 14px;
}
.breadcrumb > .active span {
  font-weight: bold;
}

.item-contact {
  background: #dde7ec;
  color: #393939;
}
.item-contact .item-image img {
  height: auto;
  max-width: 280px;
}
.item-contact .person-name {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.item-contact .person-department,
.item-contact .person-address {
  margin-bottom: 20px;
}
.item-contact .person-value strong {
  display: inline-block;
  width: 70px;
}
.item-contact a {
  color: #393939;
}

#column-right .item-contact {
  background: transparent;
}
#column-right .item-contact .item-image {
  padding: 8px 0 14px 0;
}
#column-right .item-contact .item-image img {
  border: 1px solid #c4d4dd;
}

#column-main .item-contact {
  color: #393939;
  margin-bottom: 20px;
}
#column-main .item-contact .item-data {
  padding: 10px;
}
#column-main .item-contact .person-name {
  line-height: 1.3125;
}
#column-main.col-md-16 .item-contact .item-image img {
  height: 100%;
  width: auto;
  max-height: 160px;
}

@media (min-width: 580px) and (max-width: 991px) {
  #column-right .item-contact {
    clear: both;
  }
  #column-right .item-contact:after {
    content: ' ';
    display: block;
    clear: both;
    font-size: 1px;
    height: 1px;
  }
  #column-right .item-contact .item-image {
    float: left;
  }
  #column-right .item-contact .item-has-image {
    float: left;
    padding-left: 20px;
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #column-main .item-contact {
    max-width: 280px;
  }
  #column-main .item-contact .item-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #column-main.col-md-16 .item-contact .item-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  #column-main .item-contact {
    max-width: 100%;
  }
  #column-main .item-contact .item-image {
    float: left;
    padding-right: 15px;
    max-width: 300px;
  }
  #column-main .item-contact .item-data {
    padding: 20px 20px 0 0;
  }
}
@media (max-width: 480px) {
  #column-main .item-contact {
    max-width: 100%;
  }
}
.box-teaser {
  max-width: 300px;
}
.box-teaser .csc-textpic-center figure,
.box-teaser .csc-textpic-center .csc-textpic-imagewrap,
.box-teaser .csc-textpic-center .csc-textpic-center-inner,
.box-teaser .csc-textpic-center .csc-textpic-center-outer {
  display: block;
  position: static;
  float: none;
}
.box-teaser .csc-textpic-center figure .csc-textpic-caption,
.box-teaser .csc-textpic-center .csc-textpic-imagewrap .csc-textpic-caption,
.box-teaser .csc-textpic-center .csc-textpic-center-inner .csc-textpic-caption,
.box-teaser .csc-textpic-center .csc-textpic-center-outer .csc-textpic-caption {
  display: block;
}

#content-wrap .box-teaser figure {
  display: inline;
}
#content-wrap .box-teaser figure .csc-textpic-caption {
  display: block;
  max-width: 280px;
}
#content-wrap .box-teaser .csc-textpic-intext-left-nowrap figure {
  display: table;
}
#content-wrap .box-teaser .csc-textpic-intext-left-nowrap figure .csc-textpic-caption {
  display: table-caption;
}
#content-wrap .box-teaser div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

#column-right .box-teaser {
  color: #393939;
  margin-bottom: 60px;
}
#column-right .box-teaser .csc-textpic-imagewrap {
  float: none;
  margin: 0;
}
#column-right .box-teaser .csc-textpic-imagewrap figure {
  display: inline;
  margin-bottom: 0;
}
#column-right .box-teaser .csc-textpic-imagewrap img {
  display: inline;
}
#column-right .box-teaser.text-below .csc-textpic-imagewrap {
  border: 1px solid #c4d4dd;
  margin: 4px 0 14px 0;
  text-align: center;
  padding: 20px 0;
}
#column-right .box-teaser.text-below p.teaser-toolbar {
  padding: 4px 3px 0 0;
}
#column-right .box-teaser.text-overlay {
  position: relative;
  max-width: 280px;
}
#column-right .box-teaser.text-overlay h2,
#column-right .box-teaser.text-overlay h3 {
  margin-top: 0;
}
#column-right .box-teaser.text-overlay p.teaser-toolbar {
  margin: -5px 0 5px 0;
}
#column-right .box-teaser.text-overlay .csc-textpic-imagewrap img {
  border: 1px solid #c4d4dd;
}
#column-right .box-teaser.text-overlay .image-text-overlay {
  position: absolute;
  left: 4.5%;
  width: 91.0%;
  bottom: 11px;
}
#column-right .box-teaser.text-overlay .image-text-overlay-bg {
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#column-right .box-teaser.text-overlay .image-text-overlay-foreground {
  padding: 5px 6px;
  position: relative;
  z-index: 10;
}

#column-main .box-teaser {
  border: 1px solid #c4d4dd;
  margin-bottom: 20px;
  padding: 10px;
}
#column-main .box-teaser h3 {
  font-weight: bold;
  margin-top: 0;
}
#column-main .box-teaser p.teaser-toolbar {
  padding-top: 12px;
}
#column-main .box-teaser.text-below .csc-textpic-above h2,
#column-main .box-teaser.text-below .csc-textpic-above h3 {
  margin-top: 0;
  padding-top: 14px;
}
#column-main .box-teaser.text-below .csc-textpic-intext-left-nowrap h3 {
  margin-top: -4px;
}

.box-link-list p {
  margin: 0;
}
.box-link-list a {
  background: #dde7ec;
  border-bottom: 1px solid #fff;
  display: block;
  line-height: 25px;
  padding: 5px;
}
.box-link-list a:before {
  content: ' ';
  display: block;
  float: left;
  margin-right: 12px;
  width: 25px;
  height: 25px;
  background-color: #2b5e79;
  border-radius: 12px;
}
.box-link-list a.external-link-new-window:before {
  background-color: #2b5e79;
}
.box-link-list a.mail:before {
  background-color: #2b5e79;
}

@media (min-width: 768px) {
  .box-teaser {
    max-width: 100%;
  }

  #column-right .box-teaser .teaser-toolbar {
    text-align: right;
  }

  #column-main .box-teaser {
    border-width: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .box-teaser {
    border-width: 0;
    max-width: 100%;
  }
  .box-teaser .csc-textpic img {
    width: 100%;
  }

  #column-right .box-teaser.text-overlay {
    max-width: 100%;
  }
}
.event-list .event-item-col {
  margin-bottom: 20px;
  padding-right: 10px;
}
.event-list .item-top {
  display: block;
  position: relative;
  padding: 18px 20px 8px 18px;
  border-bottom: 1px solid #fff;
}
.event-list .item-bottom {
  display: block;
  padding: 17px 20px 16px 23px;
}
.event-list .item-date {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1em;
  padding-top: 2px;
}
.event-list .item-header {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3125;
}
.event-list .item-time {
  display: block;
  font-size: 12px;
  padding-top: 3px;
}
.event-list .event-item {
  background: #dde7ec;
  color: #393939;
}
.event-list .event-item a {
  color: #393939;
  display: block;
}
.event-list .event-item a:hover, .event-list .event-item a:active {
  background: #2b5e79;
  color: #ffffff;
  text-decoration: none;
}
.event-list .event-item a:hover .item-top, .event-list .event-item a:active .item-top {
  border-color: #4f819c;
}
.event-list .event-item.highlight .item-bottom {
  padding-right: 16px;
  padding-left: 16px;
}
.event-list .event-item.highlight a {
  background: #c58b01;
  color: #ffffff;
}
.event-list .event-item.highlight a .item-top {
  border-color: #e5b134;
}

#column-right .event-item-col {
  float: none;
  width: auto;
  margin-bottom: 5px;
}
#column-right .item-top {
  float: left;
  width: 40px;
  border-width: 0;
  padding: 0;
  position: static;
}
#column-right .arrow-top-right {
  position: absolute;
  float: none;
  right: 9px;
  top: 50%;
  margin-top: -14px;
}
#column-right .date-day,
#column-right .date-year,
#column-right .item-time,
#column-right .item-text {
  display: none;
}
#column-right .item-date {
  font-size: 12px;
  width: 40px;
  overflow: hidden;
  padding: 0;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
#column-right .item-date span.date-val {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#column-right .event-item {
  position: relative;
}
#column-right .event-item .item-header {
  font-size: 12px;
  height: 65px;
  width: 180px;
  line-height: 65px;
}
#column-right .event-item .item-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#column-right .event-item .item-top {
  background: #2b5e79;
  color: #fff;
}
#column-right .event-item .item-bottom {
  margin-left: 50px;
  padding: 0;
  height: 65px;
  width: 180px;
  overflow: hidden;
}
#column-right .event-item a:hover .item-top, #column-right .event-item a:active .item-top {
  background: #dde7ec;
  color: #393939;
}
#column-right .event-item.highlight a .item-top {
  background: #e5b134;
}
#column-right .event-item.highlight a:hover, #column-right .event-item.highlight a:active {
  color: #fff;
}
#column-right .event-item.highlight a:hover .item-top, #column-right .event-item.highlight a:active .item-top {
  color: #fff;
}

@media (min-width: 992px) {
  .event-list .item-header {
    min-height: 60px;
  }

  .event-item-left {
    float: left;
    width: 220px;
  }

  .event-item-right {
    float: right;
    width: 280px;
    margin-right: 60px;
  }
}
.panel {
  color: #393939;
  margin-bottom: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-heading {
  border: none;
}

.panel-group {
  margin-top: 20px;
}
.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-default > .panel-heading {
  color: #393939;
  padding: 0;
}
.panel-default > .panel-heading a {
  display: block;
  line-height: 26px;
  padding: 12px 20px 12px 18px;
}
.panel-default > .panel-heading:hover {
  background: #c4d4dd;
  color: #2b5e79;
}
.panel-default > .panel-heading:hover a {
  text-decoration: none;
}
.panel-default > .panel-heading .item-acc-heading {
  display: block;
  margin-right: 40px;
}
.panel-default > .panel-heading .item-acc-title {
  font-weight: bold;
}
.panel-default > .panel-heading .item-acc-subtitle {
  font-size: 13px;
  padding-left: 4px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .panel-default > .panel-heading .item-acc-subtitle {
    display: block;
    padding-left: 0;
  }
}
#content-wrap #column-main .curriculum .panel-body h3 {
  color: #393939;
  line-height: 1.5;
}

.curriculum .panel-group {
  border-bottom: 5px solid #dde7ec;
  margin-top: 5px;
}
.curriculum .panel-body {
  padding-left: 22px;
}
.curriculum .panel-body h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 21px;
}
.curriculum .sum-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.curriculum .sum-row > .panel-heading {
  color: #393939;
  background-color: transparent;
}
.curriculum .sum-row .sum-row-heading {
  display: block;
  padding: 12px 46px 10px 23px;
}
.curriculum .sum-row .panel-body {
  padding: 0 20px 1px 23px;
  max-width: 670px;
}
.curriculum .sum-row .panel-body .csc-default {
  width: auto;
  float: none;
  margin: 0;
}
.curriculum .panel-heading-right {
  color: #2b5e79;
  display: block;
}
.curriculum .item-acc-points {
  display: inline-block;
  font-size: 13px;
  width: 55px;
}
.curriculum .panel-group-heading {
  color: #2b5e79;
  padding-right: 23px;
}
.curriculum .panel-group-heading .item-acc-title {
  font-size: 24px;
}
.curriculum .panel-group-heading .item-acc-points {
  font-size: 18px;
}
.curriculum .panel-group-heading .info-icon {
  float: right;
}
.curriculum .panel-group-heading .panel-heading-right {
  font-weight: bold;
  margin-left: 20px;
}
.curriculum .info-icon {
  position: relative;
}
.curriculum .info-icon .info-text {
  position: absolute;
  z-index: 1200;
  display: none;
  min-width: 200px;
  max-width: 220px;
  top: 27px;
  right: -20px;
  font-size: 12px;
  line-height: 1.5;
}
.curriculum .info-icon .info-text span.label-row {
  color: #8c8c8c;
  display: block;
}
.curriculum .info-icon .info-text span.label-row b {
  display: inline-block;
  width: 30px;
  color: #c68d06;
}
.curriculum .info-icon .info-text-top {
  float: right;
  margin-right: 26px;
}
.curriculum .info-icon .info-text-content {
  background: #fff;
  clear: both;
  display: block;
  padding: 20px 10px 20px 10px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(218, 218, 218, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(218, 218, 218, 0.75);
}
.curriculum .ects-sum-info {
  padding: 5px 49px 12px 23px;
}
.curriculum .ects-sum-info .ects-title {
  color: #2b5e79;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.curriculum .ects-sum-info .item-acc-points {
  font-size: 16px;
}
.curriculum .ects-sum-info .info-icon {
  float: left;
  margin-left: 30px;
}
.curriculum .ects-sum-info .info-icon .info-text {
  width: 220px;
}
.curriculum .ects-sum-info .panel-heading-right {
  color: #2b5e79;
  clear: both;
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .curriculum .panel-body .csc-default {
    width: 31%;
    float: left;
    margin-left: 3.5%;
    margin-bottom: 10px;
  }
  .curriculum .panel-body .csc-default:first-child {
    margin-left: 0;
  }
  .curriculum .panel-body .csc-default:nth-child(3n + 4) {
    clear: left;
    margin-left: 0;
  }
  .curriculum .panel-heading-right {
    color: #2b5e79;
    float: right;
    padding-right: 61px;
  }
  .curriculum .info-icon:hover .info-text {
    display: block;
  }

  .ects-sum-info .panel-heading-right {
    clear: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .panel-body {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  .curriculum .panel-group-heading .info-icon {
    margin-top: 38px;
  }
  .curriculum .ects-sum-info {
    padding-right: 23px;
  }
  .curriculum .ects-sum-info .info-icon {
    float: right;
    margin-left: 0;
  }
  .curriculum .ects-sum-info .info-icon .info-text {
    width: 300px;
    max-width: 100%;
  }
  .curriculum .ects-sum-info .panel-heading-right {
    position: absolute;
    margin-left: 15%;
  }
}
@media (min-width: 768px) {
  .curriculum .info-icon .info-text {
    max-width: 400px;
  }
  .curriculum .ects-sum-info .info-icon .info-text {
    width: 300px;
  }
}
.item-tutor {
  background: #dde7ec;
  color: #393939;
  width: 220px;
  float: left;
  padding-top: 7px;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}
.item-tutor h3 {
  border-bottom: 1px solid #fff;
  line-height: 1.5em;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  height: 47px;
  padding: 0 10px;
}
.item-tutor img {
  height: auto;
  width: 100%;
  max-width: 220px;
}
.item-tutor .item-content {
  padding: 0 10px;
  height: 216px;
  font-size: 12px;
}
.item-tutor .item-content p.item-function {
  font-size: 14px;
  padding-top: 16px;
  padding-left: 1px;
}
.item-tutor .item-content .item-focus {
  height: 57px;
  padding-left: 1px;
}
.item-tutor .item-content .item-studies {
  padding-left: 1px;
}
.item-tutor .item-content a {
  border-radius: 2px;
  display: block;
  position: absolute;
  bottom: 11px;
  left: 10px;
  width: 196px;
  text-align: center;
  font-size: 14px;
  padding: 5px 0 4px 0;
  z-index: 90;
}

@media (min-width: 992px) {
  #column-main .item-tutor:nth-child(8n + 8) {
    margin-right: 0;
  }
}
.item-partner {
  border: 1px solid #c4d4dd;
  margin-bottom: 20px;
  position: relative;
}
.item-partner .item-image {
  white-space: nowrap;
  text-align: center;
  margin-left: -3px;
}
.item-partner .item-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.item-partner .item-image img {
  vertical-align: middle;
  max-width: 220px;
  width: auto;
}
.item-partner h3.item-header {
  line-height: 1.5em;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
  height: 37px;
  padding: 0 10px;
}
.item-partner h3.item-header span {
  display: block;
  padding-top: 15px;
}
.item-partner .item-content {
  margin: 20px 0 0 10px;
}
.item-partner .item-content a {
  color: #c58b01;
}
.item-partner .item-content a .link-text {
  background: url("../Images/bg_text_more.png") no-repeat right center;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  padding-right: 11px;
}
.item-partner .item-content a .link-text-more {
  display: none;
  font-size: 18px;
  height: 26px;
  vertical-align: middle;
}
.item-partner .item-content a:hover, .item-partner .item-content a:active, .item-partner .item-content a:focus {
  text-decoration: underline;
}
.item-partner .item-content a:hover .link-text, .item-partner .item-content a:active .link-text, .item-partner .item-content a:focus .link-text {
  text-decoration: underline;
}

.full-width .partner-wide-outer .item-partner:first-child {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  #column-right .partner-outer {
    float: left;
    padding-left: 10px;
    width: 145px;
  }
  #column-right .partner-outer.double-sized {
    clear: both;
    float: none;
  }
  #column-right .item-partner {
    height: 100px;
    width: 135px;
    margin-bottom: 10px;
  }
  #column-right .item-partner .item-image {
    height: 100px;
    margin-left: -4px;
  }
  #column-right .item-partner .item-image img {
    max-width: 115px;
    height: auto;
    width: auto;
  }
  #column-right .double-sized .item-partner {
    height: 70px;
    width: 280px;
  }
  #column-right .double-sized .item-partner .item-image {
    height: 68px;
  }
  #column-right .double-sized .item-partner .item-image img {
    max-height: 50px;
    max-width: 240px;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  .partner-outer {
    float: left;
    padding: 0 10px;
    width: 50%;
  }

  .partner-wide-outer {
    clear: both;
    padding: 0 10px;
  }
  .partner-wide-outer .partner-outer {
    float: none;
    padding: 0;
    width: 100%;
  }

  .partners-items {
    max-width: 620px;
  }
}
@media (max-width: 991px) {
  #column-right h3.item-header {
    color: #2b5e79;
    line-height: 1.5em;
    font-weight: bold;
  }
  #column-right .partner-outer.double-sized {
    clear: both;
    float: none;
    width: auto;
  }
}
@media (min-width: 580px) and (max-width: 991px) {
  #column-right .item-partner.thin {
    height: 275px;
  }
  #column-right .item-partner.thin h3 {
    height: 77px;
  }
  #column-right .item-partner.thin .item-image {
    height: 130px;
  }
  #column-right .item-partner.thin .item-image img {
    max-height: 130px;
  }
}
@media (min-width: 580px) {
  .item-partner {
    height: 130px;
  }
  .item-partner h3.item-header {
    margin-bottom: 0;
  }
  .item-partner .item-content {
    position: absolute;
    bottom: 1px;
    right: 10px;
    text-align: right;
    margin: 0;
  }
  .item-partner .item-image {
    height: 65px;
  }
  .item-partner .item-image img {
    max-height: 65px;
  }

  #column-main .item-partner.thin {
    height: 275px;
  }
  #column-main .item-partner.thin h3 {
    height: 77px;
  }
  #column-main .item-partner.thin .item-image {
    height: 130px;
  }
  #column-main .item-partner.thin .item-image img {
    max-height: 130px;
  }

  #column-right .partner-item-list .row-link-list {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .item-partner.wide .item-image img {
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  .item-partner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
dl {
  color: #393939;
  font-size: 12px;
}
dl dt {
  background: #dde7ec;
  font-weight: bold;
  display: block;
  float: left;
  min-width: 116px;
  padding: 4px 0 4px 14px;
}
dl dt:nth-of-type(even) {
  background: #fff;
}
dl dd {
  background: #dde7ec;
  display: block;
  padding: 4px 0 4px 0;
}
dl dd:nth-of-type(even) {
  background: #fff;
}
dl dd p {
  margin: 0;
}

table {
  font-size: 12px;
  color: #393939;
  margin-bottom: 20px;
}
table thead tr {
  background: #dde7ec;
}
table tbody tr {
  background: #dde7ec;
}
table tbody tr:nth-of-type(even) {
  background: #fff;
}
table thead + tbody tr:nth-of-type(even) {
  background: #dde7ec;
}
table thead + tbody tr:nth-of-type(odd) {
  background: #fff;
}
table th {
  padding: 4px 8px;
}
table td {
  padding: 4px 8px;
}

@media (max-width: 767px) {
  .touch table {
    font-size: 14px;
  }
  .touch table th {
    padding: 12px 16px;
  }
  .touch table td {
    padding: 12px 16px;
  }
}
table.definition-list {
  width: 100%;
  max-width: 100%;
}
table.definition-list td {
  padding: 1px 0 1px 14px;
}
table.definition-list td:first-child {
  width: 108px;
  font-weight: bold;
}

.social-toolbar {
  clear: both;
  text-align: center;
  padding-top: 60px;
  height: 150px;
  position: relative;
}
.social-toolbar p.share-header {
  font-weight: bold;
}
.social-toolbar .social-links {
  display: inline-block;
  padding-top: 2px;
  position: relative;
  margin: 0 auto;
}
.social-toolbar a {
  display: block;
  float: left;
  margin: 0 12px;
}
.social-toolbar .share-icon {
  color: #fff;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}
.social-toolbar .share-label {
  display: none;
}
.social-toolbar .icon-facebook {
  background-color: #3b5998;
}
.social-toolbar .icon-facebook:hover {
  background-color: #30487b;
}
.social-toolbar .icon-twitter {
  font-size: 24px;
  line-height: 38px;
  background-color: #55acee;
}
.social-toolbar .icon-twitter:hover {
  background-color: #32acd4;
}
.social-toolbar .icon-email {
  font-size: 16px;
  background-color: #2b5e79;
  line-height: 36px;
}
.social-toolbar .icon-email:hover {
  background-color: #2A506B;
}
.social-toolbar .icon-google-plus {
  background-color: #dd4b39;
}
.social-toolbar .icon-google-plus:hover {
  background-color: #ca3523;
}

@media (max-width: 767px) {
  .touch .share-icon {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    font-size: 24px;
    line-height: 48px;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  background-color: #2b5e79;
  border-top: 1px solid #588aa4;
  color: #fff;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  display: inline-block;
  color: #fff;
}

.cc-link:active, .cc-link:visited {
  color: #fff;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  width: 76px;
  font-size: .9em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background: transparent;
  background-image: -webkit-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
  background-image: -o-linear-gradient(top, #d3aa41 0%, #c88f0a 100%);
  background-image: linear-gradient(to bottom, #d3aa41 0%, #c88f0a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD3AA41', endColorstr='#FFC88F0A', GradientType=0);
  color: #fff;
}

.cc-btn:hover {
  color: #fff;
  text-decoration: none;
  background-image: -webkit-linear-gradient(top, #c88f0a 0%, #d3aa41 100%);
  background-image: -o-linear-gradient(top, #c88f0a 0%, #d3aa41 100%);
  background-image: linear-gradient(to bottom, #c88f0a 0%, #d3aa41 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC88F0A', endColorstr='#FFD3AA41', GradientType=0);
}

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: 0.75;
}

.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-message {
  display: inline-block;
  width: 80%;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-compliance {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 12px;
}

@media screen and (max-width: 600px) {
  .cc-compliance {
    display: block;
    position: relative;
    margin-left: 12px;
  }
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -ms-grid-row-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

#column-main.col-md-10 .Tx-Formhandler .formhandler-form-wrap {
  text-align: center;
}
#column-main.col-md-10 .Tx-Formhandler .formhandler-form-wrap form {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.form-group-spacer {
  margin: 3em 0;
}

.form-group {
  margin-bottom: 8px;
}
.form-group .form-controls {
  position: relative;
  max-width: 400px;
}
.form-group .error-message {
  display: none;
}
.form-group.error .error-message {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #c50101;
}

.form-indent .form-group {
  margin-left: 0;
  margin-right: 0;
}

.block-label {
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
  color: #8c8c8c;
  padding-left: 12px;
}

.form-control:focus {
  border-color: #dde7ec;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-error {
  display: none;
}

select.form-control {
  padding-left: 5px;
}

.cb-wrap {
  display: inline-block;
  margin-right: 20px;
}
.cb-wrap label {
  cursor: pointer;
}
.cb-wrap .cb-label-text {
  display: inline-block;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  font-weight: normal;
}
.cb-wrap input[type="radio"],
.cb-wrap input[type="checkbox"] {
  display: block;
  position: absolute;
  left: -9999px;
}

.checkbox-wrap {
  display: block;
  margin-right: 0;
}
.checkbox-wrap label {
  background: #dde7ec;
  display: block;
  color: #5c5c5c;
  padding: 8px 10px;
  margin-bottom: 1px;
}
.checkbox-wrap input[type="checkbox"]:checked + label {
  background: #2b5e79;
  color: #fff;
}

.error select,
.error .chosen-container-single .chosen-single,
.error input[type="text"],
.error textarea {
  border-color: #c50101;
  color: #c50101;
}
.error .form-control::-moz-placeholder {
  color: #c50101;
  opacity: 1;
}
.error .form-control:-ms-input-placeholder {
  color: #c50101;
}
.error .form-control::-webkit-input-placeholder {
  color: #c50101;
}
.error .checkbox-wrap label {
  background: #c50101;
  color: #fff;
}
.error .checkbox-wrap input[type="checkbox"]:checked + label {
  background: #2b5e79;
  color: #fff;
}
.error .radio-wrap .cb-label-text {
  color: #c50101;
}

.row-checkbox-group {
  padding: 10px 0;
}
.row-checkbox-group .cb-label-text {
  display: block;
  margin-left: 40px;
}

#row-formofaddress,
#row-myaddress {
  padding-top: 20px;
  padding-left: 12px;
}
#row-formofaddress .block-label,
#row-myaddress .block-label {
  display: block;
  padding-left: 0;
}

#row-salutation {
  margin-bottom: 23px;
}

#row-address_type {
  padding-top: 6px;
  padding-left: 12px;
  margin-bottom: 23px;
}
#row-address_type .block-label {
  display: block;
  padding-left: 0;
}

#row-phone,
#row-country {
  margin-bottom: 3em;
}

#row-message {
  padding-top: 30px;
}

#content-wrap #column-main a.chosen-single {
  text-decoration: none;
}
#content-wrap #column-main .empty-field a.chosen-single,
#content-wrap #column-main .empty-field select {
  color: #8c8c8c;
}
#content-wrap #column-main .error a.chosen-single,
#content-wrap #column-main .error select {
  color: #c50101;
}
#content-wrap #column-main .error .checkbox-wrap a {
  color: #fff;
}
#content-wrap #column-main .checkbox-wrap input[type="checkbox"]:checked + label a {
  color: #fff;
}

#row-ba-notes {
  position: absolute;
  left: -9999px;
  height: 1px;
  width: 1px;
  font-size: 1px;
}

#event-registration {
  margin-top: 20px;
}

p.required-note {
  font-size: 12px;
  font-weight: bold;
}

.csc-default + .csc-default p.required-note {
  margin: 14px 0 16px 0;
}
.csc-default + .csc-default p.required-note.note-top {
  margin-top: 45px;
}

.parsley-errors-list {
  display: none;
}

#row-info-types {
  margin-bottom: 39px;
}
#row-info-types .control-label {
  padding-top: 15px;
}

.control-label {
  color: #393939;
}

.col-md-10 .control-label {
  display: none;
}
.col-md-10 .form-buttons {
  max-width: 400px;
}
.col-md-10 .visible-col-10 {
  display: block;
  text-align: left;
  padding-bottom: 4px;
}
.col-md-10 .form-horizontal .visible-col-10 {
  text-align: left;
}

.textarea-scrollbar {
  height: 180px;
}

h3.form-block-headline {
  color: #393939;
  font-size: 14px;
}
h3.form-block-headline.first-block {
  margin-top: 0;
  margin-bottom: 0;
}

#column-main h3.form-block-headline {
  color: #393939;
}

textarea.form-control {
  height: 180px;
  resize: none;
}

#column-main.col-md-10 .Tx-Formhandler .formhandler-form-wrap form.powermail_form_3 {
  display: block;
}

@media (max-width: 400px) {
  .form-group .form-controls {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .control-label {
    display: none;
  }

  #column-main .Tx-Formhandler .formhandler-form-wrap {
    text-align: center;
  }
  #column-main .Tx-Formhandler .formhandler-form-wrap form {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .touch .form-control {
    height: 54px;
  }
  .touch select.form-control {
    padding: 16px 10px 16px 5px;
  }
  .touch input.btn {
    padding: 14px 16px 15px 19px;
  }
}
@media (min-width: 992px) {
  .form-buttons {
    text-align: right;
  }

  .form-group.error .error-message {
    position: absolute;
    width: 120px;
    left: 102%;
    top: 4px;
    line-height: 1.2em;
  }
  .form-group .form-controls {
    max-width: 400px;
  }

  .col-md-16 .control-label {
    display: block;
    float: left;
    width: 280px;
  }
  .col-md-16 .contact-data-subfields .control-label {
    display: none;
  }
  .col-md-16 .form-controls {
    margin-left: 300px;
  }
  .col-md-16 .block-label {
    display: none;
  }
  .col-md-16 .form-block-headline {
    display: none;
  }

  #row-formofaddress .block-label {
    display: inline-block;
  }

  #row-address_type .block-label {
    display: inline-block;
  }
}
.tx-formhandler-subscription .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  zoom: 1;
  *display: inline;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.chosen-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  background: #fff;
  box-shadow: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 34px;
  border: 1px solid #dde7ec;
  background-color: #fff;
  background-clip: padding-box;
  color: #393939;
  text-decoration: none;
  white-space: nowrap;
  line-height: 33px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  position: absolute;
  top: 3px;
  right: 32px;
  display: block;
  width: 2px;
  height: 2px;
  font-size: 1px;
  padding: 13px;
}
.chosen-container-single .chosen-single abbr:before {
  display: block;
  position: relative;
  top: -5px;
  left: -5px;
  width: 12px;
  height: 12px;
  background: url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') -42px 1px no-repeat;
  content: "";
}
.chosen-container-single .chosen-single abbr:hover:before {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover:before {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 3px;
  right: 3px;
  display: block;
  width: 26px;
  height: 26px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') no-repeat 100% -20px;
  background: url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  background: #f1f5f7;
  margin-top: -1px;
  border-top: 1px solid #dde7ec;
  padding-top: 12px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #2b5e79;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 260px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIvPjxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZThlOGU4Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWVlZWVlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #dde7ec;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dde7ec;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') no-repeat -30px -20px;
  background: url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite.png?1458118880') no-repeat -30px -20px;
  direction: rtl;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('https://www.mah-hd.de/typo3conf/ext/brain_mah/Resources/Public/Images/chosen-sprite@2x.png?1458118880') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #dde7ec;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 6px 10px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 98%;
  right: 3px;
  top: 1%;
  width: 6px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #fff;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c4d4dd;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #c4d4dd;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #c4d4dd;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 6px;
  top: 2px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 3px;
  width: 6px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: transparent;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #c4d4dd;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c4d4dd;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #c4d4dd;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  -moz-transition: height 0.2s;
  -o-transition: height 0.2s;
  -ms-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  -ms-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #fff;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #c4d4dd;
  border: 1px solid #bdbdbd;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 25px;
  width: 6px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

ul.csc-uploads li {
  margin: 0 0 5px 0;
  height: 35px;
}
ul.csc-uploads li .csc-uploads-fileName {
  text-decoration: none;
}

li.csc-uploads-element a {
  display: block;
  color: #393939;
  height: 35px;
  line-height: 35px;
  background: #dde7ec;
  padding-left: 10px;
  font-weight: bold;
}
li.csc-uploads-element a .file-arrow {
  display: block;
  float: right;
  height: 35px;
  width: 40px;
  background-color: #2b5e79;
}
li.csc-uploads-element a .file-arrow i {
  display: block;
  height: 35px;
  width: 40px;
  text-indent: -9999px;
}
li.csc-uploads-element a:hover, li.csc-uploads-element a:active, li.csc-uploads-element a:focus {
  background: #2b5e79;
  color: #fff;
  text-decoration: none;
}
li.csc-uploads-element a:hover .file-arrow, li.csc-uploads-element a:active .file-arrow, li.csc-uploads-element a:focus .file-arrow {
  background-color: #dde7ec;
}
li.csc-uploads-element a span.file-type {
  display: inline;
  padding-left: 4px;
  text-transform: uppercase;
  font-weight: normal;
}

@media (max-width: 767px) {
  .touch ul.csc-uploads li {
    height: 55px;
  }
  .touch li.csc-uploads-element a {
    height: 55px;
    line-height: 55px;
  }
  .touch li.csc-uploads-element a .file-arrow {
    height: 55px;
    width: 40px;
    padding-top: 10px;
  }
  .touch li.csc-uploads-element a .file-arrow i {
    height: 35px;
    width: 40px;
  }
}
.news-list-container .news-list-item {
  margin-top: 20px;
  border-bottom: 1px solid #dde7ec;
  margin-bottom: 30px;
  padding-bottom: 14px;
}
.news-list-container h2.news-list-title {
  font-weight: 700;
  margin-top: 0;
}
.news-list-container .news-list-date {
  font-weight: 700;
}
.news-list-container .news-list-subheader {
  margin-top: 15px;
  font-weight: 700;
}
.news-list-container .news-list-category {
  font-size: 12px;
  color: #929292;
  margin-bottom: 5px;
}
.news-list-container .news-list-image img {
  max-width: 100%;
  height: auto;
}
.news-list-container .news-list-morelink a:after {
  content: "";
  background: url(../Images/Sprites/Icons-s2dff0811d4.png) 0 -16px;
  margin-top: -4px;
  margin-left: 6px;
  display: inline-block;
  height: 8px;
  width: 6px;
}

.news-single-item h2 {
  font-weight: 700;
  margin-top: 0;
}
.news-single-item .news-single-date {
  font-weight: 700;
}
.news-single-item .news-single-img {
  margin: 20px 0;
}
.news-single-item .news-single-img img {
  max-width: 100%;
  height: auto;
}

footer {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer a:hover, footer a:active, footer a:focus {
  background: transparent;
  color: #ffffff;
}
footer h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 32px;
  margin-top: 0;
  margin-bottom: 22px;
  color: #fff;
}
footer .extra-large-container {
  background: #2b5e79;
  min-height: 300px;
}
footer .footer-left-bg {
  background-color: #1d4c65;
  display: none;
  position: absolute;
  left: 0;
  z-index: 0;
}
footer .footer-left {
  background-color: #1d4c65;
  padding-left: 15px;
  padding-bottom: 20px;
}
footer .footer-left p {
  margin-bottom: 12px;
}
footer .footer-left p:last-child {
  padding-top: 9px;
}
footer .footer-right {
  min-height: 300px;
}
footer .footer-social-links {
  position: initial;
  right: 77px;
  bottom: 114px;
  font-size: 18px;
}
footer .footer-social-links .social-link {
  color: #2b5e79;
  background-color: #fff;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  border-radius: 18px;
  text-align: center;
  vertical-align: middle;
}
footer .footer-social-links .social-link.linkedin {
  line-height: 35px;
}
footer .footer-social-links .social-link.xing {
  line-height: 38px;
}
footer .footer-social-links .social-link.facebook {
  line-height: 37px;
}
footer .footer-social-links .social-link:hover {
  background-color: #dde7ec;
}
footer .footer-right-bottom {
  font-size: 11px;
  line-height: 11px;
}
footer .footer-right-bottom .copyright {
  padding: 5px 0 0 3px;
}
footer .footer-right-bottom a {
  padding: 0 3px;
}
footer .footer-right-bottom a:hover, footer .footer-right-bottom a:active, footer .footer-right-bottom a:focus {
  background: transparent;
  text-decoration: underline;
}
footer .footer-right-bottom ul {
  margin-left: 0;
  margin-right: 0;
}
footer .footer-right-bottom li {
  float: left;
}
footer .footer-right-bottom li.active a {
  background: transparent;
  text-decoration: underline;
}
footer .footer-right-bottom li.divider {
  padding: 5px 7px 0 7px;
  width: 2px;
}
footer .footer-right-bottom li.divider span {
  background: #fdfefe;
  border-left: 1px solid #47738b;
  display: block;
  height: 10px;
  line-height: 10px;
  width: 2px;
  text-align: left;
  text-indent: -9999px;
}
footer .footer-right-bottom li.divider.left span {
  background: #c5d3db;
  border-left: 1px solid #7f9eae;
}

@media (max-width: 991px) {
  .footer-left-outer-bg,
  .footer-right-outer-bg {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .footer-left {
    height: 260px;
  }
  footer .footer-left-bg {
    display: block;
    width: 100%;
    height: 260px;
  }
}
@media (min-width: 620px) and (max-width: 991px) {
  footer .footer-right-top p {
    float: left;
    width: 48%;
  }
  footer .footer-right-top p:last-child {
    float: right;
  }
  footer .footer-right-bottom {
    clear: both;
  }
  footer a.call-to-action:after {
    margin-left: 21px;
  }
}
@media (min-width: 992px) {
  footer {
    position: relative;
  }
  footer .footer-left {
    background-color: #1d4c65;
    border-right: 1px solid #3e738f;
    height: 350px;
    width: 32.5%;
  }
  footer .footer-left-bg {
    position: absolute;
    display: block;
    width: 470px;
    height: 350px;
    left: 0;
    z-index: 0;
  }
  footer .footer-right {
    background: #2b5e79;
    height: 300px;
    width: 67.5%;
  }
  footer .footer-right-top {
    padding-left: 50px;
  }
  footer .footer-social-links {
    position: absolute;
  }
  footer .footer-right-bottom {
    position: absolute;
    bottom: 17px;
    width: 88.7%;
    left: 60px;
  }
  footer .footer-left-outer-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1d4c65;
    z-index: 0;
  }
  footer .footer-right-outer-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    background: #2b5e79;
    z-index: 0;
  }
}