a {
    text-decoration: none;
}
.slick-slider{
    overflow: hidden;
}
.alert-info, .alert-success, .alert-warning, .alert-danger, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.alert-info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('https://i.imgur.com/ilgqWuX.png');
}
.alert-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('https://i.imgur.com/Q9BGTuy.png');
}
.alert-warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('https://i.imgur.com/Z8q7ww7.png');
}
.alert-danger{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}
.validation{
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
}

.form-section .field-media-upload .btn-media-option-video {
    color: #fff;
    background: #005692;
    width: auto;
    height: auto;
    padding: 6px 10px;
    line-height: 1;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: box-shadow 200ms, all 200ms;
    display: inline-block; }
@media (min-width: 375px) {
    .form-section .field-media-upload .btn-media-option-video {
        padding: 10px 12px; } }
.form-section .field-media-upload .btn-media-option:hover {
    color: #005692;
    background: #eee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }
.form-section .field-media-upload .btn-media-option-video .text,
.form-section .field-media-upload .btn-media-option-video .fa {
    font-size: 0.75em;
    color: inherit;
    display: inline-block;
    vertical-align: middle; }
@media (min-width: 375px) {
    .form-section .field-media-upload .btn-media-option-video .text,
    .form-section .field-media-upload .btn-media-option-video .fa {
        font-size: 0.875em; } }
.form-section .field-media-upload .btn-media-option-video .text {
    font-size: 0.8125em;
    font-family: "Fira Sans Condensed", arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
.form-section .field-media-upload .btn-media-option-video.btn-video {
    display: none; }
.form-section .field-media-upload .media-wrapper {
    margin-bottom: 10px; }

/* Stripe payment related css */
.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.section-applications .application .profile-image img{
    height: 100%;
}

.section-views .view .profile-image img{
    height: 100%;
}

.section-following .follow .profile-image img{
    height: 100%;
}

.section-conversations .conversation .profile-image img{
    height: 100%;
}

.section-adverts .advert .ad-image img{
    height: 100%;
}

.profile-intro .profile-thumb img{
    height: 100%;
}

.job-intro .venue-thumb img{
    height: 100%;
}

.listings-wrapper .listing .listing-thumb img{
    height: 100%;
}

.profile-header .profile-thumb.profile-thumb-small img{
    height: 100%;
}

.form-section .field-image.field-profile-image .image-wrapper img{
    display:block;
    height: 100%;
}

.chip-container{
    background-color: none;
    padding: 10px;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    min-height: 30px;
    font-family: "Fira Sans Condensed",arial,sans-serif;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 3px;
    border-radius: 25px;
}

.chip-other{
    background-color: rgba(137, 212, 229, 0.45);
}

.chip-warn{
    background-color: #f1c133;
}

.chip-success{
    background-color: #64d83a;
}

.chip-danger{
    background-color: #d00100;
}
/*.chip-notify{*/
    /*height: 40px;*/
    /*line-height: 40px;*/
/*}*/

/*.chip-notify{*/
    /*height: 40px;*/
    /*line-height: 40px;*/
/*}*/
.chip-other-without-hover{
    background-color: #f1f1f1;
}

.chip-other:hover{
    background-color: rgb(137, 212, 229);
}

.chip.chip-selected{
    background-color: #005692;
    color: #fff;
}

.chip.chip-selected:hover{
    background-color: #011C2D;
    color: #fff;
}

.info.url a{text-decoration:none;color:inherit}

.icon-right{
    padding-left:4px
}

/*.section-actions .contents-wrapper .container .btn{*/
    /*margin: 5px;*/
/*}*/

@media (min-width: 768px) {
    .section-actions .contents-wrapper .container .btn{
        margin: 5px;
    }
}

#hardcoded-badge {
    position:relative;
}

#hardcoded-badge:after {
    content:"12";

    position:absolute;
    top:-15px;
    right:-18px;

    font-size:11px;
    font-family:"Roboto","Helvetica","Arial",sans-serif;
    font-weight:600;

    text-align:center;
    line-height:23px;

    background:#ff4081;
    color:white;

    width:22px;
    height:22px;

    border-radius:50%;
    /* box-shadow:1px 2px 5px #888; */
}

