/* @override https://mobiledesign.qa.hrxtech.com.au/css/custom.css?v=9991 */
/*!
 * Use this file to override default css.
 */

/*@import "../fonts/client-fonts/Pharma-BoldCond.css";*/
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300itaââlic,400italic,500,500italic,700,700italic,900italic,900);*/
/*@import url(https://fonts.googleapis.com/css?family=Exo%3A1%2C300%2C400%2C400italic%2C500%2C700%2C700italic&ver=4.9.8);*/

/*Roboto font family*/
@font-face {
    font-family: 'robotomedium';
    src: url("../fonts/roboto/Roboto-Medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url("../fonts/roboto/Roboto-Regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url("../fonts/roboto/Roboto-Light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url("../fonts/roboto/Roboto-Bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


body,
.jobDesc p,
.jobDesc li,
#widget-stats {
    color: #323232;
    font-family: 'robotoregular', sans-serif;
}

header .nav-pills li a,
.navbar-inverse .navbar-nav > li > a {
    font-family: 'robotoregular', sans-serif;
    font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'robotomedium', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #555759;
}

h1 {
    font-size: 35px;
}

h4,
.h4 {
    font-size: 20px;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #613790;
    text-decoration: underline;
}

#smart-search-result ul li a,
#smart-search-result ul li a:focus,
#smart-search-result ul li a:hover {
    color: #272b30;
}

#corporate-nav a {
    color: #272b30;
}

#corporate-nav a:hover,
#corporate-nav a:focus {
    color: #fff;
    text-decoration: none;
}

.theme-pointer {
    cursor: pointer;
}

.theme-text {
    color: #44494b;
}

.theme-color {
    color: #613790;
}

.theme-bg,
.ISlink {
    background-color: #613790;
    color: #ffffff;
}

.circle.theme-hover,
.ISlink {
    border: 1px solid #613790;
}

.theme-hover:hover,
.theme-hover:focus,
.ISlink:hover,
.ISlink:focus {
    background: #fff none repeat scroll 0 0;
    color: #613790;
    border: 1px solid #613790;
}

h4 .ISlink,
h5 .ISlink {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #de273c;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
}

h4 .ISlink:hover,
h5 .ISlink:hover {
    background: transparent none repeat scroll 0 0;
    color: #de273c;
    border: medium none;
}

.navbar-inverse .navbar-toggle:hover {
    color: #613790;
}

.theme-border {
    border: 1px solid #b3c2d6;
}

.theme-lt-grey-bg {
    background: #f1f1f1 none repeat scroll 0 0;
}

.home-footer-social a:hover i {
    color: #de273c;
}

.no-border {
    border-width: 0px;
}

.theme-heading {
    margin: 25px 0;
    font-size: 24px;
    line-height: 30px;
    color: #613790;
    font-family: 'robotoregular', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc !important;
    padding-left: 0;
}

.widget-section .theme-heading {
    font-size: 26px;
    text-align: center;
    margin: 50px 0;
}

.widget-section h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #613790;
}

h3.panel-title {
    font-size: 22px;
    text-transform: uppercase;
    color: #333;
}

/* buttons */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: 0px none;
    outline-offset: -2px;
}

.buttons.active,
.buttons.focus,
.buttons:active,
.buttons:focus,
.buttons:hover,
.open > .dropdown-toggle.buttons {
    background: none repeat scroll 0 0 #D8D8D8;
}

.rasp_button,
.btn-success,
.btn-primary,
.buttons {
    background-color: #613790;
    border-color: #613790;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    margin: 0 0 0 10px !important;
}

.btn-primary.btn-outline {
    color: #ffffff;
}

.btn-cta {
    border-radius: 24px;
    line-height: 18px;
    padding: 10px 25px;
}

.rasp_button:hover,
.rasp_button:focus,
.rasp_button.focus,
.rasp_button:active,
.rasp_button.active,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.rasp_button,
.buttons:hover,
.buttons:focus,
.buttons.focus,
.buttons:active,
.buttons.active,
.open > .dropdown-toggle.buttons {
    background-color: #613790;
    border-color: #613790;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success.focus:active,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    background-color: #613790;
    border-color: #613790;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #f3122c;
    border-color: #de273c;
}

.btn-default,
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .profile-actions a.ui-priority-secondary {
    background: none repeat scroll 0 0 #585e62;
    border-color: #555;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 8px 18px;
    font-size: 14px;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .profile-actions a.ui-priority-secondary:active,
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .profile-actions a.ui-priority-secondary:focus,
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .profile-actions a.ui-priority-secondary:hover,
.open > .dropdown-toggle.btn-default {
    background: none repeat scroll 0 0 #613790;
    border-color: #613790;
    color: #ffffff;
    text-decoration: none;
}

/*Sidebar*/
.sidebar.rightBar input,
.sidebar.rightBar select,
.sidebar.rightBar textarea,
.sidebar.rightBar .form-control {
    border-width: 0 !important;
}

/*Customizing default.css*/
.bottom-nav,
nav#navbar {
    background-color: #fff;
}

.bottom-nav {
    position: sticky;
    top: 63px;
    box-shadow: 0 4px 4px 0px rgba(100, 100, 100, 0.1);
    z-index: 8;
}

.navbar-toggle {
    margin-right: -10px;
}

.navbar-toggle .icon-bar {
    height: 4px;
    width: 28px;
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav.navbar-right {
    margin: 0;
}

.navbar-inverse .navbar-nav.navbar-right > li {
    margin: 0 16px;
}

.navbar-inverse .navbar-nav.navbar-right > li > a {
    vertical-align: middle;
    margin: 0;
    color: #293035;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    font-family: 'robotomedium', sans-serif;
    padding: 40px 0;
    font-weight: 300;
    position: relative;
}

.navbar-inverse .navbar-nav.navbar-right > li > a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    top: 1px;
    background: transparent;
}

.navbar-inverse .navbar-nav.navbar-right > li > a:hover:before {
    background: #613790;
}

.navbar-inverse .navbar-nav.navbar-right > li > a i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: bottom;
    line-height: 1;
}

.navbar-right {
    margin-top: 20px;
}

.img-responsive {
    width: 100%;
}

header a {
    color: #ffffff;
}

header .nav-pills li a {
    border-radius: 0;
    font-size: 16px;
    padding: 21px 15px;
    text-transform: uppercase;
}

.nav-pills > li + li {
    margin-left: 0;
}

.navbar-brands {
    height: auto;
    width: 220px;
}

/*customising bottom-nav/corporate-nav*/
.bottom-nav .nav > li > a:hover,
.bottom-nav .nav > li > a:focus {
    color: #613790;
}

.bottom-nav .nav-pills > li.active > a,
.bottom-nav .nav-pills > li.active > a:hover,
.bottom-nav .nav-pills > li.active > a:focus {
    color: #613790;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #613790;
}

.navbar-inverse .navbar-nav > li > a {
    border-radius: 0;
    color: #613790;
    font-size: 16px;
    padding: 24px 15px 21px;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #613790;
    background-color: transparent !important;
}

.navbar-inverse .navbar-nav.navbar-clear > li > a.nav-searchresult {
    padding: 18.5px 1px;
}

.nav-searchresult .img-responsive {
    height: 63px;
}

section.full-content {
    background-color: #613790;
    padding: 20px 0px;
    text-align: center;
}

/*tides*/
.itemLink {
    display: block;
    cursor: pointer;
    position: relative;
    border: 1px solid #f2eeee;
    text-align: left;
    padding: 112px 24px;
    height: auto;
    border-radius: 1px;
    margin: 0 0 32px;
    font-family: 'roboto-regular';
    overflow: hidden;
    min-height: 250px;
}

.itemLink img {
    position: absolute;
    top: 0;
    opacity: 0.35;
    left: 0px;
    margin: auto;
    bottom: 0;
    right: 0;
    min-width: 100%;
    width: auto;
    height: 100%;
    /*    transform: translate(-20%, -1%);*/
}

#loginModel .modal-body .text-right a {
    font-size: 12px;
    font-style: italic;
    color: #878787;
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
}

#loginModel .form-control {
    height: 48px !important;
    border-radius: 4px !important;
    padding-left: 65px !important;
}

