<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**********************************************************
    Customed css for YETP visuals

    Color ref.

    // Career Kick Start
    Dark purple         -&gt; rgba(62,47,60,1)
    Dull Green          -&gt; rgba(24,126,137,1)
    Dark dull green     -&gt; rgba(17,88,96,1)
    Pastal Green        -&gt; rgba(139,190,196,1)
    Pastal yellow       -&gt; rgba(231,179,78,1)
    Paper Yellow        -&gt; rgba(242,238,209,1)
    Dull Red            -&gt; rgba(198,72,64,1)
    Dark Dull red       -&gt; rgba(158,61,52,1)
    Gray-outline        -&gt; 0px 0px 0px 2px rgba(0,0,0,.75) inset !important;

    // YETPWEB
    Sharp green         -&gt; rgba(26,209,31,1)
    Sharp purple        -&gt; rgba(99,35,126,1)
    Sharp purple(OL)    -&gt; rgba(118,62,142,1)
    Deep purple         -&gt; rgba(39,14,50,1)
    Deep purple(OL)     -&gt; rgba(56,33,66,1)
    Deep green          -&gt; rgba(12,35,18,.95)
    Navy blue           -&gt; rgba(25,47,61,1)
    Navy blue(OL)       -&gt; rgba(53,72,85,1)
    Deep Blue(white bg) -&gt; rgba(20,105,205,1)   // old rgba(20,115,230,1)
    Light blue(dark bg) -&gt; rgba(15,188,240,1)
    Pastal blue         -&gt; rgba(16,129,145,1)
    Sea blue            -&gt; rgba(0,189,201,1)
    Sharp-ex blue       -&gt; rgba(1,203,225,1)
    Tomaton red         -&gt; rgba(221,75,57,1)
    sharp yellow        -&gt; rgba(251,189,8,1)
    low-light yellow    -&gt; rgba(142,110,18,1)
    light yellow        -&gt; rgba(255,246,173,1)
    brown               -&gt; rgba(83,44,23,1)
    pink                -&gt; rgba(171,10,82,1)

***********************************************************/

a.link:hover, a.link:focus, a.link:active {
    font-size: 1.1rem;
    color: rgba(231,179,78,1) !important;
    background-color: transparent;
}
a.link.inverted, .inverted a.link {
    font-size: 1.1rem;
    background-color: rgba(25,47,61,1);
    background-color: rgba(0,0,0,.5);
    padding: .3rem;
    border-radius: .28571429rem;
    border-radius: 2em;
}
.inverted a.link:hover, .inverted a.link:focus, .inverted a.link:active,
a.link.inverted:hover, a.link.inverted:focus, a.link.inverted:active {
    font-size: 1.1rem;
    color: rgba(231,179,78,1);
    background-color: rgba(25,47,61,1);
    background-color: rgba(0,0,0,.5);
    padding: .3rem;
    border-radius: .28571429rem;
    border-radius: 2em;
}

.dark-purple { background-color:rgba(62,47,60,1) !important; }
.dull-green { background-color:rgba(24,126,137,1) !important; }
.dark-dull-green { background-color: rgba(17,88,96,1) !important; }
.deep-grass-green { background-color:rgba(28,106,92,1) !important; }
.dull-yellow { background-color:rgba(231,179,78,1) !important; }
.paper-yellow { background-color:rgba(242,238,209,1) !important; }
.dull-red { background-color: rgba(198,72,64,1) !important; }

.fg-dark-purple { color:rgba(62,47,60,1) !important; }
.fg-red { color:rgba(198,72,64,1) !important; }
.fg-dull-red { color: rgba(198,72,64,1) !important; }
.gray-outline {
    background-color: transparent !important;
    color: rgba(0,0,0,.8);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,.75) inset !important;
}
.gray-outline:hover {
    background-color: rgba(0,0,0,.8) !important;
    color: rgba(255,255,255,.8) !important;
    box-shadow: none !important;
}
.dull-yellow &gt; h1 { color:rgba(62,47,60,1) !important; }