/* Class or Id doesn't matter */
.dynamic-badge {
    position:relative;
}

.dynamic-badge[data-badge]:after {
    content:attr(data-badge);

    position:absolute;
    top:-15px;
    right:-18px;

    font-size:11px;
    font-family:"Roboto","Helvetica","Arial",sans-serif;
    font-weight:600;

    text-align:center;
    line-height:23px;

    background:#ff4081;
    color:white;

    width:22px;
    height:22px;

    border-radius:50%;
    /* box-shadow:1px 2px 5px #888; */
}

.dynamic-message-badge {
    position:relative;
}

.dynamic-message-badge[data-badge]:after {
    content:attr(data-badge);

    position:absolute;
    top: 6px;
    right:6px;

    font-size:10px;
    font-family:"Roboto","Helvetica","Arial",sans-serif;
    font-weight:400;

    text-align:center;
    line-height:15px;

    background:#ff4081;
    color:white;

    width:15px;
    height:15px;

    border-radius:50%;
    /* box-shadow:1px 2px 5px #888; */
}

.modal {
    display:none;
}

.modal.popup-open{
    display:block;
    position:fixed;
    left:0px;
    top:0px;
    bottom:0px;
    height:100vh;
    width:100%;
    background:rgba(1,28,45,0.8);
    z-index:1000000;
    -webkit-animation:fadePopup 0.3s ease-out both;
    animation:fadePopup 0.3s ease-out both
}
.modal.popup-open .popup-wrapper{
    margin:50px auto;
    background:#fff;
    border-radius:6px;
    box-shadow:0 3px 16px 3px rgba(0,0,0,0.5);
    overflow:hidden;
    width:calc(100% - 20px);
    max-width:600px
}
.modal.popup-open .popup-wrapper .title-block{
    width:100%;
    height:50px;
    background:#eee;
    box-sizing:border-box;
    padding:12px 18px;
    margin-bottom:0;
    position:relative
}
.modal.popup-open .popup-wrapper .title-block .popup-title{
    font-family:"Work Sans",arial,sans-serif;
    font-size:1em;
    font-weight:500;
    color:#005692;
    text-transform:uppercase;
    margin:0;
    display:inline-block
}
.modal.popup-open .popup-wrapper .title-block .close{
    position:absolute;
    right:12px;
    top:50%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    background:#222;
    border-radius:100%;
    cursor:pointer;
    width:26px;
    height:26px
}
.modal.popup-open .popup-wrapper .title-block .close .fa{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%);
    font-size:1em;
    color:#eee
}

.modal.popup-open .popup-confirmation .content{
    text-align:center;
    max-height: 80vh;
}

.modal.popup-open .popup-wrapper .content{
    position:relative;
    padding:20px
}

.modal.popup-open .popup-wrapper .content .options .btn{
    display:inline-block;
    vertical-align:middle;
    margin:10px;
}

.modal-adverts{
    overflow-y: auto;
    max-height: 45vh;
    text-align: left;
}

.modal-sub-container{
    max-height: 65vh;
}

.modal-section{
    max-height: 60vh;
}

.modal-form-advert-container{
    width: 100%;
    padding-top: 12px;
}

.modal-form-advert{
    width: 80%;
    display: inline-block;
}

.modal-form-advert-image{
    width: 20%;
    float: left;
}

.modal-form-advert-title{
     width: 70%;
    float: left;
    margin-top: 5%;
}
    @media(max-width: 480px){
        .modal-form-advert-title{
            width: 70%;
            margin-left: 55px;
            float: none;
            margin-top: 6%;
        }
    }

