/* compiled by scssphp v0.1.1 on Wed, 08 Oct 2025 17:59:04 +0000 (0.0945s) */

/* import config */
/* utilities */
/* font size mixins */
/* breakpoint mixins */
/* videowrapper */
.videowrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/* element mixins */
@mixin transform(...) {
  -webkit-transform: ;
  -moz-transform: ;
  -o-transform: ;
  -ms-transform: ;
  transform: ; }
/* packages */
.purr-wrapper {
  margin: 20px; }

.purr-alert {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 20px;
  background: url('../img/close.png') top right no-repeat #555;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  width: 400px; }

.purr-alert button {
  font-size: 10px;
  margin: 0 5px; }

.purr-alert.error {
  background-color: #e20813; }

.purr-alert.warning {
  background-color: #f7941d; }

.purr-alert.success {
  background-color: #4dbc5d; }

.purr-alert.notice {
  background-color: #2caed4; }

.purr-button-wrapper {
  text-align: center; }

.purr-alert a {
  color : #fff;
  text-decoration: underline; }
/* modules */
#nav {
  z-index: 90;
  height: 35px;
  /* tablet menu */
  /* smartphone menu */ }
  #nav > i.fa {
    display: none; }
  #nav ul {
    display: table;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%; }
  #nav li {
    /* normal menu */
    display: table-cell;
    width: auto;
    text-align: center;
    padding: 5px 0px 0px 0px;
    white-space: nowrap;
    border-right: 2px solid #fff; }
    #nav li:last-child {
      border-right: 0px; }
    #nav li ul {
      position: absolute;
      background: url('../img/empty.gif');
      width: auto;
      margin-left: 0px;
      display: none;
      padding-top: 5px;
      z-index: 50; }
      #nav li ul li {
        position: relative;
        border-bottom: 1px solid #fff;
        display: block;
        min-width: 10em;
        background-color: #17beff;
        border-right: 0px;
        text-align: left; }
        #nav li ul li ul {
          top: 0px;
          left: 100%;
          margin-left: 0px;
          background-color: #007eb0; }
        #nav li ul li a {
          margin: 0px;
          padding: 4px 1.5em;
          display: block; }
        #nav li ul li:last-child {
          border-bottom: 0px; }
    #nav li:hover > ul {
      display: block; }
    #nav li a {
      color: #fff;
      padding: 1px 15px;
      margin: 0px 10px;
      font-size: 18px;
      font-size: 0.85714rem; }
    #nav li.active > a {
      background-color: #fff;
      color: #fff; }
  #nav > li > ul {
    margin-top: 6px; }
  @media only screen and (max-width: 992px) {
  #nav li a {
    position: relative;
    top: 3px;
    margin: 0px 5px;
    font-size: 14px;
    font-size: 0.66667rem; }
    #nav li ul li a {
      top: 0px; } }
  @media only screen and (max-width: 768px) {
  #nav {
    overflow: hidden; }
    #nav > i.fa {
      display: block;
      color: #fff;
      line-height: 35px;
      cursor: pointer;
      font-size: 30px;
      font-size: 1.42857rem; }

    #nav ul {
      margin-top: 0px;
      display: block; }

    #nav li {
      display: block;
      border-right: 0px;
      border-bottom: 1px solid #fff;
      text-align: left;
      padding: 0px;
      margin: 0px 0px 0.5em 0px; }
      #nav li a {
        display: block;
        margin: 0px 0px 0.5em 0px;
        padding: 0px 15px; }
      #nav li ul {
        position: relative; }
        #nav li ul li {
          background-color: #005a7d; }
      #nav li.active > ul {
        display: block; }

    #nav li:last-child {
      border-bottom: 0px; }

    #nav.active {
      height: auto;
      padding-bottom: 5px; } }

