.career-team-heading {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}
.career-team-abstract {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}
.career-sub-heading {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
	font-size: 18px;
	line-height: 31px;
	text-align: center;
}
.career-browse-btn-container {
    text-align: center;
}
.career-heading {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	text-align: center;
}
.career-value-sub-heading {
	color: #2F2942;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}
.careers-bottom-pad {
    padding-bottom: 40px;
}
.team-header {
	color: #F28D43;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
	font-size: 15px;
	line-height: 12px;
}
.team-abstract {
	color: #46336A;
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
}
.career-list ul > li {
    margin-bottom: 10px !important;
        font-size: 21px;


}

@media (min-width: 501px) {
    
    .team-career-container {
        padding-top: 0;
    }
    .career-card-header {
        font-size: 20px;
        line-height: 19px;
    }
    .career-heading {
        font-size: 40px;
        line-height: 42px;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 120px;
    }
    .career-sub-heading {
        font-size: 26px;
        line-height: 36px;
    }
    .career-team-heading {
        font-size: 40px;
        line-height: 50px;
        padding-top: 120px;
    }
    .career-sub-heading-row {
        padding-bottom: 50px;
        padding-top: 70px;
    }
    .career-team-abstract {
        font-size: 24px;
        line-height: 34px;
        padding-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }
    .career-team-img-container {
        padding-top: 60px;
        max-width: 940px;
        margin: auto;
    }
    .career-sub-heading {
        font-size: 18px;
        line-height: 31px;
        padding-top: 60px;    
    }
    .career-browse-btn-container {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    .career-value-sub-heading {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
    }
    .team-abstract {
        font-size: 40px;
        line-height: 50px;
    }

}

@media (max-width: 500px) {
    .team-career-container {
        padding-top: 25px;
    }
    .career-team-heading {
        font-size: 28px;
        line-height: 26px;
        padding-top: 60px;
    }
    .career-team-abstract {
        font-size: 18px;
        line-height: 28px;
        padding-top: 15px;
    }
    .career-team-img-container {
        padding-top: 15px;
    }
    .career-sub-heading {
        font-size: 16px;
        line-height: 26px;
        padding-top: 35px;
    }
    .career-browse-btn-container {
        padding-top: 40px;
        padding-bottom: 65px;
    }
    .career-heading {
        font-size: 28px;
        line-height: 30px;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .career-value-sub-heading {
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        padding-bottom: 30px;
    }
    .team-abstract {
        font-size: 28px;
        line-height: 36px;
    }
}
