/*!
Theme Name: Customify Child
Template: customify
Author: montana-dev
Author URI: https://montana-dev.ca
Description: Child theme of Customify
Version: 0.1
Text Domain: customify
Domain Path: /languages
======
*/
/************************
   Device Query
*************************/
/*
$gl-devices-list: (
    desktop: "screen and (min-width: 64em)", // up 1024px
    tablet: "screen and (max-width: 64em) and ( min-width: 35.5em )", // 568px - 1024px
    mobile: "screen and (max-width: 35.5em)" // from to 568px to smaller
) !default;
*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

a.privacyLink {
  text-decoration: underline !important;
}

a.privacyLink:hover {
  color: #164081 !important;
}

.text-link a:hover {
  text-decoration: underline;
  color: #2D2D2D;
}

.jobs-card {
  cursor: pointer;
  margin-bottom: 14px;
}

.jobs-card:hover {
  text-decoration: underline;
}

.fl-node-5ffddfa6993d2, .fl-node-5ffddfa6993d3, .fl-node-5ffddfa6993d4 {
  cursor: pointer;
}

/*
.fl-node-5f43f9b81a107 .fl-col-small {
  cursor: pointer;
}
*/

.fl-node-5f4407a70a2cc, .fl-node-5f4407a70a2cf, .fl-node-5f4407a70a2d0 {
  cursor: pointer;
}

.fl-col-small:hover .text-link a {
  text-decoration: underline;
  color: #2D2D2D;
}

.fas {
    color: #2557A7;
}

.bold {
	font-weight:bold;
}

.jobs-border {
	  margin-bottom: 12px;
    border-style: solid;
    border-width: 0;
    background-clip: border-box;
    border-color: #d4d2d0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
	  border-radius: 8px;
}

.arrow {
  border: solid #2557A7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-page {
  border: solid #2d2d2d;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px 3px;
	margin: 0px 0 3px 0;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nav-menu-mobile .menu li {
    list-style: none;
    position: relative;
    border-bottom: 0px solid transparent;
        border-bottom-color: transparent;
}

.site-header {
	margin: 1.3rem 0 0;
}

.header-menu-sidebar .builder-item-sidebar {
    padding: 0 1.5em;
    border-bottom: 0px solid transparent;
        border-bottom-color: transparent;
}

.builder-item-sidebar .primary-menu-sidebar .primary-menu-ul > li > a {
    font-size: 20px;
    line-height: 30px;
}

.builder-item-sidebar .secondary-menu-sidebar .secondary-menu-ul > li > a {
    font-size: 20px;
    line-height: 30px;
}

.header-menu-sidebar.light-mode .nav-menu a, .header-menu-sidebar.light-mode .sub-menu a {
    color: #424242;
}

.header--row:not(.header--transparent).header-main .header--row-inner {
    background-color: #ffffff;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #eaeaea;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

.header--row:not(.header--transparent) .builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li.current-menu-item > a, .header--row:not(.header--transparent) .builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li.current-menu-ancestor > a, .header--row:not(.header--transparent) .builder-item--primary-menu .nav-menu-desktop .primary-menu-ul > li.current-menu-parent > a {
    color: #424242;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 6px;
    border-left-width: 0px;
    border-color: #2557A7;
}

.header-menu-sidebar.light-mode .nav-menu a, .header-menu-sidebar.light-mode .sub-menu a {
	background-color: #ffffff;
	border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 6px;
  border-left-width: 0px;
  border-color: #ffffff !important;
}

.header-menu-sidebar.light-mode .nav-menu a:hover, .header-menu-sidebar.light-mode .sub-menu a:hover {
	background-color: #ffffff;
}

.header-menu-sidebar.light-mode .nav-menu a:active, .header-menu-sidebar.light-mode .sub-menu a:active {
	background-color: #ffffff;
	border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 6px;
  border-left-width: 0px;
  border-color: #2557A7 !important;
}

.menu_sidebar_dropdown .header-menu-sidebar-bg::before {
    box-shadow: inset 0 0 12px 0 rgba(0,0,0,.0);
}

 /*
  * filter button jobs listings page
  * */

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	font-family: "Noto Sans";
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  background: #ececec;
  text-decoration: none;
  text-shadow: none;
	margin: 8px 8px;
}


 /* Sign in button */

.header--row .builder-item--button, .builder-item.builder-item--group .item--inner.builder-item--button {
    margin-right: 21px;
    margin-left: 42px;
}

 /* Pagination */
.pagination a {
  color: #2d2d2d;
  padding: 5px 14px;
  text-decoration: none;
  transition: background-color .3s;
	background-color: #ececec;
	border-radius: 8px 8px;
	font-family: "Noto Sans";
  font-size: 20px;
	line-height: 30px;
	margin: 0 8px 0 0;
}

.pagination .active {
  background-color: #424242;
  color: #ffffff;
}

/* social icons on job postings */
.fl-node-5f46e4625c355 .fl-module-content .fl-icon i {
    line-height: 23px;
    height: 23px;
    width: 23px;
}

/* FOOTER */

.site-footer .customify-container
{
    max-width: 1440px;
}

.widget-title {
		font-family: "Noto Sans";
    font-size: 28px;
	  line-height: 35px;
    text-transform: none;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 11px;
}

.textwidget {
	  font-family: "Noto Sans";
    font-size: 14px;
	  line-height: 21px;
    text-transform: none;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 11px;
}

.widget_nav_menu .widget-title {
		font-family: "Noto Sans";
    font-size: 16px;
	  line-height: 24px;
    text-transform: none;
    font-weight: 600;
    color: #2d2d2d;
    margin-bottom: 15px;
}

.widget_nav_menu a {
		font-family: "Noto Sans";
    font-size: 14px;
	  line-height: 18px;
    text-transform: none;
    font-weight: 400;
    color: #2d2d2d;
    margin-bottom: 15px;
}

.builder-item--footer_copyright {
    font-family: "Noto Sans";
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
	  color: #767676;
}
.footer-button, .footer-button:visited {
	  white-space: nowrap;
	  font-family: "Noto Sans";
    color: #2557A7;
    font-weight: 700;
    font-size: 16px;
	  line-height: 18px;
    border: 1px solid #d4d2d0;
        border-top-color: rgb(212, 210, 208);
        border-right-color: rgb(212, 210, 208);
        border-bottom-color: rgb(212, 210, 208);
        border-left-color: rgb(212, 210, 208);
    border-color: #d4d2d0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
}

.footer-button, .footer-button:visited{
    padding-top: 9px;
    padding-right: 16px;
    padding-bottom: 9px;
    padding-left: 16px;
}

.footer-button:hover {
	  white-space: nowrap;
	  font-family: "Noto Sans";
    color: #2557A7;
    font-weight: 700;
    font-size: 16px;
	  line-height: 18px;
    border: 1px solid #6792F0;
        border-top-color: rgb(103, 146, 240);
        border-right-color: rgb(103, 146, 240);
        border-bottom-color: rgb(103, 146, 240);
        border-left-color: rgb(103, 146, 240);
    border-color: #6792F0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #EEF1FE;
}

.footer--row .builder-first--footer-social-icons {
    text-align: left;
}

#cb-row-footer-top {
	display: hidden;
}

