body {
    background-color: #f3f2ef !important;
}

.pretty-link {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    background-color: #007BFF;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .pretty-link:hover {
        background-color: #0056b3;
    }

.radio-option {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}

.survey-holder {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.chart-holder {
    cursor: default;
    margin-top: 20px;
    margin-bottom: 40px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);

    aspect-ratio: 1.5 / 1;
}

.chart {
    width: 100%;
    min-width: 480px;
}

.chart-less-detailed {
    min-width: 310px !important;
}

.chart-filters-holder {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background-color: #f9f9f9;
}

.custom-tooltip{
    font-size:16px;
}

.most-searched-occupation {
    display: inline-block;
    margin: 0 5px 5px 0px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 15px;
}

.keyinfo {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border-left: solid 5px;
}

    .keyinfo[dir="rtl"] {
        border-left: 0px;
        border-right:solid 5px;
    }

.keyinfoMultiLine{
    padding-top:10px;
    padding-bottom:1px;
    margin-bottom:15px;
}

.wrtmjad {
    display: none;
}

.clickfriendly {
    font-size: 18px;
    font-weight: bold;
    color: #1a73e8;
    text-decoration: none;
    border-bottom: 2px solid #1a73e8;
    border-radius: 4px;
    background-color: #f8f9fa;
    transition: all 0.3s;
}

    .clickfriendly:hover {
        color: #1669c1;
        background-color: #e8f0fe;
        border-bottom: 2px solid #1669c1;
    }

.grecaptcha-badge {
    visibility: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, occupation, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

.useralertmessage{
    background-color:#f8fa3d;
    color:black;
    border:1px solid #ccc;
    padding:8px;
    box-sizing:border-box;
    border-radius:3px;
    width:fit-content;
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical;
}

textarea, input {
    border-radius: 3px;
    border: 1px solid #979797;
    padding:5px;
    box-sizing:border-box;
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: left;
}

td, th {
    padding: 5px;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 18px;
    line-height: 1.3;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.risk {
    margin-bottom:10px;
    display:inline-block;
}

.greenrisk {
    border-left-color: #008A48;
}

    .greenrisk[dir="rtl"] {
        border-right-color: #008A48;
        border-left-color:unset;
    }

.yellowrisk {
    border-left-color: #7BCF35;
}

    .yellowrisk[dir="rtl"] {
        border-right-color: #7BCF35;
        border-left-color:unset;
    }

.orangerisk {
    border-left-color: #F7C016;
}

.redrisk {
    border-left-color: #E64141;
}

.comment {
    padding: 8px 8px 0 8px;
    border: 1px solid #aaa;
    margin: 0 0 10px 0;
    border-radius:3px;
}

.commentcontents {
    margin-bottom: 10px;
}

.confirmationpanel {
    padding: 8px;
    background-color: #099700;
    color: white;
    border-radius: 4px;
}

@media only screen and (max-width: 550px) {
    .chart {
        height: 80vw;
    }

    .chart-holder {
        overflow-x: auto;
        overflow-y: hidden;
        aspect-ratio: initial;
        box-shadow: unset !important;
    }
}

@media only screen and (min-width: 380px) {
    .chart-holder-less-detailed {
        overflow: hidden !important;
    }
}

#main {
    padding-top: 15px;
}

section {
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
}

.nomainright #mainright {
    display: none;
    background-color: unset;
    padding: unset;
    border: unset;
    width: 0px;
}

#contentsMenu {
    user-select: none;
}

.sectionLink {
    cursor: pointer;
    padding: 3px;
    border-radius: 2px;
}

    .sectionLink:hover {
        background-color: #eee;
    }

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 560px;
    margin-bottom: 20px;
}

/* Place a comment */
#TextBoxComment{
    height:200px;
    width:100%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 61em) {
    /* Some fixes for mobile ads*/
    .ezoic-ad {
        min-width: unset !important;
        max-width: 320px;
    }

    .adsbygoogle {
        max-width: 320px;
    }

    .sectionLink:hover {
        background-color: unset;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-weight: normal;
    min-height: 100vh;
}

a:hover {
    text-decoration: none;
}

.blueLink {
    color: blue !important;
}

li {
}

#mainleft {
    display: inline-block;
    width: 170px;
    vertical-align: top;
    box-sizing: border-box;
}

#mainmiddle {
    display: inline-block;
    width: 770px;
    box-sizing: border-box;
    padding-right: 5px;
    padding-left: 5px;
}

