<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**handles:workforce-style**/
/*!
Theme Name: workforce
Theme URI: http://underscores.me/
Author: Tariq Mahmood
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: workforce*/
.footer-logo,.header-logo{
	width: 280px;
}
body{
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1,h2{
	font-weight: 600 !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.site-header{
	padding-top: 20px;
}
a:hover,a:link,a:visited{
	text-decoration: none;
	border: none;
}
.btn-custom,.btn-custom:hover{
	color: #fff;
    background-color: #004466;
	border-color: #004466;
	padding: 10px 46px;
	border-radius: 10px !important;
}
.right-column{
	margin-top: 35px;
}

.icons a{
	color:#004466;
	padding-right: 10px;
}
.main-nav{
	width: 100%;
	background: #004466;
}
.site-header{
	margin-bottom: 5px;
}
.main-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.main-nav ul li{
	display: inline-block;
	padding: 15px 0;
	position: relative;
}
.main-nav ul li a{
	color: #fff;
	padding: 0 30.5px;
	font-family: brother-1816, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.menu-item-has-children .sub-menu{
	display: none;
	position: absolute;
	z-index: 5;
	-webkit-box-shadow: -1px -1px 18px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px -1px 18px 0px rgba(0,0,0,0.75);
	box-shadow: -1px -1px 18px 0px rgba(0,0,0,0.75);
}

.menu-item-has-children:hover .sub-menu{
	display: block;
	background: #fff;
	width: 250px;
	top: 59px;
	transition-duration:0.5s;
}
.sub-menu li{
	padding: 0 !important;
	margin: 10px 0 !important;
}
.sub-menu a{
	color: #004466 !important;
	padding: 5px 15px !important;
	margin: 0 0 0 15px;
	border-left: 2px solid #004466;
}
.sub-menu a:hover{
	color: #58595b !important;
	border-left: 2px solid #58595b;
}

.menu-item-has-children{
	position: relative;
}
.menu-item-has-children::after{
	color: #0088cc;
	content: '\2207';
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	font-weight: 600;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition-duration:0.5s;
}

.menu-item-has-children:hover::after{
	color: #0088cc;
	content: '\2207';
	position: absolute;
	bottom: 0px;
	font-size: 10px;
	font-weight: 600;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transform: rotate(180deg);
	transition-duration:0.5s;
}
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	position: relative;
	width: 100%;
}
.banner-text{
	position: absolute;
	width: 100%;
	top: 35%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-text .text{
	color: #004466;
	font-family: brother-1816, sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}
.home .banner-text .text{
	font-size: 35px;
}
.left-aligned{
	text-align: left !important;
}
.banner-text .text .btn-custom, .contact-us .btn-custom, .btn-nav a,.search-submit{
	background: #0088cc !important;
	color: #fff !important;
	border-color: #0088cc;
	border-radius: 10px !important;
}
.btn-nav a{
	padding: 8px 40px !important;
	border-radius: 10px !important;
}
.banner-boxes{
	width: 100%;
	position: absolute;
	bottom: 0px;
	background: #004466;
	height: 175px;
	padding-top: 20px;
}
.banner-boxes p{
	font-size: 25px;
}
.sjb-img-responsive{
	height: auto !important;
}
.blog .site-content{
	margin-top: 40px;
}
.box{
	height: 100px;
	vertical-align: text-bottom;
	color: #fff;
	font-family: brother-1816, sans-serif;
	text-align: center;
}
.box a{
	color: #fff;
}
.box .bullet{
	width: 53px;
	height: 53px;
	margin: 0 auto;
	background: url("https://workforcedevelopmentinc.mltpageignite.com/wp-content/themes/workforce/images/bullet.png") no-repeat center top;
	margin-bottom: 15px;
}

.box:hover .bullet{
	background: url("https://workforcedevelopmentinc.mltpageignite.com/wp-content/themes/workforce/images/bullet-active.png") no-repeat center top;
}
.site-footer{
	width: 100%;
	background: #fff;
	padding: 20px 0;
	border-top: 2px solid #dedede;
}
.copy-right{
	color:#0088cc ;
}
.employer{
	color: #004466;
	font-family: brother-1816, sans-serif;
	font-weight: 600;
	vertical-align: middle;
	padding-top: 15px;
}
.left-border{
	border-left: 2px solid #0088cc;
	margin: 40px 0;
}

.site-footer .icons{
	margin: 40px 0;
	padding-top: 15px;
}
.site-footer .icons a{
	color: #004466;
}
.single-post .site-content{
	margin-top: 20px;
}
.contact-us{
	width: 100%;
	background: url("https://workforcedevelopmentinc.mltpageignite.com/wp-content/themes/workforce/images/contact.jpg") no-repeat center top;
	background-size: cover;
	padding: 40px 0 20px 0;
	color: #fff;
}
.text-contact{
	padding-top: 50px;
}
.text-contact h3{
	font-size: 40px;
}
.text-contact p{
	font-size: 20px;
}
.best-help{
	width: 100%;
	color: #58595b;
	padding: 40px 0 20px 0;
}
.success-stories{
	width: 100%;
	position: relative;
}
.stories{
	position: absolute;
	top: -20px;
	width: 100%;
}
.stories-heading{
	background: #004466;
	color: #fff;
	font-family: brother-1816, sans-serif;
	font-weight: 600;
	padding: 30px 20px;
	border-radius: 20px;
	font-size: 40px;
}
.story{
	margin: 20px 0;
	background: #fff;
	padding: 30px 20px;
	border-radius: 20px;
	color: #58595b;
	font-size: 28px;
	border: 1px solid #58595b
}
.story .title{
	color: #0088cc;
	font-size: 20px;
}
.page-content{
	color: 58595b;
}
.page-content h1{
	color: #004466;
	margin: 25px 0 10px 0;
}
.page-content h2{
	color: #58595b;
	margin: 20px 0 10px 0;
}
.location{
	margin-bottom: 15px;
}
.location h4{
	color: #0088cc;
}
.location p{
	color: #58595b;
	margin-bottom: 5px;
}
.job-features table{
	border: 1px solid #dedede;
}
.job-features table td{
	padding: 10px !important;
}
.side-bar h2{
	font-size: 1rem;
	border-bottom:1px solid #dedede;
	padding-bottom: 10px;
	margin: 10px 0;
}
.side-bar ul{
	list-style: none;
	padding: 0;
	margin: 0 0 15px 0;
}
.my-content a{
	color: #004466;
}
.my-content a:hover{
	text-decoration: none;
	color: #0088cc;
}
.screen-reader-text, .cat-links,.comment-form-cookies-consent{
	display: none;
}

.required{
	color: #FF0000;
}

#respond {
	margin: 5% 0;
}

#comments {
		display: inline-block;
		clear: both;
		width: 100%;
		font-size: 0.8em;
}
ol.commentlist {
		padding: 0;
		margin: 5% 0;
		list-style-type: none;
}
ul.children {
		list-style-type: none;
		padding-left: 5%;
}

article.comment {
		margin: 5% 0;
		padding-left: 80px;
}
.children article.comment {
		padding-left: 60px;
}
	
.comment footer { font-size: 0.8em; }

.comment p {
		margin: 0.5em 0;
		line-height: 2;
		color: #000;
		font-family: proxima-nova, sans-serif;
		font-size: 14px;
}
	
img.avatar {
		float: left;
		position: absolute;
		margin-left: -80px;
}
.children article.comment img.avatar {
		margin-left: -60px;
}

.form-allowed-tags{
		display: none;
}
#commentform label {
		display: block;
		margin:5px 0 0 0;
}
p.comment-subscription-form {
		clear: both;
}