.modal-form-advert-title p{
    width: 100% !important;
}

.modal-form-advert-radio{
    width: 10%;
    float: left;
    margin-top: 3%;
}
@media(max-width: 480px){
    .modal-form-advert-radio{
        width: 10%;
        float: left;
        margin-top: 7%;
    }
}


/*Reference modal form related styling*/

.modal-form-reference-container{
    width: 100%;
    padding-top: 12px;
}

.modal-form-reference{
    width: 80%;
    display: inline-block;
}

.modal-form-reference-name{
    width: 100%;
}

.modal-form-reference-name .reference-name{
    text-align: left;
    font-family:"Work Sans",arial,sans-serif;
    font-size:1em;
    font-weight: bold;
    text-align:left;
    text-transform:uppercase;
    margin:0;
    color: #005692;
}

.modal-form-reference-email{
    width: 100%;
    margin-top: 5%;
}
@media(max-width: 480px){
    .modal-form-advert-email{
        width: 100%;
        margin-left: 55px;
        float: none;
        margin-top: 6%;
    }
}

.modal-form-reference-email span{
    width: 100% ;
}

.modal-form-reference-check-box{
    width: 10%;
    float: left;
    margin-right: 10px;
    margin-top: 3%;
}
@media(max-width: 480px){
    .modal-form-reference-check-box{
        width: 10%;
        float: left;
        margin-top: 7%;
    }

    .profile-messages{
        height: calc(100vh - 240px);
    }
}

.dropbtn {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.conversation-action{
    text-decoration:none;
    display:inline-block;
    vertical-align:middle;
    width:32px;
    height:32px;
    margin-left:4px;
    background:#f09b61;
    border-radius:100%;
    position:relative;
    transition:all 200ms
}

.conversation-action .fa{
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    color:#fff
}

.conversation-action.delete-confirmation{
    background:red
}

.conversation-action:hover{
    background:#005692
}

.navigation-controls .cols4 li{
    width:25%
}

.navigation-controls .cols4 .lefter .progress-btn {
    padding-right:1%;padding-left:20%
}

.navigation-controls .cols4 .righter .progress-btn{
    padding-left:1%;
    padding-right:20%
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.svg-inline--fa{
    color: inherit;
}

.list-content-wrapper{
    padding: 20px 0;
    background: #f4f4f4;
    border-top: 1px solid #f0f0f0
}

.list-content-wrapper .list-content-container{
    max-width: 600px;
    margin: 0 auto;
    padding: 0 25px;
}

#header .navigation li a .fas {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* the slides */
.slick-slide {
    margin: 0 10px;
}
/* the parent */
.slick-list {
    margin: 0 -10px;
}

#popup.popup-open .popup-wrapper .content .options .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.job-title .title a{
    text-decoration: none;
    color: #005692;
}

.profile-info .title a{
    text-decoration: none;
    color: #005692;
}

.btn.btn-grey{
    background: #4a5153;
    color: white;
}

.btn.btn-grey:hover{
    background: #272b2d;
}

.btn.btn-danger{
    background: #d00100;
    color: white;
}

.btn.btn-danger:hover{
    background: #4d0400;
}

.sector-experience-query-result:empty{
    display: none;
}

.field-split.with-current-date .field{
    width: calc(33.3% - 3px);
}
    @media(max-width: 480px){
        .field-split.with-current-date .field{
            width: calc(50% - 3px);
        }
    }



.jobs-list .job .job-title .title{
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
}

.jobs-list .job .job-title .company-name{
    white-space: nowrap;
    overflow: hidden;
    word-break: break-all;
}

.field-auth .error.login-error{
    margin-left: 4px;
    margin-top: 4px;
    color: red;
}

#messages a{
    text-decoration: none;
    color: #00a0ff;
}

.profile-intro .profile-thumb .profile-image{
    height: 120px;
    width: 120px;
}

.profile-intro .profile-thumb .profile-image .no-image{
    height: 100%;
}