.button {
  display: inline-block;
  font-size: 21px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-transform: lowercase;
  white-space: nowrap;
  border: 0px;
  padding: 0.5em;
  margin: 0.5em;
  transition: 0.5s; }
  .button:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.15s; }
  .button.button-nomargin {
    margin: 0px; }
  .button.button-minmargin {
    margin: 3px; }
  .button.button-small {
    padding: 0.1em 2.5em; }
  .button.button-large {
    font-size: 18px;
    font-size: 0.85714rem; }
  .button.button-block {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  .button.button-filled {
    color: ;
    background-color: #fff; }
  .button.button-light {
    color: ;
    border-color: ; }
    .button.button-light.button-filled {
      color: #fff;
      background-color: ; }
  .button.button-contrast {
    color: ;
    border-color: ; }
    .button.button-contrast.button-filled {
      color: #fff;
      background-color: ; }
  .button.button-accent {
    color: ;
    border-color: #00a3e3; }
    .button.button-accent.button-filled {
      color: ;
      background-color: #00a3e3; }
/* html */
html {
  font-size: 21px;
  height: 100%; }
/* main body */
body {
  font-family: xcalibre, arial, helvetica, sans-serif;
  color: #fff;
  margin: 0px;
  padding: 0px;
  font-size: 21px;
  font-size: 1rem;
  background: #343434;
  height: 100%; }

a {
  color: #fff; }

a:hover {
  color: #00a3e3; }

p a {
  color: #00a3e3; }

p {
  margin: 0px 0px 1em 0px;
  padding: 0px; }

div.divider {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  margin: 0px;
  padding: 0px; }

div.outer {
  width: 100%; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }

.desktop .no_desktop {
  display: none !important; }

.mobile .no_mobile {
  display: none !important; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
  font-weight: normal; }

h1, h2, h3 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 1em; }

h4, h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em; }

.mrg-0 {
  margin-bottom: 0em !important; }

.mrg-05 {
  margin-bottom: 0.5em !important; }

.mrg-1 {
  margin-bottom: 1em !important; }

.mrg-15 {
  margin-bottom: 1.5em !important; }

.mrg-2 {
  margin-bottom: 2em !important; }

.mrg-25 {
  margin-bottom: 2.5em !important; }

.mrg-3 {
  margin-bottom: 3em !important; }

.mrg-35 {
  margin-bottom: 3.5em !important; }

.mrg-4 {
  margin-bottom: 4em !important; }

.mrg-45 {
  margin-bottom: 4.5em !important; }

.mrg-5 {
  margin-bottom: 5em !important; }

.mrg-noside {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.pad-0 {
  padding: 0px !important; }

.pad-05 {
  padding: 0.5em !important; }

.pad-1 {
  padding: 1em !important; }

.pad-15 {
  padding: 1.5em !important; }

.pad-2 {
  padding: 2em !important; }

.pad-25 {
  padding: 2.5em !important; }

.pad-3 {
  padding: 3em !important; }

.pad-35 {
  padding: 3.5em !important; }

.pad-4 {
  padding: 4em !important; }

.pad-45 {
  padding: 4.5em !important; }

.pad-5 {
  padding: 5em !important; }

.pad-noside {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.bg-base {
  background-color: #fff;
  color: ; }

.bg-accent {
  background-color: #00a3e3;
  color: ; }

.bg-gray {
  background-color: #484848;
  color: #fff; }

.bg-light {
  background-color: #777;
  color: #fff; }

.bg-contrast {
  background-color: ;
  color: #fff; }

.bg-action {
  background-color: #f00;
  color: ; }

.bg-background {
  background: #343434; }

.txt-base {
  color: #fff; }

.txt-accent {
  color: #00a3e3; }

.txt-contrast {
  color: ; }

.txt-light {
  color: ; }

.txt-small {
  font-size: 16px; }

.txt-header {
  font-size: 30px;
  font-weight: 100; }

.txt-title {
  font-size: 18px;
  font-weight: bold; }

.txt-nocase {
  text-transform: none; }

.spacer-100 {
  min-height: 100vh; }

.spacer-50 {
  min-height: 50vh; }

.toggler {
  cursor: pointer; }
/* frame layout */
#site {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

#header {
  width: 100%;
  *zoom: 1; }
  #header:before, #header:after {
    content: " ";
    display: table; }
  #header:after {
    clear: both; }

#content {
  *zoom: 1; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }

#footer {
  width: 100%;
  *zoom: 1; }
  #footer:before, #footer:after {
    content: " ";
    display: table; }
  #footer:after {
    clear: both; }
/* specific styles */
.fill-height {
  height: 100%; }

input.form-control {
  border-radius: 0px;
  box-shadow: none;
  height: auto; }

body.login {
  overflow-x: hidden; }
  body.login #content {
    background: transparent; }
    body.login #content .content {
      background: transparent; }
      body.login #content .content .login-box, body.login #content .content .password-box, body.login #content .content .request-box {
        box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.2); }
      body.login #content .content input.form-control {
        background: #777;
        border: 1px solid #777;
        color: #fff;
        font-size: 21px;
        padding: 0.5em; }
        body.login #content .content input.form-control::-webkit-input-placeholder {
          color: #ccc; }

body.main {
  background: url('../img/bg.gif');
  background-size: 100% 100%; }

#header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: #343434;
  z-index: 2;
  line-height: 100px; }
  #header .logo {
    margin-top: 28px; }
    #header .logo img {
      height: 44px;
      margin-right: 0.5em; }
    #header .logo a:hover {
      text-decoration: none;
      color: #fff; }
  #header .account {
    font-size: 21px;
    font-weight: 300;
    position: relative; }
    #header .account i {
      font-size: 12px;
      line-height: 16px;
      margin-left: 16px; }
    #header .account .submenu {
      display: none;
      position: absolute;
      line-height: 50px;
      padding-left: 20px;
      padding-right: 20px;
      text-transform: lowercase;
      top: 100px;
      right: 15px;
      background: #00a3e3; }
      #header .account .submenu a {
        display: block; }
      #header .account .submenu a:hover {
        color: #fff;
        text-decoration: underline; }
    #header .account:hover .submenu, #header .account:focus .submenu {
      display: block; }

