@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('/fonts/montserrat-semibold-webfont.eot');
    src: url('/fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('/fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-semibold-webfont.svg#montserratsemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: 'montserratlight';
}

.job-search-lzr #submitSearch {
	margin-top: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border-radius: 10px;
    background-color: #f68e2f;
    color: #FFF;
    padding: 5px 20px;
}

#logo {
	width: 230px;
	height: 39px;
	margin: 0 auto;
	padding-top: 350px;
}

#header {
	width: 100%;
	min-height: 115px;
	float: left;
	background-color: #f8f7f5;
	box-shadow: 0px 0px 16px 4px #ebebeb	
}

#header .logo {
	float: right;
	height: 39px;
	padding: 19px 0;
	text-align: right;
}

#header-home {
	width: 100%;
	min-height: 115px;
	float: left;
	background-color: #f8f7f5;
}

#header-home .logo {
	float: left;
	height: 39px;
	padding: 19px 0;
}

.navbar-default { border: 0; float: right; }
.navbar-collapse { padding: 0; border: 0; }
.navbar-default .navbar-nav>li>a { color: #4B5858; font-size: 18px; font-family: 'montserratsemibold'; padding: 40px 15px; }

#header-hero {
	float: left;
	width: 100%;
	min-height: 600px;
	position: relative;
	z-index: 3;
}

#header-hero .background {
	z-index: 1;
	position: absolute;
	width: 100%;
	background-image: url(/images/uploads/homehero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	height: 100%;
}

#header-hero .copy {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 2;
	padding-top: 160px;
}

#header-hero .copy h2 {
	font-family: 'montserratbold';
	text-transform: uppercase;
	font-size: 36px;
}

#header-hero .copy h3 {
	padding-bottom: 40px;
}

#header-hero .copy p img {
	width: 100%;
	height: auto;
	max-width: 870px;
}

#header-hero .copy a {
	border: 4px solid #f78e30;
	border-radius: 5px;
	background: rgba(0,0,0,0.4);
	color: #f78e30;
	padding: 10px 20px;
	font-size: 22px;
	letter-spacing: 2px;
}

#how-it-works {
	float: left;
	width: 100%;
}

#how-it-works .container {
	padding: 80px 0;
}

#how-it-works .title {
	float: left;
	width: 100%;
	text-align: center;
}

#how-it-works .title h3 {
	letter-spacing: 4px;
	color: #aeaeae;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-size: 28px;
	font-family: 'montserratsemibold';
}

#how-it-works .video-info {
	float: left;
	width: 100%;
}

#how-it-works .video-info p {
	float: left;
	width: 100%;
	color: #979595;
	font-family: 'montserratlight';
	font-size: 27px;
}

#how-it-works .video-info p span {
	color: #646262;
	font-family: 'montserratregular';
}

#how-it-works .video-info p.first {
	padding-top: 295px;
}

#statistics {
	float: left;
	width: 100%;
	background-color: #57585b;
}

#statistics .container {
	padding: 80px 0;
}

#statistics .stat {
	text-align: center;
}

#statistics .stat p {
	float: left;
	width: 100%;
	color: #FFF;
	font-size: 21px;
	padding: 0 20px;
}

#statistics .stat p span {
	color: #f78e30;
	font-size: 52px;
	font-family: 'montserratsemibold';
}

#our-process {
	float: left;
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
}

#our-process .container {
	padding: 80px 0;
}

#our-process .title h3 {
	letter-spacing: 4px;
	color: #959595;
	text-transform: uppercase;
	padding-bottom: 40px;
	font-size: 28px;
	font-family: 'montserratsemibold';
}

#our-process .boxes {
	float: left;
	width: 100%;
}

#our-process .boxes .box {
	
}

#our-process .boxes .box .front {
	padding: 61px 20px;
	border-radius: 5px;
	background-color: #fff;
	width: 284px;
	height: 286px;
	float: left;
}

#our-process .boxes .box .front p {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'montserratsemibold';
	color: #57585b;
	margin: 10px 0;
}

#our-process .boxes .box .back {
	padding: 61px 20px;
	border-radius: 5px;
	background-color: #f78e30;
	width: 284px;
	height: 286px;
	float: left;
}

#our-process .boxes .box .back p {
	color: #FFF;
	float: left;
	width: 100%;
	border-radius: 0;
	padding-top: 30px;
	font-size: 15px;
	text-align: left;
	text-transform: none;
}

#our-process .boxes .box .back p.label {
	color: #57585b;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'montserratregular';
	padding-bottom: 10px;
	border-bottom: 2px solid #57585b;
	width: 72px;
	letter-spacing: 2px;
	margin: 0 auto;
	float: none;
}