.profile-intro .profile-thumb .profile-image .no-image .fa{
    font-size: 5.0em;
}

.experience-section .form-section-title-wrapper .form-section-title{
    font-size: 1em;
    margin-bottom: 10px;
}

.experience-section .experience-list .stars{
    margin-bottom: 0.5em;
}

.experience-section .experience-list li{
    margin-bottom: 10px;
}

.experience-section .content-section{
    padding: 10px 5px;
}

.conversation-page-title-header .conversation-page-title-box .conversation-page-title .page-title a{
    text-decoration: none;
    color: inherit;
}

.slick-dots{
    list-style:none;
    text-align:center;
    margin:5px 0px;
}

.slick-dots li{
    display:inline-block;
    vertical-align:middle;
    margin:0 4px;
    line-height:100%
}

.slick-dots li button{
    padding:0;
    border:0 none;
    background:none;
    display:block;
    width:16px;
    height:16px;
    background:transparent;
    text-indent:-9999px;
    position:relative
}

.slick-dots li button::before{
    content:"";
    padding: 0px;
    width:50%;
    height:50%;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    background:#666;transition:all 200ms
}
    @media (min-width: 1024px){
        .slick-dots li button{
            width:20px;
            height:20px
        }
    }

.slick-dots li>button:hover::before{
    background:#89d4e5;
    width:60%;
    height:60%
}

.slick-dots li.slick-active>button::before{
    background:#89d4e5;
    width:100%;
    height:100%
}