.cks-deco-1 {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 30%;
    background-color:rgba(139,190,196,1);
}
.cks-hero {
    position: absolute;
    width: 800px;
    left: 35%;
}
.cks-hero &gt; div {
    position: relative;
    left: -50%;
    height: 40rem;
}
#lnkCKSHome {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
}
#lnkCKSHome:hover {
    background-color: transparent !important;
    transition: all 250ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
#lnkCKSHome .hidden.content,
#lnkCKSHome .visible.content {
    -webkit-transition: bottom .3s ease,-webkit-transform .3s ease;
    transition: bottom .3s ease,-webkit-transform .3s ease;
    transition: bottom .3s ease,transform .3s ease;
    transition: bottom .3s ease,transform .3s ease,-webkit-transform .3s ease;
}
#lnkCKSHome .hidden.content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: auto;
    right: auto;
    visibility: visible;
}
#lnkCKSHome .visible.content {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
}
#lnkCKSHome:focus .visible.content,
#lnkCKSHome:hover .visible.content {
    -webkit-transform: translateY(-150%);
       -moz-transform: translateY(-150%);
        -ms-transform: translateY(-150%);
            transform: translateY(-150%);
    right: auto;
}
#lnkCKSHome:focus .hidden.content,
#lnkCKSHome:hover .hidden.content {
    bottom: 15%;
    right: auto;
}
#lnkCKSHome &gt; .visible.content img {
    width: 4rem;
}