#benefits {
	float: left;
	width: 100%;
	min-height: 1000px;
	position: relative;
	z-index: 3;
}

#benefits .background {
	z-index: 1;
	position: absolute;
	width: 100%;
	background-image: url(/images/uploads/benefithero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	height: 100%;
}

#benefits .copy {
	float: left;
	width: 100%;
	text-align: center;
	color: #FFF;
	position: relative;
	z-index: 2;
	padding-top: 300px;
}

#benefits .copy h3 {
	padding-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 28px;
	font-family: 'montserratsemibold';
}

#benefits .copy p {
	font-size: 24px;
	padding: 0 80px;
	line-height: 44px;
}

#benefits .bottom-images {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

#benefits .bottom-images p {
	padding: 0;
	margin: 0;
	text-align: center;
	padding-top: 20px;
}

#benefits .bottom-images p img {
	width: 100%;
	height: auto;
}

#benefits .bottom-images div img {
	padding: 0 10px;
}

#subfooter-home {
	float: left;
	width: 100%;
	background-color: #f78e30;
}

#subfooter-home .container {
	padding: 160px 0;
	text-align: center;
}

#subfooter-home a {
	border: 4px solid #fff;
	border-radius: 5px;
	color: #fff;
	padding: 10px 20px;
	font-size: 22px;
	letter-spacing: 2px;
}

.cta .button .modal-body .ff_composer .unit {
	padding: 0;
}

.modal-body input[type="submit"] {
	margin-top: 20px;
}

#footer-home {
	float: left;
	width: 100%;
	background-color: #57585b;
}

#footer-home .container {
	padding: 80px 0;
}

#footer-home .set {
	text-align: center;
}

#footer-home .set p {
	color: #909090;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
    font-family: 'montserratlight';
    padding-top: 20px;
}

#footer-home .set a {
	color: #909090;
	font-size: 14px;
	float: left;
	padding-right: 25px;
	padding-top: 20px;
	text-transform: uppercase;
}

#content {
	float: left;
	width: 100%;
	padding: 90px 0;
	min-height: 630px;
}

#content .company-header {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 40px;
	margin-bottom:20px;
}

#content .company-header.double_space {
	height: 215px;
}

#content .company-header .company-logo {
	float: left;
	position: relative;
	top: -30px;
}

#content .company-header .company-logo-mobile {
	float: left;
	position: relative;
	top: -30px;
	display: none;
}

#content .company-header .company-logo img {
	max-width: 200px;
	height: auto;
}

#content .company-header .cta {
	height: 100px;
	padding-top: 20px;
	background-color: #f7f7f7;
}

#content .company-header .cta .phone {
	float: left;
	font-family: 'montserratregular';
	border: 4px solid #f78e30;
	border-radius: 7px;
	padding: 9px 20px;
	width: 245px;
	text-align: center;
}

#content .company-header .cta .phone a {
	color: #f78e30;
	font-size: 26px;
}

#content .company-header .cta .button {
	float: right;
	font-family: 'montserratregular';
	border: 4px solid #f78e30;
	border-radius: 7px;
	padding: 9px 20px;
	width: 245px;
	text-align: center;
}

#content .company-header .cta .button a {
	color: #f78e30;
	font-size: 26px;
}

#content .main-video {
	float: left;
	/*width: 100%;*/
	position: relative;
}

#content .main-video #video {
	float: left;
	width: 100%;
	height: 643px;
	position: relative;
	z-index: 1;
}

#content .main-video #video img {
	width: 100%;
	height: auto;
}

#content .main-video #video-content {
	float: left;
	box-shadow: 0px 0px 16px 4px #ebebeb;
}

#content .main-video #video-content .text {
	padding: 20px;
	font-size: 14px;
    color: #838383;
    font-family: 'montserratlight';
    letter-spacing: 1px;
    float: left;
    width: 100%;
    word-wrap: break-word
}

#content .main-video #video-content .text h2 {
	font-family: 'montserratbold';
	color: #777777;
	text-transform: uppercase;
	font-size: 21px;
	letter-spacing: 3px;
}

#content .main-video #video-content .text p {
	font-family: 'montserratregular';
	color: #9ea0a6;
	font-size: 14px;
	letter-spacing: 2px;
}

#content .main-video #video-content .text h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #bebebe;
	font-family: 'montserratbold';
	letter-spacing: 4px;
	float: left;
	width: 100%;
}

#content .main-video #video-content .text h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #bebebe;
	font-family: 'montserratbold';
	letter-spacing: 4px;
	float: left;
	width: 100%;
}