#loginModel .form-group {
    position: relative;
}

#loginModel .email-icon:before,
#loginModel .pwd-icon:before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    height: 100%;
    line-height: 48px;
    border-right: 1px solid #ccc;
    width: 50px;
}

#loginModel .email-icon:before {
    content: "\f003";
}

#loginModel .pwd-icon:before {
    content: "\f084 ";

}

#loginModel .modal-body {
    padding: 20px !important;
}

#loginModel .modal-footer {
    padding: 12px 20px !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#loginModel .modal-footer .btn-success {
    order: 1 !important;
}

.itemLink .info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: inline-block;
    padding: 20px 25px;
    width: 100%;
    background: rgba(97, 55, 144, .9);
}

.itemLink .title {
    color: #fff;
    font-family: 'robotolight', sans-serif;
    font-size: 20px;
    line-height: 1.13;
}

.itemLink:hover {
    background: #fafafa;
    border: 1px solid #613790;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.itemLink:hover img {
    opacity: 1;
}

.itemLink:hover .info {
    background: #fff;
}

.itemLink:hover .title {
    color: #293035;
}

/*banner*/
.img-responsive.banner {
    position: relative;
}

.img-responsive.banner .img-responsive {
    display: block;
    height: 100%;
    position: static;
    width: 100%;
    height: auto;
    display: block;
}

.img-responsive.banner .widget-quick-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    text-align: center;
}

.img-responsive.banner .widget-quick-search .container {
    max-width: 100%;
}

.img-responsive.banner .banner-overlay {
    border-width: 1px 0 1px 0;
    background-color: rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.13);
    position: static;
    transform: translate(0);
    border-radius: 5px;
    width: auto;
    display: inline-block;
}

.banner .banner-overlay form {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.banner .banner-overlay form .smart-search-widget {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: 20px;
}

.banner .banner-overlay form .smart-search-widget #in_skills.form-control {
    height: 44px;
    min-width: 220px;
    padding: 0px 15px;
    line-height: 26px;
    width: calc(100% - 165px);
    font-size: 16px;
    font-family: 'robotoregular', Arial, sans-serif;
}

.banner .banner-overlay form .smart-search-widget .input-group-append .btn {
    display: inline-block;
    margin-left: -1px !important;
    background-color: #613790;
    color: #ffffff;
    border-radius: 0px;
    padding: 5px 8px;
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-family: 'robotoregular', sans-serif;
    line-height: 18px;
    margin-right: 0;
}

.img-responsive.banner h2 {
    display: inline-block;
    font-family: 'robotoregular', Arial, sans-serif;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 0px;
    margin-bottom: 0px;
}


/* Start: Banner - SearchPage */

#jobs-list-description-header {
    padding: 60px 255px 20px 255px;
    background-image: linear-gradient(270deg, #024b6b 0, #13133f 51%);
    margin-bottom: 20px;
}

.careers-header h3 {
    margin-bottom: 25px;
    font-size: 60px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.careers-header p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}

.careers-header a {
    color: #96ca50;
    text-decoration: none;
}

.careers-header last-of-type {
    margin-bottom: 40px;
}

/* End: Banner - SearchPage */

/* Start: Job Listing - SearchPage */

.jobContainer {
    background-color: #f4f7f7;
    padding: 20px;
    margin-bottom: 20px;
    height: 200px;
    width: 800px;
}

.jobContainer a {
    color: #000;
}

.jobContainer-right {
    text-align: right;
}

.jobContainer-location {
    color: #999;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.jobContainer-positionStats {
    color: #666;
    font-weight: 600;
}

.jobContainer-viewJob a {
    background-color: #585e62;
    color: white;
    padding: 6px 12px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
}

.jobContainer-viewJob a:hover {
    background-color: #613790;
}

#job-info-container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}


.jobs-listing {
    order: 2;
    max-width: 100%;
}

.sidebar {
    order: 1;
}

/* End: Job Listing - SearchPage */

/* Start: Job Filters - SearchPage */

.panel {
    background-color: #ffffff;
}

#rs-btn-search {
    width: 100px;
    height: 39px;
    background-color: #613790;
    background-size: 200% auto;
    background-position: 100%;
    transition: .5s;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: .3rem;
    color: #ffffff;
    border: none;
    margin: 0 0 0 -1px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    height: 40px;
}

.twoColumn-right #widget-content {
    padding-right: 15px;
}

#rs-btn-search:hover {
    transition: .5s;
    background-position: 0%;
}

.panel-body .refine-search-checkbox {
    padding: 0 15px;
}

.panel-body .refine-search-checkbox ul.filter {
    padding-left: 0px !important;
    margin-left: -15px;
}

.refine-search-checkbox .filter li label {
    padding: 5px 0px;
    display: flex !important;
    align-items: center !important;
    color: #293035;
}

.refine-search-checkbox .filter li label .checkbox {
    margin-right: 5px;
}

.refine-search-checkbox .filter li label .count {
    margin-left: 5px;
}

.panel-body .refine-search-checkbox h3 {
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
}

.panel .form-group.rasp_field {
    padding: 0 15px !important;
}

.panel .form-group.rasp_field .form-group.rasp_field {
    padding: 0px !important;
}

.controls {
    display: inherit;
}

#load-more {
    margin-bottom: 15px !important;
}

/* End: Job Filters - SearchPage */

/* Start: Banner - Job Details */
.rasp_field #btn-search {
    margin: 0 0 0 -1px !important;
    border: 1px solid #ccc;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background: #dcdcdc;
}

.rasp_field #btn-search:hover {
    border: 1px solid #613790;
    background: #613790;
    color: #fff;
}

#bannerBtn {
    width: 140px;
    line-height: 26px;
    background-image: linear-gradient(270deg, #0db5d9 0%, #8dc640 40%);
    background-size: 200% auto;
    background-position: 100%;
    transition: .5s;
    font-weight: 600;
    font-size: 22px;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px !important;
    border-radius: .3rem;
    color: #ffffff;
}

#bannerBtn:hover {
    transition: .5s;
    background-position: 0%;
}

.banner-social-block {
    margin-top: 8px;
}

.banner-social-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner-social-block li {
    display: inline-block;
    margin: 0 6px;
}

.banner-social-block a {
    display: flex;
    width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 2px;
    font-size: 1.38888889rem;
    color: #14284B;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}

#location-modal .m-footer .btn {
    margin: 0 0 0 10px !important;
}

#location-modal .m-footer .btn.cancel {
    border: 1px solid #f0f0f0 !important;
}

.banner-social-block a:hover {
    background-color: #8ac700;
}

.combo-search-widget .combo-search-group .skills-field > input#rs_in_skills1 {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.banner-social-block a:hover::before {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.banner-social-block .icon-facebook:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-facebook.svg);
    background-repeat: no-repeat;
}

.banner-social-block .icon-twitter:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 25px;
    background-image: url(/images/icons/icon-twitter.svg);
    background-repeat: no-repeat;
}

.banner-social-block .icon-linkedin:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-linkedin.svg);
    background-repeat: no-repeat;
}

.banner-social-block .icon-instagram:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-instagram.svg);
    background-repeat: no-repeat;
}

.banner-social-block .icon-music:before {
    content: '';
    position: absolute;
    height: 26px;
    width: 25px;
    background-image: url(/images/icons/icon-music.svg);
    background-repeat: no-repeat;
}

.banner-social-text {
    color: #ffffff;
    font-size: 25px;
    margin-top: 15px;
    /*    font-family: 'DIN-Condensed-Bold', sans-serif;*/
    text-transform: uppercase;
}

.banner-apply {
    text-align: right;
}

.block {
    background-color: #ffffff !important;
}

.job-description-title {
    padding: 5px 0px;
    color: #aaa;
    font-weight: 600 !important;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}

#back {
    color: white;
}

#headerJobDescription {
    border: none;
}

.jobSectionTitle {
    border: none;
}

.input-group.clearfix {
    width: 100%;
}

#location-autoselect1,
#keywords-input {
    width: calc(50% - 50px);
}

span.input-group-btn.pull-left {
    display: inline-block;
    width: 100px;
}

/* End: Banner - Job Details */


