/*
Theme Name: underboot_qii
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: underboot_qii
Tags:
*/

/*custom styles that override Bootstrap live here*/

/*typography*/

body, p, a {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 22px;
    font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    color: #005188;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
	font-size: 26px;
}

a, button {
	color: #428bca;
	text-decoration: none;
	transition: all 0.25s ease-out; 
	-webkit-transition: all 0.25s ease-out; 
	-moz-transition: all 0.25s ease-out; 
	-o-transition: all 0.25s ease-out;
}
a:hover { text-decoration: underline; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { background-color: #e8e8e8; }

div#primary-menu a {
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color: #117daa !important;
	font-size: 15px;
	text-transform: uppercase;
}

h1.h-uppercase {text-transform: uppercase;}

h3, .h3 { margin-top: 0; }





/* misc */

hr.gray {
    border-bottom: 1px #cbcbcb solid;
    margin: 25px 0px 25px 0px;
    width: 100%;
}

/* nav layout */

.navbar-nav {
	float:right;
	padding-top:10px;
	margin: 0;
}

.navbar-default {
    background-color: transparent;
    border:none;
}

ul.dropdown-menu li a{
	margin: 8px 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color:transparent;}

@media (max-width: 767px) {
	#primary-menu {clear:both;}
}

/* zoho form adjust */
ul.zoho-formwrap { padding: 0; }

/* header layout */

body {border-top: 26px solid #0096d6;}
header { padding-top: 15px;}
#location-banner { 
	/*background-color: #0096d6; */
	padding:0.8em;
}
#location-banner p { margin:0; color: #fff; }
/* banner layout */
.page-heading {padding-top:18px;}
.page-heading h1 {
    text-transform: uppercase;
    font-size: 30px;
}

h1.intro, h2.intro {
    font-size: 52px;
    font-weight: 500;
    line-height: 60px;
}

p.intro {margin: 0;padding: 0;}
/*div.content {padding: 55px 0;}
img.hero-shot {margin: -100px 0 -55px 0;}*/
.banner-left {margin-bottom: 40px;}

@media screen and (max-width: 480px){.banner-left {margin-bottom: 0;}}
div.content {padding: 0;}
img.hero-shot {margin: -45px 0 0;max-width:350px;}
/*
#findLoc, #toApply {
    list-style: none;
    margin: 2em 1em 2em 0;
    display: inline-block;
    padding: 0px;
}
#findLoc li, #toApply li {float: left;}
*/
button.blue-a, a.blue-a {
	display: inline-block;
	background-color: #009fe5;
    margin: 3rem 0 2rem;
    width: 280px;
    padding: 30px 0;
    color: #fff;
    font-family: 'Roboto', Arial;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
	height: 84px;
	border: 0px solid transparent;
	/*
    -webkit-transition: background-color 400ms linear 0ms;
    -moz-transition: background-color 400ms linear 0ms;
    -o-transition: background-color 400ms linear 0ms;
    transition: background-color 400ms linear 0ms;*/
}
button.blue-a:hover, a.blue-a:hover {
	text-decoration: none;
	background: rgba(11, 44, 92, 0.79);
}
a.banner-phonelink {
	display: block;
    font-size: 40px;
    font-weight: 500;
    color: #005188;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 60px;
}
a.header-phonelink {
    font-size: 2.8rem;
    font-weight: 500;
    color: #005188;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	margin:0;
	padding:0 10px 0 0;
	vertical-align: middle;
}
.mobile-link {
    text-align: right;
    font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	margin:0;
	padding:0 10px 0 0;
    position: absolute;
    right: 60px;
    top: -55px;
}

.mobile-link .mobile-b-phone {
    font-size: 14px;
    color: #005188;
    display: block;
    
}
.mobile-link .mobile-b-interview {

    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #6639b7;
    width: auto;
    display: block;
    font-size: 12px;
    padding: 3px 8px;
}

@media only screen and (min-width: 768px){.mobile-link {display:none;}}

a.purple-a { background-color: #6639b7; }
a.purple-b {
	background-color: #6639b7;
    font-weight: 400;
    width: auto;
    padding: 12px 15px;
    margin: 0;
    height: auto;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
}

#findLoc a img, #toApply a img,a.blue-a img {margin-right: 20px;}
a.tel-num { color:#fff; text-decoration:none; }
a.tel-num:hover {text-decoration:underline;}

@media (max-width: 676px) {
	#findLoc, #toApply {
    margin: 20px auto;
	display: block;
	}
	#findLoc li, #toApply li {
    float: none;
	}
}

@media (max-width: 991px) {
	.mobile-hide { display:none;}
	p.intro { margin-bottom: 40px; }
}

/* banner */
.candidate-banner {
	float:right;
	padding-right: 50px;
    padding-left: 50px;
}

@media screen and (max-width: 480px){
    div.page {
        margin: 10px 0 40px 0;
        text-align: center;
    }
	div.content { padding: 0;line-height: 24px;}
	.page-heading h1 {font-size: 28px;}
	h1.intro, h2.intro {
		font-size: 40px;
		line-height: 120%;
        margin-bottom: 20px; 
	}
}

/* job seeker page */
.category-divider {border-bottom: 3px solid #dadada;}
/* office job page */
.category-widget {
padding: 1em 0.5em;
}

/* job list*/
.job-list {
	width: 100%;
    display: block;
    padding: 0;
    font-size: 0;
    text-align:left;
}

.job-list .job-widget {
	padding: 15px 8px 20px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
}

/* home job list */
.job-list .job-area {
	padding: 0;
    margin: 30px 0;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.job-list .job-area p {
	min-height: 75px;
	max-width: 95%;
}
.job-list .job-area.srg-area {
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 480px){
    .job-list .job-area.srg-area {
        text-align: center;
    }
}

.job-area .blue-a {margin: 2rem 0;}

@media screen and (max-width: 768px){
	.job-list .job-widget {
		width: 50%;
	}
	.job-list .job-area {
		width: 95%;
	}
	.job-list .job-area p {
		min-height: 0;
		max-width: none;
	}

}
@media screen and (max-width: 600px){
	.job-list .job-widget {
		padding: 10px 8px 20px;
		margin: 0;
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
}

/* lower content area */

.lower-description {
	padding: 55px 0;
	background: #f7f7f7;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
}
@media screen and (max-width: 480px){
	.lower-description {
    
		text-align:center;
	}
}
.lower-description h2 {
	font-size: 32px;
	margin: 0 0 1em;
	padding-top: 0;
}
.lower-description h2.first-heading {
    font-weight: bold;
}

.lower-description .widget-area {margin-bottom: 40px;}
.lower-description .widget-area img {margin-bottom: 10px;}

.widget-area p.heading-slogan {
	color: #005188;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}
.widget-area .small-widget {
	margin-bottom:20px;
}
img.lloyd {
	float:left;
	padding: 0px 20px 20px 0;
}
img.best-staffing {
	float:right;
	padding: 0px 0px 20px 20px;
}
.icon-widget {
	display: inline-block;
	position: relative;
	float: left;
	padding-bottom: 40px;
}
.icon-widget img {
	float:left;
	position:relative;
	display:inline-block;
	width:100px;
	margin-right:20px;
}
.icon-widget-content {
	float: left;
    position: relative;
    display: inline-block;
    max-width: 400px;
}
.icon-widget-content h2 {font-size: 26px;}
.icon-widget-content a {
	display: block;
	background-color: #009fe5;
    width: 115px;
    margin: 0px 0px 0px;
    padding: 10px 0;
    color: #FFF;
    font-family: 'Roboto', Arial;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    height: 39px;
    -webkit-transition: background-color 400ms linear 0ms;
    -moz-transition: background-color 400ms linear 0ms;
    -o-transition: background-color 400ms linear 0ms;
    transition: background-color 400ms linear 0ms;
}

.icon-widget-content a:hover {
	text-decoration: none;
	background: rgba(11, 44, 92, 0.79);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color:transparent;}

/* accordian */
.faqacc .accordion {
	background-color: #f7f7f7;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	transition: 0.4s;
}
/*
.faqacc .active, .faqacc .accordion:hover {
background-color: #ccc;
}
*/
.faqacc .accordion:before {
	content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-right: 16px;
    font-size: 20px;
    background-color: #009fe5;
    padding: 0.2em 0.4em;
}

.faqacc .active:before {
	content: "\2212";
}

.faqacc .acpanel {
	background-color: #f7f7f7;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.faqacc .accordion h3 {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#4d4d4d;
	font-weight:bold;
    font-size:1.4em;
    line-height: 140%;
}

/* get started footer banner */
#getstarted {padding: 3em 0;}
#getstarted h2 {font-size: 2.4em;margin-bottom: 20px;}


/* footer */
footer {
    padding: 35px 0 45px 0;
    background: rgba(11, 44, 92, 0.79);
}

ul.footer-menu a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
ul.footer-menu a:hover {
	background-color:transparent;
	text-decoration:underline;
}



@media screen and (max-width: 991px){
.navbar-nav {float: right; text-align:right;}
}

@media screen and (max-width: 767px){
.navbar-nav {
	float: none;
	}	
}

/* candidate-recruitment-process */
div.widget-area ul { margin:20px 0;}
div.widget-area ul.color-blue li {
	margin: 10px 0;
	color: #005188;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
	font-size: 14px;
}
.candidate-slogan {
	color: #005188;
    font-family: 'Roboto Condensed', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
	font-size: 20px;
	padding-bottom: 30px;
}

div.iconrow {
	margin: 30px 0;
    display: inline-block;
    position: relative;
}

div.iconrow h3 {
	font-size:26px;
    font-weight: 500;
}
p.candidate-quote {
	font-size: 20px;
	color: #005188;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
	margin-top:40px;
}
p.candidate-quote-bottom {font-size: 18px;}
p.candidate-author {
	text-align: right;
	padding-top:20px;
}

.lower-description .widget-area img.candidate-banner { margin-bottom: 30px;}


@media screen and (max-width: 991px){

div.iconrow {
	display: block;
	margin: 40px 0 0;
}

div.time-icon {
	margin-bottom: 40px;
    background-color: #eaeaea;
    padding: 1em;
}



}
@media (max-width: 667px) {
	.lower-description .widget-area img.candidate-banner {
		display: block;
		float: none;
		padding:0;
		margin: 0 auto 30px;
	}
}

/* professional staffing */

.content-tall {
	padding: 20px 0 0;
}

.content-short {
	padding: 0;
}
@media screen and (max-width: 992px){
    .content-short {
        padding: 0;
        margin-bottom: 40px;
    }
}

/*.content-short img.hero-shot {
	margin: 0;
}*/
.content-short img.hero-shot {
	max-width: 400px;
    margin: -60px 0 0;
}


.content-short img.hero-shot-bt-crop {
	margin: -25px 0 0 0;
}

.content-tall img.hero-shot {
	margin: 0;
}

.search-pro-widget .each-row {
	margin: 40px 0;
}

.search-pro-widget h2 {
	font-size: 26px;
}

.search-pro-widget h3 {
	font-size: 20px;
	margin: 0 0 10px;
	padding: 0;
}

.search-pro-widget img {
	float: left;
	margin:0;
	padding: 0 2em;
	
}

img.extra-fill {
	opacity: 0.7;
    float: none;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 480px){
	.content-tall { padding: 60px 0; }
}

/* workforce solutions */

.workforce-widget h3 {
	font-size: 18px;
}

h2.sub-heading { font-size: 20px; }
h2.main-heading { font-size: 26px; }
h3.sub-heading { font-size: 18px; }

/* job seekers */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.play-videocta {
	position: relative;
}

.play-videocta button.btn-cta {
	border: none;
    background: none;
    padding: 0;
    margin: 0;
	position:relative;
}

.play-videocta a img.modal-img {
	width: 100%;
	position: relative;
    left: 0px;
	height: auto;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
}

.play-videocta span {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/* Contact Us */

.contact-box {padding-top: 28.675px;}
.contact-box-inner {background-color: #efefef; padding:2em;}

/* srg * */
.srg-box-inner {background-color: #efefef; padding:2em;}
.srg-box-inner h3 {margin: 0 0 5px 0;font-size:20px;}
.srg-box-inner p {margin: 0 0 20px;}

@media only screen and (min-width: 992px) {
    .recruitmentprocess {
        max-width:50%;
        margin-right:5%;
    }
    .recruitmentprocess h2 {
        margin-top:2rem;
    }
    .recruitmentprocess p {
        margin-bottom:2rem;
        line-height:24px;
    }
}


/* modal */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.modal-responsive {
	width: 80%;
    max-width: 800px;
    margin: 10% auto 0;
}

.close {
	font-size:42px;
}


button.z-form-button-a { margin:0;}
a.modal-phonelink {
	text-align:center;
	display: block;
    font-size: 20px;
    font-weight: 500;
    color: #005188;
	font-family: 'Roboto Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}


.nav > li > a:hover, .nav > li > a:focus { background-color:transparent;}
.navbar {
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: none;
}
/* auto menu mobile */
@media only screen and (max-width: 768px) {
	.mobile-menu-display {z-index: 99;}
	.header-cta-desktop {display:none;}
    nav#main_menu {
        padding: 0px;
    }
    ul.dropdown-menu.sub-menu {
        display: block;
        border: none;
        padding: 0px;
    }
    span.mobile_menu_icon span {
        width: 100%;
        height: 5px;
        background: #005188;
        display: block;
        margin: 0 auto 5px auto;
        position: relative;
        top: 0px;
    }
    #main_menu.show_menu #menu-main-menu {
        right: unset;
        box-shadow: 0px 25px 30px -15px #aaa;
    }
    span.mobile_menu_icon {
        width: 35px;
        height: 20px;
        position: absolute;
        right: 15px;
        top: -50px;
        cursor: pointer;
    }
    span.mobile_menu_icon span{
        transition: all .5s ease-in-out;
    }
    span.mobile_menu_icon.menu_icon_open .t_m_icon {
        width: 0px;
        margin: 0 auto;
    }
    span.mobile_menu_icon.menu_icon_open .f_m_icon {
        -ms-transform: rotate(50deg); /* IE 9 */
        -webkit-transform: rotate(50deg); /* Safari 3-8 */
        transform: rotate(50deg);
        position: relative;
        top: 10px;
    }
    span.mobile_menu_icon.menu_icon_open .s_m_icon {
        -ms-transform: rotate(-50deg); /* IE 9 */
        -webkit-transform: rotate(-50deg); /* Safari 3-8 */
        transform: rotate(-50deg);
        position: relative;
    }  
    .main_menu_cont .container-fluid {
        padding: 0px;
    }
    a.mobile_highlighted_cta {
        background: #EAB30D;
        width: 120px;
        text-align: center;
        color: #fff;
        padding: 4px;
        top: 11px;
        left: 47%;
        line-height: 20px;
        position: absolute;
    }
    a.mobile_highlighted_cta:hover {
        background: #000;
        color: #fff;
        text-decoration: none;
    }
    ul#menu-main-menu {/* **************************************************************************88 */
        display: block;
        position: absolute;
        width: 100%;
        background: #fff;
        right: 10000px;
        transition:all 0.3s ease;
        padding: 0px 5px;
    }
    ul#menu-main-menu > li a {
        border-bottom: 1px solid #ddd;
        display: block;
        padding: 7px 0px;
        margin: 2px 0px;
    }
    ul#menu-main-menu .sub-menu {
        padding-left: 0px;
    }
    ul#menu-main-menu li {
        list-style-type: none;
    }
    ul#menu-main-menu .sub-menu li a {
        padding-left: 15px;
    }
}
@media only screen and (min-width: 768px) {
	.header-cta-desktop {display:block;}
    .mobile_menu_icon {
        display: none;
    }
    .mobile_highlighted_cta {
        display: none;
    }
    .change_loc_mob_tab {
        display: none;
    }
    .main_menu_cont .main_menu {
        display: flex;
        justify-content: center;
        position: relative;
        padding: 0px;
    }
    ul#menu-main-menu > li > a {
		font-size: 1.3rem;
		text-transform: uppercase;
		font-weight: bold;
		padding: 0;
    }
    ul#menu-main-menu > li {
        transition: all 1s ease-in-out;
    }
    /*
    ul#menu-main-menu > li > a:hover,
    ul#menu-main-menu > li.current_page_item > a {
        color: #999;
    }*/
    ul#menu-main-menu > li.current_page_item > a::after,
    ul#menu-main-menu > li > a:hover::after {
        content: "";
        position: absolute;
        background: #0096d6;
        width: 84%;
        height: 2px;
        bottom: -3px;
        left: 8%;
        animation: menu_border .5s ease-in-out;
    }
    
    @-webkit-keyframes menu_border {
        0% {width: 0px;}
        70% {left: 16%;width: 84%;}
        100% {width: 84%;left: 8%;}
    }

    @keyframes menu_border {
        0% {width: 0px;}
        70% {left: 16%;width: 84%;}
        100% {width: 84%;left: 8%;}
    }

    ul#menu-main-menu ul.sub-menu {
        display: none;
        background: #fff;
        position: absolute;
        list-style-type: none;
        padding: 4px 0px;
        margin: 16px 2px 3px 6px;
        min-width: 150px;
        max-width: 300px;
        left: 0px;
        animation: menu_hover_style .5s ease-in-out;
    }
    ul#menu-main-menu ul.sub-menu::before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        background: #fff;
        top: -5px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 15px;
    }
    ul#menu-main-menu li:hover ul.sub-menu {
        display: block !important;
    }
    @-webkit-keyframes menu_hover_style {
        0% {left: -100px;}
        60% {left:20px;}
        100% {left:0px;}
    }

    @keyframes menu_hover_style {
        0% {left: -100px;}
        70% {left:20px;}
        100% {left:0px;}
    }
    /*ul#menu-main-menu li:hover ul.sub-menu li {
      border-bottom: 1px solid rgba(0,0,0,0.07);
    }
    ul#menu-main-menu li:hover ul.sub-menu li:last-child {
      border: none;
    }*/

    ul#menu-main-menu li.main_menu_highlight > a {
        background: #EAB30D;
        padding: 6px !important;
        color: #fff;
        margin-left: 10px;
    }
    ul#menu-main-menu li.main_menu_highlight.current_page_item  > a::after,
    ul#menu-main-menu li.main_menu_highlight > a:hover::after {
        width: 0px;
        background: transparent;
    }
    ul#menu-main-menu ul.sub-menu li.current_page_item a {
        color: #EAB30D;
    }
    ul#menu-main-menu ul.sub-menu a {
        display: block;
        font-size: 13px;
        padding: 5px 10px;
        line-height: 16px;
    }
    ul#menu-main-menu ul.sub-menu li:hover a {
        color: #EAB30D;
    }

    ul#menu-main-menu > li {
        position: relative;
		display: inline-block;
		float: none;
		padding-left: 15px;
		margin-bottom: 2px;
    }
    ul#menu-main-menu li > a:hover {
        text-decoration: none;
    }

}
 
