@charset "UTF-8";

/* 00c6c3 */


/* MOBILE MENU */

@media screen and (max-width: 800px) {
    .header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 80px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 999;
    }
    .header-wrapper {
        height: 80px;
    }
    .header-top {
        padding: 16px 0;
    }
    .header-bottom {
        border: 0;
    }
    .header-right {
        padding-right: 4%;
    }
    .header-top-right {
        display: none;
    }
    .header-top-right.mobile {
        display: block;
        float: none;
        padding: 5px 10px 10px 10px;
        text-align: center;
    }
    .main-menu {
        background-color: rgba(71, 49, 68, 0.9);
    }
    .main-menu-button {
        display: block;
        position: absolute;
        right: 3%;
        top: 0;
        width: 48px;
        height: 100%;
        cursor: pointer;
    }
    .main-menu-button span {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: url(images/main-menu-button@2x.png) no-repeat center center;
        background-size: contain;
        width: 35px;
        height: 50px;
    }
    .main-menu-close {
        display: block;
        position: absolute;
        top: 20px;
        right: 16px;
        width: 16px;
        height: 16px;
        background-image: url(./images/main-menu-close@2x.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 101;
    }
    .main-menu-top {
        width: 90%;
        margin: 0 auto 5%;
    }
    .main-menu-corner {
        text-align: center;
    }
    .fontsize-switch {
        color: #fff;
    }
    .main-menu ul.language-chooser>li>a {
        padding: 0;
    }
    .search-form {
        padding: 7px 3px 7px 0;
        font-size: 1.6em;
    }
    .search-form-text,
    .search-form [type="search"] {
        width: 90%;
    }
    input.header-search-submit[type="submit"] {
        width: 17px;
        height: 17px;
        background-position: 7px 4px;
    }
    .main-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        width: 80%;
        max-width: 300px;
        min-width: 240px;
        height: 100%;
        padding-top: 60px;
        padding-bottom: 20px;
        z-index: 100;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
    }
    .main-menu ul#menu-main-menu>li {
        width: 100%;
        margin: 0;
    }
    .main-menu ul#menu-main-menu>li:hover {
        background-color: #382435d1;
    }
    .main-menu ul#menu-main-menu>li:hover a {
        color: #fff;
    }
    .main-menu ul#menu-main-menu>li.menu-item-has-children:before {
        position: absolute;
        top: 11px;
        right: 6px;
        content: "▾";
        width: 40px;
        height: auto;
        color: #fff;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main-menu ul#menu-main-menu>li.menu-item-has-children.open:before {
        top: 16px;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu ul#menu-main-menu>li>a {
        color: #fff;
        width: 100%;
        margin: 0;
        padding: 16px 20px;
        border: 0;
    }
    .main-menu ul#menu-main-menu>li>ul {
        left: 0;
    }
    /*.main-menu ul#menu-main-menu > li > ul > li {
        background-color: #332030;
    }*/
    .main-menu ul#menu-main-menu>li>ul>li>a {
        padding: 15px 20px;
    }
    .main-menu ul#menu-main-menu>li>ul>li>a:before {
        content: "・";
    }
    .main-menu ul>li>a {
        font-weight: 400;
    }
    .main-menu ul#menu-main-menu>li:hover>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .main-menu ul#menu-main-menu>li>ul {
        display: none;
        position: relative;
        width: 100%;
        max-height: unset;
        background-color: unset;
    }
    .main-menu ul#menu-main-menu>li.open>ul {
        display: block;
        -webkit-animation: fadeIn 0.5s;
        animation: fadeIn 0.5s;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    .main-menu .menu-primary-menu-container-button ul li.active>a,
    .main-menu .menu-primary-menu-container-button ul li.current-menu-item>a,
    .main-menu .menu-primary-menu-container-button ul li.current-page-ancestor>a,
    .main-menu .menu-primary-menu-container-button ul li:hover>a {
        border-bottom: 0;
    }
    .main-menu .menu-primary-menu-container-button ul li.active>a,
    .main-menu>ul li.active:hover>a,
    .main-menu .menu-primary-menu-container-button ul li.current-menu-item>a,
    .main-menu>ul li.current-menu-item:hover>a,
    .main-menu .menu-primary-menu-container-button ul li.current-page-ancestor>a,
    .main-menu>ul li.current-page-ancestor:hover>a {
        color: #0a2342;
        background-color: #b6b8b6;
    }
    .main-menu .menu-primary-menu-container-button ul>li.menu-item-has-children:before {
        position: absolute;
        top: 11px;
        right: 6px;
        content: "▾";
        width: 40px;
        height: auto;
        color: #fff;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .main-menu .menu-primary-menu-container-button ul>li.menu-item-has-children.open:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .main-menu ul#menu-main-menu>li:hover {
        background-color: #03c5c2;
    }
    .main-menu ul#menu-main-menu>li:hover a {
        color: #fff;
    }
    .main-menu ul#menu-main-menu>li a:hover {
        background-color: #03c5c2;
    }
    body.menu-open .header-wrapper {
        position: unset;
    }
    body.menu-open .main-menu-mask {
        display: block;
    }
    body.menu-open .main-menu-top {
        display: block;
    }
    body.menu-open .main-menu-button {
        display: none;
    }
    body.menu-open .main-menu {
        right: 0;
        -webkit-transition: right 0.25s ease-in-out;
        transition: right 0.25s ease-in-out;
    }
    .header-icons.mobile {
        display: inline-block;
        width: 100%;
        padding: 0;
        border: 0;
        margin: auto;
    }
    .main-menu .language-switcher li a {
        color: #fff;
    }
    .language-switcher li.active a {
        border-bottom: 0;
    }
    .language-switcher {
        position: relative;
        top: 8px;
        left: 5px;
    }
    .header-link {
        display: inline-block;
        background-color: #ffffff2e;
        padding: 3% 4%;
        margin-left: 6%;
    }
    .header-link a {
        color: #ffffff;
    }
    .header-link:hover {
        background-color: #219674;
    }
}