/*footer*/
footer {
    padding: 0;
    background-color: #ffffff;
}

footer br {
    display: block;
}

footer div.txt-footer {
    padding: 32px 0 20px;
}

footer div.home-footer-social {
    padding: 19px 0;
}

.footer-block {
    color: #14284b;
}

.footer-block a {
    color: #613790;
    line-height: 16px;
    text-decoration: none;
}

.footer-block h3 {
    color: #555759;
    margin-bottom: 24px;
    font-family: 'robotomedium', sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 10px;
}

.footer-block p {
    line-height: 26px;
    color: #4a4a4a;
}

.footer-block a,
.footer-block p {
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.footer-block section {
    padding: 48px 0px;
}

.footer-block button {
    display: inline-block;
    background: #613790;
    color: #fff;
    border-radius: 0;
    margin-top: 16px;
    padding: 12px 16px;
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
    line-height: 16px;
}

.footer-wrap {
    display: flex;
    width: 100%;
    background-color: #613790;
    padding: 80px 0px;
    text-align: center;
}

.footer-wrap h4,
.footer-wrap p {
    font-family: 'calibri', sans-serif;
    color: #fff;
    text-align: center;
}

.footer-wrap h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    font-family: "robotoregular", Arial, sans-serif;
}

.footer-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    opacity: .8;
}

.footer-box {
    background-color: #613790;
}

.footer-box:first-child {
    background-color: #613790;
}

.footer-box a.footer-signup {
    display: block;
    max-width: 120px;
    padding: 10px;
    margin-top: 30px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(270deg, #0db5d9 0%, #8dc640 35%);
    background-size: 200% auto;
    background-position: 100%;
    transition: .5s;
    border-radius: .5rem;
    font-size: 22px;
    line-height: 26px;
}

.footer-box a.footer-signup:hover {
    transition: .8s;
    background-position: 0%;
}

.footer-image {
    margin-bottom: 30px;
    height: 45px;
}

.footer-social-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-block li {
    display: inline-block;
    margin: 0 6px;
}

.footer-social-block a {
    display: flex;
    width: 50px;
    height: 50px;
    background: #F3F3F4;
    border-radius: 2px;
    font-size: 1.38888889rem;
    color: #14284B;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: .2s;
}

.footer-social-block a:hover {
    background-color: #8ac700;
}

.footer-social-block a:hover::before {
    filter: brightness(100);
    -webkit-filter: brightness(100);
}

.footer-social-block .icon-facebook:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-facebook.svg);
    background-repeat: no-repeat;
}

.footer-social-block .icon-twitter:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 25px;
    background-image: url(/images/icons/icon-twitter.svg);
    background-repeat: no-repeat;
}

.footer-social-block .icon-linkedin:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-linkedin.svg);
    background-repeat: no-repeat;
}

.footer-social-block .icon-instagram:before {
    content: '';
    position: absolute;
    height: 25px;
    width: 25px;
    background-image: url(/images/icons/icon-instagram.svg);
    background-repeat: no-repeat;
}

.footer-social-block .icon-music:before {
    content: '';
    position: absolute;
    height: 26px;
    width: 25px;
    background-image: url(/images/icons/icon-music.svg);
    background-repeat: no-repeat;
}

.footer-wrap-menu {
    display: flex;
    width: 100%;
    background: #3E3E3E;
    padding: 30px 0px;
}

.footer-wrap-menu div {
    display: flow-root;
}

.footer-wrap-menu .second-footer,
.footer-wrap-menu .third-footer {
    margin: 32px 0px;
}

.footer-wrap-menu div h4 {
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
    padding: 16px 0px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.footer-wrap-menu div a {
    color: #fff;
    display: inline-block;
    margin-bottom: 6px;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .ui-tabs-header.ui-state-default {
    display: none;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .panel-heading {
    background-color: transparent;
    border-left: 1px solid #d3dfe5 !important;
    border-right: 1px solid #d3dfe5 !important;
    border-top: 1px solid #d3dfe5 !important;
    color: #000;
    padding: 16px !important;
    width: 100%;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .panel-primary {
    padding: 0 !important;
    border: 0 !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .panel-primary .panel-body {
    margin: 0 !important;
    border: 1px solid #d3dfe5 !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .panel-heading h3.panel-title,
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #profileContent .panel-heading h3.panel-title i {
    font-size: 18px !important;
    color: #425563 !important;
    text-transform: capitalize !important;
}

.footer-wrap-menu p {
    color: #fff;
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
}

.footer-wrap-copyright {
    background: #464646;
    padding: 32px 0px;
}

.footer-wrap-copyright a,
.footer-wrap-copyright p {
    color: white;
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.footer-wrap-copyright p {
    margin: 0px;
    padding-bottom: 16px;
}

.footer-wrap-copyright a {
    padding-bottom: 10px;
    text-decoration: none;
}

.footer-wrap-copyright a:hover {
    text-decoration: underline;
}

.footer-wrap-copyright .trueblue {
    text-align: right;
}

.footer-wrap-copyright .list-inline {
    float: right;
}

.footer-wrap-copyright .align-items-center {
    display: flex;
    align-items: center;
}


/*footer icons*/
.home-footer-social {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

ul.home-footer-social li {
    display: inline-block;
    list-style: none;
}

.home-footer-social .btn-social-icon {
    display: inline-block;
    width: 10px;
    height: 40px;
    background-color: transparent;
    margin-right: 0;
    text-align: center;
}

.home-footer-social i {
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 20px;
}


.home-footer-social .btn-social-icon:hover,
.home-footer-social .btn-social-icon:focus {
    color: #fff;
    background-color: transparent;
}

.home-footer-social .btn-social-icon:hover i,
.home-footer-social .btn-social-icon:focus i {
    color: #fff;
}

#logoFooter {
    margin: 20px 0px;
}

#registerFooter {
    line-height: 22px;
    transition: .5s;
    text-decoration: none;
    text-align: center;
    display: grid;
    align-items: center;
    margin: 0 auto !important;
    justify-content: center;
    max-width: fit-content;
    background: #ffffff;
    color: #613790;
    padding: 13px 50px 13px 50px;
    font-size: 15px;
    font-family: 'robotoregular', sans-serif;
    border-radius: 0;
    font-weight: 600;
    white-space: normal;
}

#registerFooter:hover {
    transition: .5s;
    background-position: 0%;
}



/*login template*/
.grid-row {
    padding-top: 20px;
}

.grid-row .grid-item-content {
    color: #fff;
    padding: 20px;
    position: absolute;
    top: 0;
}

.grid-row .grid-item-content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.75em;
    margin-top: 0;
}

.grid-row .thumbnail {
    border-width: 0;
    padding: 0;
}

.grid-row .thumbnail img {
    vertical-align: top;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.grid-item-overlay {
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    margin: 0 15px 20px;
}

.grid-row .grid-item-overlay:hover {
    opacity: 0.4;
}

.fa.theme-color.fa-xl {
    vertical-align: bottom;
}

.widget-section .quick-search-widget label {
    display: none;
}

.widget-section .quick-search-widget .controls > div {
    text-align: center;
}

#widget-sidebar {
    margin-top: 0px;
}

/*My profile*/
blockquote {
    display: none;
}

/*App form*/
main #widget-content #nav-application .form-group .mandatory {
    left: 2px;
    top: 0;
}

.btn.btn-block.btn-social.btn-previousapp {
    width: 100%;
}

@media (min-width: 1200px) {
    #nav-application #appform .form-control {
        width: 375px;
    }
}

.btn.btn-block.btn-social.btn-previousapp {
    padding-left: 40px;
    width: auto;
}

.saveControl.action.col-sm-4 {
    display: block;
    margin-bottom: 10px;
}

/* JV: need to override styles so old validation displays properly */
.valid {
    background-color: #3066a8 !important;
    color: #fff !important;
}

#accordion {
    clear: left;
}

#accordion .panel {
    background: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0;
}

#accordion .panel-heading {
    padding: 0;
}

/* SLI removed uppercase and large font styling */
#accordion h4 {
    font-size: 12px;
}

#accordion h4 a {
    background: #de273c url("/images/accordion_close.png") no-repeat scroll 98% center;
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 12px;
}