#content .main-video #video-content .text h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #595958;
	font-family: 'montserratbold';
	letter-spacing: 3px;
	float: left;
	width: 100%;
}

#content .main-video #video-content .text h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #595958;
	font-family: 'montserratbold';
	letter-spacing: 2px;
	float: left;
	width: 100%;
}

#content .main-video #video-content .text p, #content .main-video #video-content .text ul li {
	font-size: 14px;
	color: #838383;
	font-family: 'montserratlight';
	letter-spacing: 1px;
	float: left;
	width: 100%;
	word-wrap: break-word;
}

#content .main-video #video-content .text p.initial {
	text-align: center;
	color: #000;
	font-family: 'montserratsemibold';
	float: left;
	width: 100%;
}

#content .main-video #video-content .text p.initial a {
	color: #000 !important;
	text-decoration: underline;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

#content .main-video #video-content .text p.initial a:hover {
	color: #000 !important;
	text-decoration: underline;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

#content .main-video #video-content .text p strong {
	font-family: 'montserratsemibold';
}

#content .main-video #video-content .text ul li {
	background-image: url(https://jobvidnetwork.com/images/uploads/bullet.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 5px;
	list-style: none;
}

#content .main-video #video-content .text ul {
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
}

#content .main-video #video-content .button {
	float: left;
	text-align: center;
	padding-top: 60px;
}

#content .main-video #video-content .button a {
	width: 227px;
}

#content .main-video .overlay {
	position: absolute;
	bottom: 50px;
	z-index: 2;
	width: 100%;
	padding: 0 0 50px 20px;
}

#content .main-video .overlay .text {
	float: left;
	padding-right: 0;
}

#content .main-video .overlay .text p {
	color: #FFF;
	font-family: 'montserratbold';
	font-size: 52px;
	line-height: 58px;
	letter-spacing: 5px;
}

#content .main-video .overlay .text a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'montserratsemibold';
	float: right;
	background-color: #999999;
	padding: 10px 20px 10px 50px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	position: absolute;
	right: 0;
	top: 160px;
}

#content #content {
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}

#content .order-info {
	float: left;
	width: 100%;
}

#content .order-info h1 {
	background: #95A5AE;
    color: #fff;
    padding: 6px 6px 6px 6px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    text-shadow: 0 1px 0 #666666;
    font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
    font-size: 20px;
    font-weight: normal;
}

#content .order-info .order-row {
	float: left;
	width: 100%;
	background-color: #F4F6F6;
	border-bottom: 4px solid #98A5AD;
}

#content .order-info .order-row:last-child {
	border-bottom: 0;
	padding-top: 20px;
}

#content .order-info .order-row .row {
	float: left;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #98A5AD;
}

#content .order-info .order-row .row:last-child {
	border-bottom: 0;
}

#content .order-info .order-row .row label {
	padding-left: 20px;
	font-family: 'montserratsemibold';
	float: left;
	text-decoration: underline;
}

#content .order-info .order-row .row p {
	float: left;
	width: 100%;
	padding-left: 20px
}

#content h2 {
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
}

#prefooter {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f78e30;
	text-align: center;
	color: #FFF;
	padding-bottom: 40px;
}

#prefooter h2 {
	font-family: 'montserratlight';
	float: left;
	width: 100%;
	margin: 30px 0;
}

#prefooter .buttons {
	width: 550px;
	margin: 0 auto;
}

#prefooter .buttons .phone {
	float: left;
	font-family: 'montserratregular';
	border: 4px solid #FFF;
	border-radius: 7px;
	padding: 9px 20px;
}

#prefooter .buttons .phone a {
	color: #FFF;
	font-size: 26px;
}

#prefooter .buttons .app {
	float: right;
	font-family: 'montserratregular';
	border: 4px solid #FFF;
	border-radius: 7px;
	padding: 9px 20px;
}

#prefooter .buttons .app a {
	color: #FFF;
	font-size: 26px;
	letter-spacing: 3px;
}

#subfooter {
	float: left;
	width: 100%;
	background-color: #f3f3f3;
	padding: 50px 0;
}

#subfooter .top-content {
	float: left;
	width: 100%;
	padding: 25px 0 50px 0;
}

#subfooter .top-content p {
	width: 45%;
	margin: 0 auto;
	font-size: 19px;
	color: #9ea0a6;
	text-transform: uppercase;
	font-family: 'montserratbold';
	text-align: center;
	letter-spacing: 3px;
}

#subfooter .bottom-vids {
	float: left;
	width: 100%;
}

#subfooter .bottom-vids .box {
	float: left;
}

#subfooter .bottom-vids .box .headline {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

#subfooter .bottom-vids .box .headline h3 {
	font-size: 18px;
	color: #57585b;
	font-family: 'montserratsemibold';
}

