/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
body.table-popup {
  background-color: #FFF;
  line-height: 1.5;
}

.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.table-caption {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
  border-bottom: none;
}

.table-popup .table-caption {
  border: 1px solid #656363;
  background-color: #f3f3f3;
}

.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center;
}

.table-popup .table th {
  background-color: #f3f3f3;
}

.table table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #323131;
}

.table-popup .table table {
  border: 1px solid #656363;
}

.table th,
.table td {
  border: solid 2px #323131;
  padding: 5px;
}

.table-popup .table th,
.table-popup .table td {
  border: 1px solid #656363;
  line-height: 1.5;
}

.table td {
  vertical-align: middle;
}

.table .button {
  display: none;
}

.table .table-caption .button {
  display: block;
  margin: 10px 0 0 5px;
}

.no-js .table .button {
  display: none;
}

.lt-ie8 .table-popup .table {
  position: static;
}

@media only screen and (max-width: 768px) {
  .table .component-content .button {
    display: block;
    margin: 20px;
  }

  .table .component-content .table-caption .button {
    display: none;
  }
}

/*# sourceMappingURL=table.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.tabs {
  position: relative;
  width: 100%;
}

.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.no-js .tabs-nav {
  display: none;
}

.no-js .tabs-content {
  display: block !important;
  visibility: visible !important;
}

.no-js .tabs > .component-content {
  padding-top: 0;
}

.tabs > .component-content {
  padding-top: 39px;
}

.tabs-nav {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  height: 39px;
  overflow: hidden;
  width: 100%;
}

.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 2000px;
}

.tabs-nav-switcher {
  position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid #323131;
  cursor: pointer;
  top: 0;
  background: #e1e1e1;
}
.tabs-nav-switcher:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  margin-left: -3px;
  padding: 7px 0;
  font-size: 12px;
}

.tabs-nav-switcher-right {
  right: 0;
}

.tabs-nav-item {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #323131;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  float: left;
  margin-left: 5px;
  background: #e1e1e1;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  height: 21px;
  top: 4px;
}

.tabs-nav-switcher-left {
  left: 0;
}
.tabs-nav-switcher-left:before {
  content: "\f053";
  margin-left: -4px;
}

.tabs-nav-item:first-child {
  margin-left: 0;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover {
  cursor: default;
  background: white;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  padding-bottom: 9px;
}

.tabs-nav-item:hover {
  background: #939191;
}

.tabs-nav-item:hover a {
  color: white;
  text-decoration: none;
}

.tabs-nav-item.is-active:hover a {
  color: #323131;
}

.tabs-nav-item a {
  color: #323131;
}

.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  border: solid 2px #323131;
  background: white;
}

.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

.tabs-vertical .component-content {
  padding-top: 0;
}

.tabs-vertical .tabs-nav-list {
  width: 100%;
}

.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

/*# sourceMappingURL=tabs.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.title h1 {
  word-wrap: break-word;
}

/*# sourceMappingURL=title.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*rename this to feed-provider*/
.twitter {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

.feed-provider-description {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding: 10px 0;
}

.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
}
.twitter-feed:before, .twitter-feed:after {
  content: "";
  display: table;
}
.twitter-feed:after {
  clear: both;
}

.twitter-content a:hover strong {
  text-decoration: underline;
}

.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

.twitter-date {
  float: right;
}

.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

.twitter-action {
  list-style-type: none;
  display: inline;
}

/*# sourceMappingURL=twitter.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

.no-js .video-nojs {
  display: block;
}

.video object,
.video embed {
  width: 100% !important;
}

.video-video {
  border: solid 2px #323131;
}

.video-video-container {
  margin: 0 auto;
}

.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/*# sourceMappingURL=video.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.videoGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.videoGallery-video {
  border: 2px solid #323131;
}

.videoGallery-video object,
.videoGallery-video embed {
  width: 100% !important;
}

.videoGallery-thumbnails {
  position: relative;
  margin-top: 18px;
}

.videoGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

.videoGallery-arrow,
.videoGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 35px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  font: 0/0 serif;
}
.videoGallery-arrow:before,
.videoGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #aaa;
}

.videoGallery-arrow:hover:before {
  color: #888;
}

.videoGallery-description {
  margin: 15px 0;
}

.videoGallery-arrow.is-disabled {
  opacity: 0.5;
}

.videoGallery-arrow-left,
.videoGallery-arrow-left.is-disabled:hover {
  left: 0;
}
.videoGallery-arrow-left:before,
.videoGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.videoGallery-arrow-right,
.videoGallery-arrow-right.is-disabled:hover {
  right: 0;
  text-align: right;
}
.videoGallery-arrow-right:before,
.videoGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.videoGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.videoGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: inline;
  max-width: 100px;
}

.videoGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

.videoGallery .thumbnails-list li:hover .image,
.videoGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

.videoGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

.videoGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
.videoGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 24px;
}

.videoGallery-thumbnail.is-active .videoGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

.videoGallery-thumbnail-image img {
  display: block;
  margin: 0 auto;
}

.mod-js .videoGallery-nojs {
  display: none;
}

/*# sourceMappingURL=videoGallery.css.map */