#accordion h4 a.collapsed {
    background: url("/images/accordion_open.png") no-repeat scroll 98% center;
    display: block;
    padding: 12px;
    color: #323232;
    text-decoration: none;
}

#accordion h4 a:hover {
    text-decoration: none;
}

#accordion .panel-body {
    background: #fff;
    border-radius: 0 0 6px 6px;
    padding: 20px;
}

#accordion .panel-body a {
    text-decoration: underline;
    font-weight: bold;
}

#accordion {
    clear: left;
    margin: 0 0 40px;
}

.widget-section .circle.theme-bg {
    margin: 0 auto;
}

.widget-section .statistic .left-column {
    padding-top: 15px;
    margin-right: 15px;
}

.banner-overlay {
    padding: 24px 0;
}

#nav-searchresult table.table-striped table tr td:first-child {
    width: 40px;
}

#nav-jobdetails .jobDesc {
    padding: 8px;
}

#nav-jobdetails .jobDesc h3 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.statistic {
    margin-bottom: 26px;
}

textarea.form-control {
    width: 100% !important;
}

iframe {
    max-width: 100%;
}

/* --------- SLI -----------*/

/* ----------General---------- */

#header {
    height: inherit;
}

#header + .bottom-nav {
    top: 0;
}

.values-section {
    /* Add a background gradient and background colour to the values section
   background: url('../images/widget-boxes-bg.png') 0 0 repeat-x #6ab422;
   background-size: 1px 100%; */
    margin-bottom: -30px;
}

.grid-item-overlay {
    max-width: 255px;
    max-height: 255px;
    margin: 20px auto 0 auto !important;
}

.values-section a.thumbnail {
    max-width: 255px;
    margin: 20px auto;
}


#rss {
    display: none;
}

.refine-search-side h1 {
    display: none;
}

.apply-box .rasp_button.apply {
    margin: 0px !important;
    width: 100%;
    border-radius: 2px;
    padding: 10px 20px;
}

.apply-box button {
    margin: 0 !important;
    border-radius: 2px;
    width: 100%;
}

.panel {
    background-color: #efefef;
}

.panel-primary {
    margin-bottom: 30px;
    margin-top: 11px;
}

.register-checkbox-container {
    width: 100%;
    display: flex;
    align-items: center;
}

#registerCheckbox {
    float: left;
    line-height: 0.7em;
    padding: 0 5px 0 0;
    width: auto;
}

#registerCheckbox + label {
    padding: 0 !important;
}

select.form-control {
    padding: .375rem 2.25rem .375rem 15px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 40px !important;
    width: 100% !important;
}

#nav-alert .form-control {
    width: 100% !important;
}

.word-counter-container {
    font-size: 10pt;
    color: red;
}

.word-count-number-label {
    font-size: 10pt;
    display: inline !important;
    color: red !important;
}

textarea.form-control {
    width: 100% !important;
}

iframe {
    max-width: 100%;
}

.panel-group {
    margin-top: 30px;
}

#navbar {
    min-height: 68px;
}

.widget-section .circle {
    width: 62px;
    height: 62px;
}



.widget-banner .responsive-slider .slide-body img,
.widget-banner .responsive-slider .slide-body,
.widget-banner .responsive-slider li {
    max-width: 100% !important;
    width: 100% !important;
}

/* Sticky Footer */

input.storenext,
input.previous {
    margin: 0 10px;
}

/* AB share button on job details and others*/
.sub-theme-heading {
    display: block;
    color: #666;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.sub-theme-heading span {
    padding-right: 10px;
    border-right: 1px solid #666;
    margin-right: 10px;
}

.sub-theme-heading span:last-child {
    border-right-width: 0px;
}

.share-this {
    display: block;
}

.share-this .stButton {
    line-height: 38px;
    width: auto !important;
    vertical-align: middle;
}

.share-this .stButton .chicklets {
    height: auto;
    padding: 0px;
    margin-right: 5px;
    line-height: 30px;
    display: inline-block;
    font: 22px/1 FontAwesome;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    color: #333;
}

.share-this .stButton .chicklets:hover {
    color: #389afe;
    opacity: 1;
}

.share-this .st_plusone {
    display: none !important;
}

.share-this .chicklets.facebook::before {
    content: "\f082";
}

.share-this .chicklets.twitter::before {
    content: "\f081";
}

.share-this .chicklets.linkedin::before {
    content: "\f08c";
}

.share-this .chicklets.sharethis::before {
    content: "\f1e1";
}

.share-this .chicklets.email::before {
    content: "\f199";
}

.share-this .chicklets.print::before {
    content: "\f02f";
}

.share-this.alt .chicklets.facebook::before {
    content: "\f09a";
}

.share-this.alt .chicklets.twitter::before {
    content: "\f099";
}

.share-this.alt .chicklets.linkedin::before {
    content: "\f0e1";
}

.share-this.alt .chicklets.sharethis::before {
    content: "\f1e0";
}

.share-this.alt .chicklets.email::before {
    content: "\f0e0";
}

.share-this.alt .chicklets.print::before {
    content: "\f02f";
}

.share-btn-anim span {
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
}

.share-btn-anim,
.btn-anim {
    transition: 0.3s;
}

.share-btn-anim {
    height: 38px;
    overflow: hidden;
    width: 200px;
    float: right;
}

.btn-anim {
    margin-top: 0em;
}

.share-btn-anim:hover .btn-anim {
    margin-top: -38px;
}

.share-btn-anim span.btn.btn-default {
    margin: 0 !important;
}

.share-btn-anim .share-this span {
    display: inline-block;
}

.share-this.btn-share {
    height: 38px;
}

.btn.btn-default.btn-block {
    position: relative;
    text-align: left;
    float: right;
    margin: 0px 0px 0px 10px !important;
}

.btn.btn-default.btn-block .fa {
    font-size: 22px;
    float: left;
    border-right: 1px solid;
    position: absolute;
    top: 0px;
    left: 3px;
    display: block;
    padding: 8px;

}

.btn-print-link {
    line-height: 37px;
    color: #333;
    font-size: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.btn-print-link i {
    cursor: pointer;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
}

#widget-content .form-group .controls,
.form-group .controls {
    display: flex;
    align-items: center;
    border: 0;
    text-align: unset;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.form-group .controls .btn-default.suspendalerts,
.form-group .controls .btn-default.deletealerts {
    margin: 0 0 0 10px !important;
}

.form-group .controls .btn-success.savealerts {
    order: 1 !important;
}

.form-group .controls tag_save {
    display: flex;
    align-items: center;
}

.form-group .controls tag_save input {
    margin: 0 0 0 10px !important;
}

#widget-content .form-group .controls .secondary.btn.btn-default,
#widget-content .form-group .controls .delete.btn.btn-default {
    margin: 0 0 0 10px !important;
}

#widget-content .form-group .controls .btn-success {
    order: 1;
}

h2,
.h2 {
    font-size: 35px;
}

.top-navbar {
    border-top: 5px solid #613790;
    background: #293035;
    height: 64px;
    display: flex;
    align-items: center;
    font-family: 'robotoregular', sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 22.4px;
    position: sticky;
    top: 0;
    z-index: 9;
}

.top-navbar ul {
    margin: 0;
    padding: 0;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

.top-navbar .row {
    display: flex;
    align-items: center;
    flex: 1;
    margin: 0;
}

.top-navbar .top-navbar-left {
    padding: 0;
}

.top-navbar .top-navbar-left a {
    text-decoration: underline;
}

.top-navbar .top-navbar-right h6 {
    display: inline-block;
    margin: 0px 10px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 700;
    font-family: 'robotolight', sans-serif;
}

.top-navbar .top-navbar-right {
    padding: 0;
}

.widget-banner {
    display: none;
}

.top-navbar-right li {
    display: inline-block;
}

.asc-navbar-reg,
.asc-navbar-join {

    background-color: #613790;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 21px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'robotoregular', sans-serif;
    line-height: 18px;
    margin: 0 0 0 10px !important;
}

.twoColumn-right #widget-content {
    padding-right: 15px;
}

#content-panels {
    padding: 48px 0px;
    z-index: 0;
    position: relative;
}

#content-panels .content-section {
    padding: 0px 30px;
}

