.border-box, .tabs ul.items, .tabs ul.items li,
.tabs ul.labels,
.tabs ul.labels li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

.content-box, .tabs.vertical-tabs .labels > *.active, .tabs.vertical-tabs .labels > *:focus {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box; }

.tabs .items {
  position: relative; }
.tabs .items > * {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0; }
  .tabs .items > *.active {
    opacity: 1;
    z-index: 100; }
.tabs.horizontal .labels {
  margin-bottom: 0px; }
.tabs ul.items,
.tabs ul.labels {
  padding: 0px;
  margin: 0px; }
  .tabs ul.items, .tabs ul.items li,
  .tabs ul.labels,
  .tabs ul.labels li {
    list-style: none;
    display: block; }

.tabs.horizontal-tabs .labels {
  overflow: hidden; }
.tabs.horizontal-tabs .labels > * {
  float: left; }

.tabs.vertical-tabs {
  overflow: hidden;
  height: 100%; }
  .tabs.vertical-tabs .items,
  .tabs.vertical-tabs .labels {
    float: left;
    height: 100%; }
  .tabs.vertical-tabs .labels {
    position: relative;
    z-index: 101; }
  .tabs.vertical-tabs .labels {
    width: 22%;
    border-right: .5em solid #fff; }
  .tabs.vertical-tabs .labels > * {
    background-color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-size: 1.25em;
    padding: 1em;
    line-height: 2em;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.75);
    border-top: none;
    border-left: none;
    transition: all 0.3s ease-in-out;
    display: block; }
    .tabs.vertical-tabs .labels > *:hover {
      background-color: rgba(255, 255, 255, 0.87); }
    .tabs.vertical-tabs .labels > *.active, .tabs.vertical-tabs .labels > *:focus {
      padding: 1em;
      padding-right: .2em;
      width: 100%;
      border: none;
      -webkit-clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%);
      clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 0% 0%); }
      .tabs.vertical-tabs .labels > *.active, .tabs.vertical-tabs .labels > *.active:hover, .tabs.vertical-tabs .labels > *:focus, .tabs.vertical-tabs .labels > *:focus:hover {
        background-color: #fff; }
      .tabs.vertical-tabs .labels > *.active, .tabs.vertical-tabs .labels > *.active a, .tabs.vertical-tabs .labels > *:focus, .tabs.vertical-tabs .labels > *:focus a {
        box-shadow: none;
        -moz-box-shadow: none;
        outline: none; }
    .tabs.vertical-tabs .labels > *.active + * {
      border-top: 1px solid rgba(0, 0, 0, 0.75); }
    .tabs.vertical-tabs .labels > *:last-child {
      border-bottom: none; }
    .tabs.vertical-tabs .labels > * .icon {
      font-size: 2em;
      margin-right: .5em;
      width: 1em;
      position: relative;
      top: -.125em; }
  .tabs.vertical-tabs .items {
    width: 75%;
    background-color: rgba(255, 255, 255, 0.4); }
  .tabs.vertical-tabs .items > * {
    padding: 2em 2.5em;
    width: 100%; }

.designMode .items > * {
  position: static; }

.ff-tab-clip {
  display: none; }

html.firefox .tabs .labels a,
html.ie .tabs .labels a,
html.opera .tabs .labels a,
html.edge .tabs .labels a {
  position: relative; }
  html.firefox .tabs .labels a .ff-tab-clip,
  html.ie .tabs .labels a .ff-tab-clip,
  html.opera .tabs .labels a .ff-tab-clip,
  html.edge .tabs .labels a .ff-tab-clip {
    display: block;
    position: absolute;
    right: -12px;
    top: 0px;
    height: 100%;
    opacity: 0;
    transition: opacity  0.15s ease-in-out; }
  html.firefox .tabs .labels a.active, html.firefox .tabs .labels a:focus,
  html.ie .tabs .labels a.active,
  html.ie .tabs .labels a:focus,
  html.opera .tabs .labels a.active,
  html.opera .tabs .labels a:focus,
  html.edge .tabs .labels a.active,
  html.edge .tabs .labels a:focus {
    padding-right: 0px; }
  html.firefox .tabs .labels a.active .ff-tab-clip, html.firefox .tabs .labels a:focus .ff-tab-clip,
  html.ie .tabs .labels a.active .ff-tab-clip,
  html.ie .tabs .labels a:focus .ff-tab-clip,
  html.opera .tabs .labels a.active .ff-tab-clip,
  html.opera .tabs .labels a:focus .ff-tab-clip,
  html.edge .tabs .labels a.active .ff-tab-clip,
  html.edge .tabs .labels a:focus .ff-tab-clip {
    opacity: 1; }

html.opera .ff-tab-clip,
html.edge .ff-tab-clip {
  transition: none !important; }

html.safari .tabs .labels a,
html.opera .tabs .labels a {
  transition: background-color 0.3s ease-in-out; }

/*# sourceMappingURL=simpletabs.css.map */


.tabs.portlet .labels, .tabs.portlet .labels li,
.tabs.portlet .items,
.tabs.portlet .items li {
  list-style: none;
}
.tabs.portlet .labels {
  position: relative !important;
  z-index: 2;
}
.tabs.portlet .labels > li {
  background-color: #242F6A;
  display: table-cell;
  float: none;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	-webkit-transition: background-color 0.2s ease-in;
  -moz-transition: background-color 0.2s ease-in;
  -o-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}

@media (max-width: 1024px) {
  .tabs.portlet .labels, .tabs.portlet .labels li {
    display: block;
    width: 100% !important;
  }
}
.tabs.portlet .labels > li.active {
  background-color: #fff;
}
.tabs.portlet .labels > li a {
  margin-right: 0;
  color: #fff !important;
  border: none;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: .875em;
  font-weight: 500;
  padding: 1.14em 1em .929em;
  display: block;
}
.tabs.portlet .labels > li a, .tabs.portlet .labels > li a:hover, .tabs.portlet .labels > li a:active, .tabs.portlet .labels > li a:focus, .tabs.portlet .labels > li a:visited {
  color: #fff;
  text-decoration: none;
}
.tabs.portlet .labels > li.active a {
  color: #000 !important;
}

.tabs.portlet .labels > li a:hover {
	color: #000 !important;
}

.tabs.portlet .items {
  transform: translateY(-1px);
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 43px;
}
.tabs.portlet .items li {
  background-color: #fff;
  padding: 1em;
}

.tabs.portlet .labels > li.active {
  border: 1px solid #dedede;
}
.tabs.portlet .items {
  border: 1px solid #dedede;
}
.tabs.portlet .labels a {
  border-left: none;
}
.tabs.portlet .labels li:hover {
  background-color: #fff;
	border: 1px solid #dedede;
}
.tabs.portlet .labels li:hover a {
  color: #000 !important;
  background-color: transparent !important;
}
.tabs.portlet .labels {
  width: calc(100% + 1px);
}

.da .tabs.portlet .labels > li.active,
.sheriff .tabs.portlet .labels > li.active,
.da .tabs.portlet .items,
.sheriff .tabs.portlet .items {
  border-color: #dedede;
}

.da .tabs.portlet .labels > li:hover,
.sheriff .tabs.portlet .labels > li:hover {
  background-color: #fff;
}

#page-shell.home .portlet.tabs .items li {
  text-align: center;
}
#page-shell.home .portlet.tabs .items li iframe {
  display: inline-block;
}