/* Footer menu */
#footerMenu a {
	color:white;
}
#footerMenu a, button {
	color:white;
}

/*
@media (max-width: 767px ){
	#footerMenu .qiigo_auto_menu #main_menu.show_menu #menu-main-menu { 
		margin-top:-100px !important;
		box-shadow:none !important;
	}
	#footerMenu .qiigo_auto_menu #main_menu ul#menu-main-menu li a {
		border-bottom: 0px !important;
		display: block !important;
		padding: 0px !important;
		margin: 0px !important;
		width:100px !important;
		float:right !important;
		color:white !important;
		font-size: 13px !important;			
	}
	#footerMenu .qiigo_auto_menu ul#menu-main-menu {
		display: block !important;
		position: absolute !important;
		width: 100% !important;
		background: none !important;
		padding: 0px 5px !important;
	}
	#footerMenu .qiigo_auto_menu .navbar-nav li {
		list-style-type: none !important;
		height: 25px !important;
		padding: 0px !important;
		margin: 0px !important;
		background: none !important;
	}
}
*/

footer #footerMenu ul#menu-main-menu{
    position: relative;
    background: none;
    box-shadow: none;
    padding: 1em 0;

}

footer .footerlogo {
    text-align:left;
}
footer #footerMenu #main_menu.show_menu #menu-main-menu {
    box-shadow: none;
}

@media (max-width: 768px ){
    footer .footerlogo {
        text-align:center;
    }
    footer #footerMenu ul{
        text-align:center;
        margin-top: 1em;
    }

    footer #footerMenu ul#menu-main-menu > li a {
        border-bottom: none;
        display: block;
        padding: 12px 0;
        margin: 0;
        font-weight: bold;
    }
}