#subfooter .bottom-vids .box img {
	width: 100%;
	height: 197px;
}

#subfooter .bottom-vids .copy {
	background-color: #FFF;
	float: left;
	min-height: 200px;
	width: 100%;
	padding: 15px;
}

#subfooter .bottom-vids .copy h4 {
	color: #79797c;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'montserratsemibold';
}

#subfooter .bottom-vids .copy .video-content h2 {
    color: #79797c;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
}

#subfooter .bottom-vids .copy p {
	color: #bdbdbd;
	width: 100%;
	float: left;
}

#subfooter .bottom-vids .copy p a {
	color: #79797c;
}

#subfooter .bottom-vids .copy p strong {
	font-family: 'montserratsemibold';
}

#subfooter .bottom-vids .copy ul li {
	font-size: 12px;
}

.modal-body {
	padding: 15px 30px;
	float: left;
	width: 100%;
}

.modal-body {
	text-align: left;
}

.modal-body label.field_label {
	font-family: 'montserratsemibold';
	float: left;
	width: 100%;
	padding-top: 5px;
	font-size: 14px;
	color: #333;
}

.ff_composer .unit { color: #333; }

.modal-body h2, #vct-2 h2 {
	font-size: 38px;
	text-transform: uppercase;
	color: #bebebe;
	font-family: 'montserratbold';
	letter-spacing: 4px;
	float: left;
	width: 100%;
}

.modal-body h3, #vct-2 h3 {
	font-size: 24px;
	text-transform: uppercase;
	color: #595958;
	font-family: 'montserratbold';
	letter-spacing: 3px;
	float: left;
	width: 100%;
}

.modal-body h4, #vct-2 h4 {
	font-size: 20px;
	text-transform: uppercase;
	color: #bebebe;
	font-family: 'montserratlight';
	letter-spacing: 2px;
	float: left;
	width: 100%;
}

.modal-body p, .modal-body ul li, #vct-2 p, #vct-2 ul li {
	font-size: 14px;
	color: #838383;
	font-family: 'montserratlight';
	letter-spacing: 1px;
	float: left;
	width: 100%;
	word-wrap: break-word;
}

.modal-body p.initial {
	text-align: center;
	color: #000;
	font-family: 'montserratsemibold';
	float: left;
	width: 100%;
}

.modal-body p.initial a {
	color: #000 !important;
	text-decoration: underline;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

.modal-body p.initial a:hover {
	color: #000 !important;
	text-decoration: underline;
	border: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

#myModalLS form {
	float: left;
	width: 100%;
}

.modal-body p strong, #vct-2 p strong {
	font-family: 'montserratsemibold';
}

.modal-body ul li, #vct-2 ul li {
	/*background-image: url(http://jobvidnetwork.com/images/uploads/bullet.png);
	background-repeat: no-repeat;*/
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;
}

.modal-body ul, #vct-2 ul {
	width: 100%;
	float: left;
	list-style-type: none;
	padding: 0;
}

.modal-title {
	color: #FFF;
	text-align: center;
	text-transform: none !important;
}

.modal-header {
	background-color: #f68e2f;
	border-bottom: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.modal-content {
	border-radius: 10px;
}

.ff_composer .unit {
	padding: 0 !important;
	float: left !important;
	margin-bottom: 15px;
	width: 100%;
}

.ff_composer .field_label, #shortform label, #orderform label {
	font-family: 'montserratsemibold';
    float: left;
    width: 100%;
    padding-top: 5px;
    font-size: 14px;
}

.ff_composer .required_item {
	color: #f68e2f !important;
	float: left;
	padding-right: 5px;
}

#shortform label span.required_item {
	color: #f68e2f !important;
	float: left;
	padding-right: 5px;
	padding-left: 0;
	font-size: 15px;
}

.general_errors {
    color:            red;
    border:            1px solid red;
    border-radius:    3px;
    padding:        0 10px;
    display:        none;
    margin-bottom:    10px;
    width:            100%;
    float: left;
}

.general_errors p {
	color: red;
	margin-bottom: 0;
	text-align: center;
	padding: 10px;
}

#myModalQA form .ff_composer {
	float: left;
	padding: 20px;
}

#myModalQA form .ff_composer input[type="text"] {
	color: #333;
}

#myModalQA2 form .ff_composer {
	float: left;
	padding: 20px;
}

#myModalQA2 form .ff_composer input[type="text"] {
	color: #333;
}

.error_message {
    color:            red;
    border-radius:    3px;
    padding:        0 10px;
    display:        none;
    margin-bottom:    10px;
    width:            100%;
    float: left;
}

