/*
    # NOAH 2021 NEW WEBSITE
    # Company Owner: Forecasting and Planning Technologies Inc. | NOAH Business Applications | PROMPTUS 8
    # Developer : Alvin Diaz Benedicto
    # Designer : Alvin Diaz Benedicto | Micah Del Carmen
    # Date Created : February 09, 2021
    # Date Modified : February 09, 2021 | ADB
*/

/*
    Basic Setting:

    Text Color,
    #000000     (Pure Black - Too much of it can cause eye strain to the viewer)
    #222222,
    #333333     (Most commonly use and most comfortable for the reader's eye. And also it's the safest web color of #3d3d3d)

    Size,
    14px        15px is the standard size for web and mobile browser (For plain websites or webpages), but 14px is more suitable in webapps UI and for 13px buttons

    Note:       Drink coffee. :>
*/
:root {
    --nwblue0: #5864a0;
    --nwblue1: #334994;
    --nwblue2: #28396f;
    --nworange0: #faa23e;
    --nworange1: #f98c0b;
    --nworange2: #d87905;
    --nwgray0: #dddddd;
    --nwgray1: #d1d1d1;
    --nwgray2: #c4c4c4;
}

body {
    /* font-family: 'Open Sans', 'Comfortaa', 'Montserrat', 'Segoe UI', sans-serif; */
    /* font-family: 'Aver', sans-serif;
    font-family: 'Bebas Kai', sans-serif;
    font-family: 'Bebas Neue', sans-serif;
    font-family: 'Keep Calm Med', sans-serif;
    font-family: 'Source Serif Pro', sans-serif;
    font-family: 'Abadi MT Std', sans-serif;
    font-family: 'Swis721 BT', sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #222222;
    margin: 0;
    padding: 0;
    overflow-x: hidden;

    /*Fonts Setting*/
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}


.page {
    background-color: #ffffff;
    position: relative;
}

.hdr {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.hdr-block {
    margin: 0 auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 10px 30px;
    max-width: 1366px;
    width: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
}

.hdr-logo {
    height: 70px;
    transition: .2s ease height;
    width: 140px;
}

.hdr-logo  img {
    height: 100%;
}

.hdr-ctr-col {
    flex: 1 0 0;
    text-align: center;
    margin: 0 40px;
    align-self: stretch;
    display: flex;
    justify-content: center;
}

.menu {
    user-select: none;
    display: flex;
    align-items: stretch;
}

.menu .li {
    display: flex;
    font-family: 'Abadi MT Std', sans-serif;
    position: relative;
    height: 100%;
    align-items: center;
}

.menu .li:first-of-type {
    margin-left: 0;
}

.hdr a,
a.btn {
    color: inherit;
    text-decoration: none;
    user-select: none;
}

.menu .li .menu-btn {
    display: block;
    padding: 0 15px;
    cursor: pointer;
    height: 100%;
    color: #000000;
    height: 32px;
    border-radius: 20px;
    line-height: 34px;
    text-transform: uppercase;
}

.menu .li.selected .menu-btn {
    background-color: var(--nwblue1);
    color: #ffffff;
}

.menu .li:not(.selected) .menu-btn:hover {
    background-color: #eff1fb;
    color: var(--nwblue2);;
}

.btn._oval {
    padding: 0 15px;
    border-radius: 20px;
    height: 32px;
    line-height: 34px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    font-family: 'Abadi MT Std', sans-serif;
}

.btn._btnorange {
    background-color: var(--nworange0);
}

#btnHdrDemo {
    color: var(--nworange1);
    background-color: #ffffff;
    border: 2px solid var(--nworange1);
    box-sizing: border-box;
    line-height: 30px;
}

#btnHdrDemo:hover {
    background-color: var(--nworange1);
    color: #ffffff;
}

.cc {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: block;
    margin-top: 110px;
    font-size: 16px;
    padding-top: 20px;
}

.page._home .cc {
    max-width: initial;
    box-sizing: initial;
    padding-top: 0;
    margin-top: 90px;
}

.sub-cc {
    box-sizing: border-box;
    padding: 0 30px;
    margin: 80px auto;
}

.ctr-block {
    padding: 50px 30px;
    width: 800px;
    margin: 30px auto;
}

.ctr-bl-uppertext {
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 23px;
    height: 32px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 0;
    color: #333333;
}

.ctr-bl-ctrtext {
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 62px;
    line-height: 74px;
    color: #000000;
    transform: scale(1);
    opacity: 1;
    animation: .32s ctr_bl_ct cubic-bezier(0.9, -0.08, 1, 1);
    margin-bottom: 4px;
}