.loader {
    display: inline-flex;
    margin-left: 3px;
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #f09b61; /* Blue */
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

.job.job-featured{
    border:1px solid #005692;
}

.social-media-button-container .btn{
    margin-top: 10px;
}

.social-media-button-container .btn i.fa-facebook-square{
    color: #005692;
}

.social-media-button-container .btn i.fa-linkedin-square{
    color: #005692;
}

.social-media-button-container .btn:hover i.fa-facebook-square{
    color: #f3f3f3;
}

.social-media-button-container .btn:hover i.fa-linkedin-square{
    color: #f3f3f3;
}

.register.error-419 h1.label.error-number{
    font-size: 5rem;
    color: black;
}

.follow-section .companies-list-container .pagination{
    display: none;
}

.form-ad.form-section .form-section-fields .field-image .advice-label.advice-label-image-upload{
    font-family: "Fira Sans Condensed", arial, sans-serif;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    display: inline-block;
    padding-right: 20px;
}

a.helper.venue-image i {
    color: #999;
}

.field.checkbox-terms-conditions a.terms-conditions-link{
    text-decoration: none;
    color: #011C2D;
}

.field.checkbox-terms-conditions label{
    color: #999;
    margin-left: 10px;
}

.field.checkbox-terms-conditions .radio-info-extra{
    margin-bottom: 2px;
}

.profile-availability ul.avail-list li .day{
    color: #fff;
    background: #005692;
}

.company .title-center{
    margin-top: 10px;
    text-align: center;
}

.job-intro .advert-venue-name-section{
    float: right;
}

.job-intro .advert-venue-name-section .title-center{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.job-intro .advert-venue-name-section .advert-venue-name{
    display: inline-block;
}

.company .title-center .message{
    display: inline-block;
}
.collapsible .collapsible-header{
     cursor: pointer;
 }

.collapsible .active,.collapsible .collapsible-header:hover {
    /*background-color: #ccc;*/
}

.collapsible .collapsible-header:after {
    content: '\02795';
    font-size: 13px;
    color: #999;
    float: left;
    margin-right: 1px;
    margin-top: 2px;
}

.collapsible .active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.collapsible .collapsible-content {
    /*padding: 0 18px;*/
    /*display: none;*/
    overflow: hidden;
    max-height: 0;
    transition: max-height 1s ease-out;
    /*background-color: #f1f1f1;*/
}

.js-slick .slick-track .slick-current img{
    border: solid 2px #005692;
}

button[disabled]{
    cursor:not-allowed;
}

.progress-btn.btn-danger{
    color: #d00100;
}

.progress-btn.btn-danger:hover {
    color: #4d0400;
}

.input-text[disabled]{
    cursor:not-allowed;
    background-color: rgba(231, 231, 231, 0.85);
}

.input-text[readonly]{
    cursor: not-allowed;
    background-color: rgba(231, 231, 231, 0.85);
}

.form-section .field-text.field-has-success .input-wrapper {
    border-color: #0557ff
}

.form-section .field-text.field-has-success .input-wrapper .input-text {
    background-color: rgba(240, 173, 78, 0.05)
}

.form-section .form-section-fields .success {
    font-family: "Fira Sans Condensed", arial, sans-serif;
    font-size: .75em;
    line-height: 1;
    color: #0557ff;
    text-transform: uppercase;
    padding: 0;
    margin: 4px 0 0 4px
}

.form-section .form-section-fields .success .fa {
    margin-right: 4px
}

.form-section .form-section-fields .success.section-success {
    font-family: "Work Sans", arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin: 4px 0 20px 4px
}

.content-section .container .content ul.split-columns-list{
    -moz-column-count: 4;
    /*-moz-column-gap: 20px;*/
    -webkit-column-count: 4;
    /*-webkit-column-gap: 20px;*/
    column-count: 2;
    /*column-gap: 20px;*/
    width: 50%;
}

.content-section .container .content li.split-columns{
    -moz-column-count: 2;
    /*-moz-column-gap: 20px;*/
    -webkit-column-count: 2;
    /*-webkit-column-gap: 20px;*/
    column-count: 2;
    /*column-gap: 20px;*/
    width: 50%;
}

/*.content-section .container .content .split-column-item{*/
/*    width: 45%;*/
/*}*/

/*.content-section .container .content .split-column-item:{*/
/*    */
/*}*/

.page-register .auth-section .label.verification-heading {
    font-size: 2rem;
    color: #4d0400;
}

.horizontal-scroll-nav {

    -webkit-overflow-scrolling: touch;

    overflow-x: auto;
    overflow-y: hidden;
}

.horizontal-scroll-nav .pagination,
.horizontal-scroll-nav .pagination-lg,
.horizontal-scroll-nav .pagination-sm
{

    margin-left: auto;
    margin-right: auto;
}

.pagination {
    display:flex;
    padding-left:0;
    list-style:none;
    border-radius:.25rem
}

.page-link {
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#3490dc;
    background-color:#fff;
    border:1px solid #dee2e6
}

.page-link:hover {
    z-index:2;
    color:#1d68a7;
    text-decoration:none;
    background-color:#e9ecef;
    border-color:#dee2e6
}

.page-link:focus {
    z-index:2;
    outline:0;
    box-shadow:0 0 0 .2rem rgba(52,144,220,.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor:pointer
}

.page-item:first-child .page-link {
    margin-left:0;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}

.page-item:last-child .page-link{
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}

.page-item.active .page-link{
    z-index:1;
    color:#fff;
    background-color:#3490dc;
    border-color:#3490dc
}

.page-item.disabled .page-link {
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}

.pagination-lg .page-link {
    padding:.75rem 1.5rem;
    font-size:1.125rem;
    line-height:1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius:.3rem;
    border-bottom-left-radius:.3rem
}

.pagination-lg .page-item:last-child .page-link{
    border-top-right-radius:.3rem;
    border-bottom-right-radius:.3rem
}

.pagination-sm .page-link {
    padding:.25rem .5rem;
    font-size:.7875rem;
    line-height:1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius:.2rem;
    border-bottom-left-radius:.2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius:.2rem;
    border-bottom-right-radius:.2rem
}

.fa-stack-info{
    color: #0279c0;
}

.fa-stack-info .circle-text{
    color: #fff;
}