#content {
  height: 100%; }
  #content > .row {
    height: 100%; }
  #content .menu {
    padding-top: 2em;
    padding-left: 0px;
    padding-right: 0px;
    background: #484848; }
    #content .menu .inner {
      padding-top: 100px;
      padding-bottom: 50px;
      width: 100%;
      position: relative; }
    #content .menu ul {
      list-style: none;
      margin: 0px;
      padding: 0px; }
      #content .menu ul > li a.active:before {
        position: absolute;
        font-family: fontawesome;
        content: "\f107";
        color: #fff;
        right: 20px; }
      #content .menu ul li {
        position: relative; }
        #content .menu ul li .bar {
          display: none;
          position: absolute;
          z-index: 400;
          height: 100%;
          width: 1000px;
          margin-left: -1000px;
          background: #343434; }
        #content .menu ul li a {
          position: relative;
          display: block;
          text-align: left;
          padding: 0.25em 1em 0.25em 30px;
          margin-bottom: 0.25em;
          font-size: 21px;
          font-weight: 300; }
          #content .menu ul li a:hover, #content .menu ul li a:focus {
            text-decoration: none;
            color: inherit; }
          #content .menu ul li a:before {
            position: absolute;
            font-family: fontawesome;
            content: "\f105";
            color: #fff;
            right: 20px; }
        #content .menu ul li.active {
          background: #343434; }
          #content .menu ul li.active .bar {
            display: block; }
          #content .menu ul li.active a {
            color: #00a3e3; }
        #content .menu ul li .sub_folder {
          background: #585858; }
          #content .menu ul li .sub_folder li {
            padding-left: 1em;
            border-bottom: 1px solid #484848; }
            #content .menu ul li .sub_folder li a {
              color: #fff;
              font-size: 80%; }
            #content .menu ul li .sub_folder li.active {
              background: #343434; }
              #content .menu ul li .sub_folder li.active a {
                color: #00a3e3; }
  #content .content {
    min-height: 100%;
    color: #000;
    background: #fff; }
    #content .content .inner {
      padding-top: 100px;
      padding-bottom: 50px; }
    #content .content h1 {
      font-weight: normal;
      font-size: 33px;
      margin-bottom: 20px; }
  #content .folder {
    margin: 60px 80px 60px 80px; }
    #content .folder .text {
      margin-bottom: 40px; }
    #content .folder .images {
      padding: 0px; }
      #content .folder .images h2 {
        font-size: 23px;
        font-weight: normal;
        margin-top: 10px;
        margin-bottom: 40px; }
      #content .folder .images h3 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 40px;
        font-weight: lighter; }
      #content .folder .images .image {
        position: relative;
        background-color: #d2d2d2; }
        #content .folder .images .image .overlay {
          position: absolute;
          display: none;
          width: 100%;
          height: 100%;
          background-color: #00a3e3;
          color: #fff;
          text-align: center; }
          #content .folder .images .image .overlay a:hover {
            color: #fff;
            text-decoration: underline; }
          #content .folder .images .image .overlay table {
            height: 100%;
            width: 100%; }
            #content .folder .images .image .overlay table td {
              vertical-align: middle;
              text-align: center; }
        #content .folder .images .image:hover .overlay {
          display: block; }
        #content .folder .images .image img {
          width: 100%; }
        #content .folder .images .image .btn-download {
          position: absolute;
          width: 51px;
          height: 50px;
          background: url('../img/btn-download-blue.png');
          bottom: 0px;
          left: 0px; }
    #content .folder .directory {
      padding-bottom: 40px; }
      #content .folder .directory h2 {
        font-size: 21px;
        font-weight: bold;
        margin-top: 40px;
        text-transform: lowercase;
        font-weight: lighter; }
    #content .folder .file {
      position: relative;
      border-bottom: solid 1px #9f9f9f;
      padding-top: 20px;
      padding-bottom: 10px; }
      #content .folder .file .btn-download {
        position: absolute;
        right: 0px;
        width: 51px;
        height: 50px;
        background: url('../img/btn-download-blue.png'); }
      #content .folder .file .btn-video {
        position: absolute;
        right: 61px;
        width: 51px;
        height: 50px;
        background: url('../img/btn-video-blue.png'); }
      #content .folder .file h4 {
        color: #00a3e3;
        font-weight: lighter;
        font-size: 21px;
        padding-top: 18px; }
  #content .article {
    margin: 60px 20px 60px 80px; }
    #content .article .text {
      margin-bottom: 40px; }
    #content .article .image img {
      max-width: 100%; }
  #content .faq {
    margin: 60px 80px 60px 80px; }
    #content .faq h3 {
      font-size: 21px;
      font-weight: normal; }
    #content .faq .questions {
      margin-bottom: 40px; }
      #content .faq .questions .question {
        position: relative;
        border-bottom: solid 1px #9f9f9f;
        padding-top: 20px; }
        #content .faq .questions .question .btn-expand {
          position: absolute;
          right: 0px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          cursor: pointer;
          color: #fff;
          background-color: #00a3e3;
          font-size: 40px; }
        #content .faq .questions .question h4 {
          color: #00a3e3;
          font-weight: lighter;
          font-size: 21px;
          padding-top: 18px; }
        #content .faq .questions .question .text {
          margin-bottom: 10px;
          height: 0px;
          overflow: hidden; }
    #content .faq .folder {
      margin: 0px; }
  #content .account {
    margin: 60px 80px 60px 80px; }

#footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  background: #343434;
  z-index: 2;
  font-size: 16px;
  line-height: 50px; }

.switch-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10; }
  .switch-box.box-show {
    z-index: 11; }

body.login #content .content input[type=text].form-control.has-error {
  border: 1px solid #f00; }

.error-msg {
  color: #f00; }

.mobile .fill-height {
  height: auto !important; }

@media all and (max-width: 768px) {
  #content .menu .inner {
    position: relative; } }
