:root {

    /*****Colors******/
    --blue: #384E64;
    --dark-blue: #082342;
    --primary-blue: #60A1C7; 
    --btn-blue: #3895C6; 
    --light-gray: #fcfcfc; 
    --gray1: #e5eaf1; 
    --gray2: #979489; 
}

/**********Globals***************/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.d-flex-not-important {
    display: -ms-flexbox;
    display: flex;
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-content-end {
    justify-content: flex-end;
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.h-102 {
    height: 102%;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.no-margin {
    margin: 0;
}

/********************************/


.glyphicon-map-marker:before {
    opacity: 0.4;
}

.container-job {
    width: 100%;
    padding: 0px 12%; 
}

.content, .content-apply {
    background-color: #fcfcfc;
    padding-top: 70px;
    padding-bottom: 100px;
}

/****************FORM************/

.form-control {
    border: none;
    border-radius: 0;
    height: 45px;
}

button.btn.dropdown-toggle.btn-default {
    border: none;
    line-height: 33px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline-offset: 0;
}
/********************************/

/****************HEADER************/

header.redmatch {
    height: 8rem;
    position: relative;
    /* background-color: #2c4269; */
    cursor: pointer;
}

.header-title {
    color: white;
    font-size: 2.8rem;
    text-align: right;
}

.header-content {
    position: absolute;
    top: 0;
}

.header-content a {
    direction: ltr;
    width: 250px;
}

/********************************/

/**************SEARCH*************/
.search-panel {
    position: relative;
    /* background-color: #00abbd; */
}

.search-panel .search-panel-title {
    font-size: 2rem;
    font-weight: 600;
    color: #082342;
}

.search-panel-content {
    position: absolute;
    padding-top: 30px;
}

.background-search-panel {
    position: absolute;
}

.btn-search-div .btn-search  {
    background-color: #423D64;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
    width: 210px;
    line-height: 0.5;
}

.redmatch #SearchParametersDiv [class*='col-'] {
    margin-bottom: 20px;
}

/********************************/

/*********HighlightPositions******/

.redmatch#HighlightPositions, .video-section {
    padding-right: 30px; 
}

.redmatch .job-item .job-line1 {
    font-size: 1rem;
    display: inline-block;
    color: #979489;
}

.redmatch#HighlightPositions .title , .video-section .title{
    font-size: 2.2rem;
    color: #384E64;
}

.redmatch#HighlightPositions .job-item > div{
    padding: 18px 0;
    border-bottom: 1px solid  #e5eaf1;
}

.redmatch#HighlightPositions .job-item:hover *, .redmatch#HighlightPositions .job-item:focus * {
    font-weight: 700 !important;
}

.redmatch#HighlightPositions .job-item .job-title {
    font-weight: 600;
    float: right;
}



.redmatch#HighlightPositions .job-location img {
   height: 19px;
   vertical-align: unset;
}

.video-section {
    margin-top: 30px;
}

.video-section .sub-title {
    font-size:1.625rem;
    color: #00abbd;
    margin: 10px 0;
}
.video-section .video2 {
    margin-top: 30px;
}

/*********************************/

/*********search-res******/

.redmatch#search-res .job-item {  
    padding: 30px 26px;
    background-color: #F2F2F2;
    margin: 4.25%;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.redmatch#search-res .job-item:nth-child(1), .redmatch#search-res .job-item:nth-child(2) {
    margin-top: 0;
}

.redmatch#search-res .job-item .job-line1 .job-field, .content-apply .job-line1 .job-field {
    display: inline-block;
}

.redmatch#search-res.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }
.redmatch#search-res.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.redmatch#search-res .job-item .job-title {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 15px;
    max-height: 65px;
    overflow: hidden;
}

.redmatch#search-res .job-item .job-location,  .content-apply .job-field.job-location{
    margin-left: 30px; 
    margin-bottom: 10px;
}

.redmatch#search-res .job-item:hover {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px#ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #ccc;
    text-decoration: none;
}

.col-positions {
    padding-left: 0;
}