@keyframes ctr_bl_ct {
    0% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.ctr-bl-lowertext {
    font-size: 24px;
    padding: 0 20px;
    opacity: 1;
    animation: 2.4s ctr_bl_lt ease;
    font-family: 'Abadi MT Std', sans-serif;
    color: #333333;
}

@keyframes ctr_bl_lt {
    0%, 60% { opacity: 0; }
    100% { opacity: 1; }
}

.big-section {
    display: block;
    text-align: center;
    padding: 0 30px;
    z-index: 1;
    position: relative;
    min-height: 710px;
}

.ctr-block .btn-more {
    margin-top: 20px;
    color: #ffffff;
    transform: scale(1);
    opacity: 1;
    animation: 2.66s ctr_bl_btn_more cubic-bezier(1, -0.16, 0.38, 1.11);
}

@keyframes ctr_bl_btn_more {
    0%, 72% { transform: scale(0); opacity: 0; }
    98% { transform: scale(1.02); }
    100% { transform: scale(1); opacity: 1; }
}


.lower-block {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.custom-img-banner {
    width: 100%;
    margin: 0 auto;
}

.custom-img-banner img {
    width: 100%;
    display: block;
    margin: 0 auto;
    animation: 3.2s ct_img_b_img ease;
}

@keyframes ct_img_b_img {
    0%, 82% {
        opacity: 0;
        transform: translateY(14px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.g-section {
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    min-height: 690px;
    visibility: hidden;
    transition: .44s ease opacity;
}

.g-menu {
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
}

.g-menu .li {
    flex: 1 0 20%;
    margin: 12px;
    background-color: #ffffff;
    min-width: 200px;
    height: 120px;
    box-shadow: 1px 3px 6px rgb(0 0 0 / 22%);
    border-radius: 8px;
    font-family: 'Abadi MT Std', sans-serif;
    /* overflow: hidden; */
    position: relative;
    transition: .10s ease transform;
    box-shadow: none;
    border: 2px dashed transparent;
    border-color: #adb0bd;
    box-sizing: border-box;
    animation: ani_desk_gmenu_li .24s linear;
    animation-fill-mode: both;
}

@keyframes ani_desk_gmenu_li {
    0%, 30% {
        transform: scale(.88);
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.g-menu .li a.g-li-link {
    cursor: pointer;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.g-menu .li .g-li-hdr {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    z-index: 1;
    border-radius: inherit;
    background-color: #ffffff;
}

.g-title {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.g-title img {
    width: 110px;
}

.g-title img, .g-title h3 {
    display: inline-block;
}

.g-title h3 {
    text-align: center;
    color: inherit;
    flex-grow: 1;
    font-weight: bold;
    letter-spacing: .2px;
    color: #444444;
}

.g-hdr h2, .bas-section h2 {
    /* display: block; */
    max-width: 800px;
    margin: 60px auto;
    text-align: center;
    font-size: 34px;
    font-family: 'Keep Calm Med', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    display: none;
    animation: .88s ani_desk_ghdrh2;
}


@keyframes ani_desk_ghdrh2 {
    0%, 50% {
        transform: translateY(16px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.bas-section h2 {
    margin: 0 auto;
}

.g-details {
    position: absolute;
    background-color: var(--nworange0);
    left: -15px;
    top: -33px;
    right: -14px;
    bottom: -33px;
    opacity: 0;
    cursor: inherit;
    font-size: .84em;
    padding: 10px;
    padding-top: 43px;
    box-sizing: border-box;
    color: #000000;
    /*     border-bottom: 10px solid transparent; */
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
    line-height: 16px;
    transition: .20s ease opacity, .16s ease-out transform, .32s ease-out background;
    transform: scale(.72);
    background-color: white;
    /* border: 3px solid var(--nwblue1); */
    box-shadow: 0 4px 30px -4px rgb(0 0 0 / 36%);
    background-image: url(../media/images/bg_bas_gradient_whiteblue.jpg);
    background-repeat: no-repeat;
    background-size: 10% 10%;
    background-position: center;
    overflow-y: overlay;
}

.g-details::-webkit-scrollbar {
    width: 11px;
}

.g-details::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border: 3px solid #ffffff;
}

.g-details::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.g-menu .li:hover .g-details {
    opacity: 1;
    transform: scale(1.1);
    background-size: 100% 100%;
}

.g-details p {
    margin: 0 auto;
    display: block;
}

.g-menu .li:hover {
    opacity: 1;
    z-index: 2;
    transform: scale(1.14);
}

.g-menu .li .g-li-lbl {
    position: absolute;
    left: -22px;
    top: -20px;
    right: -22px;
    font-size: 15px;
    width: initial;
    height: 36px;
    padding: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 10px;
    opacity: 0;
    z-index: 2;
    user-select: none;
    transition: .28s ease top, .32s ease opacity, .14s ease text-indent .06s;
    box-sizing: border-box;
    background-color: #fff4e7;
    color: var(--nworange1);
    text-indent: 16px;
}

.g-menu .li:hover .g-li-lbl {
    opacity: 1;
    top: -35px;
    text-indent: 0;
}

span.p8-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../media/images/gallery_icons/p8-icon.png)
}

.smisc {
    position: absolute;
    z-index: 1;
    height: 15vw;
    top: 60px;
}

.smisc._lt {
    left: 0;
    transform: scale(-1);
}

.smisc._rt {
    right: 0;
}

.smisc img {
    height: 100%;
}

.ctr-bl-uppertext > span {
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    width: auto;
    transition: .22s ease-out margin;
}

.ctr-bl-uppertext > span:nth-of-type(1) {
    animation: 1s ctr_bl_ut_s1;
}

/* .ctr-bl-uppertext > span:nth-of-type(2) {
    width: 211px;
    animation: .66s ctr_bl_ut_s2;
}

.ctr-bl-uppertext > span:nth-of-type(3) {
    width: 323px;
    animation: .88s ctr_bl_ut_s3;
} */

@keyframes ctr_bl_ut_s1 {
    0%, 60% {
        margin-top: 40px;
    }
    98% {
        margin-top: -2px;
    }
    100%  {
        margin-top: 0;
    }
}
@keyframes ctr_bl_ut_s2 {
    0%, 60% {
        margin-top: 40px;
    }
    98% {
        margin-top: -2px;
    }
    100%  {
        margin-top: 0;
    }
}

@keyframes ctr_bl_ut_s3 {
    0%, 70% {
        margin-top: 40px;
    }
    98% {
        margin-top: -2px;
    }
    100%  {
        margin-top: 0;
    }
}

.nerp-section {
    margin: 60px auto;
    margin-top: 90px;
    padding: 8vw 10%;
    width: 100%;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    background: url(../media/svgs/bg_vector_dotted_worldmap.svg), var(--nwblue2);
    background-repeat: no-repeat;
    background-size: 72vw;
    background-position: center;
    position: relative;
}

.nerp-section h1 {
    font-size: 46px;
    font-family: 'Keep Calm Med', sans-serif;
    font-weight: lighter;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    margin-bottom: 3vw;
}

.nerp-section p {
    font-size: 28px;
    line-height: 38px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    text-align-last: center;
    font-family: 'Abadi MT Std', sans-serif;
}

.vid-wrapper video {
    height: auto;
    width: 100%;
    display: block;
    object-fit: cover;
    outline: none;
}

#vidWhoWeAre {
    max-width: 720px;
    display: inline-block;
    width: 55%;
}

.page._about .sub-cc.intro-block p {
    display: inline-block;
    vertical-align: middle;
    width: 38%;
    margin: 0 40px;
    text-align: justify;
    text-align-last: left;
}

.page._about .sub-cc p {
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 22px;
    line-height: 30px;
    max-width: 1050px;
    margin: 0 auto;
    text-align: justify;
    text-align-last: center;
}

.page._about .sub-cc {
    text-align: center;
}

.sub-cc.intro-block, .sub-cc.nsp-block {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-top: 50px;
    justify-content: center;
}

.page._about .sub-cc h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
}


.sub-cc.emerged h2 {
    width: 300px;
}

.sub-cc.sgalleries h2 {
    width: 300px;
}

.sub-cc.cpadevs h2 {
    width: 500px;
}

.sub-cc.servingclients h2 {
    width: 440px;
}

.sff-c {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 40px 0;
}

.sff-c .sff {
    display: flex;
    width: 28%;
    max-width: 400px;
    min-width: 360px;
    margin: 0 20px;
    padding: 25px 8px;
    box-sizing: border-box;
    vertical-align: top;
    border: 6px solid var(--nwgray2);
    align-items: center;
}

.sff-c .sff legend {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight: normal;
    color: #000000;
    padding: 0 4px;
}

.page._about .sff-c .sff p {
    text-align: center;
    font-size: 22px;
    font-family: 'Source Sans Pro', 'Abadi MT Std', sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0 20px;
}

.sff.vision {
    border-color: var(--nwblue2);
}

.sff.corevalues {
    border-color: var(--nworange2);
}

.sub-cc.nsp-block img {
    max-width: 600px;
    display: inline-block;
    width: 45%;
    transition: .16s ease-out all, .62s ease-out filter;
    transform: scale(1);
    opacity: .96;
}

.page._about .sub-cc.nsp-block p {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 0 30px;
    margin-left: 0;
    text-align: justify;
    text-align-last: center;
}

.sub-cc.nsp-block:hover img {
    transform: scale(1.1);
    filter: drop-shadow(0px 0 24px rgb(10 124 222 / 28%));
    opacity: 1;
}

.bas-section {
    padding: 50px;
    margin: 50px auto;
    background: url(../media/images/bg_bas_gradient_whiteblue.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.bas-wrapper {
    border: 4px solid var(--nworange0);
    padding: 30px 40px;
    box-sizing: border-box;
}

.bas-c {
    position: relative;
    width: 730px;
    height: 600px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
}

.bas-c .bas {
    position: absolute;
    width: 211px;
    height: 183px;
    background: url(../media/svgs/hexagon_noah.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    display: none;
    animation: .44s ani_desk_bas ease;
    animation-fill-mode: both;
}

@keyframes ani_desk_bas {
    0%, 20% {
        transform: scale(0.4);
        opacity: 0;
        display: none;
    }
    100% {
        transform: scale(1);
        opacity: 1;
        display: block;
    }
}

.bas-c .bas:hover {
    background: url(../media/svgs/hexagon_noah_glass.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .12s ease background;
}

.bas-c .bas .img-wrapper {
    height: 170px;
    width: 170px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
    transition: .12s ease-out all;
}

.bas-c .bas .img-wrapper:hover {
    z-index: 2;
}

.bas-c .bas .img-wrapper img {
    width: 100px;
    height: 100px;
    margin-top: 6%;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: scale(1) translateX(-50%);
    transition: .12s ease-out all;
}

.bas-c .bas .img-wrapper:hover img {
    width: 112px;
    height: 112px;
    top: -3%;
}

.bas-lbl {
    position: absolute;
    top: 116px;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Abadi MT Std', sans-serif;
    color: var(--nwblue1);
    font-weight: bold;
    font-size: 13px;
}

.bas:nth-of-type(1) {
    top: 212px;
    left: 4px;
}

.bas:nth-of-type(2) {
    top: 112px;
    left: 174px;
}

.bas:nth-of-type(3) {
    top: 13px;
    left: 344px;
}

.bas:nth-of-type(4) {
    top: 112px;
    left: 515px;
}

.bas:nth-of-type(5) {
    top: 311px;
    left: 515px;
}

.bas:nth-of-type(6) {
    top: 411px;
    left: 344px;
}

.bas:nth-of-type(7) {
    top: 311px;
    left: 174px;
}

.bas:nth-of-type(8) {
    top: 212px;
    left: 344px;
}

.bas-section .misc span {
    position: absolute;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .32;
    transition: 1s ease-out opacity;
}

.bas-section .misc span:nth-of-type(1) {
    background-image: url(../media/svgs/techno_arrows_noah.svg);
    background-repeat: repeat-x;
    width: 116px;
    height: 14px;
    top: 240px;
    right: 270px;
    transition: 6s ease-out background;
    transition-delay: 1s;
}

.bas-section .misc span:nth-of-type(2),
.bas-section .misc span:nth-of-type(3),
.bas-section .misc span:nth-of-type(5),
.bas-section .misc span:nth-of-type(6),
.bas-section .misc span:nth-of-type(7) {
    background-image: url(../media/svgs/techno_hexa_noah.svg);
    transition: .22s ease-out transform;
    transition-delay: .72s;
}

.bas-section .misc span:nth-of-type(4) {
    background-image: url(../media/svgs/techno_circuit_noah.svg);
    bottom: -240px;
    right: -130px;
    width: 600px;
    height: 600px;
    transition: .32s ease-out transform;
    transition-delay: .72s;
    transform: rotate(160deg);
}

.bas-section .misc span:nth-of-type(8) {
    background-image: url(../media/svgs/techno_circles_noah.svg);
}

.bas-section .misc span:nth-of-type(2) {
    width: 180px;
    height: 180px;
    right: 100px;
    top: 100px;
}

.bas-section .misc span:nth-of-type(3) {
    width: 80px;
    height: 80px;
    right: 100px;
    top: 276px;
}

.bas-section .misc span:nth-of-type(5) {
    width: 180px;
    height: 180px;
    left: 100px;
    bottom: 201px;
}

.bas-section .misc span:nth-of-type(6) {
    width: 120px;
    height: 120px;
    bottom: 99px;
    left: 132px;
}

.bas-section .misc span:nth-of-type(7) {
    width: 90px;
    height: 90px;
    bottom: 60px;
    left: 65px;
}

.bas-section .misc span:nth-of-type(8) {
    width: 120px;
    height: 20px;
    bottom: 67px;
    left: 164px;
}
.bas-wrapper:hover .misc span {
    opacity: .54;
}

.bas-wrapper:hover .misc span:nth-of-type(1) {
    background-position-x: 150px;
}

.bas-wrapper:hover .misc span:nth-of-type(2),
.bas-wrapper:hover .misc span:nth-of-type(5),
.bas-wrapper:hover .misc span:nth-of-type(7) {
    transform: scale(.94);
}

.bas-wrapper .misc span:nth-of-type(3),
.bas-wrapper .misc span:nth-of-type(6) {
    transition-delay: 1s;
}

.bas-wrapper:hover .misc span:nth-of-type(3),
.bas-wrapper:hover .misc span:nth-of-type(6) {
    transform: scale(1.1);
}

.bas-wrapper:hover .misc span:nth-of-type(4) {
    transform: rotate(170deg);
}

.page-name {
    padding: 20px 0;
    z-index: 2;
    text-align: center;
    position: relative;
}

.page-name h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    color: #000000;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    padding: 0 20px;
    z-index: 1;
    max-width: 1000px;
}

.page-name .misc span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--nwgray2);
    margin: 0 4px;
}

.page-name .misc {
    padding-top: 20px;
    margin-bottom: 20px;
}

.page-name .misc span:nth-of-type(2) {
    background-color: var(--nwblue1);
}

.page-name .misc span:nth-of-type(3) {
    background-color: var(--nworange1);
}

.menu-sub {
    position: absolute;
    min-width: 100%;
    background-color: #ffffff;
    padding: 10px;
    display: none;
    border-radius: 10px;
    top: 60px;
    border: 2px solid var(--nwblue1);
    z-index: 1;
}
.menu-sub:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(315deg);
    top: -7px;
    left: 24px;
    z-index: 1;
    border: 6px solid var(--nwblue1);
    border-color: var(--nwblue1) var(--nwblue1) transparent transparent;
}

.menu .li .menu-sub .menu-btn {
    border-radius: 10px;
}

.menu-sub {
    position: absolute;
    min-width: 100%;
    background-color: #ffffff;
    padding: 10px;
    display: none;
    border-radius: 10px;
    top: 60px;
    border: 2px solid var(--nwblue1);
    z-index: 1;
}
.menu-sub:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(315deg);
    top: -7px;
    left: 24px;
    z-index: 1;
    border: 6px solid var(--nwblue1);
    border-color: var(--nwblue1) var(--nwblue1) transparent transparent;
}

.menu .li .menu-sub .menu-btn {
    border-radius: 10px;
}

.office-details {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 24px;
    font-weight: normal;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
}

.office-details .col {
    width: 33%;
    margin: 0 10px;
    padding: 20px;
    box-sizing: border-box;
}

.office-details .col h6 {
    color: #333333;
    line-height: 26px;
    margin: 25px auto;
}

.form-c {
    margin: 0 auto;
    padding: 20px;
    position: relative;
}

.info-c {
    max-width: 1000px;
    margin-top: 50px;
}




.icon-phone {
    background-image: url(../media/icons/phone.png);
}

.icon-building {
    background-image: url(../media/icons/building.png);
}

.icon-clock {
    background-image: url(../media/icons/clock.png);
}









/* When body is scrolled */
.scrolled-down .hdr {
    border-bottom: 1px solid #d7dae4;
}

.scrolled-down .hdr-block {
    padding: 4px 30px;
}

.scrolled-down .hdr-logo {
    height: 40px;
}
/* When body is scrolled */





.ndrv ::-webkit-scrollbar {
    width: 14px;
    background-color: transparent;
}
.ndrv ::-webkit-scrollbar-thumb {
    border: 3px solid #f7fcfd;
    background-color: rgba(0,0,0,.14);
    border-radius: 8px;
}
.ndrv ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0,0,0,.24);
}



/* .g-details, .g-li-lbl {
    display: none;
} */






/* Contact */
.icon-phone {
    background-image: url(../media/icons/contact-no-icon.png);
    background-size: 40% !important;
}

.icon-building {
    background-image: url(../media/icons/office-icon.png);
    background-size: 40% !important;
}

.icon-clock {
    background-image: url(../media/icons/time-icon.png) ;
    background-size: 40% !important;
}

.office-details .col .icon {
    width: auto !important;
    height: 80px !important;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    margin: 5px auto;
    margin-bottom: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.gmap-c {
    display: flex;
    /* border: solid var(--nwblue2); */
    border: solid var(--nworange0);
    border-width: 4px 0 4px 0;
    width: 750px;
    margin: 0 auto;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.form-c h4 {
    font-size: 24px;
    font-family: 'Keep Calm Med', sans-serif;
    margin: 0;
    color: var(--nwblue2);
    font-weight: normal;
}
.line-c {
  border: solid var(--nworange0);
  border-width: 4px 0 0px 0;
  width: 500px;
  margin: 0 auto;
  position: relative;
  flex-wrap: wrap;
  margin-top: 30px;
}

.form-c form {
    padding: 30px 25px !important;
    background-color: #ffff !important;
}

.form-c h6 {
    font-size: 15px !important;
    text-align: left !important;
    margin-top: 10px;
    font-weight: 600;
    margin-left: 4px;
}

.input-d {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 25px;
}

.input-fw {
    margin-bottom: 25px;
}

.input-w {
    width: 50%;
    position: relative;
    border: 0 solid transparent;
    border-width: 0 10px;
    box-sizing: border-box;
    flex-grow: 1;
}

.form-c form input.df {
  padding: 10px;
  font-size: 16px;
  font-family: 'Keep Calm Med', sans-serif;
  display: block;
  width: 100%;
  text-indent: 30px;
  border: 1px solid #cce6ff;
  border-radius: 3px;
  /* height: 30px !important; */
  box-sizing: border-box;
}

.ifw {
  padding: 10px;
  font-size: 16px;
  font-family: 'Keep Calm Med', sans-serif;
  display: block;
  width: 190%;
  text-indent: 30px;
  border: 1px solid #cce6ff;
  border-radius: 3px;
}

.form-c form input.df, .form-c form input.ifw, .form-c form textarea {
    border-color: #b4d3f1;
    box-sizing: border-box;
    width: 100%;
}

.form-c form select {
    padding: 10px;
    font-size: 16px;
    font-family: 'Keep Calm Med', sans-serif;
    display: block;
    width: 100%;
    text-indent: 30px;
    border: 1px solid #b4d3f1;
    border-radius: 3px;
    color: #88c4ff;
}

.form-c form select option {
    color: #000000;
}

.afw {
  padding: 10px;
  font-size: 16px;
  font-family: 'Keep Calm Med', sans-serif;
  display: block;
  width: 190%;
  text-indent: 30px;
  border: 1px solid #cce6ff;
  border-radius: 3px;
  height: 130px;
}

#submit_contact {
    font-size: 20px;
    font-family: 'Abadi MT Std', sans-serif;
    padding: 10px 26px;
    background-color: var(--nwblue1);
    height: 40px;
    display: inline;
    max-width: 100px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

::placeholder {
      color: #88c4ff !important;
}

.input-d .input-w .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 10px;
  left: 6px;
}

.icon-fname {
    background-image: url(../media/icons/full-name.png);
}

.icon-eaddress {
    background-image: url(../media/icons/email.png);
}

.icon-department {
    background-image: url(../media/icons/department.png);
}

.icon-role {
    background-image: url(../media/icons/role-position.png);
}

.icon-telno {
    background-image: url(../media/icons/tel-no.png);
}

.icon-mobile {
    background-image: url(../media/icons/mobile.png);
}

.icon-message {
    background-image: url(../media/icons/messages.png);
}

.icon-company {
    background-image: url(../media/icons/company.png);
}

.fl-cc {
    width: 70%;
    margin: 0 auto;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 60px;
    max-width: 800px;
    position: relative;
}

._inquire .form-c {
    padding: 0;
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
}

.fl-cc input[type="text"] {
    width: 100% !important;
    box-sizing: border-box;
}

._inquire .fl-cc .input-w {
    width: 100%;
}

.flmisc span {
    position: absolute;
    background-image: url(../media/svgs/techno_hexa_noah.svg);
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .32;
    background-size: 100%;
}

.flmisc span:nth-of-type(5){
    width: 130px;
    height: 20px;
    background-image: url(../media/svgs/techno_circles_noah.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.flmisc span:nth-of-type(1) {
    top: -2px;
    transform: scale(1.3);
    left: -18px;
}

.flmisc span:nth-of-type(2) {
    top: 46px;
    left: 59px;
    transform: scale(.7);
}

.flmisc span:nth-of-type(3) {
    top: 88px;
    right: 0px;
    transform: scale(.66);
}

.flmisc span:nth-of-type(4) {
    top: 129px;
    right: 66px;
}

.flmisc span:nth-of-type(5) {
    top: 70px;
    right: 36px;
}

.fmisc._lt,
.fmisc._rt {
    position: absolute;
    width: 12vw;
    max-width: 220px;
    min-width: 120px;
}

.flmisc {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 18px -2px rgb(0 0 0 / 24%);
    border-radius: 10px;
    background-color: #ffffff;
    background-image: url(../media/svgs/vector_officeman_using_laptop.svg);
    background-position: 15% bottom;
    background-repeat: no-repeat;
    background-size: 110%;
}

._inquire .form-c form {
    background-color: transparent !important;
}

.fmisc img {
    width: 100%;
}

.fmisc._lt {
    left: 0;
    transform: translateX(-99%);
    z-index: 1;
}

.fmisc._rt {
    right: 0;
    transform: translateX(99%) scale(-1);
}

.sub-cc.bubble-quoted {
    max-width: 1000px;
    text-align: center;
}

.sub-cc.bubble-quoted p {
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 22px;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.sub-cc.bubble-quoted .qt-row {
    margin: 60px auto;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-cc.bubble-quoted .qt-row .bbl-c,
.sub-cc.bubble-quoted  .qt-row .qtd-c {
    margin: 0 20px;
    box-sizing: border-box;
}

.sub-cc.bubble-quoted .qt-row .bbl-c {
    width: 45%;
}

.sub-cc.bubble-quoted .qt-row .qtd-c {
    width: 55%;
    position: relative;
    padding: 25px;
}

.bubble-quoted p {
    text-align: justify;
    text-align-last: center;
}

.qt-row .bbl-c {
    background-image: url(../media/svgs/bubble_speech.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 14px 24px;
    background-position-y: top;
}

.qt-row .bbl-c p {
    color: #ffffff;
    width: initial;
    display: block;
    margin-bottom: 30px;
}

.sub-cc.bubble-quoted .qt-row .qtd-c p {
    z-index: 2;
}

.sub-cc.bubble-quoted .qt-row .qtd-c .misc-border {
    position: absolute;
    z-index: 1;
    border: 3px solid var(--nworange0);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.sub-cc.bubble-quoted .qt-row .qtd-c .misc-border > span {
    background-image: url(../media/svgs/quote.svg);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    background-color: #ffffff;
}

.sub-cc.bubble-quoted .qt-row .qtd-c .misc-border > span:nth-of-type(1) {
    top: -22px;
    left: -25px;
}

.sub-cc.bubble-quoted .qt-row .qtd-c .misc-border > span:nth-of-type(2) {
    bottom: -22px;
    right: -25px;
    transform: scale(-1);
}

.sub-cc.bubble-quoted .qt-row p {
    position: relative;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: 0;
    color: inherit;
}
.ftr-c {
    margin-top: 80px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 3vw 5vw;
    background-color: var(--nwblue2);
    background-color: #18255b;
    color: #ffffff;
    font-size: 1em;
    font-weight: 400;
    flex-direction: column;
    line-height: 1.6em;
}
.ftr-t {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--nworange1);
}
.ftr-t-col {
    flex-basis: 0;
    flex-grow: 1;
}
.ftr-t > .ftr-t-col:nth-of-type(2) {
    width: 20%;
    flex: initial;
}
.ftr-t > .ftr-t-col:nth-of-type(4) {
    width: 15%;
    flex: initial;
    min-width: 200px;
}
.ftr-t-col .ftr-link {
    display: block;
}
.ftr-t-col .ftr-link:hover {
    text-decoration: underline;
}
._orange {
    color: var(--nworange0);
    font-weight: 600;
    text-transform: uppercase;
}
.ftr-t-col img {
    /* width: 16vw;
    margin-left: -2vw; */
    width: 12vw;
    margin-left: -1.5vw;    
    margin-top: -2vw;
}
.ftr-t-col input {
    padding: 4px 6px;
    font-size: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 6px;
    border: 2px solid transparent;
    width: 100%;
    box-sizing: border-box;
}
.ftr-b {
    display: flex;
    margin: 10px 0;
    margin-bottom: 0;
}
.ftr-b-col {
    width: 50%;
    flex-basis: 0;
    flex-grow: 1;
}
.ftr-b-col .ftr-link {
    margin: 0 8px;
    cursor: pointer;
    position: relative;
}
.ftr-b-col .ftr-link:nth-of-type(1) {
    margin-left: 0;
}
.ftr-b-col .ftr-link:hover {
    text-decoration: underline;
}
.ftr-b-col .ftr-link:after {
    content: '';
    position: absolute;
    right: -10px;
    width: 2px;
    height: 12px;
    background-color: rgb(255 255 255 / 52%);
    top: 50%;
    transform: translateY(-50%);
}
.ftr-b-col .ftr-link:last-of-type:after {
    opacity: 0;
}
.ftr-b .ftr-b-col:last-of-type {
    width: auto;
    flex: initial;
    text-align: right;
    display: flex;
    flex-direction: column;
}
.ftr-b .ftr-btnlink {
    width: 24px;
    height: 24px;
    display: inline-block;
    opacity: .80;
    margin: 0 1px;
    border-radius: 50%;
    overflow: hidden;
}
.ftr-b .ftr-btnlink:hover {
    opacity: 1;
}
.page._about .sub-cc h2 {
    position: relative;
    color: transparent;
    transition: 3s ease color;
}
.page._about .sub-cc h2.show {
    color: #000000;
}
.page._about .sub-cc h2:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 66%;
    opacity: 0;
    animation: 8s ani_desk_h2opacity ease;
}
.page._about .sub-cc h2.show:before {
    display: block;
}
.page._about .sub-cc.emerged h2:before {
    background-image: url(../media/gifs/2010.gif);
}
.page._about .sub-cc.sgalleries h2:before {
    background-image: url(../media/gifs/16.gif);
}
.page._about .sub-cc.cpadevs h2:before {
    background-image: url(../media/gifs/200.gif);
    left: 225px;
    width: 100px;
    top: 1px;
}
.page._about .sub-cc.servingclients h2:before {
    background-image: url(../media/gifs/80.gif);
    left: 72px;
    width: 81px;
    top: 89px;
    height: 90px;
}
@keyframes ani_desk_h2opacity {
    0% {
        opacity: 1;
        background-color: #ffffff;
        background-position-y: -100px;
    }
    28% {
        background-position-y: center;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.popupCookies {
    position: fixed;
    display: block;
    width: 88%;
    height: auto;
    padding: 14px 6%;
    background-color: #00204f;
    bottom: 0;
    z-index: 9999;
    color: #fafafa;
    font-family: 'Segoe UI';
    font-size: 15px;
    opacity: .98;
    /*border-top: 4px solid #2267bb;*/
    -webkit-animation: toastbottom 2s;
    -moz-animation: toastbottom 2s;
    animation: toastbottom 2s;
    -webkit-box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    -moz-box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    box-shadow: 0 -6px 12px rgba(0,0,0,.32);
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.popupCookies.hidden2 {
    -webkit-animation: toasthide 2s;
    -moz-animation: toasthide 2s;
    animation: toasthide 2s;
}
.popupCookies > div {
    display: inline-block;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}
.cookies-content {
    width: 70%;
}
.cookies-cont-button {
    width: 28%;
    text-align: center;
}
.btn-cookies {
    display: block;
    margin: 2px auto;
    padding: 10px 14px;
    width: 160px;
    border: 2px solid #2267bb;
    background-color: #2267bb;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    /*font-weight: bold;*/
    font-family: 'Century Gothic';
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy {
    border-color: transparent;
    border: 2px solid transparent;
    background-color: transparent;
    opacity: .7;
    -webkit-transition: .2s ease-out all;
    -moz-transition: .2s ease-out all;
    transition: .2s ease-out all;
}
.btn-cookies#btnViewPolicy:hover {
    opacity: 1;
}
.btn-cookies#btnViewPolicy > a {
    text-decoration: none;
    color: #dddddd !important;
}
.btn-cookies#btnAcceptPolicy {
    text-transform: uppercase;
}
.btn-cookies#btnAcceptPolicy:hover {
    color: #efefef !important;
    border: 2px solid #efefef;
    background-color: #041732;
}
@keyframes toastbottom {
    0% {
        bottom: -100%;
        opacity: 0;
    }
    80% {
        opacity: .56;
    }
    100% {
        bottom: 0;
        opacity: .98;
    }
}
.page-name .misc-line {
    display: block;
    width: 84%;
    height: 4px;
    margin: 30px auto;
    background-image: url(../media/svgs/misc_blue_orange_dashed.svg);
    background-repeat-x: repeat;
}
.sub-cc.story-cc {
    text-align: center;
    padding: 0;
    margin-top: 20px;
    font-family: 'Abadi MT Std', sans-serif;
    font-size: 22px;
    line-height: 30px;
}
.ctx-c p {
    width: 100%;
    text-align: justify;
}
.ctx-col._img {
    width: 20vw;
    max-width: 280px;
    opacity: 0.6;
    margin-right: 30px;
    padding: 0;
}
.ctx-c.ctx-intro {
    width: 82%;
    margin: 0 auto;
}
.ctx-c.ctx-intro p {
    width: 100%;
}
img.ill-c {
    width: 34%;
    max-width: 480px;
    min-width: 270px;
    margin: -20px auto;
}
.ctx-col {
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding-right: 9%;
}
.ctx-c {
    display: flex;
    align-items: center;
}
.ctx-c h6 {
    font-size: inherit;
    font-weight: inherit;
    color: var(--nwblue1);
    margin: 0;
}
.ctx-col._img._flip {
    transform: scale(-1);
    margin-left: 30px;
    margin-right: 0;
}
.ctx-col._left {
    padding-left: 9%;
    padding-right: 0%;
}
p._left {
    padding-left: 9%;
}
.ctx-col._right {
    padding-right: 9%;
}
.ctx-col._full {
    padding: 0;
}
.misc-ftr {
    background-image: url(../media/svgs/vector_line_tech_upward.svg);
    width: 100%;
    height: 26vw;
    max-height: 400px;
    margin-bottom: -12%;
}
.nsmisc {
    position: absolute;
    width: 11vw;
    max-width: 200px;
    min-width: 50px;
}
.nsmisc._tl {
    top: 3vw;
    left: 3vw;
}
.nsmisc._tr {
    right: 3vw;
    top: 3vw;
    padding-top: 1vw;
}
.nsmisc._bl {
    bottom: 4vw;
    left: 3vw;
}
.nsmisc._br {
    bottom: 4vw;
    right: 3vw;
}
.cc-art-c {
    display: flex;
    flex-direction: row;
    font-family: 'Abadi MT Std', sans-serif;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.cc-art-col.cc-art-col-context {
    width: 71%;
    margin-right: 2%;
    border: 4px solid #d3d6e0;
    padding: 1.4vw;
}
.cc-art-col.cc-art-col-list {
    width: 26%;
    padding: 0 1%;
}
.cc-art-col {
    padding: 1vw 0;
    box-sizing: border-box;
}
.scc-ctx {
    padding: 1.4vw;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 3px 6px -3px rgba(0 0 0 / 20%);
    transition: .16s ease box-shadow;
}
.scc-ctx:hover {
    box-shadow: 0 2px 14px -3px rgba(0 0 0 / 18%);
}
.scc-ctx-img {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 15px;
    transition: .18s ease transform;
}
.scc-ctx:hover .scc-ctx-img {
    transform: scale(1.016);
}
.scc-ctx-img img {
    width: 100%;
    display: block;
}
.scc-ctx-details .scc-ctx-title {
    font-size: 1.8em;
    font-family: 'Keep Calm Med', sans-serif;
    font-weight: normal;
    color: var(--nwblue2);
    margin: 15px 0;
    line-height: 1.2em;
}
.scc-ctx-details {
    padding: 0 4px;
}
.scc-ctx-date {
    display: inline-block;
    background-color: #fff4e6;
    color: var(--nworange1);
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
    text-transform: 1px dashed var(--nworange1);
    font-family: 'Keep Calm Med', sans-serif;
    font-size: 13px;
}
.scc-ctx-text {
    font-size: 1.2em;
    line-height: 1.3em;
}
a.scc-ctx-more {
    color: var(--nwblue1);
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 18px;
}
a.scc-ctx-more:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 2px;
    background-color: var(--nwblue1);
    left: 0;
    top: 10px;
}
a.scc-ctx-more:hover {
    text-decoration: underline;
}
.cc-art-col.cc-art-col-list h4 {
    font-size: 1.3em;
    font-family: 'Keep Calm Med', sans-serif;
    font-weight: normal;
    margin: 10px 0;
    margin-bottom: 2px;
}
.cc-art-col.cc-art-col-list h4 + h6 {
    font-size: 0.92em;
    font-family: 'Keep Calm Med', sans-serif;
    font-weight: normal;
    margin: 12px 0;
    margin-top: 0;
    color: #555555;
    position: relative;
}
.cc-art-col.cc-art-col-list ul.cc-art-list {
    padding: 0;
    margin: 6px 0;
}
.cc-art-col.cc-art-col-list ul.cc-art-list li {
    list-style: none;
    padding: 3px 6px;
    font-family: 'Abadi MT Std', sans-serif;
    margin: 0 -6px;
    border-radius: 4px;
}
.cc-art-col.cc-art-col-list h6 {
    margin: 0;
    font-weight: normal;
    color: #000000;
}
.cc-art-col.cc-art-col-list ul.cc-art-list a {
    color: #222222;
    font-size: 1.5em;
    line-height: .88em;
    font-weight: normal;
}
.cc-art-list-date {
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding-left: 20px;
    position: relative;
}
.cc-art-col.cc-art-col-list ul.cc-art-list li:hover {
    background-color: #f2f2f2;
}
.cc-art-list-date:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background-color: #666666;
    left: 0;
    top: 7px;
}
.cc-art-col.cc-art-col-list h4 + h6:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background-color: #555555;
}
.custom-scc-ctx-title {
    font-size: 1.8em;
    font-family: 'Keep Calm Med', sans-serif;
    font-weight: normal;
    color: var(--nwblue2);
    margin: 15px 0;
    line-height: 1.2em;
    display: flex;
}
.custom-scc-ctx-title > span:nth-of-type(1) {
    margin-right: 6px;
}
.page._reads_child .scc-ctx-details p,
.page._gallery .scc-ctx-details p,
.page._gallery .scc-ctx-details ul {
    font-size: 1.3em;
    line-height: 1.4em;
    margin: 0;
    color: #333333;
}
.page._gallery .scc-ctx-details b {
    color: #444444;
    letter-spacing: .4px;
}
.page._reads_child .scc-ctx-details h4,
.page._gallery .scc-ctx-details h4 {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0;
    color: #333333;
}
.page._gallery .scc-ctx-details h4 {
    letter-spacing: .4px;
}
.page._reads_child .scc-ctx-date {
    margin-bottom: 30px;
}
.page._reads_child .scc-ctx {
    padding: .4vw;
    box-shadow: none !important;
}
.page._reads_child .scc-ctx-img {
    transform: none !important;
}
.scc-ctx-details .nwtext-blue {
    color: var(--nwblue1);
    word-break: break-all;
}
.scc-ctx-details .nwtext-blue:hover {
    text-decoration: underline;
}
h5.custom-main-lbl {
    font-family: 'Bebas Neue', 'Segoe UI' !important;
    color: #f9a440;
    display: block;
    font-weight: normal;
    font-size: 2.2em;
    line-height: 2.3em;
    margin: 0;
}
.p-col-wrapper {
    display: flex;
    margin-left: -2vw;
    margin-right: -2vw;
    padding: 40px 0;
    padding-left: 44px;
    padding-right: 44px;
    height: auto;
    overflow: hidden;
    transition: .2s ease all;
    align-items: center;
}
.p-col-wrapper .p-col.p-context {
    display: inline-block;
    width: 70%;
    text-align: left;
    padding-left: 4%;
}
.p-col-wrapper .p-col {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.p-col.p-img.p-col-right {
    transform: translateX(15px);
}
.p-col-wrapper .p-col.p-img {
    display: inline-block;
    width: 30%;
    text-align: center;
}
.p-col.p-img.p-col-right {
    transform: translateX(15px);
}
.p-col.p-context.p-col-left {
    padding: 0 15px;
}
._new .p-col-wrapper .p-col.p-context ul.sub-ul li {
    padding-inline-start: 20px;
}
.p-col-wrapper .p-col.p-context ul li {
    text-align: left;
}
.p-col-wrapper .p-col.p-img img + h5.custom-sub-lbl,
.p-col-wrapper .p-col.p-img h5.custom-sub-lbl + img {
    margin-top: 15px;
}
.p-col-wrapper:nth-of-type(2n+2) {
    background-color: #eef2ff;
}
.p-col-wrapper ul.main-ul,
.p-col-wrapper ul.main-ul li {
    margin-bottom: 0 !important;
}
._new._full-article .article-body-sub-cont table {
    width: 98%;
}
._new._full-article .article-body-sub-cont {
    padding-top: 10px;
}
._new._full-article .art-read-more {
    text-transform: unset;
    width: initial;
    display: block;
}
#pcolWorkflow {
    height: 840px;
}
#pcolWorkflow._collapsed {
    height: 276px;
}
#pcolDocControl._collapsed {
    height: 276px;
}
#pcolCompReq._collapsed {
    height: 235px;
}
#pcolEmailCreator._collapsed {
    height: 235px;
}
#pcolNotifAlert._collapsed {
    height: 209px;
}
#pcolTaskPerf._collapsed {
    height: 344px;
}
#pcolTaskPerf {
    height: 1130px;
}
.p-col-wrapper._expandable ul.main-ul > li._canHide {
    display: none;
}
li.expand-li {
    list-style: none;
    margin-top: 30px;
}
.btn-expand {
    width: auto;
    display: inline-block;
    padding: 4px 12px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Segoe UI', sans-serif;
    background-color: #f9a440;
    background: linear-gradient(to bottom, #ffb45c, #f9a440);
    height: 36px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    border-bottom: 3px solid #dc8824;
    user-select: none;
    text-shadow: 0 1px 2px rgba(0,0,0,.16);
    letter-spacing: .4px;
    line-height: 26px;
    box-sizing: border-box;
}
.btn-expand:hover {
    border-bottom: none;
    transform: translateY(3px);
    background: linear-gradient(to top, #ffb45c, #f9a440);
    text-shadow: none;
}
.btn-expand._less {
    background: linear-gradient(to bottom, #4662b5, #2e468a);
    border-color: #16244e;
}
.btn-expand._less:hover {
    background: linear-gradient(to top, #2e468a, #4662b5);
}
ul.sub-ul li:before {
    content: '✓';
    width: 22px;
    display: inline-block;
    font-weight: bold;
    font-size: .6em;
    vertical-align: bottom;
    line-height: inherit;
}
._new .article-container .p-col-wrapper .p-col.p-context ul.sub-ul li:before {
    line-height: 17px;
    vertical-align: middle;
    font-size: 12px;
    margin-top: -2px;
    margin-left: -20px;
}
.sub-ul li {
    list-style: none;
    line-height: 1.4em;
}
h5.custom-sub-lbl {
    font-family: 'Bebas Neue', 'Segoe UI' !important;
    color: #f9a440;
    display: block;
    font-weight: normal;
    font-size: 1.7em;
    line-height: 1.8em;
    margin: 0;
}
ul.main-ul {
    font-size: 1.2em;
    line-height: 1.3em;
}
ul.sub-ul {
    margin-top: 6px;
    padding-left: 0;
}
.p-col-wrapper .p-col.p-img img {
    display: block;
    margin: 0 auto !important;
    width: initial !important;
    height: 110px;
}
.p-col.p-context b {
    font-weight: normal;
}
._gallery .cc-art-col.cc-art-col-context {
    border: none;
    margin-right: 2%;
    width: 72%;
    padding: 0;
}
._gallery .cc-art-col.cc-art-col-list {
    align-self: flex-start;
    border: 4px solid #d3d6e0;
}
._gallery .scc-ctx {
    box-shadow: none;
}
._gallery .cc-art-col.cc-art-col-list ul.cc-art-list li {
    position: relative;
    display: flex;
    padding-left: 16px;
    align-items: center;
}
._gallery .cc-art-col.cc-art-col-list ul.cc-art-list li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #555555;
    margin-top: -1px;
    transform: translateX(-8px);
}
._gallery .cc-art-col.cc-art-col-list ul.cc-art-list li:hover:before {
    background-color: #cdd9ff;
    border-color: var(--nwblue1);
}
._gallery .cc-art-col.cc-art-col-list ul.cc-art-list li:hover h6 {
    color: var(--nwblue1) !important;
}
a.scc-ctx-more._inquire {
    color: var(--nworange1);
}
a.scc-ctx-more._inquire:before {
    background-color: var(--nworange1);
}
.scc-ctx-details img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.page._gallery .scc-ctx-details h3 {
    font-size: 1.9em;
    color: #333333;
    margin: 0;
    line-height: 1.3em;
    letter-spacing: .4px;
}


/* 05102021 CSS START HERE RPB */
.p-col.p-context h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Keep Calm Med', sans-serif;
    color: var(--nwblue2);
    margin: 15px 0px;
}

.p-col-wrapper.p-col-wrapper-w:nth-of-type(2n+1) {
    background-color: #eff9fb;
}

.p-col-wrapper.p-col-wrapper-w:nth-of-type(2n+2) {
    background-color: #ffffff;
}

.p-col-wrapper .p-col.p-img.p-col-left-cc {
    width: 40%;
}

.p-col.p-img.p-col-right-cc {
    width: 40%;
    transform: translateX(0px);
}

#pcolIncEff {
    height: 350px;
}

#pcolEncCusSrv {
    height: 430px;
}