.error_message p {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
}

.ff_composer input[type="text"], .ff_composer textarea, .ff_composer select {
	width: 100% !important;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	height: 30px;
}

.ff_composer select {
	font-size: 16px;
}

.ff_composer input[type="submit"] {
	background-color: #f68e2f;
	color: #fff;
	border-radius: 5px;
	border: 0;
	padding: 10px 30px;
}

.ff_composer input[name="captcha"] {
	width: 140px !important;
}

#orderform, #shortform {
	float: left;
	width: 100%;
}

#orderform .col-md-6, #orderform .col-sm-6, #orderform .col-md-12, #orderform .col-sm-12, #shortform .col-md-6, #shortform .col-sm-6, #shortform .col-md-12, #shortform .col-sm-12 {
	padding-left: 0;
}

#orderform row input[type="submit"], #orderform row input[type="button"], #shortform row input[type="submit"], #shortform row input[type="button"] {
	background-color: #f68e2f;
	color: #fff;
	border-radius: 5px;
	border: 0;
	padding: 10px 30px;
	font-size: 14px;
}

#shortform #button {
	text-align: center;
	margin: 30px auto;
}

#shortform h3 {
	font-family: 'montserratbold';
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}

#shortform h4 {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-style: italic;
	font-family: 'montserratlight';
}

#shortform label {
	float: left;
	width: 100%;
	font-family: 'montserratbold';
}

#shortform label span {
	font-family: 'montserratlight';
	font-size: 10px;
	padding-left: 10px;
}

#shortform row {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	font-size: 35px;
}

#shortform row ul {
	float: left;
}

#shortform row ul li {
	float: left;
}

#shortform row ul li label {
	font-family: 'montserratregular';
}

#shortform row textarea {
	width: 100%;
}

#orderform row input[type="text"], #orderform row textarea, #orderform row select, #shortform row input[type="text"], #shortform row textarea, #shortform row select {
	width: 90% !important;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	height: 40px;
	padding: 10px;
	font-size: 12px;
	float: left;
}

#orderform row textarea, #shortform row textarea {
	height: 175px;
}

#orderform row input[type="radio"], #orderform row input[type="checkbox"], #shortform row input[type="radio"], #shortform row input[type="checkbox"] {
	float: left;
}

#orderform row input[name="captcha"] {
	width: 140px !important;
}

#shortform row input#freeform_social_security_number_1, #shortform row input#freeform_social_security_number_2, #shortform row input#freeform_social_security_number_3 {
	width: 26% !important;
}

#shortform row span.item {
	float: left;
	height: 40px;
	padding: 0 10px;
}

#orderform {
	float: left;
	width: 100%;
}

#orderform #button {
	text-align: center;
	margin: 30px auto;
}

#orderform h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

#orderform h3 {
	font-family: 'montserratbold';
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	float: left;
	width: 100%;
}

#orderform h4 {
	float: left;
	width: 100%;
	font-size: 15px;
	margin-bottom: 30px;
	margin-left: 10px;
	font-style: italic;
	font-family: 'montserratlight';
}

#orderform label {
	float: left;
	width: 100%;
	font-family: 'montserratbold';
}

#orderform label span {
	font-family: 'montserratlight';
	font-size: 10px;
	padding-left: 10px;
}

#orderform row {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

#orderform row ul {
	height: 300px;
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
	margin-top: 15px !important;
	float: left;
}

#orderform row ul li {
	float: left;
	display: inline-block;
	height: 30px;
}

#orderform row ul li input {
	float: left;
}

#orderform row ul li label {
	font-family: 'montserratregular';
	float: left;
	padding-left: 10px;
	position: relative;
	width: 150px;
	padding-top: 0;
}

#orderform row textarea {
	width: 100%;

}

#footer {
	float: left;
	width: 100%;
	background-color: #57585b;
	padding: 50px 0;
}

#footer .bottom-logo {
	float: left;
	width: 100%;
	text-align: center;
}

#footer .bottom-copy {
	float: left;
	width: 100%;
	padding-top: 20px;
}

#footer .bottom-copy .set {
	text-align: center;
}

#footer .bottom-copy .set p {
	color: #909090;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 0;
}

#footer .bottom-copy .set a {
	color: #909090;
	font-size: 12px;
	float: left;
	padding-right: 25px;
}

#footer .bottom-copy .set a img {
	float: left;
	padding-right: 5px;
}

#myModalV .modal-body { padding: 0; }
#myModalV { padding-top: 100px; }
.modal-footer { border-top: 0; }
.non-mobile { display: block; }
.mobile { display: none; }