#content-panels .browse-jobs {
    padding: 0;
}

#content-panels .align-items-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#content-panels .align-items-center .row {
    width: auto !important;
}

#content-panels h2 {
    padding-bottom: 32px;
    color: #613790;
    font-size: 26px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'robotoregular', sans-serif;
    margin: 0 0 10px;
}

main.container-fluid,
main.container-fluid > .container.login-container:not(.register-wrap) {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

#ui-datepicker-div a {
    color: inherit;
}

#searchBox {
    margin: 0;
    background: none;
    padding: 0;
    background-color: #fff;
    border: solid 1px #ededed;
    margin-bottom: 30px;
    border-radius: 4px;
}

#searchBox .panel-heading .panel-title,
#searchBox .panel-heading .panel-title .fa {
    font-size: 16px;
    color: #4c4c4c;
    padding: 5px 8px;
}

#searchBox .panel-heading .panel-title .fa {
    display: none;
}

#searchBox .panel-heading .pull-right.clickable {
    display: none;
}

a.skip {
    padding: 5px;
    display: inline-block;
    z-index: 9999;
    text-decoration: none;
    position: absolute;
    left: -200em;
}

a.skip:focus,
a.skip:active {
    position: absolute;
    left: 0;
    color: #fff;
    background: #613790;
}

.jobs-listing .jobContainer {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fafafa;
    min-height: 130px;
    height: auto;
    width: 100%;
    position: relative;
    top: 0;
    transition: all .35s;
}

.jobs-listing .jobContainer:hover {
    top: -4px;
    background: #fff;
}

.jobs-listing .jobContainer:hover .jobContainer-viewJob a {
    background-color: #613790;
}

.jobs-listing .jobContainer .jobContainer-position a {
    font-size: 17px;
    font-weight: 600;
    color: #613790;
    font-family: 'robotoregular', sans-serif;
}

.jobs-listing .jobContainer .jobContainer-left .job-info-wrap {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    width: auto;
    justify-content: space-between;
}

.jobs-listing .jobContainer .jobContainer-left .job-info-wrap > div {
    max-width: 33.333333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobs-listing .jobContainer .jobContainer-left {
    padding-left: 0;
}

.jobs-listing .jobContainer .jobContainer-right {
    padding-right: 0;
}

.jobs-listing .jobContainer .jobContainer-left .job-info-wrap .fa {
    opacity: .5;
    margin-right: 3px;
}

.jobs-listing .jobContainer .jobContainer-left .jobContainer-position {
    margin-bottom: 15px !important;
    height: 52px;
    overflow: hidden;
}

.jobs-listing .jobContainer .jobContainer-right {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    min-height: 90px;
}

.jobs-listing .jobContainer .jobContainer-right .jobContainer-location {
    margin-bottom: auto;
    padding: 4px 8px;
    background: #dcdcdc;
    border-radius: 5px;
    white-space: nowrap;
    align-items: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-flow: row;
    min-width: 110px !important;
}

.jobs-listing .jobContainer .jobContainer-right .jobContainer-location i {
    margin-right: 5px;
}

#searchBox .refine-search-checkbox .btncollapse-action {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

#searchBox .panel-body .refine-search-checkbox fieldset {
    border-bottom: 1px solid #ededed;
}

#searchBox .refine-search-container > .form-group {
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    padding: 0 15px !important;
}

#searchBox .refine-search-container .btn.btn-clear {
    margin-bottom: 0 !important;
    margin-top: 5px;
}

#widget-recent-jobs > h2 {
    font-size: 25px;
    margin: 50px 0;
}

#widget-recent-jobs-body td h3 {
    font-size: 20px;
    margin: 5px 0 15px;
}

#widget-recent-jobs .col-sm-3 i.fa {
    margin-right: 9px;
    font-size: 18px;
    opacity: .8;
}

.statistic h4 a,
.statistic h4 a:hover {
    color: #613790;
}

#nav-app-summary .title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #613790;
    font-family: 'robotoregular', sans-serif;
    margin-top: 40px;
}

.my-detail.container {
    margin-left: auto !important;
    margin-right: auto !important;
}

.my-detail.container #widget-sidebar,
.my-profile #widget-sidebar,
.register-wrap #widget-sidebar {
    display: none;
}

.nav-searchresult.show-mobile {
    display: none;
}

/* NG - CSS added */
main #widget-content .form-group label {
    font-weight: 400;
    color: #212121;
    line-height: 22.4px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    margin-bottom: 2px;
    width: fit-content;
}

main #widget-content .form-group label.mandate:after {
    content: "*";
    color: red;
    font-size: 15px;
    font-weight: normal;
    position: unset;
    margin-left: 2px;
    height: 5px;
}

main #widget-content .form-group .col-md-6 a:not(.theme-color) {
    display: flex;
    align-items: center;
    padding-left: 0 !important;
    width: 100% !important;
    color: #323232;
    font-family: 'robotoregular', sans-serif;
}

#widget-content form .form-group,
#nav-alert .form-group {
    display: flex;
    padding: 0;
    margin: 0 0 20px 0;
    flex-flow: column;
    width: 100%;
    max-width: calc(50% - 15px) !important;
    position: relative !important;
}

#widget-content form .form-group.footer-btn-wrap,
#nav-alert .form-group.footer-btn-wrap {
    width: 100%;
    max-width: 100% !important;
}

#widget-content form .form-group.footer-btn-wrap .controls,
#nav-alert .form-group.footer-btn-wrap .controls {
    display: flex;
    justify-content: flex-end;
}

#widget-content form .form-group#attachFiles .small_btn {
    display: flex;
    align-items: center;
}

#widget-content form .form-group .small_btn input[type="button"] {
    margin-left: 0 !important;
}

main #widget-content .form-group .mandatory {
    display: none;
}

main #widget-content .form-group .col-md-6 {
    display: flex;
    align-items: center;
    padding: 0 !important;
    width: 100% !important;
}

main #widget-content .form-group .col-md-6 .input-field,
main #widget-content .form-group .col-md-6 a:not(.theme-color) {
    background-color: #f5f5f5 !important;
}

input.form-control,
main #widget-content .form-group .col-md-6 .input-field,
main #widget-content .form-group .col-md-6 a:not(.theme-color) {
    padding: 8px 15px !important;
    height: 40px !important;
    min-height: unset !important;
    display: block !important;
    width: 100% !important;
    border: 1px solid #dcdcdc !important;
    background-color: white;
    border-radius: 5px;
}

p.form-sub-head,
h4.form-sub-head {
    border-bottom: 1px solid #dcdcdc !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    padding-bottom: 15px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    width: 100% !important;
}

#nav-profile .warning + p,
#nav-details .warning + p {
    display: flex;
    align-items: center;
    margin-top: -5px !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group {
    margin: 0 !important;
    padding: 0 15px 15px 0 !important;
    max-width: calc(50% - 5px) !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group.login-actions {
    max-width: 100% !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .profile-actions {
    max-width: 100% !important;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group.login-actions .actions-wrapper .right {
    display: flex;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group input[id*="candidateEmail"],
.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group input[id*="candidatePassword"] {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group small a {
    display: flex !important;
    align-items: end;
    justify-content: end;
    font-size: 12px;
    font-style: italic;
    color: #878787;
    text-decoration: underline;
    margin: 3px;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal #pageheader h1 {
    font-size: 32px !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group.login-actions .actions-wrapper .right a {
    display: flex !important;
    align-items: end;
    justify-content: end;
    font-style: italic;
    color: #878787;
    text-decoration: underline;
    margin: 0 0 0 3px;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .login-panel .row {
    margin: 0 !important;
}

#nav-details form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#nav-profile .warning + p .mandatory,
#nav-details .warning + p .mandatory,
.register-wrap .info + p .mandatory {
    color: transparent;
    width: 13px;
    display: inline-block;
}

#nav-profile .warning + p .mandatory:before,
#nav-details .warning + p .mandatory:before,
.register-wrap .info + p .mandatory:before {
    content: "*";
    color: red;
    font-size: 15px;
    font-weight: normal;
    position: unset;
    margin-left: 2px;
    height: 5px;
}

.mandatory {
    color: red;
    font-size: 20px !important;
}

#nav-alert .form-group label {
    max-width: 100%;
    width: fit-content;
    min-width: 120px;
    text-align: left !important;
    padding: 0;
}

#nav-alert .form-group .col-sm-9,
.register-wrap form .col-md-9 {
    display: flex;
    align-items: center;
    padding: 0;
    width: 100%;
}

#nav-alert .form-group .col-sm-9 .fa.fa-question-circle {
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    position: absolute;
    top: -22px;
    left: 58px;
    font-size: 15px;
}

.my-profile-wrapper #widget-sidebar {
    display: none;
}

.alert-main-wrapper#widget-content {
    display: flex;
    flex-flow: column;
}

.alert-main-wrapper#widget-content form {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
}

.alert-main-wrapper#widget-content form #nav-alert.active-template,
form #nav-alert.active-template {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.alert-main-wrapper#widget-content form #nav-alert.active-template > *:not(.form-group),
form #nav-alert.active-template > *:not(.form-group) {
    width: 100%;
}

.alert-main-wrapper#widget-content form #nav-alert.active-template p,
#nav-alert.active-template p {
    width: 100% !important;
}

