﻿@keyframes highlight {
  from {
    background-color: #ffff82; }
  50% {
    background-color: #26a1ab; }
  to {
    background-color: #ffff82; } }

@keyframes shadow {
  from {
    box-shadow: 0 0 30px #ffff82 inset; }
  50% {
    box-shadow: 0 0 0 #ffff82 inset; }
  to {
    box-shadow: 0 0 30px #ffff82 inset; } }

#content {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 9%, #ededed 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(9%, #f6f6f6), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 9%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 9%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 9%, #ededed 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 9%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); }

body {
  font-family: 'Jura'; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Jura";
  font-weight: 300;
  line-height: 1.2;
  color: inherit; }

.logo-text h4 {
  font-size: 1.8em;
  right: -178px;
  display: block;
  position: absolute;
  top: 10px; }

.logo-image img {
  display: block;
  max-width: 100%;
  height: 90px;
  width: auto; }

.helper.center {
  position: relative;
  text-align: center;
  top: -100px; }

/*Table of contents*/
.tableOfContents {
  display: block;
  text-align: center;
  max-width: 80%;
  min-width: 240px;
  margin: auto;
  padding: 20px;
  position: relative;
  border-radius: 20px;
  margin-top: 200px; }

.tableOfContents h3 {
  text-align: center;
  font-size: 5em;
  font-weight: 400;
  color: #777;
  margin-bottom: 20px;
  position: relative; }

.tableOfContents h3:before {
  position: relative;
  content: url(../img/favicons/favicon-96x96.png);
  display: block;
  opacity: 0.3;
  width: auto;
  height: auto;
  text-align: center;
  top: 0;
  speak: none;
  margin: 0 auto; }

.tableOfContents h3:after {
  position: relative;
  content: "Click this Icon at anytime to return to Table of Contents";
  display: block;
  font-size: 40px;
  opacity: .9;
  width: 65%;
  height: auto;
  text-align: center;
  speak: none;
  line-height: 1;
  color: #777;
  font-weight: 400;
  text-shadow: none;
  top: -375px;
  margin: 0 auto; }

.tabContents h4 {
  margin-bottom: 15px;
  font-size: 1.6em; }

.tabContents h4 a {
  position: relative;
  display: inline-block;
  margin: auto 30px auto 50px;
  padding: 10px;
  color: white;
  font-size: inherit;
  width: 80%;
  height: auto;
  border-radius: 10px;
  background-color: #578EBE;
  font-weight: 300; }

.tab-btn {
  display: block;
  position: absolute;
  background-color: #578EBE;
  height: 50px;
  width: 50px;
  z-index: 998;
  border-radius: 10px; }

.tabContents .tab-btn label {
  position: absolute;
  display: block;
  margin: auto;
  transform: rotate(90deg);
  cursor: zoom-in;
  top: 16px;
  left: 7px; }

.tabContents .tab-btn label:before {
  display: block;
  content: '\27B2';
  font-size: 2.6em;
  color: white; }

.tabContents ul {
  text-align: center;
  margin: auto; }

.tabContents > div > ul > li {
  list-style: none;
  text-align: center;
  margin: auto; }

.tabContents > div > ul > li > h5 > a, .tabContents > div > ul > li > div > h5 > a {
  padding: 10px;
  margin-left: 17px;
  position: relative;
  color: white;
  display: inline-block;
  font-size: inherit;
  border-radius: 10px;
  background-color: #75a7d1;
  font-weight: 300;
  line-height: 1;
  width: 75%; }

.tabContents > div > ul > li > ul > li > a {
  display: block;
  text-align: center;
  color: white;
  width: 50%;
  border-radius: 10px;
  padding: 6px;
  right: -22px;
  position: relative;
  background-color: #98c7ed;
  line-height: 1.2em;
  font-family: 'Jura';
  font-size: 1.2em;
  padding-bottom: 9px; }

.tabContents a {
  text-decoration: none;
  display: inline-block; }

.tabContents input[type=checkbox] {
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute; }

.tabContents h5 {
  font-size: 1.4em; }

.tabContents h5 label {
  display: inherit;
  margin: 0;
  height: 0; }

.tabContents div ul li h5 label:before {
  display: block;
  content: '\2B07';
  font-size: 1em;
  color: white;
  position: relative;
  border-radius: 10px;
  height: auto;
  width: 40px;
  background-color: #75a7d1;
  padding: 5px;
  cursor: zoom-in; }

.tabContents > div > ul > li > div {
  width: auto; }

.tabContents > div > ul > li h5 {
  display: block;
  height: 0;
  padding: 0;
  margin: auto;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: bottom center; }

.tabContents > div > ul > li > ul > li {
  width: 80%;
  height: 0;
  padding: 0px 2% 0px 0%;
  margin: auto;
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  list-style: none;
  transform-origin: top bottom; }

.tabContents input[type=checkbox]:checked ~ ul > li h5 {
  height: auto;
  padding: 2px 13% 2px 18%;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.tabContents input[type=checkbox]:checked ~ .tab-btn > label:before {
  transform: rotate(180deg);
  cursor: zoom-out; }

.tabContents input[type=checkbox]:checked ~ h5 label:before {
  transform: rotate(180deg);
  cursor: zoom-out; }

.tabContents input[type=checkbox]:checked ~ ul > li {
  height: auto;
  margin: 10px auto;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.tabContents input[type=checkbox]:checked ~ ul > li a {
  height: auto;
  margin: auto auto auto 20px;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.tabContents input[type=checkbox]:checked ~ ul > li > ul > li a {
  height: auto;
  margin: auto;
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

/*end table of contents*/
.page-title {
  font-size: 5em;
  color: #777;
  font-weight: 100;
  margin-bottom: 30px; }

.page-title:after {
  content: '\2122';
  font-size: 40px;
  top: -25px;
  position: relative;
  font-family: initial; }

.page-description {
  color: #777;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 40px; }

h3 {
  text-align: center;
  font-size: 3.25em;
  font-weight: 200;
  color: #777;
  margin-bottom: 20px;
  position: relative; }

.table > tbody > tr > td {
  padding: 8px;
  font-size: 12px; }

.help-title-wrapper {
  margin-bottom: 50px;
  padding-top: 140px; }

.help-title-less-space {
  padding-top: 100px; }

.help-title-no-icon {
  padding-top: 80px; }

.help-title-no-icon .help-title:before {
  display: none; }

.help-title {
  margin: auto;
  text-align: center;
  font-size: 3.25em;
  font-weight: 100;
  color: #777;
  margin-bottom: 20px;
  position: relative;
  max-width: 80%; }

.additionalFields {
  text-align: center;
  font-size: 3.25em;
  font-weight: 100;
  color: #777;
  margin-bottom: 20px;
  position: relative; }

.help-title-wrapper > a:before {
  position: relative;
  content: url(../img/favicons/favicon-96x96.png);
  display: block;
  opacity: 0.3;
  text-align: center;
  margin: auto;
  z-index: 999; }

.help-title-wrapper > a {
  display: block;
  position: relative;
  height: 100px;
  width: 100px;
  margin: auto; }

.help-description {
  text-align: justify;
  font-size: 1.25em;
  color: #777;
  max-width: 80%;
  margin: auto;
  margin-bottom: 20px; }

.help-description .fa {
  color: #587ebe; }

.help-description .btn {
  color: white; }

.over-view-list {
  display: block;
  height: auto;
  width: 80%;
  margin: auto; }

.over-view-list div {
  margin: auto;
  display: block;
  height: auto;
  width: 80%; }

.over-view-list ul {
  display: inline-block;
  position: relative;
  padding: 20px;
  color: #578EBE;
  margin: auto; }

.help-list {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #578EBE;
  margin: auto;
  text-align: left; }

.help-list-content {
  margin: auto;
  width: 70%; }

.help-title-wrapper ul li span, .help-title-wrapper ol li span {
  color: #777; }

.plain-list {
  width: 80%;
  text-align: justify;
  margin: auto;
  padding: 0 40px 0 40px; }

.containerHelp {
  padding-right: 150px;
  padding-left: 150px;
  margin-right: auto;
  margin-left: auto; }

.rowHelp {
  margin-right: -15px;
  margin-left: -15px; }

.col-sm-4Help {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.account-wallHelp {
  margin-top: 20px;
  padding: 30px 25px 30px 25px;
  background-color: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 10% 20%; }

.login-titleHelp {
  color: #777;
  display: block;
  text-align: center;
  font-family: Jura;
  font-weight: 400; }

hr {
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 0;
  margin: 20px 0; }

input[type=text] {
  border-radius: 5px;
  border: 1px solid #e4e4e4 !important;
  padding: 5px 8px; }

.form-controlHelp {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  outline: 0 !important;
  box-shadow: none !important; }

input[type=submit].btn-blockHelp {
  width: 100%; }

.marginTop20Help {
  margin-top: 20px; }

.btnHelp {
  outline: 0 !important; }

.btnHelp, .form-controlHelp {
  box-shadow: none !important; }

.btn-blockHelp {
  display: block;
  width: 100%; }

.btn-group-lgHelp > .btnHelp, .btn-lgHelp {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-primaryHelp {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btnHelp {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

.loginHelp {
  display: block;
  width: auto;
  height: inherit;
  max-width: 800px;
  margin: 100px auto 0 auto; }

.pull-rightHelp {
  float: right !important; }

a.pull-rightHelp {
  text-shadow: none;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent; }

p span {
  color: #0069bf; }

ol li {
  padding: 5px;
  color: #578EBE; }

aside {
  max-width: 80%;
  padding: 5px;
  text-align: justify;
  margin: auto;
  background-color: #ffff82;
  border-radius: 10px;
  font-size: 1.25em;
  line-height: 1.8;
  margin-bottom: 20px; }

mark {
  background-color: #ffff82;
  border-radius: 10px; }

.logo-text {
  display: inline-block;
  float: right;
  position: absolute;
  transform: translate(50px); }

.HeadBg {
  /* background-color: #008040; */
  /* background-color: silver; */
  background-color: #578EBE;
  direction: ltr; }

td, th {
  padding: 0; }

.Accent {
  color: white;
  font-weight: bold; }

.OtherTabsBg {
  /* border: 1px solid #666; */
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px 18px 5px; }

.padded td {
  padding: 12px 20px;
  border-bottom: 4px inset transparent; }

.padded td:hover {
  /* background: #666; */
  border-bottom: 4px solid;
  border-color: rgba(54, 198, 211, 0.5);
  border-collapse: collapse;
  box-sizing: border-box; }

.padded a:hover {
  text-decoration: none; }

.screen-shot {
  margin: auto;
  width: 80%;
  height: auto;
  overflow: hidden;
  border-radius: 5px; }

.screen-shots-png {
  margin: auto;
  width: 80%;
  height: 400px;
  overflow: hidden;
  border-radius: 5px; }

.screen-shots-png-2 {
  margin: auto;
  width: 80%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px; }

.screen-shots-png-3 {
  margin: auto;
  width: 80%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px; }

.screen-shots-png-4 {
  margin: auto;
  width: 80%;
  height: 449px;
  overflow: hidden;
  border-radius: 5px; }

.sszi {
  display: block;
  width: 100%;
  height: auto; }

.ssTrainer {
  display: block;
  width: 2685px;
  height: auto;
  position: relative;
  top: -1385px; }

.ssTrainerDate {
  display: block;
  width: 2685px;
  height: auto;
  position: relative;
  top: -1335px; }

.ssScheduleDate {
  display: block;
  width: 2685px;
  height: auto;
  position: relative;
  top: -411px; }

.ssScheduleEdit {
  display: block;
  width: 2326px;
  height: auto;
  position: relative;
  top: -163px; }

.ssPublish {
  display: block;
  width: 2685px;
  height: auto;
  position: relative;
  top: 0px;
  right: 1843px; }

.ssReports {
  display: block;
  width: 1445px;
  height: auto;
  position: relative;
  top: -1610px;
  right: 0px; }

.schedule-screen-links {
  display: block;
  min-height: 200px;
  height: auto;
  width: 80%;
  margin: auto; }

.help-title-wrapper h4 {
  display: block;
  height: auto;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 200;
  color: #777;
  text-align: center; }

h4.header-blue {
  display: block;
  height: auto;
  max-width: 80%;
  margin: auto;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 800;
  color: #578EBE;
  text-align: center; }

.schedule-screen-links a {
  color: white; }

.schedule-screen-links > div {
  display: block;
  height: auto;
  width: 25%;
  margin: 5px auto;
  padding: 5px;
  background-color: #578EBE;
  border-radius: 5px;
  box-shadow: 0 0 10px white inset;
  position: relative;
  color: white;
  border: 1px solid white;
  float: left; }

.tab-example-fix-center {
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.tab-example-fix-right {
  width: auto;
  position: relative;
  float: right; }

.tab-example {
  margin: 20px auto 0 auto;
  height: auto;
  transform: scale(0.8);
  overflow: hidden;
  position: relative;
  border-radius: 10px; }

.tab-example-scroll-rtl {
  margin: 20px auto 0 auto;
  height: 170px;
  width: auto;
  overflow-x: scroll;
  direction: rtl; }

.tab-example-scroll-ltr {
  margin: 20px auto 0 auto;
  height: auto;
  width: 100%;
  direction: ltr; }

.smallDiv {
  transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  /* IE 9 */
  -webkit-transform: scale(0.8, 0.8);
  /* Safari and Chrome */
  -o-transform: scale(0.8, 0.8);
  /* Opera */
  -moz-transform: scale(0.8, 0.8);
  /* Firefox */ }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.volunteers-example {
  display: block;
  position: relative;
  margin: auto;
  max-width: 600px;
  padding: 20px;
  border-radius: 10px; }

.tbodyHelp {
  font-size: 14px; }

.saving-screen-list {
  display: block;
  height: auto;
  width: 80%;
  margin: auto; }

.saving-screen-list > ul > li > span {
  color: black; }

.saving-screen-list > ul > li {
  color: #578EBE; }

.saving-screen-list > ul {
  display: inline-block;
  margin: 10px 0 20px 40px;
  vertical-align: text-top; }

.help-saving-list {
  display: inline-block;
  height: auto;
  width: auto;
  font-size: 2em;
  color: #578EBE;
  margin: 0 auto 0 auto;
  vertical-align: text-top; }

.saving-example, .screen-example {
  display: block;
  height: auto;
  width: 60%;
  margin: 20px auto;
  padding: 10px;
  overflow-x: hidden; }

.reference-admin-example {
  margin: 10px auto 10px auto;
  max-width: 80%;
  overflow-x: auto; }

.seniority-number-example {
  background-color: white; }

.seniority-number-example .row td > span {
  color: #777;
  font-size: 12px;
  padding: 8px; }

.light-background {
  margin: 50px auto;
  display: block;
  max-width: 80%;
  font-size: 1.25em;
  background-color: #fafafa;
  padding: 5px;
  border-radius: 5px; }

.shadow-flash {
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.flash {
  animation-name: highlight;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

mark {
  border-radius: 5px; }

.fields-tbl {
  margin-top: 40px;
  border: 2px solid #578EBE; }

.fields-tbl th {
  background-color: #c1c0c0;
  padding: 10px;
  font-size: 18px;
  color: #578EBE;
  border: 2px solid #578EBE; }

.fields-tbl tr td:first-child {
  width: 25%; }

.fields-tbl td {
  border: 1px solid #adadad;
  padding: 10px; }

.fields-tbl tbody tr:nth-child(even) {
  background-color: #fafafa; }

.fields-list {
  margin-top: 40px; }

.links-example {
  width: 300px;
  margin: auto; }

.announcements-example {
  width: 400px;
  margin: auto; }

.cenappsBtn a {
  list-style: none;
  display: block;
  border-radius: 10px;
  margin: auto;
  width: 200px;
  margin-top: 20px;
  text-align: center;
  background-color: #578EBE;
  line-height: 1.8em;
  text-decoration: none;
  color: white; }

.cenappsBtn a:hover {
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.cenappsBtn-inline {
  display: inline-block;
  margin-top: 3px; }

.cenappsBtn-inline a {
  list-style: none;
  display: inline-block;
  border-radius: 10px;
  width: auto;
  text-align: center;
  background-color: #578EBE;
  line-height: 1.8em;
  text-decoration: none;
  color: white;
  padding: 0 5px; }

.cenappsBtn-inline a:hover {
  animation-name: shadow;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.fields-list li a {
  color: white; }

.dialogBox {
  display: block;
  margin: 20px auto 0 auto;
  height: 125px;
  width: 400px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: #ccc 0px 3px 9px; }
  .dialogBox span {
    font-size: 14px;
    color: black;
    display: block;
    padding: 12px;
    padding-bottom: 8px; }
    .dialogBox span span {
      padding-top: 12px;
      padding-left: 0;
      font-size: 12px; }

.ok {
  display: block;
  float: right;
  margin: 0px 8px 16px 0px;
  padding: 10px;
  background-color: #2da8f8;
  outline: 1px solid #ccc;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  height: 35px;
  width: 75px;
  text-align: center; }

.cancel {
  display: block;
  float: right;
  margin: 0px 16px 16px 0px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  width: 75px;
  text-align: center; }

.accordionHeader {
  display: block;
  width: 80%;
  height: auto;
  background-color: #578EBE;
  margin: auto;
  padding: 10px;
  border-radius: 10px; }

.accordionHeader a {
  display: block;
  position: relative;
  color: white;
  margin: auto;
  width: 100%; }

.cardOverride {
  background-color: transparent;
  border: none;
  padding: 0px; }

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  text-decoration: none;
  background-color: #88bde9; }

.flowChart {
  height: auto;
  width: 80%;
  margin: auto;
  padding: 5px;
  border-radius: 10px;
  background-color: #fff; }

/*@media rules*/
@media (max-width: 600px) {
  .header-back-default {
    background-image: url(../img/backgrounds/6.jpg);
    background-position: bottom; }
  .header-back-full-page {
    display: table;
    padding: 0;
    width: 100%;
    min-height: 600px;
    position: relative; }
  .header-back {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    margin: 0;
    position: relative; }
  .page-title {
    font-size: 35px;
    color: #777;
    font-weight: 100;
    margin-bottom: 30px; }
  .page-title:after {
    content: '\2122';
    font-size: 20px;
    top: -25px;
    position: relative;
    font-family: initial; }
  .tableOfContents h3:after {
    position: relative;
    content: "Click this Icon at anytime to return to Table of Contents";
    display: block;
    font-size: 20px;
    opacity: .9;
    width: 100%;
    height: auto;
    text-align: center;
    speak: none;
    line-height: 1;
    color: #777;
    font-weight: 400;
    text-shadow: none;
    top: -200px;
    margin: 0 auto; }
  .tableOfContents h3:before {
    position: relative;
    content: url(../img/favicons/favicon-96x96.png);
    display: block;
    opacity: 0.3;
    width: auto;
    height: auto;
    text-align: center;
    top: 7px;
    speak: none;
    margin: 0 auto; }
  .tableOfContents {
    display: block;
    text-align: center;
    max-width: 100%;
    min-width: 240px;
    margin: auto;
    padding: 20px;
    position: relative;
    border-radius: 20px;
    margin-top: 200px; }
  .tableOfContents h3 {
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    color: #777;
    margin-bottom: 20px;
    position: relative;
    width: 290px; }
  .helper.center {
    position: relative;
    text-align: center;
    top: -40px; }
  .help-title {
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    color: #777;
    margin-bottom: 20px;
    position: relative;
    max-width: 80%; }
  a {
    word-break: break-word; }
  .tabContents h4 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-left: 15px; }
  .tabContents input[type=checkbox]:checked ~ ul > li h5 {
    height: auto;
    padding: 2px 0% 2px 9%;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .tabContents div ul li h5 label:before {
    display: block;
    content: '\2B07';
    font-size: 1em;
    color: white;
    position: relative;
    border-radius: 10px;
    height: auto;
    width: 40px;
    background-color: #75a7d1;
    padding: 5px;
    cursor: zoom-in;
    right: 20px; } }

@media (max-width: 1000px) {
  .container {
    width: 100%;
    max-width: 100%; }
  .help-description {
    text-align: center; } }