.comment-subscription-form label {
		display: inline-block !important;
}
input#subscribe_comments {
		padding: 0!important;
		margin: 0!important;
		margin-right: 0.5em!important;
		float: none !important;
}
#commentform p {margin: 0; }
#commentform input, #commentform textarea,.search-field {
		width:100%;
		padding: 2.5%;
		background: #f7f7f7;
		border: none;
		margin: 0 0 2% 0;
		font-size: 1em;
		border-bottom: 2px dashed #d7d7d7;
}
	
#commentform input#submit, .button {
		color: #fff;
		border: none !important;
		background: #004466;
		-webkit-appearance: none;
}
#commentform input#submit:hover, .button:hover {
		background: #0088cc;
}
#commentform input#submit:active, .button:active {
		background: #004466;
}
.comment-list{
	list-style: none;
}
img.avatar{
	margin-left: -40px;
}
.comments-title,.comment-reply-title{
	border-bottom: 2px solid #d7d7d7;
	padding: 15px 0;
	margin: 0 0 15px 0;
}
.post-thumbnail{
	margin-bottom: 15px;
}
img{
	max-width: 100%;
	height: auto;
}
#services{
	background-size: cover !important;
	padding: 80px 0;
	width: 100%;
	background-position: center top !important;
	margin-bottom: 40px;
	background-repeat: no-repeat;
}
#services h3{
	color: #004466;
	font-family: brother-1816, sans-serif;
}
#services ul{
	padding-left: 15px;
}
.services-box{
	padding: 50px 30px;
	background: #ffffff;
	-webkit-box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 26px 0px rgba(0,0,0,0.75);
	border-radius: 10px;
}
#newsletter .modal-header{
	background: #4273b8;
}
#newsletter .modal-header img{
	display: block;
	margin: 0 auto;
}
#newsletter .modal-header .close{
	position: absolute;
	right: -5px;
	top: -10px;
	color: #fff;
	background: #000;
	border-radius: 20px;
	padding: 5px 10px;
	border: 2px solid #fff;
}
.ctct-disclosure{
	display: none;
}
#newsletter form{
	border: none !important;
	color: #004466;
	text-align: center;
}
#newsletter .btn-primary{
	display: block;
	margin: 0 auto;
	width: auto !important;
}
.modal-backdrop {
	background-color: rgba(0, 68, 102, 0.72);
 }
