body {
    color: #454545;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background-color: #eae8e5;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
    cursor: url(../img/cursor.cur), auto;
}
/*IE incompatibility message*/
.ie-browser {
    display: none;
    background-color: #111;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
    padding: 16px;
    position: relative;
    z-index: 100;
}

html[data-useragent*='MSIE 10.0'] .ie-browser {
    display: block;
}
/*end of IE incompatibility message*/

::-moz-selection {
    background: #663399;
    color: #fff;
    text-shadow: 0 0 15px #fff;
}

::selection {
    background: #663399;
    color: #fff;
    text-shadow: 0 0 15px #fff;
}

button, .cur-btn {
    cursor: url(../img/cursor.cur), auto !important;
}

section {
    position: relative;
}

.loading.la {
    font-size: 64px;
    color: #707d01;
}
/*** BOOTSTRAP OVERRIDE CLASSES ****/

a, b, strong {
    font-weight: 700;
}

a {
    color: #707d01;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    a:hover, a:focus {
        color: #663399;
        text-decoration: none;
    }

small {
    color: #777;
    font-size: 90%;
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 8px;
}

h1, .h1 {
    font-size: 64px;
    color: #663399;
    margin-bottom: 16px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    color: #663399;
}

h4, .h4, h5, .h5, h6, .h6 {
    line-height: 1.4;
}

h3 ~ p {
    font-weight: 600;
}

.text-default {
    color: #707d01;
}

.text-primary {
    color: #663399;
}

.text-body {
    color: #454545;
}

textarea {
    resize: vertical;
}

.input-lg {
    padding: 0 16px;
}

.btn {
    border-radius: 0;
    height: 34px;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    box-shadow: none !important;
    position: relative;
    letter-spacing: .2px;
}

/* Ripple Out */

