@charset "UTF-8";
.header-logo-1,
.header-logo-2,
.fontsize-switcher,
.language-switcher,
.language-switcher li,
.search-form-text,
.search-form [type="search"],
.search-form-submit,
input.header-search-submit[type="submit"],
.main-menu ul>li>a,
.footer-menu li,
.hn-more,
.hsb-title-inner,
.hsb-title-inner:before,
.hsb-title-inner:after,
a.tablink,
#loginform #wp-submit {
    display: inline-block;
}

.header-logo,
.fontsize-switch.active:after,
.main-menu ul>li>ul>li,
.main-menu ul>li>ul>li>a,
.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul li,
.main-menu ul ul ul li:hover a:after,
.footer-logo-1,
.footer-logo-2,
.hn-left-bottom:before,
.home-links:before,
.hlb-icon,
.hlb-title,
.home-systems:before,
.hsb-image,
.hsb-title,
a.tablink span {
    display: block;
}

.footer-left,
.footer-middle,
.footer-right,
.hne-date,
.hne-title {
    display: table-cell;
}

.fontsize-switch.active:after,
.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul li.menu-item-has-children:hover:after,
.main-menu ul ul ul li:hover a:after,
.hn-left-bottom:before,
.home-links:before,
.home-systems:before,
.hsb-image:before,
.hsb-title-inner:before,
.hsb-title-inner:after {
    content: '';
}

.fontsize-switch.active:after,
.main-menu ul ul,
.main-menu ul>li>ul>li.menu-item-has-children>a:after,
.main-menu ul ul ul,
.main-menu ul ul ul li:hover a:after,
.hn-left-bottom:before,
.home-links:before,
.home-systems:before,
.hsb-title-inner:before,
.hsb-title-inner:after,
a.tablink span {
    position: absolute;
}

.fontsize-switch,
.main-menu ul>li,
.main-menu ul>li>ul>li>a,
.main-menu ul ul ul li a,
.hn-left-bottom,
.hn-left-bottom-wrapper,
.hn-right,
.home-links,
.home-links-wrapper,
.home-systems,
.home-systems-wrapper,
.hs-block,
.hsb-image,
.hsb-title-inner,
.hsb-title-inner h3,
a.tablink,
ul.chart-col {
    position: relative;
}

.header-top-left {
    float: left;
}

.header-top-right,
.hn-more {
    float: right;
}

.main-menu ul li a,
.main-menu ul ul ul li {
    text-align: left;
}

.hn-more,
.home-row .home-heading,
.hl-block {
    text-align: center;
}

.header-top-right,
.hsb-title {
    text-align: right;
}

.hne-date,
.hne-title {
    vertical-align: top;
}

.fontsize-switcher,
.language-switcher,
.language-switcher li,
.search-form-text,
.search-form [type="search"],
.search-form-submit,
input.header-search-submit[type="submit"],
.footer-left,
.footer-middle,
.footer-right {
    vertical-align: middle;
}

.header-top,
.hn-left-top,
.hn-left-bottom,
.hn-left-bottom-wrapper,
.hn-right,
.home-links,
.home-systems,
.hsb-title {
    overflow: hidden;
}

.fontsize-switch,
#loginform #wp-submit,
.page-print-button {
    cursor: pointer;
}

.search-form-submit,
input.header-search-submit[type="submit"] {
    border-radius: 100%;
}