.largemain #mainmiddle {
    width: 900px;
}

#mainright {
    display: inline-block;
    width: 320px;
    vertical-align: top;
    box-sizing: border-box;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1290px;
    padding-left: 15px;
    padding-right: 0px;
    box-sizing: border-box;
}

@media only screen and (max-width: 61em) {
    .wrap {
        padding: 0 5px;
        max-width: none;
        width: auto;
    }
}

input[type=search] {
    width: 100%;
    border: 0;
    outline: none;
}

/* HEADER */
#header {
    background-color: white;
    border-bottom: 1px solid #ccc;
}

#headerwrap {
    padding-top: 30px;
    padding-bottom: 30px;
}

.logo {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.11rem;
    text-decoration: none;
}

#logo {
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 173px;
}

#menu {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.menuItem {
    margin-right: 10px;
    display: inline-block;
    vertical-align:top;
}

#mobileMenuButtonDiv {
    display: none;
    vertical-align: middle;
    width: 24%;
    text-align: right;
}

@media only screen and (max-width: 762px) {
    #logo {
        width: 75%;
        vertical-align: middle;
    }

    #menu {
        display: none;
        width: 100%;
        margin-top: 20px;
    }

    .menuItem {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    #mobileMenuButtonDiv {
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
    section {
        padding:10px;
    }
    #logo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    #mobileMenuButtonDiv {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 1300px) {
    #logo {
        padding-left: 0px;
    }

    #headerwrap {
    }

    #mainleft {
        display: none;
    }

    .wrap {
        max-width: 1160px;
    }

    .sectionLink {
        display: inline-block;
        margin-right: 20px;
        font-size: 14px;
    }

    #contentsMenu {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 10;
        white-space: nowrap;
        overflow: scroll;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }

        #contentsMenu::-webkit-scrollbar {
            display: none;
        }
}

/* ANIMATIONS */
input[type=search], a, #search-form, footer, nav a, #search a {
    transition: 0.2s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

.badge, #search {
    transition: 0.1s all cubic-bezier(0.25, 0.75, 0.5, 1.25);
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
}

/* LOADER */

.loader {
    width: 100px;
    height: 65px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

#loader-2 span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 35px 5px;
}

    #loader-2 span:nth-child(1) {
        animation: bounce 1s ease-in-out infinite;
    }

    #loader-2 span:nth-child(2) {
        animation: bounce 1s ease-in-out 0.33s infinite;
    }

    #loader-2 span:nth-child(3) {
        animation: bounce 1s ease-in-out 0.66s infinite;
    }

@keyframes bounce {
    0%, 75%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25% {
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

/* ==========================================================================
   Homepage
   ========================================================================== */

.home {
    background-color: unset !important;
}

    .home section {
        border: none;
    }

    .home #mainmiddle {
        max-width: 770px;
    }

/* SEARCH */
#search-form {
    max-width: 900px;
}

@media only screen and (max-width: 1000px) {
    #search-form {
        margin-top: 2.64rem;
    }
}

input[type=search].query {
    font-size: 3.45rem;
    font-weight: 100;
    border-bottom: 1px solid;
    padding: 0 0 1.19rem;
    opacity: .5;
    background: transparent;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.small {
    display: none;
}

.large {
    display: inline-block;
}

@media screen and (max-width: 61em) {
    .large {
        display: none;
    }

    .small {
        display: inline-block;
    }
}


input[type=search].query:focus {
    opacity: 1;
}

/* FOOTER */
footer {
    font-size: 0.78rem;
    height: 3.86rem;
    margin-top: 20px;
    text-align: center;
}

p.credits {
    float: right;
    text-align: right;
}

@media only screen and (max-width: 61em) {
    footer {
        padding-top: 5rem;
    }

    p.credits {
        text-align: left;
        margin: 0.5rem 0 1.5rem 0;
    }
}

/* AUTOCOMPLETE */
.autocomplete ul {
    background-color: white;
}

.autocomplete a:hover {
    color: #d2e8e1;
}

.home input[type=search].query, .autocomplete a:hover {
    border-bottom-color: #e64763;
}

.autocomplete a {
    border-bottom: 1px solid rgba(230, 71, 99, 0.3);
}

    .autocomplete a:hover {
        background-color: #e64763;
    }

.autocomplete {
    position: relative;
    z-index: 100;
    display: none;
    background-color: white;
}

    .autocomplete a {
        text-decoration: none;
        display: block;
        padding: 1.08rem 0.83rem;
        vertical-align: middle;
        transition: none;
    }

        .autocomplete a:hover {
            border-bottom: 1px solid;
        }

/* ==========================================================================
   Occupation Page
   ========================================================================== */

.occupation .chart-holder{
    box-shadow:unset !important;
}

.occupation #mainleft {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.probability {
    font-weight: 900;
    font-size: 150px;
    line-height: initial;
}

