#uph-nav {
    background: linear-gradient(113deg, #f2d8cd, #f2d8cd6e, #f2d8cd);
    margin-bottom: 15px;
}
#uph-nav .logo-menu-wrapper {
    align-items: end;
}
#uph-nav .navbar-brand {
    max-width: 250px;
}
#uph-nav .navbar-brand img {
    width: 100%;
}
#uphNavbar {
    justify-content: end;
}
#uphNavbar a {
    font-weight: 700;
    color: #6c000a;
    margin: 0 15px 0 0;
}
#uphNavbar a:active {
    background: #6c000a;
    color: #fff;
}
#header_url {
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
#header_link {
    max-width: 1200px;
    margin: 0 15px;
}
#header_url ul {
    float: right;
    margin: 3px 0px;
    font-weight: bold;
}
#header_link ul li {
    list-style: none;
    display: inline-block;
    padding: 3px 10px;
    line-height: 14px;
}
#header_link ul li a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
#header_link #logged-out li:after {
    content: ' | ';
    margin-left: 15px;
}
#header_link #logged-out li:last-of-type:after {
    content: '';
}
.user-welcome {
    border: 0 none !important;
    color: #f8941d;
    font-size: 15px;
    font-weight: normal;
    padding: 0 !important;
}
footer {
    padding: 10px 0 0;
    margin-top: 80px;
    border-top: 1px solid #6c000a;
}
footer #footer-sections div {
    flex: 1;
}
footer a#footer-logo,
footer #footer-logo img {
    width: 100%;
    max-width: 600px;
}
footer #footer-addr-wrapper {
    flex-direction: column;
    flex: 1.8 !important;
    margin-right: 30px;
}
footer #footer-addr-wrapper p {
    color: #6c000a;
    font-size: 15px;
    margin-top: 10px;
}
footer #footer-sections #office-contact-wrapper {
    flex: 1.5;
}
footer #copyright {
    border-top: 1px solid #6c000a;
    padding: 7px 15px 15px;
    margin-top: 15px;
}
footer b,
footer span,
footer a {
    display: block;
    color: #6c000a;
    font-size: 14px;
}
footer b {
    font-size: 14px;
}
footer a {
    text-decoration: none;
}
footer .col-heading {
    font-weight: 600;
    font-size: 15px;
}
footer #company-links a,
footer #quick-links a,
footer #sns-links a {
    margin-top: 10px;
}
footer #sns-links img {
    max-width: 20px;
    margin-right: 5px;
}

#backTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #6c000a; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 30px 15px 5px;
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition: 0.3s all;
  font-size: 16px;
}

#backTop:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
#backTop i {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}
@media screen and (max-width: 480px) {
    #header_link {
        margin: 0;
        flex: 1;
        width: 100%;
    }
    #header_url ul {
        padding-left: 0;
    }
    #footer-sections {
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        align-content: center;
        flex-wrap: wrap;
    }
    footer #footer-sections #office-contact-wrapper {
        margin-top: 0;
    }
    footer #footer-sections div {
        margin-top: 30px;
    }
    footer #sns-links a {
        display: inline-block;
        margin-right: 15px;
        margin-top: 15px;
    }
    #backTop {
        bottom: 70px;   
    }
}

/* Employers Page */
#employers .employer_jobs .employer_row {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
}
#employers .employer_jobs .job-card {
    margin-bottom: 15px;
    min-height: 175px;
}
#employers .employer_jobs .employer_row .job-card:last-of-type {
    margin-right: 0;
}
#employers .job-card .location {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#employers .job-card .location img {
    margin-right: 10px;
}
.inner-pg h1 {
    font-family: 'Canva Sans';
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
}
.inner-pg h3,
.inner-pg p,
.inner-pg ul li,
.inner-pg ol li{
    font-family: 'Canva Sans';
    font-size: 20px;
    font-weight: 800;
    font-style: italic;
}
.inner-pg p,
.inner-pg ul li,
.inner-pg ol li{
    font-size: 16px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    #employers #employers-list {
        margin-left: 0;
        margin-right: 0;
    }
    #employers #employers-list #company-city-prov {
        display: inline-block;
    }
    #employers #employers-list .location img {
        max-width: 20px;
    }
    #employers #employers-list .job_listings {
        max-height: 300px;
        overflow-y: auto;
        padding-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    #employers .jobs-result {
        margin-bottom: 15px;
    }
    #employers .job_listings {
        max-height: 202px;
        overflow-y: auto;
        border: 1px solid #e1e1e1;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    #employers .employer_jobs .employer_row {
        flex-direction: column;
    }
    #employers .employer_jobs .job-card {
        width: 100%;
    }
    .inner-pg h1 {
        font-size: 25px;
    }
    .inner-pg h3,
    .inner-pg p,
    .inner-pg ul li,
    .inner-pg ol li{
        font-size: 16px;
    }
    .inner-pg p,
    .inner-pg ul li,
    .inner-pg ol li{
        font-size: 14px;
    }
    
    #search-wrapper .job_filters #location-field {
        border-left: 0 !important;
    }
}

/* Search Wrapper */
#search-wrapper .job_filters #location-field {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    border-left: 1px solid #e1e1e1;
    padding-left: 10px;
}
#search-wrapper .job_filters #location-field img {
    margin-right: 10px;
    max-width: 20px;
}
#search-wrapper .job_filters .search_jobs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.filter-box {
    margin-top: 15px;
    float: right;
    display: flex;
}
.filter-box select[name="employer_name"] {
    margin-right: 15px;
}
.filter-box select {
    background: url('data:image/svg+xml;charset=US-ASCII,<svg%20xmlns="http://www.w3.org/2000/svg"%20width="10"%20height="10"%20viewBox="0%200%2010%2010"><polygon%20points="0,0%205,5%2010,0"%20style="fill:%23333"/></svg>') no-repeat center center;
    background-position: right 15px top 60% !important;
    background-size: 12px !important;
    padding-right: 40px !important;
}

/* hover dropdown on company */
.dropdown-hover:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.skiptranslate > iframe {
    display: none !important;
} 

body {
    top: 0px !important; 
}