.main-menu ul>li>ul>li.menu-item-has-children>a:after,
a.tablink span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slide,
.home-links:before,
.home-systems:before,
.hsb-image,
.hsb-image:before {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.hn-left-bottom:before,
.hlb-icon {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-menu ul ul li.menu-item-has-children:hover:after,
.home-slider-container,
.home-slider-container .bx-wrapper,
.home-slider-container .bx-viewport,
.home-slider,
.home-slide,
.hsb-image:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.footer-wrapper,
.hn-entry,
ul.chart-col {
    display: table;
    table-layout: fixed;
    width: 100%;
}


/* 00c6c3 */


/*
Roboto:
100 thin
300 light
400 regular
500 medium
700 bold
900 black
*/

body {
    min-width: 300px;
    color: #666;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
}

.container {
    width: 100%;
    min-width: 300px;
}

.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* MOBILE */

.main-menu-mask,
.main-menu-button,
.main-menu-top {
    display: none;
}


/* HEADER */

.sticky {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
}

.header {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px;
    box-shadow: 0px 0px 5px;
    background-color: #e5d7e7;
}

.header-top {
    padding: 15px 0;
}

body.logged-in .header-top {
    padding: 12px 0;
}

body.logged-in .header-top-left {
    padding-top: 6px;
}

.header-logo {
    width: 291px;
}

.header-logo img {
    width: 100%;
    height: auto;
}

.header-logo-1 {
    width: 55px;
    margin-right: 17px;
}

.header-logo-2 {
    width: 217px;
}

.header-logo-1 img,
.header-logo-2 img {
    width: 100%;
    height: auto;
}

.fontsize-switcher,
.language-switcher {
    margin-bottom: 8px;
}


/*
.fontsize-switcher {
	margin-right: 13px;
}
*/

.fontsize-switch {
    color: #473144;
    padding: 0 2px;
}

.fontsize-switch.active:after {
    background-color: #e18058;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
}

.fontsize-switch.small {
    font-size: 12px;
}

.fontsize-switch.medium {
    font-size: 15px;
}

.fontsize-switch.large {
    font-size: 18px;
}

.header-logout {
    display: none;
}

.header-logout.show {
    position: relative;
    display: inline-block;
    top: -1px;
    margin-bottom: 7px;
}

.header-logout a,
.page-login-logout a {
    display: inline-block;
    padding: 7px 12px;
    margin-left: 10px;
    color: white;
    background-color: #473144;
    font-size: 1.4em;
    line-height: 1;
    border-radius: 8px;
}

.content .page-login-logout a {
    color: white;
    margin-left: 0;
}

.language-switcher li {
    border-right: 2px solid #473144;
    padding-right: 9px;
    margin-right: 7px;
}

.language-switcher li:last-child {
    padding-right: 3px;
    border: 0;
    margin: 0;
}

.language-switcher li a {
    color: #473144;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2;
}

.language-switcher li a:hover {
    opacity: 0.5;
}

.search-form {
    background-color: #cdc7d8;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2;
    border-radius: 90px;
    padding: 5px 3px 5px 0px;
}

.search-form-text,
.search-form [type="search"] {
    color: #473144;
    background-color: transparent;
    width: 155px;
    font-size: 1.5em;
    padding-left: 10px;
}

.search-form-text::-webkit-input-placeholder {
    color: #6f5f70;
}

.search-form-text::-moz-placeholder {
    color: #6f5f70;
}

.search-form-text:-ms-input-placeholder {
    color: #6f5f70;
}

.search-form-text:-moz-placeholder {
    color: #6f5f70;
}

.search-form-submit,
input.header-search-submit[type="submit"] {
    color: transparent;
    background-color: #e4e4e4;
    background-image: url("images/search-arrow@2x.png");
    width: 18px;
    height: 18px;
    background-position: 7px 4px;
    background-repeat: no-repeat;
    background-size: 5px 10px;
    font: 0/0 a;
}

.header-bottom {
    border-top: 2px solid white;
}

.main-menu ul {
    font-size: 0.1px;
    text-align: justify;
}

.main-menu ul:after {
    display: inline-block;
    content: '';
    width: 100%;
}

.main-menu ul>li {
    display: inline-block;
    font-size: 10px;
    vertical-align: middle;
}

body.small .main-menu ul>li {
    font-size: 8px;
}

body.large .main-menu ul>li {
    font-size: 12px;
}

.main-menu ul>li>a {
    color: #473144;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2;
    padding: 8px 0 6px 0;
    border-bottom: 2px solid transparent;
}

.main-menu ul>li:hover>a,
.main-menu ul>li.current-menu-item>a,
.main-menu ul>li.current-menu-parent>a,
.main-menu ul>li.current-menu-ancestor>a {
    border-bottom: 2px solid #473144;
}

.main-menu ul ul {
    display: none;
    background-color: #00c5c2;
    left: -15px;
    top: 100%;
    width: 200px;
    z-index: 10000;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.main-menu ul li:last-child ul ul {
    left: auto;
    right: 0;
}

.main-menu ul li:hover>ul {
    display: block;
}

.main-menu ul>li>ul>li {
    width: 100%;
}

.main-menu ul>li>ul>li>a {
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    padding: 8px 25px 8px 15px;
}

.main-menu ul>li:last-child>ul>li.menu-item-has-children>a {
    padding: 8px 15px 8px 25px;
}

.main-menu ul>li>ul>li:hover>a {
    color: #033860;
    background-color: white;
}

.main-menu ul>li>ul>li.menu-item-has-children>a:after {
    background-image: url("images/menu-arrow-sprite@2x.png");
    right: 10px;
    width: 6px;
    height: 9px;
    margin-top: 4px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 4px 26px;
}

.main-menu ul>li:last-child>ul>li.menu-item-has-children>a:after {
    left: 10px;
    right: auto;
    margin-top: 0;
    -webkit-transform: rotate(-180deg) translateY(50%);
    transform: rotate(-180deg) translateY(50%);
}

.main-menu ul>li>ul>li.menu-item-has-children:hover>a:after {
    background-position: 0 -20px;
}

.main-menu ul ul ul {
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-menu ul>li:last-child ul ul {
    left: auto;
    right: 100%;
}

.main-menu ul ul li.menu-item-has-children:hover:after {
    background-color: white;
    left: 100%;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.main-menu ul>li:last-child ul li.menu-item-has-children:hover:after {
    left: auto;
    right: 100%;
}

.main-menu ul ul li:hover>ul {
    display: block;
}

.main-menu ul ul ul li {
    background-color: white;
    width: 100%;
    padding: 8px 15px;
}

.main-menu ul ul ul li a {
    color: #473144;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
}

.main-menu ul ul ul li:hover a:after {
    background-color: #473144;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
}

.main-menu ul>li>ul>li>a,
.main-menu ul>li:hover>a:last-child,
.main-menu ul>li.current-menu-item>a:last-child,
.main-menu ul>li.current-menu-parent>a:last-child,
.main-menu ul>li.current-menu-ancestor>a:last-child {
    border: 0;
}

.main-menu ul.sub-menu:after {
    display: none;
}


/* FOOTER */

.footer {
    background-color: #00c5c2;
}

.footer-wrapper {
    padding: 15px 0;
}

.footer-left {
    width: 200px;
}

.footer-logo-1 {
    border-right: 1px solid white;
    padding: 5px 20px 5px 0;
}

.footer-middle {
    padding: 0 20px;
}

.footer-menu {
    margin-bottom: 6px;
}

.footer-menu li {
    border-right: 1px solid #473144;
    padding-right: 10px;
    margin-right: 10px;
}

.footer-menu li:last-child {
    padding: 0;
    border: 0;
    margin: 0;
}

.footer-menu li a,
.copyright {
    color: #473144;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.5px;
}

.footer-right {
    width: 43px;
}


/*GRID*/

.grid-1-2,
.grid-1-4 {
    display: -ms-grid;
    display: grid;
    grid-gap: 20px;
}

.grid-1-2 div,
.grid-1-3 div,
.grid-1-4 div,
.grid-1-5 div,
.grid-1-5 a {
    margin-top: 10px;
}

.grid-1-2 {
    -ms-grid-columns: 48% 48%;
    grid-template-columns: 48% 48%;
}

.grid-1-3 {
    /*grid-template-columns: 31% 31% 31%;*/
    overflow: hidden;
}

.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 31%;
    margin-right: 1%;
    margin-bottom: 0%;
}

.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.grid-1-4 {
    -ms-grid-columns: 23% 23% 23% 23%;
    grid-template-columns: 23% 23% 23% 23%;
}

.grid-1-5 {
    /*grid-template-columns: 18% 18% 18% 18% 18%;*/
    overflow: hidden;
}

.grid-1-5>.grid-col {
    display: block;
    float: left;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 0%;
}

.grid-1-5>.grid-col:nth-child(5n+5) {
    margin-right: 0;
}

.grid-1-5>.grid-col:nth-child(5n+1) {
    clear: both;
}


/* HOME */

.home-heading {
    color: #473144;
    font-size: 3.2em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
}

.home-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    overflow: hidden;
}

.home-news-wrapper {
    width: 90%;
    max-width: 600px;
    padding-right: 10%;
    float: right;
}

.home-news .home-heading {
    padding: 15px 0;
}

.marquee {
    overflow: hidden;
    position: relative;
    height: 260px;
    margin-bottom: 20px;
}

.marquee div {
    display: block;
    position: absolute;
    overflow: hidden;
    -webkit-animation: marquee 12s linear infinite;
    animation: marquee 12s linear infinite;
}

.marquee a {
    display: block;
}

@-webkit-keyframes marquee {
    0% {
        top: 20%;
    }
    100% {
        top: -200%;
    }
}

@keyframes marquee {
    0% {
        top: 20%;
    }
    100% {
        top: -200%;
    }
}

.hn-left,
.hn-right {
    -ms-grid-row: 1;
}

.hn-left {
    background-color: #473144;
    -ms-grid-column: 1;
}

.hn-left-top {
    color: #473144;
    background-color: #00c5c2;
}

.hn-left-bottom {
    padding: 30px 0 40px 0;
}

.hn-left-bottom:before {
    background-image: url("images/home-news-bg@2x.png");
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background-position: left bottom;
    z-index: 1;
}

.hn-left-bottom-wrapper {
    z-index: 2;
}

.hn-entries {
    padding-bottom: 20px;
}

.hn-entry {
    margin-bottom: 20px;
}

.hne-date {
    border-left: 1px solid #00c5c2;
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.4;
    width: 120px;
    padding-left: 10px;
    padding-right: 20px;
}

.hne-title {
    color: white;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.2;
}

.hn-more {
    color: #473144;
    background-color: #e5d7e7;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1;
    border-radius: 40px;
    padding: 6px 30px;
}

.hn-right {
    -ms-grid-column: 2;
}

.home-row {
    padding: 30px 0;
}

.home-links {
    background-color: white;
}

.home-links:before {
    background-image: url("images/home-links-bg@2x.jpg");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center 25%;
    z-index: 1;
    opacity: 0.8;
}

.home-links-wrapper {
    z-index: 2;
}

.hl-blocks {
    overflow: hidden;
    margin-top: 40px;
}

.hl-blocks>.hl-block {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 4%;
}

.hl-blocks>.hl-block:nth-child(4n+4) {
    margin-right: 0;
}

.hl-blocks>.hl-block:nth-child(4n+1) {
    clear: both;
}

.hlb-icon {
    width: 93px;
    height: 99px;
    margin: 0 auto 15px auto;
}

.hlb-title h3 {
    color: #473144;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.2;
}

.home-systems {
    background-color: #e5d7e7;
}

.home-systems:before {
    background-image: url("images/home-systems-bg@2x.png");
    right: -10%;
    top: -10%;
    width: 50%;
    height: 110%;
    background-position: left top;
    z-index: 1;
    opacity: 0.1;
}

.home-systems-wrapper {
    z-index: 2;
}

.hs-blocks {
    overflow: hidden;
    margin: 5%;
    margin-top: 40px;
}

.hs-blocks>.hs-block {
    display: block;
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0%;
}

.hs-blocks>.hs-block:nth-child(4n+4) {
    margin-right: 0;
}

.hs-blocks>.hs-block:nth-child(4n+1) {
    clear: both;
}

.hsb-image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-size: 85% auto;
    background-color: white;
    z-index: 1;
}

.hs-block-1 .hsb-image {
    background-size: 110% auto;
}

.hs-block-3 .hsb-image {
    background-color: #fef9e7;
}

.hsb-image:before {
    background-image: url("images/hsb-bg@2x.png");
    z-index: 2;
}

.hsb-title {
    position: static;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.hsb-title-inner {
    color: white;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -1px;
    width: 100%;
    padding: 0 25px;
    line-height: 42px;
    z-index: 3;
    text-align: left;
}

.hsb-title-inner:before {
    background-image: url("images/hls-title-deco@2x.png");
    right: 100%;
    top: 0;
    width: 2000px;
    height: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 3;
}

.hsb-title-inner:after {
    background-image: url("images/hls-title-bg@2x.png");
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: left top;
    background-size: 1px 1px;
    background-repeat: repeat;
    z-index: 3;
}

.hsb-title-inner h3 {
    z-index: 4;
}


/*CONTACT*/

.content {
    position: relative;
    padding: 20px 0;
    min-height: 70vh;
}

.location .grid-1-2 {
    grid-template-columns: 33% 65%;
    -ms-grid-columns: 33% 65%;
}

.content:before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/home-links-bg@2x.jpg);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 0.8;
    z-index: -1;
}

.content p,
.content a {
    color: #666666;
}

.content p,
.content li {
    font-size: 1.6em;
}

.contact p {
    font-size: 1.6em;
}

.content h2 {
    font-size: 2.8em;
    font-weight: 300;
    color: #483245;
    margin: 20px 0;
}

.col-1 {
    margin-bottom: 38px;
}

.col-1 h3,
.content th {
    font-weight: 700;
    font-size: 1.7em;
    line-height: 1.4;
}


/*
.content p, ul, div{
font-weight: 100;
}
*/

table {
    width: 100%;
    text-align: left;
    margin: 20px 0 100px 0;
}

.page-template-default table {
    margin: 20px 0;
}

.l-table colgroup col:first-child {
    width: 40%;
}

.l-table colgroup col:nth-child(2) {
    width: 30%;
}

.l-table colgroup col:nth-child(3) {
    width: 20%;
}

.l-table colgroup col:nth-child(4) {
    width: 10%;
}


/*tr:first-child td {
    padding-top: 20px;
}*/

.content th {
    border-bottom: solid #00c5c2;
    border-width: 0 0 2px 0;
}

.content td {
    border: none;
    font-size: 1.5em;
    font-weight: 400;
}

.content th p,
.content td p {
    font-size: 1em;
}

.table-striped tr:first-child,
.table-striped tr:nth-child(odd) {
    background-color: transparent;
}

.table-striped tr:nth-child(even) {
    background-color: rgba(0, 197, 194, 0.1);
}

.table-email:before,
.table-file:after {
    content: "/";
}

.table-email:first-child:before,
.table-file:last-child:after {
    content: "";
}

.opening-info td {
    line-height: 24px;
    padding-bottom: 34px;
}

.opening-info td:first-child {
    vertical-align: top;
}

.align-right {
    text-align: right;
}


/*CUSAP*/

.content a {
    color: #00c5c2;
}

span.link {
    color: #00c5c2;
    cursor: pointer;
}

li.link {
    cursor: pointer;
}

.hr {
    border: 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #00c5c2;
}

.cusap-col {
    margin-bottom: 80px;
}

.content ul {
    margin: 20px;
}

.cusap-grid {
    display: table;
}

.cusap-grid div {
    display: table-cell;
    vertical-align: top;
}

.cusap-text {
    width: 53%;
    padding-right: 7%;
}

.cusap-img {
    text-align: center;
    width: 40%;
}

.cusap-img img {
    max-width: 380px;
    padding-top: 3%;
}

.page-id-2592 .col-1:last-child .header-hr {
    border: 0;
    padding: 0;
    margin: 20px 0;
}

.cusap-table td:first-child {
    width: 70%;
}

.cusap-table td:nth-child(2),
.cusap-table td:nth-child(3) {
    width: 15%;
}


/*PAYROLL*/

.tabcontent h2.header-hr {
    margin-top: 79px;
    padding-bottom: 21px;
}

.payroll-salary .content,
.hotlines .content {
    min-height: 80vh;
}

.tab-list li {
    line-height: 24px;
    margin-bottom: 32px;
}

.tab {
    margin-top: 30px;
}

.tab button,
a.tablink {
    min-height: 50px;
    background-color: #fff;
    color: #483245;
    border: none;
    margin: 1.4% 1.4% 0 0;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 1.5em;
    letter-spacing: -0.3px;
    width: 22.8%;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-left: 10px solid transparent;
    height: 60px;
    cursor: pointer;
}

.tab button:hover,
.tab button.active,
a.tablink:hover,
a.tablink.active {
    color: #00c5c2;
    border-left: 10px solid #00c5c2;
}

.tabcontent {
    min-height: 800px;
    margin: 0 5px 0 5px;
    display: none;
}


/*HOTLINES*/

.hotlines h2 {
    color: #00c5c2;
    padding: 79px 0 6px 0;
}

.h-table colgroup col:first-child,
.h-table colgroup col:nth-child(4) {
    width: 32%;
}

.h-table colgroup col:nth-child(2),
.h-table colgroup col:nth-child(3) {
    width: 18%;
}


/*STUDENT FEES*/

.student-fee-block.grid-1-3 {
    overflow: hidden;
    padding-bottom: 10px;
    /*min-height: 330px;*/
}

.student-fee-block.grid-1-3>.grid-col {
    min-height: 312px;
}

.fo-list {
    background: white;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    padding-bottom: 30px;
}

.fo-list h3 {
    color: #fff;
    background: #00c5c2;
    font-weight: 500;
    font-style: normal;
    font-size: 1.8em;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.fo-list ul {
    list-style: none;
    font-weight: 500;
    margin: 0;
}

.fo-list button {
    padding: 10px 20px;
    font-size: 1.5em;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    color: #666666;
    cursor: pointer;
}

.fo-list button:hover,
.fo-list button.active {
    background-color: rgba(0, 197, 194, 0.3);
}

#tto table {
    max-width: 500px;
    margin-bottom: 20px;
}

#tto td {
    vertical-align: top;
}

