/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting {
  background: url("/site_media/static/js/lib/jquery.datatables/images/sort_both.png?ba132c47c48a") no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url("/site_media/static/js/lib/jquery.datatables/images/sort_asc.png?ba132c47c48a") no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url("/site_media/static/js/lib/jquery.datatables/images/sort_desc.png?ba132c47c48a") no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url("/site_media/static/js/lib/jquery.datatables/images/sort_asc_disabled.png?ba132c47c48a") no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url("/site_media/static/js/lib/jquery.datatables/images/sort_desc_disabled.png?ba132c47c48a") no-repeat center right;
}
table.dataTable tbody tr {
  background-color: white;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.hover tbody tr.odd:hover,
table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr.odd:hover,
table.dataTable.display tbody tr.even:hover {
  background-color: whitesmoke;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.hover tbody tr.odd:hover.selected,
table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
table.dataTable.display tbody tr.odd:hover.selected,
table.dataTable.display tbody tr.even:hover.selected {
  background-color: #a9b7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.display tbody tr.odd:hover > .sorting_1,
table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.display tbody tr.odd:hover > .sorting_2,
table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
  background-color: #ebebeb;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.display tbody tr.odd:hover > .sorting_3,
table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
  background-color: #eeeeee;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
  background-color: #a1aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
  background-color: #a2afc8;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.display tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
  background-color: #a4b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 5px 9px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 5px 9px 3px 9px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px 5px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, gainsboro 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, gainsboro 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/site_media/static/js/lib/fancybox/fancybox_sprite.png?ba132c47c48a);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/site_media/static/js/lib/fancybox/fancybox_loading.gif?ba132c47c48a) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/site_media/static/js/lib/fancybox/blank.gif?ba132c47c48a); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/site_media/static/js/lib/fancybox/fancybox_overlay.png?ba132c47c48a);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/site_media/static/js/lib/fancybox/fancybox_sprite@2x.png?ba132c47c48a);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/site_media/static/js/lib/fancybox/fancybox_loading@2x.gif?ba132c47c48a);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*! jQuery UI - v1.11.2 - 2015-01-13
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
	font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("/site_media/static/js/lib/jquery-ui/images/ui-bg_highlight-soft_100_eeeeee_1x100.png?ba132c47c48a") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url("/site_media/static/js/lib/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png?ba132c47c48a") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("/site_media/static/js/lib/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png?ba132c47c48a") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("/site_media/static/js/lib/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png?ba132c47c48a") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url("/site_media/static/js/lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png?ba132c47c48a") 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url("/site_media/static/js/lib/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png?ba132c47c48a") 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("/site_media/static/js/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png?ba132c47c48a") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_222222_256x240.png?ba132c47c48a");
}
.ui-widget-header .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_ffffff_256x240.png?ba132c47c48a");
}
.ui-state-default .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png?ba132c47c48a");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png?ba132c47c48a");
}
.ui-state-active .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png?ba132c47c48a");
}
.ui-state-highlight .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_228ef1_256x240.png?ba132c47c48a");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/site_media/static/js/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png?ba132c47c48a");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("/site_media/static/js/lib/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png?ba132c47c48a") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("/site_media/static/js/lib/jquery-ui/images/ui-bg_flat_10_000000_40x100.png?ba132c47c48a") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=238c97c3dcd4dbdf9950)
 * Config saved to config.json and https://gist.github.com/238c97c3dcd4dbdf9950
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/site_media/static/bootstrap-min/fonts/glyphicons-halflings-regular.eot?ba132c47c48a');
  src: url('/site_media/static/bootstrap-min/fonts/glyphicons-halflings-regular.eot?&ba132c47c48a#iefix') format('embedded-opentype'), url('/site_media/static/bootstrap-min/fonts/glyphicons-halflings-regular.woff?ba132c47c48a') format('woff'), url('/site_media/static/bootstrap-min/fonts/glyphicons-halflings-regular.ttf?ba132c47c48a') format('truetype'), url('/site_media/static/bootstrap-min/fonts/glyphicons-halflings-regular.svg?ba132c47c48a#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.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: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  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: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@font-face {
  font-family: 'icomoon';
  src: url("/site_media/static/css/fonts/icomoon.eot?keek72&ba132c47c48a");
  src: url("/site_media/static/css/fonts/icomoon.eot?&ba132c47c48a#iefixkeek72") format("embedded-opentype"), url("/site_media/static/css/fonts/icomoon.woff?keek72&ba132c47c48a") format("woff"), url("/site_media/static/css/fonts/icomoon.ttf?keek72&ba132c47c48a") format("truetype"), url("/site_media/static/css/fonts/icomoon.svg?keek72&ba132c47c48a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e603"; }

.icon-mail:before {
  content: "\e604"; }

.icon-pencil:before {
  content: "\e605"; }

.icon-reply:before {
  content: "\e613"; }

.icon-forward:before {
  content: "\e614"; }

.icon-user:before {
  content: "\e618"; }

.icon-location:before {
  content: "\e606"; }

.icon-heart:before {
  content: "\e607"; }

.icon-chat:before {
  content: "\e608"; }

.icon-house:before {
  content: "\e609"; }

.icon-search:before {
  content: "\e600"; }

.icon-printer:before {
  content: "\e60a"; }

.icon-camera:before {
  content: "\e60b"; }

.icon-newspaper:before {
  content: "\e60c"; }

.icon-calendar:before {
  content: "\e61e"; }

.icon-key:before {
  content: "\e623"; }

.icon-pie:before {
  content: "\e61f"; }

.icon-graph:before {
  content: "\e620"; }

.icon-lock:before {
  content: "\e619"; }

.icon-checkmark:before {
  content: "\e60d"; }

.icon-cross:before {
  content: "\e60e"; }

.icon-info:before {
  content: "\e60f"; }

.icon-help:before {
  content: "\e610"; }

.icon-warning:before {
  content: "\e611"; }

.icon-shuffle:before {
  content: "\e612"; }

.icon-list:before {
  content: "\e615"; }

.icon-layout:before {
  content: "\e616"; }

.icon-list2:before {
  content: "\e617"; }

.icon-text:before {
  content: "\e621"; }

.icon-text2:before {
  content: "\e622"; }

.icon-arrow-left:before {
  content: "\e61a"; }

.icon-arrow-right2:before {
  content: "\e61b"; }

.icon-arrow-down:before {
  content: "\e61c"; }

.icon-arrow-down2:before {
  content: "\e61d"; }

.icon-arrow-right:before {
  content: "\e601"; }

.icon-uniE602:before {
  content: "\e602"; }

/*************************************************************
BASICS                                                      */
body, input, select, textarea {
  font-family: "Open Sans", sans-serif;
  color: #090b11;
  background: #ffffff; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 900; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none; }

a, a:visited {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #547b97;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  -o-transition: color 0.25s ease-in;
  -transition: color 0.25s ease-in;
  transition: color 0.25s ease-in; }
  a:hover, a:active, a:visited:hover, a:visited:active {
    text-decoration: none;
    color: #304655; }

/*************************************************************
COMPONENTS                                                  */
.ui-clear {
  zoom: 1;
  clear: both; }

.ui-alert {
  background-color: #f7a6a6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbd5d5), to(#f7a6a6));
  background-image: -webkit-linear-gradient(top, #fbd5d5, #f7a6a6);
  background-image: -moz-linear-gradient(top, #fbd5d5, #f7a6a6);
  background-image: -o-linear-gradient(top, #fbd5d5, #f7a6a6);
  background-image: linear-gradient(to bottom, #fbd5d5, #f7a6a6);
  -webkit-box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  -moz-box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  -ms-box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  -o-box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  -box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  box-shadow: inset 0px 0px 2px 0px #f7a6a6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 10px 10px 10px 40px;
  margin: 10px 0;
  font-size: 12px; }
  .ui-alert a, .ui-alert a:visited {
    color: #f06060; }
    .ui-alert a:hover, .ui-alert a:visited:hover {
      color: #ec3131; }
  .ui-alert:before {
    font-family: 'icomoon';
    content: "\e611";
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -border-radius: 30px;
    border-radius: 30px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px; }
  .ui-alert.info {
    background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ddeefb), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #ddeefb, #f0f0f0);
    background-image: -moz-linear-gradient(top, #ddeefb, #f0f0f0);
    background-image: -o-linear-gradient(top, #ddeefb, #f0f0f0);
    background-image: linear-gradient(to bottom, #ddeefb, #f0f0f0);
    -webkit-box-shadow: inset 0px 0px 2px 0px #9ccdee;
    -moz-box-shadow: inset 0px 0px 2px 0px #9ccdee;
    -ms-box-shadow: inset 0px 0px 2px 0px #9ccdee;
    -o-box-shadow: inset 0px 0px 2px 0px #9ccdee;
    -box-shadow: inset 0px 0px 2px 0px #9ccdee;
    box-shadow: inset 0px 0px 2px 0px #9ccdee; }
    .ui-alert.info:before {
      content: "\e60f";
      color: #547b97; }
    .ui-alert.info a, .ui-alert.info a:visited {
      color: #2a9bf3; }
      .ui-alert.info a:hover, .ui-alert.info a:visited:hover {
        color: #0c82de; }

.button-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .button-list > li {
    margin-bottom: 10px; }

.ui-button {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: 0;
  outline: 0;
  cursor: pointer;
  color: #2a3342;
  padding: 8px 15px;
  font-size: 10px;
  background: transparent;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  -moz-box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  -ms-box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  -o-box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  -box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  box-shadow: inset 0px 0px 2px 0px #a0a1a7;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out; }
  .ui-button [class^="icon-"], .ui-button [class*=" icon-"] {
    font-size: 16px; }
  .ui-button.icon {
    position: relative;
    padding-left: 30px;
    min-height: 30px; }
    .ui-button.icon > span {
      position: absolute;
      display: block;
      top: 7px;
      left: 11px; }
  .ui-button.large {
    padding: 14px 20px;
    font-size: 12px; }
  .ui-button:hover, .ui-button:active {
    -webkit-box-shadow: inset 0px 0px 2px 0px #606167;
    -moz-box-shadow: inset 0px 0px 2px 0px #606167;
    -ms-box-shadow: inset 0px 0px 2px 0px #606167;
    -o-box-shadow: inset 0px 0px 2px 0px #606167;
    -box-shadow: inset 0px 0px 2px 0px #606167;
    box-shadow: inset 0px 0px 2px 0px #606167;
    color: #333; }
  .ui-button.style-3d {
    -webkit-box-shadow: inset 0px -3px 0px 0px #999;
    -moz-box-shadow: inset 0px -3px 0px 0px #999;
    -ms-box-shadow: inset 0px -3px 0px 0px #999;
    -o-box-shadow: inset 0px -3px 0px 0px #999;
    -box-shadow: inset 0px -3px 0px 0px #999;
    box-shadow: inset 0px -3px 0px 0px #999;
    background: #eee; }
    .ui-button.style-3d:hover, .ui-button.style-3d:active {
      -webkit-box-shadow: inset 0px -1px 0px 0px #999;
      -moz-box-shadow: inset 0px -1px 0px 0px #999;
      -ms-box-shadow: inset 0px -1px 0px 0px #999;
      -o-box-shadow: inset 0px -1px 0px 0px #999;
      -box-shadow: inset 0px -1px 0px 0px #999;
      box-shadow: inset 0px -1px 0px 0px #999;
      background-color: #f5f5f5; }
    .ui-button.style-3d.color-style1 {
      -webkit-box-shadow: inset 0px -3px 0px 0px #98cbcc;
      -moz-box-shadow: inset 0px -3px 0px 0px #98cbcc;
      -ms-box-shadow: inset 0px -3px 0px 0px #98cbcc;
      -o-box-shadow: inset 0px -3px 0px 0px #98cbcc;
      -box-shadow: inset 0px -3px 0px 0px #98cbcc;
      box-shadow: inset 0px -3px 0px 0px #98cbcc; }
      .ui-button.style-3d.color-style1:hover, .ui-button.style-3d.color-style1:active {
        -webkit-box-shadow: inset 0px -1px 0px 0px #98cbcc;
        -moz-box-shadow: inset 0px -1px 0px 0px #98cbcc;
        -ms-box-shadow: inset 0px -1px 0px 0px #98cbcc;
        -o-box-shadow: inset 0px -1px 0px 0px #98cbcc;
        -box-shadow: inset 0px -1px 0px 0px #98cbcc;
        box-shadow: inset 0px -1px 0px 0px #98cbcc; }
    .ui-button.style-3d.color-style2 {
      -webkit-box-shadow: inset 0px -3px 0px 0px #426076;
      -moz-box-shadow: inset 0px -3px 0px 0px #426076;
      -ms-box-shadow: inset 0px -3px 0px 0px #426076;
      -o-box-shadow: inset 0px -3px 0px 0px #426076;
      -box-shadow: inset 0px -3px 0px 0px #426076;
      box-shadow: inset 0px -3px 0px 0px #426076; }
      .ui-button.style-3d.color-style2:hover, .ui-button.style-3d.color-style2:active {
        -webkit-box-shadow: inset 0px -1px 0px 0px #426076;
        -moz-box-shadow: inset 0px -1px 0px 0px #426076;
        -ms-box-shadow: inset 0px -1px 0px 0px #426076;
        -o-box-shadow: inset 0px -1px 0px 0px #426076;
        -box-shadow: inset 0px -1px 0px 0px #426076;
        box-shadow: inset 0px -1px 0px 0px #426076; }
    .ui-button.style-3d.color-dark {
      -webkit-box-shadow: inset 0px -3px 0px 0px #10141e;
      -moz-box-shadow: inset 0px -3px 0px 0px #10141e;
      -ms-box-shadow: inset 0px -3px 0px 0px #10141e;
      -o-box-shadow: inset 0px -3px 0px 0px #10141e;
      -box-shadow: inset 0px -3px 0px 0px #10141e;
      box-shadow: inset 0px -3px 0px 0px #10141e; }
      .ui-button.style-3d.color-dark:hover, .ui-button.style-3d.color-dark:active {
        -webkit-box-shadow: inset 0px -1px 0px 0px #10141e;
        -moz-box-shadow: inset 0px -1px 0px 0px #10141e;
        -ms-box-shadow: inset 0px -1px 0px 0px #10141e;
        -o-box-shadow: inset 0px -1px 0px 0px #10141e;
        -box-shadow: inset 0px -1px 0px 0px #10141e;
        box-shadow: inset 0px -1px 0px 0px #10141e; }
  .ui-button.color-style1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    background: #badcdd;
    color: #212b40; }
    .ui-button.color-style1:hover, .ui-button.color-style1:active {
      background-color: #cbe5e5; }
  .ui-button.color-style2 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    background: #547b97;
    color: #fff; }
    .ui-button.color-style2:hover, .ui-button.color-style2:active {
      background-color: #5f88a6; }
  .ui-button.color-style3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    background: #c2e078;
    color: #212b40; }
    .ui-button.color-style3:hover, .ui-button.color-style3:active {
      background-color: #cbe58d; }
  .ui-button.color-dark {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    background: #212b40 url(/site_media/static/images/overlay-twice.png);
    color: #fff; }
    .ui-button.color-dark:hover, .ui-button.color-dark:active {
      background-color: #2a3651; }
  .ui-button.to-style1:hover, .ui-button.to-style1:active {
    -webkit-box-shadow: inset 0px 0px 1px 0px #badcdd;
    -moz-box-shadow: inset 0px 0px 1px 0px #badcdd;
    -ms-box-shadow: inset 0px 0px 1px 0px #badcdd;
    -o-box-shadow: inset 0px 0px 1px 0px #badcdd;
    -box-shadow: inset 0px 0px 1px 0px #badcdd;
    box-shadow: inset 0px 0px 1px 0px #badcdd;
    background: #badcdd; }
  .ui-button.to-style2:hover, .ui-button.to-style2:active {
    -webkit-box-shadow: inset 0px 0px 1px 0px #547b97;
    -moz-box-shadow: inset 0px 0px 1px 0px #547b97;
    -ms-box-shadow: inset 0px 0px 1px 0px #547b97;
    -o-box-shadow: inset 0px 0px 1px 0px #547b97;
    -box-shadow: inset 0px 0px 1px 0px #547b97;
    box-shadow: inset 0px 0px 1px 0px #547b97;
    color: #fff;
    background: #547b97; }
  .ui-button.to-white:hover, .ui-button.to-white:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    color: #547b97;
    background: #ffffff; }
  .ui-button.to-red:hover, .ui-button.to-red:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    background: #f06060; }

@media only screen and (min-width: 481px) {
  .only-mobile {
    display: none !important; } }
@media only screen and (max-width: 480px) {
  .only-desktop {
    display: none !important; } }
/*////////////////////////////////////////////////////////////// 0px */
/*/////////////////////////////////////////////////////////////////////
//  Base settings
/////////////////////////////////////////////////////////////////////*/
body {
  max-width: 100%;
  background: #f0f0f0 url(/site_media/static/images/overlay.png?ba132c47c48a);
  padding-bottom: 20px; }
  body.popup {
    padding: 20px 0; }

body, input, select, textarea {
  font-size: 12px;
  line-height: 1.4em;
  letter-spacing: 0; }

/*/////////////////////////////////////////////////////////////////////
//  Typography
/////////////////////////////////////////////////////////////////////*/
h1 {
  margin: 0 0 10px 0;
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase; }

h2, h3, h4, h5, h6 {
  margin: 0 0 .5em 0;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0.05em; }

h2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  font-size: 1.8em;
  line-height: 1.25em;
  letter-spacing: 0.075em;
  text-transform: none; }

h3 {
  margin-bottom: 10px; }

p {
  margin: 0 0 2em; }

input[type=text], input[type=number], input[type=email], .select, select, textarea {
  font-size: 12px;
  line-height: 1em;
  outline: none;
  padding: 5px 10px;
  width: 100px;
  background: #ffffff; }

textarea {
  width: 200px;
  min-height: 75px; }

::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #c8c8c8; }

:-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #c8c8c8; }

::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #c8c8c8; }

:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  color: #c8c8c8; }

/*/////////////////////////////////////////////////////////////////////
//  Header
/////////////////////////////////////////////////////////////////////*/
#header {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: #547b97 top center; }
  #header h1 {
    line-height: 50px;
    margin: 0;
    height: 50px;
    text-transform: none; }
  #header h1 a {
    color: #ffffff; }
  #header .search {
    display: none;
    margin-bottom: 10px; }
    #header .search input {
      width: 100%; }
  #header .button {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
    #header .button a {
      color: #fff;
      border-color: #fff;
      font-size: 12px; }

/*/////////////////////////////////////////////////////////////////////
//  Container
/////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////
//  navigation
/////////////////////////////////////////////////////////////////////*/
#navigation {
  display: none; }
  #navigation .active {
    display: block; }
  #navigation ul {
    padding: 0;
    margin: 0; }
  #navigation li {
    display: block;
    padding: 0; }
    #navigation li.loading {
      background: url(/site_media/static/images/ajax-loader-header.gif?c7255f1bcc2e) left center no-repeat;
      padding-left: 10px; }
    #navigation li a {
      display: block;
      color: #fff;
      padding: 6px 3px;
      border-bottom: 1px #ccc solid; }

/*/////////////////////////////////////////////////////////////////////
//  Wrap
/////////////////////////////////////////////////////////////////////*/
.wrap {
  margin: 0 auto;
  max-width: 1020px; }
  .wrap > .inner {
    padding: 0 10px; }

/*/////////////////////////////////////////////////////////////////////
//  Content
/////////////////////////////////////////////////////////////////////*/
/* Breadcrumbs */
.breadcrumbs {
  display: none; }
  .breadcrumbs .dynamic {
    display: none; }
  .breadcrumbs .alternatives {
    display: none; }

.ui-background {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  -moz-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  -ms-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  -o-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  -box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  background: #ffffff; }
  .ui-background.ui-padding {
    padding: 20px 15px 20px 15px;
    margin-bottom: 20px; }

/* Tables */
.ui-table-head {
  margin-bottom: 10px;
  overflow: hidden; }
  .ui-table-head h4 {
    padding-top: 5px;
    margin: 0;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .ui-table-head.ui-right h3,
  .ui-table-head.ui-right h4,
  .ui-table-head.ui-right h2 {
    float: left; }
  .ui-table-head.ui-right .ui-right,
  .ui-table-head.ui-right .ui-buttons {
    float: right; }

.ui-table-help {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  padding: 5px; }
  .ui-table-help li {
    position: relative;
    float: left;
    padding-left: 14px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    color: #999;
    margin: 0 5px; }
    .ui-table-help li span {
      position: absolute;
      display: block;
      width: 10px;
      height: 10px;
      top: 2px;
      left: 0;
      background: #eee;
      border: #d5d5d5 1px solid; }
      .ui-table-help li span.style2 {
        background: #547b97;
        border-color: #426076; }
      .ui-table-help li span.style3 {
        background: #c2e078;
        border-color: #afd64f; }

table.ui-table {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  -moz-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  -ms-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  -o-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  -box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.8), 0px 0px 1px 0px #bbbbbb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  background: #ffffff; }
  table.ui-table a {
    text-decoration: none; }
    table.ui-table a:hover {
      text-decoration: underline; }
  table.ui-table td, table.ui-table th {
    padding: 10px;
    text-align: left; }
    table.ui-table td:first-child, table.ui-table th:first-child {
      padding-left: 15px; }
    table.ui-table td:last-child, table.ui-table th:last-child {
      padding-right: 15px; }
  table.ui-table tr:nth-child(odd) td {
    background: #f9f9f9; }
  table.ui-table tr.border-top > td, table.ui-table tr.border-top > th {
    border-top: 5px #f0f0f0 solid; }
  table.ui-table thead th {
    padding-bottom: 10px;
    border-bottom: #ddd 1px solid;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700; }
  table.ui-table tbody th {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px; }
  table.ui-table tbody td {
    border-bottom: #f0f0f0 1px solid; }
  table.ui-table tbody tr:last-child td {
    border-bottom: none; }
  table.ui-table tfoot.ui-left, table.ui-table tfoot.ui-left td {
    text-align: left; }
  table.ui-table tfoot tr:nth-child(odd) td {
    background: #eee;
    border-top: #e0e0e0 1px solid; }
    table.ui-table tfoot tr:nth-child(odd) td .ui-stats-bar {
      background: #fff; }
  table.ui-table.ui-center td, table.ui-table.ui-center th {
    text-align: center; }
    table.ui-table.ui-center td:first-child, table.ui-table.ui-center th:first-child {
      text-align: left; }
  table.ui-table.ui-two td, table.ui-table.ui-two th {
    width: 50%; }
  table.ui-table.ui-first-center td:first-child, table.ui-table.ui-first-center th:first-child {
    text-align: center; }
  table.ui-table.ui-sortable {
    border-bottom: none; }
    table.ui-table.ui-sortable thead th {
      padding-top: 10px;
      border-right: #ddd 1px solid;
      padding-left: 10px; }
      table.ui-table.ui-sortable thead th:first-child {
        padding-left: 15px; }
      table.ui-table.ui-sortable thead th:last-child {
        border-right: 0; }
  table.ui-table .ui-title {
    font-weight: 700; }
  table.ui-table.filtered .filter_active {
    background: #fff;
    border: none; }
  table.ui-table .ui-iconbox {
    position: relative;
    display: block;
    text-decoration: none;
    color: #212b40;
    padding-left: 40px; }
    table.ui-table .ui-iconbox:before {
      content: "\e60c";
      speak: none;
      font-size: 32px;
      font-family: 'icomoon';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0;
      top: 8px; }
    table.ui-table .ui-iconbox > span {
      position: relative;
      display: block; }
      table.ui-table .ui-iconbox > span > span {
        position: absolute;
        display: block;
        top: 0;
        left: 0; }
      table.ui-table .ui-iconbox > span.red {
        color: #f06060; }
      table.ui-table .ui-iconbox > span.green {
        color: #799b24; }
    table.ui-table .ui-iconbox:hover {
      text-decoration: none; }
      table.ui-table .ui-iconbox:hover:before {
        color: #212b40; }
    table.ui-table .ui-iconbox.date:before {
      content: "\e61e"; }
    table.ui-table .ui-iconbox.key:before {
      content: "\e623"; }
    table.ui-table .ui-iconbox.unit:before {
      content: "\e621"; }
  table.ui-table a.ui-iconbox:before {
    color: #547b97; }
  table.ui-table span.red {
    color: #f06060; }
  table.ui-table span.green {
    color: #799b24; }

.dataTables_info {
  margin-top: -20px;
  margin-bottom: 10px; }

/* Links */
.indicator_link.status10, .indicator_link.status20, .indicator_link.status0, .indicator_link.status-1, .indicator_link.status-2, .indicator_link.status-3 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  padding: 2px 5px;
  margin-left: -5px; }
.indicator_link.status0 {
  background: #afd64f;
  color: #ffffff; }
  .indicator_link.status0:hover {
    color: #ffffff; }
.indicator_link.status10 {
  background: #B59824;
  color: #ffffff; }
  .indicator_link.status10:hover {
    color: #ffffff; }
.indicator_link.status20 {
  background: #547b97;
  color: #ffffff; }
  .indicator_link.status20:hover {
    color: #ffffff; }
.indicator_link.status-1 {
  background: #A872BA;
  color: #ffffff; }
.indicator_link.status-2 {
  background: #f06060;
  color: #ffffff; }
  .indicator_link.status-2:hover {
    color: #ffffff; }
.indicator_link.status-3 {
  background: #d61414;
  color: #ffffff; }
  .indicator_link.status-3:hover {
    color: #ffffff; }

/* Stats */
.ui-stats .ui-stats-bar {
  margin-top: 5px;
  margin-bottom: 8px; }

.ui-inline-pie,
.ui-inline-pie-empty {
  display: inline-block;
  width: 50px;
  height: 50px; }

.ui-inline-pie-empty {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -border-radius: 25px;
  border-radius: 25px;
  border: #f2f2f2 2px solid; }

.ui-info-text {
  margin-top: 5px; }
  .ui-info-text > span {
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
    margin-top: -2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -border-radius: 2px;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    line-height: 10px;
    background: #eee;
    color: #999; }
    .ui-info-text > span .free-counter {
      color: #000; }
  .ui-info-text.cleen > span {
    background: none;
    color: #ccc; }

.ui-text-disabled {
  color: #999; }

.ui-stats-bar {
  position: relative;
  overflow: hidden;
  height: 10px;
  width: 100%;
  background: #eee; }
  .ui-stats-bar > span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 30%;
    background: #c2e078;
    z-index: 2; }
    .ui-stats-bar > span.type2 {
      z-index: 1;
      background-color: #547b97; }

/* Tabs */
.ui-tabs {
  margin: 10px 0;
  padding: 0; }
  .ui-tabs .tablist {
    position: relative;
    overflow: hidden; }
    .ui-tabs .tablist:after {
      content: '';
      overflow: hidden;
      height: 1px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ccc; }
    .ui-tabs .tablist a {
      display: block;
      float: left;
      position: relative;
      z-index: 1;
      padding: 10px 10px;
      border: 1px transparent solid;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1px; }
      .ui-tabs .tablist a.active {
        border-color: #ccc;
        border-bottom: #f0f0f0 1px solid;
        text-decoration: none;
        color: #212b40; }
  .ui-tabs .ui-tab {
    padding-top: 20px; }
  .ui-tabs.background {
    padding: 0 15px 0 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    -moz-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    -ms-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    -o-box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    -box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 0.6), 0px 0px 1px 0px rgba(187, 187, 187, 0.7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -border-radius: 2px;
    border-radius: 2px;
    background: #ffffff; }
    .ui-tabs.background table.ui-table {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -box-shadow: none;
      box-shadow: none;
      border: #ddd 1px solid; }
    .ui-tabs.background .tablist {
      background: #f3f3f3;
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden;
      -webkit-border-radius: 2px 2px 0 0;
      -moz-border-radius: 2px 2px 0 0;
      -ms-border-radius: 2px 2px 0 0;
      -o-border-radius: 2px 2px 0 0;
      -border-radius: 2px 2px 0 0;
      border-radius: 2px 2px 0 0; }
      .ui-tabs.background .tablist:after {
        background: #d7d7d7; }
      .ui-tabs.background .tablist a {
        border-top: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -transition: none;
        transition: none;
        border-right: #d7d7d7 1px solid;
        border-left: none; }
        .ui-tabs.background .tablist a:hover {
          background: #f0f0f0;
          border-bottom: #d7d7d7 1px solid; }
        .ui-tabs.background .tablist a.active {
          border-color: #d7d7d7;
          background: #ffffff;
          border-bottom: #ffffff 1px solid;
          color: #212b40;
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          -transition: none;
          transition: none; }
        .ui-tabs.background .tablist a:first-child {
          border-left: none; }
  @media only screen and (min-width: 768px) {
    .ui-tabs.vertical {
      padding-left: 190px; }
      .ui-tabs.vertical.background .tablist, .ui-tabs.vertical .tablist {
        position: absolute;
        left: 0px;
        top: 0px;
        margin-left: 0;
        width: 180px; }
        .ui-tabs.vertical.background .tablist:after, .ui-tabs.vertical .tablist:after {
          display: none;
          width: 0; }
        .ui-tabs.vertical.background .tablist a, .ui-tabs.vertical .tablist a {
          border-right: none; }
      .ui-tabs.vertical .ui-tab {
        padding: 0 0; }
        .ui-tabs.vertical .ui-tab .items > .row-sm.padding {
          margin-left: -5px; } }

.map-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; }

/*/////////////////////////////////////////////////////////////////////
//  Sections
/////////////////////////////////////////////////////////////////////*/
#sections > .inner > header {
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px; }
  #sections > .inner > header h2 {
    height: 26px;
    margin: 0;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px; }

/* Section header styles */
section header {
  overflow: hidden; }

/* Section standards */
section {
  padding: 3em 0; }

/* Section uniqe */
/*/////////////////////////////////////////////////////////////////////
//  Pages
/////////////////////////////////////////////////////////////////////*/
#page > header {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: #bdbdbd 1px dotted; }
  #page > header h2 {
    margin-bottom: 5px; }
    #page > header h2 .status {
      position: relative;
      display: inline-block;
      margin-bottom: -1px;
      padding: 0 2px;
      margin-left: 0px;
      font-family: "Roboto", sans-serif;
      font-size: 10px;
      font-weight: 400;
      line-height: 10px;
      letter-spacing: 1px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      -border-radius: 2px;
      border-radius: 2px;
      color: #ffffff;
      vertical-align: baseline; }
      #page > header h2 .status.green {
        background: #99c52d; }
      #page > header h2 .status.status50 {
        background: #ddd;
        color: #999; }
      #page > header h2 .status > span {
        display: block;
        padding: 4px 5px;
        float: left; }
        #page > header h2 .status > span.key {
          padding: 0;
          float: none; }
      #page > header h2 .status a {
        display: block;
        padding: 4px 5px;
        color: #ffffff;
        float: left; }
        #page > header h2 .status a:hover {
          text-decoration: underline; }
  #page > header p {
    margin: 0; }
    #page > header p.info {
      color: #999;
      font-style: italic; }
  #page > header .ui-buttons {
    margin-top: 5px; }
    #page > header .ui-buttons .ui-button {
      margin-top: 5px; }
  #page > header.icon {
    position: relative;
    padding-left: 60px; }
    #page > header.icon > .icon {
      display: block;
      position: absolute;
      top: 3px;
      left: 0;
      font-size: 45px;
      color: #bdbdbd; }

/*/////////////////////////////////////////////////////////////////////
//  Footer
/////////////////////////////////////////////////////////////////////*/
#footer {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }

/*/////////////////////////////////////////////////////////////////////
//  Grid
/////////////////////////////////////////////////////////////////////*/
.row-xs,
.row-la,
.row-me,
.row-sm {
  *zoom: 1; }
  .row-xs:before, .row-xs:after,
  .row-la:before,
  .row-la:after,
  .row-me:before,
  .row-me:after,
  .row-sm:before,
  .row-sm:after {
    display: table;
    content: "";
    line-height: 0; }
  .row-xs:after,
  .row-la:after,
  .row-me:after,
  .row-sm:after {
    clear: both; }
  .row-xs.padding,
  .row-la.padding,
  .row-me.padding,
  .row-sm.padding {
    margin-left: -10px;
    margin-right: -10px; }
    .row-xs.padding > div,
    .row-la.padding > div,
    .row-me.padding > div,
    .row-sm.padding > div {
      padding-left: 10px;
      padding-right: 10px; }
  .row-xs.padding-small,
  .row-la.padding-small,
  .row-me.padding-small,
  .row-sm.padding-small {
    margin-left: -5px;
    margin-right: -5px; }
    .row-xs.padding-small > div,
    .row-la.padding-small > div,
    .row-me.padding-small > div,
    .row-sm.padding-small > div {
      padding-left: 5px;
      padding-right: 5px; }

.row-xs .col-xs-nl {
  clear: both; }
.row-xs .col-xs1, .row-xs .col-xs2, .row-xs .col-xs3, .row-xs .col-xs4, .row-xs .col-xs5, .row-xs .col-xs6, .row-xs .col-xs7, .row-xs .col-xs8, .row-xs .col-xs9, .row-xs .col-xs10, .row-xs .col-xs11, .row-xs .col-xs12 {
  min-height: 1px;
  float: left; }
.row-xs.border-bottom {
  border-bottom: #4e5f61 1px solid; }
.row-xs .col-xs1 {
  width: 8.33333333333%; }
.row-xs .col-xs2 {
  width: 16.6666666667%; }
.row-xs .col-xs3 {
  width: 25.0%; }
.row-xs .col-xs4 {
  width: 33.3333333333%; }
.row-xs .col-xs5 {
  width: 41.6666666667%; }
.row-xs .col-xs6 {
  width: 50.0%; }
.row-xs .col-xs7 {
  width: 58.3333333333%; }
.row-xs .col-xs8 {
  width: 66.6666666667%; }
.row-xs .col-xs9 {
  width: 75.0%; }
.row-xs .col-xs10 {
  width: 83.3333333333%; }
.row-xs .col-xs11 {
  width: 91.6666666667%; }
.row-xs .col-xs12 {
  margin-left: 0;
  width: 100%; }

/*
#container .inner form {
    border: 1px #ccc solid;
    padding: 10px;
    margin: 20px 0;
}
*/
table.agreements tbody tr.checkbox_disabled, table.agreements tbody tr.checkbox_disabled a {
  color: #ccc; }

table.form {
  margin-bottom: 10px; }
  .popup table.form {
    width: 100%; }
  .popup .new_customer table.form {
    width: auto; }
  table.form th {
    text-align: right;
    padding-right: 10px; }
  table.form input[type=text], table.form input[type=number], table.form input[type=email], table.form textarea {
    width: 200px; }
  table.form ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    table.form ul li label {
      display: block;
      padding: 2px 0px; }

.ui-info-message {
  border: 1px #ccc dashed;
  padding: 10px;
  margin: 10px 0; }

.signature {
  border: 2px #000 solid;
  width: 100%;
  height: 200px; }

.map {
  position: relative; }
  .map img {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden; }
    .map img.visible {
      visibility: visible; }
  .map .unit {
    position: absolute;
    overflow: hidden;
    background: #ccc;
    border: 1px #000 solid;
    text-align: center;
    color: #000; }
    .map .unit .number {
      display: block; }
    .map .unit .name {
      display: none; }
    .map .unit:hover {
      min-width: 120px;
      min-height: 40px;
      height: auto;
      z-index: 99;
      opacity: .8; }
      .map .unit:hover .name {
        display: block; }
    .map .unit.disabled {
      opacity: .5;
      border: none; }
    .map .unit.status0 {
      background: #afd64f;
      color: #ffffff; }
      .map .unit.status0:hover {
        color: #ffffff; }
    .map .unit.status20 {
      background: #547b97;
      color: #ffffff; }
      .map .unit.status20:hover {
        color: #ffffff; }
    .map .unit.status-1 {
      background: #f06060;
      color: #ffffff; }
    .map .unit.status-2 {
      background: #f06060;
      color: #ffffff; }
      .map .unit.status-2:hover {
        color: #ffffff; }
    .map .unit.status-3 {
      background: #d61414;
      color: #ffffff; }
      .map .unit.status-3:hover {
        color: #ffffff; }

.quickview {
  position: absolute;
  background: #fff;
  border: 1px #ccc solid;
  padding: 20px; }

.toggle-menu ul {
  display: none;
  position: absolute;
  padding: 3px;
  background: #fff;
  z-index: 2;
  list-style: none;
  margin: 0; }
  .toggle-menu ul a {
    display: block; }

.agreement-table .icon {
  width: 20px; }
  .agreement-table .icon .glyphicon {
    margin-right: 5px; }
.agreement-table.has-subrows .icon {
  width: 65px; }
.agreement-table tr.subrow .icon {
  padding-left: 20px;
  width: auto; }

.edit_inactive {
  border: 1px #000 dashed;
  padding: 2px 3px;
  display: inline-block;
  margin-bottom: 3px; }

.account-list td.title {
  width: 200px; }

.ajax-load.loading {
  background: url(/site_media/static/images/ajax-loader.gif?c9a8a21439c8) no-repeat center center; }

.ui-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 4px;
  background: url(/site_media/static/images/ajax-loader.gif?c9a8a21439c8) no-repeat center center; }

.dz-drag-hover {
  border: 1px #ccc dashed;
  background: #def; }

.invoice-indicator.indicator20 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #0f0;
  border-radius: 10px 10px; }
.invoice-indicator.indicator10 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f00;
  border-radius: 10px 10px; }
.invoice-indicator.indicator5 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ff0;
  border-radius: 10px 10px; }

#invoice_list {
  margin-bottom: 20px; }
  #invoice_list.fixed {
    position: fixed;
    left: 20px;
    top: 100px;
    width: 220px;
    padding: 5px 10px;
    background: #fff; }
  #invoice_list .active {
    font-weight: bold; }

.book-indicator {
  border-radius: 10px 10px;
  background: #fff;
  width: 10px;
  height: 10px;
  display: inline-block; }
  .book-indicator.status20 {
    background: #ff0; }
  .book-indicator.status25 {
    background: #9f9; }
  .book-indicator.status30 {
    background: #3f3; }

form h1 {
  text-transform: none; }

.form-group {
  page-break-inside: avoid;
  background: #fafafa;
  padding: 8px;
  border: 1px solid #4e5f61;
  margin-top: -1px; }
  .form-group p {
    margin: 0; }
  .form-group label {
    font-weight: bold;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px; }
  .form-group .errorlist {
    list-style-type: none;
    padding-left: 0;
    color: red; }
  .form-group input, .form-group textarea {
    width: 100%; }
  .form-group textarea {
    resize: vertical;
    height: 50px; }

.form-section {
  background: #fafafa;
  border-radius: 5px; }
  .form-section__header {
    page-break-before: auto;
    margin: 20px 0 0;
    padding: 8px;
    background: #bbb;
    border: 1px solid #4e5f61; }

.field-value--readonly {
  min-height: 26px; }

.form-buttons {
  margin-top: 10px; }

.rounds-items .header {
  border-bottom: 2px #ccc solid;
  background: #eee; }
.rounds-items .item-row {
  border-bottom: 1px #ccc solid;
  position: relative; }
  .rounds-items .item-row > div {
    padding: 10px 10px; }
  .rounds-items .item-row .title {
    padding-left: 5px;
    border-radius: 0 0 10px 0; }
    .rounds-items .item-row .title strong {
      display: block;
      font-size: 120%;
      margin-bottom: 5px; }
  .rounds-items .item-row .indicator {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #888; }
  .rounds-items .item-row .history {
    position: absolute;
    right: 10px;
    font-size: 15px;
    line-height: 30px;
    height: 30px; }
  .rounds-items .item-row.active-item .actions-first {
    position: absolute;
    top: 10px;
    right: 10px; }
    .rounds-items .item-row.active-item .actions-first .comments-count {
      display: inline-block;
      padding-left: 10px; }
  .rounds-items .item-row.item-status-0 .title {
    background: #EEF9E8; }
  .rounds-items .item-row.item-status-0 .indicator {
    color: #3EC100; }
  .rounds-items .item-row.item-status-30 .title {
    background: #FAECEC; }
  .rounds-items .item-row.item-status-30 .indicator {
    color: #CE251F; }
  .rounds-items .item-row .log {
    padding-top: 10px; }
    .rounds-items .item-row .log .comment {
      padding: 5px 0px;
      border-top: 1px #ccc solid; }
  .rounds-items .item-row form input[type=text], .rounds-items .item-row form textarea {
    width: 90%;
    margin: 10px 0; }

@media only screen and (min-width: 481px) {
  @-webkit-keyframes buttonIcon {
    0% {
      -webkit-transform: translateY(0%) scale(1);
      opacity: 1; }
    20% {
      -webkit-transform: translateY(5%) scale(0.9);
      opacity: 0.8; }
    100% {
      -webkit-transform: translateY(0%) scale(1);
      opacity: 1; } }
  /*
  @-moz-keyframes buttonIcon {
      0% { -moz-transform: translateY(0%) scale(1); opacity: 1; }
      30% { -moz-transform: translateY(0%) scale(1.5) rotate(-50deg) skew(-4deg); opacity: 0.5; }
      65% { -moz-transform: translateY(0%) scale(0.7) rotate(20deg) skew(2deg); }
      100% { -moz-transform: translateY(0%) scale(1); opacity: 1; }
  }
  @-ms-keyframes buttonIcon {
      0% { -ms-transform: translateY(0%) scale(1); opacity: 1; }
      30% { -ms-transform: translateY(0%) scale(1.5) rotate(-50deg) skew(-4deg); opacity: 0.5; }
      65% { -ms-transform: translateY(0%) scale(0.7) rotate(20deg) skew(2deg); }
      100% { -ms-transform: translateY(0%) scale(1); opacity: 1; }
  }
  @keyframes buttonIcon {
      0% { transform: translateY(0%) scale(1); opacity: 1; }
      30% { transform: translateY(0%) scale(1.5) rotate(-50deg) skew(-4deg); opacity: 0.5; }
      65% { transform: translateY(0%) scale(0.7) rotate(20deg) skew(2deg); }
      100% { transform: translateY(0%) scale(1); opacity: 1; }
  }
  */
  /*/////////////////////////////////////////////////////////////////////
  //  Grid
  /////////////////////////////////////////////////////////////////////*/
  .row-sm .col-xs-nl {
    clear: none; }
  .row-sm .col-sm-nl {
    clear: both; }
  .row-sm .col-sm1, .row-sm .col-sm2, .row-sm .col-sm3, .row-sm .col-sm4, .row-sm .col-sm5, .row-sm .col-sm6, .row-sm .col-sm7, .row-sm .col-sm8, .row-sm .col-sm9, .row-sm .col-sm10, .row-sm .col-sm11, .row-sm .col-sm12 {
    min-height: 1px;
    float: left; }
  .row-sm .col-sm1 {
    width: 8.33333333333%; }
  .row-sm .col-sm2 {
    width: 16.6666666667%; }
  .row-sm .col-sm3 {
    width: 25.0%; }
  .row-sm .col-sm4 {
    width: 33.3333333333%; }
  .row-sm .col-sm5 {
    width: 41.6666666667%; }
  .row-sm .col-sm6 {
    width: 50.0%; }
  .row-sm .col-sm7 {
    width: 58.3333333333%; }
  .row-sm .col-sm8 {
    width: 66.6666666667%; }
  .row-sm .col-sm9 {
    width: 75.0%; }
  .row-sm .col-sm10 {
    width: 83.3333333333%; }
  .row-sm .col-sm11 {
    width: 91.6666666667%; }
  .row-sm .col-sm12 {
    margin-left: 0;
    width: 100%; } }
@media only screen and (min-width: 768px) {
  /*//////////////////////////////////////////////////////////// 768px */
  /*/////////////////////////////////////////////////////////////////////
  //  Base settings
  /////////////////////////////////////////////////////////////////////*/
  /*/////////////////////////////////////////////////////////////////////
  //  Typography
  /////////////////////////////////////////////////////////////////////*/
  /*/////////////////////////////////////////////////////////////////////
  //  Header
  /////////////////////////////////////////////////////////////////////*/
  #header {
    padding: 10px 0; }
    #header h1 {
      float: left;
      text-transform: none;
      margin: 0 20px 0 0; }
    #header .button {
      display: none; }
    #header .search {
      display: block;
      width: 140px;
      float: right; }

  /*/////////////////////////////////////////////////////////////////////
  //  navigation
  /////////////////////////////////////////////////////////////////////*/
  #navigation {
    display: block;
    float: left; }
    #navigation .nav, #navigation .subnav {
      overflow: hidden;
      list-style: none;
      margin: 0;
      padding: 0; }
      #navigation .nav li, #navigation .subnav li {
        float: left;
        margin-right: 10px; }
        #navigation .nav li.arrow, #navigation .subnav li.arrow {
          margin-right: -10px; }
        #navigation .nav li.active a, #navigation .subnav li.active a {
          font-weight: bold;
          text-decoration: underline; }
      #navigation .nav a, #navigation .subnav a {
        display: block;
        border: none;
        padding: 8px 10px;
        color: #ffffff; }
    #navigation .subnav {
      margin-top: -8px;
      position: absolute; }

  /*/////////////////////////////////////////////////////////////////////
  //  Container
  /////////////////////////////////////////////////////////////////////*/
  /*/////////////////////////////////////////////////////////////////////
  //  Wrap
  /////////////////////////////////////////////////////////////////////*/
  .wrap > .inner {
    padding: 0 20px; }

  /*/////////////////////////////////////////////////////////////////////
  //  Content
  /////////////////////////////////////////////////////////////////////*/
  /* Breadcrumbs */
  .breadcrumbs {
    display: block;
    padding: 10px 0; }
    .breadcrumbs ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .breadcrumbs .alternatives {
      display: none;
      position: absolute; }
    .breadcrumbs li:hover > .alternatives {
      display: block;
      z-index: 4;
      width: 200px;
      background: #fff;
      border: 1px #ccc solid; }
      .breadcrumbs li:hover > .alternatives li {
        float: none; }
    .breadcrumbs > ul > li {
      position: relative;
      float: left;
      padding-right: 10px;
      padding-left: 0;
      font-size: 10px;
      text-transform: uppercase; }
      .breadcrumbs > ul > li a {
        padding-left: 4px;
        padding-right: 4px;
        text-decoration: none; }
        .breadcrumbs > ul > li a:hover {
          text-decoration: underline;
          background: none; }
      .breadcrumbs > ul > li:first-child a {
        padding-left: 0; }
      .breadcrumbs > ul > li:after {
        content: "\e601";
        position: absolute;
        top: 1px;
        right: 0;
        font-family: 'icomoon'; }
      .breadcrumbs > ul > li:last-child {
        padding: 0; }
        .breadcrumbs > ul > li:last-child:after {
          content: ''; }
      .breadcrumbs > ul > li:last-child {
        padding-right: 5px; }

  /* Tabs */
  .ui-tabs .tablist a {
    padding: 15px 30px; }

  /*/////////////////////////////////////////////////////////////////////
  //  Pages
  /////////////////////////////////////////////////////////////////////*/
  #page > header {
    margin-top: 0; }
    #page > header .ui-buttons {
      position: absolute;
      top: 0;
      right: 0px;
      margin-top: 0; }
      #page > header .ui-buttons .ui-button {
        margin-top: 0; }

  /*/////////////////////////////////////////////////////////////////////
  //  Grid
  /////////////////////////////////////////////////////////////////////*/
  .row-me .col-xs-nl, .row-me .col-sm-nl {
    clear: none; }
  .row-me .col-me-nl {
    clear: both; }
  .row-me .col-me1, .row-me .col-me2, .row-me .col-me3, .row-me .col-me4, .row-me .col-me5, .row-me .col-me6, .row-me .col-me7, .row-me .col-me8, .row-me .col-me9, .row-me .col-me10, .row-me .col-me11, .row-me .col-me12 {
    min-height: 1px;
    float: left; }
  .row-me .col-me-pull-right {
    float: right; }
  .row-me .col-me1 {
    width: 8.33333333333%; }
  .row-me .col-me2 {
    width: 16.6666666667%; }
  .row-me .col-me3 {
    width: 25.0%; }
  .row-me .col-me4 {
    width: 33.3333333333%; }
  .row-me .col-me5 {
    width: 41.6666666667%; }
  .row-me .col-me6 {
    width: 50.0%; }
  .row-me .col-me7 {
    width: 58.3333333333%; }
  .row-me .col-me8 {
    width: 66.6666666667%; }
  .row-me .col-me9 {
    width: 75.0%; }
  .row-me .col-me10 {
    width: 83.3333333333%; }
  .row-me .col-me11 {
    width: 91.6666666667%; }
  .row-me .col-me12 {
    margin-left: 0;
    width: 100%; } }
@media only screen and (min-width: 980px) {
  /*///////////////////////////////////////////////////////////////////// 
  //  Grid
  /////////////////////////////////////////////////////////////////////*/
  .row-la .col-xs-nl, .row-la .col-sm-nl, .row-la .col-me-nl {
    clear: none; }
  .row-la .col-la1, .row-la .col-la2, .row-la .col-la3, .row-la .col-la4, .row-la .col-la5, .row-la .col-la6, .row-la .col-la7, .row-la .col-la8, .row-la .col-la9, .row-la .col-la10, .row-la .col-la11, .row-la .col-la12 {
    min-height: 1px;
    float: left; }
  .row-la .col-la1 {
    width: 8.33333333333%; }
  .row-la .col-la2 {
    width: 16.6666666667%; }
  .row-la .col-la3 {
    width: 25.0%; }
  .row-la .col-la4 {
    width: 33.3333333333%; }
  .row-la .col-la5 {
    width: 41.6666666667%; }
  .row-la .col-la6 {
    width: 50.0%; }
  .row-la .col-la7 {
    width: 58.3333333333%; }
  .row-la .col-la8 {
    width: 66.6666666667%; }
  .row-la .col-la9 {
    width: 75.0%; }
  .row-la .col-la10 {
    width: 83.3333333333%; }
  .row-la .col-la11 {
    width: 91.6666666667%; }
  .row-la .col-la12 {
    margin-left: 0;
    width: 100%; } }
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  #header {
    display: none; }

  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

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

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; }

  table.ui-table {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -box-shadow: none;
    box-shadow: none; }
    table.ui-table td, table.ui-table th {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      -box-shadow: none;
      box-shadow: none; } }
