.goog-te-combo {
	background: #6fb1c8;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 0 !important;
}

#google_translate {
 overflow: hidden;
 cursor: pointer;
 position: relative;
 height: 40px
}

#google_translate > span {
 display: flex;
 background-color: #6fb1c8;
 height: 40px;
 padding: 0 20px;
 color: #fff;
 font-size: 14px;
 width: 200px;
 align-items: center;
 justify-content: space-around;
 transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
 -webkit-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
 -moz-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
 -o-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out
}


#google_translate > span i.logo {
 display: none
}
html {
    scroll-behavior: smooth;
}

#google_translate select {
 position: absolute;
 height: 30px;
 width: 100%;
 top: 0;
 left: 0;
 cursor: pointer;
 opacity: 0
}

.language-icon {
    border: 2px solid #fff;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-logo {
	padding: 1.2rem 0;
}

.nav-tabs .nav-link {
	color: #fff;
	background-color: #6fb1c8;
	border: 1px solid #fff;
}

.contact-nav{
	top:10px;
	 overflow: hidden;
	 cursor: pointer;
	 position: relative;
	 background-color: #6fb1c8;
	 height: 40px;
	 color: #fff;
	 font-size: 14px;
	 align-items: center;
	 justify-content: space-around;
	 transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
	 -webkit-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
	 -moz-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out;
	 -o-transition: color 0.2s ease-in-out,opacity 0.2s ease-in-out,background-color 0.2s ease-in-out,border-color 0.2s ease-in-out
			background: #6fb1c8;
	color: #fff;
	padding: 8px 66px;
	margin-left: 0px;
}

.partner-logo img{
    opacity: 0.4;
    height: 80px;
    width: auto;
}

.partner-logo img:hover{
    opacity: 1;
}

/* MyNewTerm Styling */

/* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for button properties */
html a.orange-btn-hover {
	background-color: #6fb1c8 !important;
	color: #ffffff !important;
}
html a.orange-btn-hover:hover {
	background-color: rgba(111,177, 200, 0.81) !important;
	border-color: #6fb1c8 !important;
}
html span.orange-btn-hover {
	background-color: #6fb1c8 !important;
	color: #ffffff !important;
}

/* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for vacancy title properties */
html a.orange-link-wrapper .orange-vacancy-title {
	color: #6fb1c8 !important;
}

/* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for icon properties */
html a.orange-link-wrapper .orange-vacancy-icon {
	color: #6fb1c8 !important;
}

/* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for miles / distance text properties */
html .orange-vacancy-link {
	color: #6fb1c8 !important;
}

/* ONLY USE IF YOU KNOW CSS - Replace hexadecimal color code for talent pool more text background properties */
html .orange-vacancy-div-bg {
	background-color: #6fb1c8 !important;
}