@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

input,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body,
html {
	margin: 0;
	width: 100%;
	min-width: 300px;
}
.grid {
	font-size: 0px;
	text-align: justify;
}
.cell {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
.right {
	text-align: right;
}
.right span {
	padding-right: 1em;
}
.abs-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#page-content {
	background-color: #f5f5f5;
}

.apply {
}
.apply h1 {
	font-weight: 200;
	font-size: 2.75em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.apply h2 {
	font-weight: 200;
	font-size: 2.25em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.apply h3 {
	font-weight: 500;
	font-size: 1.5em;
	color: #434242;
	text-align: left;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.apply h4 {
	color: #434242;
	text-align: left;
	font-size: 1.5em;
	font-weight: 200;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.apply h4:first-child:first-letter {
	font-size: 1.6em;
	font-weight: 400;
}
.apply p {
	color: #434242;
	text-align: left;
	font-size: 1em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
/*.intro:first-child:first-letter {
    font-size: 1.3em;
    font-weight: 500;
}*/

.intro {
	text-align: left;
}

.apply ul {
	list-style: initial;
}
.button-wrapper {
	text-align: center;
}
.button {
	margin-top: 2em;
	padding: 21px;
	background-color: #e17133;
	display: inline-block;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #df6626;
}
.button:hover {
	background-color: #df6626;
}
.rocket {
	margin: 0 auto;
	text-align: center;
	margin-left: 3em;
}
.circle {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	border: 3px solid #cbcbcb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.circle img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.title {
	background-color: white;
	padding: 1.3em 3em 1.3em 6em;
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
}
.title h1 {
	color: #15d038;
}
.card {
	display: block;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	padding: 1.8em;
	margin: 0 auto;
	margin-top: 2em;
	border: 1px solid #e8e8e8;
}
.card-wrapper {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.box {
	border: 1px solid #cbcbcb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	position: relative;
	margin: 20px 10px;
	background-color: #ffffff;
	padding: 2em;
}
.row1 {
	cursor: pointer;
}
.category h2,
.current-category h2 {
	color: #007de4;
}
.box img {
	max-width: 100%;
}
.category,
.arrow {
	vertical-align: middle;
}
.category {
	text-align: left;
	width: 75%;
}
.arrow,
.icon {
	text-align: right;
	width: 25%;
}
.category h2,
.arrow img {
	padding: 0.5em 0em;
}
.category h2 {
	padding-left: 40%;
}
.arrow img {
	max-width: 100%;
}
.arrow-inner {
	padding-right: 3em;
}
.circle2 {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100px;
	height: 100px;
	background-color: #ffffff;
	border: 2px solid #cbcbcb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	overflow: hidden;
}
.circle2 img {
	max-width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.circle2 .other {
	max-width: 60%;
}
.card-inner {
	padding: 0em 2.5em;
}
.content {
	display: none;
}
.active-box {
	/*padding: 20px 0px 40px 0px;
    background-color: #f5f5f5; */
	padding: 2em;
}
.active-box .content {
	display: block;
}
.active-box .circle2 {
	top: 0;
	left: 0;
	-webkit-transform: translate(21%, 12%);
	-moz-transform: translate(21%, 12%);
	-ms-transform: translate(21%, 12%);
	-o-transform: translate(21%, 12%);
	transform: translate(21%, 12%);
}
.active-box .arrow img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.active-box .row1 {
}
.active-box .content {
	padding: 2em 4em 1em 4em;
}
.active-box .intro p {
	margin-top: 1em;
}
.listings .box {
	background-color: #ffffff;
	padding: 15px 30px;
	border-radius: 5px;
}
.listings .box h3 {
	color: #007de4;
	font-size: 1.3em;
	margin-bottom: 3px;
}
.box p,
.bullet-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.listings .button {
	margin: 0;
	padding: 0.2em 1em;
	background-color: #ffffff;
	border: 1px solid #e17133;
}
.listings .button h5 {
	font-size: 1em;
	color: #e17133;
}
.listings .button:hover {
	background-color: hsla(21, 74%, 54%, 0.1);
}
.cell.pull-left {
	width: 60%;
	vertical-align: middle;
}
.cell.pull-right {
	text-align: right;
	width: 40%;
	vertical-align: middle;
}
.bullet-wrapper {
	padding: 0px 5px;
}
.bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #9f9f9f;
}
p.openings {
	color: #9f9f9f;
	padding: 0.5em;
	text-align: center;
}

/*-----------listing page styles----------------------*/

.job-description p {
	padding: 1em 0em;
}
.circle3 {
	position: relative;
	width: 85px;
	height: 85px;
	background-color: #ffffff;
	border: 2px solid #cbcbcb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.circle3 img {
	max-width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.row2 {
	text-align: justify;
}
.current-icon,
.apply-button {
	width: 25%;
	text-align: center;
	vertical-align: middle;
}
.current-category {
	width: 50%;
	text-align: center;
	vertical-align: middle;
}
.current-category h2 {
	padding: 0;
	font-weight: 400;
	font-size: 2.1em;
}
.apply-button .button {
	margin: 0 auto;
}
.listing .inner-wrapper {
	padding: 15px;
}
.listing .box {
	border: none;
	margin: 10px;
}
.listing .box.job-title {
	margin: 0;
}
.listing .card {
	padding-bottom: 3em;
}
.listing .card-inner {
	padding: 2.5em;
}
.back,
.back-arrow {
	vertical-align: middle;
}
.back p,
.back-arrow {
	color: #e17133;
	padding: 0 0.5em;
}
.back p:hover {
	text-decoration: underline;
}
a.back-btn {
	display: block;
	padding: 0 0 15px 15px;
}
p.sales {
	width: 100%;
	text-align: center;
}
/*--------end listing pg styles, start application page styles----*/

.app-field input::-webkit-input-placeholder,
.app-field textarea::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:focus::-webkit-input-placeholder,
.app-field textarea:focus::-webkit-input-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:-moz-placeholder,
.app-field textarea:-moz-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:focus:-moz-placeholder,
.app-field textarea:focus:-moz-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input::-moz-placeholder,
.app-field textarea::-moz-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:focus::-moz-placeholder,
.app-field textarea:focus::-moz-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:-ms-input-placeholder,
.app-field textarea:-ms-input-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.app-field input:focus:-ms-input-placeholder,
.app-field textarea:focus:-ms-input-placeholder {
	font-weight: 400;
	font-size: 1em;
	color: #aeaeae;
}
.label {
	width: 40%;
	vertical-align: middle;
}
.app-field {
	width: 60%;
	vertical-align: middle;
	display: inline-block;
}
.link-app-field {
	width: 50%;
}

.link-cell {
	width: 10%;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.writing-grid {
	width: 100%;
	font-size: 0;
	text-align: justify;
}
.writing-link-cell {
	width: 17%;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
.writing-link-cell2 {
	width: 83%;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
/*.writing-portfolio .link-app-field {
	width: 90%;
}*/
.link-cell p {
	font-weight: 400;
	font-size: 1.2em;
	color: #434242;
}
.application label {
	font-weight: 400;
	font-size: 1em;
	color: #434242;
}
.application label span {
	color: #e17133;
}
.resume-req {
	margin: 10px 10px 0 0;
	font-size: 1rem;
	font-style: italic;
	color: var(--blue2);
	font-weight: 500;
}
.application input[type='text'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1em;
	color: #434242;
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	outline: none;
	padding: 10px;
	background: #fafafa;
}
.application textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1em;
	color: #434242;
	width: 100%;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 10em;
	padding: 1em;
	background: #fafafa;
}
.application select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1em;
	color: #434242;
	width: 100%;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	outline: none;
	padding: 10px;
	background: #fafafa;
	appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	background-image: url('../img/select-down-arrow.png');
	background-size: 20px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
}

.question,
.add-info {
	margin: 0px 0px 25px 0px;
}
.add-info .label,
.add-info .app-field {
	width: 100%;
	margin: 5px 0px;
}
/*.add-info label {
    text-transform: uppercase;
}*/
.application input[type='file'] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.attach {
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	background-color: #ebecf0;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #9f9f9f;
	min-width: 285px;
	text-align: center;
}
.attach:hover {
	background-color: #dfe0e4;
}
.attach p,
.attach i {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 3px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.attach i {
	font-size: 1.3em;
	padding-right: 0.5em;
}
.attach-wrapper {
	width: 100%;
	text-align: left;
}
.check {
	display: inline-block;
	vertical-align: middle;
	padding-left: 2em;
}
.check i {
	font-size: 2em;
	color: #15d038;
}
.none {
	display: none;
}
.main-application {
	max-width: 760px;
	margin: 0 auto;
}
.application .current-category p,
.application .bullet-wrapper {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
.application .current-category {
	width: 100%;
}
.application .title {
	padding: 1.2em 8em 1.2em 9em;
}
.application .current-category h2 {
	font-size: 2.25em;
	font-weight: 200;
}
.application .circle {
	height: 100px;
	width: 100px;
}
.application .circle img {
	max-width: 75%;
}
#astro {
	max-width: 65%;
}
.required span {
	color: #e17133;
}
.writing-portfolio .app-field,
.writing-portfolio .label {
	vertical-align: top;
}
.or {
	margin: 1em;
}
button {
	outline: none;
}
.apply button.button h5 {
	font-size: 1.3em;
}

/*-----validations----------*/
.disable,
.disable:hover,
.disable:active {
	cursor: default;
	background-color: #cacaca;
	border: 1px solid #cacaca;
}
.apply .disable h5 {
	color: #aeaeae;
}
/*-----confirmation msg -------*/
.confirmation {
	display: block;
	text-align: center;
	margin: 3em auto;
	max-width: 700px;
}
.confirmation h3 {
	color: #007de4;
	font-size: 1.3em;
}
.submit-btn {
	margin: 0 auto;
}
.bbb-wrapper {
	margin: 3em 0px;
}
.back-btn-blue {
	border: 1px solid #007de4;
	padding: 1em 3em;
	border-radius: 5px;
	display: inline-block;
}
.back-btn-blue:hover {
	background-color: hsla(207, 100%, 45%, 0.1);
}
.back-btn-blue p {
	color: #007def;
	font-size: 1.3em;
	display: inline-block;
	margin: 0;
}
/*.writing-url {
	width: 80%;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}*/
.radio-label {
	width: 80%;
	vertical-align: top;
}
.radio {
	width: 10%;
	vertical-align: top;
	font-weight: 400;
	font-size: 18px;
	color: #434242;
	text-align: right;
}
.testimonial {
	font-size: 14px;
	margin-left: 20px;
	color: #bbbbbb;
	font-style: italic;
}
.apply-note {
	text-align: center;
	font-size: 14px;
	color: #10ad74;
	font-weight: 700;
	line-height: 1.2em;
}

/*--------start mobile styles copied from jobs.css---------------------*/
/*----------------- MEDIUM DEVICES ------------------------*/
@media screen and (max-width: 1000px),
	screen and (max-device-width: 1000px),
	screen and (max-height: 450px),
	screen and (max-device-height: 450px) {
	#section-0 {
		height: 305px;
	}
}
/*-------------end copied mobile styles, start new-----------*/
@media (max-width: 1200px) {
	.apply,
	.cell,
	.link-cell,
	.writing-link-cell,
	.writing-link-cell2 {
		font-size: 15px;
	}
	.rocket {
		font-size: 13px;
	}
	.circle {
		width: 100px;
		height: 100px;
		border-width: 2px;
	}
	.circle img {
		max-width: 70%;
	}
}
@media (max-width: 1000px) {
	.arrow img {
		max-width: 25%;
	}
	.apply,
	.cell,
	.link-cell,
	.writing-link-cell,
	.writing-link-cell2 {
		font-size: 13px;
	}
	.rocket {
		font-size: 11px;
	}
	.title,
	.rocket .title {
		padding: 1em 5em;
	}
	.circle {
		width: 73px;
		height: 73px;
		-webkit-transform: translate(-63%, -50%);
		-moz-transform: translate(-63%, -50%);
		-ms-transform: translate(-63%, -50%);
		-o-transform: translate(-63%, -50%);
		transform: translate(-63%, -50%);
	}
	.application .circle {
		width: 73px;
		height: 73px;
	}
	.circle2 {
		width: 70px;
		height: 70px;
		border: none;
		background-color: transparent;
	}
	.circle2 img {
		max-width: 70%;
	}
	.active-box .circle2 {
		-webkit-transform: translate(60%, 30%);
		-moz-transform: translate(60%, 30%);
		-ms-transform: translate(60%, 30%);
		-o-transform: translate(60%, 30%);
		transform: translate(60%, 30%);
	}
	.attach {
		min-width: 231px;
	}
}
@media (max-width: 850px) {
	.box {
		margin: 20px 5px;
	}
	.listings .box {
		padding: 10px 20px;
	}
	.bullet {
		width: 5px;
		height: 5px;
	}
	.bullet-wrapper {
		padding: 0px 10px;
	}
	.listing .inner-wrapper {
		padding: 10px 0px;
	}
}
@media (max-width: 810px) {
	#masthead {
		right: 50%;
		top: 50%;
		-webkit-transform: translateX(-30%);
		transform: translateX(-30%);
		margin: 0;
		background-color: transparent;
		padding: 0;
		height: auto;
		width: 100%;
	}
	#masthead h1 {
		margin: 0px;
		padding: 0px;
		font-weight: 300;
		font-size: 40px;
		line-height: 42px;
		color: #ffffff;
		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
	}
	.apply {
		padding: 0;
	}
	.apply.application {
		padding-bottom: 3em;
	}
	.rocket {
		margin: 4em;
	}
	.card {
		border: none;
		box-shadow: none;
		border-radius: 0px;
		padding: 2em 2.5em;
	}
	.card.all-listings {
		background-color: transparent;
		margin: 0;
		padding: 0;
	}
	.circle {
		border: none;
		background-color: transparent;
	}
	.application .circle {
		border: 2px solid #cbcbcb;
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-color: white;
	}
	.circle,
	.title h1 {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.listing .box {
		margin: 0;
		border-radius: 0;
	}
	a.back-btn {
		padding: 15px;
	}
	.attach i {
		padding-right: 0px;
	}
	.attach {
		min-width: 191px;
	}
	.attach p {
		letter-spacing: 1.5px;
	}
	.label {
		width: 30%;
	}
	.radio-label {
		width: 80%;
	}
	.link-cell {
		width: 15%;
	}
	.writing-link-cell {
		width: 20%;
	}
	.writing-link-cell2 {
		width: 80%;
	}
	.app-field {
		width: 70%;
	}
	.link-app-field {
		width: 55%;
	}
}
@media (max-width: 600px) {
	.category h2 {
		padding-left: 35%;
	}
	.listings .button {
		margin-top: 1.5em;
	}
	.apply h3,
	.listings .button h5 {
		letter-spacing: 2px;
	}
	.label,
	.app-field {
		width: 100%;
		margin: 2px 0px;
	}
	.question {
		margin: 10px 0px;
	}
	.add-info {
		margin: 15px 0px;
	}
	.application .circle {
		display: inline-block;
		vertical-align: middle;
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.app-field.link-app-field {
		width: 80%;
	}
	.link-cell {
		width: 20%;
	}
}
@media (max-width: 580px) {
	.radio-label {
		width: 100%;
	}
	.radio {
		width: 25%;
		text-align: left;
		padding-top: 1em;
	}
}
@media (max-width: 566px) {
	.active-box .circle2 {
		display: none;
	}
	.active-box {
		padding: 0px;
		border: none;
	}
	.active-box .content {
		padding: 0px;
	}
	.active-box .category h2 {
		text-transform: uppercase;
		padding: 0px 10px;
	}
	.listings .box {
		background-color: transparent;
		border: none;
		padding: 0px;
	}
	.listings .box h3 {
		margin: 0;
	}
	.arrow-inner {
		padding-right: 2em;
	}
	.circle2 img {
		max-width: 50%;
		-webkit-transform: translate(-72%, -50%);
		-moz-transform: translate(-72%, -50%);
		-ms-transform: translate(-72%, -50%);
		-o-transform: translate(-72%, -50%);
		transform: translate(-72%, -50%);
	}
	.current-category,
	.current-icon,
	.apply-button {
		width: 100%;
	}
	.box.job-title {
		padding: 15px 0px;
	}
	.apply-button .button {
		margin-top: 1em;
	}
	.rocket .title {
		padding: 1em;
	}
	.attach p {
		font-size: 13px;
	}
	.attach {
		padding: 5px 10px;
	}
}
@media (max-width: 420px) {
	.card.CI-copy {
		background-color: transparent;
	}
	.apply h1 {
		font-size: 2.5em;
	}
	.category h2 {
		font-size: 25px;
		padding-left: 30%;
	}
	.arrow img {
		max-width: 50%;
	}
	.cell.pull-right,
	.cell.pull-left,
	.apply h3 {
		width: 100%;
		text-align: center;
	}
	.circle2 {
		-webkit-transform: translate(-30%, -50%);
		-moz-transform: translate(-30%, -50%);
		-ms-transform: translate(-30%, -50%);
		-o-transform: translate(-30%, -50%);
		transform: translate(-30%, -50%);
	}
	.apply-button .button {
		padding: 21px;
	}
	.current-category h2 {
		font-size: 1.8em;
	}
	.circle3 {
		width: 60px;
		height: 60px;
	}
	.rocket .title {
		padding: 1em;
		border: none;
		border-radius: 0px;
	}
	.application .rocket {
		margin: 0;
		background-color: white;
	}
	.rocket .current-category h2 {
		font-size: 1.7em;
	}
	.rocket {
		margin: 0em;
	}

	a.back-btn {
		background-color: #ffffff;
	}
	.attach p {
		font-size: 11px;
	}
	.attach {
		padding: 5px 0px;
		min-width: 205px;
	}

	.main-application {
		margin: 0 auto;
	}
	.application .card-inner {
		padding: 0em 2em;
	}
	.check i {
		font-size: 1.5em;
	}
	.check {
		padding-left: 1em;
	}
	button.button {
		padding: 10px;
	}
	.apply button.button h5 {
		font-size: 15px;
	}
	.back-btn-blue {
		padding: 1em;
	}
}
