/*
Theme Name: Tamarack Search Group
Theme URI: https://talentheromedia.com
Author: Talent Hero Media
Author URI: https://talentheromedia.com
Description: This theme is designed by Talent Hero Media.
Version: 1.0.0
Text Domain: tsg

 */

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');


/* WordPress Core
-------------------------------------------------------------- */
img{
    max-width: 100%;
    height: auto;
}
.alignnone {
	margin: 5px 0 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 10px 20px;
}
a img.alignnone {
	margin: 5px 20px 10px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 10px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
td, th {
	border: 1px solid #dcdcdc;
	padding: 10px;
}
.wp-caption {
	max-width: 100%;
	padding: 0;
	text-align: center;
	margin: 0;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
}
figcaption{
	margin-top: 10px;
	text-align: center;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-family: "CenturyGothicBold";
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
/* Above WP toolbar. */ }
.bypostauthor {
	background: #fff;
}
.gallery-caption {
	font-size: 13px;
}
.sticky {
	position: relative;
}
.resetlist{
	padding: 0;
	margin: 0;
	list-style: none;
}
/* Text meant only for screen readers. */
body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Jost', sans-serif;
	font-size: 22px;
	color: #333333;
}
a{
	color: #ffcc01;
}
.relative-content{
	position: relative;
}
.header{
	position: fixed;
	width: 100%;
	top: 0;
	padding: 18px 0;
	transition: all 0.5s;
	z-index: 10;
}
.header.sticky{
	padding: 8px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b5534+0,1a6b49+100 */
	background: rgb(11,85,52); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(11,85,52,1) 0%, rgba(26,107,73,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5534', endColorstr='#1a6b49',GradientType=1 ); /* IE6-9 */
}
.admin-bar .header{
	top: 32px;
}
.logo img{
	width: 200px;
	max-width: 100%;
	transition: all 0.5s;
}
.sticky .logo img {
    width: 150px;
}
.navbar-collapse{
	flex-grow: 0;
}
.primary-menu .sub-menu{
	position: absolute;
	background: #fff;
	padding: 20px 0;
	border-radius: 4px;
	list-style: none;
	margin: 0;
	left: 0;
	top: 100%;
	min-width: 200px;
	box-shadow: 0px 18px 40px 0px rgba(0, 0, 0, 0.21);
	display: none;
}
.primary-menu .sub-menu li{
	padding: 0 20px;
}
.primary-menu .sub-menu li a{
	color: #2a2a2a;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 18px;
}
.primary-menu .sub-menu li a:hover{
	color: #1673e4;
	text-decoration: none;
}
.primary-menu li{
	padding: 0px 20px;
	position: relative;
}
.primary-menu li:hover > .sub-menu{
	display: block;
}
.primary-menu li a{
	color: #fff;
	display: block;
	padding: 10px 0;
	font-weight: 500;
	position: relative;
	font-size: 18px;
}
.primary-menu li a:hover{
	text-decoration: none;
}
.primary-menu li a::before{
	height: 4px;
	width: 100%;
	background: #ffd005;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	opacity: 0;
}
.primary-menu li a:hover::before{
	opacity: 1;
}
.primary-menu li.menu-item-has-children > a{
	padding-right: 20px;
	background-position: right center;
	background-size: 10px;
}
.primary-menu li a i{
	display: none;
}
.homepage-banner{
	background: url(images/home-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
	padding-top: 300px;
	padding-bottom: 350px;
	position: relative;
	color: #fff;
}
.homepage-banner h1{
	font-size: 55px;
	font-weight: 600;
	color: #fff;
	text-align: center;
}
.homepage-banner p{
	font-size: 36px;
}
.homepage-banner .container{
	position: relative;
	z-index: 2;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.bg-video__content {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-container{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b4332+0,00512b+100 */
	background: rgb(27,67,50); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(27,67,50,1) 0%, rgba(0,81,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(27,67,50,1) 0%,rgba(0,81,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(27,67,50,1) 0%,rgba(0,81,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b4332', endColorstr='#00512b',GradientType=1 ); /* IE6-9 */
}
.top-row{
	padding-top: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #103022;
	margin-bottom: 40px;
}
.footer-logo{
	width: 200px;
}
.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
}
.footer-container h4{
	font-size: 19px;
	font-weight: 500;
	color: #ffc800;
	margin-bottom: 25px;
}
.get-in-touch{
	border-bottom: 1px solid #103022;
	padding-bottom: 50px;
}
.get-in-touch .phone a,
.get-in-touch .email a{
	padding-left: 30px;
}
.get-in-touch .phone a{
	background: url(images/phone.svg) no-repeat;
	background-size: 20px;
	background-position: left center;
}
.get-in-touch .email a{
	background: url(images/envelope.svg) no-repeat;
	background-size: 20px;
	background-position: left center;
}
.get-in-touch a{
	color: #fff;
	font-size: 18px;
	display: inline-block;
}
.get-in-touch img{
	width: 50px;
}
.get-in-touch .linkedin a{
	margin-top: -15px;
}
.copyrights{
	padding-top: 35px;
	padding-bottom: 35px;
	font-size: 18px;
	color: #fff;
}
.copyrights a{
	color: #fff;
	text-decoration: underline;
}
.copyrights a:hover{
	color: #ffcc01;
}
.who-is{
	padding-top: 180px;
	overflow: hidden;
	padding-bottom: 450px;
	background: url(images/post-who-is.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.secondary-headline{
	color: #00723d;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 35px;
	font-size: 17px;
}
.primary-headline{
	color: #0c0c0c;
	font-weight: 600;
	margin-bottom: 35px;
	font-size: 42px;
}
.primary-btn,
.contact-forms-container .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	color: #0c0c0c;
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffca00+0,ffdd0f+100 */
	background: rgb(255,202,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,202,0,1) 0%, rgba(255,221,15,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,202,0,1) 0%,rgba(255,221,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,202,0,1) 0%,rgba(255,221,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ffdd0f',GradientType=1 ); /* IE6-9 */
	padding: 15px 20px;
	border-radius: 4px;
	font-weight: 700;
	min-width: 260px;
	text-align: center;
}
.who-is-image::before{
	content: "";
	position: absolute;
	left: 90px;
	top: 90px;
	height: 100%;
	width: 55vw;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a4332+0,00502b+100 */
	background: rgb(26,67,50); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(26,67,50,1) 0%, rgba(0,80,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4332', endColorstr='#00502b',GradientType=1 ); /* IE6-9 */
}
.who-is-image img{
	position: relative;
}
.homepage-testimonials,
.meet-the-founder{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6fbf8+0,e5f1eb+100 */
	background: rgb(246,251,248); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(246,251,248,1) 0%, rgba(229,241,235,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(246,251,248,1) 0%,rgba(229,241,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(246,251,248,1) 0%,rgba(229,241,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fbf8', endColorstr='#e5f1eb',GradientType=1 ); /* IE6-9 */
	padding-top: 170px;
	padding-bottom: 170px;
}
.homepage-testimonials{
	overflow: hidden;
}
.testimonial-image img{
	position: relative;
}
.testimonial-image::before{
	content: "";
	position: absolute;
	left: 150px;
	top: -90px;
	height: 100%;
	width: 55vw;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1a4332+0,00502b+100 */
	background: rgb(26,67,50); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(26,67,50,1) 0%, rgba(0,80,43,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4332', endColorstr='#00502b',GradientType=1 ); /* IE6-9 */
}
.partner-with-us{
	padding-top: 105px;
	padding-bottom: 110px;
	background: url(images/partner-with-us.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.partner-with-us .content{
	width: 850px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.partner-with-us h2{
	font-size: 52px;
	color: #fff;
	background: url(images/favicon.svg) no-repeat;
	background-position: top center;
	background-size: 100px;
	padding-top: 140px;
	margin-bottom: 40px;
}
.partner-with-us a{
	color: #212121;
	position: relative;
	display: block;
}
.partner-with-us a::before{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffca00+0,ffdd0f+100 */
	background: rgb(255,202,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,202,0,1) 0%, rgba(255,221,15,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,202,0,1) 0%,rgba(255,221,15,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,202,0,1) 0%,rgba(255,221,15,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca00', endColorstr='#ffdd0f',GradientType=1 ); /* IE6-9 */
	opacity: 0.8;
}
.partner-with-us a::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00512b+0,00763f+100 */
	background: rgb(0,81,43); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,81,43,1) 0%, rgba(0,118,63,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,81,43,1) 0%,rgba(0,118,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,81,43,1) 0%,rgba(0,118,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00512b', endColorstr='#00763f',GradientType=1 ); /* IE6-9 */
	opacity: 0;
}
.partner-with-us a:hover{
	text-decoration: none;
	color: #fff;
}
.partner-with-us a:hover::before{
	opacity: 0;
}
.partner-with-us a:hover::after{
	opacity: 0.8;
}
.partner-content{
	position: relative;
	z-index: 2;
	padding-top: 65px;
	padding-bottom: 65px;
}
.partner-content::before{
	content: "";
	position: absolute;
	left: 15px;
	top: 15px;
	height: calc(100% - 30px);
	width: calc(100% - 30px);
	border: 1px solid #212121;
}
.partner-with-us h4{
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.partner-with-us h3{
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 0;
}
.testimonial-meta{
	margin-top: 40px;
}
.testimonial-meta .name{
	font-size: 26px;
	font-weight: 600;
}
.testimonial-meta .designation{
	color: #01502c;
}
.page-title-container{
	padding-top: 295px;
	padding-bottom: 295px;
	color: #fff;
	text-align: center;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title-container h1{
	font-size: 75px;
	font-weight: 600;
}
.about-banner{
	background-image: url(images/banner-about.jpg);
}
.page-template-template-employer-candidate .who-we-are{
	padding-bottom: 70px;
	background: none;
}
.who-we-are{
	padding-top: 50px;
	padding-bottom: 400px;
	background: url(images/post-who-is.jpg);
	background-position: center bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.who-we-are h2{
	font-weight: 600;
	color: #0c0c0c;
	font-size: 38px;
	margin-bottom: 25px;
}
.who-we-are p{
	margin-bottom: 45px;
}
.meet-the-founder{
	padding-top: 130px;
	padding-bottom: 130px;
}
.meet-the-founder p{
	margin-bottom: 40px;
}
.meet-the-founder h2{
	padding-bottom: 70px;
}
.meet-the-founder h3{
	color: #0c0c0c;
	font-size: 35px;
	padding-top: 30px;
}
.founder-image{
	display: inline-block;;
}
.founder-image,
.founder-image img{
	position: relative;
}
.founder-image::before{
	content: "";
	position: absolute;
	right: 50px;
	top: -60px;
	width: 50vw;
	height: 100%;
	background: rgb(26,67,50);
    background: -moz-linear-gradient(left, rgba(26,67,50,1) 0%, rgba(0,80,43,1) 100%);
    background: -webkit-linear-gradient(left, rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%);
    background: linear-gradient(to right, rgba(26,67,50,1) 0%,rgba(0,80,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a4332', endColorstr='#00502b',GradientType=1 );
}
.founder-image::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 40%;
	background: #ffca00;
}
.founder-info a{
	color: #0c0c0c;
	text-decoration: underline;
	padding-left: 50px;
	padding: 10px 0 10px 50px;
}
.founder-info li:not(:last-child){
	margin-right: 30px;
}
.founder-email{
	background: url(images/email.svg) no-repeat;
	background-size: 40px;
	background-position: left center;
}
.founder-linkedin{
	background: url(images/linkedin.svg) no-repeat;
	background-size: 40px;
	background-position: left center;
}
.testimonials-container{
	padding-top: 120px;
	padding-bottom: 20px;
}
.testimonial-content{
	padding: 50px 30px 30px 30px;
	background: #ecf5f0;
	border-radius: 4px;
	position: relative;
}
.testimonial-content::before{
	position: absolute;
	content: "";
	height: 52px;
	width: 52px;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	background: url(images/Quotation-mark.svg) no-repeat;
	background-size: 100%;
}
.testimonial-content::after{
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	border: 15px solid #ecf5f0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.testimonial-info{
	padding-top: 40px;
	padding-bottom: 80px;
	font-size: 19px;
}
.testimonial-info h4{
	color: #17704b;
	font-size: 24px;
	margin-bottom: 0;
}
.faq-content{
	padding-top: 110px;
}
.faq-content:last-child{
	padding-bottom: 110px;
}
.faq-content h2{
	margin-bottom: 50px;
}
.faq-item{
	border-top:1px solid #c9e2d6;
	border-bottom:1px solid #c9e2d6;
}
.faq-item .faq-question{
	cursor: pointer;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 600;
	font-size: 24px;
	color: #0c0c0c;
	padding-right: 80px;
	position: relative;
}
.faq-item .faq-question::before{
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(images/plus-icon.svg) no-repeat;
	background-size: 100%;
	right: 0;
	top: 45px;
	opacity: 1;
}
.faq-item .faq-question::after{
	content: "";
	position: absolute;
	height: 30px;
	width: 30px;
	background: url(images/minus-icon.svg) no-repeat;
	background-size: 100%;
	right: 0;
	top: 45px;
	opacity: 0;
}
.active.faq-item .faq-question::before{
	opacity: 0;
}
.active.faq-item .faq-question::after{
	opacity: 1;
}
.active.faq-item .faq-question{
	color: #166d45;
}
.faq-item .faq-answer{
	display: none;
	padding-bottom: 40px;
	padding-right: 80px;
}
.faq-item.active .faq-answer{
	display: block;
}
.contact-forms-container{
	padding-top: 100px;
	padding-bottom: 350px;
	background: url(images/contact-bg.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
}
.contact-forms-container .gform_wrapper h3.gform_title,
.contact-forms-container .gform_wrapper h2.gform_title{
	margin-bottom: 50px;
	font-size: 42px;
	color: #0c0c0c;
	text-align: center;
}
.gform_required_legend{
	display: none;
}
.contact-forms-container .gform_wrapper .top_label .gfield_label{
	font-size: 18px;
	font-weight: 400;
	color: #2a2a2a;
	margin-bottom: 0;
}
.contact-forms-container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-forms-container .gform_wrapper textarea.medium{
	padding-left: 0;
	padding-right: 0;
	border: none;
	border-bottom: 2px solid #166d45;
	color: #0c0c0c;
	font-size: 20px;
	outline: none;
}
.contact-forms-container .gform_wrapper textarea.medium{
	height: 200px;
	resize: none;
}
.contact-forms-container .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	border: none;
	margin-top: 20px;
	margin-right: 0;
	cursor: pointer;
	padding: 20px;
	min-width: 210px;
}
.contact-forms-container .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}
.contact-forms-container .gform_wrapper .gform_fields .gfield{
	margin-top: 16px;
}
.gform_wrapper .gform_footer{
	text-align: center;
}
.resume-upload {
    position: relative;
}
.resume-upload .ginput_container_fileupload {
    cursor: pointer;
    position: absolute;
    z-index: 22;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
#input_2_6 {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 185px;
    cursor: pointer;
}
.upload-text {
    background: url(images/resume.svg) #dfefe8 no-repeat;
    background-size: 70px;
    background-position: top 35px center;
    padding: 130px 35px 40px !important;
    text-align: center;
	font-size: 18px;
	border-bottom: 2px solid #166d45;
}
.upload-text span {
    color: #166d45;
}
.job-form{
	padding-left: 15px;
}
.hire-form{
	padding-right: 15px;
}
.filename-selected{
	color: #166d45;
	background: #dfefe8;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;
	font-size: 18px;
}
.filename-selected .remove-file{
    height: 27px;
    width: 25px;
    background: url(images/delete-icon.svg) no-repeat;
    background-position: center;
	cursor: pointer;
}
.single-page-content{
	padding-top: 70px;
	padding-bottom: 70px;
}
.inner-container{
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.employer-candidate-content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.employer-candidate-content ul li{
	padding-left: 25px;
	background: url(images/bullet.png) no-repeat;
	background-position: 0 8px;
	margin-bottom: 15px;
}
@media (max-width: 767px){
	.bg-video {
		display: none;
	}
	.navbar-light .navbar-toggler {
		border: 3px solid #fff;
		width: 60px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.navbar-light .navbar-toggler span {
		background: #fff;
		margin-bottom: 5px;
		width: 30px;
		height: 4px;
		display: block;
	}
	#navbarSupportedContent {
		background: #fff;
		margin-top: 10px;
	}
	#navbarSupportedContent li a{
		color: #0c0c0c;
	}
	.navbar{
		padding: 0;
	}
	.header.sticky {
		background: none;
	}
	.header.sticky::before{
		content: "";
		width: 100%;
		height: 90px;
		background: rgb(11,85,52);
		background: -moz-linear-gradient(left, rgba(11,85,52,1) 0%, rgba(26,107,73,1) 100%);
		background: -webkit-linear-gradient(left, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		background: linear-gradient(to right, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5534', endColorstr='#1a6b49',GradientType=1 );
		position: absolute;
		top: 0;
		left: 0;
	}
	.homepage-banner {
		padding-top: 200px;
		padding-bottom: 200px;
	}
	.homepage-banner h1 {
		font-size: 45px;
	}
	.who-is {
		padding-top: 100px;
		padding-bottom: 100px;
		background: none;
	}
	.testimonial-image::before {
		left: 150px;
		top: -15px;
		width: 100vw;
	}
	.page-title-container {
		padding-top: 180px;
		padding-bottom: 180px;
	}
	.page-title-container h1 {
		font-size: 45px;
	}
	.who-is-image{
		margin-top: 70px;
	}
	.primary-btn{
		margin-top: 30px;
	}
	.homepage-testimonials, .meet-the-founder {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.testimonial-image{
		display: none;
	}
	.partner-with-us a{
		margin-top: 30px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-menu{
		margin-top: 30px;
	}
	.footer-menu .primary-menu li {
		padding: 0px 30px 0 0;
	}
	.get-in-touch li:not(:last-child){
		margin-bottom: 30px;
	}
	.who-we-are {
		padding-top: 50px;
		padding-bottom: 150px;
	}
	.testimonials-container {
		padding-top: 70px;
	}
	.faq-content {
		padding-top: 55px;
	}
	.founder-image::before {
		top: -15px;
		width: 100vw;
	}
	.meet-the-founder h2 {
		padding-bottom: 40px;
	}
	.job-form {
		padding-left: 0;
	}
	.hire-form {
		padding-right: 0;
	}
	.founder-info li:not(:last-child){
		margin-bottom: 20px;
	}
	.contact-forms-container {
		padding-top: 50px;
		padding-bottom: 150px;
	}
	.job-form{
		margin-top: 70px;
	}
	.who-is-image::before {
		left: 15px;
		top: 15px;
		width: 100vw;
	}
	.top-row {
		padding-top: 25px;
		padding-bottom: 30px;
		border-bottom: none;
		margin-bottom: 0;
	}
}
@media (min-width: 768px){
	.navbar-light .navbar-toggler {
		border: 3px solid #fff;
		width: 60px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
	.navbar-light .navbar-toggler span {
		background: #fff;
		margin-bottom: 5px;
		width: 30px;
		height: 4px;
		display: block;
	}
	.navbar{
		justify-content: flex-end;
	}	
	#navbarSupportedContent {
		background: #fff;
		margin-top: 10px;
	}
	#navbarSupportedContent li a{
		color: #0c0c0c;
	}
	.header.sticky {
		background: none;
	}
	.header.sticky::before{
		content: "";
		width: 100%;
		height: 100px;
		background: rgb(11,85,52);
		background: -moz-linear-gradient(left, rgba(11,85,52,1) 0%, rgba(26,107,73,1) 100%);
		background: -webkit-linear-gradient(left, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		background: linear-gradient(to right, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5534', endColorstr='#1a6b49',GradientType=1 );
		position: absolute;
		top: 0;
		left: 0;
	}
	.homepage-banner {
		padding-top: 250px;
		padding-bottom: 300px;
	}
	.homepage-banner h1 {
		font-size: 55px;
	}
	.who-is {
		padding-top: 100px;
		padding-bottom: 300px;
	}
	.who-is-image{
		margin-top: 70px;
	}
	.primary-btn{
		margin-top: 30px;
	}
	.homepage-testimonials, .meet-the-founder {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.testimonial-image{
		margin-top: 150px;
	}
	.partner-with-us a{
		margin-top: 30px;
	}
	.footer-menu{
		margin-top: 30px;
	}
	.footer-menu .primary-menu li {
		padding: 0px 30px 0 0;
	}
	.get-in-touch li:not(:last-child){
		margin-bottom: 30px;
	}
	.who-we-are {
		padding-top: 50px;
		padding-bottom: 300px;
	}
	.contact-forms-container {
		padding-top: 75px;
		padding-bottom: 250px;
	}
	.job-form{
		margin-top: 70px;
	}
}
@media (min-width: 992px){
	.primary-btn{
		margin-top: 50px;
	}
	.homepage-banner h1 {
		font-size: 55px;
	}
	.homepage-banner {
		padding-top: 300px;
		padding-bottom: 350px;
	}
	#navbarSupportedContent li a{
		color: #fff;
	}
	.navbar-expand-lg {
		justify-content: flex-end;
	}
	.primary-menu li {
		padding: 0px 14px;
	}
	.footer-menu .primary-menu li {
		padding: 0px 9px;
	}
	.who-is {
		padding-bottom: 350px;
	}
	.who-we-are {
		padding-bottom: 300px;
	}
	.header.sticky {
		padding: 8px 0;
		background: rgb(11,85,52);
		background: -moz-linear-gradient(left, rgba(11,85,52,1) 0%, rgba(26,107,73,1) 100%);
		background: -webkit-linear-gradient(left, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		background: linear-gradient(to right, rgba(11,85,52,1) 0%,rgba(26,107,73,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5534', endColorstr='#1a6b49',GradientType=1 );
	}
	.header.sticky::before{
		opacity: 0;
	}
	.who-is-image{
		margin-top: 0;
	}
	.homepage-testimonials, .meet-the-founder {
		padding-top: 170px;
		padding-bottom: 170px;
	}
	.testimonial-image{
		margin-top: 0;
	}
	.partner-with-us a{
		margin-top: 0;
	}
	.footer-menu{
		margin-top: 0;
	}
	.get-in-touch li:not(:last-child){
		margin-bottom: 0;
	}
	.contact-forms-container {
		padding-top: 75px;
		padding-bottom: 350px;
	}
	.job-form{
		margin-top: 0;
	}
}
@media (min-width: 1200px){
	.primary-menu li,
	.footer-menu .primary-menu li {
		padding: 0px 20px;
	}
	.who-is {
		padding-bottom: 450px;
	}
	.who-we-are {
		padding-bottom: 400px;
	}
}