/* global */
body, h1, h2, h3, h4, h5, h6, p, input, label, button {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
	color: #003B58;
}

/* material overrides */
.mdl-textfield__input {
	font-family: "Roboto","Helvetica","Arial",sans-serif;
}
@media (min-width: 840px), (max-width: 840px) {
	.mdl-grid {
		padding: 0;
	}
}
.mdl-menu__outline.mdl-menu--bottom-left {
	width: 110% !important;
}

/* font size */
/* min size */
h1, .header-1 { font-size: 34px; }
h2, .header-2 { font-size: 26px; }
h3, .header-3 { font-size: 22px; }
.header-4 { font-size: 19px; }
.modal-header-text { font-size: 20px; }
a.primary-btn-a, button.mdl-button { font-size: 19px; }
p, td, a, input.mdl-textfield__input, input.mdl-textfield__input::placeholder, label { font-size: 17px; }
li { font-size: 18px; }
.footer-link { font-size: 16px; }
th  { font-size: 16px !important; }

/* dynamic size */
@media screen and (min-width: 320px) {
	h1, .header-1 { font-size: calc(34px + 20 * ((100vw - 320px) / 880)); }
	h2, .header-2 { font-size: calc(26px + 16 * ((100vw - 320px) / 880)); }
	h3, .header-3 { font-size: calc(22px + 10 * ((100vw - 320px) / 880)); }
	.header-4 { font-size: calc(19px + 5 * ((100vw - 320px) / 880)); }
	.modal-header-text { font-size: calc(20px + 10 * ((100vw - 320px) / 880)); }
	p, td, a, input.mdl-textfield__input, input.mdl-textfield__input::placeholder, label { font-size: calc(17px + 2 * ((100vw - 320px) / 880)); }
	.footer-link { font-size: calc(16px + 2 * ((100vw - 320px) / 880)); }
	th  { font-size: calc(16px + 2 * ((100vw - 320px) / 880)) !important; }
}

/* max size */
@media screen and (min-width: 1200px) {
	h1, .header-1 { font-size: 54px; }
	h2, .header-2 { font-size: 42px; }
	h3, .header-3 { font-size: 32px; }
	.header-4 { font-size: 24px; }
	.modal-header-text { font-size: 30px; }
	p, td, a, input.mdl-textfield__input, input.mdl-textfield__input::placeholder, label { font-size: 19px; }
	.footer-link { font-size: 18px; }
	th  { font-size: 18px !important; }
}