#myModalQA form .ff_composer ul li { background: none; padding-left: 10px; }
#myModalQA2 form .ff_composer ul li { background: none; padding-left: 10px; }

/* Job Listings */

.job-listings {
    background: #eee;
    padding: 20px 0 20px 0;
}

.job-card {
    background: #fff;
    border-bottom: 1px #000 solid;
    padding: 20px 0 20px 0;
}

/*.job-card:hover {
    -webkit-box-shadow: 3px 3px 5px 6px rgba(0,0,0,0.1);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    3px 3px 5px 6px rgba(0,0,0,0.1);  /* Firefox 3.5 - 3.6 */
    box-shadow:         3px 3px 5px 6px rgba(0,0,0,0.1);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    z-index: 1000;
    border-bottom: none;
    position: relative;
}*/

.job-card h3 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #999; } 

.job-card h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-weight: 200;
}

.job-card p {
    font-style: normal;
}

.job_list {
    list-style: none outside none;
    margin-top: 20px;
    padding: 0px;
    margin-bottom: 20px;
	float: left;
}

.job_list li.job_description {
	padding: 10px;
	border-bottom: 0 !important;
	margin: 0 !important;
	list-style: none;
}

.job_list li.job_description .internal {
	border: 1px solid #e8e8e8;
	box-shadow: 0 0 0;
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 20px;
	min-height: 275px;
}

.job_list li.job_description .job-loc {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}

.job_list li.job_description .job-loc img {
	margin-right: 15px;
}

.job_list li.job_description a.title {
	font-weight: 700;
	font-size: 13px;
}

.job_list li.job_description .lower_btns {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0;
}

.job_list li.job_description .lower_btns .left-btn {
	text-align: left;
	padding-left: 0;
}

.job_list li.job_description .lower_btns .left-btn a {
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	border-radius: 10px;
	background-color: #f68e2f;
    color: #FFF;
	padding: 5px 20px;
}

.job_list li.job_description .lower_btns .right-btn {
	text-align: right;
	padding-right: 0;
}

.job_list li.job_description .lower_btns .right-btn a {
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	border-radius: 10px;
	background-color: #f68e2f;
    color: #FFF;
	padding: 5px 20px;
}

.job_list p { float: left; width: 100%; }

.searchBox {
    padding-bottom: 5px;
}

.searchBox div {
	padding: 5px 15px;
}

#jobsContent .searchBox input {
	display: inline;
}

.searchBox .submitSearch-block {
	text-align: left;
}

@media screen and (max-width: 767px) {
    .searchBox .submitSearch-block {
        text-align: center;
    }
}

.advanced-criteria, .advanced-criteria-minus {
	display: none;
}

#advanced-criteria-toggle {
	color: #FFF;
    margin: 0px 0px 0px 20px;
    display: inline-block;
    top: 12px;
    position: absolute;	
	display: none;
}

.job-search-lzr { background-color: #E2E1DE; border-radius: 15px; padding: 20px; }


.text-dark {
	color: rgb(37, 37, 37);
}

@media screen and (max-width: 767px) {
	#advanced-criteria-toggle {
        color: #FFF;
        margin: 10px 0px 0px 0px;
        display: block;
        text-align:center;
        position: relative;
        top: 0px;
    }
}


