<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navbarNav &gt; ul &gt; li &gt; a 
{
    white-space:nowrap; 
    text-transform:uppercase;
}

.hero-image-index {
    background-image: url('careermatchbox-select-profile.webp');
    background-size: cover;
    height:500px;
}
.hero-image-talent {
    background-image: url('careermatchbox-find-talent.webp');
    background-size: cover;
    height:500px;
    background-position: center center;
}
.hero-image-job {
    background-image: url('careermatchbox-find-job.webp');
    background-size: cover;
    height:400px;
    background-position: right;
}

.hero-buttons &gt; .btn:hover {
    background-color: rgb(252,211,7)!important;
}

.bg-titlebar {
    background-color: rgb(252,211,7);
}
.sub-page-title {
    padding-top: 30px;
    height: 150px;

    background-color: rgb(252,211,7);
}
.sub-page-title h1 {
    font-family: Georgia;
    text-transform: uppercase;
    font-size: 4em;
}

.hide-on-med-and-down { display: none; }

.services li {
    font-weight:bold;
}

footer {
    color: #111111;
    font-size: 10px;
 }
footer a {
    text-decoration: none;
    color:inherit;
    font-size: inherit;
}

@media (min-width: 576px) {
    .sub-page-title {
        padding-left: 8.33333333%;
    }
}

@media (max-width: 400px) {
    .row {
        padding-left: 10px;
    }
    .sub-page-title {
        padding-left: 10px;
     }
    .sub-page-title h1 {
        font-size: 2em;
    }
    .hide-on-med-and-down { display: initial; }
}

.sub-page-header { 
    height:200px; 
    width:110%;
    z-index: 9999;
}
.sub-page-header h1 { opacity: 2; }

.hero h1 { text-transform: uppercase; 
    font: normal normal normal 60px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif;
}

h2 { font: normal normal normal 55px/1.4em georgia,palatino,'book antiqua','palatino linotype',serif; }

.text-shaddow { text-shadow: 1px 1px 3px rgb(255 255 255 / 72%); }

#contactus a { color:#ffffff; text-decoration: none; }
#contactus a:hover { color:rgb(252,211,7); text-decoration: none; }


p.firstcharacter::first-letter {
    font-size: 200%;
    float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

</pre></body></html>