.alert-main-wrapper#widget-content form[action="JnCustomDailyEmail.searchResults"] {
    display: block;
}

.alert-main-wrapper#widget-content form[action="JnCustomDailyEmail.searchResults"] h3 {
    margin: 25px 0;
    font-size: 24px;
    line-height: 30px;
    color: #613790;
    font-family: 'robotoregular', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc !important;
    padding-left: 0;
}

.alert-main-wrapper#widget-content form[action="JnCustomDailyEmail.searchResults"] .nav-jobdetails {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fbfbfb;
    margin-bottom: 20px;
}

.alert-main-wrapper#widget-content .nav-jobdetails .block.top {
    border: none;
    background-color: transparent !important;
}

.alert-main-wrapper#widget-content .nav-jobdetails .jobDesc h2 {
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.twoColumn-right .my-detail #widget-content,
.twoColumn-right .my-profile-wrapper #widget-content,
.twoColumn-right .register-wrap #widget-content {
    width: 100% !important;
}

.message.alert.alert-warning {
    margin-top: 0 !important;
    margin-left: 15px !important;
}

.my-profile-wrapper .info {
    width: 100% !important;
}


/*dropdown nav*/
.navbar-right .profile-dropdown .dropdown-toggle .fa {
    border: 1px solid #293035;
    font-size: 17px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    margin: -20px 4px;
}

.navbar-right .profile-dropdown .dropdown-toggle:hover .fa {
    border: 1px solid #613790;
}

.navbar-right .profile-dropdown .dropdown-menu {
    min-width: 200px;
    padding: 0;
}

.navbar-right .profile-dropdown .dropdown-menu a {
    color: #293035 !important;
    font-size: 16px;
    padding: 8px 20px;
    background: #fff !important;
}

.navbar-right .profile-dropdown .dropdown-menu a:hover {
    background: #f5f5f5 !important;
}

.navbar-right .profile-dropdown .dropdown-menu a .fa {
    color: #293035;
    font-size: 20px;
    margin-right: 10px;
    opacity: .8;
}

.hide-mobile {
    display: block;
}

.show-mobile {
    display: none;

}

.register-wrap #widget-content form {
    display: flex;
    flex-flow: wrap;
}

.app-summary-wrap a {
    color: #613790;
}

.app-summary-wrap .app-table {
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: auto;
    padding: 10px;
}

.app-summary-wrap .app-table table {
    margin: 0;
}

.app-summary-wrap .app-table table thead tr th {
    padding: 15px 10px 8px;
    vertical-align: middle;
    background-color: #fbfbfb !important;
    border-top: 0px solid #ddd !important;
    border-bottom: 2px solid #ddd !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'robotomedium', sans-serif;
}

.app-summary-wrap .app-table table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.app-summary-wrap .app-table table thead tr th:first-child,
.app-summary-wrap .app-table table tbody tr td:first-child {
    border-left: 0px solid #ddd !important;
}

.app-summary-wrap .app-table table thead tr th:last-child,
.app-summary-wrap .app-table table tbody tr td:last-child {
    border-right: 0px solid #ddd !important;
}

.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] .form-group .col-md-6 {
    flex-flow: column;
    align-items: flex-end;
    padding: 0 !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal {
    margin: 30px 0 50px 0 !important;
}

.login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .actions-wrapper .left .btn {
    margin: 0 !important;
}

.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] .form-group .col-md-6 > div {
    font-size: 12px;
    font-style: italic;
    color: #878787;
    display: inline-block;
    text-decoration: underline;
}

.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] .form-group .col-md-6 > div > a:hover,
.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] .form-group .col-md-6 > div > a {
    color: #878787;
}

.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] {
    margin-left: 15px;
}

.login-to-apply-wrap #nav-app-summary form[action*="LoginScreen"] h4.form-sub-head {
    display: none !important;
}

.login-to-apply-wrap #widget-sidebar {
    display: none;
}

.login-to-apply-wrap {
    margin: 0 auto !important;
    width: 100% !important;
}

.login-to-apply-wrap #widget-content {
    padding-right: 0 !important;
    width: 100% !important;
}

#job-info-container .sidebar .panel.panel-primary .panel-heading h3 {
    text-transform: capitalize !important;
}

#job-info-container .sidebar .panel.panel-primary .panel-heading {
    padding-bottom: 15px !important;
}

#job-info-container .jobs-listing .input-group #keywords-input input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

#job-info-container .jobs-listing .input-group #location-autoselect1 input {
    border-radius: 0 !important;
    margin-left: -1px !important;
}

#job-info-container .jobs-listing .input-group .input-group-btn button {
    margin: 0 0 0 -1px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    height: 40px;
}

.job-description#job-info-container .job-details-wrap #headerJobDescription,
.job-description#job-info-container .job-details-wrap + .sidebar.col-md-3 {
    display: none;
}

.job-description#job-info-container .job-details-wrap {
    width: 100% !important;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .col-md-4 {
    display: flex !important;
    flex-flow: column;
    padding-bottom: 35px;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .col-md-4 > span {
    color: #666 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .col-md-4 > span .fa {
    opacity: .5;
    margin-right: 3px;
    font-size: 14px;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .jobDesc > h1 {
    margin: 0 !important;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .jobDesc > h1 + p {
    padding: 20px 0;
    margin: 0;
}

.job-description#job-info-container .active-template.nav-jobdetails .jobDetails .jobDesc + .form-group .controls {
    display: flex !important;
    margin: 20px 0 40px 0 !important;
}

#forgottenPwd .modal-header .close,
#search-tips .modal-header .close {
    display: none;
}

#forgottenPwd .modal-header,
#loginModel .modal-header,
#search-tips .modal-header {
    padding: 15px 20px !important;
    text-align: left !important;
}

#search-tips .modal-header h3 {
    font-size: 20px !important;
}

#loginModel .modal-header .modal-title {
    text-align: left !important;
}

#forgottenPwd .modal-body {
    padding: 20px !important;
}

#forgottenPwd .modal-body .form-group {
    margin: 0 !important;
    display: flex;
    flex-flow: column;
    width: 100%;
    position: relative;
}

#forgottenPwd .modal-body .form-group .col-md-8 {
    padding: 0 !important;
    width: 100%;
}

#forgottenPwd .modal-body .form-group label,
#forgottenPwd .modal-body .form-group .col-md-12 {
    padding: 0 !important;
}

#forgottenPwd .modal-body .form-group label {
    font-weight: 400;
    color: #212121;
    line-height: 22.4px;
    font-size: 14px;
    padding: 0;
    text-align: left;
    margin-bottom: 2px;
    width: fit-content;
}

#forgottenPwd .modal-footer,
#search-tips .modal-footer {
    padding: 12px 20px !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#forgottenPwd .modal-body .form-group label.mandate:after {
    content: "*";
    color: red;
    font-size: 15px;
    font-weight: normal;
    position: unset;
    margin-left: 2px;
    height: 5px;
}

#forgottenPwd .modal-body .form-group .col-md-8 .mandatory:before {
    content: "*";
    color: red;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    margin-left: 2px;
    height: 5px;
    top: -22px;
    left: 95px;
}