#cksNav.nav-top.ui.menu {
    background-color: rgba(24,126,137,0);
    background-color: rgba(139,190,196,1);
    padding-bottom: 2rem;
}
#cksNav.nav-top.ui.menu &gt; .ui.container {
    border-bottom: 2px solid rgba(0,0,0,.3);
}
#cksNav.nav-top.ui.menu .item:first-child {
    padding-left: 0;
}
#cksNav.nav-top.ui.menu .item &gt; span {
    margin-top: 2.5rem;
}
#cksNav.nav-top.ui.menu .item:hover, 
#cksNav.nav-top.ui.menu .item &gt; a:focus, 
#cksNav.nav-top.ui.menu .item.active, 
#cksNav.nav-top.ui.menu .item:focus, 
#cksNav.nav-top.ui.menu &gt; .main-menu-wrapper &gt; div.ui.simple.dropdown.item:hover, 
#cksNav.nav-top.ui.menu &gt; .main-menu-wrapper &gt; a.ui.item:hover, 
#cksNav.nav-top.ui.menu &gt; .main-menu-wrapper &gt; a.ui.item:focus, 
#cksNav.nav-top.ui.menu .link.item:hover, 
#cksNav.nav-top.ui.menu .item:hover, 
#cksNav.nav-top.ui.menu .item:focus, 
#cksNav.nav-top.ui.menu #lnkCKSHome.item:hover, 
#cksNav.nav-top.ui.menu #lnkCKSHome.item:focus {
    color: rgba(25,47,61,1);
    background-color: transparent;
    box-shadow: none;
}
main.ui.segment {
    min-height: calc(100vh - 19.5rem);
    margin: 2rem auto 4rem auto;
}
main.ui.segment .ui.segments {
    border: none;
    border-radius: 2em;
}
main.ui.segment .ui.segment {
    border: none;
    border-radius: 2em;
}
main.ui.segment .ui.bordered.segment {
    border: 1px solid rgba(0,0,0,.2);
}
main.ui.segment .ui.bordered.attached.segment:not(.top) {
    border: 1px solid rgba(0,0,0,.2);
    border-top: none;
}
main.ui.segment .ui.paper-yellow.bordered.attached.segment:not(.top) {
    border: 4px solid rgba(242,238,209,1);
}
main.ui.segment .ui.attached.segment:first-child,
main.ui.segment .ui.top.attached.segment {
    border-radius: 2em 2em 0 0;
}
main.ui.segment .ui.attached.segment {
    border-radius: 0;
}
main.ui.segment .ui.attached.segment:last-child {
    border-radius: 0 0 2em 2em;
}
main.ui.segment .ui.attached.segment:not(.inverted),
main.ui.segment .ui.bordered.segment {
    background-color: white !important;
    border: none;
}
main.ui.segment .ui.dull-green.attached.segment:not(.inverted),
main.ui.segment .ui.dull-green.bordered.segment {
    border: none;
    box-shadow: 0px 0px 0px 6px rgba(24,126,137,1) inset !important;
}
main.ui.segment .ui.dull-green.shadowed.attached.segment:not(.inverted) {
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0px 0px 0px 6px rgba(24,126,137,1) inset !important;
}
main.ui.segment .ui.dull-yellow.attached.segment:not(.inverted) {
    box-shadow: 0px 0px 0px 6px rgba(231,179,78,1) inset !important;
}
main.ui.segment .ui.dull-yellow.shadowed.attached.segment:not(.inverted) {
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0px 0px 0px 6px rgba(231,179,78,1) inset !important;
}
main.ui.segment .ui.dull-red.attached.segment:not(.inverted) {
    box-shadow: 0px 0px 0px 6px rgba(198,72,64,1) inset !important;
}
main.ui.segment .ui.dull-red.shadowed.attached.segment:not(.inverted) {
    box-shadow: 1px 1px 2px rgba(0,0,0,.3), 0px 0px 0px 6px rgba(198,72,64,1) inset !important;
}
main.ui.segment .ui.inverted.paper-yellow.attached.segment {
    color: rgba(62,47,60,1);
    background-color: rgba(242,238,209,1) !important;
}
/*.ui.grid &gt; .column &gt; .ui.segment:first-child {
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}*/
.app-resumes.active { margin-bottom:4rem; }
.add-job-button {
    text-align: center;
}
.ui.segments.d.active + .add-job-button,
.ui.segments.a.inactive + .ui.segments.b.inactive + .ui.segments.c.inactive + .ui.segments.d.inactive + .add-job-button {
    display: none;
}
.ui.form .ui.segment p,
.ui.form .ui.segment .ui.header {
    color: rgba(62,47,60,1);
}
.ui.form .padded.field, .ui.form .padded.fields {
    margin-bottom: 1.5rem;
}
.ui.form .grouped.field &gt; .inline.fields {
    margin: 0;
    padding: .65rem 0;
}
.ui.form .inline.fields .field {
    padding: 0 2em 0 0;
}
.ui.form .field &gt; label, .ui.form .fields &gt; label,
.ui.form .inline.fields &gt; label, .ui.form .grouped.fields &gt; label {
    font-size: 1.15rem;
    margin-bottom: .7rem;
    color: rgba(62,47,60,1);
}
.ui.form .field &gt; label:first-child + .ui.sub.label {
    margin: 0 0 1rem 0;
}
.ui.form .field &gt; label:first-child &gt; .ui.circular.label {
    vertical-align: bottom;
    position: relative;
    top: .25rem;
    margin-right: .5rem;
}
.ui.form .ui.label + .field, .ui.form .ui.label + .inline.fields {
    margin-top: .7rem;
}
.ui.form .ui.radio.checkbox .box, .ui.form .ui.radio.checkbox label {
    padding-left: 1.5em;
}
.ui.form .ui.label:not(.circular):not(.horizontal) {
    line-height: 1.3;
}
.ui.form .ui.labeled.input &gt; textarea {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}
.ui.form .ui.right.labeled.input &gt; textarea {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.ui.form .ui.labeled.input &gt; .ui.label {
    line-height: 1;
}
.ui.form .ui.input &gt; input[readonly] {
    opacity: 1;
    cursor: not-allowed;
    background-color: rgba(242,238,209,1);
    color: rgba(62,47,60,1);
}
.ui.form .ui.corner.labeled.input:before {
    position: absolute;
    content: '';
    font-size: 1rem;
    width: .71428571em;
    height: .71428571em;
    transform: rotate(45deg) scale(1)!important;
    z-index: 2;
    top: auto;
    left: auto;
    bottom: 100%;
    right: 1.1em;
    margin-left: -.07142857rem;
    margin-bottom: .34285714rem;
    background-color: rgba(62,47,60,1);
    opacity: 0;
}
.ui.form .ui.corner.labeled.input:after {
    content: attr(data-tt);
    position: absolute;
    text-transform: none;
    text-align: left;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.4285em;
    max-width: none;
    padding: .5em 1em;
    font-weight: 400;
    font-style: normal;
    background-color: rgba(62,47,60,1);
    color: white;
    border-radius: 2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    top: auto;
    left: auto;
    right: 0;
    bottom: 100%;
    margin-bottom: .7em;
    opacity: 0;
}
[data-tt]:hover:after, [data-tt]:hover:before {
    opacity: 1 !important;
}
#txtAppMyStepYear &gt; input { width:6rem; }
#txtAppAS5Term &gt; input { width:3rem; }

ol.ui.list li:before {
    margin-left: -2rem;
}
.ui.divider:not(.vertical):not(.horizontal), .ui.dividing:not(.vertical):not(.horizontal) {
    border-bottom: 2px solid rgba(0,0,0,.2);
}
.ui.checkbox label {
    font-size: 1.3rem;
    line-height: 1.2;
}
.ui.checkbox .box:before, .ui.checkbox label:before,
.ui.checkbox .box:before, .ui.checkbox label:after {
    margin-top: .075rem;
}
.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before  {
    background-color: rgba(62,47,60,1) !important;
}
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before,
.ui.toggle.checkbox input:focus:checked ~ .box:before, .ui.toggle.checkbox input:focus:checked ~ label:before {
    background-color: rgba(24,126,137,1) !important;
}
.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before {
    border: 1px solid rgba(24,126,137,1) !important;
}
.ui.inverted.button {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui.vertical.steps {
    width: 100%;
    border: none;
    background-color: rgba(24,126,137,1);
    border-radius: 2em;
}
.ui.vertical.steps &gt; .step {
    background-color: transparent;
}
.ui.vertical.steps &gt; .step:first-child {
    border-radius: 2em 2em 0 0;
}
.ui.vertical.steps &gt; .step:last-child {
    border-radius: 0 0 2em 2em;
}
.ui.vertical.steps &gt; .step &gt; .ui.circular.label {
    line-height: 1;
    font-size: 1.25rem;
    margin: 0 1rem 0 0;
    background-color: rgba(255,255,255,1);
    color: rgba(24,126,137,1);
}
.ui.vertical.steps &gt; .step .title,
.ui.vertical.steps &gt; .step .description {
    color: rgba(255,255,255,1);
}
.ui.vertical.steps &gt; .step.active,
.ui.vertical.steps &gt; .step.active:after {
    background-color: rgba(231,179,78,1);
}
.ui.vertical.steps &gt; .step.active &gt; .ui.circular.label {
    background-color: rgba(62,47,60,1);
    color: rgba(231,179,78,1);
}
.ui.vertical.steps &gt; .step.active .title,
.ui.vertical.steps &gt; .step.active .description {
    color: rgba(62,47,60,1);
}
.ui.vertical.steps &gt; .step.disabled {
    background-color: rgba(0,0,0,.3);
}
.ui.vertical.steps &gt; .step.disabled &gt; .ui.circular.label {
    background-color: rgba(255,255,255,.6);
    color: rgba(19,101,110,1);
}
.ui.vertical.steps &gt; .step.disabled .title,
.ui.vertical.steps &gt; .step.disabled .description {
    color: rgba(255,255,255,.8);
}
.ui.vertical.steps &gt; .step &gt; i.icon {
    display: none;
}
.ui.vertical.steps &gt; .completed.step &gt; i.icon {
    display: block;
    margin-right: .55rem;
}
.ui.vertical.steps &gt; .completed.step &gt; .ui.circular.label {
    display: none;
}
#formPage1 #btnPrevStep, #formPage6 #btnNextStep,
#formPage1 #btnComplete, #formPage2 #btnComplete, #formPage3 #btnComplete, #formPage4 #btnComplete, #formPage5 #btnComplete {
    display: none;
}

.ui.red.labels .label, .ui.red.label {
    background-color: rgba(198,72,64,1) !important;
}

.ui.form .ui.red.pointing.label.prompt {
    color: white !important;
    background-color: rgba(198,72,64,1) !important;
    border: 1px solid rgba(198,72,64,1) !important;
    box-shadow: rgba(0,0,0,.5) 5px 5px 20px 0;
    -webkit-box-shadow: rgba(0,0,0,.5) 5px 5px 20px 0;
    -moz-box-shadow: rgba(0,0,0,.5) 5px 5px 20px 0;
}

.form-id {
    white-space: nowrap;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
}
footer.ui.menu {
    color: rgba(25,47,61,1);
    background-color: rgba(231,179,78,1);
    border-top: none;
    padding-top: 2rem;
    margin-bottom: 0;
    border-radius: 0;
}
footer.ui.menu &gt; .ui.container {
    border-top: 2px solid rgba(0,0,0,.3);
    margin-bottom: 2rem;
}
.form-id + footer.ui.menu {
    margin-bottom: 3rem;
}

.ui.button {
    border-radius: 2em;
}
.ui.inverted.button, .ui.inverted.button:focus, .ui.inverted.button:hover, .ui.inverted.button:active {
    box-shadow: none !important;
}
.ui.inverted.dull-green.button:focus, .ui.inverted.dull-green.button:hover, .ui.inverted.dull-green.button:active {
    background-color: rgba(17,88,96,1) !important;
}
.ui.inverted.dull-red.button:focus, .ui.inverted.dull-red.button:hover, .ui.inverted.dull-red.button:active {
    background-color: rgba(158,61,52,1) !important;
}
.ui.inverted.icon.button {
    box-shadow: none !important;
}
.ui.inverted.dull-green.icon.button { background-color:rgba(24,126,137,1); color:white; }
.ui.inverted.dull-red.icon.button { background-color:rgba(198,72,64,1); color:white; }
.ui.button.save, .ui.button.remove-job {
    position: absolute;
    right: .5rem;
    top: .8rem;
}
span.logout {
    position: absolute;
    width: 7rem;
    top: -1.8rem;
    right: 0;
}
span.form-id {
    position: absolute;
    top: 3.8rem;
    right: 1rem;
}
.ui.modal .ui.ok.button, .ui.modal .ui.cancel.button,
.ui.modal #btnLoadSave, .ui.modal #btnNewSave {
    padding: .78571429em 1.5em .78571429em !important;
}
.ui.modal .ui.inverted.dull-green.labeled.button,
.ui.modal .ui.ok.button {
    background-color: rgba(24,126,137,1) !important;
    color: white;
}
.ui.modal .ui.cancel.button,
.ui.modal #btnNewSave {
    background-color: transparent;
    color: rgba(0,0,0,.8);
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,.75) inset !important;
}
.ui.modal .ui.ok.button:hover,
.ui.modal #btnNewSave:hover {
    background-color: black !important;
    color: rgba(255,255,255,.9);
}
.daterangepicker {
    box-shadow: 1px 1px 2px rgba(0,0,0,.3);
    border: 2px solid rgba(17,88,96,1) !important;
}
.daterangepicker:before {
    top: -9px !important;
    border-bottom: 7px solid rgba(17,88,96,1) !important;
}
.masked {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    border-radius: 2rem;
    z-index: 10;
}</pre></body></html>