.table-default th {
    border-bottom: solid #f7f7f7;
    border-width: 0 0 2px 0;
    background: #5ad1ce;
    color: #fff;
}

.table-default td {
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #f5f5f5;
}

.page-id-2673 .tab button.p-5,
.page-id-2673 .tab button.p-6 {
    width: 47.2%;
}


/*SCHEME MPF*/

.mpf-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 7% 12%;
}

.mpf-tab button {
    width: 31.7%;
    font-size: 2.9em;
    font-weight: 700;
    letter-spacing: -1px;
    font-family: "Roboto Condensed", sans-serif;
    border: none;
    padding: 35px;
    height: 210px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-bottom: 10px solid white;
    margin: 2.4% 2.4% 0 0;
}

.mpf-tab button:nth-child(3),
.mpf-tab button:nth-child(6) {
    margin-right: 0;
}

.mpf-tab button:hover {
    border-bottom: 10px solid #00c5c2;
}

.mpf-tab button.active {
    background-color: #00c5c2;
    color: white;
    border-bottom: 10px solid white;
}

.scheme-mpf h3 {
    font-weight: 700;
    margin-left: 22px;
}

.mpf-list {
    display: table;
}

.num-list {
    font-size: 1.4em;
    padding: 0 5px;
}

.mpf-list div {
    display: table-cell;
}