@media ( min-width: 700px ) {
		#commentform input {
			width: 100%;
		}
		.comment-form-author input, .comment-form-email input {
			margin-right: 5% !important;
		}
}

@media ( max-width: 700px ) {
		#commentform input#submit {
			width: 100%!important;
		}
}
.search-submit{
	width: 100%;
	padding: 10px 20px;
}
.search-form label{
	display: block;
	width: 100%;
}
.post-entry{
	margin-bottom: 20px;
}
.post-entry h2{
	font-size: 16px;
}
.nav-links{
	border-top: 1px solid #dedede;
	padding-top: 15px;
	margin-top: 60px;
}
.nav-links .nav-previous{
	float: left;
}
.nav-links .nav-next{
	float: right;
}
.nav-button{
	display: none;
}
.nav-button a{
	color: #004466;
}
.mobile-nav{
	display: none;
}
.mobile-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-nav li{
	background: #004466;
	border-bottom: 1px solid #ffffff;
	padding: 15px 20px;
}
.mobile-nav li a{
	color: #ffffff;
}
.to-top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 10px 20px;
	background: #0088cc;
	cursor: pointer;
	color: #ffffff !important;text-align: center;
	display: none;
}
.special-div{
	padding-bottom: 40px;
}


@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.best-help{
		margin-top: 100px;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1199px) {
	.banner-text .text, .stories-heading{
		font-size: 3vw !important;
	}
	.stories{
		position: absolute !important;
	}
	.stories-heading,.stories{
		padding: 0px 10px !important;
	}
	.best-help{
		padding: 40px 0 !important;
	}
	.contact-us{
		padding: 15px 0 !important;
	}
	.site-footer .icons{
		margin: 40px 0 !important;
	}
	.site-footer .left-border{
		display: block !important;
	}
	.story,.stories-heading{
		padding: 10px 20px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.stories{
		position: relative !important;
	}
	.special-div{
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}
	.nav-button{
		display: block;
	}
	.right-column .icons, .right-column .buttons, .main-nav, .banner-boxes{
		display: none;
	} 
	.banner-text .text, .stories-heading{
		font-size: 4vw;
	}
	.banner-text .float-right{
		clear: both;
		width: 100%;
		text-align: left;
	}
	.banner-text .btn-custom{
		display: inline-block;
	}
	.stories{
		position: relative;
	}
	.stories-heading{
		text-align: center;	
	}
	.story{
		border: 1px solid #004466;
		padding: 10px 20px;
	}
	.contact-us{
		padding: 0;
	}
	.contact-us .float-left{
		clear: both;
		width: 100%;
	}
	.contact-us .btn-custom{
		width: 100%;
	}
	.site-footer .left-border{
		display: none;
	}
	.site-footer .icons{
		clear: both;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	.copy-right{
		text-align: center;
	}
	.site-footer .img-fluid{
		display: block;
		margin: 0 auto;
	}
	.best-help{
		padding: 10px 0;
	}
	.right-column{
		margin: 0;
	}
	.site-header{
		padding: 10px 0;
		margin: 0;
	}
	h1{
		font-size: 2rem;
	}
	h2{
		font-size: 1.5rem;
	}
}</pre></body></html>