/*
Name:	Smarsh JobVite Styles
Author:	Smarsh, alison j bates
Version:	2.0
*/

@import url("https://www.smarsh.com/wp-content/themes/smarsh/css/fgd1fqa.css");

body {
	font-family:"proxima-nova","Ubuntu",sans-serif;
	font-size:16px;
}

h3, h3.h2 {
	font-size: 1.4em;
}

a {
	color: #004ec3;
}

a:hover {
    color: #002F74;
}

.jv-logo {
	width: auto;
	height: auto;
	text-indent: -9999px;
	display: block;
	background: url(https://www.smarsh.com//media/smarsh-logo-new.svg) no-repeat;
	padding-bottom: 1%;
	margin: 5% 0 0 0;
}


.jv-job-list {
	margin: 0 0 30px 10px;
}

.jv-button-primary,
.jv-button-primary:hover,
.jv-button,
.jv-button:hover {
	margin:0;
	background-image: none;
	background-color: #03cea1;
	color: #fff;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
	padding: 15px 30px;
	border-radius: 32px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	border-color:transparent;
	min-width: 160px
}

.jv-button-primary:hover,
.jv-button:hover {
	background-color:#03e4b2;
}

.jv-button-apply-later,
.jv-button-apply-later:hover {
	margin-left:2%;
}

.jv-apply-section.ng-scope .jv-apply-section-content .jv-button,
.jv-apply-section.ng-scope .jv-apply-section-content .jv-button:hover {
	background:none;
	box-shadow:none;
	color:#555;
}