.mpf-list h3 {
    font-weight: 500;
    text-decoration: underline;
    padding: 10px 0;
    margin: 0;
    font-size: 1.4em;
}


/*SOUVENIR COUNTER*/

.souvenir-counter .accordion-row {
    border-top: 0;
    padding: 0;
}

.souvenir-counter .accordion-details {
    padding-bottom: 60px;
}

.souvenir-counter .item-detail p {
    margin-bottom: 10px;
}

.souvenir-counter .accordion-details p {
    width: 80%;
    padding: 0;
}

.souvenir-counter h2.header-hr {
    padding-bottom: 22px;
}

.circle-hov {
    display: block;
    padding-bottom: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    border-radius: 100%;
    margin-bottom: 10px;
    background-color: transparent;
}

.circle-hov img {
    width: 100%;
    max-width: none;
    vertical-align: middle;
    padding: 3px;
    border-radius: 50%;
    border: 4px solid transparent;
}

.circle-hov:hover {
    background-color: #00c5c2;
}

.circle-hov img:hover {
    border: 4px solid #f9f9f9;
}

.souvenir-counter p {
    color: black;
}

.text-primary {
    color: #00c5c2;
    font-weight: 700;
    font-size: 1.4em;
    margin-top: 30px;
}

.souvenir-counter .grid-col {
    position: relative;
}