@media screen and (max-width: 1320px) {
    a.chart-block {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {
    .chart-level-1>.chart-block,
    .chart-level-2>li {
        box-shadow: none;
    }
    .ptl-left {
        font-size: 2.4em;
        padding-top: 2%;
    }
    .page-title {
        font-size: 0.9em;
    }
    .mpf-tab {
        margin: 7% 0%;
    }
    .mpf-tab button {
        font-size: 2.2em;
        padding: 30px;
    }
    .chart-block,
    a.chart-block {
        max-width: 100%;
    }
    .page-id-5945 .children.chart-level-3>li.parent:first-child {
        top: unset;
    }
    .children.chart-level-3:before,
    .children.chart-level-3>li:last-child:before,
    .children.chart-level-3>li:last-child:before {
        display: none;
    }
    .chart-level-1 {
        position: relative;
        width: 100%;
        max-width: 768px;
        margin: auto;
    }
    .chart-level-1:before {
        position: absolute;
        display: block;
        top: 0;
        left: 1%;
        width: 25px;
        height: 95%;
        background-color: transparent;
        content: "";
        border-left: 1px solid #483245;
        border-top: 1px solid #483245;
        border-bottom: 1px solid #483245;
    }
    a.chart-block,
    .chart-block {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .chart-level-1>.chart-block {
        -webkit-box-shadow: 0px 0px 6px black;
        box-shadow: 0px 0px 6px black;
    }
    .chart-level-2>li:last-child .chart-block:after {
        display: none;
    }
    ul.chart-col.children.chart-level-2>li:last-child {
        margin-bottom: 0;
    }
    .cc_table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .cc-left {
        width: 100%;
    }
    .chart-column-2.cc_table>.cc-left {
        width: 30%;
    }
    ul.chart-col li {
        display: block;
        width: 100%;
        padding: 0 5px;
    }
    ul.chart-col li:after {
        display: none;
    }
    .chart-cols {
        text-align: center;
    }
    .chart-cols li {
        margin: 0 auto 5%;
    }
    .chart-level-2 .chart-block span.chart-manager {
        text-align: center;
    }
    ul.chart-col.children.chart-level-2>li {
        width: 96% !important;
        float: right;
    }
    .chart-level-2 .chart-block {
        width: 100%;
    }
    .chart-level-2 .chart-block:after {
        position: absolute;
        display: block;
        top: 50%;
        left: -3%;
        width: 26px;
        height: 1px;
        background-color: #483245;
        content: "";
        z-index: -1;
    }
    ul.chart-col li:after,
    .children.chart-level-3>li:before,
    .children.chart-level-4>li:before,
    .children.chart-level-3 .chart-block:after,
    .children.chart-level-3>li.parent:after {
        display: none;
    }
    ul.chart-col.children.chart-level-2 {
        display: block;
    }
    ul.chart-col.children.chart-level-2 li {
        display: block;
    }
    .chart-level-2 .chart-block span {
        text-align: left;
    }
    .chart-level-3 .chart-block span {
        text-align: right;
    }
    ul.chart-level-4 {
        margin-bottom: 0;
    }
    ul.chart-col.children.chart-level-2>li {
        position: relative;
    }
    ul.chart-col.chart-level-3,
    ul.chart-col.chart-level-4 {
        margin-top: 0;
        margin-bottom: 0;
    }
    ul.chart-col li {
        padding: 0;
    }
    .parent.active .chart-level-3 {
        display: block;
        margin: 0;
    }
    ul.chart-col.chart-level-3,
    ul.chart-col.children.chart-level-3 li {
        margin-bottom: 0;
    }
    .chart-level-3 .chart-block {
        background-color: #f6f6f6;
        border-top: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .chart-level-3 .chart-block:before,
    .chart-level-3 .chart-block:after,
    ul.chart-col.children .parent:last-child .chart-block:before {
        display: none;
    }
    ul.chart-col.children .parent:last-child>.chart-block:first-child:before {
        display: block;
    }
    ul.chart-col.children.chart-level-2>li {
        position: relative;
        padding: 0;
        -webkit-box-shadow: 0px 0px 6px black;
        box-shadow: 0px 0px 6px black;
    }
    .parent a.chart-block {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    ul.chart-col.children>li:first-child>a.chart-block:before {
        height: calc(100% - 9px);
    }
    .chart-level-1>a.chart-block {
        -webkit-box-shadow: 0px 0px 6px black;
        box-shadow: 0px 0px 6px black;
    }
    .chart-col.children.chart-level-3 .chart-block:before,
    .chart-btn {
        display: block;
    }
    .chart-level-3 .chart-btn {
        top: 20px;
    }
    .cc-table li {
        margin-bottom: 3% !important;
    }
}

@media screen and (max-width: 1024px) {
    .page-top .row {
        -ms-grid-columns: auto 100px;
        grid-template-columns: auto 100px;
    }
    .grid-1-3>.grid-col {
        width: 32.6%;
    }
    .team-rows.grid-1-3>.grid-col {
        width: 48%;
    }
    .team-rows.grid-1-3>.grid-col:nth-child(3n + 3) {
        margin-right: 3.3%;
    }
    .team-rows.grid-1-3>.grid-col:nth-child(2n + 2) {
        margin-right: 0;
    }
    .team-rows.grid-1-3>.grid-col:nth-child(3n + 1) {
        clear: inherit;
    }
    .team-rows.grid-1-3>.grid-col:nth-child(2n + 1) {
        clear: both;
    }
    .team-rows.grid-1-3>.grid-col:last-child {
        width: 100%;
    }
    .position-row {
        display: inline-block;
        max-width: inherit;
        width: 49%;
    }
    .team-rows.grid-1-3 .grid-col:last-child .position-row {
        width: 24%;
    }
    .cusap-table {
        font-size: 0.8em;
    }
    .l-table colgroup col:first-child {
        width: 35%;
    }
    .l-table colgroup col:nth-child(4) {
        width: 15%;
    }
}

@media screen and (max-width: 800px) {
    body {
        font-size: 45%;
    }
    .main {
        margin-top: 80px;
    }
    /* Home */
    .hsb-title {
        height: 33px;
    }
    .hsb-title-inner {
        font-size: 2em;
        height: 33px;
        line-height: 33px;
    }
    /* Inpage */
    .page-title {
        font-size: 1em;
    }
    .ptl-left {
        padding-top: 5%;
        padding-bottom: 4%;
    }
    .content p,
    .content li,
    .col-1 h3 {
        font-size: 1.8em;
    }
    .student-fee-block.grid-1-3 {
        min-height: 270px;
    }
    .student-fee-block.grid-1-3>.grid-col {
        min-height: 287px;
    }
    .student-fee-block .tabcontent {
        min-height: 300px;
    }
    .table-striped,
    .ir-table {
        display: block;
    }
    .table-striped tr,
    .table-striped tbody,
    .table-striped td,
    .ir-table tr,
    .ir-table tbody,
    .ir-table td {
        display: block;
    }
    .table-striped tr,
    .ir-table tr {
        padding: 5px 0;
    }
    .table-striped tr td,
    .ir-table tr td {
        padding: 5px 7px;
    }
    .table-striped tr:first-child td,
    .ir-table tr:first-child td {
        padding: 5px 7px;
    }
    .table-striped thead,
    .ir-table thead {
        display: none;
    }
    .table-striped td:before,
    .ir-table td:before {
        font-weight: 700;
        padding-right: 2%;
    }
    .table-striped td:before,
    .ir-table td:before {
        font-weight: 700;
        padding-right: 2%;
    }
    .l-table td:first-child:before {
        content: "Offices / Units:";
    }
    .l-table td:nth-child(2):before {
        content: "Address:";
    }
    .l-table td:nth-child(4):before {
        content: "Tel No.:";
    }
    .h-table td:first-child:before {
        content: "Enquiry:";
    }
    .h-table td:nth-child(2):before,
    .ir-table td:nth-child(3):before {
        content: "Phone:";
    }
    .h-table td:nth-child(3):before {
        content: "Faxline:";
    }
    .h-table td:nth-child(4):before,
    .ir-table td:nth-child(4):before,
    .l-table td:nth-child(3):before {
        content: "E-mail:";
    }
    .ir-table td:first-child:before {
        content: "Post:";
    }
    .ir-table td:nth-child(2):before {
        content: "Name:";
    }
    .cusap-img img {
        max-width: 315px;
    }
    .mpf-tab button {
        height: 150px;
        font-size: 2.8em;
        padding: 10px;
    }
    .grid-1-5>.grid-col {
        width: 23%;
    }
    .grid-1-5>.grid-col:nth-child(5n + 5) {
        margin-right: 2.5%;
    }
    .grid-1-5>.grid-col:nth-child(4n + 4) {
        margin-right: 0;
    }
    .grid-1-5>.grid-col:nth-child(5n + 1) {
        clear: inherit;
    }
    .grid-1-5>.grid-col:nth-child(4n + 1) {
        clear: both;
    }
    .accordion-icon:after {
        width: 15px;
        height: 15px;
        background-size: 15px 97px;
        background-position: 0 -80px;
    }
    .accordion-icon.active:after {
        background-position: 0 0;
    }
    .team-row h3 span {
        font-size: 9px;
    }
    .accordion-icon:after {
        top: 0;
    }
    .tabcontent {
        min-height: auto;
        padding-bottom: 15%;
    }
    .faq-block h2.header-hr {
        padding-left: 25px;
    }
    .chart-content p {
        font-size: 1em;
    }
}

@media screen and (max-width: 675px) {
    .cusap-grid {
        display: block;
        width: 90%;
        margin: auto;
    }
    .cusap-grid div {
        display: block;
        width: 100%;
    }
    .cusap-text {
        padding-right: 0;
    }
    .cusap-img img {
        max-width: 280px;
    }
    .faq-block .accordion-details p {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 600px) {
    .footer-left {
        width: 25%;
    }
    .login-btn {
        border: 1px solid #fff;
        border: 1px solid #fff;
        background: transparent;
        padding: 7px 26px;
        margin-top: 5px;
    }
    /* Home */
    .home-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    .marquee {
        height: 130px;
    }
    .hn-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .hn-right,
    .bx-viewport,
    .home-slide {
        padding-bottom: 65%;
    }
    .hl-blocks>.hl-block {
        width: 32%;
        height: 160px;
    }
    .hl-blocks>.hl-block:nth-child(4n + 4) {
        margin-right: inherit;
    }
    .hl-blocks>.hl-block:nth-child(3n + 3) {
        margin-right: 0;
    }
    .hl-blocks>.hl-block:nth-child(4n + 1) {
        clear: inherit;
    }
    .hs-blocks {
        width: 100%;
    }
    .hs-blocks>.hs-block {
        width: 90%;
    }
    .hsb-title {
        height: 42px;
    }
    .hsb-title-inner {
        font-size: 2.8em;
        height: 42px;
        line-height: 42px;
    }
    /* Inpage */
    .page-top-grid-1-2 {
        display: block;
    }
    .ptl-left {
        padding-top: 2.5%;
        padding-bottom: 2%;
    }
    .page-top-right {
        padding-bottom: 45%;
    }
    .page-top-left-inner {
        height: auto;
    }
    .frame {
        height: auto;
        padding: 9.3% 0;
    }
    .page-template-page-cusap-financial-system .frame {
        padding: 13.3% 0;
    }
    .page-title h1 {
        padding-right: 3%;
    }
    h2.header-hr,
    .forms-download h2.header-hr {
        padding-bottom: 20px;
    }
    .content h2 {
        font-size: 2.4em;
    }
    .accordion-details {
        font-size: 1.4em;
        padding-top: 0;
    }
    .accordion-details tr:first-child td {
        padding-top: 0;
    }
    .student-fee-block.grid-1-3 {
        min-height: inherit;
        width: 100%;
        max-width: 300px;
        margin: auto;
    }
    .student-fee-block.grid-1-3>.grid-col {
        min-height: inherit;
        width: 100%;
        float: inherit;
    }
    .tab button,
    .page-id-2673 .tab button.p-5,
    .page-id-2673 .tab button.p-6 {
        width: 48.9%;
        padding: 0 15px;
    }
    .tab button:nth-child(2n + 2) {
        margin-right: 0;
    }
    .grid-1-5>.grid-col {
        width: 31%;
    }
    .grid-1-5>.grid-col:nth-child(4n + 4) {
        margin-right: 2.5%;
    }
    .grid-1-5>.grid-col:nth-child(3n + 3) {
        margin-right: 0;
    }
    .grid-1-5>.grid-col:nth-child(4n + 1) {
        clear: inherit;
    }
    .grid-1-5>.grid-col:nth-child(3n + 1) {
        clear: both;
    }
    .accordion-details tr td {
        font-size: 1.4em;
    }
    .team-rows.grid-1-3 {
        margin: auto;
    }
    .team-rows.grid-1-3>.grid-col {
        width: 100%;
        margin-right: 0;
    }
    .position-rows {
        display: inline-block;
        width: 100%;
        margin: auto;
    }
    .team-rows.grid-1-3 .grid-col .position-row,
    .team-rows.grid-1-3 .grid-col:last-child .position-row {
        width: 33%;
    }
    table.cusap-table {
        margin-top: 3%;
    }
    .accordion-details p {
        margin-top: 3%;
    }
    h3.accordion-icon {
        padding-right: 10%;
    }
    .content h2.chart-heading {
        font-size: 1em;
    }
}

@media screen and (max-width: 500px) {
    table td:before {
        display: block;
    }
    .mpf-tab {
        display: block;
    }
    .mpf-tab button {
        display: inline-block;
        vertical-align: top;
        width: 47%;
    }
    .mpf-tab button:nth-child(3),
    .mpf-tab button:nth-child(6) {
        margin-right: 2.4%;
    }
    .tabcontent h2.header-hr {
        margin-top: 55px;
    }
    .page-template-page-cusap-financial-system .frame {
        padding: 18% 0;
    }
}

@media screen and (max-width: 450px) {
    .header {
        height: 65px;
    }
    .header-top-left {
        width: 100%;
    }
    .page-title h1 {
        font-size: 2.4em;
    }
	.header-logo-1 img, .header-logo-2 img{
		height:auto;
	}
	
	.header-logo-1 {
    width: 38px;
    margin-right: 3.4%;
}
	.header-logo-2 {
    width: 150px;
}
    .main-menu-button span {
        width: 30px;
    }
    .main {
        margin-top: 65px;
    }
    .footer-wrapper,
    .footer-left,
    .footer-middle,
    .footer-right {
        display: block;
        margin: auto;
        text-align: center;
    }
    .footer-left {
        width: 30%;
    }
    .footer-logo-1 {
        border-right: none;
        padding: 3% 0;
    }
    .footer-menu {
        margin: 1% 0;
    }
    .footer-right {
        padding-top: 3%;
    }
    /* Home */
    .hl-blocks>.hl-block {
        width: 48%;
    }
    .hl-blocks>.hl-block:nth-child(3n + 3) {
        margin-right: inherit;
    }
    .hl-blocks>.hl-block:nth-child(2n + 2) {
        margin-right: 0;
    }
    .hl-blocks>.hl-block:nth-child(2n + 1) {
        clear: inherit;
    }
    .hsb-title {
        height: 33px;
    }
    .hsb-title-inner {
        font-size: 2em;
        height: 33px;
        line-height: 33px;
    }
    /* Inpage */
    .page-template-page-cusap-financial-system .frame {
        padding: 22% 0;
    }
    .ptl-left {
        padding-top: 3.5%;
    }
    .tab {
        margin-top: 30px;
        width: 90%;
        margin: auto;
        max-width: 300px;
    }
    .login-btn {
        margin-top: 0;
    }
    .tab button,
    .page-id-2673 .tab button.p-5,
    .page-id-2673 .tab button.p-6 {
        width: 100%;
        margin: 1.4% auto 1.4%;
    }
    .mpf-tab button {
        height: 120px;
        font-size: 2.4em;
    }
    .grid-1-5>.grid-col {
        width: 48%;
    }
    .grid-1-5>.grid-col:nth-child(3n + 3) {
        margin-right: 2.5%;
    }
    .grid-1-5>.grid-col:nth-child(2n + 2) {
        margin-right: 0;
    }
    .grid-1-5>.grid-col:nth-child(3n + 1) {
        clear: inherit;
    }
    .grid-1-5>.grid-col:nth-child(2n + 1) {
        clear: both;
    }
    .team-rows.grid-1-3 .grid-col .position-row,
    .team-rows.grid-1-3 .grid-col:last-child .position-row {
        width: 49%;
    }
    .cusap-table td:first-child {
        width: 55%;
    }
    .content td,
    .content th {
        padding: 5px 7px;
    }
}

@media screen and (max-width: 376px) {
    .hsb-title {
        height: 24px;
    }
    .page-top .row {
        -ms-grid-columns: auto 90px;
        grid-template-columns: auto 90px;
    }
    .hsb-title-inner {
        font-size: 1.6em;
        height: 24px;
        line-height: 24px;
    }
    .accordion-details {
        padding: 10px 13px 0px 0;
    }
    .page-template-page-cusap-financial-system .frame {
        padding: 27% 0;
    }
}


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