#cb-row--footer-top .footer--row-inner {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #d4d2d0;
}

/* footer - mobile menu */

.site-footer .accordion {
  overflow: hidden;
}
.site-footer .accordion-item {
  width: 100%;
  color: white;
  overflow: hidden;
}
.site-footer .accordion-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0.6em;
  color: #2d2d2d;
}
.site-footer .accordion-label::after {
  content: "\276F";
  text-align: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 12px;
  padding-left: 8px;
}
.site-footer .accordion-content {
  padding: 0 0.6em;
  display: none;
}
.site-footer .accordion-content li {
  margin-bottom: 0.6em;
}
.site-footer .accordion-content li a {
  font-family: Noto Sans;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
  font-weight: 400;
  color: #2d2d2d;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #eaecee;
  display: inline-block;
  width: 100%;
}
@media all and (min-width: 800px) {
  .site-footer .footer-main {
    display: block;
  }
  .site-footer .footer-top {
    display: none;
  }

  .apply-button-mobile {
    display: none;
  }

}
@media all and (max-width: 800px) {
  .site-footer .footer-main {
    display: none;
  }
  .site-footer .footer-top {
    display: block;
  }

  .apply-button-mobile {
    display: block;
  }

}

/* wp forms */

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #ffb900 !important; /* Grey background */
    border: none !important;
    color: #fff !important; /* Text color */
    font-size: 1em !important; /* Size of text */
    padding: 13px 15px !important; /* Distance between text and border */
	width: 100%;
}

div.wpforms-container-full .wpforms-form input[type=submit]:
,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    box-shadow: inset 0 0 0 120px rgba(0,0,0,.18);
	background-color: #ffb900; /* Grey background */
    border: none;
    color: #fff; /* Text color */
    font-size: 1em; /* Size of text */
    padding: 13px 15px; /* Distance between text and border */
	width: 100%;
}


/* youtube videos */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

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