.sc-tag {
    position: absolute;
    bottom: 37%;
    left: 68%;
    width: 50px;
    height: 50px;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    color: #fff;
    font-weight: 700;
    font-size: 1em;
    background-color: #00c5c2;
}

.special-tag {
    left: auto;
    right: 68%;
}

.special-tag {
    /*position: relative;
	bottom: 4px;*/
    font-size: 1.8em;
    line-height: 1;
}


/*FORMS DOWNLOAD*/

.forms-download h2.header-hr {
    padding-bottom: 22px;
}

.forms-download .accordion-row {
    padding: 0;
}

.forms-download td {
    font-weight: 700;
    font-size: 1em;
}

.forms-download td img {
    vertical-align: middle;
}

.d-table colgroup col:first-child {
    width: 70%;
}

.d-table colgroup col:nth-child(2) {
    width: 30%;
}

.d-table a {
    display: inline-block;
}

.icon-pdf {
    display: inline-block;
    background-image: url(images/pdf.png);
    width: 45px;
    height: 45px;
    background-size: 100%;
    vertical-align: middle;
}

.icon-docx {
    display: inline-block;
    background-image: url(images/doc.png);
    width: 45px;
    height: 45px;
    background-size: 100%;
    vertical-align: middle;
}

.icon-xlsx {
    display: inline-block;
    background-image: url(images/xls.png);
    width: 45px;
    height: 45px;
    background-size: 100%;
    vertical-align: middle;
}


/*CUSAP FINANCIAL SYSTEM*/

p.text-large {
    font-size: 1.7em;
}

p.text-small {
    font-size: 1.3em;
    margin: 0 0 3px 0;
}

.cusap-financial-system .accordion-details a {
    font-weight: 700;
    color: #666666;
}

.team-rows {
    width: 100%;
    margin: 30px 0;
}

.team-rows.grid-1-3 {
    overflow: hidden;
}

.team-rows.grid-1-3>.grid-col {
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.3%;
    margin-bottom: 2%;
}

.team-rows.grid-1-3>.grid-col:nth-child(3n+3) {
    margin-right: 0;
}

.team-rows.grid-1-3>.grid-col:nth-child(3n+1) {
    clear: both;
}

.team-rows.grid-1-3>.grid-col:last-child {
    margin-right: 0;
    width: 31%;
}

.team-row p {
    text-align: left;
}

.team-row h3 {
    border-bottom: 2px solid #00c5c2;
    padding-bottom: 7px;
}

.team-row h3 span {
    font-size: 13px;
}

.position-rows {
    display: inline-block;
    width: 100%;
}

.position-row {
    display: inherit;
    max-width: 184px;
    width: 100%;
    text-align: center;
}

.position-row h4 {
    text-align: center;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0 0 5px 0;
}

.position-row p {
    text-align: center;
}

.position-row img {
    border-radius: 50%;
    width: 85%;
    max-width: 162px;
}


/*HEADER-BANNER*/

.page-top-grid-1-2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
}

.page-top-left {
    background-color: #00c5c2;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    top: 0;
    overflow: hidden;
    /*height: 220px;*/
}

.page-top-left-inner {
    position: relative;
    width: 90%;
    max-width: 600px;
    float: right;
    height: 260px;
}

.page-top-left-inner:before {
    display: block;
    position: absolute;
    content: "";
    left: 44%;
    top: 0;
    width: 56%;
    height: 100%;
    background-image: url(images/page-title-deco@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 165px;
    grid-template-columns: auto 165px;
    width: 100%;
    height: auto;
}

.ptl-left {
    position: relative;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    background: url("images/page-top-purple@2x.png") repeat left top;
    background-size: 5px 5px;
    font-size: 2.8em;
    font-weight: 100;
    line-height: 1.2;
    color: #fff;
    padding-top: 1%;
}

.ptl-left:before {
    position: absolute;
    display: block;
    content: "";
    right: 100%;
    top: 0;
    width: 10000px;
    height: 100%;
    background: url("images/page-top-purple@2x.png") repeat left top;
    background-size: 5px 5px;
}

.page-title-parent {
    font-size: 2.8em;
    font-weight: 100;
    line-height: 1.32;
    padding-top: 0.1em;
    color: #fff;
    text-align: left;
}

.ptl-right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    position: relative;
    width: 165px;
    height: auto;
    min-height: 43px;
}

.ptl-right span {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 26.06%;
    background: url(images/page-top-left@2x.png) no-repeat left top;
    background-size: contain;
}

.ptl-right span:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1000px;
    background: #483245;
    bottom: 100%;
    left: 0;
}

.page-top-right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    overflow: hidden;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.frame {
    position: relative;
    height: calc(100% - 50px);
    padding-right: 165px;
}