.redmatch#search-res .job-line1 img{
    height: 20px;
}

/*********************************/

/***************footer************/

.footer-content-data {
    padding: 100px;
}

.footer-img-content img {
    width: 100%;
}

.footer-img-content.row {
    margin: 0;
}

.footer-img-content .padding-0{
    padding: 0;
}

.footer-header {
    position: relative;
}

.footer-header img {
    width: 100%;
}

.footer-header .title {
    font-size: 3.4rem;
    color: #00abbd;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}

.footer-header .sub-title {
    font-weight: bold;
    color: #ffffff;
}

footer.redmatch {
    height: 5rem;
    background-color: #959595;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer.redmatch .links {
    background-color: #e5eaf0;
    padding: 42px;
    position: relative;
}

footer.redmatch .items {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

footer.redmatch .items img{
    margin-left: 20px;
}

.footer-header .img-bottom {
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.footer-content-data .widget_nav_menu ul > li:first-child a {
    color: #2c4269;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.footer-content-data .widget > h3 {
    display: none;
}

.footer-content-data .widget_nav_menu ul {
    list-style: none;
    padding: 0;
}

.footer-content-data .widget_nav_menu ul a {
    color: var(--gray3);
}

.footer-content-data .widget_nav_menu ul li :first-child{
    margin-bottom: 0.8rem;
}

.footer-content-data .widget_nav_menu ul li {
    margin: 0.5rem 0;
}

/*********************************/

.social-icons-mobile {
    display: none;
 }

/***************SCREEN QUERY************/

@media(max-width: 990px)
{
    .header-title {
        font-size: 4vw;
    }

    .footer-header .title
    {
        font-size: 4.8vw;
    }
}

@media (max-width: 767px) {
    
    html {
        font-size: 15px;
    }

    header.redmatch {
        height: 70px;
    }

   .container-job {
        padding-right: 32px;
        padding-left: 32px; 
   }

   .content {
        padding-top: 20px;
        padding-bottom: 100px;
   }

   .footer-header .title {
    font-size: 7.8vw; 
   }

    footer.redmatch {
        height: 6rem !important;
    }

    .mobile-footer {
        text-align: center;
        padding-top: 10px;
    }

   #HighlightPositions {
       padding-top:30px;
   }

   .btn-search-div .btn-search {
       width: 100%;
   }

   .redmatch#search-res .job-item {
       margin-left: 0;
       margin-right: 0;
   }
   
   #HighlightPositions , .video-section {
        padding-left: 0 !important;
   }

   .header-content {
        justify-content: flex-end !important;
    }

   .header-content a img {
        width: 75%;
    }

    .search-panel {
        min-height: 23rem;
    }

    .search-panel .search-panel-title {
        padding-bottom: 7px;
    }

    .social-icons-mobile {
        display: inline-block;
        padding-top: 25px;
    }

    .social-icons {
        display: none;
    }
}

@media (min-width: 768px) {

    /* .redmatch#search-res.row > [class*='col-'] {
       padding-left: 0;
       padding-right: 0;
   } */
   /* .content.container-job .col-sm-8 {
      padding-left: 0;
   } */

   .header-content a img {
        xwidth: 100%;
    }  

    .search-panel {
        min-height: 12rem;
    }
}

@media(min-width: 640px)
{
    .redmatch .HighlightPositions{
        float: left;
    }
}

/*********************************/

.link-logo {
    top: 10%;
    position: absolute;
    left: 7.5%;
}

.link-footer, .link-footer:hover, .link-footer:focus {
    padding: 0 5px;    
    color: #FFFFFF;
}

.display-none {
    display: none;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

#positionAttachments {
    padding-top: 70px;
}

.position-attach {
    padding-top: 4px;
    cursor:pointer;
}

.attach-link {
    padding-right: 5px
}

.apply-fields-group {
    margin-bottom: 20px;
}

.map-icon-img {
    width: 12px;
    vertical-align: revert;
}

.briefcase-icon-img {
    width: 25px;
    vertical-align: text-top;
    padding-top: 2px;
}