/* Minification failed. Returning unminified contents.
(18535,15): run-time error CSS1036: Expected expression, found '$'
 */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #9b2e34;
  border-color: #87282d;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #742227;
  border-color: #581a1e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #9b2e34;
  border-color: #87282d;
}
.btn-primary .badge {
  color: #9b2e34;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #1e5c88;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1e5c88;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bdbcb9;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.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%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bdbcb9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 16px;
}
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: 85%;
}
mark,
.mark {
  background-color: #face00;
  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: #bdbcb9;
}
.text-primary {
  color: #9b2e34;
}
a.text-primary:hover {
  color: #742227;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #000000;
}
a.text-warning:hover {
  color: #000000;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #9b2e34;
}
a.bg-primary:hover {
  background-color: #742227;
}
.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: #face00;
}
a.bg-warning:hover {
  background-color: #c7a400;
}
.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 #dcdcdc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bdbcb9;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #dcdcdc;
}
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.42857143;
  color: #bdbcb9;
}
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 #dcdcdc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #9b2e34;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #9b2e34;
  border-color: #9b2e34;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #9b2e34;
}
.panel-primary > .panel-heading .badge {
  color: #9b2e34;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #9b2e34;
}
.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: #e19400;
}
.panel-warning > .panel-heading {
  color: #000000;
  background-color: #face00;
  border-color: #e19400;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e19400;
}
.panel-warning > .panel-heading .badge {
  color: #face00;
  background-color: #000000;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e19400;
}
.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;
}
table {
  background-color: #e7e3df;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bdbcb9;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #f2f2f2;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #cfc9c0;
}
.table-hover > tbody > tr:hover {
  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 > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #face00;
}
.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: #e1b900;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #1e5c88;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1e5c88;
  background-color: #dcdcdc;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #9b2e34;
  border-color: #9b2e34;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #bdbcb9;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #dcdcdc;
}
.nav > li.disabled > a {
  color: #bdbcb9;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bdbcb9;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dcdcdc;
  border-color: #1e5c88;
}
.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 #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dcdcdc #dcdcdc #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #6f675f;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #9b2e34;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.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;
}
.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;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  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: 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: 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: #ffffff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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;
  }
}
/*!
 *  Font Awesome 4.7.0 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.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.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;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.fa-lgicon {
  font-size: 1.5em;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.nav-tabs {
  border-bottom: 4px solid #9b2e34;
}
.nav-tabs > li {
  float: left;
  margin-bottom: 0;
}
.nav-tabs > li > a {
  background-color: #dcdcdc;
  color: #000000;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  background-color: #bdbcb9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: #9b2e34;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
.alert-messages {
  clear: both;
  position: relative;
  padding-left: 65px;
}
.alert-messages.critical {
  background-color: #face00;
}
a.alert-messages.critical:hover {
  background-color: #c7a400;
}
.alert-messages.critical:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 20px;
  top: 0.7em;
  content: "\f071";
  font-size: 28px;
}
.alert-messages.critical:before.fa-pull-left {
  margin-right: .3em;
}
.alert-messages.critical:before.fa-pull-right {
  margin-left: .3em;
}
.alert-messages.critical:before.pull-left {
  margin-right: .3em;
}
.alert-messages.critical:before.pull-right {
  margin-left: .3em;
}
.alert-messages .message {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .alert-messages .message.show-button-xs a.toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .alert-messages .message.hide-text-xs .collapse:not(.in) {
    height: 0;
  }
}
@media screen and (min-width: 768px) {
  .alert-messages .message.hide-text-xs .collapse {
    height: auto !important;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .alert-messages .message.has-twin-collapse > .collapse:first-of-type {
    height: auto !important;
    display: block;
  }
}
.alert-messages h1 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .alert-messages h1 {
    font-size: 19px;
  }
}
.alert-messages h2 {
  font-size: 19px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .alert-messages h2 {
    font-size: 14px !important;
    font-weight: 600;
  }
}
.alert-messages p {
  margin: 0;
}
.alert-messages a.toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  background: #222222;
  margin-top: 0.5em;
}
.alert-messages a.toggle:focus,
.alert-messages a.toggle:active:focus,
.alert-messages a.toggle.active:focus,
.alert-messages a.toggle.focus,
.alert-messages a.toggle:active.focus,
.alert-messages a.toggle.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.alert-messages a.toggle:hover,
.alert-messages a.toggle:focus,
.alert-messages a.toggle.focus {
  color: #ffffff;
  text-decoration: none;
}
.alert-messages a.toggle:active,
.alert-messages a.toggle.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.alert-messages a.toggle.disabled,
.alert-messages a.toggle[disabled],
fieldset[disabled] .alert-messages a.toggle {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.alert-messages a.toggle.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.alert-messages a.toggle.more:before.fa-pull-left {
  margin-right: .3em;
}
.alert-messages a.toggle.more:before.fa-pull-right {
  margin-left: .3em;
}
.alert-messages a.toggle.more:before.pull-left {
  margin-right: .3em;
}
.alert-messages a.toggle.more:before.pull-right {
  margin-left: .3em;
}
.alert-messages a.toggle.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.alert-messages a.toggle.btn-secondary:hover,
.alert-messages a.toggle.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.alert-messages a.toggle:hover,
.alert-messages a.toggle:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.alert-messages a.toggle:hover,
.alert-messages a.toggle:focus,
.alert-messages a.toggle.focus,
.alert-messages a.toggle:active,
.alert-messages a.toggle.active,
.open > .dropdown-toggle.alert-messages a.toggle {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.alert-messages a.toggle:active,
.alert-messages a.toggle.active,
.open > .dropdown-toggle.alert-messages a.toggle {
  background-image: none;
}
.alert-messages a.toggle.disabled,
.alert-messages a.toggle[disabled],
fieldset[disabled] .alert-messages a.toggle,
.alert-messages a.toggle.disabled:hover,
.alert-messages a.toggle[disabled]:hover,
fieldset[disabled] .alert-messages a.toggle:hover,
.alert-messages a.toggle.disabled:focus,
.alert-messages a.toggle[disabled]:focus,
fieldset[disabled] .alert-messages a.toggle:focus,
.alert-messages a.toggle.disabled.focus,
.alert-messages a.toggle[disabled].focus,
fieldset[disabled] .alert-messages a.toggle.focus,
.alert-messages a.toggle.disabled:active,
.alert-messages a.toggle[disabled]:active,
fieldset[disabled] .alert-messages a.toggle:active,
.alert-messages a.toggle.disabled.active,
.alert-messages a.toggle[disabled].active,
fieldset[disabled] .alert-messages a.toggle.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.alert-messages a.toggle .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.alert-messages a.toggle.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.alert-messages a.toggle.more:before.fa-pull-left {
  margin-right: .3em;
}
.alert-messages a.toggle.more:before.fa-pull-right {
  margin-left: .3em;
}
.alert-messages a.toggle.more:before.pull-left {
  margin-right: .3em;
}
.alert-messages a.toggle.more:before.pull-right {
  margin-left: .3em;
}
.alert-messages a.toggle.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.alert-messages a.toggle.btn-secondary:hover,
.alert-messages a.toggle.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.alert-messages a.toggle:hover,
.alert-messages a.toggle:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.alert-messages time {
  display: block;
}
.skip-links {
  position: absolute;
  top: -999px;
  left: 0;
  z-index: 2999;
  width: 100%;
}
.skip-links:before,
.skip-links:after {
  content: " ";
  display: table;
}
.skip-links:after {
  clear: both;
}
.skip-links a {
  background: #9b2e34;
  color: #fff;
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px;
}
.skip-links a:active,
.skip-links a:focus {
  top: 999px;
  outline: 0;
}
.left-nav-layout .skip-links a.skip-links-leftnav {
  display: none;
  visibility: hidden;
  position: absolute;
}
.skip-links a[class="sr-only"] {
  visibility: hidden;
}
@media screen and (min-width: 992px) {
  body > body > header,
  body > .traffic-info-area > header {
    position: relative;
  }
}
body > header .container,
.traffic-info-area > header .container {
  position: relative;
  z-index: 1;
}
body > header .head,
.traffic-info-area > header .head {
  background: #fff;
  height: 115px;
  position: relative;
}
body > header .head:after,
.traffic-info-area > header .head:after {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: -56px;
  background: #d12e2c;
  content: '';
  clear: both;
}
body > header .head .container,
.traffic-info-area > header .head .container {
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body > header .head,
  .traffic-info-area > header .head {
    height: 97px;
  }
  body > header .head .logo,
  .traffic-info-area > header .head .logo {
    top: 2.67em;
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  body > header .head,
  .traffic-info-area > header .head {
    height: 97px;
  }
  body > header .head .logo,
  .traffic-info-area > header .head .logo {
    top: 1.39em;
    width: 155px;
  }
}
@media screen and (max-width: 767px) {
  body > header .head,
  .traffic-info-area > header .head {
    height: 60px;
  }
}
body > header .logo,
.traffic-info-area > header .logo {
  position: absolute;
  z-index: 1000;
}
body > header .logo img,
.traffic-info-area > header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  body > header .logo,
  .traffic-info-area > header .logo {
    top: 2em;
  }
  body > header .logo img,
  .traffic-info-area > header .logo img {
    width: 354px;
  }
}
@media screen and (max-width: 991px) {
  body > header .logo,
  .traffic-info-area > header .logo {
    top: 2em;
  }
  body > header .logo img,
  .traffic-info-area > header .logo img {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  body > header .logo,
  .traffic-info-area > header .logo {
    top: 1em;
  }
  body > header .logo img,
  .traffic-info-area > header .logo img {
    width: 210px;
  }
}
body > header .content-secondary,
.traffic-info-area > header .content-secondary {
  position: absolute;
  top: 22px;
  right: 15px;
  padding-left: 10px;
}
body > header .content-secondary a,
.traffic-info-area > header .content-secondary a {
  display: block;
  float: left;
  text-align: center;
  font-size: 15px;
  padding: 4px 5px;
  color: #333333;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
}
@media screen and (max-width: 991px) {
  body > header .content-secondary a,
  .traffic-info-area > header .content-secondary a {
    font-size: 13px;
  }
}
body > header .content-secondary a.search-toggle:before,
.traffic-info-area > header .content-secondary a.search-toggle:before {
  content: "\f002";
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body > header .content-secondary a.search-toggle:before,
  .traffic-info-area > header .content-secondary a.search-toggle:before {
    font-size: 18px;
  }
}
body > header .content-secondary a:first-child,
.traffic-info-area > header .content-secondary a:first-child {
  margin-right: 10px;
}
body > header .content-secondary a:before,
.traffic-info-area > header .content-secondary a:before,
body > header .content-secondary a > span:before,
.traffic-info-area > header .content-secondary a > span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  display: block;
  padding-bottom: 5px;
  color: #6f675f;
}
body > header .content-secondary a:before.fa-pull-left,
.traffic-info-area > header .content-secondary a:before.fa-pull-left,
body > header .content-secondary a > span:before.fa-pull-left,
.traffic-info-area > header .content-secondary a > span:before.fa-pull-left {
  margin-right: .3em;
}
body > header .content-secondary a:before.fa-pull-right,
.traffic-info-area > header .content-secondary a:before.fa-pull-right,
body > header .content-secondary a > span:before.fa-pull-right,
.traffic-info-area > header .content-secondary a > span:before.fa-pull-right {
  margin-left: .3em;
}
body > header .content-secondary a:before.pull-left,
.traffic-info-area > header .content-secondary a:before.pull-left,
body > header .content-secondary a > span:before.pull-left,
.traffic-info-area > header .content-secondary a > span:before.pull-left {
  margin-right: .3em;
}
body > header .content-secondary a:before.pull-right,
.traffic-info-area > header .content-secondary a:before.pull-right,
body > header .content-secondary a > span:before.pull-right,
.traffic-info-area > header .content-secondary a > span:before.pull-right {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  body > header .content-secondary a:before,
  .traffic-info-area > header .content-secondary a:before,
  body > header .content-secondary a > span:before,
  .traffic-info-area > header .content-secondary a > span:before {
    font-size: 18px;
    padding-bottom: 0;
  }
}
body > header .content-secondary a > span,
.traffic-info-area > header .content-secondary a > span {
  display: block;
  font-size: 16px;
}
body > header .content-secondary a:hover,
.traffic-info-area > header .content-secondary a:hover,
body > header .content-secondary a:focus,
.traffic-info-area > header .content-secondary a:focus {
  color: #9b2e34;
  text-decoration: none;
  outline: none;
}
body > header .content-secondary a:hover span:before,
.traffic-info-area > header .content-secondary a:hover span:before,
body > header .content-secondary a:focus span:before,
.traffic-info-area > header .content-secondary a:focus span:before {
  color: #9b2e34;
}
body > header .content-secondary a[aria-expanded="false"],
.traffic-info-area > header .content-secondary a[aria-expanded="false"] {
  color: #333333;
}
body > header .content-secondary a[aria-expanded="false"]:before,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:before {
  color: #6f675f;
}
body > header .content-secondary a[aria-expanded="false"]:hover,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:hover,
body > header .content-secondary a[aria-expanded="false"]:hover:before,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:hover:before,
body > header .content-secondary a[aria-expanded="false"]:hover > span:before,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:hover > span:before {
  color: #9b2e34;
  outline: none;
}
body > header .content-secondary a[aria-expanded="false"]:focus,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:focus,
body > header .content-secondary a[aria-expanded="false"]:focus:before,
.traffic-info-area > header .content-secondary a[aria-expanded="false"]:focus:before {
  color: #9b2e34;
  outline: none;
}
body > header .content-secondary a[aria-expanded="true"],
.traffic-info-area > header .content-secondary a[aria-expanded="true"],
body > header .content-secondary a[aria-expanded="true"]:before,
.traffic-info-area > header .content-secondary a[aria-expanded="true"]:before,
body > header .content-secondary a[aria-expanded="true"] > span:before,
.traffic-info-area > header .content-secondary a[aria-expanded="true"] > span:before {
  color: #9b2e34;
}
@media screen and (max-width: 767px) {
  body > header .content-secondary a,
  .traffic-info-area > header .content-secondary a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body > header .content-secondary,
  .traffic-info-area > header .content-secondary {
    border: none;
    top: 8px;
  }
}
body > header .global-search-area,
.traffic-info-area > header .global-search-area {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background: #dcdcdc;
  -webkit-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-transition: all 400ms ease ease-out;
  transition: all 400ms ease ease-out;
}
body > header .global-search-area .container,
.traffic-info-area > header .global-search-area .container {
  padding: 0;
}
body > header .global-search-area form,
.traffic-info-area > header .global-search-area form {
  padding: 8px 0;
  margin: 0;
  position: relative;
}
body > header .global-search-area form input[type="search"],
.traffic-info-area > header .global-search-area form input[type="search"] {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
  display: table-cell;
  width: 100%;
}
selectbody > header .global-search-area form input[type="search"],
select.traffic-info-area > header .global-search-area form input[type="search"] {
  height: 48px;
  line-height: 48px;
}
textareabody > header .global-search-area form input[type="search"],
textarea.traffic-info-area > header .global-search-area form input[type="search"],
select[multiple]body > header .global-search-area form input[type="search"],
select[multiple].traffic-info-area > header .global-search-area form input[type="search"] {
  height: auto;
}
body > header .global-search-area form .input-group-btn,
.traffic-info-area > header .global-search-area form .input-group-btn {
  padding-right: 48px;
}
body > header .global-search-area form button[type="submit"],
.traffic-info-area > header .global-search-area form button[type="submit"] {
  margin-left: 8px !important;
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
  border-radius: 0;
}
selectbody > header .global-search-area form button[type="submit"],
select.traffic-info-area > header .global-search-area form button[type="submit"] {
  height: 48px;
  line-height: 48px;
}
textareabody > header .global-search-area form button[type="submit"],
textarea.traffic-info-area > header .global-search-area form button[type="submit"],
select[multiple]body > header .global-search-area form button[type="submit"],
select[multiple].traffic-info-area > header .global-search-area form button[type="submit"] {
  height: auto;
}
body > header .global-search-area a,
.traffic-info-area > header .global-search-area a {
  font-size: 19px;
  color: #6f675f;
  line-height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 0px;
}
body {
  -webkit-transition: margin-top 400ms ease;
  transition: margin-top 400ms ease;
  -webkit-transition: all margin-top 400ms ease ease-out;
  transition: all margin-top 400ms ease ease-out;
}
.global-search-on {
  margin-top: 0;
}
body.global-search-off {
  margin-top: -64px;
}
.cookies,
.languages,
.system-list {
  background: #dcdcdc;
  padding: 10px 0;
}
.languages div > span,
.system-list div > span {
  font-size: 19px;
  margin-bottom: 0.5em;
  display: block;
}
.languages ul,
.system-list ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.languages ul > li,
.system-list ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.languages ul a,
.system-list ul a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  margin-bottom: 0.5em;
  white-space: normal;
}
.languages ul a:focus,
.system-list ul a:focus,
.languages ul a:active:focus,
.system-list ul a:active:focus,
.languages ul a.active:focus,
.system-list ul a.active:focus,
.languages ul a.focus,
.system-list ul a.focus,
.languages ul a:active.focus,
.system-list ul a:active.focus,
.languages ul a.active.focus,
.system-list ul a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.languages ul a:hover,
.system-list ul a:hover,
.languages ul a:focus,
.system-list ul a:focus,
.languages ul a.focus,
.system-list ul a.focus {
  color: #ffffff;
  text-decoration: none;
}
.languages ul a:active,
.system-list ul a:active,
.languages ul a.active,
.system-list ul a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.languages ul a.disabled,
.system-list ul a.disabled,
.languages ul a[disabled],
.system-list ul a[disabled],
fieldset[disabled] .languages ul a,
fieldset[disabled] .system-list ul a {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.languages ul a.more:before,
.system-list ul a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.languages ul a.more:before.fa-pull-left,
.system-list ul a.more:before.fa-pull-left {
  margin-right: .3em;
}
.languages ul a.more:before.fa-pull-right,
.system-list ul a.more:before.fa-pull-right {
  margin-left: .3em;
}
.languages ul a.more:before.pull-left,
.system-list ul a.more:before.pull-left {
  margin-right: .3em;
}
.languages ul a.more:before.pull-right,
.system-list ul a.more:before.pull-right {
  margin-left: .3em;
}
.languages ul a.btn-secondary,
.system-list ul a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.languages ul a.btn-secondary:hover,
.system-list ul a.btn-secondary:hover,
.languages ul a.btn-secondary:focus,
.system-list ul a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.languages ul a:hover,
.system-list ul a:hover,
.languages ul a:focus,
.system-list ul a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.languages ul a:hover,
.system-list ul a:hover,
.languages ul a:focus,
.system-list ul a:focus,
.languages ul a.focus,
.system-list ul a.focus,
.languages ul a:active,
.system-list ul a:active,
.languages ul a.active,
.system-list ul a.active,
.open > .dropdown-toggle.languages ul a,
.open > .dropdown-toggle.system-list ul a {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.languages ul a:active,
.system-list ul a:active,
.languages ul a.active,
.system-list ul a.active,
.open > .dropdown-toggle.languages ul a,
.open > .dropdown-toggle.system-list ul a {
  background-image: none;
}
.languages ul a.disabled,
.system-list ul a.disabled,
.languages ul a[disabled],
.system-list ul a[disabled],
fieldset[disabled] .languages ul a,
fieldset[disabled] .system-list ul a,
.languages ul a.disabled:hover,
.system-list ul a.disabled:hover,
.languages ul a[disabled]:hover,
.system-list ul a[disabled]:hover,
fieldset[disabled] .languages ul a:hover,
fieldset[disabled] .system-list ul a:hover,
.languages ul a.disabled:focus,
.system-list ul a.disabled:focus,
.languages ul a[disabled]:focus,
.system-list ul a[disabled]:focus,
fieldset[disabled] .languages ul a:focus,
fieldset[disabled] .system-list ul a:focus,
.languages ul a.disabled.focus,
.system-list ul a.disabled.focus,
.languages ul a[disabled].focus,
.system-list ul a[disabled].focus,
fieldset[disabled] .languages ul a.focus,
fieldset[disabled] .system-list ul a.focus,
.languages ul a.disabled:active,
.system-list ul a.disabled:active,
.languages ul a[disabled]:active,
.system-list ul a[disabled]:active,
fieldset[disabled] .languages ul a:active,
fieldset[disabled] .system-list ul a:active,
.languages ul a.disabled.active,
.system-list ul a.disabled.active,
.languages ul a[disabled].active,
.system-list ul a[disabled].active,
fieldset[disabled] .languages ul a.active,
fieldset[disabled] .system-list ul a.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.languages ul a .badge,
.system-list ul a .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.languages ul a.more:before,
.system-list ul a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.languages ul a.more:before.fa-pull-left,
.system-list ul a.more:before.fa-pull-left {
  margin-right: .3em;
}
.languages ul a.more:before.fa-pull-right,
.system-list ul a.more:before.fa-pull-right {
  margin-left: .3em;
}
.languages ul a.more:before.pull-left,
.system-list ul a.more:before.pull-left {
  margin-right: .3em;
}
.languages ul a.more:before.pull-right,
.system-list ul a.more:before.pull-right {
  margin-left: .3em;
}
.languages ul a.btn-secondary,
.system-list ul a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.languages ul a.btn-secondary:hover,
.system-list ul a.btn-secondary:hover,
.languages ul a.btn-secondary:focus,
.system-list ul a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.languages ul a:hover,
.system-list ul a:hover,
.languages ul a:focus,
.system-list ul a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
@media screen and (max-width: 767px) {
  .languages ul li,
  .system-list ul li {
    display: block;
  }
  .languages ul li a,
  .system-list ul li a {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.user-logged-in {
  position: absolute;
  color: #fff;
  top: 5px;
  right: 15px;
  z-index: 200;
  width: 90%;
  overflow: hidden;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body > header .head-navigation ul.nav {
  border-bottom: 1px solid #dddddd;
  border-bottom: 4px solid #9b2e34;
  font-size: 1.1em;
  margin-top: 35px;
  background: #fff;
  border-bottom: none;
}
body > header .head-navigation ul.nav > li {
  float: left;
  margin-bottom: -1px;
}
body > header .head-navigation ul.nav > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
body > header .head-navigation ul.nav > li > a:hover {
  border-color: #dcdcdc #dcdcdc #dddddd;
}
body > header .head-navigation ul.nav > li.active > a,
body > header .head-navigation ul.nav > li.active > a:hover,
body > header .head-navigation ul.nav > li.active > a:focus {
  color: #6f675f;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
body > header .head-navigation ul.nav.nav-justified {
  width: 100%;
  border-bottom: 0;
}
body > header .head-navigation ul.nav.nav-justified > li {
  float: none;
}
body > header .head-navigation ul.nav.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
body > header .head-navigation ul.nav.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  body > header .head-navigation ul.nav.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  body > header .head-navigation ul.nav.nav-justified > li > a {
    margin-bottom: 0;
  }
}
body > header .head-navigation ul.nav.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
body > header .head-navigation ul.nav.nav-justified > .active > a,
body > header .head-navigation ul.nav.nav-justified > .active > a:hover,
body > header .head-navigation ul.nav.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  body > header .head-navigation ul.nav.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  body > header .head-navigation ul.nav.nav-justified > .active > a,
  body > header .head-navigation ul.nav.nav-justified > .active > a:hover,
  body > header .head-navigation ul.nav.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
body > header .head-navigation ul.nav > li {
  float: left;
  margin-bottom: 0;
}
body > header .head-navigation ul.nav > li > a {
  background-color: #dcdcdc;
  color: #000000;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 0;
  border-radius: 0px 0px 0 0;
}
body > header .head-navigation ul.nav > li > a:hover {
  background-color: #bdbcb9;
}
body > header .head-navigation ul.nav > li.active > a,
body > header .head-navigation ul.nav > li.active > a:hover,
body > header .head-navigation ul.nav > li.active > a:focus {
  color: #fff;
  background-color: #9b2e34;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
body > header .head-navigation ul.nav.nav-justified {
  width: 100%;
  border-bottom: 0;
}
body > header .head-navigation ul.nav.nav-justified > li {
  float: none;
}
body > header .head-navigation ul.nav.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
body > header .head-navigation ul.nav.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  body > header .head-navigation ul.nav.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  body > header .head-navigation ul.nav.nav-justified > li > a {
    margin-bottom: 0;
  }
}
body > header .head-navigation ul.nav.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
body > header .head-navigation ul.nav.nav-justified > .active > a,
body > header .head-navigation ul.nav.nav-justified > .active > a:hover,
body > header .head-navigation ul.nav.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  body > header .head-navigation ul.nav.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0;
  }
  body > header .head-navigation ul.nav.nav-justified > .active > a,
  body > header .head-navigation ul.nav.nav-justified > .active > a:hover,
  body > header .head-navigation ul.nav.nav-justified > .active > a:focus {
    border-bottom-color: #f2f2f2;
  }
}
body > header .head-navigation ul.nav li {
  margin-bottom: 0;
  position: relative;
}
body > header .head-navigation ul.nav li a {
  margin: 0;
  background: transparent;
  border: none;
  color: #000000;
}
body > header .head-navigation ul.nav li a:hover,
body > header .head-navigation ul.nav li a:focus {
  background: #f4f4f4;
  outline: 0;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"] {
  color: #000000;
  background: #dcdcdc;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: -18px;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: #dcdcdc;
  z-index: 800;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"]:after.fa-pull-left {
  margin-right: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"]:after.fa-pull-right {
  margin-left: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"]:after.pull-left {
  margin-right: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="true"]:after.pull-right {
  margin-left: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="false"]:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: 0px;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: transparent;
}
body > header .head-navigation ul.nav li a[aria-expanded="false"]:after.fa-pull-left {
  margin-right: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="false"]:after.fa-pull-right {
  margin-left: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="false"]:after.pull-left {
  margin-right: .3em;
}
body > header .head-navigation ul.nav li a[aria-expanded="false"]:after.pull-right {
  margin-left: .3em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body > header .head-navigation ul.nav li a {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  body > header .head-navigation {
    display: none;
  }
}
.sub-menu .well {
  background: #fff;
  border: none;
  border-bottom: solid 5px #9b2e34;
  border-top: solid 1px #dcdcdc;
  padding: 0.8em;
  box-shadow: none;
  margin-bottom: 0;
}
.sub-menu .well .menu-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sub-menu .well .menu-list {
    float: left;
    width: 25%;
  }
}
.sub-menu .well .menu-list ul {
  padding-left: 0;
  list-style: none;
}
.sub-menu .well .menu-list ul a {
  display: block;
  padding: 0.3em 0.2em;
  color: #000000;
}
.sub-menu .well .menu-list ul a:hover,
.sub-menu .well .menu-list ul a:focus {
  text-decoration: none;
  background: #dcdcdc;
}
.sub-menu .well .menu-list > ul > li:first-child > a,
.sub-menu .well .menu-list > ul li:first-child > span {
  font-size: 19px;
}
@media screen and (max-width: 991px) {
  .sub-menu .well .menu-list > ul > li:first-child > a,
  .sub-menu .well .menu-list > ul li:first-child > span {
    font-size: 14px;
    font-weight: bold;
  }
}
.sub-menu .well .puff-list {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sub-menu .well .puff-list {
    float: left;
    width: 25%;
  }
}
.sub-menu.close-to-you .well .county-map {
  float: left;
  margin-right: 10px;
}
.sub-menu.close-to-you .well .county-map #svg2 {
  max-width: 220px;
}
.sub-menu.close-to-you .well .county-map path {
  fill: #bdbcb9;
  -webkit-transition: fill ease-in-out 0.15s;
  transition: fill ease-in-out 0.15s;
  -webkit-transition: all fill ease-in-out 0.15s ease-out;
  transition: all fill ease-in-out 0.15s ease-out;
}
.sub-menu.close-to-you .well .county-map path:hover {
  fill: #9b2e34;
  cursor: pointer;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sub-menu.close-to-you .well .county-map {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sub-menu.close-to-you .well .county-map {
    display: none;
  }
}
.sub-menu.close-to-you .well .menu-list:first-child {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sub-menu.close-to-you .well .menu-list:first-child {
    float: left;
    width: 50%;
  }
}
.sub-menu.close-to-you .well .county-list {
  display: table;
}
.sub-menu.close-to-you .well .county-list li:first-child > a {
  font-size: 14px;
}
.sub-menu.close-to-you .well .county-list li:last-child {
  display: table-row;
  width: 100%;
  text-align: center;
}
.sub-menu.close-to-you .well .county-list li {
  display: table-cell;
  width: 48.5%;
  float: left;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sub-menu.close-to-you .well .county-list {
    padding-left: 10px;
  }
  .sub-menu.close-to-you .well .county-list li {
    display: block;
    width: 100%;
    float: left;
  }
}
.sub-menu.close-to-you .well .county-area {
  float: left;
  width: 100%;
  border-right: solid 1px #dcdcdc;
  position: relative;
}
.sub-menu.close-to-you .well .county-area:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  position: absolute;
  top: 3px;
  right: -11px;
  font-size: 30px;
  color: #dcdcdc;
  z-index: 9999;
}
.sub-menu.close-to-you .well .county-area:after.fa-pull-left {
  margin-right: .3em;
}
.sub-menu.close-to-you .well .county-area:after.fa-pull-right {
  margin-left: .3em;
}
.sub-menu.close-to-you .well .county-area:after.pull-left {
  margin-right: .3em;
}
.sub-menu.close-to-you .well .county-area:after.pull-right {
  margin-left: .3em;
}
.content-first .sub-menu .well {
  border: none;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .global-nav {
    position: absolute;
    right: 140px;
    top: 22px;
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    font-weight: normal;
  }
  .global-nav > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
  .global-nav a {
    display: block;
    outline: none;
    text-align: center;
    font-size: 16px;
    padding: 4px 5px;
    color: #333333;
    font-size: 15px;
  }
  .global-nav a span {
    display: block;
    font-size: 16px;
  }
  .global-nav a:hover,
  .global-nav a:hover span:before,
  .global-nav a:focus,
  .global-nav a:focus span:before {
    -webkit-transition: color ease-in-out 0.15s;
    transition: color ease-in-out 0.15s;
    -webkit-transition: all color ease-in-out 0.15s ease-out;
    transition: all color ease-in-out 0.15s ease-out;
    color: #9b2e34;
    text-decoration: none;
    background: transparent;
  }
  .global-nav a.active {
    color: #9b2e34;
  }
  .global-nav a span:before {
    -webkit-transition: color ease-in-out 0.15s;
    transition: color ease-in-out 0.15s;
    -webkit-transition: all color ease-in-out 0.15s ease-out;
    transition: all color ease-in-out 0.15s ease-out;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.5em;
    color: #6f675f;
    padding-bottom: 5px;
  }
  .global-nav a span:before.fa-pull-left {
    margin-right: .3em;
  }
  .global-nav a span:before.fa-pull-right {
    margin-left: .3em;
  }
  .global-nav a span:before.pull-left {
    margin-right: .3em;
  }
  .global-nav a span:before.pull-right {
    margin-left: .3em;
  }
  .global-nav a[aria-expanded="false"] {
    color: #333333;
  }
  .global-nav a[aria-expanded="false"]:before {
    color: #6f675f;
  }
  .global-nav a[aria-expanded="false"]:hover,
  .global-nav a[aria-expanded="false"]:hover:before,
  .global-nav a[aria-expanded="false"]:hover > span:before {
    color: #9b2e34;
    outline: none;
  }
  .global-nav a[aria-expanded="false"]:focus,
  .global-nav a[aria-expanded="false"]:focus:before {
    color: #333;
    outline: none;
  }
  .global-nav a[aria-expanded="true"],
  .global-nav a[aria-expanded="true"]:before,
  .global-nav a[aria-expanded="true"] > span:before {
    color: #9b2e34;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .global-nav {
    top: 22px;
    right: 125px;
  }
  .global-nav a {
    font-size: 13px;
  }
}
body {
  overflow-y: scroll;
}
strong,
b {
  font-weight: 600;
}
body.startpage .content-wrapper {
  padding-top: 1em;
  margin-left: -15px;
  margin-right: -15px;
}
body.startpage .content-first {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
body.three-col .content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.three-col .content-first {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.three-col .content-first {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  body.three-col .content-first {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.three-col .content-first {
    float: left;
    width: 25%;
  }
}
body.three-col .content-second {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.three-col .content-second {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.three-col .content-second {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  body.three-col .content-second {
    float: left;
    width: 50%;
  }
}
body.three-col .content-third {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.three-col .content-third {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  body.three-col .content-third {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  body.three-col .content-third {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.three-col .content-third {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body.three-col .content-third {
    margin-left: 0%;
  }
}
body.one-col .content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.one-col .content-first {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  body.one-col .content-first {
    float: left;
    width: 100%;
  }
}
body.two-col .content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.two-col .content-first {
  clear: both;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.two-col .content-first {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.two-col .content-first {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  body.two-col .content-first {
    float: left;
    width: 66.66666667%;
  }
}
body.two-col .content-second {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.two-col .content-second {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  body.two-col .content-second {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.two-col .content-second {
    float: left;
    width: 33.33333333%;
  }
}
body.search-page .content-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 30em;
}
body.search-page .content-first {
  clear: both;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.search-page .content-first {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  body.search-page .content-first {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  body.search-page .content-first {
    float: left;
    width: 66.66666667%;
  }
}
body.search-page .content-second {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  body.search-page .content-second {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  body.search-page .content-second {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  body.search-page .content-second {
    float: left;
    width: 33.33333333%;
  }
}
.page-active-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
  -webkit-transition: all all ease-in-out 0.1s ease-out;
  transition: all all ease-in-out 0.1s ease-out;
}
.editor-help {
  border-bottom: solid 1px #dcdcdc;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.lead {
  font-size: 19px;
  margin-top: 1em;
}
article.main-article .utilites ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 1em 0 0 0;
  padding: 0.4em 0;
  border-top: solid 1px #bdbcb9;
  border-bottom: solid 1px #bdbcb9;
}
article.main-article .utilites ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
article.main-article .utilites ul li.valign-middle {
  vertical-align: middle;
}
article.main-article .utilites ul a {
  color: #000000;
  padding: 0.5em 0.5em 0.5em 1.5em;
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
}
article.main-article .utilites ul a span {
  position: absolute;
  left: 0;
}
article.main-article .utilites ul a span:before {
  position: absolute;
  left: 0;
  top: 2px;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  color: #6f675f;
  font-size: 1.2em;
}
article.main-article .utilites ul a:hover,
article.main-article .utilites ul a:focus {
  color: #1e5c88;
}
article.main-article .utilites ul a:hover span:before,
article.main-article .utilites ul a:focus span:before {
  color: #d12e2c;
}
article.main-article .utilites ul a[aria-expanded="false"] span:before,
article.main-article .utilites ul a[aria-expanded="false"] span:before {
  color: #6f675f;
}
article.main-article .utilites ul a[aria-expanded="false"]:hover span:before,
article.main-article .utilites ul a[aria-expanded="false"]:hover span:before {
  color: #d12e2c;
}
article.main-article .utilites ul a[aria-expanded="true"] span:before,
article.main-article .utilites ul a[aria-expanded="true"] span:before {
  color: #d12e2c;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  article.main-article .utilites ul li {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  article.main-article .utilites ul li {
    padding: 0;
  }
  article.main-article .utilites ul li:last-child {
    float: none !important;
  }
}
article.main-article .editor {
  margin-top: 0.5em;
}
article.main-article .editor .btn-trv-c {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  text-decoration: none;
  background: #face00;
  border: none;
  color: #000;
  font-size: 14px;
}
article.main-article .editor .btn-trv-c:hover,
article.main-article .editor .btn-trv-c:focus,
article.main-article .editor .btn-trv-c.focus,
article.main-article .editor .btn-trv-c:active,
article.main-article .editor .btn-trv-c.active,
.open > .dropdown-togglearticle.main-article .editor .btn-trv-c {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
article.main-article .editor .btn-trv-c:active,
article.main-article .editor .btn-trv-c.active,
.open > .dropdown-togglearticle.main-article .editor .btn-trv-c {
  background-image: none;
}
article.main-article .editor .btn-trv-c.disabled,
article.main-article .editor .btn-trv-c[disabled],
fieldset[disabled] article.main-article .editor .btn-trv-c,
article.main-article .editor .btn-trv-c.disabled:hover,
article.main-article .editor .btn-trv-c[disabled]:hover,
fieldset[disabled] article.main-article .editor .btn-trv-c:hover,
article.main-article .editor .btn-trv-c.disabled:focus,
article.main-article .editor .btn-trv-c[disabled]:focus,
fieldset[disabled] article.main-article .editor .btn-trv-c:focus,
article.main-article .editor .btn-trv-c.disabled.focus,
article.main-article .editor .btn-trv-c[disabled].focus,
fieldset[disabled] article.main-article .editor .btn-trv-c.focus,
article.main-article .editor .btn-trv-c.disabled:active,
article.main-article .editor .btn-trv-c[disabled]:active,
fieldset[disabled] article.main-article .editor .btn-trv-c:active,
article.main-article .editor .btn-trv-c.disabled.active,
article.main-article .editor .btn-trv-c[disabled].active,
fieldset[disabled] article.main-article .editor .btn-trv-c.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
article.main-article .editor .btn-trv-c .badge {
  color: #6f675f;
  background-color: #ffffff;
}
article.main-article .editor .btn-trv-c.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
article.main-article .editor .btn-trv-c.more:before.fa-pull-left {
  margin-right: .3em;
}
article.main-article .editor .btn-trv-c.more:before.fa-pull-right {
  margin-left: .3em;
}
article.main-article .editor .btn-trv-c.more:before.pull-left {
  margin-right: .3em;
}
article.main-article .editor .btn-trv-c.more:before.pull-right {
  margin-left: .3em;
}
article.main-article .editor .btn-trv-c.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
article.main-article .editor .btn-trv-c.btn-secondary:hover,
article.main-article .editor .btn-trv-c.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
article.main-article .editor .btn-trv-c:hover,
article.main-article .editor .btn-trv-c:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
article.main-article .editor .btn-trv-c:hover,
article.main-article .editor .btn-trv-c:focus {
  background: #deb700;
  color: #000;
  border: none;
}
article.main-article .editor-img {
  margin-bottom: 1em;
}
article.main-article .editor-img.full-width img {
  max-width: 100%;
  height: auto;
}
article.main-article .editor-img.mid-width {
  width: 40%;
}
article.main-article .editor-img.mid-width img {
  max-width: 100%;
  height: auto;
}
article.main-article .editor-img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left;
}
article.main-article .editor-img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
article.main-article .article-img-text {
  padding: 8px;
  background: #fff;
}
.article-img-text {
  font-style: italic;
}
.article-footer {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
aside {
  margin-top: 25px;
}
.well-a {
  background: #fff;
}
.editor-img.left {
  float: left;
}
.editor a {
  /*&[href^="http://"], &[href^="https://"]  {
		&:before {.fa; content:@fa-var-external-link; padding-right:0.3em;}
						
	}*/
}
.editor a:link,
.editor a:visited {
  text-decoration: underline;
}
.editor a:hover,
.editor a:focus {
  text-decoration: none;
}
.editor img {
  display: block;
  max-width: 100%;
  height: auto;
}
.editor .map-block img {
  max-width: none;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
div:lang(ar) .link-list a:before {
  margin: 0 0 0 0.8em;
}
div:lang(ar).teaser-color a {
  padding: 1em 4em 1em 1em;
}
div:lang(ar).teaser-color span {
  left: auto;
  right: 0.2em;
}
.navigation-vertical {
  background: #fff;
  margin: 0 0 20px;
}
.navigation-vertical:before,
.navigation-vertical:after {
  content: " ";
  display: table;
}
.navigation-vertical:after {
  clear: both;
}
.navigation-vertical > .nav-toggle {
  position: relative;
  float: none;
  display: block;
  padding: 0;
  margin: 0;
}
.navigation-vertical > .nav-toggle:before {
  background: transparent !important;
}
.navigation-vertical > .nav-toggle > span {
  text-align: left;
  display: block;
  padding: 10px 0 0;
  margin: 0 0 0 40px;
}
.navigation-vertical ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-vertical > ul {
  clear: both;
  border: solid 1px #dcdcdc;
  border-top: none;
}
.navigation-vertical > ul > li:first-child > a {
  color: #fff;
  background: #9b2e34;
  font-size: 16px;
}
.navigation-vertical > ul > li:first-child > a:hover,
.navigation-vertical > ul > li:first-child > a:focus {
  background: #742227;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .navigation-vertical > ul {
    display: block !important;
  }
}
.navigation-vertical > ul li + li {
  margin: 0;
}
.navigation-vertical > ul li a,
.navigation-vertical > ul li > span {
  color: #000000;
  position: relative;
  display: block;
  padding: 8px 25px 9px 15px;
  border-radius: 0;
  -webkit-transition: background ease-in-out 0.08s;
  transition: background ease-in-out 0.08s;
  -webkit-transition: all background ease-in-out 0.08s ease-out;
  transition: all background ease-in-out 0.08s ease-out;
  border-top: solid 1px #dcdcdc;
}
.navigation-vertical > ul li a:after,
.navigation-vertical > ul li > span:after {
  position: absolute;
  right: 8px;
  top: 35%;
}
.navigation-vertical > ul li a:hover,
.navigation-vertical > ul li > span:hover,
.navigation-vertical > ul li a:focus,
.navigation-vertical > ul li > span:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  text-decoration: none;
  background: #f4f3f2;
  outline: 0;
}
.navigation-vertical > ul li > span:hover,
.navigation-vertical > ul li > span:focus {
  text-decoration: none;
}
.navigation-vertical > ul li li a,
.navigation-vertical > ul li li span {
  padding-left: 15px;
}
.navigation-vertical > ul li li li a,
.navigation-vertical > ul li li li span {
  padding-left: 40px;
}
.navigation-vertical > ul li li li li a,
.navigation-vertical > ul li li li li span {
  padding-left: 60px;
}
.navigation-vertical > ul li li li li li a,
.navigation-vertical > ul li li li li li span {
  padding-left: 80px;
}
.navigation-vertical > ul li.active > a,
.navigation-vertical > ul li.active > span,
.navigation-vertical > ul li.active > a:hover,
.navigation-vertical > ul li.active > span:hover,
.navigation-vertical > ul li.active > a:focus,
.navigation-vertical > ul li.active > span:focus {
  color: #000000;
  background: #dcdcdc;
}
.navigation-vertical > ul li.has-children > a:after,
.navigation-vertical > ul li.has-children > span:after {
  color: #9b2e34;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
}
.navigation-vertical > ul li.has-children > a:after.fa-pull-left,
.navigation-vertical > ul li.has-children > span:after.fa-pull-left {
  margin-right: .3em;
}
.navigation-vertical > ul li.has-children > a:after.fa-pull-right,
.navigation-vertical > ul li.has-children > span:after.fa-pull-right {
  margin-left: .3em;
}
.navigation-vertical > ul li.has-children > a:after.pull-left,
.navigation-vertical > ul li.has-children > span:after.pull-left {
  margin-right: .3em;
}
.navigation-vertical > ul li.has-children > a:after.pull-right,
.navigation-vertical > ul li.has-children > span:after.pull-right {
  margin-left: .3em;
}
.navigation-vertical > ul li.has-children.nav-open > a:after,
.navigation-vertical > ul li.has-children.nav-open-active > a:after,
.navigation-vertical > ul li.nav-arrow-down > a:after,
.navigation-vertical > ul li.has-children.nav-open > span:after,
.navigation-vertical > ul li.has-children.nav-open-active > span:after,
.navigation-vertical > ul li.nav-arrow-down > span:after {
  content: "\f078";
}
.navigation-vertical > ul li.has-children.nav-open-active > ul {
  position: relative;
}
.navigation-vertical > ul li.has-children.nav-open-active > ul:before {
  content: "\00a0";
  position: absolute;
  z-index: 33;
  width: 5px;
  height: 100%;
  margin: 1px 0 0;
  background: #9b2e34;
}
@media screen and (max-width: 767px) {
  .navigation-vertical {
    display: none;
  }
}
.block {
  margin-bottom: 25px;
}
.block:before,
.block:after {
  content: " ";
  display: table;
}
.block:after {
  clear: both;
}
@media screen and (max-width: 991px) {
  .block:not(.image) {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .block:not(.image) {
    float: left;
    width: 100%;
  }
}
.block .negative-block-margin {
  margin-bottom: -30px;
}
.teaser-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.teaser-image a {
  text-decoration: none;
  outline: none;
  display: block;
  background: #fff;
  position: relative;
  color: #222222;
  -webkit-transition: background ease-in-out 0.08s;
  transition: background ease-in-out 0.08s;
  -webkit-transition: all background ease-in-out 0.08s ease-out;
  transition: all background ease-in-out 0.08s ease-out;
}
.teaser-image a:hover,
.teaser-image a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  background: #dcdcdc;
}
.teaser-image a:hover .teaser-content:after,
.teaser-image a:focus .teaser-content:after {
  content: "\00a0";
  position: absolute;
  height: 0.3em;
  margin: 1px 0 0;
  background: #9b2e34;
  left: 0;
  right: 0;
  bottom: -8px;
}
.teaser-image a .teaser-content {
  padding: 1em;
}
.teaser-image a .teaser-content h2:only-child {
  margin-bottom: 0;
}
.teaser-image a h2 {
  font-size: 19px;
}
.teaser-image a p {
  margin-bottom: 0px;
}
.teaser-image.col-md-12 .teaser-content {
  min-height: inherit;
  height: inherit;
}
@media screen and (max-width: 991px) {
  .col-md-5 .teaser-image a,
  .col-md-4 .teaser-image a,
  .col-md-3 .teaser-image a {
    display: table;
    width: 100%;
  }
  .col-md-5 .teaser-image a .teaser-content,
  .col-md-4 .teaser-image a .teaser-content,
  .col-md-3 .teaser-image a .teaser-content {
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
}
.teaser-image.social-media .provider-summary {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  border-top: solid 1px #bdbcb9;
  margin: auto;
  padding: 0.5em;
  color: #6f675f;
  clear: both;
  display: block;
}
.teaser-image.social-media .provider-summary > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.teaser-image.social-media .provider-summary > li {
  padding-left: 2px;
  padding-right: 2px;
}
.teaser-image.social-media .provider-summary [class^="icon-"],
.teaser-image.social-media .provider-summary [class*=" icon-"] {
  vertical-align: middle;
  font-size: 16px;
}
.teaser-image.social-media .provider-summary .fa:before {
  font-size: 16px;
}
.teaser-image.social-media .provider .fa {
  font-size: 22px;
}
.teaser-image.social-media.youtube .overlay-icon {
  position: relative;
  display: block;
  text-align: center;
}
.teaser-image.social-media.youtube .overlay-icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01d";
  font-size: 80px;
  color: rgba(255, 255, 255, 0.5);
}
.teaser-image.social-media.youtube .overlay-icon:before.fa-pull-left {
  margin-right: .3em;
}
.teaser-image.social-media.youtube .overlay-icon:before.fa-pull-right {
  margin-left: .3em;
}
.teaser-image.social-media.youtube .overlay-icon:before.pull-left {
  margin-right: .3em;
}
.teaser-image.social-media.youtube .overlay-icon:before.pull-right {
  margin-left: .3em;
}
.teaser-image.social-media a {
  display: block;
}
.image {
  position: relative;
}
.image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.image p {
  position: absolute;
  right: 0;
  left: 0px;
  bottom: 0;
  padding: 1em;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .image p {
    right: 5px;
    left: 5px;
    position: static;
    background: #000;
  }
}
.list .alert-messages,
.list-image .alert-messages {
  margin-bottom: 0;
}
.list h2,
.list-image h2,
.list h3,
.list-image h3 {
  margin: 0 0 2px 0;
  font-size: 16px;
}
.list ul.meta-list,
.list-image ul.meta-list {
  margin-bottom: .6rem;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  color: #333;
}
.list ul.meta-list > li,
.list-image ul.meta-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list ul.meta-list li:first-child,
.list-image ul.meta-list li:first-child {
  padding-left: 0;
}
.list ul.meta-list li span.fa,
.list-image ul.meta-list li span.fa {
  min-width: 26px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .list ul.meta-list li span.fa,
  .list-image ul.meta-list li span.fa {
    min-width: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .list ul.meta-list li span.fa.fa-map-marker,
  .list-image ul.meta-list li span.fa.fa-map-marker {
    min-width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .list ul.meta-list li,
  .list-image ul.meta-list li {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .list ul.meta-list li,
  .list-image ul.meta-list li {
    display: inline-block;
    margin-right: 1em;
  }
}
.list p.date,
.list-image p.date {
  color: #6f675f !important;
  padding: .5rem 0;
}
.list p.date .location,
.list-image p.date .location {
  display: inline-block;
  background: #dcdcdc;
  color: #333333;
  padding: 0 .8rem;
  margin-left: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.list ul:nth-of-type(1),
.list-image ul:nth-of-type(1) {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.list ul:nth-of-type(1) li:before,
.list-image ul:nth-of-type(1) li:before,
.list ul:nth-of-type(1) li:after,
.list-image ul:nth-of-type(1) li:after {
  content: " ";
  display: table;
}
.list ul:nth-of-type(1) li:after,
.list-image ul:nth-of-type(1) li:after {
  clear: both;
}
.list ul:nth-of-type(1) li:last-child,
.list-image ul:nth-of-type(1) li:last-child {
  margin-bottom: 0;
}
.list ul:nth-of-type(1) li a,
.list-image ul:nth-of-type(1) li a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  display: block;
  padding: 0.7em 1em;
  text-decoration: none;
}
.list ul:nth-of-type(1) li a:before,
.list-image ul:nth-of-type(1) li a:before,
.list ul:nth-of-type(1) li a:after,
.list-image ul:nth-of-type(1) li a:after {
  content: " ";
  display: table;
}
.list ul:nth-of-type(1) li a:after,
.list-image ul:nth-of-type(1) li a:after {
  clear: both;
}
.list ul:nth-of-type(1) li a:hover,
.list-image ul:nth-of-type(1) li a:hover,
.list ul:nth-of-type(1) li a:focus,
.list-image ul:nth-of-type(1) li a:focus {
  background: #dcdcdc;
}
.list ul:nth-of-type(1) li a:hover .location,
.list-image ul:nth-of-type(1) li a:hover .location,
.list ul:nth-of-type(1) li a:focus .location,
.list-image ul:nth-of-type(1) li a:focus .location {
  background: #c1c1c1;
}
.list ul:nth-of-type(1) li a time,
.list-image ul:nth-of-type(1) li a time {
  padding-bottom: 5px;
  display: inline-block;
  color: #222222;
}
.list ul:nth-of-type(1) li a p,
.list-image ul:nth-of-type(1) li a p {
  color: #333333;
  margin-bottom: 0;
}
.list ul:nth-of-type(1) li img,
.list-image ul:nth-of-type(1) li img {
  padding-bottom: 1em;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .list ul:nth-of-type(1) li img,
  .list-image ul:nth-of-type(1) li img {
    float: left;
    margin-right: 1em;
    max-width: 10em;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .list ul:nth-of-type(1) li img,
  .list-image ul:nth-of-type(1) li img {
    float: left;
    margin-right: 1em;
    max-width: 10em;
    height: auto;
    display: none;
  }
}
.list .list-footer,
.list-image .list-footer {
  border-top: solid 1px #dcdcdc;
  overflow: auto;
  padding: 0.8em 0.8em 0.8em 0.8em;
}
.list .list-footer a,
.list-image .list-footer a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.list .list-footer a:focus,
.list-image .list-footer a:focus,
.list .list-footer a:active:focus,
.list-image .list-footer a:active:focus,
.list .list-footer a.active:focus,
.list-image .list-footer a.active:focus,
.list .list-footer a.focus,
.list-image .list-footer a.focus,
.list .list-footer a:active.focus,
.list-image .list-footer a:active.focus,
.list .list-footer a.active.focus,
.list-image .list-footer a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.list .list-footer a:hover,
.list-image .list-footer a:hover,
.list .list-footer a:focus,
.list-image .list-footer a:focus,
.list .list-footer a.focus,
.list-image .list-footer a.focus {
  color: #ffffff;
  text-decoration: none;
}
.list .list-footer a:active,
.list-image .list-footer a:active,
.list .list-footer a.active,
.list-image .list-footer a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.list .list-footer a.disabled,
.list-image .list-footer a.disabled,
.list .list-footer a[disabled],
.list-image .list-footer a[disabled],
fieldset[disabled] .list .list-footer a,
fieldset[disabled] .list-image .list-footer a {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.list .list-footer a.more:before,
.list-image .list-footer a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.list .list-footer a.more:before.fa-pull-left,
.list-image .list-footer a.more:before.fa-pull-left {
  margin-right: .3em;
}
.list .list-footer a.more:before.fa-pull-right,
.list-image .list-footer a.more:before.fa-pull-right {
  margin-left: .3em;
}
.list .list-footer a.more:before.pull-left,
.list-image .list-footer a.more:before.pull-left {
  margin-right: .3em;
}
.list .list-footer a.more:before.pull-right,
.list-image .list-footer a.more:before.pull-right {
  margin-left: .3em;
}
.list .list-footer a.btn-secondary,
.list-image .list-footer a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.list .list-footer a.btn-secondary:hover,
.list-image .list-footer a.btn-secondary:hover,
.list .list-footer a.btn-secondary:focus,
.list-image .list-footer a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.list .list-footer a:hover,
.list-image .list-footer a:hover,
.list .list-footer a:focus,
.list-image .list-footer a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.list .list-footer a:hover,
.list-image .list-footer a:hover,
.list .list-footer a:focus,
.list-image .list-footer a:focus,
.list .list-footer a.focus,
.list-image .list-footer a.focus,
.list .list-footer a:active,
.list-image .list-footer a:active,
.list .list-footer a.active,
.list-image .list-footer a.active,
.open > .dropdown-toggle.list .list-footer a,
.open > .dropdown-toggle.list-image .list-footer a {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.list .list-footer a:active,
.list-image .list-footer a:active,
.list .list-footer a.active,
.list-image .list-footer a.active,
.open > .dropdown-toggle.list .list-footer a,
.open > .dropdown-toggle.list-image .list-footer a {
  background-image: none;
}
.list .list-footer a.disabled,
.list-image .list-footer a.disabled,
.list .list-footer a[disabled],
.list-image .list-footer a[disabled],
fieldset[disabled] .list .list-footer a,
fieldset[disabled] .list-image .list-footer a,
.list .list-footer a.disabled:hover,
.list-image .list-footer a.disabled:hover,
.list .list-footer a[disabled]:hover,
.list-image .list-footer a[disabled]:hover,
fieldset[disabled] .list .list-footer a:hover,
fieldset[disabled] .list-image .list-footer a:hover,
.list .list-footer a.disabled:focus,
.list-image .list-footer a.disabled:focus,
.list .list-footer a[disabled]:focus,
.list-image .list-footer a[disabled]:focus,
fieldset[disabled] .list .list-footer a:focus,
fieldset[disabled] .list-image .list-footer a:focus,
.list .list-footer a.disabled.focus,
.list-image .list-footer a.disabled.focus,
.list .list-footer a[disabled].focus,
.list-image .list-footer a[disabled].focus,
fieldset[disabled] .list .list-footer a.focus,
fieldset[disabled] .list-image .list-footer a.focus,
.list .list-footer a.disabled:active,
.list-image .list-footer a.disabled:active,
.list .list-footer a[disabled]:active,
.list-image .list-footer a[disabled]:active,
fieldset[disabled] .list .list-footer a:active,
fieldset[disabled] .list-image .list-footer a:active,
.list .list-footer a.disabled.active,
.list-image .list-footer a.disabled.active,
.list .list-footer a[disabled].active,
.list-image .list-footer a[disabled].active,
fieldset[disabled] .list .list-footer a.active,
fieldset[disabled] .list-image .list-footer a.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.list .list-footer a .badge,
.list-image .list-footer a .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.list .list-footer a.more:before,
.list-image .list-footer a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.list .list-footer a.more:before.fa-pull-left,
.list-image .list-footer a.more:before.fa-pull-left {
  margin-right: .3em;
}
.list .list-footer a.more:before.fa-pull-right,
.list-image .list-footer a.more:before.fa-pull-right {
  margin-left: .3em;
}
.list .list-footer a.more:before.pull-left,
.list-image .list-footer a.more:before.pull-left {
  margin-right: .3em;
}
.list .list-footer a.more:before.pull-right,
.list-image .list-footer a.more:before.pull-right {
  margin-left: .3em;
}
.list .list-footer a.btn-secondary,
.list-image .list-footer a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.list .list-footer a.btn-secondary:hover,
.list-image .list-footer a.btn-secondary:hover,
.list .list-footer a.btn-secondary:focus,
.list-image .list-footer a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.list .list-footer a:hover,
.list-image .list-footer a:hover,
.list .list-footer a:focus,
.list-image .list-footer a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.list .list-footer a:last-child,
.list-image .list-footer a:last-child {
  float: right;
}
@media screen and (max-width: 767px) {
  .list .list-footer a,
  .list-image .list-footer a {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 1em;
  }
}
.panel .list ul,
.panel .list-image ul {
  margin-top: 0em;
}
.list .pagination,
.list-image .pagination {
  margin: 1em;
}
.two-col .list img,
.two-col .list-image img {
  float: left;
  padding: 0 1em 0 0 !important;
}
.list.list-image-half img,
.list-image.list-image-half img {
  max-width: 45% !important;
}
.rel-block > div > h2 {
  font-size: 16px;
  color: #fff;
  padding: 8px 10px;
  margin: 0;
  background-color: #163b5b;
}
.rel-block.brand-primary > div > h2 {
  background-color: #9b2e34;
}
.rel-block.brand-secondary > div > h2 {
  background-color: #163b5b;
}
.rel-block.brand-third > div > h2 {
  background-color: #7d746b;
}
.rel-block.brand-fourth > div > h2 {
  background-color: #34491a;
}
.rel-block .block-content {
  background: #fff;
}
.rel-block .block-content:before,
.rel-block .block-content:after {
  content: " ";
  display: table;
}
.rel-block .block-content:after {
  clear: both;
}
.link-list {
  padding-left: 0;
  list-style: none;
  padding: 1em !important;
  margin-bottom: 0;
}
.link-list a {
  padding: 0.5em;
  display: block;
  position: relative;
}
.link-list a:before {
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  margin-right: 0.8em;
  color: #222222;
}
.link-list a:before.fa-pull-left {
  margin-right: .3em;
}
.link-list a:before.fa-pull-right {
  margin-left: .3em;
}
.link-list a:before.pull-left {
  margin-right: .3em;
}
.link-list a:before.pull-right {
  margin-left: .3em;
}
.link-list a[href^="http://"]:before,
.link-list a[href^="https://"]:before {
  content: "\f08e";
  margin-right: 0.5em;
}
.link-list a[href$=".pdf"]:before {
  content: "\f1c1";
}
.link-list a[href$=".doc"]:before,
.link-list a[href$=".docx"]:before {
  content: "\f1c2";
}
.link-list a[href$=".xls"]:before,
.link-list a[href$=".xlsx"]:before {
  content: "\f1c3";
}
.link-list a[href$=".ppt"]:before,
.link-list a[href$=".pptx"]:before {
  content: "\f1c4";
}
.link-list a[href$=".jpg"]:before,
.link-list a[href$=".jpeg"]:before,
.link-list a[href$=".png"]:before,
.link-list a[href$=".png"]:before,
.link-list a[href$=".gif"]:before,
.link-list a[href$=".tif"]:before,
.link-list a[href$=".tiff"]:before,
.link-list a[href$=".bmp"]:before {
  content: "\f1c5";
}
.link-list a:hover,
.link-list a:focus {
  background: #dcdcdc;
  text-decoration: none;
}
.link-list a:hover:before,
.link-list a:focus:before {
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  color: #9b2e34;
}
footer .link-list a {
  padding-left: 0;
}
footer .link-list a:before,
footer .link-list a:hover,
footer .link-list a:hover:before {
  color: #fff;
}
.ordered-list a {
  padding: 9px 8px 0 7px;
  display: block;
}
.panel-area {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd;
  box-shadow: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
  border: 0;
  margin-bottom: 0;
}
.panel-area > .list-group,
.panel-area > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel-area > .list-group .list-group-item,
.panel-area > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel-area > .list-group:first-child .list-group-item:first-child,
.panel-area > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-area > .list-group:last-child .list-group-item:last-child,
.panel-area > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-area > .table,
.panel-area > .table-responsive > .table,
.panel-area > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel-area > .table caption,
.panel-area > .table-responsive > .table caption,
.panel-area > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-area > .table:first-child,
.panel-area > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-area > .table:first-child > thead:first-child > tr:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel-area > .table:first-child > tbody:first-child > tr:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel-area > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel-area > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel-area > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel-area > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel-area > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel-area > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-area > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel-area > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-area > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel-area > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-area > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel-area > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel-area > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel-area > .table:last-child,
.panel-area > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel-area > .table:last-child > tbody:last-child > tr:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel-area > .table:last-child > tfoot:last-child > tr:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel-area > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-area > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel-area > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-area > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel-area > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-area > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel-area > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel-area > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel-area > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel-area > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel-area > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel-area > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel-area > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel-area > .panel-body + .table,
.panel-area > .panel-body + .table-responsive,
.panel-area > .table + .panel-body,
.panel-area > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-area > .table > tbody:first-child > tr:first-child th,
.panel-area > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel-area > .table-bordered,
.panel-area > .table-responsive > .table-bordered {
  border: 0;
}
.panel-area > .table-bordered > thead > tr > th:first-child,
.panel-area > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel-area > .table-bordered > tbody > tr > th:first-child,
.panel-area > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel-area > .table-bordered > tfoot > tr > th:first-child,
.panel-area > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel-area > .table-bordered > thead > tr > td:first-child,
.panel-area > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel-area > .table-bordered > tbody > tr > td:first-child,
.panel-area > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel-area > .table-bordered > tfoot > tr > td:first-child,
.panel-area > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel-area > .table-bordered > thead > tr > th:last-child,
.panel-area > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel-area > .table-bordered > tbody > tr > th:last-child,
.panel-area > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel-area > .table-bordered > tfoot > tr > th:last-child,
.panel-area > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel-area > .table-bordered > thead > tr > td:last-child,
.panel-area > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel-area > .table-bordered > tbody > tr > td:last-child,
.panel-area > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel-area > .table-bordered > tfoot > tr > td:last-child,
.panel-area > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel-area > .table-bordered > thead > tr:first-child > td,
.panel-area > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel-area > .table-bordered > tbody > tr:first-child > td,
.panel-area > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel-area > .table-bordered > thead > tr:first-child > th,
.panel-area > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel-area > .table-bordered > tbody > tr:first-child > th,
.panel-area > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel-area > .table-bordered > tbody > tr:last-child > td,
.panel-area > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel-area > .table-bordered > tfoot > tr:last-child > td,
.panel-area > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel-area > .table-bordered > tbody > tr:last-child > th,
.panel-area > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel-area > .table-bordered > tfoot > tr:last-child > th,
.panel-area > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel-area > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-area > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-area > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-area > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-area > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-area .alert {
  margin: 10px 0 0 0;
}
.vcard {
  clear: both;
  margin-bottom: 1em;
}
.vcard .title,
.vcard .email {
  display: block;
}
.vcard img {
  float: right;
  max-width: 100px;
  height: auto;
}
.vcard .fn {
  font-weight: bold;
}
.vcard p {
  margin: 0;
}
.vcard a {
  text-decoration: underline;
}
.contact-list h2 {
  background: #163b5b;
}
.contact-list .even-list {
  padding: 1em;
}
.contact-list .even-list:before,
.contact-list .even-list:after {
  content: " ";
  display: table;
}
.contact-list .even-list:after {
  clear: both;
}
.contact-list .vcard-list {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-list .vcard-list .vcard {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.contact-list .vcard-list .vcard:before,
.contact-list .vcard-list .vcard:after {
  content: " ";
  display: table;
}
.contact-list .vcard-list .vcard:after {
  clear: both;
}
@media (min-width: 992px) {
  .contact-list .vcard-list .vcard {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .contact-list .vcard-list .vcard {
    clear: none;
  }
  .contact-list .vcard-list .vcard:nth-child(odd) {
    clear: left;
  }
}
.contact-list h3 {
  background: #7d746b;
  padding: 0.5em;
  margin-bottom: 0;
  color: #fff;
}
.contact-list a {
  text-decoration: none;
}
.contact-list .vcard-list-form {
  padding: 1em;
  background: #dcdcdc;
}
.contact-list .vcard-list-form label {
  text-align: left;
}
.contact-list .vcard-list-form .form-group:last-child {
  margin-bottom: 0;
  padding-bottom: 1em;
}
.contact-list .vcard-list-form .re-captcha {
  margin-bottom: 1em;
}
.contact-list .collapse-head {
  clear: both;
  position: relative;
}
.contact-list .collapse-head button {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #fff;
  color: #1e5c88;
  font-weight: normal;
  border-radius: 0;
  opacity: 0.5;
}
.contact-list .collapse-head button,
.contact-list .collapse-head button:active,
.contact-list .collapse-head button.active,
.contact-list .collapse-head button[disabled],
fieldset[disabled] .contact-list .collapse-head button {
  background-color: transparent;
  box-shadow: none;
}
.contact-list .collapse-head button,
.contact-list .collapse-head button:hover,
.contact-list .collapse-head button:focus,
.contact-list .collapse-head button:active {
  border-color: transparent;
}
.contact-list .collapse-head button:hover,
.contact-list .collapse-head button:focus {
  color: #1e5c88;
  text-decoration: underline;
  background-color: transparent;
}
.contact-list .collapse-head button[disabled]:hover,
fieldset[disabled] .contact-list .collapse-head button:hover,
.contact-list .collapse-head button[disabled]:focus,
fieldset[disabled] .contact-list .collapse-head button:focus {
  color: #bdbcb9;
  text-decoration: none;
}
.contact-list .collapse-head button:hover {
  opacity: 1;
}
.contact-list .collapse-head button:focus,
.contact-list .collapse-head button:hover {
  outline: none;
}
.contact-list .collapse-head button span {
  display: none;
}
.contact-list .collapse-head button:before {
  color: #fff;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.contact-list .collapse-head button:before.fa-pull-left {
  margin-right: .3em;
}
.contact-list .collapse-head button:before.fa-pull-right {
  margin-left: .3em;
}
.contact-list .collapse-head button:before.pull-left {
  margin-right: .3em;
}
.contact-list .collapse-head button:before.pull-right {
  margin-left: .3em;
}
.contact-list .email[aria-expanded="true"]:before {
  color: #d12e2c;
}
.contact-list .email:hover:before,
.contact-list .email:focus:before {
  color: #d12e2c;
}
.contact-list .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  margin-right: 0.5em;
}
.contact-list .email:before.fa-pull-left {
  margin-right: .3em;
}
.contact-list .email:before.fa-pull-right {
  margin-left: .3em;
}
.contact-list .email:before.pull-left {
  margin-right: .3em;
}
.contact-list .email:before.pull-right {
  margin-left: .3em;
}
.teaser-color:not(.center-icon-text) a {
  padding: 1em 1em 1em 4em;
}
.teaser-color:not(.center-icon-text) a span {
  font-size: 28px;
  position: absolute;
  left: 0.2em;
  top: 0.2em;
  width: 1.5em;
  text-align: center;
}
.teaser-color:not(.center-icon-text) a span:before {
  display: inline-block;
  vertical-align: sub;
}
.teaser-color:not(.center-icon-text) a span.icon:before {
  vertical-align: baseline;
}
@media screen and (max-width: 991px) {
  .teaser-color.center-icon-text a {
    padding: 1em 1em 1em 4em;
  }
  .teaser-color.center-icon-text a span {
    font-size: 28px;
    position: absolute;
    left: 0.2em;
    top: 0.2em;
    width: 1.5em;
    text-align: center;
  }
  .teaser-color.center-icon-text a span:before {
    display: inline-block;
    vertical-align: sub;
  }
}
@media screen and (min-width: 992px) {
  .teaser-color.center-icon-text {
    text-align: center;
    font-size: 16px;
  }
  .teaser-color.center-icon-text span {
    height: 145px;
    text-align: center;
    width: 100%;
  }
  .teaser-color.center-icon-text span:before {
    line-height: 145px;
    font-size: 4.5em;
    display: block;
  }
  .teaser-color.center-icon-text a {
    height: 210px;
  }
}
.teaser-color a {
  outline: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  padding: 1em;
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.teaser-color a:hover,
.teaser-color a:focus,
.teaser-color a.focus,
.teaser-color a:active,
.teaser-color a.active,
.open > .dropdown-toggle.teaser-color a {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.teaser-color a:active,
.teaser-color a.active,
.open > .dropdown-toggle.teaser-color a {
  background-image: none;
}
.teaser-color a.disabled,
.teaser-color a[disabled],
fieldset[disabled] .teaser-color a,
.teaser-color a.disabled:hover,
.teaser-color a[disabled]:hover,
fieldset[disabled] .teaser-color a:hover,
.teaser-color a.disabled:focus,
.teaser-color a[disabled]:focus,
fieldset[disabled] .teaser-color a:focus,
.teaser-color a.disabled.focus,
.teaser-color a[disabled].focus,
fieldset[disabled] .teaser-color a.focus,
.teaser-color a.disabled:active,
.teaser-color a[disabled]:active,
fieldset[disabled] .teaser-color a:active,
.teaser-color a.disabled.active,
.teaser-color a[disabled].active,
fieldset[disabled] .teaser-color a.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.teaser-color a .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.teaser-color a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.teaser-color a.more:before.fa-pull-left {
  margin-right: .3em;
}
.teaser-color a.more:before.fa-pull-right {
  margin-left: .3em;
}
.teaser-color a.more:before.pull-left {
  margin-right: .3em;
}
.teaser-color a.more:before.pull-right {
  margin-left: .3em;
}
.teaser-color a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.teaser-color a.btn-secondary:hover,
.teaser-color a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.teaser-color a:hover,
.teaser-color a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.teaser-color a span:before {
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
  -webkit-transition: all opacity ease-in-out 0.15s ease-out;
  transition: all opacity ease-in-out 0.15s ease-out;
  opacity: 0.7;
}
.teaser-color a:hover span:before,
.teaser-color a:focus span:before {
  opacity: 1;
}
.teaser-color a:hover:after,
.teaser-color a:focus:after {
  content: "\00a0";
  position: absolute;
  height: 0.3em;
  margin: 1px 0 0;
  left: 0;
  right: 0;
  bottom: -8px;
}
.teaser-color a:hover:after span:before,
.teaser-color a:focus:after span:before {
  opacity: 1;
}
.teaser-color.brand-primary a {
  background: #9b2e34;
}
.teaser-color.brand-primary a:hover:after,
.teaser-color.brand-primary a:focus:after {
  background: #dc3533;
}
.teaser-color.brand-secondary a {
  background: #163b5b;
}
.teaser-color.brand-secondary a:hover:after,
.teaser-color.brand-secondary a:focus:after {
  background: #2878b2;
}
.teaser-color.brand-third a {
  background: #7d746b;
}
.teaser-color.brand-third a:hover:after,
.teaser-color.brand-third a:focus:after {
  background: #cec9c0;
}
.teaser-color.brand-fourth a {
  background: #34491a;
}
.teaser-color.brand-fourth a:hover:after,
.teaser-color.brand-fourth a:focus:after {
  background: #a7b914;
}
.teaser-color.social a {
  background: #2878b2;
}
.teaser-color.social a:hover:after,
.teaser-color.social a:focus:after {
  background: #6caad6;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .puff-list .teaser-color:not(.center-icon-text) a {
    padding: 0.4em;
  }
  .puff-list .teaser-color:not(.center-icon-text) a span {
    position: static;
    width: auto;
    display: block;
  }
  .puff-list .teaser-color:not(.center-icon-text) a span:before {
    display: block;
  }
}
.share-social-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.share-social-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.share-social-list a {
  color: #333333;
  text-decoration: none;
}
.share-social-list a span:before {
  font-size: 25px !important;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
}
.share-social-list a:hover span:before {
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  color: #9b2e34;
}
.block .editor {
  padding: 1em;
}
.user-summary {
  margin-top: 1em;
}
.user-summary .well {
  background: #fff;
  padding-bottom: 0;
  border: none;
}
.user-summary .well .buttons {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .user-summary .well .buttons {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .user-summary .well .buttons {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .user-summary .well .buttons {
    float: left;
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .user-summary .well .buttons {
    padding-bottom: 0.5em;
  }
  .user-summary .well .buttons .btn {
    margin-right: 1em;
  }
}
.user-summary .well .progress-holder {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .user-summary .well .progress-holder {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .user-summary .well .progress-holder {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .user-summary .well .progress-holder {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .user-summary .well .progress-holder .progress {
    margin-bottom: 0;
  }
}
.user-summary .well textarea {
  margin-bottom: 1em;
}
.user-summary .well p {
  margin: 0 0 1em 0;
}
.block-links .block-content {
  background: transparent;
}
.block-links > div > h2 {
  background: #9b2e34;
}
.block-links ul {
  padding-left: 0;
  list-style: none;
  padding-top: 0.8em;
}
.block-links ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 0.8em;
}
.block-links ul li:nth-child(odd) {
  float: left;
  clear: left;
}
@media screen and (min-width: 992px) {
  .block-links ul li:nth-child(even) a {
    margin-left: 0.5em;
  }
}
.block-links ul li a {
  font-size: 16px;
  padding: 0.8em;
  display: block;
  background: #fff;
  color: #000000;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
}
.block-links ul li a:hover,
.block-links ul li a:focus {
  background: #dcdcdc;
}
@media screen and (max-width: 991px) {
  .block-links ul li {
    float: none !important;
    width: auto;
    display: block;
  }
}
.drop-list-block {
  color: #fff;
}
.drop-list-block .block-content {
  padding: 0.8em;
}
.drop-list-block > div > h2 {
  padding: 0 0 0.5em 0;
  font-size: 19px;
}
.drop-list-block .block-content,
.drop-list-block > div > h2 {
  background: #006ba9;
}
.drop-list-block label {
  display: block;
}
.drop-list-block .input-group-btn {
  vertical-align: bottom;
}
.drop-list-block .input-group-btn button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  margin-left: 8px;
  background: #163b5b;
  border-color: #006ba9;
}
.drop-list-block .input-group-btn button:focus,
.drop-list-block .input-group-btn button:active:focus,
.drop-list-block .input-group-btn button.active:focus,
.drop-list-block .input-group-btn button.focus,
.drop-list-block .input-group-btn button:active.focus,
.drop-list-block .input-group-btn button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.drop-list-block .input-group-btn button:hover,
.drop-list-block .input-group-btn button:focus,
.drop-list-block .input-group-btn button.focus {
  color: #ffffff;
  text-decoration: none;
}
.drop-list-block .input-group-btn button:active,
.drop-list-block .input-group-btn button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.drop-list-block .input-group-btn button.disabled,
.drop-list-block .input-group-btn button[disabled],
fieldset[disabled] .drop-list-block .input-group-btn button {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.drop-list-block .input-group-btn button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.drop-list-block .input-group-btn button.more:before.fa-pull-left {
  margin-right: .3em;
}
.drop-list-block .input-group-btn button.more:before.fa-pull-right {
  margin-left: .3em;
}
.drop-list-block .input-group-btn button.more:before.pull-left {
  margin-right: .3em;
}
.drop-list-block .input-group-btn button.more:before.pull-right {
  margin-left: .3em;
}
.drop-list-block .input-group-btn button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.drop-list-block .input-group-btn button.btn-secondary:hover,
.drop-list-block .input-group-btn button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.drop-list-block .input-group-btn button:hover,
.drop-list-block .input-group-btn button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.drop-list-block .input-group-btn button:hover,
.drop-list-block .input-group-btn button:focus {
  border-color: #006ba9;
}
.drop-list-block.ferry-timetable .block-content {
  background-image: url(../images/farja.png);
  background-repeat: no-repeat;
  background-position: 99% 10px;
  background-size: 40%;
}
.drop-list-block.ferry-timetable .block-content h2 {
  background: transparent;
}
.job-meta {
  padding-left: 0;
  list-style: none;
  margin-top: 1em;
}
.icon-link-block {
  margin-bottom: 1em;
  color: #000;
  background: #dcdcdc;
  position: relative;
  padding: 0.7em 1em 1em 6em;
}
.icon-link-block > div h2 {
  background: transparent !important;
  margin-left: 0.5em;
  color: #000;
}
.icon-link-block > div > div {
  margin-left: 1.4em;
  padding-top: 0.5em;
}
.icon-link-block p {
  margin-bottom: 0.4em;
}
.icon-link-block span {
  position: absolute;
  width: 80px;
  left: 0.5em;
  top: 1.5em;
}
.icon-link-block span:before {
  display: block;
  text-align: center;
  color: #9b2e34;
}
@media screen and (min-width: 768px) {
  .icon-link-block span:before {
    font-size: 3.5em;
  }
}
.icon-link-block ul {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.icon-link-block ul a {
  padding: 0.5em !important;
}
.icon-link-block ul a:hover:before,
.icon-link-block ul a:focus:before,
.icon-link-block ul a:hover,
.icon-link-block ul a:focus {
  text-decoration: none;
}
.icon-link-block ul a:hover,
.icon-link-block ul a:focus {
  background: #f4f4f4;
}
.icon-link-block ul a:before {
  color: #000;
}
@media screen and (max-width: 767px) {
  .icon-link-block {
    padding: 0.5em;
  }
  .icon-link-block > div h2 {
    margin-left: 2em;
    padding-left: 0;
  }
  .icon-link-block > div > div {
    margin-left: 0;
  }
  .icon-link-block span {
    position: absolute;
    width: 80px;
    left: 12px;
    top: 15px;
  }
  .icon-link-block span:before {
    display: block;
    text-align: left;
    font-size: 1.5em;
    color: #9b2e34;
  }
  .icon-link-block ul {
    padding: 0 !important;
  }
}
.dl-horizontal {
  background: #dcdcdc;
  padding: 1em;
}
.dl-horizontal dt {
  text-align: left;
}
.dl-horizontal dt,
.dl-horizontal dd {
  padding-bottom: 0.5em;
}
.description-multi-link-list a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5em;
}
.description-multi-link-list a:focus,
.description-multi-link-list a:active:focus,
.description-multi-link-list a.active:focus,
.description-multi-link-list a.focus,
.description-multi-link-list a:active.focus,
.description-multi-link-list a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.description-multi-link-list a:hover,
.description-multi-link-list a:focus,
.description-multi-link-list a.focus {
  color: #ffffff;
  text-decoration: none;
}
.description-multi-link-list a:active,
.description-multi-link-list a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.description-multi-link-list a.disabled,
.description-multi-link-list a[disabled],
fieldset[disabled] .description-multi-link-list a {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.description-multi-link-list a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.description-multi-link-list a.more:before.fa-pull-left {
  margin-right: .3em;
}
.description-multi-link-list a.more:before.fa-pull-right {
  margin-left: .3em;
}
.description-multi-link-list a.more:before.pull-left {
  margin-right: .3em;
}
.description-multi-link-list a.more:before.pull-right {
  margin-left: .3em;
}
.description-multi-link-list a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.description-multi-link-list a.btn-secondary:hover,
.description-multi-link-list a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.description-multi-link-list a:hover,
.description-multi-link-list a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.description-multi-link-list a:hover,
.description-multi-link-list a:focus,
.description-multi-link-list a.focus,
.description-multi-link-list a:active,
.description-multi-link-list a.active,
.open > .dropdown-toggle.description-multi-link-list a {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.description-multi-link-list a:active,
.description-multi-link-list a.active,
.open > .dropdown-toggle.description-multi-link-list a {
  background-image: none;
}
.description-multi-link-list a.disabled,
.description-multi-link-list a[disabled],
fieldset[disabled] .description-multi-link-list a,
.description-multi-link-list a.disabled:hover,
.description-multi-link-list a[disabled]:hover,
fieldset[disabled] .description-multi-link-list a:hover,
.description-multi-link-list a.disabled:focus,
.description-multi-link-list a[disabled]:focus,
fieldset[disabled] .description-multi-link-list a:focus,
.description-multi-link-list a.disabled.focus,
.description-multi-link-list a[disabled].focus,
fieldset[disabled] .description-multi-link-list a.focus,
.description-multi-link-list a.disabled:active,
.description-multi-link-list a[disabled]:active,
fieldset[disabled] .description-multi-link-list a:active,
.description-multi-link-list a.disabled.active,
.description-multi-link-list a[disabled].active,
fieldset[disabled] .description-multi-link-list a.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.description-multi-link-list a .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.description-multi-link-list a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.description-multi-link-list a.more:before.fa-pull-left {
  margin-right: .3em;
}
.description-multi-link-list a.more:before.fa-pull-right {
  margin-left: .3em;
}
.description-multi-link-list a.more:before.pull-left {
  margin-right: .3em;
}
.description-multi-link-list a.more:before.pull-right {
  margin-left: .3em;
}
.description-multi-link-list a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.description-multi-link-list a.btn-secondary:hover,
.description-multi-link-list a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.description-multi-link-list a:hover,
.description-multi-link-list a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.description-multi-link-list .list-item {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 1em;
  padding-bottom: 0.9em;
}
.description-multi-link-list .list-item:before,
.description-multi-link-list .list-item:after {
  content: " ";
  display: table;
}
.description-multi-link-list .list-item:after {
  clear: both;
}
.iframe iframe {
  border: none;
}
@media screen and (max-width: 1199px) {
  .iframe .embed-responsive {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
  }
}
/*File list*/
.tree-view {
  /*indents*/
}
.tree-view li {
  padding: 0;
  list-style-type: none;
}
.tree-view li ul {
  padding: 0;
  margin: 0;
}
.tree-view li.active a:focus,
.tree-view li.active a:hover {
  background-color: #dcdcdc;
}
.tree-view .list-group-item.active {
  background: #fff;
  border: solid 1px #dcdcdc;
}
.tree-view a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #000000;
}
.tree-view a:before {
  display: none;
}
.tree-view a > span + span:before {
  color: #BDBD3F;
}
.tree-view a > span:before {
  color: #8B8B8B;
}
.tree-view a:focus,
.tree-view a:hover {
  color: #555;
  text-decoration: none;
  background-color: #dcdcdc;
}
.tree-view ul li ul a {
  padding-left: 25px;
}
.tree-view ul li ul li ul a {
  padding-left: 35px;
}
.tree-view ul li ul li ul li ul a {
  padding-left: 45px;
}
.tree-view ul li ul li ul li ul li a {
  padding-left: 55px;
}
.panel-groupextended {
  margin-bottom: 0;
}
.panel-groupextended .panel {
  border-radius: 0;
  margin: 0 !important;
  box-shadow: none;
  border-bottom: none;
}
.panel-groupextended .panel:last-child {
  border-bottom: solid 1px #dcdcdc;
}
.panel-groupextended .panel-heading {
  background: transparent;
  padding: 0;
}
.panel-groupextended .panel-heading h4 {
  font-size: 16px;
}
.panel-groupextended .panel-heading a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  padding: 0.8em;
  display: block;
  background: #7d746b;
  color: #fff;
  text-decoration: none;
}
.panel-groupextended .panel-heading a:hover {
  background: #6f675f;
}
.panel-groupextended .panel-heading a[aria-expanded="false"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
}
.panel-groupextended .panel-heading a[aria-expanded="false"]:before.fa-pull-left {
  margin-right: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="false"]:before.fa-pull-right {
  margin-left: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="false"]:before.pull-left {
  margin-right: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="false"]:before.pull-right {
  margin-left: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="true"] {
  background: #000000;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
}
.panel-groupextended .panel-heading a[aria-expanded="true"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f056";
}
.panel-groupextended .panel-heading a[aria-expanded="true"]:before.fa-pull-left {
  margin-right: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="true"]:before.fa-pull-right {
  margin-left: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="true"]:before.pull-left {
  margin-right: .3em;
}
.panel-groupextended .panel-heading a[aria-expanded="true"]:before.pull-right {
  margin-left: .3em;
}
.panel-groupextended .panel-body {
  border: none;
  padding: 1em;
}
.prj-links.list-has-levels ul {
  background: #ededed;
}
.prj-links.list-has-levels > ul > li {
  border-bottom: solid 2px #fff;
}
.prj-links.list-has-levels > ul > li > a {
  font-size: 16px;
}
.prj-links.list-has-levels ul ul {
  padding: 0.5em 1em 1em 1.3em;
}
.prj-links.list-has-levels ul ul li {
  border-left: solid 3px #163b5b;
}
.has-time-block {
  /* Animation start */
  /* Animation end */
}
.has-time-block[class*=" brand-"] .countdown-container {
  height: 245px;
  position: static;
  text-align: center;
}
.has-time-block[class*=" brand-"] .countdown-container .time {
  margin-top: 4.5em;
}
.has-time-block[class*=" brand-"] .countdown-container > h2 {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .has-time-block[class*=" brand-"] .countdown-container {
    height: 200px;
  }
}
.has-time-block.brand-primary .countdown-container,
.has-time-block.brand-primary a:hover .teaser-content:after,
.has-time-block.brand-primary a:focus .teaser-content:after {
  background: #9b2e34;
}
.has-time-block.brand-secondary .countdown-container,
.has-time-block.brand-secondary a:hover .teaser-content:after,
.has-time-block.brand-secondary a:focus .teaser-content:after {
  background: #163b5b;
}
.has-time-block.brand-third .countdown-container,
.has-time-block.brand-third a:hover .teaser-content:after,
.has-time-block.brand-third a:focus .teaser-content:after {
  background: #7d746b;
}
.has-time-block.brand-fourth .countdown-container,
.has-time-block.brand-fourth a:hover .teaser-content:after,
.has-time-block.brand-fourth a:focus .teaser-content:after {
  background: #34491a;
}
.has-time-block:not([class*=" brand-"]) .countdown-container {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  height: 230px;
  padding-top: 4.2em;
}
@media screen and (max-width: 991px) {
  .has-time-block:not([class*=" brand-"]) .countdown-container {
    padding-top: 5%;
  }
}
@media screen and (max-width: 767px) {
  .has-time-block:not([class*=" brand-"]) .countdown-container {
    padding-top: 5%;
  }
}
.has-time-block:not([class*=" brand-"]) .countdown-container > h2 {
  position: relative;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.has-time-block:not([class*=" brand-"]) .countdown-container > h2 span {
  padding: 0.4em;
  background: rgba(57, 57, 57, 0.74);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .has-time-block:not([class*=" brand-"]) .countdown-container > h2 {
    top: 20%;
  }
}
.has-time-block .main-example .time {
  display: inline-block;
  text-align: center;
  position: relative;
  height: 95px;
  width: 84px;
  -webkit-perspective: 479px;
  -ms-perspective: 479px;
  -o-perspective: 479px;
  perspective: 479px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.has-time-block .main-example .count {
  background: #202020;
  color: #f8f8f8;
  display: block;
  font-size: 3em;
  line-height: 2.2em;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  top: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: flat;
  transform-style: flat;
}
.has-time-block .main-example .count.top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
  height: 50%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.has-time-block .main-example .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.has-time-block .main-example .label {
  font-size: normal;
  margin-top: 5px;
  display: block;
  position: absolute;
  top: 95px;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
}
.has-time-block .main-example .count.curr.top {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.has-time-block .main-example .count.next.bottom {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.has-time-block .main-example .flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.has-time-block .main-example .flip .count.next.bottom {
  -webkit-transition: all 250ms ease-in-out 250ms;
  transition: all 250ms ease-in-out 250ms;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
@media screen and (max-width: 991px) {
  .has-time-block .main-example .count {
    font-size: 2.9em;
  }
  .has-time-block .main-example .time {
    width: 60px;
  }
}
.col-md-6 .has-time-block:not([class*=" brand-"]) .teaser-content {
  display: block;
}
@media screen and (max-width: 991px) {
  .col-md-6 .has-time-block:not([class*=" brand-"]) .teaser-content {
    padding-top: 0.9em;
  }
}
@media screen and (min-width: 768px) {
  aside .col-sm-6 .col-md-12 .has-time-block .countdown-container {
    padding-top: 4%;
  }
  aside .col-sm-6 .col-md-12 .has-time-block .count {
    font-size: 2.1em;
  }
  aside .col-sm-6 .col-md-12 .has-time-block .time {
    width: 40px;
    height: 67px;
  }
  aside .col-sm-6 .col-md-12 .has-time-block .label {
    top: 63px;
  }
}
@media screen and (min-width: 992px) {
  .col-sm-6 .col-md-6 .has-time-block .time {
    width: 42px;
    height: 65px;
  }
  .col-sm-6 .col-md-6 .has-time-block .count {
    font-size: 2.1em;
  }
  .col-sm-6 .col-md-6 .has-time-block .label {
    top: 66px;
  }
  .col-sm-6 .col-md-6 .has-time-block .countdown-container {
    padding-top: 1em;
  }
  .col-sm-6 .col-md-6 .has-time-block[class*=" brand-"] .countdown-container {
    height: 206px;
  }
  .col-sm-6 .col-md-6 .has-time-block[class*=" brand-"] .countdown-container .time {
    margin-top: 3.5em;
  }
  .col-sm-6 .col-md-6 .has-time-block[class*=" brand-"] .teaser-content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .has-time-block .main-example .time {
    height: 50px;
  }
  .has-time-block .main-example .count {
    line-height: 1.4em;
    font-size: 2.3em;
  }
  .has-time-block .main-example .label {
    top: 48px;
  }
}
aside .editor-img.mid-width {
  width: 40%;
}
aside .editor-img.mid-width img {
  max-width: 100%;
  height: auto;
}
aside .editor-img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  clear: left;
}
aside .editor-img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.rounded-links .block-content h2 {
  background-color: transparent;
  color: #000000;
  padding-left: 1.2em;
  padding-top: 1em;
}
.rounded-links .block-content ul {
  padding: 0.9em 0 0.9em 0.9em;
  list-style-type: none;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rounded-links .block-content ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media screen and (max-width: 992px) {
  .rounded-links .block-content ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.rounded-links .block-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ddd;
  margin-bottom: 1em;
  -webkit-border-top-right-radius: 0em;
  -webkit-border-bottom-right-radius: 0em;
  -webkit-border-bottom-left-radius: 2em;
  -webkit-border-top-left-radius: 2em;
  -moz-border-radius-topright: 0em;
  -moz-border-radius-bottomright: 0em;
  -moz-border-radius-bottomleft: 2em;
  -moz-border-radius-topleft: 2em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 2em;
  border-top-left-radius: 2em;
  background-clip: padding-box;
  font-weight: 600;
  max-width: 90%;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .rounded-links .block-content ul li a {
    max-width: none;
    margin-right: 1em;
  }
}
.rounded-links .block-content ul li a span {
  background: #163b5b;
  padding: 1.6em;
  border-radius: 2em;
  margin-right: 1em;
  color: #fff;
  width: 4em;
  height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rounded-links .block-content ul li a span:before {
  font-size: 2em;
  line-height: 0;
}
.rounded-links .block-content ul li a:hover,
.rounded-links .block-content ul li a:focus {
  background: #b8b8b8;
}
.rounded-links .block-content ul li a:hover span,
.rounded-links .block-content ul li a:focus span {
  background: #9b2e34;
}
.rounded-links .block-content ul li a [data-icon='(']:before {
  font-size: 38px;
}
.c-listing__events-wrapper {
  margin: 0;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5px 7.5px 7.5px 7.5px;
}
.c-listing__events-wrapper:last-child .c-listing__event {
  margin-bottom: 0;
}
.c-listing__event-day {
  padding-right: 5px;
  padding-left: 0;
}
.c-listing__event-day > div {
  padding: 9px 0;
  width: 60px;
  background: #dcdcdc;
  text-align: center;
}
.c-listing__event-day span {
  display: block;
}
.c-listing__event-day span.event-day__date {
  font-family: inherit;
  font-size: 1.55rem;
  font-weight: 600;
}
.c-listing__events-list {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.c-listing__events-list a,
.c-listing__events-list div {
  -webkit-transition: background ease-in-out 0.1s;
  transition: background ease-in-out 0.1s;
  text-decoration: none;
}
.c-listing__events-list a .heading,
.c-listing__events-list div .heading {
  font-size: 16px;
}
.c-listing__events-list a .date,
.c-listing__events-list div .date {
  font-size: 0.985rem;
  display: block;
}
.c-listing__events-list a p,
.c-listing__events-list div p {
  margin-bottom: 0;
}
.c-listing__events-list a:hover,
.c-listing__events-list div:hover,
.c-listing__events-list a:focus,
.c-listing__events-list div:focus {
  background: #f4f3f2;
}
.c-listing__event {
  display: block;
  padding: 7.5px 15px;
  border-left: solid 3px #97ae14;
}
.c-listing__event .heading {
  padding-bottom: .5rem;
  color: #333333;
  margin-bottom: 0;
}
.c-listing__event .event-description {
  color: #333333;
  padding-bottom: .5rem;
}
.c-listing__event ul.event-details {
  padding-left: 0;
  list-style: none;
  color: #333333;
}
.c-listing__event ul.event-details li {
  display: inline-block;
  margin-right: .5rem;
}
.c-listing__event > *:last-child {
  margin-bottom: 0;
}
.block-links-grid .block-content {
  background: transparent;
}
.block-links-grid ul {
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0;
  margin-bottom: -20px;
  overflow: auto;
}
.block-links-grid ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block-links-grid ul li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block-links-grid ul li {
    float: left;
    width: 33.33333333%;
  }
}
.block-links-grid ul li a {
  font-size: 16px;
  text-decoration: none;
  padding: 1rem 2rem 1rem 1rem;
  color: #fff;
  background: #9b2e34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.block-links-grid ul li a:after {
  margin-left: auto;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
}
.block-links-grid ul li a:after.fa-pull-left {
  margin-right: .3em;
}
.block-links-grid ul li a:after.fa-pull-right {
  margin-left: .3em;
}
.block-links-grid ul li a:after.pull-left {
  margin-right: .3em;
}
.block-links-grid ul li a:after.pull-right {
  margin-left: .3em;
}
.block-links-grid ul li a:hover,
.block-links-grid ul li a:focus {
  background: #681f23;
}
.extended-image-block {
  position: relative;
}
.extended-image-block__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 90%;
  text-align: center;
}
.extended-image-block__text h2 {
  font-size: 35px;
}
.extended-image-block__text a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.extended-image-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}
.extended-image-block__links a {
  display: inline-block;
  padding: .5rem 1.5rem;
  border: solid 1px #fff;
  margin: 0 1rem;
}
.extended-image-block__links a:hover,
.extended-image-block__links a:focus {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.8);
}
.extended-image-block__image {
  position: relative;
}
.extended-image-block__image img {
  width: 100%;
}
.extended-image-block__image:after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .extended-image-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .extended-image-block__text {
    position: static;
    -webkit-transform: none;
            transform: none;
    background: #000000;
    padding: 15px;
  }
  .extended-image-block__text h2 {
    text-align: center;
    font-size: 19px;
  }
}
.btn,
.btn-default {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.btn.more:before,
.btn-default.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.btn.more:before.fa-pull-left,
.btn-default.more:before.fa-pull-left {
  margin-right: .3em;
}
.btn.more:before.fa-pull-right,
.btn-default.more:before.fa-pull-right {
  margin-left: .3em;
}
.btn.more:before.pull-left,
.btn-default.more:before.pull-left {
  margin-right: .3em;
}
.btn.more:before.pull-right,
.btn-default.more:before.pull-right {
  margin-left: .3em;
}
.btn.btn-secondary,
.btn-default.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.btn.btn-secondary:hover,
.btn-default.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn-default.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.btn:hover,
.btn-default:hover,
.btn:focus,
.btn-default:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.breadcrumb {
  background: transparent;
  padding: 15px 0 8px 0;
  margin-bottom: 8px;
}
footer.site-footer h1 {
  font-size: 19px;
}
footer.site-footer h2 {
  font-size: 16px;
}
footer.site-footer a {
  color: #fff;
}
footer.site-footer a span:before,
footer.site-footer a:before {
  color: #fff;
  -webkit-transition: color ease-in-out 0.08s;
  transition: color ease-in-out 0.08s;
  -webkit-transition: all color ease-in-out 0.08s ease-out;
  transition: all color ease-in-out 0.08s ease-out;
}
footer.site-footer a:hover:before,
footer.site-footer a:hover span:before {
  color: #9b2e34;
  text-decoration: none;
}
footer.site-footer a:hover,
footer.site-footer a:focus {
  text-decoration: none;
}
footer.site-footer .footer-links {
  padding: 1.5em 0 0 0;
  background: #dcdcdc;
}
footer.site-footer .footer-links ul {
  padding-left: 0;
  list-style: none;
}
footer.site-footer .footer-links ul a {
  color: #000000;
  padding: 0.5em;
  display: block;
}
footer.site-footer .footer-links ul a:hover,
footer.site-footer .footer-links ul a:focus {
  background: #bdbcb9;
}
footer.site-footer .footer-links section:nth-child(1) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  footer.site-footer .footer-links section:nth-child(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-links section:nth-child(1) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-links section:nth-child(1) {
    float: left;
    width: 25%;
  }
}
footer.site-footer .footer-links section:nth-child(2) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  footer.site-footer .footer-links section:nth-child(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-links section:nth-child(2) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-links section:nth-child(2) {
    float: left;
    width: 25%;
  }
}
footer.site-footer .footer-links section:nth-child(3) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  footer.site-footer .footer-links section:nth-child(3) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-links section:nth-child(3) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-links section:nth-child(3) {
    float: left;
    width: 25%;
  }
}
footer.site-footer .footer-links section:nth-child(4) {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  footer.site-footer .footer-links section:nth-child(4) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-links section:nth-child(4) {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  footer.site-footer .footer-links section:nth-child(4) {
    float: left;
    width: 25%;
  }
}
footer.site-footer .footer-end {
  color: #fff;
  padding: 1.5em 0 0 0;
  clear: both;
  background-color: #d12e2c;
}
footer.site-footer .footer-end .col-one {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  footer.site-footer .footer-end .col-one {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-end .col-one {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-end .col-one {
    float: left;
    width: 50%;
  }
}
footer.site-footer .footer-end .col-two {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
footer.site-footer .footer-end .col-two h1 {
  display: inline-block;
}
@media (min-width: 768px) {
  footer.site-footer .footer-end .col-two {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  footer.site-footer .footer-end .col-two {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  footer.site-footer .footer-end .col-two {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (max-width: 767px) {
  footer.site-footer .footer-end .col-two .pull-right {
    float: none !important;
  }
}
footer.site-footer .footer-end .channels {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: inline-block;
  margin-left: 0.5em;
}
footer.site-footer .footer-end .channels > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
footer.site-footer .footer-end .channels li span:before {
  font-size: 28px;
}
footer.site-footer .return-to-top a {
  display: block;
  padding: 0.5em 0;
  text-align: center;
}
footer.site-footer .return-to-top a span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
footer.site-footer .return-to-top a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f077";
  color: #bdbcb9;
  font-size: 28px;
}
footer.site-footer .return-to-top a:before.fa-pull-left {
  margin-right: .3em;
}
footer.site-footer .return-to-top a:before.fa-pull-right {
  margin-left: .3em;
}
footer.site-footer .return-to-top a:before.pull-left {
  margin-right: .3em;
}
footer.site-footer .return-to-top a:before.pull-right {
  margin-left: .3em;
}
footer.site-footer .return-to-top a:hover:before,
footer.site-footer .return-to-top a:focus:before {
  color: #6f675f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bdbcb9;
}
h1.page-heading-title,
.nocontent {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0;
  margin-bottom: Infinitypx;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 19px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 20px;
}
.accordion {
  margin-bottom: 0;
}
.accordion .panel {
  border-radius: 0;
  margin: 0 !important;
  box-shadow: none;
  border-bottom: none;
}
.accordion .panel:last-child {
  border-bottom: solid 1px #dcdcdc;
}
.accordion .panel-heading {
  background: transparent;
  padding: 0;
}
.accordion .panel-heading h4 {
  font-size: 16px;
}
.accordion .panel-heading a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  padding: 0.8em;
  display: block;
  background: #7d746b;
  color: #fff;
  text-decoration: none;
}
.accordion .panel-heading a:hover {
  background: #6f675f;
}
.accordion .panel-heading a[aria-expanded="false"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
}
.accordion .panel-heading a[aria-expanded="false"]:before.fa-pull-left {
  margin-right: .3em;
}
.accordion .panel-heading a[aria-expanded="false"]:before.fa-pull-right {
  margin-left: .3em;
}
.accordion .panel-heading a[aria-expanded="false"]:before.pull-left {
  margin-right: .3em;
}
.accordion .panel-heading a[aria-expanded="false"]:before.pull-right {
  margin-left: .3em;
}
.accordion .panel-heading a[aria-expanded="true"] {
  background: #000000;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
}
.accordion .panel-heading a[aria-expanded="true"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f056";
}
.accordion .panel-heading a[aria-expanded="true"]:before.fa-pull-left {
  margin-right: .3em;
}
.accordion .panel-heading a[aria-expanded="true"]:before.fa-pull-right {
  margin-left: .3em;
}
.accordion .panel-heading a[aria-expanded="true"]:before.pull-left {
  margin-right: .3em;
}
.accordion .panel-heading a[aria-expanded="true"]:before.pull-right {
  margin-left: .3em;
}
.accordion .panel-body {
  border: none;
  padding: 1em;
}
.panel-block {
  border-radius: 0;
  margin: 0 0 15px 0 !important;
  box-shadow: none;
}
.panel-block .panel-heading {
  background: transparent;
  padding: 0;
  border: none;
}
.panel-block .panel-heading h2 {
  font-size: 16px;
  padding: 1em;
  margin: 0;
}
.panel-block .panel-heading a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  display: block;
  background: #f4f4f4;
  color: #1e5c88;
  text-decoration: none;
}
.panel-block .panel-heading a:hover {
  background: #e7aeb1;
}
.panel-block .panel-heading a:before {
  color: #9b2e34;
}
.panel-block .panel-heading a[aria-expanded="false"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
}
.panel-block .panel-heading a[aria-expanded="false"]:before.fa-pull-left {
  margin-right: .3em;
}
.panel-block .panel-heading a[aria-expanded="false"]:before.fa-pull-right {
  margin-left: .3em;
}
.panel-block .panel-heading a[aria-expanded="false"]:before.pull-left {
  margin-right: .3em;
}
.panel-block .panel-heading a[aria-expanded="false"]:before.pull-right {
  margin-left: .3em;
}
.panel-block .panel-heading a[aria-expanded="true"] {
  background: transparent;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
}
.panel-block .panel-heading a[aria-expanded="true"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f056";
}
.panel-block .panel-heading a[aria-expanded="true"]:before.fa-pull-left {
  margin-right: .3em;
}
.panel-block .panel-heading a[aria-expanded="true"]:before.fa-pull-right {
  margin-left: .3em;
}
.panel-block .panel-heading a[aria-expanded="true"]:before.pull-left {
  margin-right: .3em;
}
.panel-block .panel-heading a[aria-expanded="true"]:before.pull-right {
  margin-left: .3em;
}
.panel-block .panel-body {
  border: none !important;
  padding: 0 10px;
}
.page-index-list {
  margin-bottom: 15px;
}
.page-index-list h2 {
  clear: both;
  margin-top: 30px;
  margin-bottom: 5px;
}
.page-index-list h2:first-child {
  margin-top: 0;
}
.page-index-list h2:focus {
  outline: none;
}
.page-index-list ul {
  clear: both;
}
.page-index-list ul,
.page-index-list ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-index-list ul li a {
  display: block;
  padding: 6px 15px;
  margin: 0 0 1px;
  background: #e5e5e5;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-transition: all background 0.1s ease-in ease-out;
  transition: all background 0.1s ease-in ease-out;
}
.page-index-list ul li a:hover,
.page-index-list ul li a:focus {
  background: #ffffff;
  color: #1e5c88;
  text-decoration: none;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-transition: all background 0.1s ease-in ease-out;
  transition: all background 0.1s ease-in ease-out;
}
.page-index-list ul li:last-child a {
  background: transparent;
}
ul.index-letter {
  padding: 0;
  margin: 0 -10px 20px;
}
ul.index-letter,
ul.index-letter li {
  list-style: none;
}
ul.index-letter li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
ul.index-letter li a:hover,
ul.index-letter li a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  background: #ffffff;
  text-decoration: none;
}
ul.index-letter li a,
ul.index-letter li span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
}
.faq-list {
  margin-top: 15px;
}
.faq-list dl dt:before,
.faq-list dl dd:before,
.faq-list dl dt:after,
.faq-list dl dd:after {
  content: " ";
  display: table;
}
.faq-list dl dt:after,
.faq-list dl dd:after {
  clear: both;
}
.faq-list dl > dt + dd + dt {
  border-top: none;
}
.faq-list dl > dt + dd + dt.collapsed,
.faq-list dl > dt.collapsed + dd + dt.collapsed,
.faq-list dl > dt.collapsed + dd + dt {
  border-top: none;
}
.faq-list dl dt {
  font-size: 16px;
  font-weight: normal;
  background: #e7aeb1;
  border-bottom: solid 1px #dcdcdc;
}
.faq-list dl dt[aria-expanded="true"] {
  border-bottom: solid 1px #e7aeb1;
}
.faq-list dl dt[aria-expanded="true"] > a,
.faq-list dl dt[aria-expanded="true"] a:focus {
  background: #e19a9e;
}
.faq-list dl dt[aria-expanded="true"] > a:hover {
  background: #d57378;
}
.faq-list dl dt.collapsed > a:hover,
.faq-list dl dt.collapsed > a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  background: #d57378;
}
.faq-list dl dt:first-child {
  border-top: solid 1px #e5e5e5;
}
.faq-list dl dt a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  text-decoration: none;
  display: block;
  padding: 13px 15px 14px 40px;
  position: relative;
}
.faq-list dl dt a:not(.collapsed):focus {
  outline: 0;
}
.faq-list dl dt a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  background: #9b2e34;
  top: 50%;
  padding: 0;
  margin: -11px -5px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  border-radius: 11px;
  overflow: hidden;
  content: "\f068";
}
.faq-list dl dt a:before.fa-pull-left {
  margin-right: .3em;
}
.faq-list dl dt a:before.fa-pull-right {
  margin-left: .3em;
}
.faq-list dl dt a:before.pull-left {
  margin-right: .3em;
}
.faq-list dl dt a:before.pull-right {
  margin-left: .3em;
}
.faq-list dl dt.collapsed {
  background: white;
}
.faq-list dl dt.collapsed a:before {
  content: "\f067";
}
.faq-list dl dd {
  padding: 0;
  background: white;
}
.faq-list dl dd > div {
  padding: 0 15px 0;
}
.faq-list dl dd.collapsing,
.faq-list dl dd.collapse.in {
  background: #e7aeb1;
}
/* CSS Document */
.calendar-day {
  margin: 30px 0;
}
.calendar-day .media-left {
  color: #fff;
  width: 8em;
  padding: 1em;
  vertical-align: middle;
  background-color: #9b2e34;
}
@media screen and (max-width: 991px) {
  .calendar-day .media-left {
    display: block;
    width: auto;
    padding: 0.4em;
    margin-bottom: 8px;
  }
}
.calendar-day .media-left > h2 {
  line-height: 2em;
  text-align: center;
}
.calendar-day .media-left > h2:first-line {
  font-size: 1.3em;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .calendar-day .media-left > h2 {
    text-align: left;
    margin: 0;
    font-size: 14px;
  }
}
.calendar-day .calendar-list .block {
  margin-bottom: 0;
}
.calendar-day .calendar-list ul {
  margin: 0 0 0 10px;
}
.calendar-day .calendar-list ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .calendar-day .calendar-list ul {
    margin: 0;
  }
}
.short-cuts {
  display: table;
  width: 100%;
  padding: 0.8em;
  margin-top: 1em;
  background: #fff;
}
.short-cuts h2 {
  font-size: 14px;
  display: table-cell;
  white-space: nowrap;
  padding-right: 1em;
  font-weight: bold;
}
.short-cuts ul {
  display: table-cell;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  width: 100%;
}
.short-cuts ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.short-cuts ul a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f103";
  padding-left: 0.4em;
}
.short-cuts ul a:after.fa-pull-left {
  margin-right: .3em;
}
.short-cuts ul a:after.fa-pull-right {
  margin-left: .3em;
}
.short-cuts ul a:after.pull-left {
  margin-right: .3em;
}
.short-cuts ul a:after.pull-right {
  margin-left: .3em;
}
.search-wrapper .search {
  padding: 0.8em;
  background: #dcdcdc;
  position: relative;
  padding: 1em;
  margin: 0 0 35px;
}
.search-wrapper .search label {
  display: block;
}
.search-wrapper .search .form-group:not(:last-child) {
  padding-right: 1em;
}
@media screen and (max-width: 1199px) {
  .search-wrapper .search .form-group {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .search-wrapper .search .form-group {
    padding-bottom: 0;
  }
}
.search-wrapper .search .btn-group {
  padding-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .search-wrapper .search .btn-group {
    padding-top: 0;
  }
}
.search-wrapper .search .input-group-btn .btn {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  margin-left: 0.5em;
}
.search-wrapper .search .input-group-btn .btn:hover,
.search-wrapper .search .input-group-btn .btn:focus,
.search-wrapper .search .input-group-btn .btn.focus,
.search-wrapper .search .input-group-btn .btn:active,
.search-wrapper .search .input-group-btn .btn.active,
.open > .dropdown-toggle.search-wrapper .search .input-group-btn .btn {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.search-wrapper .search .input-group-btn .btn:active,
.search-wrapper .search .input-group-btn .btn.active,
.open > .dropdown-toggle.search-wrapper .search .input-group-btn .btn {
  background-image: none;
}
.search-wrapper .search .input-group-btn .btn.disabled,
.search-wrapper .search .input-group-btn .btn[disabled],
fieldset[disabled] .search-wrapper .search .input-group-btn .btn,
.search-wrapper .search .input-group-btn .btn.disabled:hover,
.search-wrapper .search .input-group-btn .btn[disabled]:hover,
fieldset[disabled] .search-wrapper .search .input-group-btn .btn:hover,
.search-wrapper .search .input-group-btn .btn.disabled:focus,
.search-wrapper .search .input-group-btn .btn[disabled]:focus,
fieldset[disabled] .search-wrapper .search .input-group-btn .btn:focus,
.search-wrapper .search .input-group-btn .btn.disabled.focus,
.search-wrapper .search .input-group-btn .btn[disabled].focus,
fieldset[disabled] .search-wrapper .search .input-group-btn .btn.focus,
.search-wrapper .search .input-group-btn .btn.disabled:active,
.search-wrapper .search .input-group-btn .btn[disabled]:active,
fieldset[disabled] .search-wrapper .search .input-group-btn .btn:active,
.search-wrapper .search .input-group-btn .btn.disabled.active,
.search-wrapper .search .input-group-btn .btn[disabled].active,
fieldset[disabled] .search-wrapper .search .input-group-btn .btn.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.search-wrapper .search .input-group-btn .btn .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.search-wrapper .search .input-group-btn .btn.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.search-wrapper .search .input-group-btn .btn.more:before.fa-pull-left {
  margin-right: .3em;
}
.search-wrapper .search .input-group-btn .btn.more:before.fa-pull-right {
  margin-left: .3em;
}
.search-wrapper .search .input-group-btn .btn.more:before.pull-left {
  margin-right: .3em;
}
.search-wrapper .search .input-group-btn .btn.more:before.pull-right {
  margin-left: .3em;
}
.search-wrapper .search .input-group-btn .btn.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.search-wrapper .search .input-group-btn .btn.btn-secondary:hover,
.search-wrapper .search .input-group-btn .btn.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.search-wrapper .search .input-group-btn .btn:hover,
.search-wrapper .search .input-group-btn .btn:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.search-wrapper .search .input-group-btn .btn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  padding-right: 0.5em;
}
.search-wrapper .search .input-group-btn .btn:before.fa-pull-left {
  margin-right: .3em;
}
.search-wrapper .search .input-group-btn .btn:before.fa-pull-right {
  margin-left: .3em;
}
.search-wrapper .search .input-group-btn .btn:before.pull-left {
  margin-right: .3em;
}
.search-wrapper .search .input-group-btn .btn:before.pull-right {
  margin-left: .3em;
}
.search-wrapper .search .filter-summary {
  padding-top: 0.8em;
  margin-top: 0.9em;
  border-top: solid 1px #bdbcb9;
}
.search-wrapper .search .filter-summary em {
  font-weight: 600;
  font-style: normal;
}
.search-wrapper .search .filter-summary a {
  float: right;
  padding-left: 1.2em;
  position: relative;
}
.search-wrapper .search .filter-summary a:before {
  position: absolute;
  left: 0;
  top: 2px;
  height: 13px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search-wrapper .search .filter-summary a {
    float: none;
    display: block;
    margin-top: 1em;
  }
}
.search-wrapper .search #suggestion {
  margin: -0.4em 0 0.5em 0 !important;
}
.search-wrapper .search-hit-selected p {
  margin-bottom: 0;
}
.search-wrapper .search-hit-selected a {
  padding: 1em;
}
.search-wrapper .search-hit-selected a h2 {
  display: inline-block;
}
.search-wrapper .search-hit-selected a[href^="http://"]:before,
.search-wrapper .search-hit-selected a[href^="https://"]:before {
  margin-right: 0.3em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-size: 15px;
  top: 0.6em;
}
.search-wrapper .search-hit-selected a[href^="http://"]:before.fa-pull-left,
.search-wrapper .search-hit-selected a[href^="https://"]:before.fa-pull-left {
  margin-right: .3em;
}
.search-wrapper .search-hit-selected a[href^="http://"]:before.fa-pull-right,
.search-wrapper .search-hit-selected a[href^="https://"]:before.fa-pull-right {
  margin-left: .3em;
}
.search-wrapper .search-hit-selected a[href^="http://"]:before.pull-left,
.search-wrapper .search-hit-selected a[href^="https://"]:before.pull-left {
  margin-right: .3em;
}
.search-wrapper .search-hit-selected a[href^="http://"]:before.pull-right,
.search-wrapper .search-hit-selected a[href^="https://"]:before.pull-right {
  margin-left: .3em;
}
.search-wrapper .search-hit {
  padding-bottom: 1.5em;
  margin-bottom: 1em;
  border-bottom: solid 1px #bdbcb9;
}
.search-wrapper .search-hit header h2 > a {
  position: relative;
  padding: 0.4em 0.8em 0.4em 0;
}
.search-wrapper .search-hit header h2 > a:before {
  font-size: 19px;
  text-align: center;
  padding-right: 0.5em;
  -webkit-transition: color ease-in-out 0.15s;
  transition: color ease-in-out 0.15s;
  -webkit-transition: all color ease-in-out 0.15s ease-out;
  transition: all color ease-in-out 0.15s ease-out;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-wrapper .search-hit header h2 > a:before.fa-pull-left {
  margin-right: .3em;
}
.search-wrapper .search-hit header h2 > a:before.fa-pull-right {
  margin-left: .3em;
}
.search-wrapper .search-hit header h2 > a:before.pull-left {
  margin-right: .3em;
}
.search-wrapper .search-hit header h2 > a:before.pull-right {
  margin-left: .3em;
}
.search-wrapper .search-hit.pdf header h2 > a:before {
  content: "\f1c1";
  left: 0;
}
.search-wrapper .search-hit.excel header h2 > a:before {
  content: "\f1c3";
  left: 0;
}
.search-wrapper .search-hit.word header h2 > a:before {
  content: "\f1c2";
  left: 0;
}
.search-wrapper .search-hit.powerpoint header h2 > a:before {
  content: "\f1c4";
  left: 0;
}
.search-wrapper .search-hit p {
  padding-bottom: 0.5em;
  margin-bottom: 0;
}
.search-wrapper .search-hit span.meta {
  color: #6f675f;
}
.search-wrapper .search-hit em {
  font-weight: 600;
  font-style: normal;
}
.search-wrapper .search-hit .breadcrumb {
  margin-bottom: 0;
}
.search-wrapper .search-hit .breadcrumb li:first-child a {
  position: relative;
  padding-left: 1.3em;
}
.search-wrapper .search-hit .breadcrumb li:first-child a span {
  position: absolute;
  left: 0;
  top: 2.9px;
}
.search-wrapper .pagination {
  margin: 0.5em 0;
}
.facets h2 {
  font-size: 16px;
  color: #fff;
  background: #163b5b;
  padding: 8px 10px;
  margin: 0;
}
.facets ul {
  background: #fff;
  margin-bottom: 2em;
}
.facets ul li > span,
.facets ul li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 1.8em;
}
.facets ul li > span:before,
.facets ul li a:before,
.facets ul li > span:after,
.facets ul li a:after {
  content: " ";
  display: table;
}
.facets ul li > span:after,
.facets ul li a:after {
  clear: both;
}
.facets ul li span.count {
  float: right;
}
.facets ul li.active {
  position: relative;
  background: #6f675f;
  color: #fff;
}
.facets ul li.active:before {
  position: absolute;
  left: 0.5em;
  top: 0.7em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}
.facets ul li.active:before.fa-pull-left {
  margin-right: .3em;
}
.facets ul li.active:before.fa-pull-right {
  margin-left: .3em;
}
.facets ul li.active:before.pull-left {
  margin-right: .3em;
}
.facets ul li.active:before.pull-right {
  margin-left: .3em;
}
.search-filter {
  margin-bottom: 1em;
}
.search-filter > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
}
.search-filter > a:focus,
.search-filter > a:active:focus,
.search-filter > a.active:focus,
.search-filter > a.focus,
.search-filter > a:active.focus,
.search-filter > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.search-filter > a:hover,
.search-filter > a:focus,
.search-filter > a.focus {
  color: #ffffff;
  text-decoration: none;
}
.search-filter > a:active,
.search-filter > a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.search-filter > a.disabled,
.search-filter > a[disabled],
fieldset[disabled] .search-filter > a {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.search-filter > a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.search-filter > a.more:before.fa-pull-left {
  margin-right: .3em;
}
.search-filter > a.more:before.fa-pull-right {
  margin-left: .3em;
}
.search-filter > a.more:before.pull-left {
  margin-right: .3em;
}
.search-filter > a.more:before.pull-right {
  margin-left: .3em;
}
.search-filter > a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.search-filter > a.btn-secondary:hover,
.search-filter > a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.search-filter > a:hover,
.search-filter > a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.search-filter > a:hover,
.search-filter > a:focus,
.search-filter > a.focus,
.search-filter > a:active,
.search-filter > a.active,
.open > .dropdown-toggle.search-filter > a {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.search-filter > a:active,
.search-filter > a.active,
.open > .dropdown-toggle.search-filter > a {
  background-image: none;
}
.search-filter > a.disabled,
.search-filter > a[disabled],
fieldset[disabled] .search-filter > a,
.search-filter > a.disabled:hover,
.search-filter > a[disabled]:hover,
fieldset[disabled] .search-filter > a:hover,
.search-filter > a.disabled:focus,
.search-filter > a[disabled]:focus,
fieldset[disabled] .search-filter > a:focus,
.search-filter > a.disabled.focus,
.search-filter > a[disabled].focus,
fieldset[disabled] .search-filter > a.focus,
.search-filter > a.disabled:active,
.search-filter > a[disabled]:active,
fieldset[disabled] .search-filter > a:active,
.search-filter > a.disabled.active,
.search-filter > a[disabled].active,
fieldset[disabled] .search-filter > a.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.search-filter > a .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.search-filter > a.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.search-filter > a.more:before.fa-pull-left {
  margin-right: .3em;
}
.search-filter > a.more:before.fa-pull-right {
  margin-left: .3em;
}
.search-filter > a.more:before.pull-left {
  margin-right: .3em;
}
.search-filter > a.more:before.pull-right {
  margin-left: .3em;
}
.search-filter > a.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.search-filter > a.btn-secondary:hover,
.search-filter > a.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.search-filter > a:hover,
.search-filter > a:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.search-filter > a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 0.5em;
}
.search-filter > a:before.fa-pull-left {
  margin-right: .3em;
}
.search-filter > a:before.fa-pull-right {
  margin-left: .3em;
}
.search-filter > a:before.pull-left {
  margin-right: .3em;
}
.search-filter > a:before.pull-right {
  margin-left: .3em;
}
.search-filter > a:not(.collapsed):before {
  content: "\f068";
}
.search-filter > a.collapsed:before {
  content: "\f067";
}
@media screen and (min-width: 768px) {
  .search-filter > a {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search-filter .collapse {
    display: block;
  }
}
.ui-autocomplete {
  position: absolute;
  background: #fff;
  border: solid 1px #bdbcb9;
  color: #1e5c88;
  padding-left: 0;
  list-style: none;
  z-index: 200;
}
.ui-autocomplete li {
  border-top: solid 1px #e5e5e5;
}
.ui-autocomplete li:first-child {
  border: none;
}
.ui-autocomplete li a {
  padding: 0.5em;
  display: block;
}
.ui-autocomplete li a:hover,
.ui-autocomplete li a:focus {
  cursor: pointer;
  text-decoration: none;
  background: #f4f4f4;
}
.search .input-group {
  padding-bottom: 0.95em;
}
.filter-toggle {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -3px;
}
.filter-toggle:before,
.filter-toggle:after {
  content: " ";
  display: table;
}
.filter-toggle:after {
  clear: both;
}
.filter-toggle > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.filter-toggle a {
  position: relative;
  padding: 0.3em 0.9em;
  text-decoration: none;
  color: #000000;
}
.filter-toggle a:hover,
.filter-toggle a:focus {
  background: #bfbfbf;
}
.filter-toggle li {
  padding: 3px;
}
.filter-toggle li.active a {
  background: #6f675f;
  color: #fff;
}
.filter-toggle li.active a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: -18px;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: #6f675f;
  z-index: 80;
}
.filter-toggle li.active a:after.fa-pull-left {
  margin-right: .3em;
}
.filter-toggle li.active a:after.fa-pull-right {
  margin-left: .3em;
}
.filter-toggle li.active a:after.pull-left {
  margin-right: .3em;
}
.filter-toggle li.active a:after.pull-right {
  margin-left: .3em;
}
.search-filter {
  margin-bottom: -13px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -3px;
}
.search-filter:before,
.search-filter:after {
  content: " ";
  display: table;
}
.search-filter:after {
  clear: both;
}
.search-filter > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.search-filter a {
  position: relative;
  padding: 0.3em 0.9em;
  text-decoration: none;
  color: #000000;
}
.search-filter a:hover,
.search-filter a:focus {
  background: #bfbfbf;
}
.search-filter li {
  padding: 3px;
}
.search-filter li.active a {
  background: #6f675f;
  color: #fff;
}
.search-filter li.active a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: -18px;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: #6f675f;
  z-index: 80;
}
.search-filter li.active a:after.fa-pull-left {
  margin-right: .3em;
}
.search-filter li.active a:after.fa-pull-right {
  margin-left: .3em;
}
.search-filter li.active a:after.pull-left {
  margin-right: .3em;
}
.search-filter li.active a:after.pull-right {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  .search-filter li {
    display: block;
    padding: 0;
    margin-bottom: 0.3em;
  }
  .search-filter li a {
    display: block;
  }
  .search-filter li.active a:after {
    display: none;
  }
}
.search-summary:before,
.search-summary:after {
  content: " ";
  display: table;
}
.search-summary:after {
  clear: both;
}
.search-summary h1 {
  font-size: 19px;
}
.search-summary .search-sorting {
  border-top: solid 1px #bdbcb9;
  margin-bottom: 0.6em;
  text-align: right;
  padding-top: 0.8em;
}
.search-summary .search-sorting h2 {
  font-size: 14px;
  display: inline-block;
}
.search-summary .search-sorting ul {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: -3px;
}
.search-summary .search-sorting ul:before,
.search-summary .search-sorting ul:after {
  content: " ";
  display: table;
}
.search-summary .search-sorting ul:after {
  clear: both;
}
.search-summary .search-sorting ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.search-summary .search-sorting ul a {
  position: relative;
  padding: 0.3em 0.9em;
  text-decoration: none;
  color: #000000;
}
.search-summary .search-sorting ul a:hover,
.search-summary .search-sorting ul a:focus {
  background: #bfbfbf;
}
.search-summary .search-sorting ul li {
  padding: 3px;
}
.search-summary .search-sorting ul li.active a {
  background: #6f675f;
  color: #fff;
}
.search-summary .search-sorting ul li.active a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: -18px;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: #6f675f;
  z-index: 80;
}
.search-summary .search-sorting ul li.active a:after.fa-pull-left {
  margin-right: .3em;
}
.search-summary .search-sorting ul li.active a:after.fa-pull-right {
  margin-left: .3em;
}
.search-summary .search-sorting ul li.active a:after.pull-left {
  margin-right: .3em;
}
.search-summary .search-sorting ul li.active a:after.pull-right {
  margin-left: .3em;
}
.search-summary .search-sorting ul li:last-child {
  padding-right: 0;
}
.suggestion-well > div > h2 {
  background: #9b2e34;
}
.suggestion-well .suggestion-form {
  padding: 1em;
}
.suggestion-well .recpatcha {
  margin-top: 1em;
}
.suggestion-well .suggestion-footer {
  margin-top: 1em;
}
.map-block .OL-search {
  padding: 1em 1em 0 1em;
}
.map-block .OL-search .OL-search-inner {
  padding-bottom: 0.5em;
}
.map-block .OL-search .FilterGroup label {
  display: none;
}
.map-block .OL-search .FilterGroup input[type="text"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6f675f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  display: table-cell;
}
.map-block .OL-search .FilterGroup input[type="text"]:focus {
  border-color: #9b2e34;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 46, 52, 0.6);
}
.map-block .OL-search .FilterGroup input[type="text"]:focus {
  border-color: #6f675f;
  outline: 0;
  box-shadow: none;
}
.map-block .OL-search .FilterGroup input[type="text"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.map-block .OL-search .FilterGroup input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.map-block .OL-search .FilterGroup input[type="text"]::-webkit-input-placeholder {
  color: #999999;
}
.map-block .OL-search .FilterGroup input[type="text"][disabled],
.map-block .OL-search .FilterGroup input[type="text"][readonly],
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="text"] {
  cursor: not-allowed;
  background-color: #dcdcdc;
  opacity: 1;
}
textarea.map-block .OL-search .FilterGroup input[type="text"] {
  height: auto;
}
.map-block .OL-search .FilterGroup input[type="button"] {
  margin-left: 8px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.map-block .OL-search .FilterGroup input[type="button"]:focus,
.map-block .OL-search .FilterGroup input[type="button"]:active:focus,
.map-block .OL-search .FilterGroup input[type="button"].active:focus,
.map-block .OL-search .FilterGroup input[type="button"].focus,
.map-block .OL-search .FilterGroup input[type="button"]:active.focus,
.map-block .OL-search .FilterGroup input[type="button"].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.map-block .OL-search .FilterGroup input[type="button"]:hover,
.map-block .OL-search .FilterGroup input[type="button"]:focus,
.map-block .OL-search .FilterGroup input[type="button"].focus {
  color: #ffffff;
  text-decoration: none;
}
.map-block .OL-search .FilterGroup input[type="button"]:active,
.map-block .OL-search .FilterGroup input[type="button"].active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.map-block .OL-search .FilterGroup input[type="button"].disabled,
.map-block .OL-search .FilterGroup input[type="button"][disabled],
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"] {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.fa-pull-left {
  margin-right: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.fa-pull-right {
  margin-left: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.pull-left {
  margin-right: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.pull-right {
  margin-left: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary:hover,
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.map-block .OL-search .FilterGroup input[type="button"]:hover,
.map-block .OL-search .FilterGroup input[type="button"]:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.map-block .OL-search .FilterGroup input[type="button"]:hover,
.map-block .OL-search .FilterGroup input[type="button"]:focus,
.map-block .OL-search .FilterGroup input[type="button"].focus,
.map-block .OL-search .FilterGroup input[type="button"]:active,
.map-block .OL-search .FilterGroup input[type="button"].active,
.open > .dropdown-toggle.map-block .OL-search .FilterGroup input[type="button"] {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.map-block .OL-search .FilterGroup input[type="button"]:active,
.map-block .OL-search .FilterGroup input[type="button"].active,
.open > .dropdown-toggle.map-block .OL-search .FilterGroup input[type="button"] {
  background-image: none;
}
.map-block .OL-search .FilterGroup input[type="button"].disabled,
.map-block .OL-search .FilterGroup input[type="button"][disabled],
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"],
.map-block .OL-search .FilterGroup input[type="button"].disabled:hover,
.map-block .OL-search .FilterGroup input[type="button"][disabled]:hover,
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"]:hover,
.map-block .OL-search .FilterGroup input[type="button"].disabled:focus,
.map-block .OL-search .FilterGroup input[type="button"][disabled]:focus,
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"]:focus,
.map-block .OL-search .FilterGroup input[type="button"].disabled.focus,
.map-block .OL-search .FilterGroup input[type="button"][disabled].focus,
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"].focus,
.map-block .OL-search .FilterGroup input[type="button"].disabled:active,
.map-block .OL-search .FilterGroup input[type="button"][disabled]:active,
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"]:active,
.map-block .OL-search .FilterGroup input[type="button"].disabled.active,
.map-block .OL-search .FilterGroup input[type="button"][disabled].active,
fieldset[disabled] .map-block .OL-search .FilterGroup input[type="button"].active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.map-block .OL-search .FilterGroup input[type="button"] .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.fa-pull-left {
  margin-right: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.fa-pull-right {
  margin-left: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.pull-left {
  margin-right: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].more:before.pull-right {
  margin-left: .3em;
}
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary:hover,
.map-block .OL-search .FilterGroup input[type="button"].btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.map-block .OL-search .FilterGroup input[type="button"]:hover,
.map-block .OL-search .FilterGroup input[type="button"]:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.map-block .tabed-list {
  padding: 1em;
}
.map-block label {
  font-weight: normal;
}
@media screen and (max-width: 767px), screen and (max-width: 1199px) {
  .map-block .olFramedCloudPopupContent {
    z-index: 9999;
    font-size: 12px;
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
.map-block .MapBox {
  z-index: 2000;
}
.map-block .MapBox h1 {
  font-size: 16px;
}
.map-block .MapBox h2 {
  font-size: 14px;
}
table {
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table caption {
  background: #9b2e34;
  color: #fff;
  padding: 8px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table .table {
  background-color: #f2f2f2;
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #cfc9c0;
}
.traffic-info {
  margin-bottom: 0;
  /* base styles tt-hint*/
  /* ----------- */
  /*Dropdowns from button*/
  /*Link @ bottom of box*/
}
.traffic-info .block-content {
  background: #fff;
  padding: 1em;
}
.traffic-info table {
  margin: 0;
}
.traffic-info table th {
  background: #9b2e34;
  color: #fff;
  font-weight: normal;
  border-bottom: none;
}
.traffic-info .ti-map-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.traffic-info .ti-map-items {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
.traffic-info .ti-map-items button {
  margin-right: 0.5em;
}
.traffic-info .btn {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.traffic-info .btn:hover,
.traffic-info .btn:focus,
.traffic-info .btn.focus,
.traffic-info .btn:active,
.traffic-info .btn.active,
.open > .dropdown-toggle.traffic-info .btn {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.traffic-info .btn:active,
.traffic-info .btn.active,
.open > .dropdown-toggle.traffic-info .btn {
  background-image: none;
}
.traffic-info .btn.disabled,
.traffic-info .btn[disabled],
fieldset[disabled] .traffic-info .btn,
.traffic-info .btn.disabled:hover,
.traffic-info .btn[disabled]:hover,
fieldset[disabled] .traffic-info .btn:hover,
.traffic-info .btn.disabled:focus,
.traffic-info .btn[disabled]:focus,
fieldset[disabled] .traffic-info .btn:focus,
.traffic-info .btn.disabled.focus,
.traffic-info .btn[disabled].focus,
fieldset[disabled] .traffic-info .btn.focus,
.traffic-info .btn.disabled:active,
.traffic-info .btn[disabled]:active,
fieldset[disabled] .traffic-info .btn:active,
.traffic-info .btn.disabled.active,
.traffic-info .btn[disabled].active,
fieldset[disabled] .traffic-info .btn.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.traffic-info .btn .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.traffic-info .btn.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.traffic-info .btn.more:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-info .btn.more:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-info .btn.more:before.pull-left {
  margin-right: .3em;
}
.traffic-info .btn.more:before.pull-right {
  margin-left: .3em;
}
.traffic-info .btn.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.traffic-info .btn.btn-secondary:hover,
.traffic-info .btn.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.traffic-info .btn:hover,
.traffic-info .btn:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.traffic-info .ti-filter-group,
.traffic-info .btn-group,
.traffic-info .text-right {
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .traffic-info .fav-button .btn-group {
    float: left !important;
  }
  .traffic-info .fav-button .pull-right > .dropdown-menu {
    right: auto;
  }
}
.traffic-info .list-toggle-area .btn-group {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .traffic-info .list-toggle-area .btn-group {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .traffic-info .list-toggle-area .btn-group {
    margin: 1em 0 0 0;
  }
}
.traffic-info .list-toggle-area .btn {
  border: none;
  background: #bdbcb9;
  color: #000;
  margin-left: 0;
  padding: 5px 12px;
}
.traffic-info .list-toggle-area .btn:hover,
.traffic-info .list-toggle-area .btn:focus {
  border: none;
}
.traffic-info .list-toggle-area .active {
  background: #9b2e34;
  color: #fff;
  position: relative;
}
.traffic-info .list-toggle-area .active:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.traffic-info .list-toggle-area .active:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-info .list-toggle-area .active:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-info .list-toggle-area .active:before.pull-left {
  margin-right: .3em;
}
.traffic-info .list-toggle-area .active:before.pull-right {
  margin-left: .3em;
}
@media screen and (min-width: 768px) {
  .traffic-info .search-wrap,
  .traffic-info .toggle-wrap {
    float: left;
  }
}
.traffic-info .fav-list li {
  margin-bottom: 1em;
}
.traffic-info .typeahead,
.traffic-info .twitter-typeahead {
  background-color: #fff;
  float: left;
}
.traffic-info .typeahead:focus {
  border: 2px solid #0097cf;
}
.traffic-info .tt-hint {
  color: #999;
  font-size: 12px;
  width: 160px;
  height: 30px;
  line-height: 1.42857;
  padding: 5px 10px;
}
.traffic-info .tt-dropdown-menu {
  width: 422px;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.traffic-info .tt-dropdown-menu h2 {
  display: none;
}
.traffic-info .tt-suggestion {
  padding: 3px 8px;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
}
.traffic-info .tt-query {
  width: 160px;
}
.traffic-info .tt-suggestion.tt-is-under-cursor {
  background-color: #dcdcdc;
}
.traffic-info .tt-suggestion p {
  margin: 0;
}
.traffic-info .gist {
  font-size: 14px;
}
.traffic-info .ti {
  background: #f2f2f2;
  padding: 11px;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: inset 0 0 5px #999999;
}
.traffic-info .ti h1 {
  font-size: 1.2em;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .traffic-info .ti-src-ferry {
    padding-top: 0;
  }
  .traffic-info .ti-src-ferry .form-group {
    text-align: left;
  }
}
.traffic-info .message-area {
  padding-top: 0.5em;
}
.traffic-info .panel-group {
  margin-bottom: 0;
}
.traffic-info .panel-group .panel {
  border-radius: 0;
  margin: 0 !important;
  box-shadow: none;
  border-bottom: none;
}
.traffic-info .panel-group .panel:last-child {
  border-bottom: solid 1px #dcdcdc;
}
.traffic-info .panel-group .panel-heading {
  background: transparent;
  padding: 0;
}
.traffic-info .panel-group .panel-heading h4 {
  font-size: 16px;
}
.traffic-info .panel-group .panel-heading a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  padding: 0.8em;
  display: block;
  background: #7d746b;
  color: #fff;
  text-decoration: none;
}
.traffic-info .panel-group .panel-heading a:hover {
  background: #6f675f;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="false"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f055";
}
.traffic-info .panel-group .panel-heading a[aria-expanded="false"]:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="false"]:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="false"]:before.pull-left {
  margin-right: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="false"]:before.pull-right {
  margin-left: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"] {
  background: #000000;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f056";
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"]:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"]:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"]:before.pull-left {
  margin-right: .3em;
}
.traffic-info .panel-group .panel-heading a[aria-expanded="true"]:before.pull-right {
  margin-left: .3em;
}
.traffic-info .panel-group .panel-body {
  border: none;
  padding: 1em;
}
.traffic-info .panel-group .panel-title a:before {
  padding-right: 5px;
}
.traffic-info .ti-list .ti-scroll-table {
  height: 350px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .traffic-info .ti-list .ti-list-inner .ti-list-header {
    margin-bottom: 1em;
  }
  .traffic-info .ti-list .ti-list-inner .ti-list-header > h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5em;
    white-space: nowrap;
  }
  .traffic-info .ti-list .ti-list-inner .ti-list-header > P {
    display: table-cell;
    padding-left: 1em;
    border-left: solid 1px #6f675f;
  }
}
.traffic-info .ti-list table a {
  text-decoration: underline;
}
.traffic-info .ti-list table a:hover,
.traffic-info .ti-list table a:focus {
  text-decoration: none;
}
.traffic-info .ti-list table tr.fade-row td {
  opacity: 0.5;
}
.traffic-info .ti-list .ti-time {
  padding-left: 10px;
}
.traffic-info .ti-list .ti-time {
  width: 160px;
}
.traffic-info .ti-list .ti-track {
  width: 30px;
}
.traffic-info .ti-list .ti-button {
  width: 80px;
}
.traffic-info .ti-list .new-time-row > td:first-child {
  position: relative;
}
.traffic-info .ti-list .new-time-row > td:first-child:before {
  content: "\00a0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  border-right: solid 1px #fff;
  background: #face00;
}
.traffic-info .ti-list .new-time {
  font-weight: bold;
}
.traffic-info .dropdown-menu-form li {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
.traffic-info .views {
  right: 0;
  left: auto;
}
.traffic-info .trafficinfoheader {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .traffic-info .nav-tabs a {
    padding: 5px 4px;
    font-size: 0.9em;
  }
}
.traffic-info .nav-tabs li.icon-tab {
  float: right;
}
.traffic-info .nav-tabs li.icon-tab a {
  background: transparent;
  padding-right: 0;
  color: #6f675f;
}
.traffic-info .nav-tabs li.icon-tab a i:before {
  font-size: 1.3em;
}
.traffic-info .nav-tabs li.icon-tab a:hover,
.traffic-info .nav-tabs li.icon-tab a:focus {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .traffic-info .nav-tabs li.icon-tab a {
    padding-bottom: 0;
  }
  .traffic-info .nav-tabs li.icon-tab a span {
    display: none;
  }
}
.traffic-info #countyList label,
.traffic-info #ti-messagetypes label {
  font-weight: normal;
  padding-left: 8px;
}
.traffic-info #countyList input[type="checkbox"],
.traffic-info #ti-messagetypes input[type="checkbox"] {
  position: static;
  margin-left: 0;
}
.traffic-info .ti-messages section {
  border-bottom: solid 1px #ddd;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
}
.traffic-info .ti-messages section:last-child {
  border: none;
}
.traffic-info .message-item {
  border-bottom: solid 1px #ddd;
  margin-bottom: 1.3em;
  padding-bottom: 1em;
}
.traffic-info .message-item:last-child {
  border: none;
  margin-bottom: 0;
}
.traffic-info .message-item h2 {
  margin-bottom: 0.3em;
}
.traffic-info .message-item h2:before {
  margin-right: 0.5em;
}
.traffic-info .message-item p {
  margin: 0 0 0.5em 0;
}
.traffic-info .map-popup .message-item {
  font-size: 12px;
  padding: 0.5em;
}
.traffic-info .map-popup .message-item h2 {
  font-size: 12px;
  font-weight: bold;
}
.traffic-info div[role=tabpanel].message-area button {
  color: #1e5c88;
  font-weight: normal;
  border-radius: 0;
  text-align: right;
}
.traffic-info div[role=tabpanel].message-area button:before {
  display: none;
}
.traffic-info div[role=tabpanel].message-area button:after {
  display: none;
}
.traffic-info div[role=tabpanel].message-area button,
.traffic-info div[role=tabpanel].message-area button:active,
.traffic-info div[role=tabpanel].message-area button.active,
.traffic-info div[role=tabpanel].message-area button[disabled],
fieldset[disabled] .traffic-info div[role=tabpanel].message-area button {
  background-color: transparent;
  box-shadow: none;
}
.traffic-info div[role=tabpanel].message-area button,
.traffic-info div[role=tabpanel].message-area button:hover,
.traffic-info div[role=tabpanel].message-area button:focus,
.traffic-info div[role=tabpanel].message-area button:active {
  border-color: transparent;
}
.traffic-info div[role=tabpanel].message-area button:hover,
.traffic-info div[role=tabpanel].message-area button:focus {
  color: #1e5c88;
  text-decoration: underline;
  background-color: transparent;
}
.traffic-info div[role=tabpanel].message-area button[disabled]:hover,
fieldset[disabled] .traffic-info div[role=tabpanel].message-area button:hover,
.traffic-info div[role=tabpanel].message-area button[disabled]:focus,
fieldset[disabled] .traffic-info div[role=tabpanel].message-area button:focus {
  color: #bdbcb9;
  text-decoration: none;
}
.traffic-info div[role=tabpanel].message-area button:before {
  display: none;
}
.traffic-info div[role=tabpanel].message-area button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 0.4em;
}
.traffic-info div[role=tabpanel].message-area button:after.fa-pull-left {
  margin-right: .3em;
}
.traffic-info div[role=tabpanel].message-area button:after.fa-pull-right {
  margin-left: .3em;
}
.traffic-info div[role=tabpanel].message-area button:after.pull-left {
  margin-right: .3em;
}
.traffic-info div[role=tabpanel].message-area button:after.pull-right {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  .traffic-info .btn-group.pull-right {
    padding-top: 0;
  }
}
.traffic-info .loader {
  left: 50%;
  position: absolute;
}
.ti-wrap {
  margin-bottom: 25px;
}
.ti-toggle-area .row {
  margin-left: -10px;
  margin-right: -10px;
}
.ti-toggle-area .image-wrap {
  padding: 0.5em 15px;
  background: #9b2e34;
}
@media screen and (max-width: 767px) {
  .ti-toggle-area .image-wrap {
    display: none;
  }
}
.ti-toggle-area .image-link {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .ti-toggle-area .image-link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ti-toggle-area .image-link {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .ti-toggle-area .image-link {
    float: left;
    width: 33.33333333%;
  }
}
.ti-toggle-area .image-link a {
  position: relative;
  display: block;
  color: #fff;
}
.ti-toggle-area .image-link a:hover {
  -webkit-transition: all ease-in-out 0.08s;
  transition: all ease-in-out 0.08s;
  -webkit-transition: all all ease-in-out 0.08s ease-out;
  transition: all all ease-in-out 0.08s ease-out;
}
.ti-toggle-area .image-link a:hover span {
  opacity: 1;
  bottom: 0;
}
.ti-toggle-area .image-link a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ti-toggle-area .image-link a span {
  background: #9b2e34;
  opacity: 0.8;
  position: absolute;
  bottom: 5px;
  width: 45px;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all ease-in-out 0.08s;
  transition: all ease-in-out 0.08s;
  -webkit-transition: all all ease-in-out 0.08s ease-out;
  transition: all all ease-in-out 0.08s ease-out;
}
.ti-toggle-area .image-link a span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
}
.ti-toggle-area .image-link a span:before.fa-pull-left {
  margin-right: .3em;
}
.ti-toggle-area .image-link a span:before.fa-pull-right {
  margin-left: .3em;
}
.ti-toggle-area .image-link a span:before.pull-left {
  margin-right: .3em;
}
.ti-toggle-area .image-link a span:before.pull-right {
  margin-left: .3em;
}
.ti-toggle-area > a.toggle-ti {
  padding: 0.5em 1em;
  display: block;
  background: #9b2e34;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.08s;
  transition: all ease-in-out 0.08s;
  -webkit-transition: all all ease-in-out 0.08s ease-out;
  transition: all all ease-in-out 0.08s ease-out;
}
.ti-toggle-area > a.toggle-ti:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  padding-right: 0.5em;
  font-size: 16px;
}
.ti-toggle-area > a.toggle-ti:before.fa-pull-left {
  margin-right: .3em;
}
.ti-toggle-area > a.toggle-ti:before.fa-pull-right {
  margin-left: .3em;
}
.ti-toggle-area > a.toggle-ti:before.pull-left {
  margin-right: .3em;
}
.ti-toggle-area > a.toggle-ti:before.pull-right {
  margin-left: .3em;
}
.ti-toggle-area > a.toggle-ti:not(.collapsed):before {
  content: "\f056";
}
.ti-toggle-area > a.toggle-ti.collapsed:before {
  content: "\f055";
}
.ti-toggle-area > a.toggle-ti:hover {
  background: #742227;
}
.ti-toggle-area > a.toggle-ti:hover:before {
  opacity: 1;
}
body.max-map {
  margin-top: 0;
}
body.max-map .head .container {
  position: static;
}
body.max-map .head .logo {
  top: 0px;
  max-width: 145px;
  left: 10px;
  top: 3px;
  z-index: 1010;
}
body.max-map .col-xs-12 {
  padding: 0;
  position: static;
  float: none;
}
body.max-map .btn-group {
  padding: 0;
}
body.max-map .content-first {
  position: static;
  height: 0;
  overflow: hidden;
}
body.max-map .traffic-info {
  background: #7391ad;
  position: absolute;
  top: 37px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
body.max-map .message-area,
body.max-map footer,
body.max-map .mobile-nav,
body.max-map .cookies,
body.max-map .global-nav,
body.max-map .content-secondary,
body.max-map .global-search-area {
  display: none;
}
body.max-map .block-content {
  padding: 0;
}
body.max-map .row {
  margin: 0;
}
body.max-map .ti-map-settings {
  position: absolute;
  z-index: 1001;
  top: 10px;
  left: 10px;
}
body.max-map .nav-tabs {
  display: none;
}
@media screen and (max-width: 767px) {
  body.max-map .btn-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
body.max-map .ti-src-ferry {
  width: auto !important;
  margin-top: 0.5em;
}
body.max-map .ti-src-ferry .form-group {
  display: inline-block;
  margin: 0;
}
body.max-map .ti-src-ferry .form-group input[type="search"] {
  background: #fff;
}
body.max-map .ferry-functions {
  width: auto;
  max-width: 100px;
}
body.max-map .olControlZoom {
  bottom: 50px;
  top: auto;
}
body.max-map .ti-map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
body.max-map .ol-map {
  height: 100% !important;
}
.form-holder {
  clear: both;
  padding: 1em 1em 0em 1em;
  margin-bottom: 1em;
  background: #f4f4f4;
}
.form-holder:before,
.form-holder:after {
  content: " ";
  display: table;
}
.form-holder:after {
  clear: both;
}
.form-holder .input-group-btn button[type="submit"] {
  margin-left: 8px !important;
}
.form-holder .row > div {
  margin-bottom: 1em;
}
.filter {
  padding: 0.8em;
  background: #dcdcdc;
}
.filter label {
  display: block;
}
.filter .form-group:not(:last-child) {
  padding-right: 1em;
}
@media screen and (max-width: 1199px) {
  .filter .form-group {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .filter .form-group {
    padding-bottom: 0;
  }
}
.filter .btn-group {
  padding-top: 1.8em;
}
@media screen and (max-width: 767px) {
  .filter .btn-group {
    padding-top: 0;
  }
}
.rss-list {
  border-top: solid 1px #bdbcb9;
  padding-top: 1em;
}
@media screen and (min-width: 1200px) {
  .rss-list {
    margin-top: 1em;
  }
}
.rss-list h2 {
  font-size: 16px;
  display: inline-block;
  margin: 0 0.5em 0  0;
  padding-right: 0.5em;
}
.rss-list h2:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09e";
  padding-right: 0.3em;
}
.rss-list h2:before.fa-pull-left {
  margin-right: .3em;
}
.rss-list h2:before.fa-pull-right {
  margin-left: .3em;
}
.rss-list h2:before.pull-left {
  margin-right: .3em;
}
.rss-list h2:before.pull-right {
  margin-left: .3em;
}
.rss-list ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: inline-block;
  margin-bottom: 0;
}
.rss-list ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 16.8px;
  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;
  font-size: 14px;
  font-weight: 600;
}
input[type="search"] {
  -ms-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.42857143;
  color: #6f675f;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6f675f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.form-control:focus {
  border-color: #9b2e34;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 46, 52, 0.6);
}
.form-control:focus {
  border-color: #6f675f;
  outline: 0;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dcdcdc;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 48px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio 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-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .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,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #000000;
}
.has-warning .form-control {
  border-color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #000000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #333333;
}
.has-warning .input-group-addon {
  color: #000000;
  border-color: #000000;
  background-color: #face00;
}
.has-warning .form-control-feedback {
  color: #000000;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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 ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .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: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@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;
  }
}
.mobile-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-nav {
    display: block;
    margin-top: 40px;
  }
  .mobile-nav > a {
    background: #fff;
  }
  .mobile-nav > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    margin-right: 0.5em;
    font-size: 1.4em;
  }
  .mobile-nav > a:before.fa-pull-left {
    margin-right: .3em;
  }
  .mobile-nav > a:before.fa-pull-right {
    margin-left: .3em;
  }
  .mobile-nav > a:before.pull-left {
    margin-right: .3em;
  }
  .mobile-nav > a:before.pull-right {
    margin-left: .3em;
  }
  .mobile-nav a {
    color: #000000;
    display: block;
    text-align: left;
    padding-left: 12px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 40px;
    line-height: 1.42857143;
    text-decoration: none;
  }
  .mobile-nav a:hover,
  .mobile-nav a:focus {
    background: #c8c8c8;
  }
  .mobile-nav > ul > li > a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    padding-right: 8px;
  }
  .mobile-nav > ul > li > a:before.fa-pull-left {
    margin-right: .3em;
  }
  .mobile-nav > ul > li > a:before.fa-pull-right {
    margin-left: .3em;
  }
  .mobile-nav > ul > li > a:before.pull-left {
    margin-right: .3em;
  }
  .mobile-nav > ul > li > a:before.pull-right {
    margin-left: .3em;
  }
  .mobile-nav > ul > li.open > a:before {
    content: "\f068";
  }
  .mobile-nav ul {
    padding: 0;
    margin: 0;
  }
  .mobile-nav ul,
  .mobile-nav ul li {
    list-style: none;
    position: relative;
  }
  .mobile-nav ul .nav-handle {
    text-decoration: none;
    width: 2.64706em;
    background: #6f675f;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    color: #fff;
  }
  .mobile-nav ul .nav-handle span {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-indent: 100%;
  }
  .mobile-nav ul .nav-handle:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    display: block;
    padding-top: 14px;
  }
  .mobile-nav ul .nav-handle:before.fa-pull-left {
    margin-right: .3em;
  }
  .mobile-nav ul .nav-handle:before.fa-pull-right {
    margin-left: .3em;
  }
  .mobile-nav ul .nav-handle:before.pull-left {
    margin-right: .3em;
  }
  .mobile-nav ul .nav-handle:before.pull-right {
    margin-left: .3em;
  }
  .mobile-nav ul .nav-handle.minus:before {
    content: "\f068";
  }
  .mobile-nav ul .nav-handle.plus:before {
    content: "\f067";
  }
  .mobile-nav ul > li {
    clear: both;
    display: block;
    border-top: solid 1px #bdbcb9;
    background: #fff;
  }
  .mobile-nav ul > li.tool {
    background: #9b2e34;
  }
  .mobile-nav ul > li.tool a {
    color: #fff;
  }
  .mobile-nav ul > li.tool a:hover,
  .mobile-nav ul > li.tool a:focus {
    color: #fff;
    background: #7c2529;
  }
  .mobile-nav ul > li.tool ul a {
    color: #000;
  }
  .mobile-nav ul > li.tool ul a:hover,
  .mobile-nav ul > li.tool ul a:focus {
    background: #c8c8c8;
    color: #000;
  }
  .mobile-nav ul > li.active > a:first-child {
    background: #000;
    color: #fff;
  }
  .mobile-nav ul li {
    background: #dcdcdc;
  }
  .mobile-nav ul li a {
    padding-left: 15px;
  }
  .mobile-nav ul li li {
    background: #fff;
  }
  .mobile-nav ul li li a {
    padding-left: 35px;
  }
  .mobile-nav ul li li li a {
    padding-left: 55px;
  }
  .mobile-nav ul li li li li a {
    padding-left: 75px;
  }
  .mobile-nav ul li li li li li a {
    padding-left: 95px;
  }
}
@font-face {
  font-family: "trv-icons";
  src: url("../fonts/trv-icons/fonts/trv-icons.eot");
  src: url("../fonts/trv-icons/fonts/trv-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/trv-icons/fonts/trv-icons.woff") format("woff"), url("../fonts/trv-icons/fonts/trv-icons.ttf") format("truetype"), url("../fonts/trv-icons/fonts/trv-icons.svg#addons-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "trv-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "trv-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "trv-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-phone:before {
  content: "d";
}
.icon-ext:before {
  content: "e";
}
.icon-right:before {
  content: "f";
}
.icon-link-arrow:before {
  content: "a";
}
.icon-globe:before {
  content: "b";
}
.icon-lock:before {
  content: "c";
}
.icon-unlock:before {
  content: "g";
}
.icon-forbidden:before {
  content: "i";
}
.icon-lock-1:before {
  content: "j";
}
.icon-ear:before {
  content: "h";
}
.icon-easy-read:before {
  content: "k";
}
.icon-fontawesome-webfont:before {
  content: "l";
}
.icon-a-z:before {
  content: "m";
}
.icon-ferry:before {
  content: "n";
}
.icon-car:before {
  content: "o";
}
.icon-road-work:before {
  content: "p";
}
.icon-letter-mail-1:before {
  content: "q";
}
.icon-phone-1:before {
  content: "r";
}
.icon-magnifying:before {
  content: "t";
}
.icon-tools:before {
  content: "s";
}
.icon-user:before {
  content: "u";
}
.icon-fontawesome-webfont-1:before {
  content: "v";
}
.icon-up:before {
  content: "w";
}
.icon-down:before {
  content: "x";
}
.icon-right-dir:before {
  content: "y";
}
.icon-minus:before {
  content: "z";
}
.icon-plus:before {
  content: "A";
}
.icon-facebook:before {
  content: "B";
}
.icon-twitter:before {
  content: "D";
}
.icon-google-plus-circle:before {
  content: "C";
}
.icon-image:before {
  content: "G";
}
.icon-film:before {
  content: "H";
}
.icon-doc:before {
  content: "I";
}
.icon-hand:before,
.icon-tspsymbol:before {
  content: "E";
}
.icon-arrow-circle-1-left:before {
  content: "F";
}
.icon-arrow-circle-1-right:before {
  content: "J";
}
.icon-fontawesome-webfont-4:before {
  content: "K";
}
.icon-linkedin-alt:before {
  content: "L";
}
.icon-fontawesome-webfont-5:before {
  content: "M";
}
.icon-fontawesome-webfont-6:before {
  content: "N";
}
.icon-help:before {
  content: "O";
}
.icon-fontawesome-webfont-7:before {
  content: "P";
}
.icon-fontawesome-webfont-8:before {
  content: "Q";
}
.icon-fontawesome-webfont-9:before {
  content: "R";
}
.icon-map:before {
  content: "S";
}
.icon-id-card:before {
  content: "T";
}
.icon-train-station:before {
  content: "U";
}
.icon-fontawesome-webfont-10:before {
  content: "V";
}
.icon-fontawesome-webfont-11:before {
  content: "W";
}
.icon-user-1:before {
  content: "X";
}
.icon-marker:before {
  content: "s";
}
.icon-compressed-zip-file:before {
  content: "L";
}
.icon-mobile:before {
  content: "d";
}
.icon-fontawesome-webfont:before {
  content: "l";
}
[data-icon=d]:before {
  font-size: 14px;
  height: 14px !important;
  overflow: hidden !important;
  vertical-align: middle;
}
.icon-fontawesome-webfont-10:before {
  content: "r";
}
.icon-fontawesome-webfont-10:before {
  content: "V";
}
.icon-phone-1:before {
  content: "Z";
}
.icon-fontawesome-webfont-10:before {
  content: "0";
}
.icon-en:before {
  content: "1";
}
.icon-fontawesome-webfont-13:before {
  content: "2";
}
.icon-fontawesome-webfont-14:before {
  content: "3";
}
.icon-fontawesome-webfont-15:before {
  content: "4";
}
.icon-bike:before {
  content: "5";
}
.icon-snow-weather:before {
  content: "6";
}
.icon-rastplats:before {
  content: "7";
}
.icon-flake:before {
  content: "9";
}
.icon-direction:before {
  content: "!";
}
.icon-stacked:before {
  content: "\"";
}
.icon-lattlast-en:before {
  content: "$";
}
.icon-a-z-en:before {
  content: "#";
}
.icon-car-train-50px:before {
  content: "%";
}
.icon-enreprenor-50px:before {
  content: "&";
}
.icon-europe-50px:before {
  content: "'";
}
.icon-farja-50px:before {
  content: "(";
}
.icon-film-50px:before {
  content: ")";
}
.icon-kamera-50px:before {
  content: "*";
}
.icon-railroad-50px:before {
  content: "+";
}
.icon-ratt-kort-50px:before {
  content: ",";
}
.icon-snowflake-50px:before {
  content: "-";
}
.icon-sun-cloud-50px:before {
  content: ".";
}
.icon-sverige50px:before {
  content: "/";
}
.icon-wait-50px:before {
  content: ":";
}
.icon-laugh:before {
  content: "\3c";
}
.icon-angry:before {
  content: "\3b";
}
.icon-sad:before {
  content: "\3d";
}
.icon-wow:before {
  content: "\3e";
}
.tablesorter th:hover {
  background: #bdbcb9;
}
.tablesorter .tablesorter-header {
  position: relative;
}
.tablesorter .tablesorter-header:hover {
  cursor: pointer;
}
.tablesorter .tablesorter-header div:before,
.tablesorter .tablesorter-headerDesc div:before,
.tablesorter .tablesorter-headerAsc div:before {
  position: absolute;
  right: 1px;
  top: 29%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tablesorter .tablesorter-header div:before.fa-pull-left,
.tablesorter .tablesorter-headerDesc div:before.fa-pull-left,
.tablesorter .tablesorter-headerAsc div:before.fa-pull-left {
  margin-right: .3em;
}
.tablesorter .tablesorter-header div:before.fa-pull-right,
.tablesorter .tablesorter-headerDesc div:before.fa-pull-right,
.tablesorter .tablesorter-headerAsc div:before.fa-pull-right {
  margin-left: .3em;
}
.tablesorter .tablesorter-header div:before.pull-left,
.tablesorter .tablesorter-headerDesc div:before.pull-left,
.tablesorter .tablesorter-headerAsc div:before.pull-left {
  margin-right: .3em;
}
.tablesorter .tablesorter-header div:before.pull-right,
.tablesorter .tablesorter-headerDesc div:before.pull-right,
.tablesorter .tablesorter-headerAsc div:before.pull-right {
  margin-left: .3em;
}
.tablesorter .tablesorter-header div:before {
  content: "\f0dc";
}
.tablesorter .tablesorter-headerDesc div:before {
  content: "\f0dd";
}
.tablesorter .tablesorter-headerAsc div:before {
  content: "\f0de";
}
.tablesorter th:last-child {
  width: 1px;
  padding-right: 15px;
  white-space: nowrap;
}
img.img-left,
img.ImgLeft,
img.imgleft {
  float: left;
  margin: 0.4em 0.8em 0.8em 0;
}
img.img-right,
img.ImgRight,
img.imgright {
  float: right;
  margin: 0.4em 0 0.8em 0.8em;
}
.modal-backdrop {
  z-index: 1039;
}
.modal .modal-title {
  font-size: 19px;
}
.modal-body {
  max-height: 500px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.modal-open {
  /*	left: 0;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%; */
}
.modal-fullscreen {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
}
body.fullscreen-test {
  padding-right: 0 !important;
}
body.fullscreen-test .modal {
  padding-right: 0 !important;
}
.survey h1 {
  font-weight: normal;
  font-size: 18px;
}
.survey .modal-body {
  padding-bottom: 0;
}
.survey legend {
  font-size: 16px;
  border-bottom: none;
  margin-bottom: 5px;
}
.survey .form-group {
  margin-top: 5px;
}
.survey .alert {
  margin-bottom: 0.5em;
}
/* Form Progress */
.progress-dots {
  width: auto;
  margin: 10px auto;
  text-align: center;
}
.progress-dots .circle,
.progress-dots .bar {
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress-dots .bar {
  position: relative;
  width: 40px;
  height: 6px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.progress-dots .circle .label {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 32px;
  margin-top: 3px;
  color: #b5b5ba;
  font-size: 17px;
}
.progress-dots .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
}
/* Done / Active */
.progress-dots .bar.done,
.progress-dots .circle.done {
  background: #eee;
}
.progress-dots .bar.done {
  background: #abc12b;
}
.progress-dots .bar.active {
  background: -webkit-linear-gradient(left, #eeeeee 40%, #ffffff 60%);
  background: linear-gradient(to right, #eeeeee 40%, #ffffff 60%);
}
.progress-dots .circle.done .label {
  color: #FFF;
  background: #abc12b;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress-dots .circle.done .title {
  color: #444;
}
.progress-dots .circle.active .label {
  color: #FFF;
  background: #007bb6;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.progress-dots .circle.active .title {
  color: #0c95be;
}
.form h2 {
  font-size: 1.3em;
  padding-bottom: 8px;
}
.modal-footer button {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button.focus,
.modal-footer button:active,
.modal-footer button.active,
.open > .dropdown-toggle.modal-footer button {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.modal-footer button:active,
.modal-footer button.active,
.open > .dropdown-toggle.modal-footer button {
  background-image: none;
}
.modal-footer button.disabled,
.modal-footer button[disabled],
fieldset[disabled] .modal-footer button,
.modal-footer button.disabled:hover,
.modal-footer button[disabled]:hover,
fieldset[disabled] .modal-footer button:hover,
.modal-footer button.disabled:focus,
.modal-footer button[disabled]:focus,
fieldset[disabled] .modal-footer button:focus,
.modal-footer button.disabled.focus,
.modal-footer button[disabled].focus,
fieldset[disabled] .modal-footer button.focus,
.modal-footer button.disabled:active,
.modal-footer button[disabled]:active,
fieldset[disabled] .modal-footer button:active,
.modal-footer button.disabled.active,
.modal-footer button[disabled].active,
fieldset[disabled] .modal-footer button.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.modal-footer button .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.modal-footer button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.modal-footer button.more:before.fa-pull-left {
  margin-right: .3em;
}
.modal-footer button.more:before.fa-pull-right {
  margin-left: .3em;
}
.modal-footer button.more:before.pull-left {
  margin-right: .3em;
}
.modal-footer button.more:before.pull-right {
  margin-left: .3em;
}
.modal-footer button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.modal-footer button.btn-secondary:hover,
.modal-footer button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.modal-footer button:hover,
.modal-footer button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.modal-footer button:focus,
.modal-footer button:active:focus,
.modal-footer button.active:focus,
.modal-footer button.focus,
.modal-footer button:active.focus,
.modal-footer button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button.focus {
  color: #ffffff;
  text-decoration: none;
}
.modal-footer button:active,
.modal-footer button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.modal-footer button.disabled,
.modal-footer button[disabled],
fieldset[disabled] .modal-footer button {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.modal-footer button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.modal-footer button.more:before.fa-pull-left {
  margin-right: .3em;
}
.modal-footer button.more:before.fa-pull-right {
  margin-left: .3em;
}
.modal-footer button.more:before.pull-left {
  margin-right: .3em;
}
.modal-footer button.more:before.pull-right {
  margin-left: .3em;
}
.modal-footer button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.modal-footer button.btn-secondary:hover,
.modal-footer button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.modal-footer button:hover,
.modal-footer button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
/* Phones - Landscape phones and down */
@media (min-width: 0px) and (max-width: 767px) {
  .progress-dots .bar {
    width: 10px;
  }
}
.x-forms {
  padding: 0.5em;
  background: #fff;
}
.x-forms table > tbody > tr:nth-of-type(odd),
.x-forms table > tbody > tr:nth-of-type(even) {
  background: #fff;
}
.x-forms table > tbody > tr:nth-of-type(odd) td,
.x-forms table > tbody > tr:nth-of-type(even) td {
  border: none;
  vertical-align: top;
}
.x-forms input[type="text"],
.x-forms select,
.x-forms textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #6f675f;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}
.x-forms input[type="text"]:focus,
.x-forms select:focus,
.x-forms textarea:focus {
  border-color: #9b2e34;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(155, 46, 52, 0.6);
}
.x-forms input[type="text"]:focus,
.x-forms select:focus,
.x-forms textarea:focus {
  border-color: #6f675f;
  outline: 0;
  box-shadow: none;
}
.x-forms input[type="text"]::-moz-placeholder,
.x-forms select::-moz-placeholder,
.x-forms textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.x-forms input[type="text"]:-ms-input-placeholder,
.x-forms select:-ms-input-placeholder,
.x-forms textarea:-ms-input-placeholder {
  color: #999999;
}
.x-forms input[type="text"]::-webkit-input-placeholder,
.x-forms select::-webkit-input-placeholder,
.x-forms textarea::-webkit-input-placeholder {
  color: #999999;
}
.x-forms input[type="text"][disabled],
.x-forms select[disabled],
.x-forms textarea[disabled],
.x-forms input[type="text"][readonly],
.x-forms select[readonly],
.x-forms textarea[readonly],
fieldset[disabled] .x-forms input[type="text"],
fieldset[disabled] .x-forms select,
fieldset[disabled] .x-forms textarea {
  cursor: not-allowed;
  background-color: #dcdcdc;
  opacity: 1;
}
textarea.x-forms input[type="text"],
textarea.x-forms select,
textarea.x-forms textarea {
  height: auto;
}
.x-forms textarea {
  height: auto;
}
@media screen and (max-width: 767px) {
  .re-captcha #rc-imageselect,
  .re-captcha .g-recaptcha {
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.image-gallery {
  /**************************
	*
	*	GENERAL
	*
	**************************/
  /**************************
	*
	*	COLORS & SKINS
	*
	**************************/
  /*AMBER SKIN*/
  /*ASH SKIN*/
  /*AZURE SKIN*/
  /*BEIGE SKIN*/
  /*BLACK SKIN*/
  /*BLUE SKIN*/
  /*BROWN SKIN*/
  /*BURGUNDY SKIN*/
  /*CHARCOAL SKIN*/
  /*CHOCOLATE SKIN*/
  /*COFFEE SKIN*/
  /*CYAN SKIN*/
  /*FUCHSIA SKIN*/
  /*GOLD SKIN*/
  /*GREEN SKIN*/
  /*GREY SKIN*/
  /*INDIGO SKIN*/
  /*KHAKI SKIN*/
  /*LIME SKIN*/
  /*MAGENTA SKIN*/
  /*MAROON SKIN*/
  /*ORANGE SKIN*/
  /*OLIVE SKIN*/
  /*PINK SKIN*/
  /*PISTACHIO SKIN*/
  /*PINK SKIN*/
  /*RED SKIN*/
  /*TANGERINE SKIN*/
  /*TURQUOISE SKIN*/
  /*VIOLET SKIN*/
  /*WHITE SKIN*/
  /*YELLOW SKIN*/
}
.image-gallery:before,
.image-gallery:after {
  content: " ";
  display: table;
}
.image-gallery:after {
  clear: both;
}
.image-gallery #back_to_camera {
  clear: both;
  display: block;
  height: 80px;
  line-height: 40px;
  padding: 20px;
}
.image-gallery .fluid_container {
  margin: 0 auto;
  max-width: 1000px;
}
.image-gallery .camera_wrap a,
.image-gallery .camera_wrap img,
.image-gallery .camera_wrap ol,
.image-gallery .camera_wrap ul,
.image-gallery .camera_wrap li,
.image-gallery .camera_wrap table,
.image-gallery .camera_wrap tbody,
.image-gallery .camera_wrap tfoot,
.image-gallery .camera_wrap thead,
.image-gallery .camera_wrap tr,
.image-gallery .camera_wrap th,
.image-gallery .camera_wrap td .camera_thumbs_wrap a,
.image-gallery .camera_thumbs_wrap img,
.image-gallery .camera_thumbs_wrap ol,
.image-gallery .camera_thumbs_wrap ul,
.image-gallery .camera_thumbs_wrap li,
.image-gallery .camera_thumbs_wrap table,
.image-gallery .camera_thumbs_wrap tbody,
.image-gallery .camera_thumbs_wrap tfoot,
.image-gallery .camera_thumbs_wrap thead,
.image-gallery .camera_thumbs_wrap tr,
.image-gallery .camera_thumbs_wrap th,
.image-gallery .camera_thumbs_wrap td {
  background: none;
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
}
.image-gallery .pix_thumb img {
  width: 110px;
  height: 80px;
}
.image-gallery .camera_wrap {
  display: none;
  float: left;
  position: relative;
  z-index: 0;
}
.image-gallery .camera_wrap img {
  max-width: none!important;
}
.image-gallery .camera_fakehover {
  height: 100%;
  min-height: 60px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.image-gallery .camera_wrap {
  width: 100%;
}
.image-gallery .camera_src {
  display: none;
}
.image-gallery .cameraCont,
.image-gallery .cameraContents {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.image-gallery .cameraSlide {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.image-gallery .cameraContent {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.image-gallery .camera_target {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 0;
}
.image-gallery .camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.image-gallery .camera_target_content {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.image-gallery .camera_target_content .camera_link {
  background: url(../images/blank.gif);
  display: block;
  height: 100%;
  text-decoration: none;
}
.image-gallery .camera_loader {
  background: #ffffff url(../images/gallery/camera-loader.gif) no-repeat center;
  background: rgba(255, 255, 255, 0.9) url(../images/gallery/camera-loader.gif) no-repeat center;
  border: 1px solid #ffffff;
  border-radius: 18px;
  height: 36px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  margin: -18px 0 0 -18px;
  top: 50%;
  width: 36px;
  z-index: 3;
}
.image-gallery .camera_bar {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.image-gallery .camera_thumbs_wrap.camera_left .camera_bar,
.image-gallery .camera_thumbs_wrap.camera_right .camera_bar {
  height: 100%;
  position: absolute;
  width: auto;
}
.image-gallery .camera_thumbs_wrap.camera_bottom .camera_bar,
.image-gallery .camera_thumbs_wrap.camera_top .camera_bar {
  height: auto;
  position: absolute;
  width: 100%;
}
.image-gallery .camera_nav_cont {
  height: 65px;
  overflow: hidden;
  position: absolute;
  right: 9px;
  top: 15px;
  width: 120px;
  z-index: 4;
}
.image-gallery .camera_caption {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
.image-gallery .camera_caption > div {
  padding: 10px 20px;
}
.image-gallery .camerarelative {
  overflow: hidden;
  position: relative;
}
.image-gallery .imgFake {
  cursor: pointer;
}
.image-gallery .camera_prevThumbs {
  bottom: 4px;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.image-gallery .camera_prevThumbs div {
  background: url(../images/gallery/camera_skins.png) no-repeat -160px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.image-gallery .camera_nextThumbs {
  bottom: 4px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 4px;
  visibility: hidden;
  width: 30px;
  z-index: 10;
}
.image-gallery .camera_nextThumbs div {
  background: url(../images/gallery/camera_skins.png) no-repeat -190px 0;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.image-gallery .camera_command_wrap .hideNav {
  display: none;
}
.image-gallery .camera_command_wrap {
  left: 0;
  position: relative;
  right: 0;
  z-index: 4;
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  width: 16px;
}
.image-gallery .camera_commands_emboss .camera_pag .camera_pag_ul li {
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li > span {
  border-radius: 5px;
  height: 8px;
  left: 4px;
  overflow: hidden;
  position: absolute;
  top: 4px;
  width: 8px;
}
.image-gallery .camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  box-shadow: 0;
}
.image-gallery .camera_pag_ul li img {
  display: none;
  position: absolute;
}
.image-gallery .camera_pag_ul .thumb_arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  top: 0;
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.image-gallery .camera_prev,
.image-gallery .camera_next,
.image-gallery .camera_commands {
  cursor: pointer;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 2;
}
.image-gallery .camera_prev {
  left: 0;
}
.image-gallery .camera_prev > span {
  background: url(../images/gallery/camera_skins.png) no-repeat 0 0;
  display: block;
  height: 40px;
  width: 40px;
}
.image-gallery .camera_next {
  right: 0;
}
.image-gallery .camera_next > span {
  background: url(../images/gallery/camera_skins.png) no-repeat -40px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.image-gallery .camera_commands {
  right: 41px;
}
.image-gallery .camera_commands > .camera_play {
  background: url(../images/gallery/camera_skins.png) no-repeat -80px 0;
  height: 40px;
  width: 40px;
}
.image-gallery .camera_commands > .camera_stop {
  background: url(../images/gallery/camera_skins.png) no-repeat -120px 0;
  display: block;
  height: 40px;
  width: 40px;
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li {
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 20px 5px;
  position: relative;
  text-indent: -9999px;
  width: 16px;
}
.image-gallery .camera_thumbs_cont {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.image-gallery .camera_commands_emboss .camera_thumbs_cont {
  box-shadow: 0px 1px 0px #ffffff, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.image-gallery .camera_thumbs_cont > div {
  float: left;
  width: 100%;
}
.image-gallery .camera_thumbs_cont ul {
  overflow: hidden;
  padding: 3px 4px 8px;
  position: relative;
  text-align: left;
}
.image-gallery .camera_thumbs_cont ul li {
  display: inline;
  padding: 0 4px;
}
.image-gallery .camera_thumbs_cont ul li > img {
  border: 1px solid;
  cursor: pointer;
  margin-top: 5px;
  vertical-align: bottom;
  display: inline;
}
.image-gallery .camera_clear {
  display: block;
  clear: both;
}
.image-gallery .showIt {
  display: none;
}
.image-gallery .camera_clear {
  clear: both;
  display: block;
  height: 1px;
  margin: -1px 0 25px;
  position: relative;
}
.image-gallery .pattern_1 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay1.png) repeat;
}
.image-gallery .pattern_2 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay2.png) repeat;
}
.image-gallery .pattern_3 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay3.png) repeat;
}
.image-gallery .pattern_4 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay4.png) repeat;
}
.image-gallery .pattern_5 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay5.png) repeat;
}
.image-gallery .pattern_6 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay6.png) repeat;
}
.image-gallery .pattern_7 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay7.png) repeat;
}
.image-gallery .pattern_8 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay8.png) repeat;
}
.image-gallery .pattern_9 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay9.png) repeat;
}
.image-gallery .pattern_10 .camera_overlayer {
  background: url(../images/gallery/patterns/overlay10.png) repeat;
}
.image-gallery .camera_caption {
  color: #fff;
}
.image-gallery .camera_caption > div {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
  background: #b7b7b7;
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
  background: #434648;
}
.image-gallery .camera_pag_ul li img {
  border: 4px solid #e6e6e6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
.image-gallery .camera_pag_ul .thumb_arrow {
  border-top-color: #e6e6e6;
}
.image-gallery .camera_prevThumbs,
.image-gallery .camera_nextThumbs,
.image-gallery .camera_prev,
.image-gallery .camera_next,
.image-gallery .camera_commands,
.image-gallery .camera_thumbs_cont {
  background: #d8d8d8;
  background: rgba(216, 216, 216, 0.85);
}
.image-gallery .camera_wrap .camera_pag .camera_pag_ul li {
  background: #b7b7b7;
}
.image-gallery .camera_thumbs_cont ul li > img {
  border-color: 1px solid #000;
}
.image-gallery .camera_amber_skin .camera_prevThumbs div {
  background-position: -160px -160px;
}
.image-gallery .camera_amber_skin .camera_nextThumbs div {
  background-position: -190px -160px;
}
.image-gallery .camera_amber_skin .camera_prev > span {
  background-position: 0 -160px;
}
.image-gallery .camera_amber_skin .camera_next > span {
  background-position: -40px -160px;
}
.image-gallery .camera_amber_skin .camera_commands > .camera_play {
  background-position: -80px -160px;
}
.image-gallery .camera_amber_skin .camera_commands > .camera_stop {
  background-position: -120px -160px;
}
.image-gallery .camera_ash_skin .camera_prevThumbs div {
  background-position: -160px -200px;
}
.image-gallery .camera_ash_skin .camera_nextThumbs div {
  background-position: -190px -200px;
}
.image-gallery .camera_ash_skin .camera_prev > span {
  background-position: 0 -200px;
}
.image-gallery .camera_ash_skin .camera_next > span {
  background-position: -40px -200px;
}
.image-gallery .camera_ash_skin .camera_commands > .camera_play {
  background-position: -80px -200px;
}
.image-gallery .camera_ash_skin .camera_commands > .camera_stop {
  background-position: -120px -200px;
}
.image-gallery .camera_azure_skin .camera_prevThumbs div {
  background-position: -160px -240px;
}
.image-gallery .camera_azure_skin .camera_nextThumbs div {
  background-position: -190px -240px;
}
.image-gallery .camera_azure_skin .camera_prev > span {
  background-position: 0 -240px;
}
.image-gallery .camera_azure_skin .camera_next > span {
  background-position: -40px -240px;
}
.image-gallery .camera_azure_skin .camera_commands > .camera_play {
  background-position: -80px -240px;
}
.image-gallery .camera_azure_skin .camera_commands > .camera_stop {
  background-position: -120px -240px;
}
.image-gallery .camera_beige_skin .camera_prevThumbs div {
  background-position: -160px -120px;
}
.image-gallery .camera_beige_skin .camera_nextThumbs div {
  background-position: -190px -120px;
}
.image-gallery .camera_beige_skin .camera_prev > span {
  background-position: 0 -120px;
}
.image-gallery .camera_beige_skin .camera_next > span {
  background-position: -40px -120px;
}
.image-gallery .camera_beige_skin .camera_commands > .camera_play {
  background-position: -80px -120px;
}
.image-gallery .camera_beige_skin .camera_commands > .camera_stop {
  background-position: -120px -120px;
}
.image-gallery .camera_black_skin .camera_prevThumbs div {
  background-position: -160px -40px;
}
.image-gallery .camera_black_skin .camera_nextThumbs div {
  background-position: -190px -40px;
}
.image-gallery .camera_black_skin .camera_prev > span {
  background-position: 0 -40px;
}
.image-gallery .camera_black_skin .camera_next > span {
  background-position: -40px -40px;
}
.image-gallery .camera_black_skin .camera_commands > .camera_play {
  background-position: -80px -40px;
}
.image-gallery .camera_black_skin .camera_commands > .camera_stop {
  background-position: -120px -40px;
}
.image-gallery .camera_blue_skin .camera_prevThumbs div {
  background-position: -160px -280px;
}
.image-gallery .camera_blue_skin .camera_nextThumbs div {
  background-position: -190px -280px;
}
.image-gallery .camera_blue_skin .camera_prev > span {
  background-position: 0 -280px;
}
.image-gallery .camera_blue_skin .camera_next > span {
  background-position: -40px -280px;
}
.image-gallery .camera_blue_skin .camera_commands > .camera_play {
  background-position: -80px -280px;
}
.image-gallery .camera_blue_skin .camera_commands > .camera_stop {
  background-position: -120px -280px;
}
.image-gallery .camera_brown_skin .camera_prevThumbs div {
  background-position: -160px -320px;
}
.image-gallery .camera_brown_skin .camera_nextThumbs div {
  background-position: -190px -320px;
}
.image-gallery .camera_brown_skin .camera_prev > span {
  background-position: 0 -320px;
}
.image-gallery .camera_brown_skin .camera_next > span {
  background-position: -40px -320px;
}
.image-gallery .camera_brown_skin .camera_commands > .camera_play {
  background-position: -80px -320px;
}
.image-gallery .camera_brown_skin .camera_commands > .camera_stop {
  background-position: -120px -320px;
}
.image-gallery .camera_burgundy_skin .camera_prevThumbs div {
  background-position: -160px -360px;
}
.image-gallery .camera_burgundy_skin .camera_nextThumbs div {
  background-position: -190px -360px;
}
.image-gallery .camera_burgundy_skin .camera_prev > span {
  background-position: 0 -360px;
}
.image-gallery .camera_burgundy_skin .camera_next > span {
  background-position: -40px -360px;
}
.image-gallery .camera_burgundy_skin .camera_commands > .camera_play {
  background-position: -80px -360px;
}
.image-gallery .camera_burgundy_skin .camera_commands > .camera_stop {
  background-position: -120px -360px;
}
.image-gallery .camera_charcoal_skin .camera_prevThumbs div {
  background-position: -160px -400px;
}
.image-gallery .camera_charcoal_skin .camera_nextThumbs div {
  background-position: -190px -400px;
}
.image-gallery .camera_charcoal_skin .camera_prev > span {
  background-position: 0 -400px;
}
.image-gallery .camera_charcoal_skin .camera_next > span {
  background-position: -40px -400px;
}
.image-gallery .camera_charcoal_skin .camera_commands > .camera_play {
  background-position: -80px -400px;
}
.image-gallery .camera_charcoal_skin .camera_commands > .camera_stop {
  background-position: -120px -400px;
}
.image-gallery .camera_chocolate_skin .camera_prevThumbs div {
  background-position: -160px -440px;
}
.image-gallery .camera_chocolate_skin .camera_nextThumbs div {
  background-position: -190px -440px;
}
.image-gallery .camera_chocolate_skin .camera_prev > span {
  background-position: 0 -440px;
}
.image-gallery .camera_chocolate_skin .camera_next > span {
  background-position: -40px -440px;
}
.image-gallery .camera_chocolate_skin .camera_commands > .camera_play {
  background-position: -80px -440px;
}
.image-gallery .camera_chocolate_skin .camera_commands > .camera_stop {
  background-position: -120px -440px;
}
.image-gallery .camera_coffee_skin .camera_prevThumbs div {
  background-position: -160px -480px;
}
.image-gallery .camera_coffee_skin .camera_nextThumbs div {
  background-position: -190px -480px;
}
.image-gallery .camera_coffee_skin .camera_prev > span {
  background-position: 0 -480px;
}
.image-gallery .camera_coffee_skin .camera_next > span {
  background-position: -40px -480px;
}
.image-gallery .camera_coffee_skin .camera_commands > .camera_play {
  background-position: -80px -480px;
}
.image-gallery .camera_coffee_skin .camera_commands > .camera_stop {
  background-position: -120px -480px;
}
.image-gallery .camera_cyan_skin .camera_prevThumbs div {
  background-position: -160px -520px;
}
.image-gallery .camera_cyan_skin .camera_nextThumbs div {
  background-position: -190px -520px;
}
.image-gallery .camera_cyan_skin .camera_prev > span {
  background-position: 0 -520px;
}
.image-gallery .camera_cyan_skin .camera_next > span {
  background-position: -40px -520px;
}
.image-gallery .camera_cyan_skin .camera_commands > .camera_play {
  background-position: -80px -520px;
}
.image-gallery .camera_cyan_skin .camera_commands > .camera_stop {
  background-position: -120px -520px;
}
.image-gallery .camera_fuchsia_skin .camera_prevThumbs div {
  background-position: -160px -560px;
}
.image-gallery .camera_fuchsia_skin .camera_nextThumbs div {
  background-position: -190px -560px;
}
.image-gallery .camera_fuchsia_skin .camera_prev > span {
  background-position: 0 -560px;
}
.image-gallery .camera_fuchsia_skin .camera_next > span {
  background-position: -40px -560px;
}
.image-gallery .camera_fuchsia_skin .camera_commands > .camera_play {
  background-position: -80px -560px;
}
.image-gallery .camera_fuchsia_skin .camera_commands > .camera_stop {
  background-position: -120px -560px;
}
.image-gallery .camera_gold_skin .camera_prevThumbs div {
  background-position: -160px -600px;
}
.image-gallery .camera_gold_skin .camera_nextThumbs div {
  background-position: -190px -600px;
}
.image-gallery .camera_gold_skin .camera_prev > span {
  background-position: 0 -600px;
}
.image-gallery .camera_gold_skin .camera_next > span {
  background-position: -40px -600px;
}
.image-gallery .camera_gold_skin .camera_commands > .camera_play {
  background-position: -80px -600px;
}
.image-gallery .camera_gold_skin .camera_commands > .camera_stop {
  background-position: -120px -600px;
}
.image-gallery .camera_green_skin .camera_prevThumbs div {
  background-position: -160px -640px;
}
.image-gallery .camera_green_skin .camera_nextThumbs div {
  background-position: -190px -640px;
}
.image-gallery .camera_green_skin .camera_prev > span {
  background-position: 0 -640px;
}
.image-gallery .camera_green_skin .camera_next > span {
  background-position: -40px -640px;
}
.image-gallery .camera_green_skin .camera_commands > .camera_play {
  background-position: -80px -640px;
}
.image-gallery .camera_green_skin .camera_commands > .camera_stop {
  background-position: -120px -640px;
}
.image-gallery .camera_grey_skin .camera_prevThumbs div {
  background-position: -160px -680px;
}
.image-gallery .camera_grey_skin .camera_nextThumbs div {
  background-position: -190px -680px;
}
.image-gallery .camera_grey_skin .camera_prev > span {
  background-position: 0 -680px;
}
.image-gallery .camera_grey_skin .camera_next > span {
  background-position: -40px -680px;
}
.image-gallery .camera_grey_skin .camera_commands > .camera_play {
  background-position: -80px -680px;
}
.image-gallery .camera_grey_skin .camera_commands > .camera_stop {
  background-position: -120px -680px;
}
.image-gallery .camera_indigo_skin .camera_prevThumbs div {
  background-position: -160px -720px;
}
.image-gallery .camera_indigo_skin .camera_nextThumbs div {
  background-position: -190px -720px;
}
.image-gallery .camera_indigo_skin .camera_prev > span {
  background-position: 0 -720px;
}
.image-gallery .camera_indigo_skin .camera_next > span {
  background-position: -40px -720px;
}
.image-gallery .camera_indigo_skin .camera_commands > .camera_play {
  background-position: -80px -720px;
}
.image-gallery .camera_indigo_skin .camera_commands > .camera_stop {
  background-position: -120px -720px;
}
.image-gallery .camera_khaki_skin .camera_prevThumbs div {
  background-position: -160px -760px;
}
.image-gallery .camera_khaki_skin .camera_nextThumbs div {
  background-position: -190px -760px;
}
.image-gallery .camera_khaki_skin .camera_prev > span {
  background-position: 0 -760px;
}
.image-gallery .camera_khaki_skin .camera_next > span {
  background-position: -40px -760px;
}
.image-gallery .camera_khaki_skin .camera_commands > .camera_play {
  background-position: -80px -760px;
}
.image-gallery .camera_khaki_skin .camera_commands > .camera_stop {
  background-position: -120px -760px;
}
.image-gallery .camera_lime_skin .camera_prevThumbs div {
  background-position: -160px -800px;
}
.image-gallery .camera_lime_skin .camera_nextThumbs div {
  background-position: -190px -800px;
}
.image-gallery .camera_lime_skin .camera_prev > span {
  background-position: 0 -800px;
}
.image-gallery .camera_lime_skin .camera_next > span {
  background-position: -40px -800px;
}
.image-gallery .camera_lime_skin .camera_commands > .camera_play {
  background-position: -80px -800px;
}
.image-gallery .camera_lime_skin .camera_commands > .camera_stop {
  background-position: -120px -800px;
}
.image-gallery .camera_magenta_skin .camera_prevThumbs div {
  background-position: -160px -840px;
}
.image-gallery .camera_magenta_skin .camera_nextThumbs div {
  background-position: -190px -840px;
}
.image-gallery .camera_magenta_skin .camera_prev > span {
  background-position: 0 -840px;
}
.image-gallery .camera_magenta_skin .camera_next > span {
  background-position: -40px -840px;
}
.image-gallery .camera_magenta_skin .camera_commands > .camera_play {
  background-position: -80px -840px;
}
.image-gallery .camera_magenta_skin .camera_commands > .camera_stop {
  background-position: -120px -840px;
}
.image-gallery .camera_maroon_skin .camera_prevThumbs div {
  background-position: -160px -880px;
}
.image-gallery .camera_maroon_skin .camera_nextThumbs div {
  background-position: -190px -880px;
}
.image-gallery .camera_maroon_skin .camera_prev > span {
  background-position: 0 -880px;
}
.image-gallery .camera_maroon_skin .camera_next > span {
  background-position: -40px -880px;
}
.image-gallery .camera_maroon_skin .camera_commands > .camera_play {
  background-position: -80px -880px;
}
.image-gallery .camera_maroon_skin .camera_commands > .camera_stop {
  background-position: -120px -880px;
}
.image-gallery .camera_orange_skin .camera_prevThumbs div {
  background-position: -160px -920px;
}
.image-gallery .camera_orange_skin .camera_nextThumbs div {
  background-position: -190px -920px;
}
.image-gallery .camera_orange_skin .camera_prev > span {
  background-position: 0 -920px;
}
.image-gallery .camera_orange_skin .camera_next > span {
  background-position: -40px -920px;
}
.image-gallery .camera_orange_skin .camera_commands > .camera_play {
  background-position: -80px -920px;
}
.image-gallery .camera_orange_skin .camera_commands > .camera_stop {
  background-position: -120px -920px;
}
.image-gallery .camera_olive_skin .camera_prevThumbs div {
  background-position: -160px -1080px;
}
.image-gallery .camera_olive_skin .camera_nextThumbs div {
  background-position: -190px -1080px;
}
.image-gallery .camera_olive_skin .camera_prev > span {
  background-position: 0 -1080px;
}
.image-gallery .camera_olive_skin .camera_next > span {
  background-position: -40px -1080px;
}
.image-gallery .camera_olive_skin .camera_commands > .camera_play {
  background-position: -80px -1080px;
}
.image-gallery .camera_olive_skin .camera_commands > .camera_stop {
  background-position: -120px -1080px;
}
.image-gallery .camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -960px;
}
.image-gallery .camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -960px;
}
.image-gallery .camera_pink_skin .camera_prev > span {
  background-position: 0 -960px;
}
.image-gallery .camera_pink_skin .camera_next > span {
  background-position: -40px -960px;
}
.image-gallery .camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -960px;
}
.image-gallery .camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -960px;
}
.image-gallery .camera_pistachio_skin .camera_prevThumbs div {
  background-position: -160px -1040px;
}
.image-gallery .camera_pistachio_skin .camera_nextThumbs div {
  background-position: -190px -1040px;
}
.image-gallery .camera_pistachio_skin .camera_prev > span {
  background-position: 0 -1040px;
}
.image-gallery .camera_pistachio_skin .camera_next > span {
  background-position: -40px -1040px;
}
.image-gallery .camera_pistachio_skin .camera_commands > .camera_play {
  background-position: -80px -1040px;
}
.image-gallery .camera_pistachio_skin .camera_commands > .camera_stop {
  background-position: -120px -1040px;
}
.image-gallery .camera_pink_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.image-gallery .camera_pink_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.image-gallery .camera_pink_skin .camera_prev > span {
  background-position: 0 -80px;
}
.image-gallery .camera_pink_skin .camera_next > span {
  background-position: -40px -80px;
}
.image-gallery .camera_pink_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.image-gallery .camera_pink_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
.image-gallery .camera_red_skin .camera_prevThumbs div {
  background-position: -160px -1000px;
}
.image-gallery .camera_red_skin .camera_nextThumbs div {
  background-position: -190px -1000px;
}
.image-gallery .camera_red_skin .camera_prev > span {
  background-position: 0 -1000px;
}
.image-gallery .camera_red_skin .camera_next > span {
  background-position: -40px -1000px;
}
.image-gallery .camera_red_skin .camera_commands > .camera_play {
  background-position: -80px -1000px;
}
.image-gallery .camera_red_skin .camera_commands > .camera_stop {
  background-position: -120px -1000px;
}
.image-gallery .camera_tangerine_skin .camera_prevThumbs div {
  background-position: -160px -1120px;
}
.image-gallery .camera_tangerine_skin .camera_nextThumbs div {
  background-position: -190px -1120px;
}
.image-gallery .camera_tangerine_skin .camera_prev > span {
  background-position: 0 -1120px;
}
.image-gallery .camera_tangerine_skin .camera_next > span {
  background-position: -40px -1120px;
}
.image-gallery .camera_tangerine_skin .camera_commands > .camera_play {
  background-position: -80px -1120px;
}
.image-gallery .camera_tangerine_skin .camera_commands > .camera_stop {
  background-position: -120px -1120px;
}
.image-gallery .camera_turquoise_skin .camera_prevThumbs div {
  background-position: -160px -1160px;
}
.image-gallery .camera_turquoise_skin .camera_nextThumbs div {
  background-position: -190px -1160px;
}
.image-gallery .camera_turquoise_skin .camera_prev > span {
  background-position: 0 -1160px;
}
.image-gallery .camera_turquoise_skin .camera_next > span {
  background-position: -40px -1160px;
}
.image-gallery .camera_turquoise_skin .camera_commands > .camera_play {
  background-position: -80px -1160px;
}
.image-gallery .camera_turquoise_skin .camera_commands > .camera_stop {
  background-position: -120px -1160px;
}
.image-gallery .camera_violet_skin .camera_prevThumbs div {
  background-position: -160px -1200px;
}
.image-gallery .camera_violet_skin .camera_nextThumbs div {
  background-position: -190px -1200px;
}
.image-gallery .camera_violet_skin .camera_prev > span {
  background-position: 0 -1200px;
}
.image-gallery .camera_violet_skin .camera_next > span {
  background-position: -40px -1200px;
}
.image-gallery .camera_violet_skin .camera_commands > .camera_play {
  background-position: -80px -1200px;
}
.image-gallery .camera_violet_skin .camera_commands > .camera_stop {
  background-position: -120px -1200px;
}
.image-gallery .camera_white_skin .camera_prevThumbs div {
  background-position: -160px -80px;
}
.image-gallery .camera_white_skin .camera_nextThumbs div {
  background-position: -190px -80px;
}
.image-gallery .camera_white_skin .camera_prev > span {
  background-position: 0 -80px;
}
.image-gallery .camera_white_skin .camera_next > span {
  background-position: -40px -80px;
}
.image-gallery .camera_white_skin .camera_commands > .camera_play {
  background-position: -80px -80px;
}
.image-gallery .camera_white_skin .camera_commands > .camera_stop {
  background-position: -120px -80px;
}
.image-gallery .camera_yellow_skin .camera_prevThumbs div {
  background-position: -160px -1240px;
}
.image-gallery .camera_yellow_skin .camera_nextThumbs div {
  background-position: -190px -1240px;
}
.image-gallery .camera_yellow_skin .camera_prev > span {
  background-position: 0 -1240px;
}
.image-gallery .camera_yellow_skin .camera_next > span {
  background-position: -40px -1240px;
}
.image-gallery .camera_yellow_skin .camera_commands > .camera_play {
  background-position: -80px -1240px;
}
.image-gallery .camera_yellow_skin .camera_commands > .camera_stop {
  background-position: -120px -1240px;
}
.image-gallery .camera_caption a:link,
.image-gallery a:visited {
  color: #fff;
  text-decoration: underline;
}
body > header .tt-dataset:before,
.traffic-info-page .tt-dataset:before,
body > header .tt-dataset:after,
.traffic-info-page .tt-dataset:after {
  content: " ";
  display: table;
}
body > header .tt-dataset:after,
.traffic-info-page .tt-dataset:after {
  clear: both;
}
body > header .twitter-typeahead,
.traffic-info-page .twitter-typeahead {
  z-index: 100;
  display: block !important;
}
body > header .twitter-typeahead .tt-menu,
.traffic-info-page .twitter-typeahead .tt-menu {
  position: absolute;
  top: 95%;
  left: 2.5%;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.26);
  z-index: 10;
}
@media screen and (min-width: 992px) {
  body > header .twitter-typeahead .tt-menu,
  .traffic-info-page .twitter-typeahead .tt-menu {
    width: 100%;
  }
}
body > header .twitter-typeahead .tt-menu h3,
.traffic-info-page .twitter-typeahead .tt-menu h3 {
  padding: 0.5em;
  font-size: 14px;
  color: #fff;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets h3,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets h3 {
  background: #34491a;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before,
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before {
  margin-right: 0.3em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-size: 15px;
  top: 0.6em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.fa-pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.fa-pull-left,
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.fa-pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.fa-pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.fa-pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.fa-pull-right,
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.fa-pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.fa-pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.pull-left,
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="http://"] span.heading:before.pull-right,
body > header .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-bestbets a[href^="https://"] span.heading:before.pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch h3,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch h3 {
  background: #1e5c88;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a {
  text-decoration: underline;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:hover,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:hover,
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:focus,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:focus {
  text-decoration: none;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before {
  margin-right: 0.3em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-size: 15px;
  top: 0.6em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.fa-pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.fa-pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.fa-pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.fa-pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.pull-left,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.pull-right,
.traffic-info-page .twitter-typeahead .tt-menu .tt-dataset-findSearch a:before.pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .tt-menu .tt-suggestion,
.traffic-info-page .twitter-typeahead .tt-menu .tt-suggestion {
  margin-bottom: 0.2em;
  padding: .6rem 1.8rem;
}
body > header .twitter-typeahead .tt-menu .is-active a,
.traffic-info-page .twitter-typeahead .tt-menu .is-active a,
body > header .twitter-typeahead .tt-menu .tt-cursor a,
.traffic-info-page .twitter-typeahead .tt-menu .tt-cursor a {
  background: #dcdcdc;
  text-decoration: none;
  color: #1e5c88;
}
body > header .twitter-typeahead a,
.traffic-info-page .twitter-typeahead a {
  position: inherit;
  font-size: 14px;
  text-align: left;
  line-height: inherit;
  display: block;
  width: auto;
  padding: 0.4em;
  bottom: auto;
  right: auto;
}
body > header .twitter-typeahead a span,
.traffic-info-page .twitter-typeahead a span {
  display: block;
}
body > header .twitter-typeahead a span.heading,
.traffic-info-page .twitter-typeahead a span.heading {
  text-decoration: underline;
}
body > header .twitter-typeahead a:hover,
.traffic-info-page .twitter-typeahead a:hover,
body > header .twitter-typeahead a:focus,
.traffic-info-page .twitter-typeahead a:focus {
  background: #dcdcdc;
  text-decoration: none;
  color: #1e5c88;
}
body > header .twitter-typeahead a:hover span.heading,
.traffic-info-page .twitter-typeahead a:hover span.heading,
body > header .twitter-typeahead a:focus span.heading,
.traffic-info-page .twitter-typeahead a:focus span.heading {
  text-decoration: none;
}
body > header .twitter-typeahead .link-list,
.traffic-info-page .twitter-typeahead .link-list {
  padding: 0 !important;
  margin-bottom: 2em;
}
body > header .twitter-typeahead .show-all,
.traffic-info-page .twitter-typeahead .show-all {
  clear: both;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: static;
}
body > header .twitter-typeahead .show-all:hover,
.traffic-info-page .twitter-typeahead .show-all:hover,
body > header .twitter-typeahead .show-all:focus,
.traffic-info-page .twitter-typeahead .show-all:focus,
body > header .twitter-typeahead .show-all.focus,
.traffic-info-page .twitter-typeahead .show-all.focus,
body > header .twitter-typeahead .show-all:active,
.traffic-info-page .twitter-typeahead .show-all:active,
body > header .twitter-typeahead .show-all.active,
.traffic-info-page .twitter-typeahead .show-all.active,
.open > .dropdown-togglebody > header .twitter-typeahead .show-all,
.open > .dropdown-toggle.traffic-info-page .twitter-typeahead .show-all {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
body > header .twitter-typeahead .show-all:active,
.traffic-info-page .twitter-typeahead .show-all:active,
body > header .twitter-typeahead .show-all.active,
.traffic-info-page .twitter-typeahead .show-all.active,
.open > .dropdown-togglebody > header .twitter-typeahead .show-all,
.open > .dropdown-toggle.traffic-info-page .twitter-typeahead .show-all {
  background-image: none;
}
body > header .twitter-typeahead .show-all.disabled,
.traffic-info-page .twitter-typeahead .show-all.disabled,
body > header .twitter-typeahead .show-all[disabled],
.traffic-info-page .twitter-typeahead .show-all[disabled],
fieldset[disabled] body > header .twitter-typeahead .show-all,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all,
body > header .twitter-typeahead .show-all.disabled:hover,
.traffic-info-page .twitter-typeahead .show-all.disabled:hover,
body > header .twitter-typeahead .show-all[disabled]:hover,
.traffic-info-page .twitter-typeahead .show-all[disabled]:hover,
fieldset[disabled] body > header .twitter-typeahead .show-all:hover,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all:hover,
body > header .twitter-typeahead .show-all.disabled:focus,
.traffic-info-page .twitter-typeahead .show-all.disabled:focus,
body > header .twitter-typeahead .show-all[disabled]:focus,
.traffic-info-page .twitter-typeahead .show-all[disabled]:focus,
fieldset[disabled] body > header .twitter-typeahead .show-all:focus,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all:focus,
body > header .twitter-typeahead .show-all.disabled.focus,
.traffic-info-page .twitter-typeahead .show-all.disabled.focus,
body > header .twitter-typeahead .show-all[disabled].focus,
.traffic-info-page .twitter-typeahead .show-all[disabled].focus,
fieldset[disabled] body > header .twitter-typeahead .show-all.focus,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all.focus,
body > header .twitter-typeahead .show-all.disabled:active,
.traffic-info-page .twitter-typeahead .show-all.disabled:active,
body > header .twitter-typeahead .show-all[disabled]:active,
.traffic-info-page .twitter-typeahead .show-all[disabled]:active,
fieldset[disabled] body > header .twitter-typeahead .show-all:active,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all:active,
body > header .twitter-typeahead .show-all.disabled.active,
.traffic-info-page .twitter-typeahead .show-all.disabled.active,
body > header .twitter-typeahead .show-all[disabled].active,
.traffic-info-page .twitter-typeahead .show-all[disabled].active,
fieldset[disabled] body > header .twitter-typeahead .show-all.active,
fieldset[disabled] .traffic-info-page .twitter-typeahead .show-all.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
body > header .twitter-typeahead .show-all .badge,
.traffic-info-page .twitter-typeahead .show-all .badge {
  color: #6f675f;
  background-color: #ffffff;
}
body > header .twitter-typeahead .show-all.more:before,
.traffic-info-page .twitter-typeahead .show-all.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
body > header .twitter-typeahead .show-all.more:before.fa-pull-left,
.traffic-info-page .twitter-typeahead .show-all.more:before.fa-pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .show-all.more:before.fa-pull-right,
.traffic-info-page .twitter-typeahead .show-all.more:before.fa-pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .show-all.more:before.pull-left,
.traffic-info-page .twitter-typeahead .show-all.more:before.pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .show-all.more:before.pull-right,
.traffic-info-page .twitter-typeahead .show-all.more:before.pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .show-all.btn-secondary,
.traffic-info-page .twitter-typeahead .show-all.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
body > header .twitter-typeahead .show-all.btn-secondary:hover,
.traffic-info-page .twitter-typeahead .show-all.btn-secondary:hover,
body > header .twitter-typeahead .show-all.btn-secondary:focus,
.traffic-info-page .twitter-typeahead .show-all.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
body > header .twitter-typeahead .show-all:hover,
.traffic-info-page .twitter-typeahead .show-all:hover,
body > header .twitter-typeahead .show-all:focus,
.traffic-info-page .twitter-typeahead .show-all:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
body > header .twitter-typeahead .show-all:after,
.traffic-info-page .twitter-typeahead .show-all:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 0.4em;
}
body > header .twitter-typeahead .show-all:after.fa-pull-left,
.traffic-info-page .twitter-typeahead .show-all:after.fa-pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .show-all:after.fa-pull-right,
.traffic-info-page .twitter-typeahead .show-all:after.fa-pull-right {
  margin-left: .3em;
}
body > header .twitter-typeahead .show-all:after.pull-left,
.traffic-info-page .twitter-typeahead .show-all:after.pull-left {
  margin-right: .3em;
}
body > header .twitter-typeahead .show-all:after.pull-right,
.traffic-info-page .twitter-typeahead .show-all:after.pull-right {
  margin-left: .3em;
}
.tt-menu {
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px #999999;
  min-width: 160px;
  width: 100%;
}
.tt-menu h2 {
  display: none;
}
.tt-menu .tt-cursor {
  background: #dcdcdc;
}
body > header .league-name {
  margin: 1rem 1rem 0 1rem;
}
body > header .global-search-area {
  z-index: 1010;
}
body > header .global-search-area .tt-menu {
  top: 47px !important;
}
body > header .global-search-area .tt-menu .tt-suggestion,
body > header .global-search-area .tt-menu .tt-selectable {
  padding: .5rem 1rem;
}
body > header .global-search-area .tt-menu .tt-suggestion {
  margin-bottom: 0;
}
body > header .global-search-area .tt-menu .show-all {
  margin: 0 1rem 1rem 1rem;
}
body.traffic-info-page .container {
  max-width: 1000px;
}
body.traffic-info-page footer {
  border-top: solid 1px #dcdcdc;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.traffic-info-page footer .logo {
  width: 163px;
  height: 33px;
  overflow: hidden;
}
body.traffic-info-page footer .logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 163px;
}
body.traffic-info-page footer .help {
  margin-right: 1em;
}
body.traffic-info-page footer .goto-top:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f077";
  font-size: 1.5em;
  color: #bdbcb9;
  padding: .2em;
  display: inline-block;
  cursor: pointer;
}
body.traffic-info-page footer .goto-top:before.fa-pull-left {
  margin-right: .3em;
}
body.traffic-info-page footer .goto-top:before.fa-pull-right {
  margin-left: .3em;
}
body.traffic-info-page footer .goto-top:before.pull-left {
  margin-right: .3em;
}
body.traffic-info-page footer .goto-top:before.pull-right {
  margin-left: .3em;
}
body.traffic-info-page footer .goto-top:hover:before,
body.traffic-info-page footer .goto-top:focus:before {
  color: #6f675f;
}
body.traffic-info-page .table-hover > tbody > tr:hover {
  cursor: pointer;
}
.road-stat-1 {
  color: #046224;
}
.road-stat-2 {
  color: #fcfe05;
}
.road-stat-3 {
  color: #fc0204;
}
.road-stat-4 {
  color: #5507fd;
}
.road-stat-5 {
  color: #000000;
}
.map-message.road-stat {
  border-left: none;
}
.map-message.road-stat .severity-badge {
  background-color: #6f675f;
}
.traffic-info-area .traffic-header .head {
  height: auto;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.25);
}
.traffic-info-area .traffic-header .head .head-items {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
}
.traffic-info-area .traffic-header .head .head-items .close-btn {
  color: #6f675f;
}
.traffic-info-area .traffic-header .head .head-items .close-btn:after {
  padding-left: 0.3em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
}
.traffic-info-area .traffic-header .head .head-items .close-btn:after.fa-pull-left {
  margin-right: .3em;
}
.traffic-info-area .traffic-header .head .head-items .close-btn:after.fa-pull-right {
  margin-left: .3em;
}
.traffic-info-area .traffic-header .head .head-items .close-btn:after.pull-left {
  margin-right: .3em;
}
.traffic-info-area .traffic-header .head .head-items .close-btn:after.pull-right {
  margin-left: .3em;
}
.traffic-info-area .traffic-header .head:after {
  height: 1px;
  bottom: -0.6px;
}
.traffic-info-area .traffic-header .head .logo {
  top: auto;
  position: relative;
  margin-top: 0.8em;
}
.traffic-info-area .traffic-header .head .logo img {
  width: 160px;
}
.traffic-info-area .traffic-header .head .logo:after {
  content: " ";
  display: block;
  position: absolute;
  left: -2.1px;
  right: 0;
  width: 43px;
  height: 41.4px;
  background: #fff;
  border-radius: 19.5px;
  z-index: 0;
  clip: rect(33.5px, 41px, 48px, 3px);
  pointer-events: none;
  border-bottom: solid 1px #ea483c;
  top: 5.6px;
}
.traffic-info-area h1 {
  margin-top: 1em;
}
.traffic-info-area h1 .train-id {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.traffic-message-filter {
  margin-bottom: 2em;
}
.traffic-message-filter .alert {
  margin: 1em 0 0 0;
  font-size: 14px;
}
.traffic-messages .traffic-messages-toggle {
  background: #9b2e34;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3em;
}
.traffic-messages .traffic-messages-toggle h2 {
  margin: 0;
  font-size: 14px;
  margin: 0 2em 0 0.8em;
  font-weight: 600;
}
.traffic-messages .traffic-messages-toggle button {
  color: #1e5c88;
  font-weight: normal;
  border-radius: 0;
  color: #fff;
  padding: .3em 0;
  margin-right: 1em;
}
.traffic-messages .traffic-messages-toggle button,
.traffic-messages .traffic-messages-toggle button:active,
.traffic-messages .traffic-messages-toggle button.active,
.traffic-messages .traffic-messages-toggle button[disabled],
fieldset[disabled] .traffic-messages .traffic-messages-toggle button {
  background-color: transparent;
  box-shadow: none;
}
.traffic-messages .traffic-messages-toggle button,
.traffic-messages .traffic-messages-toggle button:hover,
.traffic-messages .traffic-messages-toggle button:focus,
.traffic-messages .traffic-messages-toggle button:active {
  border-color: transparent;
}
.traffic-messages .traffic-messages-toggle button:hover,
.traffic-messages .traffic-messages-toggle button:focus {
  color: #1e5c88;
  text-decoration: underline;
  background-color: transparent;
}
.traffic-messages .traffic-messages-toggle button[disabled]:hover,
fieldset[disabled] .traffic-messages .traffic-messages-toggle button:hover,
.traffic-messages .traffic-messages-toggle button[disabled]:focus,
fieldset[disabled] .traffic-messages .traffic-messages-toggle button:focus {
  color: #bdbcb9;
  text-decoration: none;
}
.traffic-messages .traffic-messages-toggle button:hover,
.traffic-messages .traffic-messages-toggle button:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 0.4);
  outline: none;
}
.traffic-messages .traffic-messages-toggle button .badge {
  display: inline-block;
  min-width: 16.2px;
  padding: 4px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: text-bottom;
  white-space: nowrap;
  text-align: center;
  border-radius: 16px;
  min-height: 16.1px;
  background: #fff;
  color: #000000;
  font-size: 9px;
  vertical-align: super;
}
.traffic-messages .traffic-messages-toggle button.active {
  box-shadow: inset 0 -3px 0 0 rgba(255, 255, 255, 0.8);
}
.traffic-messages--county {
  background: #fff;
}
.traffic-messages--county > h2 {
  font-size: 16px;
  color: #fff;
  padding: 8px 10px;
  margin: 0;
  background: #9b2e34;
}
.traffic-messages--county .nav-tabs {
  border-bottom: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.traffic-messages--county .nav-tabs li {
  float: none;
}
.traffic-messages--county .nav-tabs > li > a {
  background: transparent;
  color: #6f675f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  font-weight: 600;
  padding-top: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
.traffic-messages--county .nav-tabs > li > a:hover,
.traffic-messages--county .nav-tabs > li > a:focus {
  border-bottom: solid 4px #bdbcb9;
}
.traffic-messages--county .nav-tabs > li > a .count {
  position: absolute;
  right: 17px;
  top: 6px;
  background: #dcdcdc;
  padding: 0 .3rem;
  font-size: 11px;
  min-width: 20px;
  text-align: center;
  color: #333;
  opacity: .8;
  border-radius: 2px;
}
.traffic-messages--county .nav-tabs > li > a .ico {
  margin-bottom: .5rem;
  font-size: 2rem;
  height: 20px;
}
.traffic-messages--county .nav-tabs > li > a .ico.icon-farja-50px {
  position: relative;
  font-size: 3rem;
}
.traffic-messages--county .nav-tabs > li > a .ico.icon-farja-50px:before {
  position: absolute;
  left: -15px;
  top: -6.3px;
}
@media screen and (max-width: 767px) {
  .traffic-messages--county .nav-tabs > li > a {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
  .traffic-messages--county .nav-tabs > li > a .count {
    right: 4px;
  }
}
.traffic-messages--county .nav-tabs > li.active > a {
  background: transparent;
  border-bottom: solid 4px #9b2e34;
  color: #9b2e34;
}
.traffic-messages--county .nav-tabs > li.active > a:hover,
.traffic-messages--county .nav-tabs > li.active > a:focus {
  background: #fff;
}
.traffic-messages--county .nav-tabs > li:last-child {
  margin-left: auto;
}
.traffic-messages--county .messages-county,
.traffic-messages--county .list-image {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 10px);
  padding-top: 10px;
}
.traffic-messages--county .messages-county .traffic-message,
.traffic-messages--county .list-image .traffic-message {
  border-left: none;
}
.traffic-messages--county .list-image li:not(:last-child) {
  border-bottom: solid 1px #dcdcdc;
}
.traffic-messages--county .list-image li a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.traffic-messages--county .list-image li a img {
  display: block;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (max-width: 767px) {
  .traffic-messages--county .list-image li a img {
    max-width: 80px;
  }
}
.group-list.traffic-accordion .panel {
  border: none;
  margin-bottom: 0.5em !important;
}
.group-list.traffic-accordion .panel-heading {
  background: transparent;
  padding: 0;
}
.group-list.traffic-accordion .panel-heading a {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  padding: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background: #e7e3df;
  color: #1e5c88;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2em;
  position: relative;
}
.group-list.traffic-accordion .panel-heading a > span:first-child {
  margin-right: auto;
}
.group-list.traffic-accordion .panel-heading a:hover {
  background: #b7b7b7;
}
.group-list.traffic-accordion .panel-heading a:before {
  position: absolute;
  left: .8em;
  top: .9em;
}
.group-list.traffic-accordion .panel-heading a[aria-expanded="false"]:before {
  content: "\f105";
}
.group-list.traffic-accordion .panel-heading a[aria-expanded="true"] {
  background: #cecece;
}
.group-list.traffic-accordion .panel-heading a[aria-expanded="true"]:before {
  content: "\f107";
  left: .7em;
}
.group-list.traffic-accordion .panel-heading .badge {
  background: #333333;
  color: #fff;
}
.group-list.traffic-accordion .panel-body {
  padding: 0;
}
.group-list.traffic-accordion.station-messages .traffic-message:not(:last-child) {
  border-bottom: solid 2px #bdbcb9;
}
.group-list.traffic-accordion.station-messages .panel-group,
.group-list.traffic-accordion.station-messages .panel {
  margin-bottom: 0 !important;
}
.group-list.traffic-accordion.station-messages .panel-heading {
  border-bottom: solid 1px #bdbcb9;
}
.traffic-message {
  border-left: solid 3px #fff;
  border-bottom: solid 1px #dcdcdc;
  padding: 1em;
}
.traffic-message:before,
.traffic-message:after {
  content: " ";
  display: table;
}
.traffic-message:after {
  clear: both;
}
.traffic-message h4 [data-icon=n]:before {
  font-size: 30px;
}
.traffic-message h4 span.fa {
  font-size: 25px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  float: left;
  height: 40px;
  padding-top: 4px;
  width: 37px;
}
.traffic-message h4 span.message,
.traffic-message h4 span.date {
  display: block;
}
.traffic-message h4 span.date {
  font-size: 12px;
}
.traffic-message h5 {
  font-weight: 600;
}
.traffic-message .dl-horizontal {
  margin-bottom: 0;
  background: none;
  padding: 0;
  margin-top: 1em;
}
.traffic-message .dl-horizontal dt {
  font-weight: 600;
}
.traffic-message .dl-horizontal dt,
.traffic-message .dl-horizontal dd {
  padding-bottom: 0.2em;
}
@media screen and (min-width: 768px) {
  .traffic-message .dl-horizontal dt {
    width: 100px;
  }
  .traffic-message .dl-horizontal dd {
    margin-left: 100px;
  }
}
.info-message ul {
  padding-left: 0;
  list-style: none;
}
.severity-badge {
  display: table;
  margin: 1em 0;
  color: #fff;
}
.severity-badge span {
  display: inline-block;
  padding: .4em .6em;
}
.SeverityCode-0 {
  border-left-color: #939393;
}
.SeverityCode-0 .severity-badge {
  background: #939393;
}
.SeverityCode-1 {
  border-left-color: #0075b3;
}
.SeverityCode-1 .severity-badge {
  background: #0075b3;
}
.SeverityCode-2 {
  border-left-color: #003399;
}
.SeverityCode-2 .severity-badge {
  background: #003399;
}
.SeverityCode-3 {
  border-left-color: #483602;
}
.SeverityCode-3 .severity-badge {
  background: #483602;
}
.SeverityCode-4 {
  border-left-color: #a58800;
}
.SeverityCode-4 .severity-badge {
  background: #a58800;
}
.SeverityCode-5 {
  border-left-color: #aa0822;
}
.SeverityCode-5 .severity-badge {
  background: #aa0822;
}
.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-top: 2.5em;
}
.search-box:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #9b2e34;
  content: "\f002";
  color: rgba(255, 255, 255, 0.5);
  font-size: 4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 0 0.4em;
}
.search-box:before.fa-pull-left {
  margin-right: .3em;
}
.search-box:before.fa-pull-right {
  margin-left: .3em;
}
.search-box:before.pull-left {
  margin-right: .3em;
}
.search-box:before.pull-right {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  .search-box:before {
    font-size: 1.5em;
  }
}
.search-box label {
  width: 100%;
}
.search-box .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1em;
  background: #fff;
}
.search-box .search-form .break {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.search-box .search-form label {
  display: block !important;
}
.search-box .search-form .twitter-typeahead {
  display: block !important;
  border: solid 1px transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-box .search-form button {
  margin-left: 1em;
  border: solid 1px transparent;
}
.search-box-area {
  margin-top: 2.5em;
  position: relative;
}
.search-box-area:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 16px;
  position: absolute;
  color: #9b2e34;
  font-size: 19px;
  top: 13.1px;
  left: 16px;
  pointer-events: none;
  z-index: 101;
}
.search-box-area:before.fa-pull-left {
  margin-right: .3em;
}
.search-box-area:before.fa-pull-right {
  margin-left: .3em;
}
.search-box-area:before.pull-left {
  margin-right: .3em;
}
.search-box-area:before.pull-right {
  margin-left: .3em;
}
.search-box-area .form-control {
  height: 46px;
  font-size: 16px;
  padding-left: 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
}
.search-box-area button.btn {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: 46px;
  text-decoration: none;
  color: #6f675f;
  z-index: 101;
}
.search-box-area button.btn:focus,
.search-box-area button.btn:active {
  outline: none;
}
.search-box-area button.btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  font-size: 16px;
  display: none;
  opacity: .7;
}
.search-box-area button.btn:after.fa-pull-left {
  margin-right: .3em;
}
.search-box-area button.btn:after.fa-pull-right {
  margin-left: .3em;
}
.search-box-area button.btn:after.pull-left {
  margin-right: .3em;
}
.search-box-area button.btn:after.pull-right {
  margin-left: .3em;
}
.search-box-area button.btn:hover:after,
.search-box-area button.btn:focus:after {
  opacity: 1;
}
.search-box-area.has-input button.btn:after {
  display: block;
}
.search-box-area input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-box-area .form-control::-ms-clear {
  display: none;
}
.search-box-area input[type="search"]::-webkit-search-decoration,
.search-box-area input[type="search"]::-webkit-search-cancel-button,
.search-box-area input[type="search"]::-webkit-search-results-button,
.search-box-area input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.inline-dot-list {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
}
.inline-dot-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.inline-dot-list li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 0.9em;
}
.inline-dot-list li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  position: absolute;
  font-size: 5px;
  left: 0;
  top: 1.6em;
  color: #6f675f;
}
.inline-dot-list li:before.fa-pull-left {
  margin-right: .3em;
}
.inline-dot-list li:before.fa-pull-right {
  margin-left: .3em;
}
.inline-dot-list li:before.pull-left {
  margin-right: .3em;
}
.inline-dot-list li:before.pull-right {
  margin-left: .3em;
}
@media screen and (min-width: 768px) {
  .inline-dot-list li:first-child {
    padding-left: 0;
  }
  .inline-dot-list li:first-child:before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .inline-dot-list li {
    display: block;
    padding-left: 0;
  }
  .inline-dot-list li:before {
    display: none;
  }
}
.inline-dot-list li.loading {
  padding-left: 0.1em;
}
.inline-dot-list li.loading:before {
  display: none;
}
table.time-table {
  margin: 0;
}
table.time-table th {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  table.time-table > thead > tr > th:first-child,
  table.time-table > tbody > tr > th:first-child,
  table.time-table > thead > tr > td:first-child,
  table.time-table > tbody > tr > td:first-child {
    width: 1px;
    white-space: nowrap;
    text-align: center;
  }
}
table.time-table > tbody > tr {
  background: #fff;
}
table.time-table .time {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  table.time-table .time {
    font-size: 18px;
  }
}
table.time-table .station .station-name {
  display: block;
}
@media screen and (min-width: 768px) {
  table.time-table .station .station-name {
    font-size: 18px;
    font-weight: normal;
  }
}
table.time-table .station .passing {
  color: #6f675f;
  font-size: 13px;
}
table .time-strikethrough {
  color: #6f675f;
  text-decoration: line-through;
  display: block;
}
@media screen and (min-width: 768px) {
  table .time-strikethrough {
    font-size: 14px;
  }
}
table .time-strikethrough.normal {
  font-size: 18px;
}
table .massage-badge {
  display: table;
}
@media screen and (min-width: 768px) {
  table .massage-badge {
    margin: auto;
  }
}
table .massage-badge span {
  display: block;
  padding: .1em .3em;
}
table .massage-badge .message {
  font-size: 11px;
}
table .massage-badge.estimated-time {
  background: #ffd600;
}
table .massage-badge.cancelled {
  background: #d12e2c;
  color: #fff;
}
table .message strong {
  font-weight: normal;
  padding: .1em .4em;
}
table .message.cancelled {
  color: #fff;
  background: #d12e2c;
}
table .message.change-track {
  background: #ffd600;
  color: #000;
}
@media screen and (max-width: 767px) {
  table.station {
    font-size: 13px;
  }
  table.station > thead > tr > th:first-child,
  table.station > tbody > tr > th:first-child,
  table.station > thead > tr > td:first-child,
  table.station > tbody > tr > td:first-child {
    width: 25%;
  }
  table.station > thead > tr > th:first-child .estimate,
  table.station > tbody > tr > th:first-child .estimate,
  table.station > thead > tr > td:first-child .estimate,
  table.station > tbody > tr > td:first-child .estimate {
    font-size: 9px;
  }
  table.station > tbody > tr,
  table.station > thead > tr {
    clear: both;
    float: left;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  table.station > tbody > tr > td,
  table.station > thead > tr > th {
    display: block;
    float: left;
    width: 15%;
  }
  table.station > tbody > tr > td.station,
  table.station > thead > tr > th:nth-child(2) {
    width: 45%;
  }
  table.station > tbody > tr > td:last-child {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    border: none;
  }
  table.station > thead > tr > th:last-child {
    display: none;
  }
}
table.train {
  position: relative;
}
table.train.train-time-table > thead > tr > th:first-child,
table.train.train-time-table > tbody > tr > th:first-child,
table.train.train-time-table > thead > tr > td:first-child,
table.train.train-time-table > tbody > tr > td:first-child {
  text-align: left;
}
@media screen and (min-width: 768px) {
  table.train.train-time-table > thead {
    font-size: 16px;
  }
  table.train.train-time-table > thead > tr > th:first-child {
    padding-left: 40px;
  }
  table.train.train-time-table td.station {
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 1px;
  }
  table.train.train-time-table td.station > span {
    display: inline-block;
    position: relative;
    padding: 8px 8px 8px 40px;
    height: 100%;
  }
  table.train.train-time-table .station {
    width: 280px;
  }
  table.train.train-time-table .arrival,
  table.train.train-time-table .departure {
    font-size: 18px;
    width: 90px;
  }
  table.train.train-time-table .info-message {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  table.train.train-time-table .station {
    width: 360px;
  }
  table.train.train-time-table .arrival,
  table.train.train-time-table .departure {
    font-size: 18px;
    width: 120px;
  }
  table.train.train-time-table .info-message {
    width: 270px;
  }
}
table.train.train-time-table td.station:before,
table.train.train-time-table td.station:after {
  width: 4px;
  position: absolute;
  content: "";
  height: 100%;
  left: 14px;
}
table.train.train-time-table td.station:before {
  background: #8a9dad;
  z-index: 2;
  height: 25%;
}
table.train.train-time-table td.station:after {
  top: 0;
  background: #8a9dad;
}
table.train.train-time-table td.station .circle {
  border-radius: 14px;
  height: 14px;
  width: 14px;
  background: #163b5b;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 14px;
  z-index: 3;
}
table.train.train-time-table td.station .next-station {
  font-size: 14px;
  display: block;
}
table.train.train-time-table td.station .next-station strong {
  background: #163b5b;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  padding: .1em .4em;
}
table.train.train-time-table > tbody > tr:first-child > td:first-child:before {
  display: none;
}
table.train.train-time-table > tbody > tr:first-child > td:first-child:after {
  top: 10px;
}
table.train.train-time-table > tbody > tr:first-child > td:first-child .circle {
  border-radius: 23px;
  height: 23px;
  width: 23px;
  border: solid 4px #163b5b;
  background: #d0d8de;
  left: 4px;
  top: 9px;
}
table.train.train-time-table > tbody > tr:last-child > td:first-child:after {
  display: none;
}
table.train.train-time-table > tbody > tr:last-child > td:first-child:before {
  top: 0;
}
table.train.train-time-table > tbody > tr:last-child > td:first-child .circle {
  border-radius: 23px;
  height: 23px;
  width: 23px;
  border: solid 4px #163b5b;
  background: #d0d8de;
  left: 4px;
  top: 9px;
}
table.train.train-time-table tr.next-station .circle {
  top: 32px;
}
table.train.train-time-table tr.next-station .circle:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f063";
  color: #fff;
  background: #163b5b;
  position: absolute;
  padding: 3px;
  font-size: 10px;
  top: -22px;
}
table.train.train-time-table tr.next-station .circle:before.fa-pull-left {
  margin-right: .3em;
}
table.train.train-time-table tr.next-station .circle:before.fa-pull-right {
  margin-left: .3em;
}
table.train.train-time-table tr.next-station .circle:before.pull-left {
  margin-right: .3em;
}
table.train.train-time-table tr.next-station .circle:before.pull-right {
  margin-left: .3em;
}
table.train.train-time-table tr.next-station:last-child td:first-child .circle {
  top: 27px;
}
table.train.train-time-table tr.cancelled td.station:before {
  background: #f8dddd;
}
table.train.train-time-table tr.cancelled td.station .circle {
  background: #d12e2c;
}
table.train.train-time-table tr.cancelled td.station:after {
  background: #f8dddd;
}
table.train.train-time-table tr.cancelled:last-child td.station:before {
  background: #f8dddd;
}
table.train.train-time-table tr.cancelled:last-child td.station .circle {
  background: #f6d5d5;
  border-color: #d12e2c;
}
table.train.train-time-table tr.cancelled.start-cancellation td.station:before {
  background: #8a9dad;
}
table.train.train-time-table tr.station-passed > td.station span.circle {
  background: #9e9e9e;
  border-color: #c3c5c7;
}
table.train.train-time-table tr.station-passed > td.station:after {
  background: #c3c5c7;
}
table.train.train-time-table tr.station-passed > td:first-child {
  padding: 0;
  width: auto;
  white-space: normal;
  text-align: inherit;
}
table.train.train-time-table tr.station-passed > td:first-child .panel-group,
table.train.train-time-table tr.station-passed > td:first-child .panel {
  margin-bottom: 0 !important;
}
table.train.train-time-table tr.station-passed > td:first-child .panel-heading a {
  padding-top: .4em;
  padding-bottom: .4em;
}
table.train.train-time-table tr.station-passed > td:first-child .panel-heading a:before {
  top: .5em;
}
table.train.train-time-table tr.station-passed thead {
  display: none;
}
table.train.train-time-table tr.station-passed table > tbody > tr:first-child > td:first-child:before {
  display: block;
}
table.train.train-time-table tr.station-passed table tr {
  background: #eee;
}
table.train.train-time-table tr.station-passed table td {
  background: transparent;
}
table.train.train-time-table tr.station-passed table tbody > tr:hover {
  background: #ddd;
}
table.train.train-time-table tr.station-passed table > tbody > tr:last-child > td:first-child .circle,
table.train.train-time-table tr.station-passed table > tbody > tr:first-child > td:first-child .circle {
  border-radius: 14px;
  height: 14px;
  width: 14px;
  background: #163b5b;
  border: none;
  left: 9px;
  top: 14px;
}
table.train.train-time-table tr.station-passed table > tbody > tr:last-child > td:first-child:after,
table.train.train-time-table tr.station-passed table > tbody > tr:last-child > td:first-child:before {
  display: block;
}
table.train.train-time-table tr.station-passed table tbody td.station:after,
table.train.train-time-table tr.station-passed table tbody td.station:before,
table.train.train-time-table tr.station-passed table tbody td.station .circle {
  background: #c3c5c7 !important;
}
@media screen and (max-width: 767px) {
  table.train.train-time-table {
    font-size: 13px;
  }
  table.train.train-time-table tr {
    position: relative;
  }
  table.train.train-time-table .departure,
  table.train.train-time-table .arrival,
  table.train.train-time-table .station {
    font-size: 13px;
  }
  table.train.train-time-table > thead > tr > th:nth-child(2),
  table.train.train-time-table > thead > tr > th:nth-child(3) {
    max-width: 20.3%;
  }
  table.train.train-time-table > thead > tr > th:first-child .estimate,
  table.train.train-time-table > tbody > tr > th:first-child .estimate,
  table.train.train-time-table > thead > tr > td:first-child .estimate,
  table.train.train-time-table > tbody > tr > td:first-child .estimate {
    font-size: 9px;
  }
  table.train.train-time-table > thead > tr > th:last-child {
    display: none;
  }
  table.train.train-time-table > tbody > tr,
  table.train.train-time-table > thead > tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  table.train.train-time-table > tbody > tr > td,
  table.train.train-time-table > thead > tr > th {
    min-width: 20.66%;
    padding-right: 2px;
    padding-left: 2px;
    float: left;
  }
  table.train.train-time-table > tbody > tr > td.station,
  table.train.train-time-table > thead > tr > th:nth-child(1) {
    min-width: 45.66%;
    width: 45.66%;
  }
  table.train.train-time-table > tbody > tr > td.station > span.station-name,
  table.train.train-time-table > thead > tr > th:nth-child(1) > span.station-name {
    padding-left: 28px;
  }
  table.train.train-time-table tr.cancelled td.station:before {
    height: 28%;
    top: 0;
  }
  table.train.train-time-table > tbody > tr > td.station {
    font-weight: 600;
  }
  table.train.train-time-table > tbody > tr > td.station .circle {
    top: 9px;
  }
  table.train.train-time-table > thead > tr > th:nth-child(2),
  table.train.train-time-table > tbody > tr > td:nth-child(2) {
    min-width: 23.76%;
    width: 23.76%;
  }
  table.train.train-time-table > thead > tr > th:nth-child(3),
  table.train.train-time-table > tbody > tr > td:nth-child(3) {
    min-width: 17.86%;
    width: 17.86%;
  }
  table.train.train-time-table > thead > tr > th:nth-child(4),
  table.train.train-time-table > tbody > tr > td:nth-child(4) {
    min-width: 12.66%;
    width: 12.66%;
  }
  table.train.train-time-table > tbody > tr > td:last-child {
    min-width: 100%;
    width: 100%;
    border: none;
    float: left;
  }
  table.train.train-time-table td.info-message {
    padding: 0;
  }
  table.train.train-time-table td.info-message ul {
    padding-left: 30px;
    list-style-type: none;
  }
  table.train.train-time-table td.info-message span.message {
    display: inline-block;
    position: relative;
  }
  table.train.train-time-table .next-station .circle {
    top: 26px !important;
  }
}
table a:link,
table a:visited {
  text-decoration: underline;
}
table a:link:hover,
table a:visited:hover {
  text-decoration: none;
}
.traffic-map-page {
  overflow: hidden;
}
.traffic-map-page .traffic-header {
  z-index: 550;
  position: relative;
}
.traffic-map-page .traffic-header .container {
  width: auto;
}
.traffic-map-page .map-area {
  background: #7391ad;
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
}
.traffic-map-page .render-ol-map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.traffic-map-page .toggle-menu {
  position: absolute;
  z-index: 560;
  top: 1.9em;
}
.traffic-map-page .ol-zoom {
  top: auto;
  bottom: 0.5em;
}
.train-list {
  padding-left: 0;
  list-style: none;
}
.train-list a {
  padding: 0.4em;
  display: block;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
  transition: all border 0.15s ease-in-out, color 0.15s ease-in-out ease-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #6f675f;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #dcdcdc;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #9b2e34;
  border-color: #9b2e34;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #9b2e34;
  border-color: #9b2e34;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  -webkit-transition: all border 0.15s ease-in-out ease-out;
  transition: all border 0.15s ease-in-out ease-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #6f675f;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #9b2e34;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #9b2e34;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #9b2e34;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.wide-image {
  position: relative;
  margin-bottom: 15px;
  top: -21px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .wide-image {
    top: -27px;
    z-index: 0;
  }
}
.wide-image__image img {
  width: 100%;
}
.wide-image__text {
  padding-top: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 100%);
  color: #fff;
}
.wide-image__text a {
  color: #fff;
}
.wide-image__text .breadcrumb {
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .wide-image__text h1 {
    font-size: 50px;
    margin-bottom: 2rem;
  }
}
/* -----------------------------------------------------------------------------

  WRAPPER OBJECT
  
----------------------------------------------------------------------------- */
.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px;
}
@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
  }
}
@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px;
  }
}
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 580;
  background-color: #67b5d1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-menu--slide-left {
    width: 270px;
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/**
 * Top and bottom menus
 *
 * Slide and push menus coming in from the top and bottom inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.

/**
 * Common modifiers for top/bottom menus
 */
.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}
.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}
/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}
/**
 * Close button resets.
 */
/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 550;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-menu--slide-left {
  z-index: 560;
}
.checkbox-grid {
  font-size: 17px;
  overflow: auto;
  background: #fff;
  padding: 1em;
  margin-top: 1em;
  position: relative;
}
.checkbox-grid fieldset legend {
  border: none;
  margin-bottom: 0.4em;
  font-weight: 600;
}
.checkbox-grid fieldset button.select-items {
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}
.checkbox-grid fieldset ul.columns {
  padding-left: 0;
  list-style: none;
  -webkit-column-width: 299px;
     -moz-column-width: 299px;
          column-width: 299px;
  margin-bottom: 1.5em;
}
.checkbox-grid fieldset ul.columns .checkbox label:before {
  top: -2px;
}
@media screen and (max-width: 991px) {
  .checkbox-grid fieldset ul.columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media screen and (max-width: 767px) {
  .checkbox-grid fieldset ul.columns {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
.checkbox-grid fieldset ul.columns li {
  page-break-inside: avoid;
  margin: 0 0 0.4em 0;
}
.checkbox-grid fieldset .checkbox {
  margin: 0;
}
.checkbox-grid fieldset .checkbox label {
  padding-left: 10px;
}
.checkbox-grid fieldset .checkbox label:before {
  width: 21px;
  height: 21px;
}
.checkbox-grid fieldset .checkbox label:after {
  left: 1px;
  font-size: 1em;
}
.checkbox-grid fieldset:not(:first-child) {
  margin-bottom: 1em;
}
.speed-comparison__header {
  background: #aa2726;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  position: relative;
}
.speed-comparison__header label {
  font-size: 18px;
}
.speed-comparison__header select {
  border-radius: .4rem;
  box-shadow: inset 0 4px 6.3px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 600;
}
.speed-comparison__header:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  text-align: center;
  bottom: -30px;
  width: 100%;
  left: 0;
  font-size: 50px;
  color: #aa2726;
  z-index: 800;
}
.speed-comparison__header:after.fa-pull-left {
  margin-right: .3em;
}
.speed-comparison__header:after.fa-pull-right {
  margin-left: .3em;
}
.speed-comparison__header:after.pull-left {
  margin-right: .3em;
}
.speed-comparison__header:after.pull-right {
  margin-left: .3em;
}
.speed-comparison__header figure {
  width: 64px;
  height: 64px;
  padding: 1rem 1.5rem 0 0;
}
.speed-comparison__header figure path,
.speed-comparison__header figure .path,
.speed-comparison__header figure stroke {
  fill: #fff;
}
.speed-comparison__header figure .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.speed-comparison__header figure .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 19.2404,19.2404;
}
.speed-comparison__header .distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -2rem;
}
.speed-comparison__header .speed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.speed-comparison__header .speed:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e4";
  font-size: 48px;
  padding-right: 1.5rem;
}
.speed-comparison__header .speed:before.fa-pull-left {
  margin-right: .3em;
}
.speed-comparison__header .speed:before.fa-pull-right {
  margin-left: .3em;
}
.speed-comparison__header .speed:before.pull-left {
  margin-right: .3em;
}
.speed-comparison__header .speed:before.pull-right {
  margin-left: .3em;
}
@media screen and (max-width: 767px) {
  .speed-comparison__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .speed-comparison__header .distance > div,
  .speed-comparison__header .speed > div {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .speed-comparison__header .distance {
    padding-right: 0;
    margin-left: 0;
  }
  .speed-comparison__header label {
    font-size: 16px;
  }
  .speed-comparison__header .speed {
    margin-top: 1rem;
  }
}
.speed-comparison__body {
  background: #d12e2c;
  padding: 3rem;
  color: #fff;
}
.speed-comparison__body > p {
  font-size: 24px;
  text-align: center;
}
.speed-comparison__body .calc-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.speed-comparison__body .calc-results .headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.speed-comparison__body .calc-results .headings div {
  padding-right: 2.5rem;
  margin: auto 0;
  position: relative;
}
.speed-comparison__body .calc-results .headings div:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d9";
  position: absolute;
  color: #fff;
  right: 2px;
  top: 60%;
  font-size: 16px;
}
.speed-comparison__body .calc-results .headings div:after.fa-pull-left {
  margin-right: .3em;
}
.speed-comparison__body .calc-results .headings div:after.fa-pull-right {
  margin-left: .3em;
}
.speed-comparison__body .calc-results .headings div:after.pull-left {
  margin-right: .3em;
}
.speed-comparison__body .calc-results .headings div:after.pull-right {
  margin-left: .3em;
}
.speed-comparison__body .calc-results .headings div span {
  display: block;
  font-size: 24px;
}
.speed-comparison__body .calc-results .headings div span:last-child {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .speed-comparison__body .calc-results .headings div span {
    font-size: 16px;
  }
  .speed-comparison__body .calc-results .headings div span:first-child {
    font-weight: 600;
  }
}
.speed-comparison__body .calc-results table {
  margin: 0;
  background: transparent;
  font-size: 18px;
  width: 200px;
  margin-right: 9rem;
}
.speed-comparison__body .calc-results table td,
.speed-comparison__body .calc-results table th {
  border: none;
  color: #fff;
}
.speed-comparison__body .calc-results table > tbody > tr:nth-of-type(odd) {
  background: #aa2726;
  box-shadow: inset 7px 0 0px 0px #d12e2c;
}
.speed-comparison__body .calc-results table tr > td:first-child {
  border-left: solid 4px #fff;
}
.speed-comparison__body .calc-results table tr td div {
  padding: 0 1rem;
}
.speed-comparison__body .calc-results table tr.base-value > td:first-child {
  border: none;
}
.speed-comparison__body .calc-results table tr.base-value > td:first-child > div {
  background: #000;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .speed-comparison__body .calc-results table {
    width: auto;
    margin-right: 0;
    font-size: 16px;
  }
}
.traffic-map-page .toggle-menu button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
  border-radius: 0 4px 4px 0;
  width: 80px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  text-align: right;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.65);
}
.traffic-map-page .toggle-menu button:focus,
.traffic-map-page .toggle-menu button:active:focus,
.traffic-map-page .toggle-menu button.active:focus,
.traffic-map-page .toggle-menu button.focus,
.traffic-map-page .toggle-menu button:active.focus,
.traffic-map-page .toggle-menu button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button:focus,
.traffic-map-page .toggle-menu button.focus {
  color: #ffffff;
  text-decoration: none;
}
.traffic-map-page .toggle-menu button:active,
.traffic-map-page .toggle-menu button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.traffic-map-page .toggle-menu button.disabled,
.traffic-map-page .toggle-menu button[disabled],
fieldset[disabled] .traffic-map-page .toggle-menu button {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  box-shadow: none;
}
.traffic-map-page .toggle-menu button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.traffic-map-page .toggle-menu button.more:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button.more:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button.more:before.pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button.more:before.pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.traffic-map-page .toggle-menu button.btn-secondary:hover,
.traffic-map-page .toggle-menu button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button:focus,
.traffic-map-page .toggle-menu button.focus,
.traffic-map-page .toggle-menu button:active,
.traffic-map-page .toggle-menu button.active,
.open > .dropdown-toggle.traffic-map-page .toggle-menu button {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.traffic-map-page .toggle-menu button:active,
.traffic-map-page .toggle-menu button.active,
.open > .dropdown-toggle.traffic-map-page .toggle-menu button {
  background-image: none;
}
.traffic-map-page .toggle-menu button.disabled,
.traffic-map-page .toggle-menu button[disabled],
fieldset[disabled] .traffic-map-page .toggle-menu button,
.traffic-map-page .toggle-menu button.disabled:hover,
.traffic-map-page .toggle-menu button[disabled]:hover,
fieldset[disabled] .traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button.disabled:focus,
.traffic-map-page .toggle-menu button[disabled]:focus,
fieldset[disabled] .traffic-map-page .toggle-menu button:focus,
.traffic-map-page .toggle-menu button.disabled.focus,
.traffic-map-page .toggle-menu button[disabled].focus,
fieldset[disabled] .traffic-map-page .toggle-menu button.focus,
.traffic-map-page .toggle-menu button.disabled:active,
.traffic-map-page .toggle-menu button[disabled]:active,
fieldset[disabled] .traffic-map-page .toggle-menu button:active,
.traffic-map-page .toggle-menu button.disabled.active,
.traffic-map-page .toggle-menu button[disabled].active,
fieldset[disabled] .traffic-map-page .toggle-menu button.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.traffic-map-page .toggle-menu button .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.traffic-map-page .toggle-menu button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.traffic-map-page .toggle-menu button.more:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button.more:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button.more:before.pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button.more:before.pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.traffic-map-page .toggle-menu button.btn-secondary:hover,
.traffic-map-page .toggle-menu button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.traffic-map-page .toggle-menu button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  padding-right: .3em;
}
.traffic-map-page .toggle-menu button:before.fa-pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button:before.fa-pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button:before.pull-left {
  margin-right: .3em;
}
.traffic-map-page .toggle-menu button:before.pull-right {
  margin-left: .3em;
}
.traffic-map-page .toggle-menu button:hover,
.traffic-map-page .toggle-menu button:focus {
  width: 100px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.map-menu {
  background: #fff;
}
.map-menu .map-menu-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 0.5em 0.5em;
}
.map-menu .map-menu-head .btn-link {
  text-decoration: none;
}
.map-menu .map-menu-head .btn-close-menu:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f100";
  padding-right: .5em;
}
.map-menu .map-menu-head .btn-close-menu:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .map-menu-head .btn-close-menu:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .map-menu-head .btn-close-menu:before.pull-left {
  margin-right: .3em;
}
.map-menu .map-menu-head .btn-close-menu:before.pull-right {
  margin-left: .3em;
}
.map-menu .map-menu-head .btn-help {
  margin-left: auto;
}
.map-menu .map-menu-head .btn-help:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f059";
  padding-right: .5em;
}
.map-menu .map-menu-head .btn-help:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .map-menu-head .btn-help:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .map-menu-head .btn-help:before.pull-left {
  margin-right: .3em;
}
.map-menu .map-menu-head .btn-help:before.pull-right {
  margin-left: .3em;
}
.map-menu .map-menu-head button:hover,
.map-menu .map-menu-head button:focus {
  background: #dcdcdc;
}
.map-menu .location-search {
  padding: .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 1rem;
}
.map-menu .location-search .twitter-typeahead:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 16px;
  position: absolute;
  color: #9b2e34;
  font-size: 19px;
  top: 7.4px;
  left: 11.4px;
  pointer-events: none;
  z-index: 10;
}
.map-menu .location-search .twitter-typeahead:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .location-search .twitter-typeahead:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .location-search .twitter-typeahead:before.pull-left {
  margin-right: .3em;
}
.map-menu .location-search .twitter-typeahead:before.pull-right {
  margin-left: .3em;
}
.map-menu .location-search button.btn {
  position: absolute;
  right: 7px;
  top: 47px;
  border: none;
  height: 32.9px;
  text-decoration: none;
  color: #6f675f;
}
.map-menu .location-search button.btn:focus,
.map-menu .location-search button.btn:active {
  outline: none;
}
.map-menu .location-search button.btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f057";
  font-size: 16px;
  display: none;
  opacity: .7;
}
.map-menu .location-search button.btn:after.fa-pull-left {
  margin-right: .3em;
}
.map-menu .location-search button.btn:after.fa-pull-right {
  margin-left: .3em;
}
.map-menu .location-search button.btn:after.pull-left {
  margin-right: .3em;
}
.map-menu .location-search button.btn:after.pull-right {
  margin-left: .3em;
}
.map-menu .location-search button.btn:hover:after,
.map-menu .location-search button.btn:focus:after {
  opacity: 1;
}
.map-menu .location-search.has-input button.btn:after {
  display: block;
}
.map-menu .location-search .form-control,
.map-menu .location-search .form-control:focus {
  font-size: 16px;
  padding-left: 40px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26);
}
.map-menu .location-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.map-menu .location-search .form-control::-ms-clear {
  display: none;
}
.map-menu .location-search input[type="search"]::-webkit-search-decoration,
.map-menu .location-search input[type="search"]::-webkit-search-cancel-button,
.map-menu .location-search input[type="search"]::-webkit-search-results-button,
.map-menu .location-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.map-menu .location-search .location-search-btn {
  margin-left: -1px;
  border: 1px solid #cccccc;
}
.map-menu .location-search .location-search-btn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
}
.map-menu .location-search .location-search-btn:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .location-search .location-search-btn:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .location-search .location-search-btn:before.pull-left {
  margin-right: .3em;
}
.map-menu .location-search .location-search-btn:before.pull-right {
  margin-left: .3em;
}
.map-menu .location-search .location-search-btn:hover,
.map-menu .location-search .location-search-btn:focus {
  background: #6f675f;
}
.map-menu .location-search .twitter-typeahead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.map-menu .location-search .tt-menu {
  right: 0;
  box-shadow: 0 1px 11px #999999;
}
.map-menu .location-search .tt-menu h3 {
  background: #dcdcdc;
  padding: 0.3em 0.5em;
  font-size: 0.9em;
  text-transform: uppercase;
}
.map-menu .location-search .tt-menu .tt-dataset {
  padding: 0.6em;
}
.map-menu .location-search .tt-menu .tt-suggestion {
  padding: 0.3em 0.5em;
  color: #1e5c88;
}
.map-menu .location-search .tt-menu .tt-suggestion:hover,
.map-menu .location-search .tt-menu .tt-suggestion:focus {
  background: #f4f4f4;
  cursor: pointer;
}
.map-menu .map-favorites .favorites-list {
  background: #f6f6f6;
  border-bottom: solid 1px #bdbcb9;
}
.map-menu .map-favorites .favorites-list ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.map-menu .map-favorites .favorites-list ul a {
  padding: .5em;
  display: block;
  position: relative;
}
.map-menu .map-favorites .favorites-list ul a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  padding: 0 .5em;
}
.map-menu .map-favorites .favorites-list ul a:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .map-favorites .favorites-list ul a:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .map-favorites .favorites-list ul a:before.pull-left {
  margin-right: .3em;
}
.map-menu .map-favorites .favorites-list ul a:before.pull-right {
  margin-left: .3em;
}
.map-menu .map-favorites .favorites-list ul a:hover,
.map-menu .map-favorites .favorites-list ul a:focus {
  text-decoration: none;
  background: #d9d9d9;
}
.map-menu .map-favorites .favorites-list ul .add-favorites a:before {
  content: "\f067";
}
.map-menu .map-favorites .favorites-list ul .edit-favorites a:before {
  content: "\f040";
}
.map-menu .map-favorites .favorites-list ul li.default a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  left: 19px;
  position: absolute;
  font-size: 9px;
  color: #000;
}
.map-menu .map-favorites .favorites-list ul li.default a:after.fa-pull-left {
  margin-right: .3em;
}
.map-menu .map-favorites .favorites-list ul li.default a:after.fa-pull-right {
  margin-left: .3em;
}
.map-menu .map-favorites .favorites-list ul li.default a:after.pull-left {
  margin-right: .3em;
}
.map-menu .map-favorites .favorites-list ul li.default a:after.pull-right {
  margin-left: .3em;
}
.map-menu .map-favorites .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.map-menu .btn-toggle-group {
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  width: 100%;
  border-left: 0;
  border-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* flex-direction: row; */
  text-align: center;
  border-color: #d9d9d9;
  color: #1e5c88;
  box-shadow: none;
}
.map-menu .btn-toggle-group:focus,
.map-menu .btn-toggle-group:active {
  outline: none;
}
.map-menu .btn-toggle-group:hover,
.map-menu .btn-toggle-group:focus {
  background: #d9d9d9;
}
.map-menu .btn-toggle-group.favorites span:before,
.map-menu .btn-toggle-group.favorites:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.map-menu .btn-toggle-group.favorites span:before.fa-pull-left,
.map-menu .btn-toggle-group.favorites:after.fa-pull-left {
  margin-right: .3em;
}
.map-menu .btn-toggle-group.favorites span:before.fa-pull-right,
.map-menu .btn-toggle-group.favorites:after.fa-pull-right {
  margin-left: .3em;
}
.map-menu .btn-toggle-group.favorites span:before.pull-left,
.map-menu .btn-toggle-group.favorites:after.pull-left {
  margin-right: .3em;
}
.map-menu .btn-toggle-group.favorites span:before.pull-right,
.map-menu .btn-toggle-group.favorites:after.pull-right {
  margin-left: .3em;
}
.map-menu .btn-toggle-group.favorites span:before {
  content: "\f005";
}
.map-menu .btn-toggle-group.favorites:after {
  content: "\f0d7";
  margin-left: auto;
  color: #6f675f;
}
.map-menu .btn-toggle-group.favorites span {
  display: inline-block;
}
.map-menu .btn-toggle-group.favorites:hover:after,
.map-menu .btn-toggle-group.favorites:focus:after {
  color: #1e5c88;
}
.map-menu .btn-toggle-group[aria-expanded="true"] {
  border-bottom: solid 1px #bdbcb9;
}
.map-menu .btn-toggle-group[aria-expanded="true"]:after {
  color: #1e5c88;
}
.map-menu .type-tabs .toggle-legend {
  background: transparent;
  padding: 4px;
  border: none;
  color: #6f675f;
  margin-left: auto;
}
.map-menu .type-tabs .toggle-legend:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #bdbcb9;
}
.map-menu .type-tabs .toggle-legend:before.fa-pull-left {
  margin-right: .3em;
}
.map-menu .type-tabs .toggle-legend:before.fa-pull-right {
  margin-left: .3em;
}
.map-menu .type-tabs .toggle-legend:before.pull-left {
  margin-right: .3em;
}
.map-menu .type-tabs .toggle-legend:before.pull-right {
  margin-left: .3em;
}
.map-menu .type-tabs .toggle-legend:hover,
.map-menu .type-tabs .toggle-legend:focus,
.map-menu .type-tabs .toggle-legend:active {
  outline: none;
  box-shadow: none;
}
.map-menu .type-tabs .toggle-legend:hover:before,
.map-menu .type-tabs .toggle-legend:focus:before {
  color: #1e5c88;
}
.map-menu .type-tabs > ul.nav-tabs {
  background: #eee;
  border-bottom: solid 1px #d9d9d9;
  padding-top: 1em;
}
.map-menu .type-tabs > ul.nav-tabs li {
  margin-left: .5em;
  margin-bottom: -1px;
}
.map-menu .type-tabs > ul.nav-tabs li.road-traffic figure {
  width: 37px;
  height: 37px;
}
.map-menu .type-tabs > ul.nav-tabs li.occupational-traffic figure {
  width: 31px;
  height: 37px;
}
.map-menu .type-tabs > ul.nav-tabs li a {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-menu .type-tabs > ul.nav-tabs li a:hover figure .fill {
  fill: #6f675f;
}
.map-menu .type-tabs > ul.nav-tabs li a figure {
  margin: auto;
}
.map-menu .type-tabs > ul.nav-tabs li a figure .fill {
  fill: #bdbcb9;
  -webkit-transition: fill 0.25s ease;
  transition: fill 0.25s ease;
}
.map-menu .type-tabs > ul.nav-tabs li.active a {
  background: #fff;
  color: #000000;
  box-shadow: inset 0 3px 0 0 #9b2e34;
  border-radius: 3px 3px 0 0;
}
.map-menu .type-tabs > ul.nav-tabs li.active a figure .fill {
  fill: #9b2e34;
}
.map-menu .map-view-settings {
  padding-left: 0;
  list-style: none;
}
.map-menu .map-view-settings > li {
  padding: 0 0.5em;
  border-bottom: solid 1px #dcdcdc;
}
.map-menu .map-view-settings > li .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-menu .map-view-settings .legend-list ul {
  padding-left: 0;
  list-style: none;
  padding-left: 1.4em;
  padding-bottom: 1em;
}
.map-menu .map-view-settings .legend-list ul li {
  padding: .4em 0;
}
.map-menu .map-view-settings .legend-list ul li .legend-ico img {
  width: 20px;
  height: 20px;
  margin-right: .8em;
  position: relative;
  margin-top: -4px;
}
.map-message {
  width: 225px;
  z-index: 400;
  background: #fff;
  border-bottom: none;
  box-shadow: 0px 12px 15.8px 0px rgba(0, 0, 0, 0.45);
  font-size: 13px;
  padding: 0;
  z-index: 520;
}
.map-message .message-header {
  background: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: .5em;
}
.map-message .message-header > span {
  padding-right: .5em;
}
.map-message .message-header .message-type-ico img {
  width: 20px;
  height: 20px;
}
.map-message .message-header .fa-square {
  margin-top: 2px;
}
.map-message .message-header .fa-square:before {
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.31);
}
.map-message .message-header .fa-plus {
  margin-top: 2px;
}
.map-message .message-header h2 {
  font-size: 14px;
  margin: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.map-message .message-header .message-close {
  margin-left: auto;
  padding: 0 3px;
  background: none;
  border: none;
  color: #bdbcb9;
}
.map-message .message-header .message-close:hover,
.map-message .message-header .message-close:focus {
  color: #6f675f;
}
.map-message .message-body {
  position: relative;
}
.map-message .message-body .severity-badge {
  margin: 0;
}
.map-message .message-body .message {
  padding: .5em;
}
.map-message .message-body .message h3 {
  font-size: 13px;
  font-weight: 600;
}
.map-message .message-body .message .severity-badge {
  margin-bottom: 0.7em;
}
.map-message .message-body .message p {
  margin-bottom: 0.7em;
}
.map-message .message-body .message-time {
  padding-left: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.map-message .message-body .message-time strong {
  display: block;
}
.map-message .message-body .message-toggle {
  border: none;
  text-decoration: none;
}
.map-message .message-body .message-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: .5em;
}
.map-message .message-body .message-toggle:after.fa-pull-left {
  margin-right: .3em;
}
.map-message .message-body .message-toggle:after.fa-pull-right {
  margin-left: .3em;
}
.map-message .message-body .message-toggle:after.pull-left {
  margin-right: .3em;
}
.map-message .message-body .message-toggle:after.pull-right {
  margin-left: .3em;
}
.map-message .message-body .message-toggle:hover,
.map-message .message-body .message-toggle:focus {
  background: #dcdcdc;
}
.map-message .message-body .message-toggle[aria-expanded="false"]:after {
  content: "\f0d7";
}
.map-message .message-body .message-toggle[aria-expanded="true"]:after {
  content: "\f0d8";
}
.map-message .message-body:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 46%;
}
.map-message .message-body .hit-list li a {
  display: block;
  padding: 0.3em 0.3em 0.3em 0;
}
.map-message .message-body .hit-list li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-right: 0.4em;
}
.map-message .message-body .hit-list li a:before.fa-pull-left {
  margin-right: .3em;
}
.map-message .message-body .hit-list li a:before.fa-pull-right {
  margin-left: .3em;
}
.map-message .message-body .hit-list li a:before.pull-left {
  margin-right: .3em;
}
.map-message .message-body .hit-list li a:before.pull-right {
  margin-left: .3em;
}
.map-message .message-body .pagination {
  margin: 0.8em;
}
.map-message .message-body .pagination li.active a,
.map-message .message-body .pagination li.active span {
  background: #6f675f;
  border-color: #6f675f;
}
.map-message-icon {
  position: absolute;
  z-index: 500;
  padding: 0.1em .2em 0.3em .2em;
  background: #fff;
  border: solid 1px #000;
  border-radius: 2px;
  min-width: 30px;
  text-align: center;
}
.map-message-icon:hover {
  cursor: pointer;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
.map-message-icon:hover:after {
  background: -webkit-radial-gradient(center ellipse, #000000 -5%, rgba(255, 255, 255, 0) 72%);
  background: radial-gradient(ellipse at center, #000000 -5%, rgba(255, 255, 255, 0) 72%);
  bottom: -11px;
  width: 30px;
  left: 0.1px;
  -webkit-transition: all .1s;
  transition: all .1s;
}
.map-message-icon .map-message-content {
  position: relative;
}
.map-message-icon .map-message-content:before {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
  z-index: 502;
  bottom: -8.4px;
  left: 6.35px;
}
.map-message-icon .map-message-content:after {
  position: absolute;
  content: " ";
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5.9px solid red;
  z-index: 501;
  bottom: -10.5px;
  left: 5.3px;
}
.map-message-icon:after {
  position: absolute;
  content: " ";
  height: 9px;
  width: 20px;
  background: -webkit-radial-gradient(center ellipse, #000000 -105%, rgba(255, 255, 255, 0) 72%);
  background: radial-gradient(ellipse at center, #000000 -105%, rgba(255, 255, 255, 0) 72%);
  bottom: -10.4px;
  left: 4px;
}
.map-message-icon img {
  width: 20px;
  height: 20px;
}
.map-message-icon.SeverityCode-5 {
  border-color: #aa0822;
}
.map-message-icon.SeverityCode-5 .map-message-content:after {
  border-top-color: #aa0822;
}
.map-message-icon.SeverityCode-5:hover {
  background: #aa0822;
}
.map-message-icon.SeverityCode-5:hover .map-message-content:before {
  border-top-color: #aa0822;
}
.map-message-icon.SeverityCode-4 {
  border-color: #a58800;
}
.map-message-icon.SeverityCode-4 .map-message-content:after {
  border-top-color: #a58800;
}
.map-message-icon.SeverityCode-4:hover {
  background: #a58800;
}
.map-message-icon.SeverityCode-4:hover .map-message-content:before {
  border-top-color: #a58800;
}
.map-message-icon.SeverityCode-3 {
  border-color: #483602;
}
.map-message-icon.SeverityCode-3 .map-message-content:after {
  border-top-color: #483602;
}
.map-message-icon.SeverityCode-3:hover {
  background: #483602;
}
.map-message-icon.SeverityCode-3:hover .map-message-content:before {
  border-top-color: #483602;
}
.map-message-icon.SeverityCode-2 {
  border-color: #003399;
}
.map-message-icon.SeverityCode-2 .map-message-content:after {
  border-top-color: #003399;
}
.map-message-icon.SeverityCode-2:hover {
  background: #003399;
}
.map-message-icon.SeverityCode-2:hover .map-message-content:before {
  border-top-color: #003399;
}
.map-message-icon.SeverityCode-1 {
  border-color: #0075b3;
}
.map-message-icon.SeverityCode-1 .map-message-content:after {
  border-top-color: #0075b3;
}
.map-message-icon.SeverityCode-1:hover {
  background: #0075b3;
}
.map-message-icon.SeverityCode-1:hover .map-message-content:before {
  border-top-color: #0075b3;
}
.weather-message {
  width: 290px;
}
.weather-message .message-type-ico:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2c8";
}
.weather-message .message-type-ico:before.fa-pull-left {
  margin-right: .3em;
}
.weather-message .message-type-ico:before.fa-pull-right {
  margin-left: .3em;
}
.weather-message .message-type-ico:before.pull-left {
  margin-right: .3em;
}
.weather-message .message-type-ico:before.pull-right {
  margin-left: .3em;
}
.weather-message .message-body table {
  margin: 0;
  background: #fff;
}
.weather-message .message-body table td,
.weather-message .message-body table th {
  border: none !important;
}
.weather-message .message-body table > tbody > tr:nth-of-type(odd) {
  background: #eee;
}
.weather-message .message-image {
  border-top: solid 2px #fff;
}
.weather-message .message-image a {
  position: relative;
  display: block;
}
.weather-message .message-image a img {
  margin: auto;
}
.weather-message .message-image a:hover:after,
.weather-message .message-image a:focus:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #1e5c88;
}
.road-stat .dl-horizontal dt {
  width: 85px;
}
.road-stat .dl-horizontal dd {
  margin-left: 85px;
}
.message-image a {
  background: #dcdcdc;
  padding: .3em 0;
  display: block;
}
.message-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.message-image-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .3em 0;
}
.message-image-meta .btn {
  margin-left: auto;
  border: none;
  text-decoration: none;
}
.message-image-meta .btn:hover,
.message-image-meta .btn:focus {
  background: #dcdcdc;
}
.modal .message-image {
  padding: 1.7em 1.7em 0 1.7em;
  background: #dcdcdc;
}
.modal .message-image img {
  margin: 0 auto;
  padding-bottom: 2em;
}
.fav-list-edit button {
  color: #ffffff;
  background-color: #6f675f;
  border-color: #cccccc;
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  border-color: #6f675f;
  border-radius: 0;
}
.fav-list-edit button:hover,
.fav-list-edit button:focus,
.fav-list-edit button.focus,
.fav-list-edit button:active,
.fav-list-edit button.active,
.open > .dropdown-toggle.fav-list-edit button {
  color: #ffffff;
  background-color: #544e47;
  border-color: #adadad;
}
.fav-list-edit button:active,
.fav-list-edit button.active,
.open > .dropdown-toggle.fav-list-edit button {
  background-image: none;
}
.fav-list-edit button.disabled,
.fav-list-edit button[disabled],
fieldset[disabled] .fav-list-edit button,
.fav-list-edit button.disabled:hover,
.fav-list-edit button[disabled]:hover,
fieldset[disabled] .fav-list-edit button:hover,
.fav-list-edit button.disabled:focus,
.fav-list-edit button[disabled]:focus,
fieldset[disabled] .fav-list-edit button:focus,
.fav-list-edit button.disabled.focus,
.fav-list-edit button[disabled].focus,
fieldset[disabled] .fav-list-edit button.focus,
.fav-list-edit button.disabled:active,
.fav-list-edit button[disabled]:active,
fieldset[disabled] .fav-list-edit button:active,
.fav-list-edit button.disabled.active,
.fav-list-edit button[disabled].active,
fieldset[disabled] .fav-list-edit button.active {
  background-color: #6f675f;
  border-color: #cccccc;
}
.fav-list-edit button .badge {
  color: #6f675f;
  background-color: #ffffff;
}
.fav-list-edit button.more:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f054";
}
.fav-list-edit button.more:before.fa-pull-left {
  margin-right: .3em;
}
.fav-list-edit button.more:before.fa-pull-right {
  margin-left: .3em;
}
.fav-list-edit button.more:before.pull-left {
  margin-right: .3em;
}
.fav-list-edit button.more:before.pull-right {
  margin-left: .3em;
}
.fav-list-edit button.btn-secondary {
  background: #9b2e34;
  border-color: #9b2e34;
  color: #fff;
}
.fav-list-edit button.btn-secondary:hover,
.fav-list-edit button.btn-secondary:focus {
  background: #7c252a;
  border-color: #7c252a;
}
.fav-list-edit button:hover,
.fav-list-edit button:focus {
  -webkit-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  outline: none;
  border-color: #6f675f;
}
.fav-list-edit .row {
  margin-bottom: 1em;
}
.fav-list-edit .form-control {
  margin-bottom: .5em;
}
.ferry-message,
.rest-area {
  width: 290px;
}
.ferry-message table,
.rest-area table {
  margin: 0;
}
.ferry-message table thead th,
.rest-area table thead th {
  background: #e5e5e5;
}
.ferry-message table tbody tr,
.rest-area table tbody tr {
  background: #fff !important;
}
.rest-area .fa-check {
  color: #5cb85c;
}
.rest-area .fa-close {
  color: #6f675f;
}
.rest-area .fa-wheelchair {
  color: #5cb85c;
  font-size: 2em;
}
.rest-area .carousel {
  padding: .5em;
}
.rest-area .carousel .carousel-inner {
  text-align: center;
}
.rest-area .carousel .carousel-control {
  background: none;
  color: #1e5c88;
  text-shadow: none;
}
.rest-area .carousel .carousel-indicators {
  bottom: 5px;
}
.rest-area .carousel .carousel-caption {
  bottom: -1px;
}
.goto-link {
  text-decoration: underline;
  margin: .4em 0;
  display: block;
}
.goto-link:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: .5em;
}
.goto-link:after.fa-pull-left {
  margin-right: .3em;
}
.goto-link:after.fa-pull-right {
  margin-left: .3em;
}
.goto-link:after.pull-left {
  margin-right: .3em;
}
.goto-link:after.pull-right {
  margin-left: .3em;
}
.goto-link:hover,
.goto-link:focus {
  text-decoration: none;
}
.joblist-filter.form-well {
  background: #DCDCDC;
  padding: 15px 15px 6px 15px;
}
@media screen and (min-width: 768px) {
  .joblist-filter.form-well .dropdown {
    width: 50%;
  }
}
.joblist-filter.form-well .dropdown .btn {
  width: 100%;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #6f675f;
  border: #6f675f;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .joblist-filter.form-well .dropdown .btn:first-child {
    margin-bottom: .5rem;
  }
}
.joblist-filter.form-well .dropdown .btn > span.fa {
  margin-right: .3em;
}
.joblist-filter.form-well .dropdown .dropdown-menu {
  width: 100%;
}
.joblist-filter.form-well .dropdown .dropdown-menu label {
  font-weight: normal;
}
.joblist-filter.form-well .dropdown .count {
  margin-left: auto;
  margin-right: .5rem;
  position: relative;
  display: inline-block;
}
.joblist-filter.form-well .dropdown .dropdown-toggle:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
}
.joblist-filter.form-well .dropdown .dropdown-toggle:after.fa-pull-left {
  margin-right: .3em;
}
.joblist-filter.form-well .dropdown .dropdown-toggle:after.fa-pull-right {
  margin-left: .3em;
}
.joblist-filter.form-well .dropdown .dropdown-toggle:after.pull-left {
  margin-right: .3em;
}
.joblist-filter.form-well .dropdown .dropdown-toggle:after.pull-right {
  margin-left: .3em;
}
.joblist-filter.form-well .dropdown-menu {
  min-width: 23rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  background: $white;
  box-shadow: 0 0.2rem 0.95rem rgba(0, 0, 0, 0.2), 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
}
.joblist-filter.form-well .dropdown-menu .form-check-label {
  padding-left: 0;
}
.joblist-filter.form-well .dropdown-menu .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  margin-left: .5rem;
}
.joblist-filter-summary {
  padding: 1.6rem;
  background: #fff;
}
.joblist-filter-summary h2 {
  font-size: 14px;
  margin: 0;
}
.joblist-filter-summary label {
  margin-bottom: 0;
  margin-right: .8rem;
}
.joblist-filter-summary .btn-link {
  border: none;
}
.joblist-filter-summary > .align-items-center {
  border-bottom: solid 1px #ccc;
  padding-bottom: .7em;
}
.fa-enabled {
  font-family: FontAwesome, "Open sans", Helvetica, Arial, sans-serif;
  min-height: 38px;
}
.job-search-list {
  margin-bottom: 30px;
  padding: .6rem 1.6rem 1.6rem 1.6rem;
  background: #fff;
}
.job-search-list a {
  padding: .8rem .7rem;
  display: block;
  text-decoration: none;
  -webkit-transition: background ease-in-out 0.1s;
  transition: background ease-in-out 0.1s;
}
.job-search-list a:hover,
.job-search-list a:focus {
  background: #dcdcdc;
}
.job-search-list .job-list {
  padding: 15px;
  background: #fff;
}
.job-search-list article {
  clear: both;
}
.job-search-list article h2 {
  margin: 0 0 .5rem 0;
  color: #1e5c88;
}
@media screen and (max-width: 768px) {
  .job-search-list article h2 a {
    font-size: 28px;
  }
}
.job-search-list article .job-content footer {
  color: #333333;
}
.job-search-list article .job-content footer > ul:first-child {
  margin-bottom: .6rem;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.job-search-list article .job-content footer > ul:first-child > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.job-search-list article .job-content footer > ul:first-child li span.fa {
  min-width: 26px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .job-search-list article .job-content footer > ul:first-child li span.fa {
    min-width: 20px;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .job-search-list article .job-content footer > ul:first-child li span.fa.fa-map-marker {
    min-width: 14px;
  }
}
@media screen and (max-width: 767px) {
  .job-search-list article .job-content footer > ul:first-child li {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .job-search-list article .job-content footer > ul:first-child li {
    display: inline-block;
    margin-right: 1em;
  }
}
.d-md-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .d-md-flex {
    display: block;
  }
}
.mr-md-3 {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .mr-md-3 {
    margin: 0;
  }
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ml-auto {
  margin-left: auto;
}
.text-image {
  position: relative;
}
.text-image figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
.text-image h2 {
  position: absolute;
  bottom: 0.2rem;
  left: 1.6rem;
  color: #fff;
  text-shadow: aliceblue;
  text-shadow: 2px 2px 3px #333333;
  font-size: 3.6rem;
}
@media print {
  body {
    margin-top: auto !important;
    margin-top: 15px;
  }
  body .logo {
    width: 250px;
    margin-top: 25px;
    position: static;
  }
  body .logo img {
    width: 250px;
    height: 69px;
  }
  body #epi-quickNavigator,
  body .pagination,
  body .content-secondary,
  body .cookies,
  body .utilites,
  body form,
  body .global-search-area,
  body .navigation-vertical,
  body .global-nav,
  body .global-search-area,
  body .system-list,
  body .languages,
  body .head-navigation,
  body .return-to-top,
  body .user-summary,
  body .short-cuts,
  body .user-logged-in,
  body .image-gallery,
  body .footer-links,
  body .footer-end .col-two {
    display: none !important;
  }
  body .container {
    width: auto;
  }
  body.three-col .content-first,
  body.two-col .content-first {
    width: 100%;
  }
  body.three-col .content-second,
  body.two-col .content-second {
    width: 100%;
  }
  body.three-col .content-third {
    margin-left: 0;
    width: 100%;
  }
  body .site-footer {
    clear: both;
    border-top: solid 2px #dcdcdc;
    margin-top: 15px;
  }
  body .site-footer .col-one,
  body .site-footer .col-two,
  body .site-footer .col-three {
    width: 100%;
  }
  body article .block.image p {
    position: static;
  }
  a[href]:after {
    content: none !important;
  }
  aside .teaser-image {
    width: 50%;
  }
  .teaser-color a {
    background: transparent;
  }
  body > form {
    display: block !important;
  }
}