@media only screen and (max-width: 767px) {
	#header-hero .copy { padding-top: 60px; }
	#header-hero .copy h2 { font-size: 51px; }
	#content .company-header .company-logo img { max-width: 300px; }
	#content .company-header { height: auto !important; margin-top: 0;  }
	#content .company-header .cta { padding-bottom: 20px; height: auto; padding-top: 0; }
	#content .company-header .cta .button { display: inherit; }
	#content .main-video { padding-top: 0px; }
	#content .main-video .overlay { padding: 20px 0 0 0; position: relative; bottom: 0; float: left; }
	#content .main-video .overlay .text p { font-size: 29px; line-height: 30px; color: #000; }
	#content .main-video .overlay .text a { position: relative; top: 0; font-size: 24px; }
	#subfooter .bottom-vids .box { padding-bottom: 10px; padding-left: 5px; padding-right: 5px; }
	#footer .bottom-copy .set { padding: 10px 0; width: 100%; }
	#footer .bottom-copy .set a { float: none; }
	#footer .bottom-copy .set a img { float: none; }
	#footer-home .container { padding: 30px 0; }
	#content .main-video #video { height: 225px; }
	#how-it-works .video-info p.first { padding: 20px 0; text-align: center; }
	#our-process .boxes .box-one div { max-width: 284px; float: none; margin: 0 auto; }
	#benefits .copy { padding-top: 60px; }
	#benefits .copy p { padding: 0; line-height: 24px; font-size: 20px; }
	#benefits .bottom-images { padding-top: 20px; }
	#benefits .bottom-images div img { padding: 15px 10px; }
	#footer-home .set p { padding: 15px 0; }
	#footer-home .set a { padding: 15px 24px; float: none; display: inline-block; }
	.navbar-default { width: 100%; float: left; background-color: transparent; }
	.navbar-nav { float: left; width: 90%; }
	.navbar-default .navbar-nav>li>a { padding: 15px; }
	#orderform row ul { height: auto; -webkit-column-count: 1; -moz-column-count: 1; column-count: 1; }
	#our-process .boxes .box { margin: 10px 0; }
	#header .logo { text-align: center; }
	#content .company-header .cta .button { float: left; width: 100%; text-align: center; }
	#content .main-video #video-content { width: 100%; }
	#content .main-video #video-content .button { padding: 30px 0; }
	#prefooter { height: auto; border-bottom: 4px solid #f7f7f7; margin-top: 60px; }
	#prefooter .buttons { width: 100%; }
	#prefooter .buttons .phone { float: left; width: 48%; text-align: center; margin: 15px 0; border-radius: 3px; }
	#prefooter .buttons .phone a { font-size: 14px; letter-spacing: 1px; }
	#prefooter .buttons .app { float: right; width: 48%; text-align: center; margin: 15px 0; border-radius: 3px; }
	#prefooter .buttons .app a { font-size: 14px; letter-spacing: 1px; }
	#subfooter .top-content p { width: 90%; color: #6a6a6a; }
	.modalDesc {}
	#subfooter { padding-top: 20px; }
	#subfooter .bottom-vids .copy { min-height: 150px; padding: 0; }
	#subfooter .top-content { padding-top: 0; padding-bottom: 20px; }
	#subfooter .bottom-vids .box .headline h3 { letter-spacing: 3px; }
	#subfooter .bottom-vids .copy .video-content h2 { padding: 15px 15px 0 15px; }
	#subfooter .bottom-vids .copy .video-content p { padding: 0px 15px 0 15px; }
	.modal-body { padding: 15px; }
	.modal-body h2 { font-size: 31px; }
	.modal-body p { margin-bottom: 15px; }
	.companyheader { display: none; }
	#content .company-header .cta { padding: 0; }
	#content .company-header .cta .phone { margin: 0; float: left; width: 50%; padding: 0; padding-top: 10px; padding-bottom: 10px; border: 0; background: url(http://jobvidnetwork.com/images/uploads/mobile-button-bg.jpg) repeat-y; border-radius: 0; }
	#content .company-header .cta .phone a { color: #FFF; font-size: 20px; }
	#content .company-header .cta .phone a:hover { text-decoration: none; }
	#content .company-header .cta .button { margin: 0; float: left; width: 50%; padding: 0; padding-top: 10px; padding-bottom: 10px; border: 0; background: url(http://jobvidnetwork.com/images/uploads/mobile-button-bg.jpg) repeat-y; border-radius: 0; }
	#content .company-header .cta .button a { color: #FFF; font-size: 20px; }
	#content .company-header .cta .button a:hover { text-decoration: none; }
	/*#content .company-header .cta .button { float: left; width: 50%; padding: 0; padding-top: 10px; padding-bottom: 10px; background: url(http://jobvidnetwork.com/images/uploads/mobile-button-bg.jpg) repeat-y; }
	#content .company-header .cta .button a { font-size: 20px; color: #fff; font-family: 'montserratregular'; }
	#content .company-header .cta .button a:hover { text-decoration: none; }*/
	.non-mobile { display: none; }
	.mobile { display: block; }
	#content .company-header .company-logo { padding: 0; text-align: center; display: none; }
	#content .company-header .company-logo-mobile { text-align: center; display: block; }
	#shortform #button button { font-size: 13px; background-color: #fff; border-width: 4px; color: #eea236; font-size: 12px; letter-spacing: 1px; font-family: 'montserratsemibold'; text-transform: lowercase; }
	#content { padding: 0px !important; }
	#content .container { padding: 0; }
	#vctb { padding: 0 0px 30px 0px !important; background: #cfcfcf; background: -webkit-linear-gradient(#cfcfcf, #f7f7f7); background: -o-linear-gradient(#cfcfcf, #f7f7f7); background: -moz-linear-gradient(#cfcfcf, #f7f7f7); background: linear-gradient(#cfcfcf, #f7f7f7); }
	.accordion { background-color: #fff; margin: 0 10px; }
	.accordion h3 { position: relative; margin: 0; padding: 20px 0; font-size: 17px; font-family: 'montserratbold'; color: #eb9532; text-transform: uppercase; letter-spacing: 3px; border-bottom: 1px solid #d7d7d7; float: left; width: 100%; background-color: #FFF; }
	.accordion h3 span.ui-icon-triangle-1-e { width: 25px; height: 21px; position: absolute; right: 10px; top: 20px; background-image: url(http://jobvidnetwork.com/images/uploads/down-arrow.png); background-repeat: no-repeat; background-size: contain; }
	.accordion h3 span.ui-icon-triangle-1-s { width: 25px; height: 21px; position: absolute; right: 10px; top: 20px; background-image: url(http://jobvidnetwork.com/images/uploads/up-arrow.png); background-repeat: no-repeat; background-size: contain; }
	.accordion h3:first-child { background: url(http://jobvidnetwork.com/images/uploads/slice-down-bg.jpg) repeat-x; }
	.accordion h3:last-of-type { border: 0; }
	.accordion div { display: none; padding: 0 10px; font-family: 'montserratlight'; font-size: 15px; color: #6a6a6a; text-align: left; letter-spacing: 2px; float: left; width: 100%; background: #fff; }
	.accordion div p { color: #6a6a6a !important; }
	.video-content .accordion { margin: 0; float: left; width: 100%; }
	.video-content .accordion h3.job { text-align: center; float: left; width: 100%; }
	.accordion div label.field_label { font-family: 'montserratsemibold'; float: left; width: 100%; padding-top: 5px; font-size: 14px; }
	.accordion div h2 { font-size: 25px !important; text-transform: uppercase !important; color: #bebebe !important; font-family: 'montserratbold' !important; letter-spacing: 4px; float: left; width: 100%; text-align: center; }
	.accordion div h3 { font-size: 21px !important; text-transform: uppercase !important; color: #595958 !important; font-family: 'montserratbold' !important; letter-spacing: 3px; float: left; width: 100%; text-align: center; border-bottom: 0px !important; }
	.accordion div h4 { font-size: 18px !important; text-transform: uppercase !important; color: #bebebe !important; font-family: 'montserratlight' !important; letter-spacing: 2px; float: left; width: 100%; text-align: center; border-bottom: 0px !important; }
	.accordion div ul li { font-size: 14px !important; color: #838383; font-family: 'montserratlight'; letter-spacing: 1px; float: left; width: 100%; background-image: url(http://jobvidnetwork.com/images/uploads/bullet.png); background-repeat: no-repeat; padding-left: 30px; padding-bottom: 5px; list-style: none; }
	.accordion div p strong { font-family: 'montserratsemibold';	}
	.accordion div ul { width: 100%; float: left; list-style-type: none; padding: 10px !important;	}
	
	.modal-title {
		color: #FFF;
		text-align: center;
		text-transform: none !important;
	}
	
	.modal { z-index: 9999; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#content .company-header { height: auto; }
	#content .main-video .overlay { padding-bottom: 20px; }
	#content .main-video .overlay .text p { font-size: 29px; line-height: 30px; }
	#content .main-video .overlay .text a { position: relative; top: 0; }
	#footer .bottom-copy .set { padding: 10px 0; width: 100%; }
	#footer .bottom-copy .set a { float: none; }
	#footer .bottom-copy .set a img { float: none; }
	#content .main-video #video { height: 400px; }
	.navbar-default .navbar-nav>li>a { font-size: 15px}
	#orderform row ul {	height: auto; -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
	#how-it-works .video-info p.first { padding-top: 180px; }
	#our-process .boxes .box .front { padding: 31px 40px; }
	#our-process .boxes .box .front, #our-process .boxes .box .back { width: 100% !important; }
	#our-process .boxes .box { height: 250px; margin-bottom: 10px; }
	#header-home .logo img { max-width: 100%; }
	.navbar-default .container-fluid { padding: 0; }
	.navbar-default .navbar-nav>li>a { font-size: 13px; padding: 40px 5px; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#content .company-header .cta .text p { font-size: 21px; padding: 20px 0; }
	#content .main-video #video { height: 500px; }
	#how-it-works .video-info p.first { padding-top: 245px; }
	.navbar-default .navbar-nav>li>a { font-size: 15px; padding: 40px 10px; }
}

@media only screen and (max-width: 350px) {
	#header-hero .copy { padding-top: 60px; }
	#header-hero .copy h2 { font-size: 44px; }
	#header-home .nav { padding-right: 0; }
	#header-home .nav .container-fluid { padding: 0; }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 768px) {
	#appNMobile { display: block; }
	#appMobile { display: none; }
}

@media only screen and (max-width: 767px) {
	#appNMobile { display: none; }
	#appMobile { display: block; }
}