.p-col.p-context.p-col-left-cc {
    width: 60%;
    padding-right: 30px;
}
.p-col-wrapper .p-col.p-context.p-col-right-cc {
    width: 60%;
}

.p-col.p-context p {
    text-align: justify;
    line-height: 1.4em;
}

.p-col.p-img.p-col-left.p-col-left-cc img {
    height: 210px;
    margin-left: -44px !important;
    margin-bottom: -10px !important;
}

p.p-col-title {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Keep Calm Med', sans-serif;
    color: var(--nwblue2) !important;
    margin: 15px 0px !important;
}



@media screen and (max-width: 800px) {
    body, html {
        overflow-x: hidden;
    }
    .hdr {
        z-index: 998;
    }
    .hdr-ctr-col {
        position: fixed;
        background: rgba(255 255 255 / 98%);
        box-sizing: border-box;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        box-shadow: 0 0 20px -4px rgba(0 0 0 / 16%);
        overflow: hidden auto;
        padding: 20px;
        display: none;
        z-index: 998;
    }
    .hdr-ctr-col.show {
        display: flex;
    }
    .ctr-block {
        width: 94%;
        box-sizing: border-box;
        padding: 0;
        max-width: 510px;
        margin-top: 40px;
    }
    .hdr-ctr-col .menu {
        display: flex;
        width: initial;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        align-content: center;
    }
    .hdr-ctr-col .menu .li {
        height: auto;
        min-height: 42px;
        display: flex;
        flex-grow: 1;
        width: 100%;
        justify-content: center;
        opacity: 1;
        animation: 0s mob_o, .24s mob_menuli ease-out 0s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(2) {
        animation: .16s mob_o, .32s mob_menuli ease-out .16s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(3) {
        animation: .24s mob_o, .32s mob_menuli ease-out  .24s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(4) {
        animation: .32s mob_o, .32s mob_menuli ease-out  .32s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(5) {
        animation: .40s mob_o, .32s mob_menuli ease-out  .40s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(6) {
        animation: .48s mob_o, .32s mob_menuli ease-out  .48s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(7) {
        animation: .56s mob_o, .32s mob_menuli ease-out  .56s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(8) {
        animation: .64s mob_o, .32s mob_menuli ease-out  .64s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(9) {
        animation: .72s mob_o, .32s mob_menuli ease-out  .72s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(10) {
        animation: .80s mob_o, .32s mob_menuli ease-out  .80s;
    }

    .hdr-ctr-col .menu .li:nth-of-type(11) {
        animation: .88s mob_o, .32s mob_menuli ease-out  .88s;
    }

    .hdr-ctr-col .menu .li .menu-btn {
        height: 100%;
        padding: 0 20px;
        font-size: 18px;
        line-height: 38px;
    }

    @keyframes mob_menuli {
        0%, 40% {
            opacity: 0;
            transform: translateX(10px);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @keyframes mob_o {
        0%, 100% {
            opacity: 0;
        }
    }

    .hamburger {
        position: absolute;
        top: 6px;
        right: 7px;
        width: 40px;
        height: 40px;
        z-index: 999;
        overflow: hidden;
    }

    .hamburger:active {
        background-color: #efefef;
        border-radius: 6px;
    }

    .hamburger > span {
        position: absolute;
        width: 24px;
        height: 3px;
        background-color: var(--nwblue1);
        left: 8px;
        top: 10px;
        border-radius: 6px;
        transition: .2s ease-out all;
    }

    .hamburger > span:nth-of-type(2),
    .hamburger > span:nth-of-type(4) {
        top: 18px;
    }

    .hamburger > span:nth-of-type(3) {
        top: 26px;
    }

    .hamburger.open > span:nth-of-type(2) {
        transform: rotate(45deg);
        background-color: var(--nworange1);
    }

    .hamburger.open > span:nth-of-type(4) {
        transform: rotate(-45deg);
        background-color: var(--nworange1);
    }

    .hamburger.open > span:nth-of-type(1) {
        top: 18px;
        opacity: 0;
    }

    .hamburger.open > span:nth-of-type(3) {
        top: 18px;
        opacity: 0;
    }

    .hdr-block {
        padding: 6px 8px;
        display: block;
    }

    .hdr-logo {
        height: 44px;
        display: inline-block;
    }

    .hdr-rt-col {
        position: absolute;
        display: inline-block;
        right: 50px;
        top: 10px;
    }

    .smisc {
        display: none;
    }

    .big-section {
        padding: 0;
        min-height: 560px;
    }

    .ctr-bl-uppertext {
        font-size: 20px;
        height: 51px;
    }

    .ctr-bl-uppertext > span {
        white-space: initial;
        font-size: 18px;
        line-height: 24px;
    }

    @keyframes ctr_bl_ut_s1 {
        0%, 60% {
            margin-top: 50px;
        }
        98% {
            margin-top: -2px;
        }
        100%  {
            margin-top: 0;
        }
    }

    .ctr-bl-ctrtext {
        font-size: 44px;
        line-height: 50px;
    }

    .ctr-bl-lowertext {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
    }

    .scrolled-down .hdr-block {
        padding: 6px 8px;
        padding-bottom: 0;
    }

    .scrolled-down .hdr {
        border-color: transparent;
        box-shadow: 0 3px 16px -4px rgba(0 0 0 / 20%);
    }
    .nerp-section {
        margin: 40px auto;
        margin-top: 60px;
        padding: 40px 20px;
    }
    .nerp-section h1 {
        font-size: 24px;
    }
    .nerp-section p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .g-hdr h2, .bas-section h2 {
        font-size: 24px;
        margin: 30px auto;
    }
    .g-section {
        padding: 0 10px;
        max-width: 600px;
    }
    .g-menu .li {
        min-width: initial;
        width: 40%;
        flex: 1 0 auto;
        margin: 6px;
    }
    .g-menu .li:hover {
        transform: scale(1);
    }
    .g-menu .li:active {
        transform: scale(1.04);
    }
    .g-title img {
        width: 60px;
    }
    .g-title h3 {
        font-size: .94em;
    }
    .g-title {
        padding: 5px;
    }
    .bas-section {
        margin: 30px auto;
        padding: 10px;
    }
    .bas-wrapper {
        border-color: transparent;
        padding: 0;
        position: relative;
        height: 602px;
    }

    .bas-wrapper .misc {
        opacity: .52;
    }

    .bas-c {
        transform: translateX(-50%) scale(.54);
        width: 730px;
        margin: 0 auto !important;
        position: absolute;
        left: 50%;
        top: 18px;
    }

    .bas-section .misc span:nth-of-type(4) {
        bottom: -308px;
        right: -292px;
        transform: rotate(160deg) scale(.5);
    }

    .bas-wrapper:hover .misc span:nth-of-type(4) {
        transform: rotate(170deg) scale(.5);
    }

    .bas-section .misc span:nth-of-type(2) {
        top: 3px;
        right: 5px;
        width: 90px;
        height: 90px;
    }

    .bas-section .misc span:nth-of-type(1) {
        width: 74px;
        height: 10px;
        top: 10px;
        right: 95px;
    }

    .bas-section .misc span:nth-of-type(3) {
        width: 40px;
        height: 40px;
        right: -23px;
        top: 58px;
    }
    .bas-section .misc span:nth-of-type(5) {
        width: 70px;
        height: 70px;
        left: -33px;
        bottom: 70px;
    }
    .bas-section .misc span:nth-of-type(6) {
        width: 90px;
        height: 90px;
        bottom: 19px;
        left: 21px;
    }
    .bas-section .misc span:nth-of-type(7) {
        width: 60px;
        height: 60px;
        bottom: -10px;
        left: 6px;
    }
    .bas-section .misc span:nth-of-type(8) {
        width: 80px;
        height: 13px;
        bottom: 4px;
        left: 70px;
    }
    .fl-cc {
        width: 94%;
        box-sizing: border-box;
        padding: 30px 20px;
        padding-top: 0;
    }
    .cc {
        margin-top: 50px !important;
    }
    .page-name h2 {
        font-size: 40px;
    }
    .page-name .misc {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .page-name .misc span {
        width: 12px;
        height: 12px;
    }
    ._inquire .form-c form {
        padding: 20px 10px !important;
        background-color: transparent !important;
    }
    .flmisc {
        box-shadow: 0 2px 14px -3px rgb(0 0 0 / 26%);
    }
    .fmisc._lt, .fmisc._rt {
        display: none;
    }
    .flmisc span {
        opacity: .44;
    }
    .flmisc span:nth-of-type(1) {
        top: -22px;
        transform: scale(1);
        left: -34px;
    }
    .flmisc span:nth-of-type(2) {
        top: 1px;
        left: 4px;
        transform: scale(.6);
    }
    .flmisc span:nth-of-type(5) {
        top: 36px;
        right: 36px;
        width: 100px;
        height: 12px;
    }
    .flmisc span:nth-of-type(3) {
        top: 36px;
        right: -40px;
        transform: scale(.5);
    }
    .flmisc span:nth-of-type(4) {
        top: 62px;
        right: 5px;
        transform: scale(.7);
    }
    .flmisc {
        opacity: .52;
    }
    .sub-cc {
        padding: 0;
        width: 94%;
        margin: 40px auto;
    }
    div#vidWhoWeAre {
        width: 105.8%;
        margin: 0 -3%;
        display: block;
        text-align: center;
    }
    .page._about .sub-cc.intro-block p {
        width: 98%;
        margin: 40px auto;
        margin-bottom: 0;
        text-align: center;
        text-align-last: initial;
        display: block;
    }
    .page._about .sub-cc p {
        width: 98%;
        margin: 20px auto;
        text-align: center;
        font-size: 18px;
        line-height: 26px;
    }
    .page._about .sub-cc h2 {
        font-size: 40px;
        margin-bottom: 40px;
        display: block;
        width: 100%;
    }
    .sff-c {
        padding: 0;
        flex-flow: column wrap;
    }
    .sff-c .sff {
        margin: 0 auto;
        margin-bottom: 30px;
        min-width: 98%;
    }
    .sff-c .sff legend {
        font-size: 40px;
        padding: 0 12px;
    }
    .page._about .sff-c .sff p {
        font-size: 18px;
    }
    .page._about .sub-cc {
        flex-flow: column wrap;
    }
    .sub-cc.intro-block {
        margin-top: 0;
    }
    .sub-cc.nsp-block img {
        width: 86%;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-left: 20px;
        display: block;
    }
    .page._about .sub-cc.nsp-block p {
        width: 98%;
        margin: 20px auto;
        display: block;
        text-align: center;
    }
    .custom-img-banner img {
        width: auto;
        height: 220px;
        animation: 3.2s ct_img_b_img ease, 24s mob_imgbanner infinite 6s;
    }

    @keyframes mob_imgbanner {
        0%, 100% { margin-left: 0; }
        33%, 66% { margin-left: -50%; }
    }
    .lower-block {
        margin-bottom: 0;
    }
    .sub-cc.bubble-quoted {
        margin-top: 20px;
    }
    .sub-cc.bubble-quoted p {
        text-align: center;
        text-align-last: initial;
        font-size: 18px;
        line-height: 26px;
    }
    .sub-cc.bubble-quoted .qt-row {
        flex-flow: column wrap;
        margin: 30px auto;
        padding: 0;
    }
    .sub-cc.bubble-quoted .qt-row .bbl-c {
        width: 100%;
        box-sizing: border-box;
        margin: 30px auto;
        max-width: 400px;
        min-height: 136px;
    }
    .sub-cc.bubble-quoted .qt-row .qtd-c {
        width: 94%;
        box-sizing: border-box;
        max-width: 380px;
        margin: 30px auto;
    }
    .sub-cc.bubble-quoted .qt-row .qtd-c .misc-border > span {
        background-size: 22px;
    }
    .page-name {
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    .office-details {
        width: 94%;
        flex-flow: column wrap;
        margin-top: 0;
    }
    .office-details .col {
        width: 100%;
        margin: 0 auto;
        flex-flow: row nowrap;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 10px 20px;
    }
    .office-details .col .icon {
        width: 16vw !important;
        height: 16vw!important;
        background-size: 100% !important;
        max-width: 70px;
        min-width: 50px;
        display: inline-flex;
        align-self: center;
    }
    .office-details .col h6 {
        display: inline-flex;
        align-self: center;
        margin: 0;
        text-align: left;
        padding-left: 20px;
        font-size: 18px;
        line-height: 26px;
        width: 70%;
        max-width: 280px;
        font-weight: normal;
    }
    .gmap-c {
        width: 100%;
        border: 3px solid var(--nworange0);
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }
    .form-c {
        padding: 0;
        padding-bottom: 20px;
    }
    .form-c form {
        padding: 0 5px !important;
    }
    .form-c h6 {
        margin-left: 4px;
        margin-top: 6px;
        font-size: 16px !important;
    }
    .form-c h4 {
        font-size: 24px;
    }
    .form-c form input.df,
    .form-c form input.ifw,
    .form-c form textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .input-d, .input-w {
        display: block;
        margin-bottom: 12px;
        width: 100%;
    }
    .page._about .sub-cc h2 {
        min-height: 44px;
    }
    .page._about .sub-cc h2:before {
        display: none !important;
    }
    .ftr-c {
        padding: 6vw 4vw;
        font-size: .96em;
    }
    .ftr-t {
        flex-direction: column;
    }
    .ftr-t-col {
        width: 100% !important;
        flex-basis: 0 !important;
        flex-grow: 1 !important;
        margin-bottom: 10px;
    }
    .ftr-t-col img {
        width: 42%;
        min-width: 120px;
        margin-left: -4%;
    }
    .ftr-t-col img ~ p {
        margin: 0;
    }
    .ftr-b {
        flex-direction: column;
        padding-bottom: 0;
    }
    .ftr-b-col {
        width: 100%;
    }
    .ftr-b .ftr-b-col:last-of-type {
        text-align: initial;
        margin-top: 10px;
    }
    .ftr-b .ftr-btnlink {
        margin-top: 4px;
    }
    .g-menu .li:hover .g-details {
        display: none;
    }
    .g-li-lbl {
        display: none;
    }
    .popupCookies > div {
        display: block;
        width: 100%;
        text-align: justify;
    }
    .btn-cookies#btnAcceptPolicy {
        margin-top: 10px;
    }
    .btn-cookies {
        width: 70%;
    }
    .ctx-c.ctx-intro {
        width: 100%;
    }
    .ctx-c p {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .ctx-col._img {
        display: none;
    }
    .ctx-col {
        padding: 0 !important;
    }
    .ctx-c h6 {
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    img.ill-c {
        margin: 20px auto;
    }
    .misc-ftr {
        margin-bottom: -26%;
        height: 36vw;
    }
    .cc-art-c {
        width: 99%;
        flex-direction: column;
    }
    .cc-art-col.cc-art-col-context {
        width: 100%;
        border: 4px solid transparent;
        display: block;
        margin: 0 auto;
    }
    ._gallery .cc-art-col.cc-art-col-context {
        margin: 0 auto;
        width: 98%;
        margin-bottom: 30px;
    }
    .scc-ctx-details .scc-ctx-title {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    .scc-ctx {
        padding-bottom: 15px;
    }
    .cc-art-col.cc-art-col-list {
        width: 98%;
        padding: 1% 2%;
        display: block;
        margin: 0 auto;
    }
    .custom-scc-ctx-title {
        font-size: 1.2em;
        line-height: 1.2em;
    }
    h5.custom-main-lbl {
        font-size: 1.6em;
        line-height: 1.4em;
    }
    .p-col-wrapper {
        padding: 4vw 0;
        flex-flow: column;
        margin: 0 auto;
    }
    .p-col-wrapper .p-col.p-context {
        width: 100%;
        padding: 0;
    }
    p.p-col.p-img.p-col-right {
        display: block;
        margin: 0 auto;
        transform: none;
    }

    .p-col-wrapper .p-col.p-img {
        width: 100%;
    }

    #pcolWorkflow,
    #pcolCompReq,
    #pcolNotifAlert {
        margin-left: -4vw;
        margin-right: -4vw;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    #pcolWorkflow {
        height: 1095px;
    }

    #pcolWorkflow._collapsed {
        height: 438px;
    }

    #pcolDocControl._collapsed {
        height: 440px;
    }

    .p-col-wrapper .p-col.p-img img {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .p-col-wrapper ul.main-ul {
        margin-bottom: 15px !important;
    }

    #pcolCompReq._collapsed {
        height: 330px;
    }

    .p-col.p-img.p-col-right {
        transform: none;
        display: block;
    }

    #pcolEmailCreator._collapsed {
        height: 295px;
    }

    #pcolNotifAlert._collapsed {
        height: 295px;
    }

    #pcolTaskPerf._collapsed {
        height: 570px;
    }

    #pcolTaskPerf {
        height: 1304px;
    }

    .p-col-wrapper .p-col.p-context.p-col-right-cc {
        width: 100%;
    }

    .p-col-wrapper .p-col.p-img.p-col-left-cc {
        width: 100%;
    }

    .p-col.p-img.p-col-left.p-col-left-cc img {
        margin-left: initial !important;
        margin-bottom: initial !important;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 800px) {
    .smisc {
        display: block;
    }
    .custom-img-banner img {
        animation: none;
    }
    .custom-img-banner img {
        animation: none;
        width: 100%;
        height: auto;
    }
}


div#pcolWorkflow {
    height: auto !important;
}


@media screen and (max-width: 414px)  {
    div#pcolWorkflow {
        height: auto;
    }

    #pcolEncCusSrv {
    height: auto;
  }

  div#pcolIncEff {
      height: auto;
  }

  .p-col.p-img.p-col-left.p-col-left-cc img {
      height: 170px;
    }    
}


.custom-scc-ctx-title H1 {
    font-size: inherit !important;
}


body.newwebsite h3{
     font-size: inherit !important;
     font-weight: inherit !important;
      margin: 0px;
}

body.newwebsite li {
    font-size: 1.3em;
}