.job-title {
    margin: 0;
    word-break: break-word;
    hyphens:auto;
}

.job-description {
    line-height: 1.5rem;
}


.job-description-search {
    display: inline-flex;
    font-size: 0.89rem;
    width: 75%;
    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.soc-code-search {
    text-transform: uppercase;
    font-size: 0.89rem;
    display: inline-flex;
    width: 25%;
    align-items: center;
}


.soc-code {
    text-transform: uppercase;
    opacity: .7;
    font-size: 0.89rem;
    margin-bottom: 1.28rem;
}

@media only screen and (max-width: 61em) {
    .probability {
        font-size: 7.2rem;
    }

    .job-title {
        font-size: 2.6rem;
        line-height: 3.75rem;
    }

    p.job-description {
        margin-bottom: 2rem;
    }
}

.badgesETCOuterholder {
    display: flex;
    flex-direction: row;
    column-gap: 8px;
    margin-bottom: 12px;
}

.occupation-badge, .simple-occupation-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 1rem;
    user-select: none;
    border-width: 2px;
    border-style: solid;
    width: 330px;
    max-width: 400px;
}

.badge:hover {
    transform: scale(1.02);
}

#snowflake {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    max-width: 250px;
}

@media only screen and (max-width: 1200px) {

    #mainmiddle {
        width: 770px;
        padding-left: 0px;
        padding-right: 0px;
        display: block;
    }

    #mainright {
        width: 770px;
        display: block;
    }

    .wrap {
        max-width: 860px;
    }
}

@media only screen and (max-width: 1000px) {
    #mainmiddle, #mainright {
        width: unset;
        max-width: 770px;
    }

    .largemain #mainmiddle {
        width: 100%;
        max-width: unset;
    }
}

@media only screen and (max-width: 745px) {
    .badgesETCOuterholder {
        flex-direction:column;
    }

    .badge, .simplebadge {
        width:100%;   
    }

    #laborDemandHolder
    {
        margin-bottom:12px;
    }
}

p.extra {
    font-size: 0.78rem;
    font-weight: 300;
    margin: 0.19rem 0 3.42rem;
}

#search {
    border-top: 1px solid;
    text-align: center;
}

    #search a {
        font-size: 0.89rem;
        text-transform: uppercase;
        font-weight: normal;
        text-decoration: none;
        display: block;
        padding: 2.94rem 0;
    }

        #search a:hover {
            color: #232323;
        }

    #search i {
        font-size: 2.78rem;
        margin-top: 1.25rem;
        display: block;
    }


/* ==========================================================================
   Other Page
   ========================================================================== */

@media only screen and (min-height: 81em) {
    .other main {
        margin-top: 14.64rem;
    }
}

@media only screen and (max-width: 61em) {
    .other main {
        padding-bottom: 0;
    }
}

.other aside {
    float: left;
}

.other article {
    float: right;
}

.other .extra {
    font-style: italic;
    opacity: 0.7;
}

/* ==========================================================================
   About Page
   ========================================================================== */


@media only screen and (max-width: 1000px) {
    .about #mainmiddle {
        width: unset;
        max-width: 770px;
    }
}

@media only screen and (max-width: 61em) {
    .about main {
        padding-bottom: 0;
    }
}

.about aside {
    float: left;
}

.about article {
    float: right;
}

.about p {
    margin-bottom: 1.67rem;
}

.about .extra {
    font-style: italic;
    opacity: 0.7;
}

.about ul {
    margin: 0;
}

.about .features {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: baseline;
    margin-bottom:-35px;
}

.features li {
    width: 10rem;
    height: 5rem;
    margin-right: 3.33rem;
}

    .features li:last-child {
        margin-right: 0;
        text-align: center;
    }

    .features li img, .features .svg {
        width: 10.56rem;
        max-height: 3rem;
    }

@media only screen and (max-width: 31em) {
    .about .features {
        justify-content: center;
    }

    .features li {
        margin-right: 0;
        text-align: center;
        margin-top: 3.33rem;
    }

        .features li:last-child {
            margin-top: 1.65rem;
        }
}

/* End about page*/

