html, body {
    min-height: auto;
}

body{
    background-position: center center;
    background-size: cover !important;
    font-family: 'Roboto Condensed', sans-serif;
    color: #afafaf;
    font-size: 24px;
    font-weight:300;
    display: flex;
    flex-direction: column;
}

.honeypot-field  {
    position: absolute;
    left: -9999px;
}

strong{
    font-weight: 700;
}

.content {
    flex: 1 0 auto;
    min-height: 100vh;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 130px;
    right: 20px;
    display:none;
    padding: 0 20px;
    background: #fff;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.back-to-top img.icon-small{
    width: 20px;
    height: 20px;
}

.mb-5, .my-5{
    margin-bottom: 100px !important;
}

.mt-5, .my-5{
    margin-top: 100px !important;
}

.font-text{
    font-size: 18px;
    line-height: 32px;
    color: #424244;
}

.font-text a{
    color: #424244;
}

.font-text a:hover{
    color: #424244;
}


/* - - - - - - - - - - INDEX STYLING - - - - - - - - - - */
body.index{
    background-image: url("../../images/bg/index-dark.jpg") !important;
    color: #fff;
}

body.index strong{
    font-size: 32px;
    font-weight: 700;
}

body.index a{
    color: #424244;
    text-decoration: none;
    font-weight: 700;
}

body.index .axe{
    max-width: 100px;
}
/* - - - - - - - - - - NAVBAR STYLING - - - - - - - - - - */
.bg-dark {
    background-color: #55585a !important;
    border-bottom: 5px solid #424244;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(157,157,157, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(157,157,157,1);
}

/* TODO - MOVE TO RESPONSIVE CSS */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

#form_lang select option{
    background-color: #fff !important;
}

select:-internal-list-box {
    border-width: 0px !important;
    border-color: -internal-light-dark(rgb(255,255, 255), rgb(255, 255, 255));
    border-radius: 0px !important;
background-color: -internal-light-dark(rgb(255, 255, 255), rgb(255, 255, 255));
}

select{
border:0px;
  outline:0px;
}

select:focus{
    border-width: 0px !important;
    border-color: -internal-light-dark(rgb(255,255, 255), rgb(255, 255, 255));
    border-radius: 0px !important;


}

/* - - - - - - - - - - GENERAL STYLING - - - - - - - - - - */
.bg-grey{
    background-color: #d9d9d9;
    background-image: url(../../images/bg/lines-top.png), url(../../images/bg/lines-bottom.png);
    background-position: center top, center bottom;
    background-repeat: repeat-x, repeat-x;
    color: #424244;
    padding: 80px 0 20px 0;
}

.bg-grey.no-border{
    background-image: none !important;
    padding: 80px 0 80px 0;
}

.testimonial strong{
    font-size: 32px;
}

#crossfade{
    height: 388px;
}

#crossfade img {
    position:absolute;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    left: 25%;
    max-height: 388px;
    bottom: 0;
}

#crossfade img.bottom{
    z-index: 2;
}

#crossfade img.top{
    z-index:1;
}

#crossfade img.bottom {
    opacity:0;
}

#crossfade img.bottom:hover {
    opacity:1;
}

.axe{
    max-width: 50px;
}

.btn, .btn a:visited{
    text-transform: uppercase;
    background: #424244;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.btn a{
    color: #fff;
}

.btn a:hover, .btn a:focus{
    color: #afafaf;
    text-decoration: none;
}

.title{
    font-size: 50px;
    color:#55585a;
    line-height: 55px;
    text-transform: uppercase;
}

.title.medium{
    font-size: 30px;
    color:#55585a;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 700;
}

.title.small{
    font-size: 20px;
    font-weight: 700;
    line-height: initial;
}

.title.small-light{
    font-size: 20px;
    font-weight: 400;
    line-height: initial;
}

.underline{
    text-decoration: underline;
}

.name{
    color:#55585a;
    font-weight: 700;
    font-size: 28px;
}

.name span{
    font-weight: 400;
    font-size: 24px;
}

.guide{
    border-radius: 50%;
    background: #afafaf;
    border: 5px solid #424244;
    max-width: 200px;
}

.image-container {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}

.image-container:hover .overlay:hover {
    opacity: 1;
}

.logos img{
    opacity: 0.6;
}

/* - - - - - - - - - - JOBS STYLING - - - - - - - - - - */
.jobs a, .jobs a:visited{
    color: #55585a;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}

.jobs a:hover, .jobs a:focus{
    color: #afafaf;
    text-decoration: none;
}


.jobs .location{
    font-size:18px;
    text-transform: initial;
    font-weight: 400
}

#recruitee-careers-details-container.active{
    text-align: left !important;
}

#recruitee-careers-details-container, #recruitee-careers{
    text-align: center !important;
}

#recruitee-careers-details-container .rt-theme-light.rt-body, #recruitee-careers .rt-theme-light.rt-body {
    background: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 !important;
    border-width: 0 !important;
}

#recruitee-careers .rt-list__header-main {
    font-size:24px !important;
    font-weight: 700;
}

/* - - - - - - - - - - CONTACT STYLING - - - - - - - - - - */
.contact{
    background: url("../../images/bg/contact.jpg") no-repeat top -150px center;
    background-size: cover;
    color:#fff !important;
    font-weight: 300;
}

.form-group{
    font-size: 16px;
}

/* - - - - - - - - - - FOOTER STYLING - - - - - - - - - - */

.footerlines{
    background: url("../../images/bg/footerlines.png") repeat-x;
    width: 100%;
    height: 40px;
}

.footer {
    flex-shrink: 0;
    line-height: 60px;
    background: #424244;
    font-size: 14px;
    color: #fff;
    font-weight:300 !important;
}

.footer a, .footer a:visited, .contact a, .contact a:visited{
    color: #fff !important;
    text-decoration: none;
    font-weight:300 !important;
}

.footer a:hover, .footer a:focus, .contact a:hover, .contact a:focus{
    color: #afafaf !important;
    text-decoration: none;
    font-weight:300 !important;
}

/* - - - - - - - - - - ZOHO STYLING - - - - - - - - - - */

#crmWebToEntityForm {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 16px;
}

.zcwf_row{
    margin-bottom: 20px;
}

.zcwf_row input[type=text], .zcwf_row textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.zcwf_row textarea{
    height: auto !important;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

.zcwf_button{
    text-transform: uppercase;
    background: #424244;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border:1px solid transparent;
}

#recruitee-careers .rt-list__offer-item + .rt-list__offer-item {
    border-top: 0 !important;
}

.zsiq_theme1.zsiq_floatmain, .zsiq_floatmain {
    bottom: 50px;
    right: 20px;
    z-index: 1 !important;
}