#forgottenPwd .modal-body .form-group label .mandatory {
    display: none;
}

#forgottenPwd .modal-footer .btn.btn-default,
#search-tips .modal-footer .btn.btn-default {
    margin: 0 0 0 10px !important;
}

#forgottenPwd .modal-footer .btn-success {
    order: 1 !important;
}

/*application temp css*/
.application-temp br {
    display: block;
}

.application-temp .control-label {
    text-align: left;
    font-size: 15px;
    margin-bottom: 3px;
    font-family: 'robotoregular', sans-serif;
    line-height: 1.5;
}

.application-temp .control-label .mandatory {
    color: red;
    font-size: 16px !important;
    margin-bottom: -8px;
    display: inline-block;
}

.application-temp table {
    text-align: center;
}

.application-temp .small_btn #attachFiles .buttons {
    margin-left: 0px !important;
}

.application-temp .btn-links {
    display: flex;
    align-items: center;
}

.application-temp .btn-links a.secondary {
    margin-left: 10px;
    margin-bottom: 0 !important;
}

.application-temp .btn-links .submit {
    margin-left: auto !important;
}

.application-temp .btn-links .controls {
    margin-top: -72px;
    margin-left: auto;
    position: relative;
}

.application-temp .jobReq a {
    color: #613790;
    font-weight: 500;
}

.application-temp .date-col img.datepick-trigger {
    position: absolute;
    bottom: 7px;
    left: auto;
    right: 24px;
    height: 25px;
    width: 25px;
}

.application-us {
    display: none;
}

.jobalerts_results:empty {
    display: none;
}

.alert-main-wrapper .jobquery {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.search-wrapper-login form #nav-searchresult #job-info-container .jobs-listing.col-md-9 {
    width: 100% !important;
}

.search-wrapper-login {
    width: 100% !important;
    padding: 0 !important;
    margin: 10px 0;
}

.search-wrapper-login form .search_results.alert.alert-info {
    margin-bottom: 5px !important;
}

.search-wrapper-login > h1.theme-heading,
.search-wrapper-login form .img-responsive.banner {
    display: none;
}

.search-wrapper-login form #nav-searchresult #job-info-container h1.theme-heading {
    margin-bottom: 25px !important;
}

#main .img-responsive.banner,
#main #job-info-container .job-details-wrap #headerJobDescription {
    display: none;
}

#main #job-info-container .job-details-wrap #headerJobTile {
    margin-top: 0 !important;
}

.nav.navbar-nav.hide-mobile .navbar-brands {
    padding: 15px 0px;
    display: inline-block;
    width: auto;
}

.nav.navbar-nav.hide-mobile .navbar-brands .img-responsive {
    height: 70px;
    width: auto;
}

.register-wrap #widget-content form#userdetails h2 {
    width: 100%;
    margin: 25px 0;
    font-size: 24px;
    line-height: 30px;
    color: #613790;
    font-family: 'robotoregular', sans-serif;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc !important;
    padding-left: 0;
}

.register-wrap #widget-content form#userdetails {
    justify-content: space-between;
}

.cookie-banner {
    position: absolute;
    z-index: 99;
    top: 20px;
    padding: 15px;
}

.cookie-banner h2 {
    margin-top: 0 !important;
    font-size: 22px !important;
    margin-bottom: 10px;
}

.cookie-banner button {
    background-color: #585e62 !important;
    color: white !important;
    padding: 6px 12px !important;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    border: 0 !important;
    margin: 0 0 0 10px !important;
}

.cookie-banner button:hover {
    background-color: #613790 !important;
}

.top-navbar .dropdown-toggle,
.bottom-nav .dropdown-toggle,
.top-navbar .dropdown-toggle:hover,
.bottom-nav .dropdown-toggle:hover {
    outline: none;
}

.top-navbar .dropdown-toggle {
    text-decoration: underline;
    margin-right: 50px;
}

.opportunities-dropdown,
.language-dropdown {
    position: relative;
}

.language-dropdown .dropdown-menu {
    margin-right: 0;
    left: 0;
    border-radius: 0;
    display: none;
}
.language-dropdown.open .dropdown-menu {
    display: block;
}

.language-dropdown .dropdown-menu a {
    font-size: 16px;
    padding: 13px 20px;
    -moz-transition: background 0.1s, color 0.1s;
    -o-transition: background 0.1s, color 0.1s;
    -webkit-transition: background 0.1s, color 0.1s;
    transition: background 0.1s, color 0.1s;
}

.opportunities-dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    margin-top: -1px;
    border: none;
}

.opportunities-dropdown .dropdown-menu li {
    border-bottom: 1px solid #ccc;
}

.opportunities-dropdown .dropdown-menu a:hover,
.opportunities-dropdown .dropdown-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 1.428571429;
    white-space: normal;
    background-color: #fff !important;
}

.opportunities-dropdown.open .dropdown-toggle,
.opportunities-dropdown.open .dropdown-toggle:hover,
.opportunities-dropdown.open .dropdown-toggle:focus {
    background-color: #e8e8e8 !important
}

/*moreInfoModal css*/
#moreInfoModal .modal-dialog {
    width: 90%;
    max-width: 900px;
    margin-top: 90px;
}

#moreInfoModal #learnmore-content {
    z-index: 9;
    position: absolute;
    top: -53px;
    opacity: 1;
    right: 0;
    font-size: 30px;
    font-weight: 100;
    padding: 3px;
    line-height: 0;
    display: block;
    width: 38px;
    height: 38px;
}

#moreInfoModal .modal-content {
    padding: 40px 20px 20px 20px;
    text-align: left;
}

#moreInfoModal .modal-content br {
    margin-bottom: 6px;
}

#moreInfoModal .modal-content ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.combo-search-widget .form-control {
    border-radius: 0;
}

.popover.location-info {
    z-index: 6;
}


/*all responsive css*/
@media (max-width: 1200px) {

    footer .txt-footer {
        text-align: center !important;
        width: 100% !important;
    }

    footer .txt-footer a {
        display: inline-block !important;
    }

    .onboarding_wrapper {
        margin-bottom: 220px;
    }

}

@media (max-width: 1024px) {
    #nav-application #appform .form-control {
        width: 370px;
    }

    /*For mobile menu*/
    nav#navbar.navbar-collapse li:last-child a {
        border-width: 0;
    }

    nav#navbar.navbar-collapse li.active a {
        background-color: transparent;
    }

    .banner-overlay h2,
    .banner-overlay h1 {
        color: #fff;
    }

    .navbar-toggle .icon-bar {
        background: #613790;
    }

    .navbar-toggle {
        float: right;
        margin-bottom: -9px;
    }

    .nav.navbar-nav.navbar-clear,
    .nav-searchresult .img-responsive {
        display: none;
    }

    .nav-searchresult.show-mobile {
        display: inline-block;
        height: 50px;
        padding: 5px;
    }

    .nav-searchresult.show-mobile .img-responsive {
        display: block;
        height: 45px;
        width: auto;
    }

    .bottom-nav,
    .top-navbar {
        position: relative;
        top: 0;
    }

    .navbar-inverse .navbar-nav.navbar-right > li > a {
        padding: 10px 0;
    }

    .navbar-inverse .navbar-nav.navbar-right {
        padding: 10px 0;
        margin-bottom: 20px;
    }

    .img-responsive.banner .banner-overlay {
        width: 90%;
    }

    .show-mobile.navbar-brands {
        padding: 8px 0px;
        display: inline-block;
        width: auto;
    }

    .show-mobile.navbar-brands .img-responsive {
        height: 40px;
        width: auto;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}