.embed-container-home { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

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

/* jobs css  */
.mgtp30 {
	margin-top:30px;
}
.mgtp60 {
	margin-top:60px;
}
.mgbtm30 {
	margin-bottom:30px
}

.mgbtm100 {
	margin-bottom:100px
}

.mgbtm16 {
	margin-bottom:16px !important;
}

.job-details .job-header {
	background: #002A39;
	padding: 40px;
}

.job-details .job-header
{
    background-color: #002A39;
    background-image: url('/wp-content/uploads/2020/12/hero-job-listing.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 288px;
}

.job-details .job-title h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 44px;
	line-height: 55px;
	padding: 0;
	margin: 0;
}
.job-details .job-worklocation {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.job-details .applytojob {
	text-align:left;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 20px;
}
.job-details .applytojob-mobile {
	text-align:center;
	margin-top:80px;
}
.job-details .applytojob a {
	font-size: 16px;
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-radius: 8px;
	padding: 17px 16px;
	background: #2557A7;
	color: #fff;
	border: 1px solid #2557A7;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
    font-family: "Noto Sans";
	line-height: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	margin: 6px 0 0 0;
	font-weight: 700;
}

.job-details .applytojob a:hover {
	background: #164081;
	color: #fff;
	border: 1px solid #164081;
}
.job-details .applytojob a:focus{
    box-shadow: 0 0 5px rgba(37, 87, 167, 1);
}

.job-details .applytojobDark {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px
}
.job-details .applytojobDark a {
	font-size: 16px;
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-radius: 8px;
	padding: 17px 16px;
	background: #3F73D3;
	color: #fff;
	border: 1px solid #3F73D3;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
  font-family: "Noto Sans";
	line-height: 18px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	margin: 8px 8px;
	font-weight: 700;
}

.job-details .applytojobDark a:hover {
	background: #2557A7;
	color: #fff;
	border: 1px solid #2557A7;
}


.job-details .job-details-container {
	max-width: 1200px;
	margin: auto;
	margin-top: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.job-details .job-details-container .job-details-left {
	flex:0 0 31%;
}
.job-details .job-details-container .job-details-left .backtosearch {
	border-bottom: 1px solid #d4d2d0;
	max-width: 100%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0px;
}
.job-details .job-details-container .job-details-left .leftdlt .fl-icon {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.job-details .job-details-container .job-details-left .leftdlt .fl-icon + .fl-icon {
    margin-left: 26px;
}
.job-details .job-details-container .job-details-left .leftdlt .fl-icon i {
    line-height: 23px;
    height: 23px;
    width: 23px;
}
.job-details .job-details-container .job-details-left .leftdlt .fl-icon i:before {
    font-size: 23px;
	color: #000000;
}
.job-details .job-details-container .job-details-left .leftdlt a.btnbtn {
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 16px;
	border: 1px solid #f3f3f3;
	border-color: #d4d2d0;
	border-radius: 8px;
	line-height: 18px;
	padding: 13px 16px;
	text-decoration: none;
	text-shadow: none;
	margin: 8px 0px;
}
.job-details .job-details-container .job-details-left .leftdlt a:hover.btnbtn {
	border: 1px solid #6792F0;
	border-color: #6792F0;
	background: #EEF1FE;
}

.job-details .job-details-container .job-details-left .leftdlt  p.int {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}
.job-details .job-details-container .job-details-left .backtosearch 	a, .job-details .job-details-container .job-details-left .backtosearch 	a span {
	color:#2d2d2d;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
}
.job-details .job-details-container .job-details-right {
	flex: 0 0 69%;
	padding-left:60px;
}



/* REMOVE
.job-details .job-details-container .job-details-right p {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 1.41575em;
	color: #2d2d2d;
}
.job-details .job-details-container .job-details-right span {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 1.41575em;
	color: #2d2d2d;
}
*/


.job-details .job-details-container p {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 1.41575em;
	color: #2d2d2d;
}


/* REMOVE
.job-details .job-details-container span {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 1.41575em;
	color: #2d2d2d;
}
*/


.job-details .job-details-container .job-details-right h2 {
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #2d2d2d;
}
.job-details .job-details-container {
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #2d2d2d;
}
.job-details .job-details-container .job-details-left .leftdlt h2 {
	color: #2d2d2d;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
}
.job-details .job-details-container .job-details-left .leftdlt p {
	color: #2d2d2d;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

div.sticky-main {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
	padding: 24px 0 0 0;
	background: #ffffff;
  transition: background 0.5s;
}

.job-details-left .sticky-main {
    z-index: 3;
}


div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 74px;
	padding: 1px 0 0 0;
	background: #ffffff;
  transition: background 0.5s;
}

.job-details-left .sticky {
    z-index: 3;
}

div.sticky2 {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 184px;
	background: #ffffff;
  transition: background 0.5s;
}

.job-details-left .sticky2 {
    z-index: 3;
}

/*homepge jobs */

.hmjob {
	padding: 23px 30px 30px  30px;
	margin-bottom: 14px;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border: 1px solid #d4d2d0;
	border-radius: 8px;
}
.hmjob:last-child{margin-bottom: 0px;}
.hmjob h2 {
	color: #2d2d2d;
	font-size: 20px;
	line-height: 33px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin: 0 0 .5807911001em;
}

.hmjob h2 a {
	color: #2d2d2d;
	font-size: 20px;
	line-height: 33px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin: 0 0 .5807911001em;
}

.hmjob .hmjob-location.job-location p {
	color: #2d2d2d;
	font-size: 16px;
	line-height: 24px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
/*	margin: 0 0 1.48575em; */
	margin: 0 0 0 0;
}
.hmjob .hmjob-location.job-location i {
	margin-right:6px;
}

/* jobs archive */

.pagination {
    margin: 42px auto 82px;
    display: block;
}

.jobs-archive .pagination ul {
	text-align:center;
}
.jobs-archive .pagination ul li {
	display: inline-block;
	list-style: none;
	margin:0px;
	margin-bottom:15px;
}
.pagination span.current {
    padding: 5px 14px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 8px 8px;
    font-family: "Noto Sans";
    font-size: 20px;
    line-height: 30px;
    margin: 0 8px 0 8px;
    background-color: #424242;
    color: #ffffff;
}

/*.jobs-archive .job-filters select.filter {
	font-family: "Noto Sans";
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding: 12px 16px;
	border: 1px solid #e0e0e0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  background: #ececec;
  text-decoration: none;
  text-shadow: none;
  margin: 8px 8px;
  height: auto;
	display:inline-block;
	width:auto;
}*/

.jobs-archive .job-filters .nice-select {
	font-family: "Noto Sans";
	color: #2d2d2d;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	padding: 12px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #ececec;
  margin: 0px 8px;
  padding-left:30px;
	padding-right:40px;
	}

.jobs-archive .job-filters .filter-div {
	height: auto;
	display:inline-block;
	width:auto;
}

.jobs-archive .job-filters .nice-select:after {
	right:20px;
}

.divsaparator {
	border-bottom: 1px solid #d4d2d0;
	max-width: 100%;
	margin: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.divsaparatorT {
	border-top: 1px solid #d4d2d0;
	max-width: 100%;
	margin: auto;
	padding-top: 25px;
	margin-top: 30px;
}

.searchformhome {
	margin: 0;
	position: relative;
	text-align:center;
}
.searchformhome input[type="text"] {
	border-radius: 0;
	border: 0px;
	box-shadow: 0 0 black;
	flex-grow: 1;
	margin-right: 30px;
}

.searchformhome .first-lbl,
.searchformhome .second-lbl{
	display: none;
}

.searchformhome select {
	border-radius: 10px;
	border: 0px;
	margin-right: 10px;
}
.searchformhome  .first {
	display: inline-flex;
	width: 43%;
	border: 1px solid #cecece;
	border-radius: 8px;
	padding-left:10px;
	padding-right:5px;
	font-family: "Noto Sans", sans-serif;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 36px;
	text-align:left;
	align-items: center;
}
.searchformhome .second {
	display: inline-flex;
	width: 43%;
	border: 1px solid #cecece;
	border-radius: 8px;
	padding-left:10px;
	padding-right:5px;
	/*text-align-last: justify;*/
	font-family: "Noto Sans", sans-serif;
	color: #2d2d2d;
	font-size: 14px;
	line-height: 36px;
	text-align:left;
	align-items: center;
}

.searchformhome span.lbl {
	line-height: 1;
}

.searchformhome .second span.lbl+span {
	flex-grow: 1;
	padding-right: 20px;
}
	.searchformhome .nice-select.locationbox{
	float: right;
	border: 0px;
	height: 37px;
	line-height: 37px;
	width: 81%;
	padding-left: 0px;
}
.searchformhome input[type="text"]:focus, .searchformhome select:focus {
	background-color:transparent;
}
.searchformhome .homebubmit {
	/*position: absolute;
	right: -1px;
	top: 0px;
	height: 84px;
	width: 50px;
	border-top-right-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
	background: #fff !important;
	background-image: url(/wp-content/uploads/2020/09/search2.png) !important;
	background-size: 30px auto !important;
	background-repeat: no-repeat !important;*/
	background-position: center center !important;
	color: #fff;
	background-color: #2557a7;
	padding: 10px 10px !important;
	margin: 0 0 0 4px;
	border-radius: 8px !important;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	height: auto;
	line-height: normal !important;
	text-transform: capitalize !important;
	font-weight: bold !important;
}

.nice-select.filter.open {
	z-index:11;
}

.first, .second {
  height:40px;
}

.first {
    box-shadow: none;
    /*    background-image: url(/wp-content/uploads/2020/11/search-icon.svg); */
    background-position: center right 12px;
    background-repeat: no-repeat;
    padding-right: 1.5em;
}

.locationbox {
	color: #767676;
}

.second {
    box-shadow: none;
    /*    background-image: url(/wp-content/uploads/2020/11/locationbox-arrow.svg); */
    background-position: center right 7px;
    background-repeat: no-repeat;
    padding-right: 1.5em;
    cursor: pointer;
}
/* search page */

.error-message {
    color: #2d2d2d;
    font-size: 24px;
    line-height: 30px;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    margin: 0px 0 60px 0;
}

#content .pageheader {
	background-color: #002A39;
	min-height: 288px;
	margin-bottom:100px;
}

#content .pageheader
{
    background-color: #002A39;
    background-image: url(/wp-content/uploads/2020/12/hero-available-jobs.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 288px;
}

#content .pageheader h1 {
	color: #fff;
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 44px;
	line-height: 55px;
	text-align: center;
	max-width: 1200px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
	top: 80px;
}
#content .pageheader .searchbox {
	max-width: 900px;
	margin: auto;
	background: #fff;
	min-height: 82px;
	padding: 20px 0px;
	border-radius: 8px;
	position: relative;
	bottom: -180px;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.jobs-archive.jobs-search.nnbb {
	max-width: 1200px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

@media screen and (max-width:992px) {
	.jobs-archive.jobs-search.nnbb {
    	padding-top: 60px;
    }
}

.jobs-archive.jobs-search.nnbb .boxinfo {
	flex: 0 0 50%;
}
.boxinfo .njba-infobox-contant {
	float: right;
	max-width: 410px;
	padding: 30px;
	border: 1px solid #cecece;
	border-radius: 8px;
}
.boxinfo .njba-infobox-contant h5 {
	color: #767676;
	font-size: 14px;
	line-height: 21px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
}
.boxinfo .njba-infobox-contant h3.heading {
	color: #2d2d2d;
	font-size: 24px;
	line-height: 30px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	margin-top: 0px;
}
.boxinfo .njba-infobox-contant p {
	color: #2d2d2d;
	font-size: 14px;
	line-height: 21px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}
.boxinfo .njba-infobox-contant a {
	background-color: #2557A7;
	color: #ffffff;
	font-family: "Noto Sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	border-style: solid;
	border-color: #2557a7;
	border-radius: 8px;
	padding: 13px 16px;
	margin: 0px;
	transition: all ease 0.3s;
	display: inline-block;
	text-align: center;
	box-shadow: 0px 0px 0px 0px #ffffff;
}
/* search page end */

.displayflex {
	display: flex;
}
.flexdirrow {
	flex-direction: row;
}
.flexwrap {
	flex-wrap: wrap;
}
.flex50 {
	flex: 0 0 50%;
}
.paddingleft20 {
	padding-left:20px;
}
.paddingright20 {
	padding-right:20px;
}
.worklc, .worklc p {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
}

/* Media css */
@media screen and (max-width:992px) {
	.searchformhome .first-lbl,
	.searchformhome .second-lbl{
		display: block;
		text-align: left;
		width: 96%;
		margin: 0 auto;
		font-family: "Noto Sans", sans-serif;
    color: #2d2d2d;
    font-size: 14px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	.searchformhome span.lbl {
		display: none;
	}
	.searchformhome  .first {
		/*display: block;*/
    width: 96%;
		height: 44px;
    margin-bottom: 20px;
	}
		.searchformhome  .second {
		/*display: block;*/
    width: 96%;
	  height: 44px;
    margin-bottom: 20px;
	}
	.searchformhome .nice-select.locationbox {
		width:90%;
	}

	.searchformhome .homebubmit {
    	background-position: center center !important;
    	color: #fff;
    	background-color: #2557a7;
    	padding: 10px 10px !important;
    	margin: 0 0 0 0;
    	border-radius: 8px !important;
    	font-family: "Noto Sans", sans-serif;
    	font-size: 14px;
    	height: auto;
    	width: 96%;
    	line-height: normal !important;
    	text-transform: capitalize !important;
    	font-weight: bold !important;
    }

	.fl-node-5f446690a8a87 > .fl-col-content {
        background-color: #ffffff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
    }

.fl-node-5ffddfa699409 > .fl-col-content {
	background-color: #ffffff;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
}

.fl-node-5ffdf2c9efdbf > .fl-col-content {
        background-color: #ffffff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
}

	#content .pageheader {
		margin-bottom:180px;
	}
	#content .pageheader .searchbox {
		padding:20px 30px;
	}
	#content .pageheader .searchbox {
		max-width:500px;
	}
		#content .pageheader .searchbox .nice-select.locationbox {
		width:88%;
	}
}

@media screen and (max-width:960px) {
	.jobs-archive.jobs-search.nnbb {
		/*flex-direction: column;*/
	}
	.jobs-archive.jobs-search.nnbb .boxinfo {
    flex: 0 0 100%;
	}
}

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

	#sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 50%;
}

	.job-details .applytojob a {
  display: block;
	}

	.job-details .job-details-container {
	max-width: 1200px;
	margin: auto;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

	.job-details .job-details-container .job-details-left {
		flex: 0 0 100%;
		max-width: 400px;
		margin: auto;
	}

	.job-details .job-details-container .job-details-right {
		flex:0 0 100%;
		padding-left:30px;
		padding-right:30px;
        margin-top: 40px;
	}
	.job-details .job-title h1 {
		font-size:28px;
		line-height: 35px;
	}
	.job-details .job-worklocation {
		font-size:20px;
	}

	.searchformhome .homebubmit {
	background-position: center center !important;
	color: #fff;
	background-color: #2557a7;
	padding: 12px 12px !important;
	margin: 0 0 0 0;
	border-radius: 8px !important;
	font-family: "Noto Sans", sans-serif;
	font-size: 14px;
	height: auto;
	width: 96%;
	line-height: normal !important;
	text-transform: capitalize !important;
	font-weight: bold !important;
}

	.searchformhome .nice-select.locationbox {
		width:85%;
	}
	.flexdirrow {
		flex-direction: column;
	}
	.flex50 {
		flex: 0 0 100%;
	}
	.paddingleft20 {
		padding-left:0px;
	}
	.paddingright20 {
		padding-right:0px;
	}
	.mgrbtmmb20 {
		margin-bottom:20px;
	}
}

@media screen and (max-width:420px) {
	.job-details .job-details-container .job-details-left {
		padding-left:30px;
		padding-right:30px;
	}
	.searchformhome .nice-select.locationbox {
		width:80%;
}
}

/* accessibility */


.hide {
	display:none;
}

.hide2 {
  visibility: hidden;
  font-size: 0px;
}

.hide3 {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*
@media (min-width: 1024px) {
.menu_sidebar_dropdown .header-menu-sidebar  {
  display: none;
    }
}
*/

/*
 * hide mobile menu in desktop view
 */
@media (min-width: 1024px) {

#header-menu-sidebar .header-menu-sidebar[aria-hidden="true"] {
  display: none;
}
}

/* search box focus for accessibility */
.searchformhome .first.focus input,
.searchformhome .select.focus input {
	height: inherit;
}

/* focus for buttons */

a.fl-button:focus {
   box-shadow: 0 0 5px rgba(37, 87, 167, 1);
  padding: 3px 0px 3px 3px;
  border: 1px solid rgba(37, 87, 167, 1);
}

a.footer-button:focus {
   box-shadow: 0 0 5px rgba(37, 87, 167, 1);
  padding: 9px 16px 9px 16px;
  border: 1px solid rgba(37, 87, 167, 1);
}

.njba-btn-main0 a.njba-btn:focus {
   box-shadow: 0 0 3px rgba(37, 87, 167, 1);
  border: 1px solid rgba(37, 87, 167, 1);
}

.njba-btn-main a.njba-btn:focus {
	   box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.searchformhome button.homebubmit:focus {
	   box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

a.footer-menu:focus {
	   box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.jobs-card:focus {
  box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.fl-node-5ffddfa6993d2:focus, .fl-node-5ffddfa6993d3:focus, .fl-node-5ffddfa6993d4:focus {
  box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.fl-node-5f4407a70a2cc:focus {
	box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.fl-node-5f4407a70a2cf:focus-visible {
	box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.fl-node-5f4407a70a2d0:focus-visible {
	box-shadow: 0px 0px 7px rgba(37, 87, 167, 1);
}

.nav-menu-mobile .menu li a:focus {
   box-shadow: 0 0 3px rgba(37, 87, 167, 1);
  border: 1px solid rgba(37, 87, 167, 1);
}

.next-page-link a:focus {
   box-shadow: 0 0 3px rgba(37, 87, 167, 1);
  border: 1px solid rgba(37, 87, 167, 1);
}


/* from sumit */
.search-jobs-form .first > span + span,
.search-jobs-form .second > span + span{padding-left: 5px;}
.searchformhome .second{position: relative;}
.search-jobs-form ul.ui-autocomplete {
    background: #fff;
    clear: both;
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    width: 100% !important;
    position: absolute !important;
    left: 0px !important;
    top: 40px !important;
    z-index: 1;
	/* display: none; */
}
.search-jobs-form ul.ui-autocomplete li {
    padding: 0px 10px;
    margin: 0px;
}
.search-jobs-form ul.ui-autocomplete li.ui-state-focus,
.search-jobs-form ul.ui-autocomplete li:hover {
    background: #f7f7f7;
    cursor: pointer;
}
.page-template-job-search #content .pageheader .searchbox {
    position: relative;
    bottom: -180px;
    max-width: unset;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.searchbox .main-fields{
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 20px 0px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
}
.job-filters{
    max-width: 1200px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
}
.job-filters.separate-filters{margin-bottom: 40px;}
.job-filters .filter-div {
    display: inline-block;
    width: 200px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
}
.job-filters .chosen-container-single {text-align: left;}
.job-filters .chosen-container-single .chosen-single,
.job-filters .filter-div .filter.location {
    background: none;
    background-color: #e4e2e0;
    border-color: #e4e2e0;
    box-shadow: none;
    padding: 6px 12px 6px 16px;
    height: auto;
    font-size: 14px;
    color: #2d2d2d;
    border-radius: 5px;
}
.job-filters .filter-div .filter.location{
    padding: 7px 12px;
    border: 1px solid #e4e2e0;
    width: 100%;
    cursor: pointer;
}
.job-filters .filter-div .filter.location:hover,
.job-filters .filter-div .filter.location:focus,
.job-filters .chosen-container-single.chosen-container-active .chosen-single.chosen-default {
    background-color: #d4d2d0;
    box-shadow: 0 0 3px rgba(37, 87, 167, 1);
    border: 1px solid rgba(37, 87, 167, 1);
	outline: none;
}
.job-filters .chosen-container-single .chosen-single:not(.chosen-default),
.job-filters .chosen-container-multi.chosen-selected .chosen-choices,
.job-filters .filter-div .filter.location.selected {
    background-color: #595959;
    border-color: #595959;
    color: #fff;
}
.job-filters .filter-div .filter.location.selected:focus {
	box-shadow: 0 0 3px rgba(37, 87, 167, 1);
    border: 1px solid rgba(37, 87, 167, 1);
}
.job-filters .chosen-container-multi .chosen-choices li.search-field input.chosen-search-input{
    color: inherit;
    height: 22px;
}
.job-filters .chosen-container-multi .chosen-choices li.search-choice{
    background: transparent;
    color: #fff;
    border: 0px;
    box-shadow: none;
}
.job-filters .chosen-container-multi.chosen-selected .chosen-choices {
    width: 220px;
}
.job-filters .filter-div .filter.location span.drop,
.job-filters .chosen-container-multi .chosen-choices li.search-field:after {
    background: url('assets/plugins/chosen/chosen-sprite.png') no-repeat 0 2px;
    content: "";
    width: 10px;
    height: 15px;
    position: absolute;
    z-index: 9;
    right: 7px;
    top: 6px;
}
.job-filters .chosen-container-multi.chosen-with-drop .chosen-choices li.search-field:after{
    background-position: -18px 2px;
}
.job-filters .chosen-container-single .chosen-single abbr{cursor: pointer;border: 0px;top: 12px;}
.job-filters .chosen-container-single .chosen-single div{top: 6px;}
.job-filters .chosen-container .chosen-results{margin: 0px;padding: 0px;}
.job-filters .chosen-container .chosen-results li{padding: 8px 16px;}
.job-filters .chosen-container-active.chosen-with-drop .chosen-single{background-image: none;}
.job-filters .chosen-container-single .chosen-drop{border-color: #e4e2e0;font-size: 14px;}
.job-filters .chosen-container .chosen-results li.active-result:hover,
.job-filters .chosen-container .chosen-results li.active-result.highlighted{
    background-image: none;
    background-color: #eef1fe;
    color: inherit;
}
.job-filters .filter-dropdown.location{
    display: none;
    position: absolute;
    width: max-content;
    border: 1px solid #e4e2e0;
    border-radius: 5px;
    padding: 20px;
    height: 300px;
    overflow: scroll;
    background: #fff;
    z-index: 1;
}
.filter-dropdown.location label{
    display: block;
    margin-bottom: 15px;
}
/* .filter-dropdown.location label input {
    position: static;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background-color: #FFFFFF;
    border: 1px solid #949494;
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px 0px 0px;
    vertical-align: text-bottom;
} */
.filter-dropdown.location label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.filter-dropdown.location label input + span {
    cursor: pointer;
    font: 16px sans-serif;
    color: black;
}
.filter-dropdown.location label input + span:before {
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border: 1px solid #949494;
    box-sizing: border-box;
    margin: 0px 10px 0px 0px;
    vertical-align: text-bottom;
    content: "";
    content: '';
    border: 1px solid grey;
    border-radius: 3px;
    display: inline-block;
}

.filter-dropdown.location label input:focus + span:before {
    box-shadow: 0 0 3px rgb(37 87 167);
    border: 1px solid rgba(37, 87, 167, 1);
}
.filter-dropdown.location label input:checked + span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: #2557A7;
    color: #fff;
    border: 0px;
    font-size: 12px;
    padding: 3px 4px;
}
.filter-dropdown.location label input:checked{
    background-color: #2557A7;
}
.filter-dropdown.location label.clearAll {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e2e0;
}
.filter-dropdown.location label.clearAll:focus {
	outline: none;
}
.filter-dropdown.location label.clearAll span {
	cursor: pointer;
}
.filter-dropdown.location label.clearAll:hover span,
.filter-dropdown.location label.clearAll:focus span {
    color: #2557A7;
    text-decoration: underline;
}
.filter-dropdown.location label.clearAll:focus span {
    box-shadow: 0 0 3px rgba(37, 87, 167, 1);
    border: 1px solid rgba(37, 87, 167, 1);
}
.filter-dropdown.location label.close {
    text-align: right;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    margin-bottom: 0;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-dropdown.location label.close span {
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
}
.filter-dropdown.location label.close:hover,
.filter-dropdown.location label.close:focus {
    color: #2557A7;
	outline: none;
}
.filter-dropdown.location label.close:focus span {
    box-shadow: 0 0 3px rgba(37, 87, 167, 1);
    border: 1px solid rgba(37, 87, 167, 1);
}
.page-template-job-search .jobs-archive.jobs-search.nnbb{margin-top: 150px;}
.hmjob a:hover .job-title{text-decoration: underline;text-decoration-color: #2D2D2D;}
.jobs-search .jobs-data-loop{position: relative;margin-bottom: 50px;width: 100%;}
.jobs-data-loop .loading-results{
    display: none;
    position: absolute;
    z-index: 99;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
}
.jobs-data-loop .loading-results i {
    margin-top: 50px;
    margin-left: calc(50% - 20px);
    font-size: 40px;
    color: #000;
    position: sticky;
    top: 100px;
}
.jobs-lists .error-message{padding: 30px 20px 0 20px;}
.searchformhome .first.focus,
.searchformhome .second.focus {
    box-shadow: 0 0 3px rgba(37, 87, 167, 1);
    border: 1px solid rgba(37, 87, 167, 1);
}
.jobs-archive .pagination ul li a.next span,
.jobs-archive .pagination ul li a.prev span  {
    visibility: hidden;
    display: table-column;
}

@media screen and (min-width:992px) {
    .page-template-job-search .jobs-search .jobs-data-loop{flex: 0 0 50%;}
}
@media screen and (max-width:991px) {
    .page-template-job-search #content .pageheader .searchbox{bottom: -220px;}
    .job-filters{flex-direction: column;}
    .job-filters .filter-div{margin-bottom: 8px;width: 100%;}
}
@media screen and (max-width:767px) {
    /* .searchformhome .first,
    .searchformhome .second{border-radius: 0px;} */
    .jobs-archive .pagination a:not(.next):not(.prev),
    .jobs-archive .pagination ul li span,
    .jobs-archive .pagination ul li i{
        display: none;
    }
    .jobs-archive .pagination ul li,
    .jobs-archive .pagination ul li a.next span,
    .jobs-archive .pagination ul li a.prev span {
        display: block;
    }
    .jobs-archive .pagination a{
        display: block;
    	width: 100%;
    	font-weight: 700;
    	font-size: 18px;
    	border: 1px solid #19469b;
    	border-style: none;
    	border-width: 0;
    	background-clip: border-box;
    	border-radius: 8px;
    	background: #19469b;
    	color: #fff;
    }
	.jobs-archive .pagination ul li a.next span,
	.jobs-archive .pagination ul li a.prev span  {
		visibility: visible;
	}
}

/** Job Seek Chair page **/
.job-seek-chair h2 {
	font-size: 1.618em;
	line-height: 22px;
}
.job-seek-chair h2 + h3 {
	border-top: none;
	padding-top: 0;
}