.page-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    padding-right: 10%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-title a {
    color: #fff;
}

.page-title h1 {
    color: #fff;
    font-size: 2.8em;
    font-weight: 100;
}

.page-title h1 p a {
    color: #fff;
    font-weight: 700;
}

.login-btn {
    border: 1px solid #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 9px 32px;
    margin-top: 15px;
}

.login-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.login-btn a {
    color: #fff;
}

h2.header-hr {
    border: 0;
    border-bottom: 2px solid #00c5c2;
    padding-bottom: 30px;
}


/*Accordion*/

.accordion-icon {
    position: relative;
    cursor: pointer;
}

.accordion-icon:after {
    display: block;
    position: absolute;
    content: "";
    right: 13px;
    top: 5px;
    width: 18px;
    height: 18px;
    background-image: url(images/accordion-sprite@2x.png);
    background-repeat: no-repeat;
    background-position: 0 -100px;
    background-size: 18px 118px;
}

.accordion-icon.active:after {
    background-position: 0 0;
}

.accordion-details {
    display: none;
}

.accordion-details {
    font-size: 1.6em;
    padding: 10px 13px 10px 0;
}

.accordion-details p {
    font-size: 1em;
}

.accordion-details table {
    margin: 0;
}

.accordion-details.active {
    display: block;
}

.accordion-row {
    padding: 10px 0;
}

.bottom-hr .accordion-row {
    border-bottom: 2px solid #00c5c2;
}

.bottom-hr .accordion-row:first-child {
    border-top: 2px solid #00c5c2;
}


/*INVOICES AND RECEIPTS*/

.invoices-and-receipts .col-1 {
    padding-bottom: 63px;
}

.page-id-2592 .col-1:nth-child(8) h2.header-hr {
    border: 0;
}

#loginform {
    background: #e5d7e7;
    padding: 20px 40px 25px 40px;
    display: inline-block;
    width: 80%;
    max-width: 400px;
    margin-top: 20px;
}

#loginform label {
    display: block;
    color: #473144;
    margin-bottom: 8px;
}

#loginform .login-username input,
#loginform .login-password input {
    width: 100%;
    padding: 6px 10px;
}

#loginform #wp-submit {
    padding: 6px 15px;
    color: white;
    background-color: #473144;
    border-radius: 8px;
}

body.investment-template-default .content table {
    margin-bottom: 60px;
}

.filters {
    margin-bottom: 40px;
}

.filters select {
    font-size: 1.8em;
    padding: 10px 15px;
}

a.page-login-button,
a.page-logout-button {
    display: inline-block;
    padding: 10px 15px;
    color: white;
    background-color: #473144;
    font-size: 1.6em;
    line-height: 1;
    border-radius: 8px;
}

.page-print-button {
    display: inline-block;
    padding: 7px 12px;
    color: white;
    background-color: #473144;
    font-size: 1.6em;
    line-height: 1;
    border-radius: 8px;
}

body.page-template-page-investment .content td td,
body.page-template-page-investment .content th th,
body.page-template-page-investment .content th td,
body.page-template-page-investment .content td th,
body.single-investment .content td td,
body.single-investment .content th th,
body.single-investment .content th td,
body.single-investment .content td th {
    font-size: 1em;
}

body.page-template-page-investment table table td,
body.single-investment table table td {
    border: 1px solid #ccc !important;
}

body.page-template-page-investment table:last-child,
body.single-investment table:last-child {
    margin-bottom: 0;
}

table+.investment-default-text {
    margin-top: -40px;
}

.faq-block li,
.faq-block ul,
.faq-block td {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.4;
}

.faq-block table {
    margin: 2% 0;
}

.faq-block td {
    border: 1px solid #ccc;
}

.faq-block .accordion-rows {
    margin: 1% 0;
}

.faq-block h2.header-hr {
    padding-bottom: 15px;
    margin: 0;
    font-size: 2.4em;
    padding-right: 40px;
    padding-left: 35px;
    line-height: 1.4;
}

.faq-block h2.header-hr span {
    position: absolute;
    left: 0;
}

.chart-cols {
    font-size: 1em;
    padding-top: 5em;
}

a.chart-block,
.chart-block {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    color: #483245;
    text-align: center;
    border: none;
    /*padding: 20px 10px;*/
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.3px;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 6px black;
    box-shadow: 0px 0px 6px black;
    -webkit-transition: .3 ease-in-out;
    transition: .3 ease-in-out;
    /* &:hover {
        @include bc($green);
        p {
            @include c(#fff);
            text-align: left;
        }
    }*/
}

a.chart-block ul,
a.chart-block li,
.chart-block ul,
.chart-block li {
    font-size: 1em;
    list-style: none;
}

a.chart-block::marker,
.chart-block::marker {
    font-size: 0;
}

a.chart-block:hover {
    background-color: #00c5c2;
    color: #fff;
}

.chart-level-1>.chart-block,
.chart-level-2>li>.chart-block {
    padding: 20px 10px;
}

.chart-level-1>.chart-block {
    text-align: center;
}

ul.chart-col {
    margin: 40px auto;
}

ul.chart-col li {
    position: relative;
    display: table-cell;
    vertical-align: top;
    /* padding: 0 11px;*/
}

ul.chart-col li:after {
    position: absolute;
    display: block;
    top: -22px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #483245;
    content: '';
}

.chart-manager {
    font-weight: 400;
}

.chart-manager a {
    color: #876f84;
    text-decoration: underline;
}

.chart-manager p {
    font-size: 1em;
}

.chart-level-3 .chart-block {
    font-weight: 400;
}

h2.chart-heading {
    font-weight: 600;
    font-size: 1em;
    margin: 0;
}

.cc-left {
    background-color: #f2eaf3;
    padding: 10px;
}

.cc-left a {
    color: #876f84;
    text-decoration: underline;
}

