@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    overflow-x: hidden;
	font-family: 'Lato', sans-serif;
}

#talent,#interviews{
	display: none;
	max-width: 800px;
	margin: auto;
	margin-top: 3em;
}

#main-container {
    padding-bottom: 38px !important;
}

/*	Sliding Button Start */

.button:hover {
    text-decoration: none !important;
}

.button {
    min-width: 400px;
}

#nav-buttons-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.RadioButton .button {
    float: left;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    min-height: 30px !important;
    height: 60px;
    line-height: 30px;
    border-radius: 31px;
    cursor: pointer;
    text-align: center;
    padding-top: 13px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.214762px;
    color: #333333;
}

.button-default {
    border: 1px solid #1795d4;
    z-index: 0;
}

.button-group > .button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: hidden;
    z-index: 15;
}

.button-group > .button:nth-child(2) {
    border-radius: 0;
    border-right: hidden;
    border-left: hidden;
    z-index: 15;
}

.button-group > .button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: hidden;
}

.button.button-default.button-active {
    color: #333333 !important;
    font-weight: 700 !important;
    z-index: 10;
}

.button-group {
    clear: both;
    margin-top: 10px;
}

.RadioButton .button:nth-child(3)::before {
    display: block;
    content: "";
    height: 90%;
    width: 99%;
    background: #e4f9fe;
    position: absolute;
    top: 0;
    transition: 0.3s all ease;
    left: 0;
    border-radius: 31px;
    text-align: center;
    margin-top: 3px;
    transform: translateZ(-1px);
    z-index: -1;
}

.button-active:first-child ~ .button::before {
    transform: translateX(calc(-5px - 200%));
}
.button-active:nth-child(2) ~ .button::before {
    transform: translateX(calc(0px - 100%));
}

/*	Sliding Button End	*/

.trends-container {
    margin: 1rem auto;
    max-width: 1200px;
    background-color: #fff;
}

.trends-header {
    display: flex;
    flex-direction: column;
    position: relative;
	margin-left: 1em;
}

.header-pre-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height, or 122% */
    letter-spacing: -0.23303px;
    text-transform: uppercase;
    color: #666666;
}

.trends-decide-title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    margin: 0;
    font-size: 80px;
    line-height: 98px;
    /* identical to box height */
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: -3px;
    letter-spacing: 0.859048px;
    color: #333333;
}

/* New style for long sentence */
.trends-subtitle {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.193286px;
    color: #333333;
    margin-left: 50px;
}

.trends-subtitle::before {
    content: "";
    position: absolute;
    top: 115px;
    left: 0;
    width: 5px;
    height: 61px;
    background-color: #fed800;
}

/* Old style Navbar ends */

.slide {
    position: absolute;
    width: 150px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e4f9fe;
    z-index: -1;
    transition: 0.5s;
    opacity: 0;
}

#trends-nav-ul li:nth-child(2).active ~ .slide {
    left: 0;
    opacity: 1;
}
	
/* roles */
#roles{
	display: flex;
	margin: 2em auto;
	justify-content: space-between;
	align-items: start;
}

.location-dropdown{
	flex: 1;
	max-width: 200px;
}

.filter-jobs-p{
	font-size: 0.8em;
    opacity: 60%;
    margin-bottom: 1em;
}

.greenhouse-job{
	flex: 2;
	max-width: 800px;
}

/* Location filter - starts */


.hit-area {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
	margin-left: 8em;
}
.hit-area:before, .hit-area:after {
    background-color: #1795d4;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    content: ' ';
    height: 2px;
    width: 10px;
	display: flex;
}
.hit-area:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    left: 16px;
	position: relative;
}
.hit-area:after {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    left: 23px;
	position: relative;
	bottom: 2px;
}

#location-dropdown-select{
	padding: 0;
	margin-bottom: 1em;
}

#location-dropdown-select li{
	margin-top: 1em;
	cursor: pointer;
}

#location-dropdown-select li:first-child{
	display: flex;
	align-items: center;
}

#location-dropdown-select li:before{
	content: none;
}

.dark-hr{
	position: relative;
	width: 14em;
}

.light-hr{
	width: 14em;
	opacity: 50%;
	margin-top: 1em;
}

.hidden{
	display: none;
}

/* Location - ends */

/* greenhouse job board plugin override */

#app_body{
	width: 100%;
	padding-left: 0;
}

#header a {
	display: none;
}

.job{
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: start;
    border-top: 1px solid rgba(0,0,0,0.2);
    padding: 0.5em;
}

.job:last-child{
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.job:hover{
	background-color: #e4f9fe;
}

.disable-job-hover:hover{
	background-color: initial;
}

.job_title, .apply-button{
	margin-bottom: 0;
}


.apply-button {
	visibility: hidden;
}

.location-container{
	display: flex;
    justify-content: center;
    align-items: center;
}

/* Job board apply now accordian */

/* Text changes */
#talent h2, #interviews h2{
	font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 1.6em;
    line-height: 51px;
    color: #333333;
}

#talent p, #interviews p, .job_title, .location-title, .location-dropdown{
	font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.193286px;
    color: #333333;
}

.location-title, .location-container span{
	margin-right: 2em;
	margin-bottom: 0;
	font-weight: 100;
	font-size: 16px;
	color: #666666;
	letter-spacing: 0.5px;
}

.location-title{
	margin-right: 5px;
}

#grnhse_app{
	margin-top: 2em;
	margin-left: 2em;
}

@media screen and (max-width: 1200px){
	#roles{
		flex-direction: column;
		align-items: center;
	}
	
	.location-dropdown{
		margin-bottom: 1em;
		position: relative;
		top: 0;
		right: 19rem;
	}
	
	.job{
		width: 580px;
	}
	
	.button-default {
        min-width: 0;
        width: 300px;
    }
	
	.RadioButton .button {
		line-height: 18px;
		font-size: 18px;
	}
	
}

@media screen and (max-width: 1000px){
	.button-default {
        min-width: 0;
        width: 200px;
    }
	.RadioButton .button {
		line-height: 15px;
		font-size: 15px;
		height: auto;
	}
	.trends-container{
		margin-left: 1em;
		margin-right: 1em;
		margin-top: 1em;
	}
	.trends-header{
		margin-left: 0;
	}
	
}

@media screen and (max-width: 700px){
	.button-default {
        min-width: 0;
        width: 33%;
    }
	
	.RadioButton .button {
		font-size: 1em;
	}
	
	.RadioButton{
		width: 100%;
	}
	
	#grnhse_app{
		margin-left: 0;
	}
}

@media screen and (max-width: 600px){
	.job{
		width: 500px;
	}
	
	.location-dropdown{
		right: 15rem;
	}
}

@media screen and (max-width: 500px){
	.job{
		width: 400px;
	}
	
	.RadioButton .button {
		font-size: 0.8em;
	}
	
	.location-dropdown{
		right: 10rem;
	}
}

@media screen and (max-width: 450px){
	
	.location-dropdown{
		right: 7.5rem;
	}
}

@media screen and (max-width: 400px){
	.job{
		width: 350px;
	}
	
	.RadioButton .button {
		font-size: 0.7em;
	}
	
	.location-dropdown{
		right: 5rem;
	}
	
	.trends-decide-title {
		font-size: 50px;
	}
	
	.trends-subtitle{
		font-size: 16px;
		margin-left: 2rem;
	}
}

@media screen and (max-width: 350px){
	.job{
		width: 300px;
	}
	
	.RadioButton .button {
		font-size: 0.6em;
	}
	
	.location-dropdown{
		right: 3rem;
	}
}