/* element styles */
.header-1 {
	font-weight: 400;
	line-height: 2;
}
.header-2 {
	font-weight: 400;
	line-height: 2;
}
.h2lite {
	font-weight: 300;
}
.header-3 {
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 1px;
}
.h3lite {
	font-weight: 300;
}
.header-4 {
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 1px;
}
.h4lite {
	font-weight: 300;
}
.color-header {
	color: #F05C61;
}
p {
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	color: #12B3C3;
}
a.mdl-button--primary.mdl-button--primary.mdl-button--raised, .mdl-button--primary.mdl-button--primary.mdl-button--fab.primary-btn {
	color: #FFF;
}
.primary-btn-a {
	font-size: 1.15em;
	padding: 10px 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
a:hover {
	cursor: pointer;
}
a.text {
	color: #12B3C3;
	font-weight: 400;
	text-decoration: none;
}
.error {
	color: #f05d61;
	font-style: italic;
	font-size: 98%;
}
label {
	font-weight: 300;
}
.job-type-width {
	width: 240px;
}

/* button style */
/* primary button */
.button-container {
	margin: 3.75vw 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.button-row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
button {
	cursor: pointer;
}
button.mdl-button {
	height: auto;
	padding: 6px 20px;
	font-weight: 400;
}
button.mdl-button--primary.mdl-button--primary.mdl-button--raised {
	color: #FFF;
}

/* nav */
#vue-brochure-nav {
	min-height: 100px;
}
.mdl-layout__header {
	background-color: #FFF;
}
.mdl-layout__header-row {
	height: 100px;
}
.wbr-mobile-spacer {
	display: none;
}
.nav-logo {
	max-width: 140px;
}
.mdl-layout__header-row .mdl-navigation__link {
	line-height: 100px;
	color: #3a3a3a;
}
.mdl-navigation__link  {
	font-size: 20px;
	font-weight: 400;
}
.mdl-navigation__link:hover {
	color: #12B3C3;
}
.nav-sign-up {
	color: #12B3C3 !important;
	font-weight: 700;
}
#myAccount {
	display: none;
}
#nav-auth-links, #nav-auth-mobile-links {
	display: none;
}
#nav-brochure-links, #nav-unauth-links {
	display: flex;
}
.dropdown-link {
	color: #3e3e3e;
	font-size: 1em;
	font-weight: 300;
	display: inline-block;
	width: calc(100% - 12px);
	padding-left: 12px;
}
@media screen and (min-width: 1024px) {
	.mdl-layout__drawer, .mdl-layout__drawer-button {
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	div.is-visible > a > .nav-logo {
		margin: 10% 0 0 7%;
		opacity: 0.5;
	}
	.wbr-mobile-spacer {
		display: block;
	}
	.mdl-layout__header .mdl-layout__drawer-button {
		margin: 25px 15px;
	}
}

/* modal */
.modal {
	display: none;
	justify-content: center;
	align-items: flex-start;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}
.modal-content {
	margin-top: 20vh;
	background-color: #FFF;
	width: 350px;
	border-radius: 3px;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
.modal-status-content {
	margin-top: 20vh;
	background-color: #FFF;
	width: 550px;
	max-height: 75vh;
	overflow-y: scroll;
	border-radius: 3px;
	box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}
@media (min-width: 840px), (max-width: 565px) {
	.modal-status-content {
		margin: 20vh 5vw;
	}
}
.status--close-container {
	width: 100%;
	margin-top: 18px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.status--close-container > i {
	padding-right: 25px;
	cursor: pointer;
}
.status-modal-content {
	font-size: 1em;
}
.status-instructions {
	font-weight: 400;
	font-size: 1.16em;
}
.status-help {
	padding: 0 5%;
	text-align: center;
}
#modalMsg {
	padding: 10px;
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#modalMsg > p {
	text-align: center;
}
.modal-header {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	text-align: center;
}
.modal-header-text {
	margin: 0;
	color: #12B3C3;
	font-weight: 300;
}
.modal-body-content {
	margin: 20px 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.close {
	padding: 10px 10px 0 0;
	color: #FFF;
	align-self: flex-end;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-btn-container {
	margin: 20px 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-btn {
	padding: 6px 36px !important;
}

/* footer */
.footer {
	width: 100vw;
	min-height: 30vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #12B3C3;
	z-index: 1000;
}
.footer-logo-row {
	width: 100%;
	padding: 3vh 0 3vh 8vw;
}
.footer-logo {
	width: 12vw;
	min-width: 150px;
}
.footer-links-row {
	width: 100%;
	padding-left: 8vw;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.footer-link-group {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.footer-link {
	line-height: 2.25;
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
}
.mobile-footer-link {
	width: 100%;
	max-width: 135px;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 650px) {
	.mobile-footer-group {
		display: none;
	}
	.mobile-footer-link {
		display: flex;
	}
}

/* homepage */
.homepage-hero {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 85vh;
	width: auto;
}
.homepage-hero-background {
	background-image: url('../images/homepage/hero.jpg');
	background-size: cover;
	background-position: 30%;
}
.hero-btn-container {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}
.hero-btn-container > a:nth-child(2) {
	margin-left: 25px;
}
.homepage-content-header {
	padding: 50px 25vw;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.homepage-content-header {
		padding: 50px 8vw;
		text-align: center;
	}
}
.homepage-content-group {
	margin-bottom: 150px;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homepage-group-one {
	background-color: #f9f9f9;
}
.homepage-content-img-container {
	display: flex;
	justify-content: center;
}
.homepage-content-img-size {
	object-fit: contain;
	min-width: 250px;
	min-height: 250px;
	width: 50%;
	height: auto;
	max-width: 315px;
	max-height: 315px;
}
.homepage-content-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
@media screen and (max-width: 839px) {
	.homepage-content-group {
		margin-bottom: 0;
	}
	.homepage-content-text-container {
		align-items: center;
		text-align: center;
	}
	.homepage-content-subtext {
		margin-bottom: 30px;
		width: 93%;
		text-align: justify;
	}
}

/* register */
.user-type-list {
	width: 350px;
}
.offer-resend-verification {
	visibility: hidden;
	font-weight: 300;
}

/* sign in */
.sign-in-container {
	min-height: 70vh;
	display: flex;
	flex-direction: row;
}
.sign-in-content {
	width: 70vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #F4F4F4;
}
.sign-in-content > h3.header {
	margin-top: 50px;
}
.sign-up-form-container {
	width: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sign-up-form-container > * {
	margin-top: 15px;
}
.sign-in-hero {
	width: 30vw;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.sign-in-hero > img {
	display: block;
	max-width: 85%;
	width: auto;
	height: auto;
}
.sign-in-text-link-container {
	margin-top: 3vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sign-in-text-link {
	padding-top: 15px;
	font-weight: 300;
}
@media screen and (max-width: 750px) {
	.sign-in-container {
		min-height: 60vh;
	}
	.sign-in-content {
		width: 100vw;
	}
	.sign-in-hero {
		display: none;
	}
}

/* VERIFY EMAIL */
.verify-help-container {
	margin-top: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/* GRID */
.form-section-container {
	width: 100%;
	margin: 6vw 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.grid-container {
	width: 100%;
	max-width: 1250px;
}
.grid-input {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

/* APPLICANT PROFILE */
section.profile {
	padding: 0 5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f5f5f5;
}
section.profile > p.header {
	text-align: center;
}
.profile-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}
.job-type-row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.job-type-radio {
	font-size: 1.15em;
}
.resume-row {
	margin: 0 0 35px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.mdl-textfield {
	width: 100%;
}
table.skills-table {
	border: none;
}
table.skills-table > tr > td {

}
.mdl-data-table td {
	border: none;
}


/* HOW IT WORKS */
.hiw-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #f9f9f9;
}
.hiw-card-container {
	margin: 0 0 75px 0;
}
.hiw-card-container > div {
	margin-top: 20px;
}
.hiw-card {
	width: 90vw;
	max-width: 850px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hiw-card-step {
	margin-left: 12px;
	width: 28px;
	height: 22px;
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	border-radius: 50px;
	border: 2px solid #12B3C3;
	color: #12B3C3;
	font-size: 1.14em;
}
.hiw-card-img-container {
	width: 25%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.hiw-icons {
	color: #12B3C3;
	font-size: 3.25em;
}
.how-group-id {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	color: #12B3C3;
	font-weight: 400;
	font-size: 1.15em;
	letter-spacing: 0;
}
.hiw-card-content {
	padding: 22px;
	background-color: #FFF;
}
.hiw-step-title {
	font-size: 1.55em;
	color: #F15D61;
}
.hiw-step-detail {
	font-weight: 300;
	line-height: 1.2;
	font-size: 1.2em;
}
.faq-container {
	margin-bottom: 75px;
	width: 85vw;
	max-width: 1000px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.faq-question {
	margin-top: 50px;
	font-size: 1.85em;
}
.faq-answer {
	font-weight: 300;
}

/* EMPLOYER PROFILE STEPS */
.emp-breadcrumbs {
	margin-bottom: 3.5vw;
	width: 70%;
	max-width: 1000px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.emp-breadcrumb-group {
	width: 33.33%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.emp-breadcrumb-step {
	min-width: 30px;
	min-height: 30px;
	width: 20px;
	height: 20px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #C4C4C4;
	border-radius: 50px;
	color: #FFF;
	font-size: 1.25em;
}
.emp-active-step {
	background-color: #12B3C3;
}
.emp-breadcrumb-text {
	margin: 0 0 0 15px;
	color: #C4C4C4;
	font-weight: 400;
}
.emp-active-text {
	color: #12B3C3;
}
@media screen and (max-width: 880px) {
	.emp-breadcrumbs {
		width: 90%;
		justify-content: center;
	}
	.emp-breadcrumb-group {
		flex-direction: column;
	}
	.emp-breadcrumb-text {
		margin: 0;
		text-align: center;
	}
}

/* employer plans */
.ep-content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ep-h1-container {
	margin: 3.5vw 0 0 0;
}
.ep-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 75vw;
	min-width: 350px;
}
.ep-pricing-container {
	margin: 50px 0;
	width: 85vw;
	min-width: 350px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.ep-pricing-standard {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #003B58;
}
.ep-pricing-plus {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #12B3C3;
}
.ep-pricing-standard > div, .ep-pricing-plus > div {
	padding: 15px 0;
}
.ep-pricing-white {
	color: #FFF;
}
.ep-jobs-allowed {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ep-plan-detail-icon {
	font-size: 4em;
	line-height: 1.15;
	margin-bottom: 0;
}
.feature-not-included {
	opacity: 0.65;
}
.ep-plan-cost {}
	.ep-plan-amount {
		font-size: 3.5em;
		font-weight: 400;
	}
	.ep-month-text {
		font-size: .5em;
		font-weight: 300;
	}
	.ep-cta-container {
		margin: 10px 0 40px 0;
	}
	.ep-cta {
		padding: 12px 40px;
		border-radius: 25px;
		color: #FFF;
		/*font-weight: 300;*/
		letter-spacing: 1px;
		font-size: 1.1em;
	}
	.ep-cta-standard {
		background-color: #12B3C3;
	}
	.ep-cta-plus {
		background-color: #003B58;
	}
	.ep-tc-text {
		margin: 0;
		font-size: 1.35em;
		line-height: 2.25;
		text-align: center;
	}
	.select-plan-cta {
		outline: none;
		border: none;
	}
	@media screen and (max-width: 760px) {
		.ep-pricing-container {
			flex-direction: column;
		}
		.ep-pricing-standard {
			order: 2;
		}
		.ep-pricing-plus {
			margin-bottom: 15px;
			order: 1;
		}
	}

	/* about propel */
	.about-content-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: #fbfbfb;
	}
	.about-hero {
		background-image: url('../images/about-us-hero.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 35vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.about-content {
		margin: 50px 0 75px 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		width: 75vw;
		min-width: 350px;
	}

	/* 404 */
	.four-oh-four-container {
		width: 100vw;
		margin: 10vw 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.four-oh-four-container > p {
		max-width: 300px;
		margin-bottom: 75px;
		text-align: center;
		font-style: italic;
	}

	/* employer dashboard */
	.dashboard-menu {
		width: 100%;
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #EAF0F1;
	}
	.dashboard-menu-item {
		display: flex;
		align-items: center;
		color: #003C58;
		font-weight: 300;
	}
	/* jobs cards */
	.jobs-card-container {
		width: 100%;
		margin: 0 0 25px 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	.demo-card-square.mdl-card {
		width: 320px;
		height: 250px;
	}
	.demo-card-square > .mdl-card__title {
		color: #fff;
		background-color: #12B3C3;
	}
	.time-left {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.new-post-tile {
		width: 320px;
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		border: 1px solid #12B3C3;
	}

	/* job posts global? */
	.chips-row {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	/* EMPLOYER > COMPLETE PAYMENT */
	.selected-plan-container {
		margin-top: 50px;
		width: 100%;
		text-align: center;
	}
	.selected-plan-text {
		font-size: 1.6em;
		font-weight: 400;
		color: #12B3C3;
	}
	.current-plan-text {
		font-weight: 600;
		color: #003B58;
	}
	.payment-container {
		margin: 30px 0 6vw 0;
	}
	.stripe-container {
		width: 100%;
		max-width: 550px;
	}
	.stripe-container > form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.form-row {
		width: 100%;
	}
	.stripe-label {
		margin-left: 4px;
		font-size: 1.2em;
	}
	#card-number, #card-expiry, #card-cvc {
		margin: 10px 0;
		background-color: #f9f9f9;
		border: 2px solid #e8e8e8;
		height: 40px;
		padding: 18px 12px 0 12px;
		border-radius: 4px;
		box-shadow: 0 1px 3px 0 #e6ebf1;
		-webkit-transition: box-shadow 150ms ease;
		transition: box-shadow 150ms ease;
	}

	.StripeElement--focus {
		box-shadow: 0 1px 3px 0 #cfd7df;
	}

	.StripeElement--invalid {
		border-color: #fa755a;
	}

	.StripeElement--webkit-autofill {
		background-color: #fefde5 !important;
	}
	.payment-btn-container {
		margin: 30px 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.trust-text {
		width: 100%;
		text-align: center;
		font-size: 1.1em;
		color: #929292;
	}

	/* EMPLOYER DASHBOARD */
	.dashboard--main-container {
		width: 73%;
		min-width: 355px;
		margin-bottom: 55px;
	}
	@media screen and (max-width: 920px) {
	.dashboard--main-container {
			width: 100%;
		}
	}

	/* CREATE JOB POST */
	.edit-post {
		width: 100%;
		max-width: 1000px;
		background-color: #FFF;
	}
	.edit-job-title {
		background: initial;
		background-color: #FFF;
		padding: 25px;
		border-radius: 5px;
	}
	.edit-job-description {
		/*min-height: 100px;*/
	}
	.create-job--container {
		margin: 15px 30px 15px 0;
		width: 325px;
		height: 255px;
		border: 2px dashed #CDCDCD;
		border-radius: 3px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.create-job--container:hover {
		cursor: pointer;
	}
	.create-job--container:hover > .create-job--icon {
		opacity: 1;
	}
	.create-job--icon {
		margin-bottom: 25px;
		font-size: 5em;
		opacity: .75;
	}
	.create-job--innertext {
		color: #003B58;
	}
	.create-job--form-container {
		background-color: #FFF;
		width: 100%;
		max-width: 650px;
		padding: 25px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)
	}
	.create-job--header {
		margin-top: 25px;
	}
	.job-card {
		width: 325px;
		min-height: 255px;
		margin: 15px 30px 15px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		background-color: #FFF;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
		border-radius: 3px;
	}
	.job-card--expired {
		background-color: #f5f5f5;
		box-shadow: none;
		min-height: auto;
		border: 2px dashed #CDCDCD;
	}
	.job-card--job-title {
		width: 100%;
		padding: 18px 0;
		background-color: #12B3C3;
		border-radius: 3px 3px 0 0;
	}
	.job-card--job-title > p {
		margin: 0;
		padding: 0;
		font-size: 1.85em;
		color: #FFF;
		font-weight: 300;
		letter-spacing: 0.65px;
		text-align: center;
	}
	.job-card--job-title--expired {
		background-color: transparent;
	}
	.job-card--job-title--expired > p {
		color: #737373;
	}
	.job-card--post-details {
		margin: 18px 0;
	}
	.job-card--post-details > p {
		width: 100%;
		text-align: center;
		font-size: 1.25em;
		color: #2d5265;
	}
	#job-created, #time-remaining, #time-expired {
		color: #003b58;
		font-weight: 400;
	}
	.job-card--post-details--expired > p, .job-card--post-details--expired > p > #time-expired {
		color: #b7b7b7;
	}
	.mdl-card__actions {
		text-align: center;
	}
	.dashboard--section-header {
		margin-top: 55px;
		display: flex;
		align-items: center;
	}
	.dashboard--section-header > i {
		font-size: inherit;
		padding-right: 8px;
	}
	.dashboard--section-header--expired {
		color: #909090;
	}
	.applicant-profile--form-container {
		margin: 35px 0;
		background-color: #FFF;
		width: 100%;
		max-width: 850px;
		box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12)
	}
	.applicant-profile--card-content-container {
		padding: 25px 60px;
	}
	@media screen and (max-width: 450px) {
		.applicant-profile--card-content-container {
			padding: 25px 20px;
		}
	}
	.grid-input--applicant {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.experience-container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-end;
	}
	#stateautocomplete-list > div {
		margin: 12px 0;
	}
	.quantity-container {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.adjust-quantity {
		background-color: transparent;
		border: none;
		outline: none;
	}
	.adjust-quantity-icon {
		color: #FFF;
		font-size: 3em;
	}
	.quantity-count {
		padding: 0 18px;
		color: #FFF;
		font-size: 4.5em;
		font-weight: 300;
	}
	.adjust-quantity-icon--standard {
		color: #0fb3c3;
	}
	.adjust-quantity-icon--plus {
		color: #003b58;
	}
	.cart-container {
		width: 100%;
		max-width: 450px;
		display: flex;
		flex-direction: column;
	}
	.cart-row {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	@media screen and (max-width: 560px) {
		.cart-row {
			padding-left: 25px;
		}
		.shopping-cart-media {
			padding-left: 25px;
		}
	}
	.cart-total {
		font-size: 3em;
		font-weight: 400;
	}
	.cart-item-detail {
		width: 75%;
		display: flex;
		flex-direction: column;
	}
	.cart-item-name {
		margin: 0;
		font-weight: 400;
	}
	.cart-item-subtotal-container {
		width: 25%;
		display: flex;
		align-items: center;
	}
	.cart-item-subtotal {
		margin: 0;
		font-weight: 500;
	}
	@media screen and (max-width: 375px) {
		.ep-pricing-container {
			margin: 0;
		}
		.ep-pricing-plus, .ep-pricing-standard, .applicant-profile--form-container {
			width: 85%;
		}
	}
	.dashboard-credits--container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.dashboard--card-text {
		margin: 0;
		padding: 12px 0;
	}
	.dashboard--card-text > span {
		font-weight: 500;
	}
	.more-credits-line {
		width: 100%;
		height: 1px;
		background-color: #e2e2e2;
	}
	.credits-link {
		padding-left: 12px;
	}
	@media screen and (max-width: 1000px) {
		.dashboard-credits--container {
			flex-direction: column;
			align-items: flex-start;
		}
		.dcc-container-two {
			margin-top: 15px;
		}
		.credits-link {
			padding-left: 0;
		}
	}
	.active--post-header {
		margin: 0 0 12px 0;
		text-transform: uppercase;
		color: #D5D5D5;
		font-weight: 500;
		font-size: 1.25em;
	}
	.active--post-header--standard {
		margin: 18px 0 12px 0;
	}
	.post-tile--container {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.active-job--tile {
		margin: 0 0 14px 0;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border: 1.5px solid rgba(0, 59, 88, .1);
		border-radius: 3px;
		background-color: #FFF;
	}
	.post--plus {
		background-color: #63BBC8;
		border: 2px solid #63BBC8;
		color: #FFF;
	}
	.active-job--job-details {
		width: 38%;
		padding: 10px 0 10px 22px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.active--job-title {
		width: 100%;
		margin: 0;
		padding-bottom: 6px;
		text-align: left;
		line-height: 1.2;
		font-size: 1.6em;
		font-weight: 400;
	}
	.active--job-availability {
		width: 100%;
		margin: 0;
		text-align: left;
		line-height: 1.2;
		font-size: 1em;
		font-weight: 300;
		font-style: italic;
	}
	.active-job--post-expiry {
		width: 31%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.active-job--expiry-text {
		margin: 0;
		font-size: .92em;
		font-weight: 300;
	}
	@media screen and (max-width: 840px) {
		.active-job--post-expiry {
			display: none;
		}
	}
	.active-job--matches {
		width: 31%;
		margin-right: 20px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.matches-btn {
		min-width: 118px;
		padding: 12px 0;
		border: none;
		border-radius: 3px;
		outline: none;
		background-color: #63BBC8;
		color: #FFF;
		font-weight: 400;
		font-size: 1.14em;
		text-align: center;
	}
	.matches-btn:hover {
		cursor: pointer;
	}
	.post--plus-btn {
		background-color: #FFF;
		color: #63BBC8;
	}
	.empty-job--tile {
		width: 100%;
		padding: 8px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border: 1.5px dashed rgba(0, 59, 88, .1);
		border-radius: 3px;
		background-color: #FFF;
	}
	.empty--job-title {
		width: 70%;
		margin: 0;
		padding-left: 20px;
		color: #BDBDBD;
	}
	.active-empty-btn {
		margin-right: 20px;
		text-decoration: none;
		color: #63BBC8;
		font-weight: 500;
		font-size: 1.14em;
	}
	.candidate {
		margin-top: 15px;
	}
	.candidate-tile {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	@media screen and (max-width: 570px) {
		.candidate-tile {
			flex-direction: column;
		}
	}
	.candidate-tile--left {
		width: 60%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.candidate-name-group {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.candidate-icon {
		font-size: 3em;
	}
	.candidate-name {
		margin: 0;
		font-size: 1.75em;
		font-weight: 400;
	}
	.view-info {
		margin: 15px 0 0 0;
		font-size: 1.1em;
		font-weight: 300;
	}
	.view-info:hover {
		cursor: pointer;
		color: #12B3C3;
	}
	.candidate-tile--right {
		width: 40%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.candidate-quality-container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.candidate-quality-label {
		margin: 0;
		padding-right: 10px;
		color: #b1b1b1;
		font-size: 1.1em;
	}
	.candidate-quality-score {
		margin: 0;
		padding: 6px 8px;
		width: 100%;
		color: #12B3C3;
		font-weight: 500;
		font-size: 1.1em;
		text-align: left;
	}
	.status-container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.status-label {
		margin: 0;
		padding-right: 10px;
		font-size: 1em;
		color: #b1b1b1;
	}
	.candidate-status-btn {
		padding: 6px 8px;
		width: 100%;
		border: 0;
		outline: none;
		border-radius: 3px;
		background-color: #FFF;
		color: #12B3C3;
		font-weight: 300;
		font-size: 1.1em;
		text-align: left;
	}
	.candidate-status-btn:hover {
		background-color: #12B3C3;
		color: #FFF;
	}
	.candidate-separator {
		margin-top: 20px;
		width: 100%;
		height: 1.5px;
		background-color: rgba(0, 59, 88, 0.1);
	}
	.candidate-panel {
		display: none;
	}
	.plus-panel {
		margin-top: 12px;
		padding: 12px 16px;
		background-color: #63BBC8;
		border-radius: 3px;
	}
	.candidate-info {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.info-group {
		margin-top: 22px;
		max-width: 175px;
		min-width: 140px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.info-group--intro-container {
		width: 100%;
		max-width: 825px;
	}
	.info-group--header {
		margin: 0;
		color: #e6e6e6;
		font-weight: 400;
		font-size: 1em;
		text-transform: uppercase;
		letter-spacing: 0.5px;
	}
	.plus-text {
		color: #FFF;
	}
	.info-subgroup {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.subgroup-header {
		margin: 8px 0 0 0;
		font-size: 1em;
		font-weight: 400;
		color: #12B3C3;
		letter-spacing: 0;
	}
	.subgroup-text {
		margin: 0;
		font-size: 1.1em;
		font-weight: 300;
		letter-spacing: 0;
	}
	.specialties-group {
		margin: 8px 0 0 0;
	}
	.specialty-text {
		margin: 0;
		font-size: 1.1em;
	}
	.candidate-introduction {
		padding-bottom: 10px;
	}
	.intro-text {
		font-size: 1em;
	}
	#update {
		display: none;
	}
	.feedback--container {
		width: 60px;
		height: 60px;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		bottom: 30px;
		right: 40px;
		z-index: 1000;
	}
	.feedback--link {
		margin: 0;
	}
	.feedback--link:hover {
		cursor: pointer;
	}
	.feedback--icon {
		color: #FFF;
	}
	.job-details-match {
		margin: 0 0 8px 0;
	}
	.job-details-info {
		font-weight: 500;
	}
	.job-details-info-avail {
		font-weight: 400;
		font-style: italic;
	}
	.matches-card-content-container {
		padding: 25px 60px;
	}
	@media (min-width: 840px), (max-width: 545px) {
		.matches-card-content-container {
			padding: 25px 30px;
		}
	}
	.years-filter-container {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.filter-text-container {}
	.filter-text {
		margin: 0 18px 0 0;
		font-size: 1.05em;
    font-weight: 400;
    color: #003b58;
	}
	.years-input-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.years-mdl-container {
		width: 60px;
	}
	#years-input {
		text-align: center;
		color: rgb(0,188,212);
    font-weight: 500;
	}
	.years-label {
		font-size: .9em;
	}
	.years-btn {
		margin-left: 20px;
		padding: 0 !important;
		min-width: 34px;
		width: 34px;
		min-height: 34px;
		height: 34px;
		background-color: rgb(0,188,212);
	}
	.years-icon {
		color: #FFF;
		font-size: 1em;
	}
	#years-reset-btn {
		margin-left: 8px;
		padding: 0 !important;
		font-size: .8em;
		color: #929292;
		letter-spacing: 0.5px;
	}
	.payment-handler-container {
		height: calc(70vh - 100px);
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	#promo-banner {
		width: 100%;
		display: none;
		justify-content: center;
		align-items: center;
		background-color: #F05C61;
	}
	.promo-icon {
		color: #FFF;
	}
	.promo-text {
		margin: 8px 0;
		color: #FFF;
		font-size: 1.12em;
	}
	.discount-applied {
		font-weight: 500;
		color: #FFF;
	}
/* T&Cs */
.legal-ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.legal-li {
	font-weight: 300;
}
.legal-ol > .legal-li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.legal-ol > .legal-li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.legal-li .legal-ol > .legal-li {
  margin: 0;
}

.legal-li .legal-ol > .legal-li:before {
  content: counters(item, ".") " ";
}
.legal-underline {
	font-weight: 400;
	text-decoration: underline;
}