.cc-left a:hover {
    opacity: .8;
}

.cc-left p {
    text-align: left;
}

.cc_table .cc-left p {
    color: #483245;
}

.cc_table .cc-left .cc-manager {
    font-weight: 400;
}

.cc-right {
    padding: 10px;
}

.cc-right p {
    text-align: left;
}

.chart-block hr {
    margin: 1em 0;
    width: calc(100% + 18px);
    margin-left: -10px;
}

ul.chart-col .cc-left ul,
ul.chart-col .cc-right ul {
    margin: 0;
    list-style: disc;
}

ul.chart-col .cc-left ul li,
ul.chart-col .cc-right ul li {
    display: block;
    padding-left: 15px;
}

ul.chart-col .cc-left ul li:before,
ul.chart-col .cc-right ul li:before {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: -10px;
    margin-right: 5px;
    content: '';
    z-index: 99;
    border-radius: 10px;
    background-color: #544051;
}

ul.chart-col .cc-left ul li:after,
ul.chart-col .cc-right ul li:after {
    display: none !important;
}

.chart-col.children.chart-level-3 .chart-block:before,
.chart-btn {
    display: none;
    cursor: pointer;
}

.chart-level-4 .cc-left,
.chart-level-4 .cc_list {
    background-color: #fdf6fd;
}

.cc_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cc_list .cc-left {
    width: 50%;
    background-color: transparent;
}

.cc_list .cc-right {
    width: 50%;
}

.cc_list p {
    height: 45px;
    margin-bottom: 2%;
}

.cc_list h1,
.cc_list h2,
.cc_list h3,
.cc_list h4,
.cc_list h5 {
    margin-bottom: 5%;
}

@media screen and (min-width: 1100px) {
    .chart-col.parent {
        display: block;
        text-align: center;
        margin: auto;
    }
    .chart-level-1>.chart-block:after {
        position: absolute;
        display: block;
        top: 99%;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #483245;
        content: "";
        z-index: -1;
    }
    .chart-level-2>li>.chart-block:after {
        position: absolute;
        display: block;
        top: -22px;
        left: 50%;
        width: 1px;
        height: 23px;
        background-color: #483245;
        content: "";
        z-index: -1;
    }
    .chart-col:last-child.children .children:after {
        display: none;
    }
    ul.chart-col li:first-child:after {
        left: unset;
        right: 0;
        width: 50%;
    }
    ul.chart-col li:last-child:after {
        width: 50%;
    }
    .chart-level-1>.chart-block {
        max-width: 350px;
    }
    .chart-level-3 li.no-border:after,
    .chart-col.children.chart-level-2 .no-border .chart-block:before,
    .chart-col.children .chart-block:before {
        display: none;
    }
    .chart-col.children.chart-level-2>li>.chart-block:before {
        position: absolute;
        display: block;
        bottom: -19px;
        left: 50%;
        width: 1px;
        height: 20px;
        background-color: #483245;
        content: "";
        z-index: -1;
    }
}

.page-template-page-organization-new .wrapper {
    max-width: 100%;
}

ul.chart-col li {
    margin-bottom: 5%;
}

.chart-block {
    font-size: 13px;
}

.chart-level-1>.chart-block {
    background-color: #6DD9D9;
}

.chart-level-2>li>.chart-block {
    background-color: #8DE2E2;
    margin: 0;
}

.chart-level-3 .cc-left,
.chart-level-3 .cc-right {
    background-color: #BEEFEF;
}

.chart-level-4 .cc-left,
.chart-level-4 .cc-right {
    background-color: #EFFBFB;
}

.chart-level-2 .chart-block {
    text-align: left;
}

.chart-level-2 .chart-block span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.children.chart-level-3 {
    position: relative;
    display: block;
}

.children.chart-level-3:before {
    position: absolute;
    display: block;
    top: -22px;
    left: -9px;
    left: -2.5%;
    width: 52.5%;
    height: 20px;
    content: "";
    border-top: 1px solid #483245;
    border-left: 1px solid #483245;
}

.children.chart-level-3 .chart-block {
    /* &:after {
            position: absolute;
            display: block;
            top: 50%;
            left: -19px;
            width: 18px;
            height: 1px;
            background-color: #483245;
            content: "";
        }*/
}

.column-1-2 {
    display: -webkit-box;
}

.children.chart-level-3>li,
.children.chart-level-4>li {
    display: block;
}

.children.chart-level-3>li:before,
.children.chart-level-4>li:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: -2.5%;
    width: 18px;
    height: calc(100% + 22px);
    background-color: transparent;
    content: "";
    border-left: 1px solid #483245;
}

.children.chart-level-3>li:after,
.children.chart-level-4>li:after {
    display: none;
}

.children.chart-level-3>li:last-child:before,
.children.chart-level-4>li:last-child:before {
    bottom: 50%;
}

ul.chart-col li {
    display: inline-block;
    /* padding: 0 10px;*/
}

ul.chart-level-4 {
    position: relative;
}

ul.chart-level-4 li {
    padding-right: 0;
}

ul.chart-level-4:before {
    position: absolute;
    display: block;
    top: 29.5%;
    left: -8px;
    width: 11px;
    height: 1px;
    background-color: #483245;
    content: "";
}

.children.chart-level-3>li:last-child:before {
    height: calc(50% + 22px);
}

.children.chart-level-3>li.parent:last-child:before {
    height: 15%;
    top: -1.5%;
    background-color: transparent;
    content: "";
    border-left: 1px solid #483245;
    border-bottom: 1px solid #483245;
}

.children.chart-level-3 .chart-block:after {
    z-index: -1;
}

.chart-rows-4 .children.chart-level-3 .chart-block:after {
    left: -17px;
}

.chart-rows-5 .children.chart-level-3 .chart-block:after {
    left: -15px;
}

.chart-rows-5 .children.chart-level-4 .chart-block:after {
    left: -18px;
}