@-webkit-keyframes ripple-out {
    100% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes ripple-out {
    100% {
        box-shadow: 0 0 0 8px rgba(0, 0, 0, 1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.btn:before {
    content: '';
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    width: 100%;
}

.btn.btn-icon:before {
    border-radius: 50%;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-animation-name: ripple-out;
    animation-name: ripple-out;
}

.btn-group-lg > .btn, .btn-lg {
    height: 46px;
    padding: 11px 16px;
}

.btn-group-sm > .btn, .btn-sm {
    height: 30px;
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group-xs > .btn, .btn-xs {
    height: 22px;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-default {
    color: #454545;
    background-color: #cbe70b;
    border-color: #cbe70b;
}

    .btn-default:hover {
        color: #fff !important;
        background-color: #707d01 !important;
        border-color: #707d01 !important;
    }

.btn-clear {
    background: #fff;
    cursor: url(../img/cursor.cur), auto !important;
    border-color: #ccc !important;
    border-left: none !important;
}

.btn-white {
    margin-bottom: 0;
    margin-top: -6px;
    background-color: #fff;
    color: #707d01;
}

    .btn-white:hover, .btn-white:focus {
        background-color: #FEF4FB;
    }

.btn-primary {
    color: #fff;
    background-color: #663399;
    border-color: #663399;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        color: #fff !important;
        background-color: #292929 !important;
        border-color: #292929 !important;
    }

.btn-primary-outline {
    color: #663399;
    background-color: #fff;
    border-color: #663399;
}

    .btn-primary-outline:hover, .btn-primary-outline:focus, .btn-primary-outline.active.focus, .btn-primary-outline.active:focus, .btn-primary-outline.active:hover, .btn-primary-outline:active.focus, .btn-primary-outline:active:focus, .btn-primary-outline:active:hover, .open > .dropdown-toggle.btn-primary-outline.focus, .open > .dropdown-toggle.btn-primary-outline:focus, .open > .dropdown-toggle.btn-primary-outline:hover {
        color: #fff;
        background-color: #663399;
        border-color: #663399;
    }

.btn-success {
    color: #98bf64;
    background-color: #fff;
    border-color: #98bf64;
}

    .btn-success:hover, .btn-success:focus, .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
        background-color: #98bf64;
        border-color: #98bf64;
    }

.btn-info {
    color: #00b2ff;
    background-color: #fff;
    border-color: #00b2ff;
}

    .btn-info:hover, .btn-info:focus, .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        background-color: #00b2ff;
        border-color: #00b2ff;
    }

.btn-warning {
    color: #e4b103;
    background-color: #fff;
    border-color: #e4b103;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
        background-color: #e4b103;
        border-color: #e4b103;
    }

.btn-danger {
    color: #bb544a;
    background-color: #fff;
    border-color: #bb544a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
        background-color: #bb544a;
        border-color: #bb544a;
    }

.btn-link {
    color: #663399;
    font-weight: 600;
}

    .btn-link:hover, .btn-link:focus {
        color: #663399 !important;
        background-color: #efeaf5 !important;
        text-decoration: none;
    }

    .btn-link .la {
        text-decoration: none;
        margin-right: 3px;
    }

a:not(.btn):hover .la-angle-right, a:not(.btn):focus .la-angle-right {
    transform: translateX(4px);
}

a:hover .la-plus, a:focus .la-plus {
    transform: rotate(90deg);
}

.btn-go {
    background-image: url(../img/crosshair.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.navbar-toggle {
    padding: 16px 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    border: 1px solid #ABADAF;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    border: 1px solid #ABADAF;
}

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            padding: 6px 12px;
            border-radius: 0;
        }

.form-group {
    margin-bottom: 24px;
}

.form-control {
    background: #fff;
    font-size: 13px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: border-color cubic-bezier(0.18, 0.89, 0.32, 1.28) .1s;
    transition: border-color cubic-bezier(0.18, 0.89, 0.32, 1.28) .1s;
}

    .form-control:focus {
        border: 1px solid #663399;
        background: #fff;
        box-shadow: none;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        border: 1px solid rgba(45, 50, 56, 0.1);
    }

    .form-control ~ small {
        margin-top: 7px;
        display: inline-block;
    }

.control-label {
    color: #a385c2;
    font-size: 13px;
    font-weight: 600;
}

.form-control-static {
    padding-top: 0;
}

.form-inline .form-control-static {
    vertical-align: middle;
}

.form-group label > .btn {
    padding: 0;
    color: inherit;
    height: 20px;
    width: auto;
    vertical-align: baseline;
}

hr {
    border-top: 1px dashed #663399;
    margin-bottom: 30px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 24px;
}

.well {
    position: relative;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    padding: 15px;
    border-bottom: 2px solid #cbe70b;
    border-left: 2px solid #cbe70b;
    border-right: 2px solid #cbe70b;
    background: rgba(250,253,230,1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(250,253,230,1)), color-stop(100%, rgba(239,234,245,1)));
    background: -webkit-linear-gradient(-45deg, rgba(250,253,230,1) 0%, rgba(239,234,245,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(250,253,230,1) 0%, rgba(239,234,245,1) 100%);
    background: linear-gradient(135deg, rgba(250,253,230,1) 0%, rgba(239,234,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafde6', endColorstr='#efeaf5', GradientType=1 );
}

    .well::before, .well::after {
        content: '';
        position: absolute;
        height: 16px;
        width: 30%;
        z-index: 1;
        text-align: center;
        top: -16px;
        border-top: 3px solid #cbe70b;
    }

    .well::before {
        background: -webkit-linear-gradient(315deg, transparent 21px, #efeaf5 7px);
        background: linear-gradient(135deg, transparent 21px, #efeaf5 7px);
        right: -2px;
        border-right: 2px solid #cbe70b;
    }

    .well::after {
        content: '';
        background: -webkit-linear-gradient(225deg, transparent 21px, #fafde6 7px);
        background: linear-gradient(225deg, transparent 21px, #fafde6 7px);
        left: -2px;
        border-left: 2px solid #cbe70b;
    }

.label {
    font-weight: 400;
    border-radius: 0;
    transform: skewX(-10deg);
    display: inline-block;
    padding: .4em;
}

.label-primary {
    background-color: #663399;
    color: #fff;
    border: 1px solid #663399;
}

.label-primary-outline {
    color: #663399;
    background-color: #fff;
    border: 1px solid #663399;
}

.label-info, .label-featured {
    background-color: #00b2ff;
}

.label-warning {
    background-color: #e4b103;
}

.label-danger {
    background-color: #bb544a;
}

.label-success {
    background-color: #98bf64;
}

.panel-title a:hover, .panel-title a:focus {
    text-decoration: none;
}

.panel, .panel-group .panel, .panel-group .panel-heading {
    border-radius: 0;
}

.panel {
    box-shadow: none;
    position: relative;
    margin-bottom: 32px;
}

    .panel::before {
        background: -webkit-linear-gradient(315deg, transparent 21px, #fff 7px);
        background: linear-gradient(135deg, transparent 21px, #fff 7px);
        position: absolute;
        height: 16px;
        width: 70%;
        z-index: 1;
        right: -1px;
        text-align: center;
        top: -16px;
    }

.panel-default {
    border-color: #fff;
}

.panel-heading {
    padding: 8px 15px;
}

.panel-icons .panel-heading {
    padding: 5px 15px;
}

.panel-icons .panel-title {
    margin: 0;
    font-size: 13px;
}

    .panel-icons .panel-title a {
        display: block;
        font-weight: 600;
    }

.panel-footer {
    padding: 10px 24px;
    background-color: #fff;
}

    .panel-footer .btn.btn-block:hover, .panel-footer .btn.btn-block:focus {
        background-color: #FAECF6;
        border-radius: 0;
        text-decoration: none;
    }

.table > thead > tr > th {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 700;
    color: #777;
    font-size: 18px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.table-hover > tbody > tr:hover {
    background-color: rgba(237, 34, 172, 0.05);
}

.page-navigation {
    background-color: #efeaf5;
    box-shadow: 0 -18px 0 0 #efeaf5, 0 15px 0 0 #efeaf5;
    margin-top: 16px;
}

.pagination {
    display: inline-block;
    margin: 0;
    border-radius: 0;
}

    .pagination > li > a, .pagination > li > span {
        font-family: 'Saira Extra Condensed', sans-serif;
        border: 1px solid transparent;
        background-color: transparent;
        color: #663399;
        font-weight: 700;
        font-size: 18px;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            border-color: transparent;
            background-color: #d1c1e0;
            color: #663399;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        border-color: transparent;
        background-color: #663399;
        color: #fff;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
        font-size: 12px;
        padding: 9px;
    }

.alert {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    padding: 8px 24px;
    color: #fff;
    margin-bottom: 32px;
}

.alert-info {
    background-color: #00b2ff;
    border-color: #00b2ff;
}

.alert-danger {
    background-color: #bb544a;
    border-color: #bb544a;
}

.alert-warning {
    background-color: #e4b103;
    border-color: #e4b103;
}

.alert-success {
    background-color: #98bf64;
    border-color: #98bf64;
}

.alert-dismissable .close, .alert-dismissible .close {
    top: -3px;
    right: -16px;
}

.alert a {
    font-weight: 600;
    text-decoration: underline;
    color: #fff;
}





.tooltip {
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

    .tooltip.in {
        opacity: 1;
    }

.tooltip-inner {
    transform: skewX(-10deg);
    border-radius: 0;
    color: #fff;
    background-color: #111;
    box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2);
}

.tooltip.top .tooltip-arrow {
    border-top-color: #111;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #111;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #111;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #111;
}

.modal-header h4, .panel-body h4 {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight: 700;
    color: #663399;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}

.modal-header h4 {
    margin: 0;
}

.modal-content {
    border-radius: 2px;
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 6px 20px -5px rgba(156, 39, 176, .42);
    border-color: #fff;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #a385c2;
    }

.btn-block + .btn-block {
    margin-top: 0;
}

.nav-pills > li {
    margin-right: 8px;
}

    .nav-pills > li > a {
        border-radius: 23px;
        border: 1px solid transparent;
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        font-weight: 600;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        background-color: #663399;
        border: 1px solid #663399;
    }

    .nav-pills > li > a:hover, .nav-pills > li > a:focus {
        background-color: #fff;
        color: #663399;
        border: 1px solid #efeaf5;
    }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    border-color: transparent;
    background-color: transparent;
}

button.close {
    cursor: pointer !important;
    text-shadow: none;
}

label {
    cursor: url(../img/cursor.cur), auto;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

a.list-group-item, button.list-group-item {
    font-size: 12px;
    line-height: 1.5;
    color: #663399;
    font-weight: 600;
    text-transform: uppercase;
}

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #663399;
        background-color: #efeaf5;
    }

.alert-dismissable .close, .alert-dismissible .close {
    opacity: .6;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label, fieldset[disabled] {
    background: transparent;
    box-shadow: none;
}
/*** END OF BOOTSTRAP OVERRIDE CLASSES ***/

/*** CUSTOM CLASSES ***/

.js-find-location:hover, .js-find-location:focus, .js-find-location:active {
    background-color: #bbb;
}

/**location icons*/

.js-find-location {
    background-color: #663399;
    color: #fff;
    border-radius: 0;
    border: 1px solid #663399 !important;
}

    .js-find-location:hover, .js-find-location:focus, .js-find-location:active {
        background-color: #292929;
        border-radius: 0;
        color: #fff;
    }


.js-location-class-town, .js-location-class-region, .js-location-class-postalcode {
    position: relative;
    color: #aaa;
    transition: .1s linear transform;
}

    .js-location-class-town:hover,
    .js-location-class-region:hover,
    .js-location-class-postalcode:hover {
        color: #fff;
    }

    .js-location-class-town:before {
        content: "\f249";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

    .js-location-class-region:before {
        content: "\f219";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

    .js-location-class-postalcode:before {
        content: "\f27d";
        font-family: Lineawesome;
        font-size: 20px !important;
        position: absolute;
        top: 0;
        width: 28px;
        text-align: center;
    }

.tab-content {
    clear: both;
}
/* Fix the double click issue with the bootstrap tabs with google charts. */

.tab-chart .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow-y: hidden;
}

.tab-chart .tab-content > .active {
    height: auto;
}

.muted {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.highlighter,
.make-target:target {
    animation: highlighter 4s .3s forwards;
    -webkit-animation: highlighter 4s .3s forwards;
    -o-animation: highlighter 4s .3s forwards;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes highlighter {
    0% {
        box-shadow: 0 0 0 8px #fff, 0 0 0 16px #663399;
    }
}

@keyframes highlighter {
    0% {
        box-shadow: 0 0 0 8px #fff, 0 0 0 16px #663399;
    }
}

.la {
    font-size: 1.4em;
    vertical-align: text-bottom;
    -webkit-transition: all .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.la-spin {
    -webkit-animation: fa-spin 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation: fa-spin 2s infinite cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.text-white {
    color: #fff !important;
}

.bg-default {
    background-color: #cbe70b;
}

.bg-white {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-transparent {
    background-color: transparent !important;
    box-shadow: none !important;
    cursor: default !important;
}

.bg-gray {
    background-color: #eae8e5 !important;
}

.bg-lightgray {
    background-color: #f5f5f5 !important;
}

.bg-primary {
    background-color: #663399 !important;
}

.btn-dark, .label-dark {
    color: #fff;
    background-color: #2D3238;
    border: 1px solid #2D3238;
}

    .btn-dark:hover, .btn-dark:focus {
        color: #fff;
        background-color: #22262a;
    }

.btn-shortlisted {
    color: #bb544a;
    border-color: transparent;
    padding: 5px 0;
    background-color: transparent;
}

.js-shortlist-button:hover, .js-shortlist-button:focus {
    color: #fff;
    border-color: #D43F3A;
    padding: 5px 0;
    background-color: #D43F3A;
}

.result-list .js-shortlist-button, .job-list-container .js-shortlist-button, .candidate-list-container .js-shortlist-button {
    height: 30px;
    padding: 5px 0;
    font-size: 12px;
    line-height: 1.5;
}

.btn.btn-icon {
    padding: 6px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-decoration: none;
}

.btn-lg.btn-icon {
    height: 46px;
    width: 46px;
}

.btn-sm.btn-icon {
    height: 30px;
    width: 30px;
}

.btn-xs.btn-icon {
    height: 22px;
    width: 22px;
    padding: 2px;
}

select.form-control {
    background-image: url(/assets/img/select-arrow.svg) !important;
    background-size: 20px !important;
    padding-right: 25px;
    background-repeat: no-repeat !important;
    background-position: right 2% center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position-x: 100%;
    /*safari placement*/
    background-position-y: 40%; /*safari placement*/
    cursor: url(../img/cursor.cur), auto;
}

    select.form-control.input-sm {
        line-height: 1;
    }

    /* hide the default arrow in IE */

    select.form-control::-ms-expand {
        display: none;
    }

table a {
    font-weight: 600;
}

table .btn-link {
    padding: 2px;
    margin-right: 10px;
    height: auto;
    font-size: 12px;
}

table .checkbox {
    margin: 0;
}

table .job-status, table .candidate-status {
    float: none;
    margin-left: 8px;
}
/* switch slider */

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    vertical-align: bottom;
}

    .switch input {
        display: none;
    }

.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 34px;
}

    .switch-slider:hover {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    }

    .switch-slider:before {
        position: absolute;
        content: "";
        height: 24px;
        width: 24px;
        left: 3px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 50%;
    }

input:checked + .switch-slider, input:checked + input + .switch-slider {
    background-color: #663399;
}

input:focus + .switch-slider, input:focus + input + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before, input:checked + input + .switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}
/* quick search */

.quick-search .input-group:before {
    content: "\f2eb";
    font-family: Lineawesome;
    color: #777;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 18px;
    z-index: 4;
    left: 0;
}

.quick-search-input {
    padding-left: 35px;
}

.panel-control {
    height: auto;
    position: relative;
    float: right;
    padding-top: 8px;
}

    .panel-control .nav-pills > li > a {
        padding: 4px 8px 2px 8px;
        font-size: 12px;
        text-transform: uppercase;
    }
/* select2 - multi select */

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2D3238;
    line-height: 34px;
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.select2-results__options {
    font-size: 13px;
}



.select2-container .select2-selection--single {
    min-height: 34px;
    cursor: url(../img/cursor.cur), auto !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 0;
    min-height: 34px;
    background-image: url(/assets/img/select-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 4px center;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border: 1px solid #663399;
    background-color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #a385c2;
    border-color: #a385c2;
    font-size: 13px;
    border-radius: 0;
    padding: 0 8px;
    margin-top: 4px;
    height: 22px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: text-top;
    line-height: .7;
    background: transparent;
    border: none;
    padding: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
    color: #bbb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #a385c2;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 0;
    background-size: 20px !important;
    background-image: url(/assets/img/select-arrow.svg);
    background-position: right 4px center;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none;
    }

.select2-dropdown {
    border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    border: 1px solid rgba(45, 50, 56, 0.1);
    cursor: not-allowed !important;
    outline: none;
}

.input-lg ~ span .select2-selection__rendered {
    line-height: 53px !important;
    font-size: 18px !important;
}

.input-lg ~ span .select2-selection {
    height: 53px !important;
    padding: 0 8px;
}

.input-lg ~ span .select2-selection__arrow {
    height: 48px !important;
    background-repeat: no-repeat;
}
/* end of select2 - multi select */

/* custom styled checkbox and radio button */

.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        cursor: url(../img/cursor.cur), auto;
    }

        .checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 0;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label:after {
            display: inline-block;
            position: absolute;
            width: 18px;
            height: 18px;
            border-radius: 0;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 1px;
            padding-top: 0px;
            font-size: 14px;
            color: #a385c2;
            background-color: #fff;
            line-height: 1.3;
            font-weight: 600;
            border: 1px solid #cccccc;
        }

        .radio label:hover, .radio label:focus, .checkbox label:hover, .checkbox label:focus {
            background: #efeaf5;
            box-shadow: 5px 0 #efeaf5;
        }

    .checkbox input[type="checkbox"], .checkbox input[type="radio"] {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: 1;
        cursor: pointer;
    }

        .checkbox input[type="checkbox"]:focus + input + label:before, .checkbox input[type="radio"]:focus + input + label:before, .checkbox input[type="checkbox"]:focus + label:before, .checkbox input[type="radio"]:focus + label:before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + input + label:after, .checkbox input[type="radio"]:checked + input + label:after, .checkbox input[type="checkbox"]:checked + label:after, .checkbox input[type="radio"]:checked + label:after {
            font-family: "LineAwesome";
            content: "\f17b";
        }

        .checkbox input[type="checkbox"]:indeterminate + input + label:after, .checkbox input[type="radio"]:indeterminate + input + label:after, .checkbox input[type="checkbox"]:indeterminate + label:after, .checkbox input[type="radio"]:indeterminate + label:after {
            display: block;
            content: "";
            width: 10px;
            height: 3px;
            background-color: #555555;
            border-radius: 0;
            margin-left: -16.5px;
            margin-top: 7px;
        }

        .checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
                opacity: 0.65;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
                cursor: not-allowed;
            }

                .checkbox input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before {
                    background-color: #eeeeee;
                    cursor: not-allowed;
                }

    .checkbox.checkbox-circle label:before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.radio {
    padding-left: 20px;
}

    .radio label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
    }

        .radio label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        .radio label:after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 7px;
            height: 7px;
            left: 5px;
            top: 5px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #a385c2;
            -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }

    .radio input[type="radio"] {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        z-index: 1;
        cursor: pointer;
    }

        .radio input[type="radio"]:focus + input + label:before, .radio input[type="radio"]:focus + label:before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .radio input[type="radio"]:checked + input + label:after, .radio input[type="radio"]:checked + label:after {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        .radio input[type="radio"]:disabled {
            cursor: not-allowed;
        }

            .radio input[type="radio"]:disabled + label {
                opacity: 0.65;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
            }

                .radio input[type="radio"]:disabled + label:before {
                    cursor: not-allowed;
                }

    .radio.radio-inline {
        margin-top: 0;
    }

input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
    font-family: 'LineAwesome';
    content: "\f17b";
}

input[type="checkbox"] .styled:checked + label:before, input[type="radio"] .styled:checked + label:before {
    color: #fff;
}

input[type="checkbox"] .styled:checked + label:after, input[type="radio"] .styled:checked + label:after {
    color: #fff;
}
/* end of custom styled checkbox and radio button */

.scrolltotop {
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 75px;
    right: 40px;
    display: none;
    padding: 10px !important;
    height: 42px !important;
    width: 42px !important;
}
/* slick slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: 0;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: "";
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    background-color: transparent;
    margin: 10px;
    padding: 16px;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    margin: auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list:before {
    font-family: LineAwesome;
    content: "\f1c3";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    color: #663399;
    font-size: 3em;
    position: absolute;
    left: 48%;
    top: 40%;
    -webkit-transform: translate(-48%, -10%);
    transform: translate(-48%, -10%);
}

.slick-slide:hover, .slick-slide:focus {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: url(../img/cursor.cur), auto !important;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    padding: 6px;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    z-index: 1;
    background-color: #cbe70b;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        color: transparent;
        outline: 0;
        background: 0 0;
        box-shadow: 0 0 0 4px rgba(0, 0, 0, .1);
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    }

    .slick-next:before, .slick-prev:before {
        font-family: LineAwesome;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
        color: #454545;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: 0;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: "\f120";
}

[dir=rtl] .slick-prev:before {
    content: "\f121";
}

.slick-next {
    right: 0;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: "\f121";
}

[dir=rtl] .slick-next:before {
    content: "\f120";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: 0;
            background: 0 0;
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                }

            .slick-dots li button:before {
                font-family: LineAwesome;
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: "â€¢";
                text-align: center;
                opacity: .25;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
                color: #663399;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            color: #000;
        }


/* end of slick slider */

/*** HOME PAGE ***/

.hero-container {
    background-color: #663399;
    background-image: url('../img/Hero - How does your salary compare.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 700px;
}


    .hero-container > .container {
        position: relative;
    }




.search-container {
    background-color: rgba(234, 232, 229, .95);
    padding: 24px;
    position: relative;
    margin-top: 42px;
}


    .search-container .form-control {
        background-color: #fff;
        height: 53px;
        font-size: 18px;
    }

    .search-container .input-group-btn .btn {
        height: 53px;
        background-color: #663399;
        border: 1px solid #cccccc !important;
        color: #fff;
    }

    .search-container .search-icon-home:hover, .search-container .search-icon-home:focus {
        background-color: #292929;
    }

    .search-container .btn {
        height: 53px;
        margin: 0;
        padding: 14px 16px;
    }


.recommended-jobs-container .slick-slide {
    background-color: #fff;
    border: 1px solid #cccccc;
    font-weight: 400;
    text-decoration: none;
}

.recommended-jobs-container .job-title {
    height: 40px;
    overflow: hidden;
    color: #454545;
    font-weight: 700;
    font-size: 14px;
}

.job-location, .job-salary, .job-company, .job-sector {
    text-transform: uppercase;
    color: #707d01;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.job-desc {
    color: #454545;
    font-size: 14px;
    margin-top: 16px;
    min-height: 60px;
}


footer {
    background-color: #eae8e5;
    padding-top: 32px;
    border-top: 1px solid #ccc;
}

    footer h4 {
        font-family: 'Saira Extra Condensed', sans-serif;
        color: #707d01;
        text-transform: uppercase;
        font-weight: 700;
    }

    footer a {
        color: #454545;
        font-weight: 600;
        display: block;
        padding: 4px 0;
        font-size: 13px;
        -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
        transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    }

        footer a:hover, footer a:focus {
            color: #663399;
        }

.social-links a {
    display: inline-block;
    margin-right: 16px;
}

    .social-links a:hover, .social-links a:focus {
        transform: scale(1.1, 1.1);
    }

.contact-us-container .social-icons a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}
/*STICKY FOOTER*/

html {
    min-height: 100%;
    position: relative;
}

    html footer {
        bottom: 0;
        width: 100%;
        position: absolute;
    }
/*END OF STICKY FOOTER*/

.contact-us-container .social-icons a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}

.copyright-block {
    font-size: 13px;
    text-align: center;
    background-color: #eae8e5;
    border-top: 1px solid #ccc;
    font-weight: 700;
    color: #663399;
}

.copyright-divider {
    padding: 0 10px;
}

/*** END OF HOME PAGE ***/

/*** INTERNAL PAGES ***/

.navbar-secondary {
    background: #fff;
    box-shadow: 0 8px 26px -12px rgba(156, 39, 176, .42);
}

    .navbar-secondary .nav > li > a {
        color: #663399;
        font-weight: 600;
    }

        .navbar-secondary .nav > li > a:not(.btn-search):hover, .navbar-secondary .nav > li > a:not(.btn-search):focus, .navbar-secondary .nav > li > a:not(.btn-search):active, .navbar-secondary .nav > li > a:not(.btn-search).active, .navbar-secondary .nav > li:hover > a:not(.btn-search) {
            background-color: #efeaf5;
            box-shadow: inset 0 -3px #663399;
            border-radius: 0;
        }

    .navbar-secondary .caret {
        height: 8px;
    }

.page-header-menu, .top-nav .navbar-header {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    margin-bottom: 64px;
}

    .page-header-menu .navbar-nav > li > a:not(.btn) {
        font-size: 14px;
        color: inherit;
        text-shadow: none;
        font-weight: 400;
        border-radius: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .page-header-menu .navbar-nav > li > a:not(.btn):hover, .page-header-menu .navbar-nav > li:hover > a:not(.btn) {
            background-color: #efeaf5;
            color: #663399;
        }

    .page-header-menu .navbar-nav > li > a.btn {
        padding: 6px 16px !important;
        margin: 8px;
    }

        .page-header-menu .navbar-nav > li > a.btn:hover {
        }

    .page-header-menu > .container {
        position: relative;
    }

.new-notif-animate {
    -webkit-animation: buzz 2s ease 5 1s;
    animation: buzz 2s ease 5 1s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 50%;
}

@-webkit-keyframes buzz {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    5%, 15% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    10% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}

@keyframes buzz {
    0%, 20% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    5%, 15% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    10% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
}


.global-search .form-control {
    width: 50% !important;
    background-color: #fff;
}

.global-search input:first-child {
    border-top-left-radius: 17px !important;
    border-bottom-left-radius: 17px !important;
    border-right: transparent;
}

.global-search button:last-child {
    border-top-right-radius: 17px !important;
    border-bottom-right-radius: 17px !important;
}

.job-list-container .job-list, .candidate-list-container .candidate-list, .article-list-item {
    padding: 20px 0 0 20px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 15px;
    padding-right: 15px;
    border-right: none;
    border-left: none;
    border-bottom: 1px dashed #efeaf5;
    border-top: 1px dashed #efeaf5;
}

    .job-list-container .job-list:nth-child(odd), .candidate-list-container .candidate-list:nth-child(odd), .article-list-item:nth-child(odd) {
        background-color: rgba(239, 234, 245, .3);
    }

    .job-list-container .job-list:hover, .candidate-list-container .candidate-list:hover {
        box-shadow: -4px 0 0 #cbe70b;
    }

    .job-list-container .job-list:first-child, .candidate-list-container .candidate-list:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .job-list-container .job-list:last-child, .candidate-list-container .candidate-list:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .job-list-container .job-list.featured {
        background-color: rgba(203,231,11,.06);
    }

.job-title, .candidate-title {
    color: #663399;
}

.job-status, .candidate-status {
    float: right;
}

.job-info, .candidate-info {
    color: #777777;
    font-size: 14px;
    margin-bottom: 16px;
}

    .job-info span + span, .candidate-info span + span, .candidate-posteddate span + span {
        display: inline-block;
        margin-left: 8px;
        border-left: 1px solid #CCCCCC;
        padding-left: 8px;
    }

.job-posteddate, .candidate-posteddate {
    color: #777777;
    font-size: 12px;
}

.job-info-container *, .candidate-info-container * {
    word-wrap: break-word;
}

.job-info-container .form-group, .candidate-info-container .form-group {
    margin-bottom: 0;
}

.cv-title {
    font-size: 16px;
}

.refine-search-container .panel-body > a > h3 {
    position: relative;
}

    .refine-search-container .panel-body > a > h3:after {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: 'Lineawesome';
        font-size: 1.2em;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f2c3";
    }

.refine-search-container .panel-body > a[aria-expanded="true"] > h3:after {
    content: "\f28f";
}

.improvement-tips {
    font-size: 14px;
}

.post-description {
    font-size: 16px;
    line-height: 1.5;
}

.payment-status-icon {
    font-size: 6em;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
/*SIGN IN - REGISTER PANEL*/

.signin-reg-content {
    padding: 40px;
}

.signin-reg-left-panel {
    background-color: #292929;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.left-panel-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    text-align: center;
    background-image: url(../img/signin-reg.jpg);
}

    .left-panel-content:before {
        content: '';
        background-color: #000;
        display: block;
        height: 100%;
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.right-panel-content {
    background-color: #fff;
}

.left-panel-content .la {
    font-size: 144px;
}

.social-login-container ul {
    margin: 0;
    font-size: 0;
}

.social-login-container li {
    padding: 0;
    width: 25%;
}

.social-login-container button {
    text-decoration: none;
    color: #fff;
    height: 46px;
    display: block;
    padding: 12px;
    font-size: 16px;
    border-radius: 0;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .social-login-container button:hover, .social-login-container button:focus {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        color: #fff;
    }

.social-linkedin {
    background-color: #0077B5;
}

.social-google {
    background-color: #4285f4;
}

.social-facebook {
    background-color: #3B5998;
}

.social-twitter {
    background-color: #1DA1F2;
}

.long-list a {
    border: 1px solid #FAECF6;
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    margin-bottom: 16px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .long-list a:hover, .long-list a:focus, .long-list a:active {
        background-color: #663399;
        color: #fff;
    }


.recruiter-list-container {
    display: flex;
    flex-wrap: wrap;
}

.recruiter-list-container > li {
    margin: 1em;
    border: 1px solid #FAECF6;
    border-radius: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.recruiter-list-container a {
    display: flex;
    flex-direction: column;
    min-height: initial;
    margin-bottom: 0;
    border: none;
    color: #663399;
}

    .recruiter-list-container a:hover, .recruiter-list-container a:focus, .recruiter-list-container a:active {
        background-color: #fff;
        border-color: #F264C5;
        color: inherit;
    }

.recruiter-list-container h5 {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-weight: 600;
}

.hidden-to-purchase {
    cursor: help;
    -webkit-filter: blur(7px);
    filter: blur(7px);
}

.numbered-list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0 10px 0 0;
}

.numbered-list li {
    display: table;
    counter-increment: item;
    margin-bottom: 64px;
    font-size: 18px;
}

    .numbered-list li:before {
        content: counters(item, ".") ". ";
        display: table-cell;
        padding-right: 0.6em;
        text-align: right;
        width: 40px;
    }

    .numbered-list li li {
        margin: 0;
        font-size: 16px;
        margin-bottom: 8px;
    }

        .numbered-list li li:before {
            content: counters(item, ".") " ";
            width: 40px;
            text-align: right;
        }
/*NO NUMBERING ON THE FIRST LIST*/

.numbered-list .no-counter:before {
    content: "";
}

.numbered-list li li ol {
    padding-top: 2px;
}

.numbered-list li li li {
    margin-bottom: 0;
}
/* QUICK COUNTERS ON ADMIN */

.quick-counters.admin h1 {
    word-wrap: break-word;
}

.quick-counters h1 .la {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.quick-counters.admin h1 .la {
    display: block;
    margin-bottom: 24px;
}

.quick-counters h1 {
    color: #707d01;
    margin: 0;
}

    .quick-counters h1 .la {
        font-size: 1em;
        vertical-align: baseline;
    }

.todays-activities-list {
    min-height: 95px;
    padding: 0 40px;
}

    .todays-activities-list + .todays-activities-list {
        border-left: 1px solid #ccc;
    }

.multi-add .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-radius: 0;
    background-image: none;
}
/*** END OF INTERNAL PAGES ***/

/* Navigation animated toggle icon */

.nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

    .nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .nav-icon span:nth-child(even) {
            left: 50%;
        }

        .nav-icon span:nth-child(odd) {
            left: 0px;
        }

        .nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
            top: 0px;
            background: #663399;
        }

        .nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
            top: 10px;
            background: #ff80de;
        }

        .nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
            top: 20px;
            background: #663399;
        }

    .nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-icon.open span:nth-child(1) {
        left: 0px;
        top: 6px;
    }

    .nav-icon.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 6px;
    }

    .nav-icon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .nav-icon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .nav-icon.open span:nth-child(5) {
        left: 0px;
        top: 16px;
    }

    .nav-icon.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 16px;
    }
/* End of Navigation animated toggle icon */

/* jquery-ui autocomplete dropdown styling */

.ui-menu {
    z-index: 9999 !important;
}
/*styling for the dropdown*/

.ui-widget {
    border-radius: 0 !important;
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    border-color: #ABADAF !important;
}
/*normal state of the list*/

.ui-menu .ui-menu-item a {
    color: #555;
    padding-left: 28px !important;
    font-size: 15px;
}

    .ui-menu .ui-menu-item a:hover,
    .ui-menu .ui-menu-item a:focus {
        transform: scale(1.05,1.05);
        color: #fff;
        background-color: #663399;
        border-radius: 0;
    }

/*hover state of the list*/

.ui-state-focus {
    background-color: #663399 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 0 !important;
    border-color: transparent !important;
    cursor: url(../img/cursor.cur), auto !important;
}
/*.ui-corner-all {
    border-radius: 0px !important;
}



    .ui-menu .ui-menu-item a:hover {
        background: #663399;
        color: #fff;
        border-color: transparent;
    }*/

/* end of jquery-ui autocomplete styling */

/*** VALIDATION STYLINGS ***/

.field-validation-error {
    margin-top: 8px;
    display: inline-block;
    font-size: 14px;
    background: rgba(241, 178, 91, .15);
    border-radius: 2px;
    padding: 0 4px;
}

.input-validation-error {
    box-shadow: inset 0 0 0 1px #a94442;
    border-color: #a94442;
}
/*** END OF VALIDATION STYLINGS ***/

.cut-corner-append:after, .cut-corner-append-top:before, .panel::before {
    content: '';
}

.panel-icons .panel::before {
    content: none;
}

.cut-corner, .cut-corner-append:after {
    background: -webkit-linear-gradient(135deg, transparent 21px, #fff 7px);
    background: linear-gradient(-45deg, transparent 21px, #fff 7px);
    position: absolute;
    height: 30px;
    width: 70%;
    z-index: 1;
    left: 0;
    text-align: center;
    bottom: -30px;
}

.cut-corner-append.cut-corner-half:after, .cut-corner-append-top.cut-corner-half:before {
    width: 40%;
}

.cut-corner-append.cut-corner-full:after, .cut-corner-append-top.cut-corner-full:before {
    width: 100%;
}

.cut-corner-append-top:before {
    background: -webkit-linear-gradient(315deg, transparent 21px, #eae8e5 7px);
    background: linear-gradient(135deg, transparent 21px, #eae8e5 7px);
    position: absolute;
    height: 30px;
    width: 70%;
    z-index: 1;
    right: 0;
    text-align: center;
    top: -30px;
}

.cut-corner-append-top:before {
    background: -webkit-linear-gradient(315deg, transparent 21px, #fff 7px);
    background: linear-gradient(135deg, transparent 21px, #fff 7px);
    position: absolute;
    height: 30px;
    width: 70%;
    z-index: 1;
    right: 0;
    text-align: center;
    top: -30px;
}

.cut-corner-gray:after {
    background: -webkit-linear-gradient(135deg, transparent 21px, #eae8e5 7px);
    background: linear-gradient(-45deg, transparent 21px, #eae8e5 7px);
}

.cut-corner-gray.cut-corner-append-top:before {
    background: -webkit-linear-gradient(315deg, transparent 21px, #eae8e5 7px);
    background: linear-gradient(135deg, transparent 21px, #eae8e5 7px);
}

.cut-corner-lightgray:after {
    background: -webkit-linear-gradient(135deg, transparent 21px, #f5f5f5 7px);
    background: linear-gradient(-45deg, transparent 21px, #f5f5f5 7px);
}

.cut-corner-lightgray.cut-corner-append-top:before {
    background: -webkit-linear-gradient(315deg, transparent 21px, #f5f5f5 7px);
    background: linear-gradient(135deg, transparent 21px, #f5f5f5 7px);
}

.page-header-menu .cut-corner {
    box-shadow: -40px 11px 25px rgba(0, 0, 0, .06);
    padding-left: 30%;
}

.counters {
    background-color: rgba(252, 252, 251, .95);
    padding: 16px 24px;
}

.counter-title {
    font-size: 16px;
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #663399;
    text-transform: uppercase;
    font-weight: 700;
}

.counter-digits {
    width: 20px;
    height: 32px;
    display: inline-block;
    border: 1px solid #cccccc;
    text-align: center;
    font-family: 'Saira Extra Condensed', sans-serif;
    color: #454545;
    font-size: 24px;
    line-height: 32px;
    margin-right: 1px;
    background-image: -webkit-linear-gradient( 90deg, rgb(210, 208, 208) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(210, 208, 208) 0%, rgb(255, 255, 255) 100%);
}

.ad-container {
    padding: 24px;
    opacity: .95;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    background: -webkit-linear-gradient(135deg, transparent 21px, #eae8e5 7px);
    background: linear-gradient(-45deg, transparent 21px, #eae8e5 7px);
}

.companies-container .slick-slide {
    padding: 0;
}

.studio-spotlight {
    padding: 24px;
    margin-top: 64px;
    background: -webkit-linear-gradient(315deg, transparent 21px, #eae8e5 7px);
    background: linear-gradient(135deg, transparent 21px, #eae8e5 7px);
}

.browse-category, .browse-location {
    background-color: #663399;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.browse-list-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.browse-list-column {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 0;
    flex: 1 1 auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
    border: 22px solid #eae8e5;
    min-height: 276px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.browse-list-title {
    display: inline-block;
    background: -webkit-linear-gradient(135deg, transparent 21px, #292929 7px);
    background: linear-gradient(-45deg, transparent 21px, #292929 7px);
    color: #fff !important;
    margin: 40px 24px;
    padding: 8px 16px;
    text-align: center;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    text-decoration: none !important;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    will-change: transform;
}

    .browse-list-title:hover, .browse-list-title:focus {
        transform: scale(1.05, 1.05);
        opacity: 1;
    }

.news-title {
    padding: 48px 24px;
    background-color: #cbe70b;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 100px;
    margin-top: 0;
    margin-bottom: 8px;
}

.get-mobile-dlink {
    display: block;
    -webkit-transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

    .get-mobile-dlink:hover, .get-mobile-dlink:focus {
        transform: scale(1.05, 1.05);
    }

.mobile-frame {
    transition: .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transform: translateY(10px);
}

    .mobile-frame:hover, .mobile-frame:focus {
        transform: translateY(0);
    }

/*.fileUpload {
    overflow: inherit !important;
}*/


/*PACMAN LOADER*/
@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

.loader {
    position: relative;
}

    .loader > div:nth-child(2) {
        -webkit-animation: pacman-balls 1s -0.99s infinite linear;
        animation: pacman-balls 1s -0.99s infinite linear;
    }

    .loader > div:nth-child(3) {
        -webkit-animation: pacman-balls 1s -0.66s infinite linear;
        animation: pacman-balls 1s -0.66s infinite linear;
    }

    .loader > div:nth-child(4) {
        -webkit-animation: pacman-balls 1s -0.33s infinite linear;
        animation: pacman-balls 1s -0.33s infinite linear;
    }

    .loader > div:nth-child(5) {
        -webkit-animation: pacman-balls 1s 0s infinite linear;
        animation: pacman-balls 1s 0s infinite linear;
    }

    .loader > div:first-of-type {
        width: 0px;
        height: 0px;
        border-right: 25px solid transparent;
        border-top: 25px solid #cbe70b;
        border-left: 25px solid #cbe70b;
        border-bottom: 25px solid #cbe70b;
        border-radius: 25px;
        -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
        animation: rotate_pacman_half_up 0.5s 0s infinite;
        position: relative;
        left: -30px;
    }

    .loader > div:nth-child(2) {
        width: 0px;
        height: 0px;
        border-right: 25px solid transparent;
        border-top: 25px solid #cbe70b;
        border-left: 25px solid #cbe70b;
        border-bottom: 25px solid #cbe70b;
        border-radius: 25px;
        -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
        animation: rotate_pacman_half_down 0.5s 0s infinite;
        margin-top: -50px;
        position: relative;
        left: -30px;
    }

    .loader > div:nth-child(3), .loader > div:nth-child(4), .loader > div:nth-child(5), .loader > div:nth-child(6) {
        background-color: #cbe70b;
        border-radius: 100%;
        margin: 2px;
        width: 10px;
        height: 10px;
        position: absolute;
        -webkit-transform: translate(0, -6.25px);
        transform: translate(0, -6.25px);
        top: 25px;
        left: 70px;
    }
/*END OF PACMAN LOADER*/


.card {
    border-radius: 0;
    padding: 24px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #cccccc;
    font-size: 14px;
}

.article-list-item {
    margin-bottom: -1px;
    padding: 24px 0;
}

.company-video {
    height: 304px;
    width: 100%;
    max-width: 100%;
}

.company-hero-container .list-group-item {
    display: inline-block;
    min-width: 150px;
    margin-left: -5px;
    text-align: center;
}

.read-more {
    position: relative;
    width: 100%;
    display: block;
    padding-top: 10px;
    font-weight: 600;
    font-size: 12px;
}

    .read-more::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin-top: -70px;
        height: 70px;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    }

.perks-list {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 24px;
}

    .perks-list p {
        padding-left: 24px;
    }

    .perks-list .la {
        font-size: 26px;
        vertical-align: sub;
        margin-left: -30px;
    }

.title-location {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
}

.resources-table table {
    border-top: 4px solid #ccc;
}

.select-all {
    display: inline-block;
    padding: 8px 16px;
    padding-left: 35px;
    background-color: #f2dede;
}

.employers-chk-list .checkbox label > small:first-of-type {
    margin-left: 10px;
}

.attention-grabber {
    box-shadow: 0 0 0 100vh rgba(0, 0, 0, 0.65);
    position: relative;
    z-index: 999;
}

.opt-features {
    margin-bottom: 40px;
    list-style-type: none;
}

    .opt-features li {
        position: relative;
        margin: 8px 0;
    }

        .opt-features li::before {
            content: '\f17b';
            font-family: "LineAwesome";
            margin-right: 4px;
            font-size: 20px;
            display: inline-block;
            position: absolute;
            left: -28px;
            top: -4px;
        }

        .opt-features li.striked {
            text-decoration: line-through;
            opacity: .6;
        }

            .opt-features li.striked::before {
                content: '\f342';
            }

.fmcv-option-panel {
    position: absolute;
    background-color: #fff;
    padding: 32px;
}

.divider-or {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 32px 16px;
}

    .divider-or::before {
        content: 'OR';
        border-radius: 50%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        padding: 9px;
        background-color: #FFF;
        position: absolute;
        left: 50%;
        top: -20px;
        width: 40px;
        height: 40px;
        transform: translateX(-50%);
    }

.control-label-filter {
    font-weight: normal;
    line-height: 1.4;
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}
/** PLAN PACKAGES **/
.plan-container {
    margin-bottom: 50px;
}

.plan-list-flex-row {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    margin-bottom: 24px;
    -webkit-transition: all .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all .2s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.plan-list .plan-list-flex-row:not(.bg-transparent):hover, .plan-list .plan-list-flex-row:not(.bg-transparent):focus {
    box-shadow: 0 8px 25px rgba(0, 0, 0, .1);
    transform: translateY(-2px);
}

.plan-list-flex-column {
    order: 0;
    align-self: auto;
    padding: 8px 16px;
}

    .plan-list-flex-column:nth-child(1) {
        flex: 0 1 auto;
        align-self: baseline;
    }

    .plan-list-flex-column:nth-child(2) {
        flex: 2 1 auto;
        width: 365px;
    }

    .plan-list-flex-column:nth-child(n+3) {
        width: 21%;
    }

.plan-container .btn-checkbox {
    margin: 0;
}

.plan-container .h2 {
    display: inline-block;
    margin: 0;
}

.plan-container .btn-checkbox span {
    margin-top: 5px;
    margin-left: 8px;
}


.plan-container ul {
    padding-left: 16px;
    margin: 0;
}

.btn-checkbox label:hover, .btn-checkbox label:focus {
    background-color: transparent;
    box-shadow: none;
}

.btn-checkbox label:after, .btn-checkbox label:before {
    border-radius: 16px;
    height: 28px;
    width: 28px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    padding: 1px 3px;
}

.btn-checkbox input[type="checkbox"].styled:checked + label:after, .btn-checkbox input[type="radio"].styled:checked + label:after {
    background-color: #663399;
}

.btn-checkbox > input {
    width: 30px;
    height: 30px;
}




/** PLAN PACKAGE **/



.payment-summary-container table .active {
    pointer-events: none;
}

.loading-backdrop {
    cursor: not-allowed;
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding-left: 56px;
}

.global-search-keywords-label > label {
    display: none;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    box-shadow: none !important;
    transform: none !important;
}

#global-search-popup-2 .js-find-location {
    color: #454545;
    background-color: #cbe70b;
    border-color: #cbe70b !important;
}

    #global-search-popup-2 .js-find-location:hover,
    #global-search-popup-2 .js-find-location:focus {
        color: #fff;
        background-color: #707d01;
    }

.outer-blog {
    position: relative;
    margin-bottom: 16px;
}

    .outer-blog:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 33.3333333333%;
    }

    .outer-blog > .inner-blog {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center center;
    }


.btn-group-tab .btn-tabs {
    padding: 4px 8px 2px 8px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 23px;
    border: 1px solid transparent;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    font-weight: 600;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06) !important;
    cursor: pointer !important;
    margin-left: 8px;
}

.btn-group-tab .btn-inactive {
    background-color: #fff;
    color: #707d01;
}

    .btn-group-tab .btn-inactive:hover,
    .btn-group-tab .btn-inactive:focus {
        color: #663399;
        border: 1px solid #efeaf5;
    }


.btn-group-tab .btn-active {
    background-color: #663399;
    color: #fff;
}

/* LOGO ASPECT RATIO */
.outer {
    position: relative;
}

    .outer:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 50%;
    }

    .outer > .inner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .policy-list li {
    margin-bottom: 16px;
}


/*** MEDIA QUERIES ***/

/*** xs is exclusive | sm, md and lg inherits from sm ***/

/* xs devices <768px  */

@media (max-width: 767px) {
    body {
        padding-top: 120px;
    }

    .company-logo {
        width: 40px;
        height: auto;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(237, 34, 172, 0.05);
    }

    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .top-nav-list .caret {
        margin-top: 8px;
    }

    .header-search-btn {
        padding: 22px 15px;
        height: 100%;
        font-size: 20px;
        float: right;
        outline: none !important;
    }

        .header-search-btn[aria-expanded="true"] .la-search:before {
            content: "\f342";
        }

    .global-search-popup-container {
        background-color: #fff;
        padding: 8px;
        margin-bottom: 16px;
    }

    .navbar-nav > li > a {
        text-shadow: none;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        background-color: #fff;
    }

    .search-container h1 {
        font-size: 32px;
    }


    .get-mobile-container {
        padding-bottom: 32px;
    }

        .get-mobile-container figure > img {
            border-radius: 55px;
            margin-bottom: 16px;
            border: 2px solid #FAECF6;
        }

    .job-status, .candidate-status {
        margin-left: 0;
        margin-top: 2px;
        display: table;
    }

    .quick-counters h1 {
        float: right;
        font-size: 24px;
        margin: 0;
    }

    .quick-counters.admin h1 .la {
        display: inline-block;
        margin-bottom: 0;
    }

    .quick-counters h4 {
        float: left;
    }

    .quick-counters h1 .la {
        display: none;
    }

    .signin-reg-content {
        padding: 20px;
    }

    .left-panel-content {
        padding: 16px;
    }

    .panel-cv, .panel-cover-letter {
        text-align: center;
    }

    .navbar {
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 0;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        border: none;
    }


    .nav-display {
        top: -106px;
    }

    .todays-activities-list:nth-child(odd) {
        border-left-color: transparent;
    }

    #grecaptcha {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .profile-review {
        box-shadow: 0 0 0 4px #d9edf7;
    }

    .dropdown-menu > li > a {
        white-space: normal;
    }

    .page-header-menu, .top-nav .navbar-header {
        padding-top: 0;
        padding-bottom: 0;
    }

        .page-header-menu .cut-corner {
            width: 100%;
            padding-left: 0;
        }

    .browse-list-title {
        min-width: 280px;
    }

    .browse-category {
        background-image: url(../img/jobs-category-xs.jpg);
    }

    .browse-location {
        background-image: url(../img/jobs-location-xs.jpg);
    }

    .panel::before {
        content: none;
    }

    .company-video {
        height: 193px;
    }

    .form-inline .form-control + .form-control {
        margin-top: -1px;
    }

    .plan-price {
        border-left: none;
    }

    .perks-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .plan-list-flex-row {
        display: block;
    }

    .plan-list-flex-column {
        width: 100% !important;
    }
    /*STICKY FOOTER*/
    html body {
        margin-bottom: 840px;
    }
}

/* sm devices 768px - 991px */

@media (min-width: 768px) {
    /* menu hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .global-search-popup.collapse {
        display: block;
    }

    .global-search-popup {
        background: rgba(237, 34, 172, 0.05);
    }

    .global-search-popup-container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .page-header-menu .top-nav-list {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .company-logo {
        width: 170px;
        padding: 10px;
    }

    .panel-cv, .panel-cover-letter {
        text-align: center;
    }

    .application-success .bck {
        text-align: right;
    }

    .sort-by-container {
        text-align: right;
    }

    .profile-review {
        padding: 16px;
    }

    .fmcv-option-panel {
        left: 100px;
        right: 100px;
        top: 90px;
    }

    .candidate-pkg-option .equal-heights-content {
        margin: 16px;
    }

    .browse-list-column {
        width: 50%;
    }

    .browse-category {
        background-image: url(../img/jobs-category-sm.jpg);
    }

    .browse-location {
        background-image: url(../img/jobs-location-sm.jpg);
    }

    .browse-list-title {
        min-width: 280px;
    }

    .form-inline .form-control + .form-control {
        margin-left: -5px;
    }

    /*STICKY FOOTER*/
    html body {
        margin-bottom: 444px;
    }
}

/* md devices 992px - 1199px */

@media (min-width: 992px) {
    .flex-list-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .panel-cv .cv-summary, .panel-cv h4 {
        text-align: left;
    }

    .panel-cv .cv-upload {
        text-align: right;
    }

    #refine-search {
        display: block;
    }

    .todays-activities-list:nth-child(4) {
        border-left-color: #ccc;
    }

    .browse-list-column {
        width: 25%;
    }

    .browse-list-title {
        min-width: 160px;
    }

    .browse-category {
        background-image: url(../img/jobs-category-md.jpg);
    }

    .browse-location {
        background-image: url(../img/jobs-location-md.jpg);
    }

    /*STICKY FOOTER*/
    html body {
        margin-bottom: 386px;
    }
}

/* lg devices >1200px  */

@media (min-width: 1200px) {

    .slick-prev {
        left: -32px;
    }

    .slick-next {
        right: -32px;
    }

    .navbar-brand {
        padding: 0;
        height: auto;
        position: absolute;
        z-index: 2;
    }

    .company-logo {
        width: 210px;
        padding: 20px;
    }

    .header-full-banner {
        position: absolute;
        left: 240px;
        margin: 16px 0;
    }




    /** SCROLLBAR STYLING **/
    /* width */
    ::-webkit-scrollbar {
        width: 8px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #663399;
        }
}

/* sm devices only 768px - 991px */

@media (min-width: 768px) and (max-width:991px) {
    .navbar-header {
        width: 100%;
        clear: both;
    }

    .navbar-brand {
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
    }

    .page-header-menu .cut-corner {
        width: 80%;
        padding-left: 20%;
    }
}
