@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  box-sizing: border-box; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

html {
  font-size: 18px;
  overflow-x: hidden;
  font-family: "Arial", sans-serif; }
  html body {
    padding-top: 79px;
    overflow-x: hidden;
    /* Login Style */ }
    html body h1, html body h2, html body h3 {
      color: #448A5C;
      margin-bottom: 1rem;
      font-family: "Arial", sans-serif; }
    html body h1 {
      font-size: 1.7rem; }
    html body h2 {
      font-size: 1.4rem; }
    html body h3 {
      font-size: 1.2rem; }
    html body p {
      font-family: "Arial", sans-serif;
      font-size: 1rem;
      color: #020000;
      line-height: 1.3;
      margin-bottom: .8rem; }
    html body img {
      max-width: 100%; }
      html body img.tinymce-image-left {
        float: left;
        margin-right: 1rem; }
      html body img.tinymce-image-right {
        float: right;
        margin-left: 1rem; }
      html body img.tinymce-image-fullwidth {
        width: 100% !important;
        height: auto !important; }
    html body .container-fluid {
      max-width: 960px;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }
      @media screen and (max-width: 960px) {
        html body .container-fluid {
          padding-left: 1rem;
          padding-right: 1rem; } }
    html body header {
      border-top: #448A5C 20px solid;
      background-color: white;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100;
      height: 79px; }
      html body header #logo {
        height: 40px;
        margin-top: .55rem;
        float: left;
        margin-right: 1rem; }
      html body header nav {
        float: left; }
        @media screen and (max-width: 960px) {
          html body header nav {
            position: absolute;
            top: 61px;
            background-color: #448A5C;
            right: 0;
            display: none; } }
        html body header nav > ul {
          padding-top: 1rem; }
          @media screen and (max-width: 960px) {
            html body header nav > ul {
              padding-top: 0;
              min-width: 220px; } }
          html body header nav > ul > li {
            padding: 1rem .75rem;
            text-align: center;
            display: inline;
            position: relative; }
            @media screen and (max-width: 960px) {
              html body header nav > ul > li {
                display: block;
                text-align: left;
                border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                padding: 0; } }
            html body header nav > ul > li:first-child {
              padding: 1rem .75rem 1rem 0; }
              @media screen and (max-width: 960px) {
                html body header nav > ul > li:first-child {
                  padding: 0; } }
            html body header nav > ul > li a {
              text-decoration: none;
              color: #707070;
              transition: all ease .5s;
              font-size: 1.2rem; }
              @media screen and (max-width: 960px) {
                html body header nav > ul > li a {
                  color: white;
                  font-size: 1rem;
                  padding: .5rem .8rem;
                  display: block; } }
              html body header nav > ul > li a:hover {
                color: #448A5C;
                text-shadow: 0 0.015rem #448A5C, 0 -0.015rem #448A5C, 0.01rem 0 #448A5C, -0.01rem 0 #448A5C; }
                @media screen and (max-width: 960px) {
                  html body header nav > ul > li a:hover {
                    color: white; } }
              html body header nav > ul > li a .fas {
                font-size: .85rem;
                margin-left: -.2rem; }
                @media screen and (max-width: 960px) {
                  html body header nav > ul > li a .fas {
                    float: right;
                    font-size: 1rem;
                    margin-left: 0; } }
            html body header nav > ul > li.active > a {
              color: #448A5C;
              text-shadow: 0 0.015rem #448A5C, 0 -0.015rem #448A5C, 0.01rem 0 #448A5C, -0.01rem 0 #448A5C; }
              @media screen and (max-width: 960px) {
                html body header nav > ul > li.active > a {
                  color: white; } }
            @media screen and (min-width: 960px) {
              html body header nav > ul > li:hover ul {
                background-color: rgba(255, 255, 255, 0.8);
                left: 0;
                transform: scaleY(1); }
                html body header nav > ul > li:hover ul li {
                  display: block; } }
            html body header nav > ul > li ul {
              transition: transform 0.2s ease;
              transform: scaleY(0);
              transform-origin: top;
              position: absolute;
              top: 100%;
              left: -9999em;
              padding: .5rem 0;
              text-align: left; }
              @media screen and (max-width: 960px) {
                html body header nav > ul > li ul {
                  position: relative;
                  transform: none;
                  background-color: #448A5C;
                  color: white;
                  border-top: 1px solid rgba(255, 255, 255, 0.5);
                  padding: 0;
                  display: none;
                  left: auto; } }
              html body header nav > ul > li ul li {
                display: none;
                white-space: nowrap;
                position: relative;
                padding: .3rem 0; }
                @media screen and (max-width: 960px) {
                  html body header nav > ul > li ul li {
                    text-align: left;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
                    padding: 0;
                    display: block; }
                    html body header nav > ul > li ul li:last-child {
                      border-bottom: none; } }
                html body header nav > ul > li ul li.active a {
                  color: #448A5C;
                  text-shadow: 0 0.015rem #448A5C, 0 -0.015rem #448A5C, 0.01rem 0 #448A5C, -0.01rem 0 #448A5C; }
                  @media screen and (max-width: 960px) {
                    html body header nav > ul > li ul li.active a {
                      color: white;
                      font-size: 1rem; } }
                html body header nav > ul > li ul li a {
                  padding: 0.2rem .8rem; }
                  @media screen and (max-width: 960px) {
                    html body header nav > ul > li ul li a {
                      padding: .5rem 1.5rem; } }
      html body header .hamburger {
        cursor: pointer;
        float: right;
        transition: all ease .5s;
        display: none;
        margin-top: 3px; }
        @media screen and (max-width: 960px) {
          html body header .hamburger {
            display: block; } }
        html body header .hamburger.change {
          margin-right: -10px;
          margin-top: 5px; }
          html body header .hamburger.change .bar1 {
            width: 50px;
            -webkit-transform: rotate(-45deg) translate(-13px, 3px);
            transform: rotate(-45deg) translate(-13px, 3px); }
          html body header .hamburger.change .bar2 {
            opacity: 0; }
          html body header .hamburger.change .bar3 {
            width: 50px;
            -webkit-transform: rotate(45deg) translate(-15px, -7px);
            transform: rotate(45deg) translate(-15px, -7px); }
        html body header .hamburger .bar1, html body header .hamburger .bar2, html body header .hamburger .bar3 {
          width: 40px;
          height: 4px;
          background-color: #448A5C;
          margin: 10px 0;
          transition: all ease 0.5s; }
      html body header .icons {
        float: right;
        padding: .7rem 0; }
        @media screen and (max-width: 960px) {
          html body header .icons {
            margin-right: 1rem; } }
        html body header .icons a {
          display: inline-block; }
          html body header .icons a .icon {
            float: right;
            padding: 8px;
            border-radius: 50%;
            background-color: #448A5C;
            font-size: .8rem;
            color: white; }
    html body .content {
      min-height: calc(100vh - 330px); }
      html body .content .side-container {
        position: fixed;
        width: 100%; }
      html body .content .container-fluid {
        position: relative;
        margin-bottom: 2rem; }
        html body .content .container-fluid .side-navi {
          position: absolute;
          right: 105%;
          top: 2rem;
          width: fit-content;
          min-width: 153px; }
          html body .content .container-fluid .side-navi p {
            color: #707070;
            font-weight: 700; }
          html body .content .container-fluid .side-navi li {
            padding: .3rem 0; }
            html body .content .container-fluid .side-navi li.active a {
              font-weight: 700; }
            html body .content .container-fluid .side-navi li a {
              color: #707070;
              text-decoration: none; }
              html body .content .container-fluid .side-navi li a:hover {
                text-decoration: none; }
        html body .content .container-fluid .block {
          padding-top: 3rem; }
          html body .content .container-fluid .block .community {
            display: flex;
            justify-content: space-between; }
            html body .content .container-fluid .block .community a {
              padding: 0 .5rem; }
          html body .content .container-fluid .block a {
            text-decoration: none;
            color: #448A5C; }
          @media screen and (max-width: 768px) {
            html body .content .container-fluid .block .left-container {
              margin-bottom: 2rem; } }
          html body .content .container-fluid .block ul {
            list-style: none; }
            html body .content .container-fluid .block ul li {
              padding: .25rem 0 .25rem 1rem;
              position: relative;
              line-height: 1.3; }
              html body .content .container-fluid .block ul li::before {
                position: absolute;
                content: "•";
                color: #448A5C;
                left: 0; }
          html body .content .container-fluid .block ol {
            list-style: inside decimal; }
          html body .content .container-fluid .block strong, html body .content .container-fluid .block b {
            font-weight: 700; }
          html body .content .container-fluid .block em {
            font-style: italic; }
          html body .content .container-fluid .block .box-container {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-right: -1%;
            margin-left: -1%; }
            html body .content .container-fluid .block .box-container a.box {
              text-decoration: none;
              width: 23%;
              margin-right: 1%;
              margin-left: 1%;
              padding: 1rem;
              margin-bottom: 60px;
              background-color: #448A5C;
              transition: all ease 0.5s;
              color: white; }
              html body .content .container-fluid .block .box-container a.box:hover {
                transform: scale(1.05); }
              @media screen and (max-width: 1000px) {
                html body .content .container-fluid .block .box-container a.box {
                  width: 48%;
                  margin-bottom: 1rem; } }
              @media screen and (max-width: 600px) {
                html body .content .container-fluid .block .box-container a.box {
                  width: 100%;
                  margin-right: 0;
                  margin-left: 0; } }
              html body .content .container-fluid .block .box-container a.box p {
                color: white;
                font-size: .9rem; }
          html body .content .container-fluid .block.link-container .link-header {
            width: 100%;
            background-color: #448A5C;
            padding: 1rem;
            cursor: pointer; }
            html body .content .container-fluid .block.link-container .link-header p {
              color: white;
              margin-bottom: 0; }
            html body .content .container-fluid .block.link-container .link-header .dropdown-icon {
              float: right;
              transition: transform ease .5s; }
          html body .content .container-fluid .block.link-container .links {
            display: none;
            padding: 0 1rem 1rem 1rem; }
            html body .content .container-fluid .block.link-container .links .link-content {
              display: block;
              margin-top: 1rem; }
              html body .content .container-fluid .block.link-container .links .link-content a {
                text-decoration: none;
                color: #020000; }
                html body .content .container-fluid .block.link-container .links .link-content a i {
                  color: #707070;
                  margin-bottom: -5px; }
          html body .content .container-fluid .block form div[class^='col-'] {
            margin: .5rem 0; }
          html body .content .container-fluid .block form label {
            width: 100%; }
            html body .content .container-fluid .block form label input, html body .content .container-fluid .block form label textarea {
              border-radius: unset;
              border: #707070 solid 1px;
              background-color: #E6E6E6;
              margin-top: 5px; }
              html body .content .container-fluid .block form label input:focus, html body .content .container-fluid .block form label input:focus-visible, html body .content .container-fluid .block form label input:focus-within, html body .content .container-fluid .block form label textarea:focus, html body .content .container-fluid .block form label textarea:focus-visible, html body .content .container-fluid .block form label textarea:focus-within {
                outline: none;
                box-shadow: none; }
          html body .content .container-fluid .block form .btn-primary {
            background-color: #448A5C;
            border-radius: unset;
            border: 1px solid #707070;
            box-shadow: 0 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); }
            html body .content .container-fluid .block form .btn-primary:focus, html body .content .container-fluid .block form .btn-primary:focus-within, html body .content .container-fluid .block form .btn-primary:focus-visible {
              outline: none; }
            html body .content .container-fluid .block form .btn-primary:hover {
              box-shadow: 0 0 0.1rem 0.15rem rgba(0, 0, 0, 0.3); }
          html body .content .container-fluid .block form .with-errors ul li {
            color: red;
            font-size: .8rem;
            padding-top: .2rem; }
          html body .content .container-fluid .block .alert {
            border: none;
            margin-bottom: 20px;
            margin-top: 0;
            border-left: 5px solid;
            padding: 15px;
            border-radius: 0;
            background-image: none;
            list-style: none; }
            html body .content .container-fluid .block .alert ul {
              list-style: none;
              padding: 0; }
            html body .content .container-fluid .block .alert .close {
              display: none; }
          html body .content .container-fluid .block .alert-success {
            color: #448A5C;
            background-color: #d6eadd;
            border-color: #448A5C; }
      html body .content .slider-container {
        min-height: 300px;
        position: relative; }
        html body .content .slider-container .slider-pictureset {
          min-height: 300px;
          position: relative;
          background-color: #1F71B8; }
          html body .content .slider-container .slider-pictureset .slide {
            min-height: 300px;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: fixed;
            background-position: center; }
    html body .wave {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      overflow: hidden;
      line-height: 0; }
      @media screen and (max-width: 700px) {
        html body .wave {
          width: 130%; } }
      html body .wave .shape-fill {
        fill: white; }
      html body .wave svg {
        position: relative;
        display: block;
        width: calc(140% + 1.3px);
        height: 275px; }
    html body footer {
      position: relative;
      margin-top: 150px; }
      html body footer .footer-wave {
        position: absolute;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
        bottom: 30px;
        min-height: 150px; }
        @media screen and (max-width: 700px) {
          html body footer .footer-wave {
            width: 130%; } }
        html body footer .footer-wave .shape-fill {
          fill: #1F71B8; }
      html body footer .footer-content {
        clear: both;
        position: relative;
        width: 100%;
        background-color: #1F71B8;
        text-align: right;
        padding: .7rem 0; }
        html body footer .footer-content ul li {
          padding: .2rem .75rem;
          display: inline-block; }
          html body footer .footer-content ul li a {
            text-decoration: none;
            color: white;
            transition: all ease .5s;
            font-size: 1rem; }
            html body footer .footer-content ul li a:hover, html body footer .footer-content ul li a.active {
              color: white;
              text-shadow: 0 0.01rem white,0 -0.01rem white,0.01rem 0 white,-0.01rem 0 white; }
    html body .login {
      background-image: url("/Custom/img/login-bg.png");
      background-repeat: no-repeat;
      background-size: cover; }
      html body .login .login-screen {
        background-color: #448A5C;
        margin: 75px auto;
        border-radius: 15px;
        padding: 50px;
        width: fit-content;
        color: white; }
        html body .login .login-screen .app-title {
          text-align: center; }
          html body .login .login-screen .app-title h1 {
            color: white; }
        html body .login .login-screen .login-form {
          text-align: center; }
          html body .login .login-screen .login-form .control-group {
            margin-bottom: 10px; }
            html body .login .login-screen .login-form .control-group input {
              text-align: center;
              background-color: white;
              border: 2px solid transparent;
              border-radius: 3px;
              padding: 10px 0;
              width: 300px;
              transition: border .5s; }
              html body .login .login-screen .login-form .control-group input:focus {
                border: 2px solid transparent;
                box-shadow: none; }
              html body .login .login-screen .login-form .control-group input:focus-visible {
                outline: none; }
          html body .login .login-screen .login-form .btn {
            border: 2px solid white;
            background-color: #448A5C;
            font-size: 1rem;
            line-height: 25px;
            padding: 10px 0;
            text-decoration: none;
            text-shadow: none;
            border-radius: 3px;
            box-shadow: none;
            transition: 0.5s;
            display: block;
            width: 300px;
            margin: 0 auto; }
            html body .login .login-screen .login-form .btn:hover {
              background-color: white;
              color: #448A5C; }

/*# sourceMappingURL=style.css.map */
