input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00abe6;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover,
a:focus {
  color: #1ac4ff;
  text-decoration: underline;
  text-decoration-style: dashed;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button {
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.42857143;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #254359;
}
.table-striped > tbody > tr,
.table-striped > tbody > tr::nth-of-type(odd) {
  background-color: #305672;
}
.table-hover > tbody > tr:hover {
  background-color: #3b698b;
}
.cat-list-row0:hover,
.cat-list-row1:hover {
  background: #254359;
}
.cat-list-row1,
tr.cat-list-row1 td {
  background: #305672;
}
table.contentpane,
table.tablelist,
table.category,
table.admintable,
table.blog {
  width: 100%;
}
table.contentpaneopen {
  border: 0;
}
.star {
  color: #ffcc00;
}
.red {
  color: #cc0000;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.wrap {
  width: auto;
  clear: both;
}
.center,
.table td.center,
.table th.center {
  text-align: center;
}
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 36px;
  }
}
h2,
.h2 {
  font-size: 24px;
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
h4,
.h4 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #00abe6;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0085b3;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-danger {
  color: #b94a48;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #953b39;
}
.bg-primary {
  background-color: #00abe6;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0085b3;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.btn-actions {
  text-align: center;
}
.features-list {
  margin-top: 60px;
  
}
.features-list .page-header {
  border: 0;
  text-align: center;
}
.features-list .page-header h1 {
  font-size: 46px;
}
.features-list .feature-row {
  overflow: hidden;
  min-height: 200px;
  color: #696f72;
  border-top: 1px solid #e0e2e3;
  padding: 60px 0 0;
  text-align: center;
}
.features-list .feature-row:last-child {
  border-bottom: 1px solid #e0e2e3;
  margin-bottom: 60px;
}
.features-list .feature-row h3 {
  font-size: 28px;
}
.features-list .feature-row div:first-child {
  padding-left: 0;
}
.features-list .feature-row div:last-child {
  padding-right: 0;
}
.features-list .feature-row div:first-child.feature-img img {
  float: left;
}
.features-list .feature-row div:last-child.feature-img img {
  float: right;
}
.jumbotron h2 {
  font-size: 46px;
}
.jumbotron iframe {
  margin-top: 20px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-group a {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.radio label,
.checkbox label {
  display: inline;
}
.form-control-static {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
.btn {
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn-primary {
  background-color: #0090c2;
  border-color: #00729a;
}
.btn-secondary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-secondary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse:focus,
.btn-inverse.focus {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #000000;
}
.btn-inverse:hover {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #080808;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #1a1a1a;
  background-image: none;
  border-color: #080808;
}
.btn-inverse:active:hover,
.btn-inverse.active:hover,
.open > .dropdown-toggle.btn-inverse:hover,
.btn-inverse:active:focus,
.btn-inverse.active:focus,
.open > .dropdown-toggle.btn-inverse:focus,
.btn-inverse:active.focus,
.btn-inverse.active.focus,
.open > .dropdown-toggle.btn-inverse.focus {
  color: #ffffff;
  background-color: #080808;
  border-color: #000000;
}
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus {
  background-color: #333333;
  border-color: #262626;
}
.btn-inverse .badge {
  color: #333333;
  background-color: #ffffff;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999999;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999999;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.invalid {
  border-color: #cc0000;
}
label.invalid {
  color: #cc0000;
}
input.invalid {
  border: 1px solid #cc0000;
}

.dropdown-menu {
  background-color: transparent;
}
.dropdown-menu .divider {
  height: auto;
  overflow: visible;
  margin: 0;
  background-color: transparent;
}
.dropdown-menu > li > a,
.dropdown-menu > li.divider > span {
  padding: 5px 20px;
  display: block;
  line-height: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #1ac4ff;
}
.dropdown-header {
  padding: 3px 20px;
  font-size: 14px;
}
.dropdown-header a {
  color: #999999;
}
.dropdown-submenu > a:after {
  border-left-color: #333333;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #262626;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #00abe6;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #1ac4ff;
}
.nav > li > .separator {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .nav > li > .separator {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .nav > li > span {
    padding: 10px 15px;
    display: inline-block;
  }
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #0092c5;
}
.t3-footer .nav-pills.fade {
  pointer-events: none;
}
.t3-footer .nav-pills.fade.in {
  pointer-events: auto;
}
.t3-footer .nav-pills > li {
  display: inline-block;
}
.t3-footer .nav-pills > li > a {
  padding: 5px 10px;
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #00abe6;
}
.t3-footer .nav-pills > li > a:hover {
  color: #1ac4ff;
}
.t3-footer .nav-pills > li.active > a,
.t3-footer .nav-pills > li.active > a:hover,
.t3-footer .nav-pills > li.active > a:focus {
  background-color: transparent;
}
.nav .caret {
  border-top-color: #00abe6;
  border-bottom-color: #00abe6;
  border-bottom-width: 0;
  border-style: solid;
}
.nav a:hover .caret {
  border-top-color: #1ac4ff;
  border-bottom-color: #1ac4ff;
}
.t3-navhelper {
  background: #00abe6;
  border: none;
  color: #ffffff;
  padding: 0;
}
.breadcrumb {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  pointer-events: auto;
  background-color: transparent;
  direction: ltr;
}
.breadcrumb.fade {
  pointer-events: none;
}
.breadcrumb.fade.in {
  pointer-events: auto;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
}
.breadcrumb > a {
  color: #00abe6;
  padding: 5px;
}
.breadcrumb > a:first-of-type {
  padding-left: 0;
}
.breadcrumb > a:not(:last-of-type):after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  margin-left: 6px;
  color: #00abe6;
}
.breadcrumb > a:last-of-type {
  pointer-events: none;
}
.breadcrumb > a:hover {
  color: #ffffff;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > .active + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > .active .hasTooltip {
  padding-right: 10px;
}
.breadcrumb .divider {
  display: none;
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 9px;
}
.pagination:before,
.pagination:after {
  display: table;
  content: " ";
}
.pagination:after {
  clear: both;
}
.pagination .pagination {
  display: inline-block;
}
.counter {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 12px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #00abe6;
}
@media screen and (min-width: 768px) {
  .counter {
    float: right;
  }
}

.navbar-toggle {
  padding: 0;
  height: 35px;
  line-height: 35px;
  width: 35px;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
}
.navbar-default {
  background-color: #00abe6;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #707070;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #575757;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #eeeeee;
  background-color: #00abe6;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #00abe6;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #707070;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00abe6;
}
.navbar-default .navbar-nav > .active > a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  height: 4px;
  margin: 0 auto;
  width: calc(100% - 10px);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #707070;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #707070;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.t3-mainnav {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 40px;
}
.t3-mainnav .t3-navbar {
  padding-left: 0;
  padding-right: 0;
}
.t3-mainnav .t3-navbar.no-collapse {
  margin: 0;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  place-content: flex-start;
}
.t3-mainnav .t3-navbar.no-collapse::-webkit-scrollbar {
  display: none;
}
.t3-mainnav .t3-navbar.no-collapse .navbar-nav {
  display: inline-flex;
  justify-content: center;
  flex-grow: 1;
  margin: 0;
}
.t3-mainnav .t3-navbar.no-collapse .navbar-nav > li {
  display: inline-block;
  float: none;
}
.t3-mainnav .t3-navbar.no-collapse .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .t3-mainnav .t3-navbar-collapse {
    display: none !important;
  }
}
.t3-mainnav .t3-navbar-collapse .navbar-nav {
  margin: 0 -15px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav li > a .fa {
  margin-right: 5px;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
  border-top: 1px solid #e7e7e7;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav > li:first-child > a {
  border-top: 0;
}
.t3-mainnav .t3-navbar-collapse .navbar-nav .dropdown > a .caret {
  position: absolute;
  top: 40%;
  right: 12px;
}

.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.bannergroup .row {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bannergroup .row::before {
  content: none;
}
.category-banners {
  margin-top: 15px;
  margin-bottom: 0;
}
.banneritem.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  text-align: center;
  line-height: 0;
}
.banneritem.thumbnail .modal {
  line-height: 1.42857143;
}
.banneritem a {
  font-weight: bold;
  display: inline-block;
}
.banneritem .video-banner {
  position: relative;
  display: block;
  cursor: pointer;
}
.banneritem .video-banner img,
.banneritem .video-banner video {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.banneritem .video-banner .overlay {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
}
.banneritem .video-banner .overlay:after,
.banneritem .video-banner .overlay .fa {
  color: #ffffff;
}
.banneritem .video-banner .overlay .fa {
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 50%;
  display: block;
}
.banneritem .video-banner .overlay .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border: none;
  font-size: 22px;
}
.banneritem .video-banner video::-webkit-media-controls-overlay-play-button {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #1ac4ff;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #1ac4ff;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}

.items-leading .leading {
  margin-bottom: 40px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-info {
  margin: 0;
  width: 85%;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 30px 20px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 20px 30px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #254359;
  color: #ffffff;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #254359;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #305672;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #254359;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #254359;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #305672;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #254359;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #254359;
}
.login-wrap .other-links ul {
  padding-left: 15px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 10px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 4px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  border-bottom: none;
}
.cat-children .category-desc {
  padding: 0 5px 10px 5px;
}
.cat-children .last {
  margin-bottom: 20px;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 4px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #00abe6;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #00abe6;
  color: #ffffff;
}
.pagenav {
  list-style: none;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  float: left;
  margin-bottom: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
  margin-bottom: 10px;
}
.pagenav li > a {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  white-space: normal;
}
.pagenav li > a:focus,
.pagenav li > a.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.pagenav li > a:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.pagenav li > a:active,
.pagenav li > a.active,
.open > .dropdown-toggle.pagenav li > a {
  color: #ffffff;
  background-color: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.pagenav li > a:active:hover,
.pagenav li > a.active:hover,
.open > .dropdown-toggle.pagenav li > a:hover,
.pagenav li > a:active:focus,
.pagenav li > a.active:focus,
.open > .dropdown-toggle.pagenav li > a:focus,
.pagenav li > a:active.focus,
.pagenav li > a.active.focus,
.open > .dropdown-toggle.pagenav li > a.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.pagenav li > a.disabled:hover,
.pagenav li > a[disabled]:hover,
fieldset[disabled] .pagenav li > a:hover,
.pagenav li > a.disabled:focus,
.pagenav li > a[disabled]:focus,
fieldset[disabled] .pagenav li > a:focus,
.pagenav li > a.disabled.focus,
.pagenav li > a[disabled].focus,
fieldset[disabled] .pagenav li > a.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.pagenav li > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #eeeeee;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #254359;
}
.chzn-container {
  display: block;
}
@media (max-width: 767px) {
  .chzn-container {
    max-width: 100%;
  }
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 34px;
  padding: 6px 0 6px 8px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  max-height: 739.6px;
}
#modal-jform_consentbox .modal-body {
  max-height: 770.3px;
}
#modal-jform_consentbox .iframe {
  max-height: 739.6px;
}
#modal-consentbox .modal-header h3 {
  font-size: 26px;
  margin: 0;
}
#modal-consentbox .modal-body {
  max-height: 220px;
}
#modal-consentbox .iframe {
  max-height: 200px;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
  width: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  left: 0;
  margin: 0;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 10px;
  padding: 0;
}
#sbox-window #sbox-content iframe {
  max-width: 100%;
  max-height: 100%;
}
.tag-category .btn-toolbar .btn-group {
  display: flex;
  margin-bottom: 10px;
}
.tag-category .btn-toolbar .btn-group .btn {
  margin-left: 1px;
}
.tag-category .btn-toolbar .btn-group .btn:hover {
  color: #ffffff;
  background: #999999;
}
.tag-category ul.thumbnails {
  padding: 0;
  margin-top: 30px;
}
.tag-category ul.thumbnails > li {
  background: transparent;
  list-style: none;
  display: block;
  border-bottom: 2px solid #eeeeee;
}
.tag-category ul.thumbnails > li:hover {
  background: transparent;
}
.tag-category ul.thumbnails > li > h3 {
  margin: 15px 0;
}
.tag-category ul.thumbnails > li > h3 > a:hover {
  text-decoration: none;
}
.tag-category ul.thumbnails > li .tag-body {
  display: block;
  margin-bottom: 10px;
}
.tag-category ul.thumbnails > li .tag-body .item-image img {
  max-width: 100%;
}
.tag-category ul.thumbnails > li .caption {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact .contact-form .control-group.inline {
    display: flex;
  }
}
@media (max-width: 767px) {
  .contact .contact-form .control-group.inline .control-label {
    width: auto;
    padding-top: 0;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .contact .contact-form .control-group .controls {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .item-page .article-index {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .registration .control-group .controls {
    margin-left: 0;
  }
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "Font Awesome 5 Pro" !important;
}

.page-header {
  padding-bottom: 0;
  margin: 10px 0 20px 0;
  border-bottom: none;
}
.page-title,
.page-header h1,
.page-header h2 {
  line-height: 1;
  margin: 0;
}
.page-subheader {
  border-bottom: none;
  margin: 0;
}
.page-subheader:before,
.page-subheader:after {
  display: table;
  content: " ";
}
.page-subheader:after {
  clear: both;
}
.page-subtitle,
.page-subheader h2 {
  line-height: 1;
  margin: 0;
}
.page-header + .page-subheader {
  margin-top: -20px;
}
.article-title,
.article-header h1 {
  margin: 0 0 20px 0;
}
.item-title {
  font-weight: bold;
}
.jumbotron h1,
.jumbotron h2,
.jumbotron h3 {
  margin-top: 0;
}
.jumbotron p:last-child {
  margin-bottom: 0;
}
.container .jumbotron {
  border-radius: 6px;
}
.masthead {
  padding: 40px 0;
  text-align: center;
}
.masthead p:last-child {
  margin-bottom: 0;
}
.masthead a {
  text-decoration: underline;
  text-decoration-style: dashed;
}
@media screen and (min-width: 768px) {
  .masthead {
    padding: 80px 0;
  }
  .masthead h1 {
    font-size: 98px;
  }
  .masthead p {
    font-size: 28px;
  }
  .masthead .btn-lg {
    margin-top: 20px;
    padding: 18px 42px;
    font-size: 21px;
  }
}
.jumbotron-primary {
  background-color: #00abe6;
  color: #e6f9ff;
}
.jumbotron-primary h1,
.jumbotron-primary h2,
.jumbotron-primary h3 {
  color: #ffffff;
}
.jumbotron-primary p {
  color: #ffffff;
}
.jumbotron-primary .btn-primary {
  border-color: #fff;
}
.label:empty {
  display: none;
}
.badge {
  background-color: #00abe6;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.page-header .label,
.page-header .badge {
  vertical-align: middle;
}
.alert h4 {
  color: inherit;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item a {
  text-decoration: underline;
  text-decoration-style: dashed;
}
a.list-group-item {
  color: #ffffff;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #00abe6;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #b3ecff;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.well p:last-child {
  margin-bottom: 0;
}
.well p > a {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.modal-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}
.modal {
  text-align: center;
  color: #ffffff;
}
.snackbar {
  color: #ffffff;
}
.modal:before {
  display: none;
}
.modal-dialog {
  height: calc(100vh -  105px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.modal-content {
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header .close {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
  opacity: 0.8;
}
.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1;
}
.modal-title {
  text-align: center;
  text-transform: capitalize;
}
.modal-body {
  word-break: break-word;
}
.modal-body p > a {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.modal-body p > a.btn {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
#paPauseModal,
#paBroadcastModal,
#paBroadcastToast {
  z-index: 1060;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: #0090c2;
}
.tooltip-inner {
  background: #0090c2;
}

.header-fixed {
  width: 100%;
}
.header-fixed.affix {
  position: fixed;
  right: 0;
  left: 0;
}
.header-fixed.affix,
.header-fixed.affix-top {
  z-index: 99;
}
.t3-header {
  background-color: #00abe6;
}
.logo-image {
  text-align: center;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-image a {
  display: inline-block;
  line-height: 65px;
  margin: 0;
}
.logo-image a img {
  max-width: 100%;
  width: 100%;
  max-height: 55px;
  height: 100%;
  padding: 5px 0;
  object-fit: contain;
}
.logo-image h1 {
  margin: 0px;
  line-height: 65px;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.btn.sdk-app-close,
.btn.internet-connectivity {
  border-radius: 0;
  border: 0;
  padding: 0 5px;
  height: 65px;
  line-height: 65px;
  font-size: 28px;
  background: transparent;
  outline: none;
  position: relative;
  color: #eeeeee;
}
.btn.sdk-app-close:focus,
.btn.internet-connectivity:focus,
.btn.sdk-app-close:active,
.btn.internet-connectivity:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.sdk-app-close:hover,
.btn.internet-connectivity:hover {
  color: #ffffff;
}
@media (min-width: 768px) {
  .btn.sdk-app-close,
  .btn.internet-connectivity {
    padding: 0 12px;
  }
}
.btn.sdk-app-close.fade,
.btn.internet-connectivity.fade {
  pointer-events: none;
}
.btn.sdk-app-close.fade.in,
.btn.internet-connectivity.fade.in {
  pointer-events: auto;
}
.btn.top-right-button:last-of-type {
  padding: 0;
}
.t3-sl {
  padding-bottom: 10px;
  padding-top: 0;
}
.t3-mainbody {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pacific-splash-mainbody,
.t3-mainbody {
  min-height: 65vh;
}
.pacific-splash-mainbody {
  padding-top: 10px;
  padding-bottom: 10px;
}
.t3-content {
  overflow-x: hidden;
}
.pacific-splash-content > .row {
  margin-bottom: 20px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.carousel-fade .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-indicators {
    width: 80%;
    left: 40%;
  }
}
.carousel-fade .carousel-indicators > li {
  width: 30px;
  height: 3px;
  margin: 0;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #ffffff;
  opacity: 0.5;
}
.carousel-fade .carousel-indicators > li.active {
  opacity: 1;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-indicators > li {
    width: 10px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-indicators {
    bottom: 0;
    margin-bottom: 10px;
  }
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-fade .carousel-inner .item.text a {
  display: block;
}
.carousel-fade .carousel-inner .item.no-text:before {
  display: none;
}
.carousel-fade .carousel-inner .item.no-text a {
  display: block;
}
.carousel-fade .carousel-inner .item.no-text a:before {
  display: none;
}
.carousel-fade .carousel-inner .item img {
  width: 100%;
}
.carousel-fade .carousel-inner .item a {
  display: block;
  z-index: 1;
  position: relative;
}
.carousel-fade .carousel-inner .item a:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-inner .carousel-caption {
  left: 10%;
  right: 10%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .carousel-fade .carousel-inner .carousel-caption {
    left: 15%;
    right: 15%;
  }
}
.carousel-fade .carousel-inner .carousel-caption > h1 {
  margin-top: 5px;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
}
@media (min-width: 480px) {
  .carousel-fade .carousel-inner .carousel-caption > h1 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-inner .carousel-caption > h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .carousel-fade .carousel-inner .carousel-caption > h1 {
    -webkit-line-clamp: 3;
  }
}
.carousel-fade .carousel-inner .carousel-caption > p {
  margin-bottom: 15px;
  font-size: 9px;
  font-weight: 200;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 480px) {
  .carousel-fade .carousel-inner .carousel-caption > p {
    line-height: 1.4;
    font-size: 11px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-inner .carousel-caption > p {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .carousel-fade .carousel-inner .carousel-caption > p {
    -webkit-line-clamp: 4;
  }
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-control {
    width: 10%;
  }
}
.carousel-fade .carousel-control i {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .carousel-fade .carousel-control i {
    width: 25px;
    height: 25px;
    margin-top: -13px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-control i {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.carousel-fade .carousel-control.left > i {
  left: 0;
}
@media (min-width: 480px) {
  .carousel-fade .carousel-control.left > i {
    left: 5px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-control.left > i {
    left: 15px;
  }
}
.carousel-fade .carousel-control.right > i {
  right: 0;
}
@media (min-width: 480px) {
  .carousel-fade .carousel-control.right > i {
    right: 5px;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-control.right > i {
    right: 15px;
  }
}
.carousel-multiple-wrapper {
  position: relative;
}
.carousel-multiple-wrapper.show-titles .carousel-controls {
  top: calc(50% -  38px);
}
@media (min-width: 480px) {
  .carousel-multiple-wrapper.show-titles .carousel-controls {
    top: calc(50% -  41px);
  }
}
@media (min-width: 768px) {
  .carousel-multiple-wrapper.show-titles .carousel-controls {
    top: calc(50% -  43px);
  }
}
.carousel-multiple-wrapper .carousel-controls {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: calc(50% - 10px);
}
@media (min-width: 480px) {
  .carousel-multiple-wrapper .carousel-controls {
    top: calc(50% - 13px);
  }
}
@media (min-width: 768px) {
  .carousel-multiple-wrapper .carousel-controls {
    top: calc(50% - 15px);
  }
}
.carousel-multiple-wrapper .carousel-controls [data-controls="prev"],
.carousel-multiple-wrapper .carousel-controls [data-controls="next"] {
  opacity: 1;
  height: auto;
  background-color: transparent;
  border: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  line-height: 20px;
}
.carousel-multiple-wrapper .carousel-controls [data-controls="prev"][disabled],
.carousel-multiple-wrapper .carousel-controls [data-controls="next"][disabled] {
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  height: 0;
}
@media (min-width: 480px) {
  .carousel-multiple-wrapper .carousel-controls [data-controls="prev"],
  .carousel-multiple-wrapper .carousel-controls [data-controls="next"] {
    line-height: 25px;
  }
}
@media (min-width: 768px) {
  .carousel-multiple-wrapper .carousel-controls [data-controls="prev"],
  .carousel-multiple-wrapper .carousel-controls [data-controls="next"] {
    line-height: 30px;
  }
}
.carousel-multiple-wrapper .carousel-controls [data-controls="prev"] > i,
.carousel-multiple-wrapper .carousel-controls [data-controls="next"] > i {
  width: 20px;
  height: 20px;
  font-size: 20px;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .carousel-multiple-wrapper .carousel-controls [data-controls="prev"] > i,
  .carousel-multiple-wrapper .carousel-controls [data-controls="next"] > i {
    width: 25px;
    height: 25px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .carousel-multiple-wrapper .carousel-controls [data-controls="prev"] > i,
  .carousel-multiple-wrapper .carousel-controls [data-controls="next"] > i {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
.carousel-multiple-wrapper .carousel-controls [data-controls="prev"] {
  left: 0;
  right: auto;
}
.carousel-multiple-wrapper .carousel-controls [data-controls="next"] {
  right: 0;
  left: auto;
}
.carousel-multiple > .item {
  padding: 0 5px;
}
.carousel-multiple > .item .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.carousel-multiple > .item .thumbnail a {
  display: block;
}
.carousel-multiple > .item .thumbnail a:hover,
.carousel-multiple > .item .thumbnail a:focus {
  text-decoration: none;
}
.carousel-multiple > .item .thumbnail a > img {
  width: 100%;
}
.carousel-multiple > .item .thumbnail a span.btn,
.carousel-multiple > .item .thumbnail a a.btn {
  position: absolute;
  top: calc(100% -  76px);
  left: 16px;
}
@media screen and (max-width: 991px) {
  .carousel-multiple > .item .thumbnail a span.btn,
  .carousel-multiple > .item .thumbnail a a.btn {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    top: calc(100% -  66px);
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-multiple > .item .thumbnail a span.btn,
  .carousel-multiple > .item .thumbnail a a.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    top: calc(100% -  56px);
    left: 10px;
  }
}
.carousel-multiple > .item .caption {
  text-align: center;
  z-index: 0;
  padding: 5px;
}
.carousel-multiple > .item .caption > h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .carousel-multiple > .item .caption > h4 {
    font-size: 14px;
  }
}
.carousel.single {
  margin-bottom: 20px;
}
.carousel.single .item {
  text-align: center;
}
.carousel.single .item.no-text {
  line-height: 0;
}
.carousel.single .item a {
  display: inline-block;
}
.small-content {
  margin: 0 -5px;
}
.small-content .item .thumbnail {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
}
.small-content .item .thumbnail a {
  display: block;
}
.small-content .item .thumbnail a:hover {
  text-decoration: none;
}
.small-content .item .thumbnail a > img {
  width: 100%;
}
.small-content .item .thumbnail a span.btn,
.small-content .item .thumbnail a a.btn {
  position: absolute;
  top: calc(100% -  76px);
  left: 16px;
}
@media screen and (max-width: 991px) {
  .small-content .item .thumbnail a span.btn,
  .small-content .item .thumbnail a a.btn {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    top: calc(100% -  66px);
    left: 12px;
  }
}
@media screen and (max-width: 767px) {
  .small-content .item .thumbnail a span.btn,
  .small-content .item .thumbnail a a.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    top: calc(100% -  56px);
    left: 10px;
  }
}
.small-content .item .caption {
  text-align: center;
  z-index: 0;
  padding: 5px;
}
.small-content .item .caption > h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 768px) {
  .small-content .item .caption > h4 {
    font-size: 14px;
  }
}
.small-content [class*="col-"] {
  padding: 0 5px;
}
.small-content.center-align {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
div[id$='-iw'] {
  margin: 0 25px 0 25px !important;
}
@media screen and (max-width: 768px) {
  div[id$='-iw'] {
    margin: 0 15px 0 15px !important;
  }
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.item-page {
  margin-bottom: 20px;
}
.item-page a:not(.btn) {
  text-decoration: underline;
  text-decoration-style: dashed;
}
.item-page .panel-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-page .panel-title.page-title {
  margin: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: inherit;
  overflow: hidden;
  line-height: 1.1;
}
.item-page .synopsis-container .row {
  margin-bottom: 10px;
}
.item-page .synopsis-container .poster-image img {
  border-radius: 4px;
}
.fixed-panel {
  max-height: 300px;
  overflow-y: scroll;
}
.fixed-panel::-webkit-scrollbar {
  width: 5px;
}
.fixed-panel::-webkit-scrollbar-track {
  background: #305672;
}
.fixed-panel::-webkit-scrollbar-thumb {
  background: #428bca;
}
.fixed-panel::-webkit-scrollbar-thumb:hover {
  background: #00abe6;
}
.text-uppercase {
  text-transform: uppercase;
}
.wow-video-player-app *.no-accessibility-options .Settings-dialog #Accessibility {
  display: none;
}
.wow-video-player-app div.Settings-dialog {
  width: 100%;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body {
  padding: unset;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels span button {
  width: 100% !important;
  margin: 5px !important;
  font-size: 2vw;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel {
  background-color: unset;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel .setting select {
  height: unset;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main .captions-preview {
  bottom: -1em;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main li:last-child {
  color: #00abe6;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main .setting > span {
  color: #00abe6;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main .setting ul li.active {
  background-color: #00abe6;
  color: #ffffff;
}
@media screen and (hover) {
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .setting ul li:hover {
    border-color: #00abe6;
  }
}
@media only screen and (min-width: 768px), only screen and (orientation: landscape) {
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel {
    position: relative;
    padding: 5px;
    margin: 5px;
    border: unset;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .setting {
    margin-right: unset;
    padding: unset;
    margin: 5px;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .setting:has(button) {
    position: absolute;
    bottom: 1em;
    left: 1em;
    width: unset;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main {
    height: 20em;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .setting {
    margin-bottom: 1em;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels div.panel {
    margin-bottom: unset;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels div.panel .setting select {
    width: 100%;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels div.panel .setting button {
    margin-top: unset;
  }
  .wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels div.panel .setting > span {
    color: #00abe6;
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .wow-video-player-app .mobile-setting {
    display: inline;
  }
  .wow-video-player-app .iconContainer {
    background-color: rgba(20, 20, 20, 0.8);
    border-radius: 5px;
    bottom: 40px;
    right: 2px;
    align-items: center;
    width: unset;
    height: unset;
    position: absolute;
    display: grid;
    min-width: 36.3px;
    grid-template-columns: repeat(auto-fit, minmax(2.1em, 1fr));
  }
  .wow-video-player-app .iconContainerDisplay {
    display: none !important;
  }
}
@media screen and (orientation: landscape) {
  .wow-video-player-app .component {
    bottom: 5px;
  }
}
.wow-video-player-app .iconContainer > * {
  display: inline-block;
  vertical-align: middle;
}
.wow-video-player-app .show-icon {
  display: flex;
  align-items: center;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels span button,
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel .setting button {
  color: #00abe6;
  background-color: rgba(0, 0, 0, 0);
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels span button:hover,
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel .setting button:hover {
  color: #fff;
  background-color: #00abe6;
  border-color: #00abe6;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels span button:focus,
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .main div.panel .setting button:focus {
  color: #fff;
  background-color: #00abe6;
  border-color: #00abe6;
  box-shadow: none;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .btn-outline- {
  color: #00abe6;
  border-color: #00abe6;
  background-color: transparent;
}
.wow-video-player-app div.Settings-dialog .modal-content .modal-body .panels .btn- {
  background-color: #00abe6;
  border-color: #00abe6;
  color: #ffffff;
}
.wow-video-player-app .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.wow-video-player-app .modal-backdrop.show {
  opacity: 0.7;
}
.wow-video-player-app .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.wow-video-player-app .buffering-spinner {
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.wow-video-player-app .spinner-svg {
  animation: rotate 2s linear infinite;
  height: 30%;
  transform-origin: center center;
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.wow-video-player-app .spinner-path {
  
  stroke: #d62d20;
  stroke-dasharray: 20, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
.wow-video-player-app [type=range].seek-bar::-webkit-slider-runnable-track {
  cursor: pointer !important;
}
.wow-video-player-app [type=range].seek-bar::-webkit-slider-thumb {
  cursor: pointer !important;
}
.wow-video-player-app [type=range].seek-bar::-moz-range-track {
  cursor: pointer !important;
}
.wow-video-player-app [type=range].seek-bar::-moz-range-thumb {
  cursor: pointer !important;
}
.wow-video-player-app [type=range].seek-bar::-ms-track {
  cursor: pointer !important;
}
.wow-video-player-app [type=range].seek-bar::-ms-thumb {
  cursor: pointer !important;
}
.wow-video-player-app .fullscreen {
  background-color: black !important;
}
.wow-video-player-app .fullscreen div:has(video),
.wow-video-player-app .fullscreen video {
  height: 100% !important;
}
.wow-video-player-app .fullscreen video {
  background-color: unset;
}
.wow-video-player-app .giant_buttons svg {
  fill: #fff;
  height: 40%;
  width: 40%;
}
.wow-video-player-app .giant_buttons #play_button svg,
.wow-video-player-app .giant_buttons #forward_button svg {
  padding-left: 3px;
}
.wow-video-player-app .giant_buttons #rewind_button svg {
  padding-right: 2px;
}
.wow-video-player-app .giant_buttons button {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.wow-video-player-app .giant_buttons button:focus,
.wow-video-player-app .giant_buttons button.focus {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #193c5a;
}
.wow-video-player-app .giant_buttons button:hover {
  color: #ffffff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.wow-video-player-app .giant_buttons button:active,
.wow-video-player-app .giant_buttons button.active,
.open > .dropdown-toggle.wow-video-player-app .giant_buttons button {
  color: #ffffff;
  background-color: #3071a9;
  background-image: none;
  border-color: #285e8e;
}
.wow-video-player-app .giant_buttons button:active:hover,
.wow-video-player-app .giant_buttons button.active:hover,
.open > .dropdown-toggle.wow-video-player-app .giant_buttons button:hover,
.wow-video-player-app .giant_buttons button:active:focus,
.wow-video-player-app .giant_buttons button.active:focus,
.open > .dropdown-toggle.wow-video-player-app .giant_buttons button:focus,
.wow-video-player-app .giant_buttons button:active.focus,
.wow-video-player-app .giant_buttons button.active.focus,
.open > .dropdown-toggle.wow-video-player-app .giant_buttons button.focus {
  color: #ffffff;
  background-color: #285e8e;
  border-color: #193c5a;
}
.wow-video-player-app .giant_buttons button.disabled:hover,
.wow-video-player-app .giant_buttons button[disabled]:hover,
fieldset[disabled] .wow-video-player-app .giant_buttons button:hover,
.wow-video-player-app .giant_buttons button.disabled:focus,
.wow-video-player-app .giant_buttons button[disabled]:focus,
fieldset[disabled] .wow-video-player-app .giant_buttons button:focus,
.wow-video-player-app .giant_buttons button.disabled.focus,
.wow-video-player-app .giant_buttons button[disabled].focus,
fieldset[disabled] .wow-video-player-app .giant_buttons button.focus {
  background-color: #428bca;
  border-color: #357ebd;
}
.wow-video-player-app .giant_buttons button .badge {
  color: #428bca;
  background-color: #ffffff;
}
.wow-video-player-app .count-down {
  bottom: 5em !important;
}
.wow-video-player-app .count-down > span,
.wow-video-player-app .count-down > #ad_skip_button {
  background-color: #1a1a1a;
  border: none;
  border-radius: unset;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-transform: uppercase;
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}
.wow-video-player-app .count-down > span #ad_skip_button,
.wow-video-player-app .count-down > #ad_skip_button #ad_skip_button {
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
}
.wow-video-player-app .count-down > span #ad_skip_button:hover,
.wow-video-player-app .count-down > #ad_skip_button #ad_skip_button:hover {
  opacity: 1;
}
.wow-video-player-app .count-down > * {
  margin-right: unset;
}
.category-desc-container {
  margin: 10px 0;
}
.category-image img {
  border-radius: 4px;
}
#season-list.disabled {
  opacity: 1;
}
.cat-children .fixed-panel {
  max-height: 75vh;
  margin-bottom: 20px;
}
.cat-children .fixed-panel .panel:last-of-type {
  margin-bottom: 0;
}
.cat-children .article-image-container {
  position: relative;
  padding: 10px 0;
}
.cat-children .article-image-container > a {
  position: relative;
  display: block;
}
.cat-children .article-image-container .overlay {
  display: inline;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
}
.cat-children .article-image-container .overlay:after,
.cat-children .article-image-container .overlay .fa {
  color: #ffffff;
}
.cat-children .article-image-container .overlay .fa {
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 50%;
  display: block;
}
.cat-children .article-image-container .overlay .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  border: none;
  font-size: 22px;
}
.pdfcontent {
  width: 100%;
  margin: 0 auto;
}
.embed-container {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.embed-container-resizer iframe {
  width: 1px;
  min-width: 100%;
}
.dropdown .season-dropdown {
  background-color: #428bca;
  width: 100%;
}
.dropdown li a {
  color: #ffffff;
}
.synopsis-container .read-now-btn-container > button,
.synopsis-container .read-now-btn-container > a {
  text-decoration: none;
}
.map-wrapper {
  margin: 10px 0 0 0;
}
.ol-viewport .ol-control button,
.ol-viewport .ol-control input + label {
  background-color: rgba(0, 171, 230, 0.9) !important;
}
.ol-viewport .ol-control button:hover,
.ol-viewport .ol-control input + label:hover {
  background-color: rgba(0, 144, 194, 0.9) !important;
}
@media (hover: none) {
  .ol-viewport .ol-control button:hover,
  .ol-viewport .ol-control input + label:hover {
    background-color: rgba(0, 171, 230, 0.9) !important;
  }
  .ol-viewport .ol-control button:active,
  .ol-viewport .ol-control input + label:active {
    background-color: rgba(0, 144, 194, 0.9) !important;
  }
}
.ol-viewport .ol-touch button,
.ol-viewport .ol-touch input + label,
.ol-viewport .ol-touch input:checked + label {
  background-color: rgba(0, 171, 230, 0.9) !important;
}
.ol-viewport .ol-touch button:hover,
.ol-viewport .ol-touch input + label:hover,
.ol-viewport .ol-touch input:checked + label:hover {
  background-color: rgba(0, 144, 194, 0.9) !important;
}
@media (hover: none) {
  .ol-viewport .ol-touch button:hover,
  .ol-viewport .ol-touch input + label:hover,
  .ol-viewport .ol-touch input:checked + label:hover {
    background-color: rgba(0, 171, 230, 0.9) !important;
  }
  .ol-viewport .ol-touch button:active,
  .ol-viewport .ol-touch input + label:active,
  .ol-viewport .ol-touch input:checked + label:active {
    background-color: rgba(0, 144, 194, 0.9) !important;
  }
}
.ol-viewport .follow-check,
.ol-viewport .custom-spinner-inner {
  background-color: rgba(0, 171, 230, 0.9) !important;
}
.layout-audio-player {
  margin-bottom: 60px;
}
.layout-audio-player .t3-wrapper {
  padding-bottom: 60px;
  margin-bottom: -60px;
}
.layout-audio-player .item-page a:not(.btn) {
  text-decoration: none;
}
.survey-navigation .btn {
  background-color: #428bca;
}
.survey-wrapper#cj-wrapper h1 {
  font-size: 28px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .survey-wrapper#cj-wrapper h1 {
    font-size: 36px;
  }
}
.survey-wrapper#cj-wrapper .survey-form .nps-table.heat-effect .list-group-item {
  margin: 0;
}
.survey-wrapper[class*="survey-form-module-"] {
  margin-bottom: 20px;
}
.survey-form .list-group-item {
  color: #ffffff;
  border-color: #3b698b;
}
.survey-form .list-group-item:hover,
.survey-form .list-group-item:focus {
  color: inherit;
}
.survey-form .list-group-item.active,
.survey-form .list-group-item.active:hover,
.survey-form .list-group-item.active:focus {
  background-color: #00abe6;
}
.survey-form .panel-heading {
  background-color: #428bca;
  border-color: #428bca;
}
.survey-form .panel-heading .panel-title {
  color: #ffffff;
}
.survey-form .panel-body a {
  text-decoration: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}
.survey-form .panel,
.survey-form table,
.survey-form .dropdown-menu {
  background-color: #305672;
  border-color: #3b698b;
}
.survey-form .table-condensed thead:after {
  content: "-";
  display: block;
  line-height: 5px;
  visibility: hidden;
}
.survey-form .table-condensed thead tr:first-child th:hover,
.survey-form .table-condensed thead tr:first-child th:focus {
  background-color: #3b698b;
}
.survey-form .table-condensed td.day:hover,
.survey-form .table-condensed td.hour:hover,
.survey-form .table-condensed td.minute:hover,
.survey-form .table-condensed td.second:hover,
.survey-form .table-condensed td.day:focus,
.survey-form .table-condensed td.hour:focus,
.survey-form .table-condensed td.minute:focus,
.survey-form .table-condensed td.second:focus {
  background-color: #3b698b;
}
.survey-form .table-condensed td.day.active,
.survey-form .table-condensed td.hour.active,
.survey-form .table-condensed td.minute.active,
.survey-form .table-condensed td.second.active,
.survey-form .table-condensed td.day.active:hover,
.survey-form .table-condensed td.hour.active:hover,
.survey-form .table-condensed td.minute.active:hover,
.survey-form .table-condensed td.second.active:hover,
.survey-form .table-condensed td.day.active:focus,
.survey-form .table-condensed td.hour.active:focus,
.survey-form .table-condensed td.minute.active:focus,
.survey-form .table-condensed td.second.active:focus {
  background-color: #00abe6;
}
.survey-form .table-condensed td span:hover,
.survey-form .table-condensed td span:focus {
  background-color: #3b698b;
}
.survey-form .table-condensed td span.active,
.survey-form .table-condensed td span.active:hover,
.survey-form .table-condensed td span.active:focus {
  background-color: #00abe6;
}
.survey-form .table-condensed td a:hover,
.survey-form .table-condensed td a:focus {
  color: #ffffff;
}
.survey-form td {
  color: #ffffff;
}
.survey-form table > thead > tr > th,
.survey-form .table > tbody > tr > th,
.survey-form .table > tfoot > tr > th,
.survey-form .table > thead > tr > td,
.survey-form .table > tbody > tr > td,
.survey-form .table > tfoot > tr > td,
.survey-form td,
.survey-form tr td {
  border-color: #3b698b;
}
.survey-form .table-hover tr:hover,
.survey-form .table-hover tr:focus {
  background-color: inherit;
}
.survey-form textarea {
  max-width: 100%;
}
.survey-form .star-rating:hover,
.survey-form .star-rating:focus {
  background-color: inherit;
}
.survey-form .star-rating .raty-cancel {
  display: none;
}
.survey-form .star-rating .fa.fa-star-o:before {
  content: "\f005";
  font-weight: normal;
}
.survey-form .nps-table {
  margin: 0 auto;
  width: 100%;
}
.survey-form .nps-table td {
  border: none;
}
.survey-form .nps-table td .pull-right {
  text-align: right;
}
.survey-form .nps-table .list-group-horizontal {
  text-align: center;
}
.survey-form .nps-table .list-group-horizontal .list-group-item {
  width: 10%;
  padding: 10px 0;
  text-align: center;
  word-break: keep-all;
  text-decoration: none;
}
.survey-form .nps-table .list-group-horizontal .list-group-item:hover,
.survey-form .nps-table .list-group-horizontal .list-group-item:focus {
  background-color: #3b698b;
}
.survey-form .nps-table .list-group-horizontal .list-group-item.active,
.survey-form .nps-table .list-group-horizontal .list-group-item.active:hover,
.survey-form .nps-table .list-group-horizontal .list-group-item.active:focus {
  background-color: #00abe6;
  border-color: #3b698b;
}
.survey-form .nps-table.heat-effect .list-group-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background: linear-gradient(90deg, #ea2328 0%, #ec4324 10%, #e95d20 20%, #eb7422 30%, #ec8121 40%, #e99620 50%, #f1a01b 60%, #ab9c03 70%, #99aa02 80%, #4daf04 90%, #3e9f42 100%);
}
.survey-form .nps-table.heat-effect .list-group-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  margin: 0;
}
.survey-form .nps-table.heat-effect .list-group-item:hover,
.survey-form .nps-table.heat-effect .list-group-item:focus {
  background-color: transparent;
}
.survey-form .ranking-options {
  overflow-x: hidden;
}
.survey-form .back-arrow {
  position: absolute;
  top: 0;
  left: 0;
}
.survey-form .exit-icon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.survey-form .image-selector .item {
  cursor: pointer;
}
.survey-form .image-selector .thumbnail {
  padding: 4px;
}
.survey-form .image-selector .thumbnail.active {
  background-color: #254359;
  border-radius: 4px;
}
.survey-form .image-selector .thumbnail label {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.survey-form .image-selector .thumbnail input {
  display: none;
}
.survey-form .image-selector .thumbnail.media .media-right {
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.survey-form .image-selector .thumbnail.media .media-right label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
}
.row.row-equal-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row.row-equal-height::before {
  display: block;
}
.t3-footer {
  border: none;
  background: #305672;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: #305672;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  border-top: none;
  font-size: 12px;
  padding: 10px 15px 10px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  text-align: center;
}
.poweredby {
  text-align: center;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  display: inline-block;
  text-decoration: none;
  text-align: left;
  background-repeat: no-repeat;
  background-position: center;
}
.poweredby .t3-logo-small {
  width: 60px;
  height: 30px;
}
.poweredby .t3-logo {
  width: 182px;
  height: 50px;
}
.poweredby .t3-logo,
.poweredby .t3-logo-color {
  background-image: url("../../../../images/logo.png");
  background-size: contain;
}
@media (max-width: 767px) {
  .logo-control .logo-img-sm {
    display: block;
  }
  .logo-control .logo-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .logo-control .logo-img-sm {
    display: none;
  }
  .logo-control .logo-img {
    display: block;
  }
}
@media (max-width: 767px) {
  .always-show .mega > .mega-dropdown-menu,
  .always-show .dropdown-menu {
    display: block !important;
    position: static;
  }
  .open .dropdown-menu {
    display: block;
  }
}
.back-btn,
.fake-back-btn {
  color: #eeeeee;
  line-height: 1;
}
.back-btn:hover,
.fake-back-btn:hover,
.back-btn:focus,
.fake-back-btn:focus {
  color: #ffffff;
  outline: none;
}
.back-btn:hover:active,
.fake-back-btn:hover:active,
.back-btn:focus:active,
.fake-back-btn:focus:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.back-btn:active,
.fake-back-btn:active {
  outline: none;
}
.back-btn i,
.fake-back-btn i {
  margin-top: 10px;
}
html.com_wow_ecommerce body.wow-ecommerce-menu-open #t3-content {
  overflow-x: visible;
}
.tw-hidden {
  display: none;
}
.top-right-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 65px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}
.top-right-header .wowEcommerceApp .wow-ecommerce-cart-icon-with-active-shop-status__quantity {
  left: 30px;
}
.top-right-header .wowEcommerceApp .wow-ecommerce-cart-icon-with-active-shop-status__status {
  left: 24px;
}
.top-right-header .wowEcommerceApp svg {
  margin-right: 5px;
}
.body-data-holder:before {
  display: none;
  content: "grid-float-breakpoint:768px screen-xs:480px screen-sm:768px screen-md:992px screen-lg:1200px";
}