#mc_embed_signup {
    position: relative;
    margin-bottom: 2.22rem;
}

    #mc_embed_signup input {
        border: 0;
        background-color: inherit;
        height: 3rem;
        border-radius: 1rem;
        padding: 0;
        margin: 0;
        width: calc(100% - 1rem);
    }

        #mc_embed_signup input:focus {
            outline: 0;
        }

    #mc_embed_signup .email {
        background-color: rgba(255, 255, 255, 0.1);
        padding-left: 1rem;
    }

    #mc_embed_signup .button {
        position: absolute;
        top: 0;
        right: 0;
        width: 7rem;
    }

        #mc_embed_signup .button:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

        #mc_embed_signup .button:active {
            -webkit-transform: scale(.95);
            -ms-transform: scale(.95);
            transform: scale(.95);
        }

#copied {
    color: red;
    font-size: 1rem;
    display: none;
}

.podbar {
    width: 100%;
    bottom: 0;
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+ (document.documentElement.clientHeight-this.offsetHeight)));
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: .70;
    filter: alpha(opacity=80);
    -moz-opacity: .80;
    z-index: 11;
    display: none;
}


/*---------------------------------------------------------------------------------------------------------------------------*/

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 5px;
    border: 2px solid #000;
    background: #4c4c4c;
    color: #fff;
}

    /* Use this next selector to style things like font-size and line-height: */
    .tooltipster-default .tooltipster-content {
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        padding: 8px 10px;
        overflow: hidden;
    }

    /* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
    .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
        /* border-color: ... !important; */
    }


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}


/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

    .tooltipster-base .tooltipster-content {
        overflow: hidden;
    }


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

    .tooltipster-arrow span, .tooltipster-arrow-border {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
    }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-fall-show {
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

    .tooltipster-slide.tooltipster-slide-show {
    }

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0px !important;
        opacity: 0;
    }


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/*---------------------------------------------------------------------------------------------------------------------------*/

.colouredlink {
    color: blue !important;
}

#search {
    background-color: #f1f8f6;
    border-top-color: rgba(0, 0, 0, 0.1);
}

/* Accent color */
::-moz-selection, ::selection {
    background: #e64763;
    text-shadow: none;
}

::selection {
    background: #e64763;
    text-shadow: none;
}

.svg, .svg .st0 {
    fill: #e64763;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #e64763;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

    .hamburger:hover {
        opacity: 0.7;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 4px;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    /*
        Find a job widget
    */
.find-a-job-widget {
    background-color: #F7F7F7;
    padding: 20px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
    width: 100%;
    margin-bottom:20px;
}
    .find-a-job-widget a{
        text-decoration:none !important;
    }

    .find-a-job-widget:hover {
        transform: translateY(-5px);
    }

    .find-a-job-widget h2 {
        color: #333333;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .find-a-job-widget p {
        color: #777777;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .find-a-job-widget #find-a-job-widget-button {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 18px;
        background-color: #3498db; /* Attractive blue */
        padding: 10px 20px;
        border-radius: 5px;
        transition: background-color 0.2s, color 0.2s;
        width:200px;
        margin:auto;
    }

/*
    Job listings
*/
.job-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.job-item {
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
}

.job-logo {
    flex: 0 0 100px;
    height: 100px;
    margin-right: 20px;
}

.job-details {
    flex: 1;
}

.job-title-find-a-job {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-description-find-a-job {
    font-size: 16px;
    color: #777;
    max-height: 77px;
    overflow: hidden;
    margin-bottom: 10px;
}

.job-meta {
    font-size: 14px;
    color: #999;
}

.job-list a {
    color: #007bff;
    text-decoration: none;
}

    .job-list a:hover {
        text-decoration: underline;
    }

/*
    Job listings main right specific
*/
#mainright .job-list {
    gap: 10px;
}

#mainright .job-logo {
    flex: 0 0 60px;
    height: 60px;
    margin-right: 10px;
}

#mainright .job-item {
    align-items: unset;
}

    #mainright .job-item:hover {
        text-decoration: none;
        background-color:#efefef;
    }

#mainright .job-title-find-a-job {
    font-size:16px;
}

#mainright .job-description-find-a-job {
    font-size: 15px;
    margin-bottom: 0px;
    transition: max-height 0.3s ease;
}

#mainright .img-and-desc {
    display: flex;
    flex-direction: row;
    margin-bottom:5px;
}

#mainright .job-meta {
    font-size:13px;
}

#mainright .job-description-find-a-job:hover{
    max-height:200px;
}