.chart-rows-6 .children.chart-level-3 .chart-block:after {
    left: -15px;
}

.children.chart-level-3>li.parent:after {
    position: absolute;
    display: block;
    top: 13.5%;
    left: 1px;
    width: 20px;
    height: 60%;
    background-color: transparent;
    content: "";
    border-left: 1px solid #483245;
    border-bottom: 1px solid #483245;
    z-index: -1;
}

.page-id-5945 .children.chart-level-3>li.parent:after {
    top: 3%;
    height: 80%;
}

.page-id-5945 .children.chart-level-3>li.parent:first-child {
    top: 19px;
    height: 80%;
}

.page-id-5945 .children.chart-level-3>li.parent.col-3-1:last-child:after {
    top: 3%;
    height: 80%;
}

.page-id-5945 .children.chart-level-3>li.parent:last-child:before {
    height: 15%;
    top: -12%;
}


/*.children.chart-level-3>li.parent:first-child {
        top: 19px;
        height: 80%;
    }
    
    .children.chart-level-3>li.parent.col-3-1:last-child:after {
        top: 3%;
        height: 80%;
    }
    
    .children.chart-level-3>li.parent:last-child:before {
        height: 15%;
        top: -12%;
    }*/

.children.chart-level-4>li:before {
    height: 54%;
    left: 3px;
    bottom: -4%;
}

.children.chart-level-3 .parent:last-child>.chart-block:after,
.children.chart-level-3 .parent .chart-level-4 li:last-child .chart-block:after {
    display: none;
}

ul.chart-level-4:before {
    display: none;
}

.children.chart-level-4>li:before,
.children.chart-level-4>li:last-child:after {
    display: none;
}

.chart-btn {
    position: absolute;
    top: 29px;
    right: 3%;
    font-size: 25px;
    font-weight: 300;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.chart-cols a.chart-block,
.chart-cols .chart-block {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-top: 0;
}

.chart-cols .chart-level-2>li>.chart-block,
.chart-cols .chart-level-3>li>.chart-block {
    border-bottom: 1px solid #9b9b9b;
}

.chart-cols .chart-level-3>li:last-child .chart-block,
.chart-cols .chart-level-4>li:last-child .chart-block {
    border-bottom: 0;
}

.chart-cols .chart-col.children.chart-level-3 .chart-block:before,
.chart-cols .chart-btn {
    display: block;
}

.chart-cols .chart-btn {
    display: inline-block;
    width: auto;
    text-align: right;
}

.chart-cols .chart-cols .chart-block p {
    margin: 0;
}

.chart-cols .chart-level-2 .chart-block span {
    width: auto;
}

.chart-cols .chart-btn {
    top: 50%;
}

.chart-cols .chart-cols .chart-level-3 .chart-block {
    border-top: 0;
    border-bottom: 0;
}

.chart-cols .chart-cols .chart-level-3 .chart-block:last-child {
    border-bottom: 1px;
}

.chart-cols ul.chart-col.chart-level-4,
.chart-cols .chart-col.children.chart-level-2>li>.chart-block:before,
.chart-cols .children.chart-level-3:before,
.chart-cols .children.chart-level-3>li:before,
.chart-cols .children.chart-level-4>li:before,
.chart-cols .chart-rows-5 .children.chart-level-3 .chart-block:after,
.chart-cols .children.chart-level-3>li.parent:after {
    display: none;
}

.chart-cols .children.chart-level-3， ul.chart-level-4 {
    margin: auto;
}

.chart-cols .children.chart-level-3>li,
.chart-cols .children.chart-level-4>li {
    padding: 0;
    margin: 0;
}

.chart-cols .chart-level-3 .chart-block {
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chart-cols ul.chart-level-3,
.chart-cols ul.chart-level-4 {
    margin: auto;
}

.chart-block p {
    color: #473144;
}

li.parent>.chart-block p {
    margin-right: 24px;
}

.chart-btn.active {
    font-size: 0;
}

.chart-btn.active:after {
    display: block;
    width: 12px;
    height: 2px;
    background-color: #473144;
    content: '';
}

.chart-level-2>li {
    padding: 0;
    margin: 0 0.5%;
}

ul.chart-col li:after {
    width: 115%;
}

ul.chart-col li:first-child:after {
    left: 50%;
    width: 57%;
}

.chart-level-3>li .chart-block {
    margin: 0;
}

.chart-level-1>.chart-block,
.chart-level-2>li {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.faq-filter-form {
    margin-bottom: 2%;
}

.faq-filter-form label {
    display: block;
    font-size: 2em;
    margin-bottom: 1%;
    color: #483245;
    font-weight: 300;
}

.faq-filter-form input {
    width: 100%;
    background-color: #fff;
    height: 40px;
    padding: 10px;
    font-size: 1.6em;
}

.faq-filter-cats {
    font-size: 1.6em;
}

.faq-filter-cat {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 1%;
    background-color: #fff;
    color: #483245;
    padding: 5px 10px;
    transition: 0.3 ease-in-out;
    cursor: pointer;
}

.faq-filter-cat:hover {
    background-color: #00c5c2;
    color: #fff;
}

.expand-all {
    overflow: hidden;
}

.collect-btn,
.expand-btn {
    display: inline-block;
    color: rgb(255, 255, 255);
    background-color: rgb(3, 197, 194);
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.5em;
    padding: 8px 14px 9px;
    border: 0;
    float: right;
    cursor: pointer;
}

.collect-btn:hover,
.expand-btn:hover {
    background-color: rgba(0, 197, 194, 0.8);
}

.faq-link-id {
    color: #00c5c2;
    cursor: pointer;
}

.hn-entry:last-child {
    margin-bottom: 0;
}

.header-logo-1 img,
.header-logo-2 img {
    width: auto;
}

.login-btn-img {
    display: block;
}

.login-btn-img img {
    max-width: unset;
    max-height: 50px;
}


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