@media (max-width: 991px) {
    #nav-application #appform .form-control {
        width: 300px;
    }

    #nav-searchresult #job-info-container .sidebar {
        width: 100%;
    }

    #searchBox.active-filter {
        margin-bottom: 20px;
    }

    #searchBox .panel-heading .pull-right.clickable {
        display: block;
        margin-right: 5px;
    }

    #searchBox .panel-body {
        display: block;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .section-subheading.mobile-filter {
        margin-bottom: 20px;
        border-bottom: solid 1px #ededed;
        background-color: #fff;
        border-top: 1px solid #ededed;
    }

    .section-subheading.mobile-filter .btn-block {
        width: 100%;
        background: no-repeat;
        border: 0;
        text-align: left;
        padding: 15px 0 10px;
    }

    .section-subheading.mobile-filter .btn-block .filter-toggle {
        font-family: inherit;
        color: #000;
        font-size: 18px;
    }

    .section-subheading.mobile-filter .btn-block .filter-toggle:after {
        content: "\f078";
        font-family: fontawesome;
        float: left;
        font-weight: normal;
        font-size: 1rem;
        padding-right: 8px;
        line-height: 22px;
    }



    .sidebar.col-md-3.collapse.in #searchBox .panel-body {
        max-height: unset !important;
    }

    .sidebar.col-md-3.collapse.in .panel-heading {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #searchBox.active-filter .panel-body {
        max-height: 250px;
        overflow: auto;
        overflow-x: hidden;
    }

    #searchBox:not(.active-filter) .panel-heading .clickable {
        transform: rotate(180deg);
    }

    .top-navbar .top-navbar-right li h6,
    .top-navbar .top-navbar-left {
        display: none;
    }

    .top-navbar .top-navbar-right {
        padding: 0;
    }

    .top-navbar .top-navbar-right > ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .top-navbar .row {
        justify-content: flex-end;
    }

    .top-navbar #dropdownMenu1 {
        margin-right: 0px;
        display: flex;
        align-items: center;
    }

    .combo-search-widget .combo-search-group {
        flex-flow: unset !important;
    }

    .combo-search-widget .combo-search-group .skills-field > input {
        margin-right: -2px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }

    #registerFooter {
        font-size: 13px;
        padding: 10px;
    }

    .combo-search-widget .combo-search-group .locations-field > input {
        margin-left: -1px !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 991px) {
    #widget-sidebar.sidebar.col-md-3:not(.in) {
        display: none;
    }
}

@media (max-width: 767px) {

    .img-responsive.banner {
        display: flex;
        flex-direction: column;
        min-height: 350px;
    }

    .img-responsive.banner .banner-overlay {
        height: auto;
        flex-grow: 0;
        flex-shrink: 0;
        margin: auto !important;
    }

    .img-responsive.banner .img-responsive {
        display: block;
        height: 100%;
        width: auto;
        max-width: unset;
        min-width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: translate(30%, 0%);
    }

    .login-to-apply-wrap #nav-profile.active-template #widget-content.candidate_portal .form-group {
        max-width: 100% !important;
    }

    #nav-application #appform .form-control {
        width: 85%;
    }

    .application-temp .btn-links .controls {
        margin-top: 10px;
    }

    #widget-content form .form-group,
    #nav-alert .form-group {
        max-width: calc(100% - 15px) !important;
    }

    #header {
        padding: 0;
    }

    #header .container-fluid {
        padding: 0px 10px;
    }

    .grid-row {
        margin: 0 auto;
        max-width: 400px;
    }

    footer div.txt-footer {
        text-align: center;
        padding: 10px 0 8px;
    }

    footer div.home-footer-social {
        clear: both;
        float: none !important;
        padding: 5px 0 20px;
    }

    .widget-section .theme-heading {
        font-size: 40px;
    }

    .btn-cta {
        border-radius: 20px;
        padding: 10px 15px;
    }

    .grid-item-overlay {
        max-width: 255px;
        max-height: 255px;
        margin: 20px auto 0 auto !important;
    }

    .bottom-nav {
        border-top: 5px solid #613790;
    }

    .top-navbar .container {
        margin-right: 0;
    }

    .top-navbar-right {
        position: static;
    }

    .top-navbar .top-navbar-right li h6,
    .top-navbar .top-navbar-left {
        display: none;
    }

    .top-navbar .top-navbar-right {
        padding-right: 0;
    }

    .bottom-nav .container {
        display: flex;
        flex-wrap: wrap;
    }

    .bottom-nav .container > a {
        order: 2;
        margin-right: calc(49% - 50px);
    }

    .bottom-nav .container > button {
        order: 1;
        margin-right: auto;
        padding-left: 0;
    }

    nav.navbar-collapse#navbar {
        width: 100%;
        order: 3;
    }

    .img-responsive.banner h2 {
        font-size: 25px;
        line-height: 36px;
        padding: 0;
    }

    #content-panels .align-items-center {
        flex-direction: column;
    }

    #content-panels .align-items-center > div {
        width: 100%;
    }

    #content-panels .content-section {
        padding: 0px 10px;
    }

    .itemLink img {
        width: 155%;
        height: 100%;
    }

    .itemLink img[src*="supervisor"] {
        left: 0px;
    }

    .footer-wrap-copyright .align-items-center {
        flex-flow: column;
        align-items: flex-start !important;
    }

    .footer-wrap-copyright {
        padding: 40px 0 32px 0px;
    }

    .footer-wrap-copyright .align-items-center .footer-social-block {
        margin-top: 20px;
    }

    .banner .banner-overlay form .smart-search-widget #in_skills.form-control {
        width: calc(100% - 85px);
        min-width: 100px;
    }

    .banner .banner-overlay form .smart-search-widget .input-group-append .btn {
        width: 80px;
    }

    .home-footer-social i {
        font-size: 18px;
    }

    .home-footer-social {
        gap: 15px;
    }

    .jobs-listing .jobContainer .jobContainer-left .jobContainer-position {
        height: auto;
    }

    .jobs-listing .jobContainer .jobContainer-right {
        flex-flow: row;
        align-items: center;
        height: auto;
        min-height: 0px;
        padding: 0;
        margin-top: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 25px;
    }

    .jobs-listing .jobContainer .jobContainer-left .job-info-wrap > div {
        max-width: 100%;
        margin-bottom: 5px;
    }

    #location-autoselect1,
    #keywords-input {
        width: 100% !important;
    }

    table.job_results tr td:nth-of-type(2),
    table.job_results tr td:nth-of-type(3),
    table.job_results thead th:nth-of-type(2),
    table.job_results thead th:nth-of-type(3) {
        display: none;
    }

    /* ------------Left aligned logo on mobile, icons hidden showing text only ------------- */
    #top-nav .circle {
        display: none;
    }

    #top-nav .div {
        display: none;
    }

    #top-nav a.fa-sm.theme-color {
        clear: both;
        display: block;
        margin: 0 0 15px 0;
    }

    a.navbar-brands.pull-left {
        max-width: 190px !important;
        margin: 5px 0 8px 5px;
    }

    .combo-search-widget .combo-search-group {
        display: block !important;
    }

    .combo-search-widget .combo-search-group .locations-field > input,
    .combo-search-widget .combo-search-group .search-btn input {
        border-radius: 4px !important;
    }

    .combo-search-widget .combo-search-group .search-btn {
        justify-content: flex-end !important;
    }

    footer .txt-footer {
        width: 100% !important;
    }

    footer .footer-text-main {
        margin: 10px auto 0 auto;

    }

    .combo-search-widget .combo-search-group .skills-field > input#rs_in_skills1 {
        border-radius: 4px !important;
        margin: 0 !important;
    }

    /* Prevent zooming on inputs by ensuring font-size is 16px or larger */
    input,
    textarea,
    select,
    form input,
    form textarea,
    form select,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        font-size: 16px !important;
    }
}

@media (max-width: 500px) {
    #locationDeniedMsg {
        top: -81px !important;
        min-width: 100px !important;
        width: 100%;
    }

    .loc-list-controls .form-switch .form-check-label {
        white-space: normal !important;
        width: 100px;
        margin-left: 10px !important;
    }
}

@media (max-width: 1200px) {
    .top-navbar .top-navbar-right h6 {
        display: none;
    }
}

.loc-list-controls .form-switch .form-check-label {
    display: block;
    white-space: nowrap;
    top: 2px !important;
    margin-left: 5px;
}

.jobDetails a {
    color: #613790;
    text-decoration: underline;
}

.popover.location-info {
    z-index: 5 !important;
}

main #attachFiles .formError .formErrorContent {
    margin-left: 40px;
}

main #attachFiles .formError .formErrorArrow {
    margin-left: 60px
}
