/*
Theme Name: NIS Jobs Board custom theme
Author: Sherri Ferritto
Author URI: http://www.metisdreams.com
Developer: Sherri Ferritto
Text Domain: nisjobsboard-custom
Version: 2.1
*/


/* ----------------------------------------------
THEME STYLES   
------------------------------------------------- */ 

body, html {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	color:#2e3436;
	background-color:#FFF;
	font-size: 16px;
	font-size: 100%;
	-webkit-text-size-adjust: none;
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
}
/*========= basic global font sizes =============*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 margin-top: .75rem;
	margin-bottom: 1rem;
	font-weight: 400;
	line-height: 110%;
	color:#005288;
}
h1, .h1 {
	font-size:36px;
	letter-spacing:-.015em;
	font-weight: 700;
}
h2, .h2 {
	font-size:28px;
	letter-spacing:-.015em;
	margin-top: 15px;
	margin-bottom: 20px;
}
h3, .h3 {
	font-size:20px;
 margin-bottom: .75rem;
	font-weight: 700;
}
p {
	font-size: 18px;
	line-height: 138%;
}
.content ul {
	padding-left:20px;
}
.content ul li, .content ol li {
	font-size: 18px;
	margin-left:20px;
}
/* bulleted lists */

b, strong {
	font-weight: 700;
}
 @media only screen and (min-width: 768px) {
h1, .h1 {
font-size:27px;
}
h2, .h2 {
font-size:21px;
}
 h3, .h3 {
font-size:17px;
}
p {
font-size: 15px;
}
.content ul li, .content ol li {
font-size: 15px;
}
}
 @media only screen and (min-width: 1200px) {
h1, .h1 {
font-size:28px;
}
h2, .h2 {
font-size:22px;
}
 h3, .h3 {
font-size:18px;
}
p {
font-size: 17px;
}
.content ul li, .content ol li {
font-size: 17px;
}
}
/* --------- other helpers and overrides ---------*/


sub, sup {
	font-size: 65%;
}
menu, dir {
	padding:0;
	margin:0;
}
a, a:visited {
	color: #2787b8;
	text-decoration: none;
	transition: all 0.12s ease-in-out 0s;
}
a:hover, a:focus {
	color:#2b96cd;
	text-decoration:  underline;
}
a:focus {
	outline: thin dotted;
}
a.read-more {
 padding-left:.5rem;
	text-transform:uppercase;
	font-weight:700;
}
hr.white {
	border-top: 2px solid #FFF;
}
/* custom gutters */
.sm-gutters {
	padding-right:-8px;
	padding-left:-8px;
}
 .sm-gutters > [class*='col-'] {
 padding-right:8px;
 padding-left:8px;
}
 @media only screen and (min-width: 1200px) {
 .lg-gutters > [class*='col-'] {
}
.lg-gutters {
 padding-right:-40px;
 padding-left:-40px;
}
 .lg-gutters > [class*='col-'] {
 padding-right:40px;
 padding-left:40px;
}
}
 @media only screen and (min-width: 1800px) {
 .lg-gutters > [class*='col-'] {
}
.lg-gutters {
 padding-right:-50px;
 padding-left:-50px;
}
 .lg-gutters > [class*='col-'] {
 padding-right:50px;
 padding-left:50px;
}
}
 @media only screen and (min-width: 1200px) {
 .custom-gutters > [class*='col-'] {
}
.custom-gutters {
 padding-right:-20px;
 padding-left:-20px;
}
 .custom-gutters > [class*='col-'] {
 padding-right:20px;
 padding-left:20px;
}
}
 @media only screen and (min-width: 1800px) {
 .custom-gutters > [class*='col-'] {
}
.custom-gutters {
 padding-right:-25px;
 padding-left:-25px;
}
 .custom-gutters > [class*='col-'] {
 padding-right:25px;
 padding-left:25px;
}
}
/* no break */
.no-brk {
	display:inline;
	white-space: nowrap;
}
.no-brk img {
	margin-left:8px;
}
/* push down anchor links */
.anchor:before {
	display: block;
	content:"";
	height:50px;
	margin:-50px 0 0;
}


/* telephone links */

a[href^="tel:"], a[href^="tel:"]:visited {
color: inherit;
font-weight:inherit;
}
 a[href^="tel:"]:hover {
color: inherit;
font-weight:inherit;
text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto
}
img.fullwidth {
	width: 100%;
	height: auto
}
figure {
	padding: 0px;
	margin: 0px
}
.overflow {
	overflow:hidden;
}
.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000
}
a#skiptocontent {
	padding: 6px;
	position: absolute;
	top: -60px;
	left: 0px;
	color:#FFF;
	background: #2787b8;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: transparent;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	z-index: 100
}
a#skiptocontent:focus {
	position: absolute;
	left: 0px;
	top: 0;
	color:#FFF;
	background: #2787b8;
	outline: 0;
-webkit-transition: top .1s ease-in, background .5s linear;
transition: top .1s ease-in, background .5s linear;
	margin-bottom:200px;
}
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom:20px;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}
.video-border, .photo-border {
	border: 3px solid #FFF;
	margin-bottom: 30px
}
@media only screen and (min-width: 768px) {
.video-wrapper {
margin-bottom: 0px
}
}
@media only screen and (min-width: 1200px) {
.iframe-responsive.map {
margin-top:30px;
}
}
.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.error-message {
	color:#cc0000;
	font-weight:bold;
}
/* =========== CONTAINERS ================= */
.container {
	width:97.5%;
	max-width:97.5%;
}
 @media only screen and (min-width: 768px) {
.col-md-3-half {
 position: relative;
 width: 100%;
 padding-right: 15px;
 padding-left: 15px;
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
}
}
 @media only screen and (min-width: 768px) {
 .container {
 width:95%;
 max-width:95%;
}
}
 @media only screen and (min-width: 992px) {
.col-md-3-half {
 -ms-flex: 0 0 12.5%;
 flex: 0 0 12.5%;
 max-width: 12.5%;
}
}
 @media only screen and (min-width: 1200px) {
.container {
 width:85%;
 max-width:83%;
}
.container-wide {
 width:94%;
 max-width:1680px;
}
}
.card {
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}
.card-img {
	border:none;
	border-radius:0;
}
.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border-radius: 0;
}
main {
	min-height:400px;
}
 @media only screen and (min-width: 1200px) {
main {
 min-height:450px;
}
}
/* =========== buttons and colors ================= */

button {
	outline:0
}
.button, .btn {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	text-transform: none;
	letter-spacing:.065em;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	margin-bottom: 0;
	padding: 12px;
	padding-right: 1rem;
	padding-left: 1rem;
}
.button, .button:visited, .btn, .btn:visited {
	color: #FFF;
	background-color:#2787b8;
}
.button:hover, .button:focus, .btn:hover, .btn:focus {
	color: #FFF;
	background-color:#2b96cd;
}
.btn-small {
	font-size: 13px;
	padding: 6px;
	padding-right: 12px;
	padding-left: 12px;
	text-transform:uppercase;
}
.btn-xsm {
	font-size: 12px;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	text-transform:uppercase;
}
.btn-dkblue, .btn-dkblue:visited {
	color: #FFF;
	background-color: #005288;
}
.btn-dkblue:hover, .btn-dkblue:focus {
	color: #FFF;
	background-color: #196393;
}
.btn-blue, .btn-blue:visited {
	color: #FFF;
	background-color: #2787b8;
}
.btn-blue:hover, .btn-blue:focus {
	color: #FFF;
	background-color:#2b96cd;
}
.btn-orange, .btn-orange:visited {
	color: #FFF;
	background-color: #B85827;
}
.btn-orange:hover, .btn-orange:focus {
	color: #FFF;
	background-color: #cd622b;
}
.btn-white, .btn-white:visited {
	color: #B85827;
	background-color: #FFF;
}
.btn-white:hover, .btn-white:focus {
	color: #cd622b;
	background-color: #FFF;
}
/* circle button */


.btn-circle {
	width:40px;
	height:40px;
	padding:0;
	margin-bottom: 0;
	margin-left:10px;
	line-height: 1;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:.065em;
	white-space:  normal;
	vertical-align: middle;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	-js-display: inline-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	color:#84a3c4;
	border: 2px solid #84a3c4;
	background-color:transparent;
}
 @media only screen and (min-width: 1400px) {
.btn-circle {
 font-size:150%;
}
}
.btn-circle:hover, .btn-circle:focus {
	color:#0061a2;
	background-color:transparent;
}
 @media only screen and (min-width: 768px) {
 .btn-circle {
 width:34px;
 height:34px;
}
}
@media only screen and (min-width: 992px) {
 .btn-circle {
 width:43px;
 height:43px;
}
}
@media only screen and (min-width: 1200px) {
.btn-circle {
 width:52px;
 height:52px;
}
}
/* backgrounds and colors */

.bg-blue {
	background-color: #2787b8;
}
.bg-dkblue {
	background-color: #005288;
}
.bg-orange {
	background-color: #B85827;
}
.bg-pink {
	background-color: #FCF;
}
.blue {
	color: #2787b8;
}
.dkblue {
	color: #005288;
}
.orange {
	color: #B85827;
}
/* ================================================= */
/* ====================== header ================= */
/* =================================== ============== */


header {
	background-color:#FFF;
	color:#005288;
	position:relative;
}
.header-collapse {
	position:absolute;
	top:10px;
	right:15px;
	color:#FFF;
	z-index:9999;
}
.header-collapse a, .header-collapse a:visited, .header-collapse a:hover, .header-collapse a:focus {
	color:#FFF;
}
.header-collapse .collapsed {
	padding-top:2px;
}
.header-collapse .collapsed .fa {
	transform: rotate(180deg);
}
.headertop {
	background-color:#005288;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:36px;
}
.headertop .servicetext {
	color:#FFF;
	font-weight:700;
	font-size:13px;
}
.headertop .servicetext span {
	display:block;
	margin-bottom:15px;
}
.headertop .servicetext img {
	width:50%;
	max-width:200px;
	height:auto;
	margin-right:20px;
}
 @media only screen and (min-width: 992px) {
 .headertop .servicetext {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
}
.headertop .servicetext span {
 display: inline;
 margin:0;
 margin-right:10px;
}
 .headertop .servicetext img {
 margin-right:15px;
 margin-bottom:0;
 width:150px;
 height:auto;
}
}
.lang-toggle .btn {
	margin-right:10px;
}
 @media only screen and (min-width: 768px) {
 .headertop {
 min-height:50px;
}
 .lang-toggle-wrapper {
 position:absolute;
 right:20px;
 top:0;
 width:200px;
 text-align:right;
}
}
@media only screen and (min-width: 992px) {
 .lang-toggle-wrapper {
 position: relative;
 right: auto;
 top: auto;
 width: auto;
 text-align:right;
}
}
 @media only screen and (min-width: 1200px) {
 .language-switcher {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 justify-content: flex-end;
}
 .lang-toggle .btn {
 margin-right:0;
 margin-left:10px;
}
}
.lang-toggle .btn, .lang-toggle .btn:visited {
	color: #FFF;
	border: 2px solid #FFF;
	background-color:#196393;
}
.lang-toggle .btn:hover, .lang-toggle .btn:focus, .lang-toggle .btn.active {
	color: #FFF;
	border: 2px solid #FFF;
	background-color:#2787b8;
}
header .tagline {
	color: #FFF;
	font-weight:700;
	background: rgb(0,82,136);
	background: -moz-linear-gradient(left, rgba(0, 82, 136, 1) 0%, rgba(39, 135, 184, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 82, 136, 1) 0%, rgba(39, 135, 184, 1) 100%);
	background: linear-gradient(to right, rgba(0, 82, 136, 1) 0%, rgba(39, 135, 184, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005288', endColorstr='#2787b8', GradientType=1 );
	padding-top:6px;
	padding-bottom:6px;
	margin-top:36px;
}
 @media only screen and (min-width: 1200px) {
header .tagline {
 padding-top:10px;
 padding-bottom:10px;
}
}
header .tagline p {
	margin:0;
	padding:0;
}
/* header logo */

header .custom-logo {
	width:100%;
	max-width:325px;
}
/* header tools */

header .header-tools {
	text-align:right;
}
 @media only screen and (min-width: 768px) {
header .tools-wrapper {
position: relative;
width:100%;
-js-display: flex;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: flex-end;
}
header .header-tools {
padding-left:15px;
}
}
/*@media only screen and (min-width: 992px) {
header .header-tools {
padding-left:30px;
}
}*/

@media only screen and (min-width: 1800px) {
header .header-tools {
 right:62px;
}
}
/* main menu navigation */
/* =================================================== */
/* ================= navigation menu ================= */
header nav {
	color: #005288;
}
 @media only screen and (min-width: 992px) {
header nav {
 text-align: right;
}
}
header nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	vertical-align: middle;
	letter-spacing: normal;
	text-align:  right;
}
header nav ul li {
	display: inline;
	text-align: center;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:100%;
}
header nav li a {
	font-size: 18px;
	text-decoration:none;
	font-weight: normal;
	font-style:normal;
	color: #005288;
	display:inline-block;
	margin:0;
 padding-left: .5rem;
 padding-right: .5rem;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
 @media only screen and (min-width: 992px) {
 header nav ul li:last-child {
 padding-right:0;
}
 header nav li a {
 font-size: 14px;
 padding-left: 1.75rem;
 padding-right: 0;
}
 body.translatepress-nb_NO header nav li a {
 padding-left: 1.35rem;
}
}
 @media only screen and (min-width: 1200px) {
header nav li a {
 font-size: 18px;
}
 .translatepress-nb_NO header nav li a {
 font-size: 15px;
}
}
 @media only screen and (min-width: 1400px) {
header nav li a {
 font-size: 20px;
}
 .translatepress-nb_NO header nav li a {
 font-size: 18px;
}
}
header nav li a, header nav li a:visited {
	color: #005288;
	text-decoration:none;
}
header nav li a:hover, header nav li a:focus {
	color: #2787b8;
	text-decoration:none;
}
header nav li.current_page_item a, header nav li.active a {
	color: #005288;
	font-weight:700;
}
header nav li.current_page_item a:hover, header nav li.active a:hover {
	color: #005288;
	font-weight:700;
}
header nav li.current-page-ancestor a {
	color: #005288;
	font-weight:700;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}
/* drop down menu */

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
 padding: .5rem 0;
 margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
 border-radius: .25rem;
	background-color: transparent;
}
.menu-overlay .dropdown-menu.show {
	border-radius:0;
	border:none;
	padding:24px;
	background-color: transparent;
	float:none;
	position:relative !important;
	transform: none !important;
}
.headerhome nav li ul a, .headerhome nav li ul a:visited, header nav li ul a, header nav li ul a:visited {
	display:block;
	font-size: 14px;
	font-weight:  600;
	font-style:normal;
	color: #005288;
	text-transform:  none;
	margin:0;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	background:#FFF;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
.headerhome nav li ul a:hover, .headerhome nav li ul a:focus, header nav li ul a:hover, header nav li ul a:focus {
	color: #FFF;
	background:#2787b8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
}
/* ==============    menu button ======================= */

header .container {
	position:relative;
}
 @media only screen and (min-width: 992px) {
header .container {
 position:relative;
}
}
.mobile-tools {
	text-align:right;
	position:absolute;
	top:0;
	right:0;/*margin-right: -10px;*/
}
.mobile-tools .item {
	display:inline;
	margin-left:10px;
}
.menu-btn {
	margin:0;
	padding:0;
}
.btn-menu {
	padding:0;
}
.hamburger {
	display: inline-block;
	cursor: pointer;
	padding:0;
}
.hamburger:focus {
	outline:none;
	box-shadow:none;
}
.bar1, .bar2, .bar3 {
	display:block;
	width: 65%;
	height: 2px;
	background-color: #84a3c4;
	margin-top:4px;
	margin-bottom:4px;
	margin-left: auto;
	margin-right:auto;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 7px);
	transform: rotate(-45deg) translate(-6px, 7px);/*background-color: rgba(0, 0, 0, 0.8);*/
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);/*background-color: rgba(0, 0, 0, 0.8);*/
}
 @media only screen and (min-width: 1600px) {
 .change .bar1 {
 -webkit-transform: rotate(-45deg) translate(-12px, 15px);
 transform: rotate(-45deg) translate(-12px, 15px);
}
.change .bar3 {
 -webkit-transform: rotate(45deg) translate(-11px, -11px);
 transform: rotate(45deg) translate(-11px, -11px);
}
}
/* close button */

.btn-close {
	z-index:9000;
	padding:0;
	font-size:150%;
	background-color: transparent;
	color:#FFF;
	border: 2px solid #FFF;
}
 @media only screen and (min-width: 480px) {
.btn-close {
top:15px;
 right:45px;
}
}
/* ==============    MENU OVERLAY ======================= */

.overlay-bg {
	background: #005288;
	animation-duration: 250ms;
	z-index: 9999;
}
.menu-overlay {
	position:  fixed;
	width: 100%;
	height:100%;
	top:0;
	left: 0;
	transition: 0.5s;
	display:none;
}
.overlay-header {
	width:100%;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top:30px;
}
.overlay-header .close-btn {
	margin-right:20px;
}
 @media only screen and (min-width: 768px) {
.overlay-header .close-btn {
 margin-right:0;
}
}
.overlay-content {
	position: relative;
	width: 100%;
	height:100%;
	padding-top:30px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.overlay-content {
 padding-top:60px;
}
}
.menu-overlay nav {
	color:#FFF;
}
.menu-overlay nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
}
.menu-overlay nav ul li {
	display: block;
	text-align: center;
	padding:0;
	margin:0;
	margin-bottom:4px;
	vertical-align: middle;
}
.menu-overlay nav li a, .menu-overlay nav li a:visited {
	display: block;
	font-size: 22px;
	line-height:125%;
	font-style:normal;
	font-weight:400;
	padding-top: 8px;
	padding-bottom: 8px;
}
.menu-overlay nav li a:link, .menu-overlay nav li a:visited {
	color: #FFF;
}
.menu-overlay nav li a:hover, .menu-overlay nav li a:focus {
	color: #FFF;
	background-color:#84a3c4;
	text-decoration:  none;
	border:none;
}
/* ============== takeover search ==============  */
.search-area {
	position:  fixed;
	z-index:5000;
	content: '';
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
@media only screen and (max-width: 767px) {
.search-area {
z-index:12000;
padding-left:0;
}
.search-area .container {
padding-left: 15px;
padding-right: 15px;
}
}
.form-btn .form-control {
	border: 2px solid #84a3c4;
}
.search-area .form-btn {
	margin-top: 200px;
}
@media only screen and (min-width: 768px) {
.search-area .form-btn {
margin-top: 40%;
}
}
.form-btn input {
	height:60px;
	color: #005D83;
	background: #FFF;
	font-size: 18px;
}
.form-btn input:focus {
	background: transparent;
	background: #FFF;
	outline: none;
	box-shadow: none;
	border-color:#ced4da;
}
.brd-left-none {
	border-left: none !important;
}
.form-btn .form-control {
	border-right:none !important;
}
.border-bottom {
	border: none;
	border-bottom: solid 1px #ced4da;
	border-radius: 0px;
}
.form-control {
	color: #0061a2;
	font-weight:  400;
}
 .form-control::-webkit-input-placeholder {
 color: #0061a2 !important;
font-weight:  400;
font-style:italic;
}
.form-control:-moz-placeholder {
color: #0061a2 !important;
font-weight:  400;
font-style:italic;
}
.form-control::-moz-placeholder {
color: #0061a2 !important;
font-weight:  400;
font-style:italic;
}
.form-control:-ms-input-placeholder {
color: #0061a2 !important;
font-weight:  400;
font-style:italic;
}
.form-control::placeholder {
color: #0061a2 !important;
font-weight:  400;
font-style:italic;
}
.form-btn .fa {
	font-size: 30px;
}
/* ================================================= */
/* ====================== Home Page ================= */
/* =================================== ============== */





.advancedsearch {
	padding-top:20px;
	padding-bottom:60px;
}
 @media only screen and (min-width: 768px) {
.advancedsearch {
 padding-top:0;
 padding-bottom:0;
}
}
/* ================================================= */
/* ====================== Inner pages ================= */
/* =================================== ============== */

.content-padding {
	padding-top:20px;
	padding-bottom:40px;
}
.content a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.content .search_submit a {
	overflow-wrap: normal;
	word-wrap: normal;
	-ms-word-break: normal;
	word-break: keep-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.content .btn {
	white-space:nowrap;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}
.nav-below {
	margin-top:20px;
	padding-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:  #84a3c4;
}
.search-results article, .archive article {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:  #84a3c4;
}
.search-results article.job_listing:first-of-type, .archive article.job_listing:first-of-type {
	margin-top:30px;
}
/* ------------- accordion ------------ */
.accordion-set {
	display:block;
	clear: both;
	margin:0px;
	padding:0px;
	padding-bottom:40px;
}
 @media only screen and (min-width: 768px) {
.accordion-set {
 padding-bottom:0;
}
}
/* --------------------------------- */
.accordion-container {
	width: 100%;
	clear: both;
	margin:0px;
	padding:0px;
}
.accordion-toggle, .accordion-toggle:visited {
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-bottom:15px;
	vertical-align:middle;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.accordion-toggle a {
	border:none;
}
.accordion-container .accordion-toggle {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #dae3ed;
}
.accordion-container:first-of-type .accordion-toggle {
	border:none;
}
.accordion-toggle h3 {
	font-size:20px;
	font-weight:400;
	text-transform: none;
	text-decoration:none;
	margin:0px;
	padding:0px;
	height:100%;
	vertical-align:middle;
}
 @media only screen and (min-width: 768px) {
.accordion-toggle h3 {
 padding-right:10px;
}
}
.accordion-toggle.open {
	color: #005288;
}
.accordion-toggle:focus {
	color: #005288;
}
.accordion-toggle:focus {
	outline: thin dotted;
}
.accordion-container .accordion-toggle.open h3 {
	border-bottom:none;
}
.toggle-title br {
	display: none;
}
@media only screen and (min-width: 768px) {
.toggle-title br {
display: block;
}
}
/* toggle icon */

.accordion-toggle .toggle-title {
	position: relative;
}
.accordion-set span.toggle-icon {
	margin-right:15px;
}
.accordion-toggle, .accordion-toggle:visited, .accordion-toggle:hover {
	text-decoration: none;
}
.accordion-toggle span.toggle-icon, .accordion-toggle span.toggle-icon:visited, .accordion-toggle span.toggle-icon:hover {
	text-decoration: none;
	color: #2787b8;
}
/* accordion content */
.accordion-content {
	padding-top:20px;
	padding-bottom:20px;
	display: none;
}
/* expand all collapse all */
p.expand {
	font-size:15px;
	text-align: right;
	font-weight:700;
	color:#2787b8;
	text-transform:uppercase;
	letter-spacing:.02em;
	margin-top:15px;
}
.expand_all {
 margin-right:.25rem;
}
.closeall {
 margin-left:.25rem;
}
/* ================================================= */
/* ====================== Employer dashboard ============= */
/* =================================== ============== */



.employer-dashboard {
	background-color:#f2f4f6;
}
/* dashboard navigation */
.db-menu {
	color:#FFF;
	padding:30px;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#00395F;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #84a3c4;
}
 @media only screen and (min-width: 768px) {
.db-menu {
 color:#FFF;
 padding:30px;
 border:none;
}
}
/* small screens menu */

.db-menu .menu-collapse, .db-menu .menu-collapse a {
	color:#FFF;
	font-weight:700;
	font-size:22px;
	text-transform:uppercase;
}
 @media only screen and (min-width: 768px) {
.db-menu {
 min-height:60vh;
}
}
.db-nav ul {
	list-style:none;
	font-size:20px;
	margin-top:20px;
}
 @media only screen and (min-width: 768px) {
.db-nav ul {
 margin-top:0;
}
}
 @media only screen and (min-width: 1600px) {
.db-nav ul {
 font-size:24px;
}
}
.db-nav ul li {
	color:#FFF;
}
.db-nav ul li a, .db-nav ul li a:visited {
	color:#FFF;
	display:block;
	padding:12px;
	padding-left:20px;
	border-radius:6px;
}
.db-nav ul li a:hover, .db-nav ul li a:focus {
	color:#FFF;
	background-color:#32749F;
	text-decoration:none;
}
/* dashboard content */
.db-content {
	padding:10px;
}
 @media only screen and (min-width: 768px) {
 .db-content {
 padding:30px;
 min-height:60vh;
}
}
/* user dashboard main page */




.user-dashboard-grid {
	list-style:none;
	padding-top:20px;
}
.user-dashboard-grid li {
	display:block;
	padding:15px;
	padding-left:30px;
	background-color:#FFF;
	border-radius:15px;
	margin-bottom:30px;
}
 @media only screen and (min-width: 1200px) {
.user-dashboard-grid li {
 display:inline-block;
 width:45%;
 margin-right:2.5%;
}
}
.user-dashboard-grid li h2 {
	font-size:21px;
}
/* ================================================= */
/* ====================== newsletter cta ================= */
/* =================================== ============== */


.signup-cta {
	color:#FFF;
	background-color:#55a0c4;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}
/*.sidebar .signup-cta {
	color:#005288;
		background-color:rgba(204, 220, 231, 0.2);
	padding:20px;
	padding-top:30px;
		padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #005288;
}*/

.sidebar .signup-cta {
	color:#005288;
	background-color:#FFF;
	padding:20px;
	padding-top:30px;
	padding-bottom:10px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #005288;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.sidebar .signup-cta .container {
	width:100%;
	max-width:100%;
}
 @media only screen and (min-width: 768px) {
 .signup-cta {
 text-align:left;
}
}
.signup-cta h2 {
	font-weight: 400;
	text-transform:uppercase;
}
.signup-cta h2 span {
	font-weight: 900;
}
.signup-cta h2, .signup-cta p {
	margin-bottom:15px;
	color:#FFF;
}
.sidebar .signup-cta h2, .sidebar .signup-cta p {
	margin-bottom:15px;
	color:#005288;
}
 @media only screen and (min-width: 768px) {
 .signup-cta h2, .signup-cta p {
 margin:0;
 padding:0;
}
}
.signup-cta p {
	font-weight: 700;
}
.btn-subscribe, .btn-subscribe:visited {
	color: #3c93bf;
	font-weight: 900;
	background-color: #FFF;
	font-size: 16px;
 letter-spacing:.035rem;
	text-transform:uppercase;
	border-radius:40px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.btn-subscribe:hover, .btn-subscribe:focus {
	color: #005288;
	background-color: #FFF;
}
.sidebar .btn-subscribe, .sidebar .btn-subscribe:visited {
	color: #005288;
	border: 1px solid #005288;
}
.sidebar .btn-subscribe:hover, .sidebar .btn-subscribe:focus {
	color: #3c93bf;
	border: 1px solid #3c93bf;
}
.btn-subscribe_submit, .btn-subscribe_submit:visited {
	color: #FFF;
	background-color: #2787b8;
	font-weight: 900;
	font-size: 16px;
 letter-spacing:.035rem;
	text-transform: none;
	border-radius:6px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.btn-subscribe_submit:hover, .btn-subscribe_submit:focus {
	color: #FFF;
	background-color:#2b96cd;
}
/* ================================================= */
/* ====================== footer ================= */
/* =================================== ============== */

footer {
	background-color:#2787b8;
	background-color:#005288;
	color:#FFF;
	padding-top:40px;
	padding-bottom:60px;
}
 @media only screen and (max-width: 767px) {
footer {
text-align:center;
}
}
 @media only screen and (min-width: 1200px) {
footer {
 padding-top:65px;
 padding-bottom:90px;
}
}
.footer-logo {
	width:100%;
	max-width:200px;
}
.footer-row {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.footer-row {
 justify-content: space-between;
}
}
.footer-row .item {
	margin-bottom:30px;
}
 @media only screen and (min-width: 768px) {
 .footer-row .item {
 margin-bottom:0;
}
}
/* social icons */
.social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	justify-content: flex-end;
}
.social a {
	margin-right:10px;
}
@media only screen and (min-width: 992px) {
 .social a {
margin-left:10px;
margin-right:0;
}
}
@media only screen and (min-width: 1800px) {
footer .social a {
margin-left:15px;
}
}
.social a {
	font-size:1.25em;
	border-radius: 50%;
	color: #2787b8;
	background-color: #FFF;
	line-height: 1;
	width: 36px;
	height: 36px;
	text-align: center;
	border: none;
	position: relative;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.social a {
font-size:1.2em;
width: 30px;
height: 30px;
}
}
 @media only screen and (min-width: 992px) {
.social a {
font-size:1.25em;
width: 36px;
height: 36px;
}
}
.social .fa {
	font-family: FontAwesome;
}

/* social styles */


@media only screen and (min-width: 768px) {
footer .social {
 float:right;
}
}
footer .social a:link, footer .social a:visited {
	color: #005288;
	text-decoration:none;
}
footer .social a:hover, footer .social a:focus {
	color: #0061a2;
	text-decoration:none;
}
/* sidebar social links */


.widget-area .social {
	margin-top:30px;
	margin-bottom:30px;
	width:100%;
	justify-content: center;
}
 @media only screen and (min-width: 768px) {
.widget-area .social {
 display: -webkit-inline-box;
 display: -ms-inline-flexbox;
 display: inline-flex;
 justify-content: flex-start;
}
}
.widget-area .social a:link, .widget-area .social a:visited {
	color: #FFF;
	background-color: #005288;
}
.widget-area .social a:hover, .widget-area .social a:focus {
	color: #FFF;
	background-color: #0061a2;
	text-decoration:none;
}
/* sitelinks secondary footer menu */

.siteinfo {
}
 @media only screen and (min-width: 768px) {
.siteinfo {
 position: relative;
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 justify-content: flex-start;
 padding-top:30px;
}
}
nav.sitelinks, nav.sitelinks ul {
	display: block;
	line-height: 1;
	list-style:none;
	padding: 0;
	margin: 0;
}
 @media only screen and (min-width: 768px) {
.siteinfo p {
 display: inline;
 padding: 0;
 margin: 0;
}
nav.sitelinks {
 margin: 0;
 margin-right: 15px;
}
nav.sitelinks, nav.sitelinks ul, nav.sitelinks ul li {
 display: inline;
}
}
.siteinfo p, nav.sitelinks ul li {
	font-size: 14px;
	line-height: 135%;
	color: #FFF;
}
 @media only screen and (min-width: 375px) {
.siteinfo p, nav.sitelinks ul li {
 font-size: 14px;
}
}
 @media only screen and (min-width: 768px) {
.siteinfo p, nav.sitelinks ul li {
 font-size: 12px;
}
}
 @media only screen and (min-width: 1200px) {
.siteinfo p, nav.sitelinks ul li {
 font-size: 14px;
}
}
}
 @media only screen and (min-width: 1800px) {
.siteinfo p, nav.sitelinks ul li {
 font-size: nav;
}
}
nav.sitelinks ul li a, nav.sitelinks ul li a:visited {
	color: #FFF;
	line-height: 135%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #FFF;
}
nav.sitelinks ul li a:hover, nav.sitelinks ul li a:focus {
	color: #FFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
 @media only screen and (min-width: 768px) {
nav.sitelinks ul li a {
 margin-left: 4px;
 margin-right: 4px;
}
nav.sitelinks li:after {
 padding-left: 6px;
}
nav.sitelinks li:last-of-type:after {
 content: '';
 display: none;
}
}
/* ================================================= */
/* ============ WP Job Manager overrides =========== */
/* =============== note some styles are in customizer =========== */

/* form styles */


.row-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.job_filters {
	display:block;
}
.job_filters-form br {
	display:none;
}
span.job_filters-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.content .job_filters p {
	text-align:left;
}
form.job_filterslabel {
	padding-top:20px;
}
form.job_filterslabel span {
	display:  inline-block;
	width:100%;
	font-weight:400;
}
form.job_filterslabel {
	display: block;
	width:100%;
	font-weight:400;
	color: inherit
}
form.job_filters.job_filters-form-control.g-recaptcha.job_filters-recaptcha {
	margin-bottom:20px;
}
form.job_filtersinput[type=text], form.job_filtersinput[type=email], form.job_filtersinput[type=tel], form.job_filterstextarea, form.job_filtersselect {
	display:block;
	width:92%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:400;
	border-radius: 0;
	border: 2px solid #ddd;
}
/* datepicker */
.job_filters-form-control-wrap input.job_filters-date {
	display:block;
	width:92%;
	padding:12px;
	-webkit-appearance:none;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	font-weight:400;
	border-radius: 0;
	border: 2px solid #ddd;
}
form.job_filters.input-group input[type=text] {
	height:60px;
	background: #FFF;
	font-size: 28px;
	border: none;
}
form.job_filters.input-group input[type=text]:focus {
	border: none;
}
form.job_filterstextarea {
	height:100px;
}
 form.job_filters::-webkit-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#454545;
 opacity:1;
}
form.job_filters:-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#454545;
 opacity:1;
}
form.job_filters::-moz-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#454545;
 opacity:1;
}
form.job_filters:-ms-input-placeholder {
font-size:14px;
font-weight:400;
padding-left:4px;
color:#454545;
 opacity:1;
}
/*
 .job_filters .search_jobs input::-webkit-input-placeholder, .job_filters .search_jobs select::-webkit-input-placeholder {
 color: #454545 !important;
 opacity:1;
}*/

/* checkbox */

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	margin-right:3px;
	display: inline;
}
.content .job_filters-list-item {
	display: block;
	margin-left:0;
}
form.job_filters.job_filters-list-item-label {
	padding-left: 6px;
	display:  inline !important;
}
form.job_filtersinput[type=submit] {
	display: inline-block;
	margin-top:10px;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 0px;
	padding-top: 12px;
	padding-right: 2rem;
	padding-bottom: 12px;
	padding-left: 2rem;
	position:relative;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	line-height: 1.42857143;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:.035em;
	background-color:#005D83;
	color:#FFF;
}
form.job_filtersinput[type=submit]:hover {
	background-color:#196d8f;
}
/* ===========================*/
/* single job listing */



/* company details at bottom of Post A Job submit form */

.fieldset-company_name {
/*display:none;*/
}
/* ===========================*/
/* job listing meta description */
.single_job_listing .meta-wrapper {
	padding:10px;
	padding-left:25px;
	margin-bottom:30px;
	border:1px solid #e3e3e3;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ccdce7;
	width:95%;
	background-color:#FFF;
	overflow:hidden;
}
 @media only screen and (min-width: 576px) {
 .single_job_listing .meta-wrapper {
 -js-display: flex;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-wrap:wrap;
 align-items: center;
 justify-content: flex-start;
}
 .single_job_listing .meta-wrapper .job-listing-meta {
 width:100%;
 flex: 1 100%;
}
}
.single_job_listing .meta-wrapper .meta li {
	color: #2e3436;
}
.single_job_listing .meta-wrapper .meta .full-time {
	background-color: #66d6ca;
}
.single_job_listing .company-header {
}
.single_job_listing .company-header .company {
	border:none;
	box-shadow: none;
}
.single_job_listing .company-header p {
	font-size:15px;
	margin:0;
	padding:0;
}
.single_job_listing .company-header p.name {
	font-weight:bold;
	font-size:18px;
}
.single_job_listing .meta-wrapper .company .name a {
	float:none;
}
.single_job_listing .meta-wrapper .name.company-info a {
	margin-right:1rem;
}
.single_job_listing .meta-wrapper .name.company-info .fa {
	color:#2787b8
}
/* job listing main content area */

.single_job_listing h2, .single_job_listing h3, .single_job_listing h4 {
}
.single_job_listing h2 {
	margin-top:30px;
	padding-left:10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #ccdce7;
}
.single_job_listing h3 {
	/*font-weight:400;*/
	color:#2e3436
}
#jmfe-wrap-job_document_upload {
	margin-bottom:15px;
}
.how_to_apply {
	display:block;
	width:100%;
	padding-top:30px;
	padding-bottom:15px;
	margin-top:30px;
	margin-bottom:20px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2b96cd;
	border-bottom-color: #2b96cd;
}
.how_to_apply h2 {
	margin-top:0;
	display:block;
	border:none;
	padding-left:0;
}
.how_to_apply h2 span {
	color:#2b96cd;
	margin-right:10px;
}
/* job listing sidebar */

.overview-wrapper {
	padding:30px;
	padding-top:20px;
	margin-top:15px;
	margin-bottom:30px;
	border:1px solid #e3e3e3;
}
.overview-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-bottom:15px;
}
.overview-wrapper ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom:3px;
}
.overview-wrapper .job-type {
	display:inline-block;
	padding:0.5em;
	margin-top:2px;
	line-height:1em;
	color:#2e3436;
}
.overview-wrapper .full-time {
	background-color:#66d6ca;
}
.overview-wrapper .part-time {
	background-color:#f08d3c
}
.overview-wrapper .temporary {
	background-color:#d93674
}
.overview-wrapper .freelance {
	background-color:#39c
}
.overview-wrapper .internship {
	background-color:#6033cc
}
/* job listing category and archives */




.entry-summary .job_listing {
	padding: 20px;
	margin: 0;
	border: 1px solid #9b9b9d;
	border-radius: 20px;
	margin-bottom: 30px;
}
/* job listings - listing page */


.rp4wp-related-job_listing>ul li.job_listing a div.position, .rp4wp-related-job_listing>ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
	float:left;
	width:40%;
	padding:0 0 0 100px;
	line-height:1.5em
}
 @media only screen and (max-width: 767px) {
.entry-meta .job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
 float:  none;
 width: 100%;
 line-height: 2em;
 font-size: .75em;
 padding: 0 0 0 1em;
 text-align:center;
}
}
 @media only screen and (max-width: 767px) {
.entry-meta .job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
 float:  none;
 width: 100%;
 text-align:center;
}
}
@media only screen and (max-width: 767px) {
.entry-meta .job_listing a .meta, ul.job_listings li.no_job_listings_found a .meta {
 float:  none;
 width: 100%;
 text-align:center;
}
}
/* featured listings */

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured, .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured, ul.job_listings li.job_listing.job_position_featured, ul.job_listings li.no_job_listings_found.job_position_featured {
	background: none;
	border: 1px solid #2787b8;
	position:relative;
}
.content .rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,  .content .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,  .content ul.job_listings li.job_listing.job_position_featured a,  .content ul.job_listings li.no_job_listings_found.job_position_featured a {
	background-color: transparent;
}
.content .rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,  .content .rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,  .content ul.job_listings li.job_listing.job_position_featured a:hover,  .content ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
	background-color:#fcfcfc;
}
.rp4wp-related-job_listing>ul li.job_listing.job_position_featured:before, ul.job_listings li.job_listing.job_position_featured:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:66px;
	height:66px;
	/*z-index:1000;*/
	border-top-right-radius:20px;
	background-image: url("images/featured-triangle.png");
	background-position:right top;
	background-repeat:no-repeat;
}
/* job listings in sidebar widget */


.sidebar .rp4wp-related-job_listing>ul li.job_listing a, .sidebar .rp4wp-related-job_listing>ul li.no_job_listings_found a,  .sidebar ul.job_listings li.job_listing a,  .sidebar ul.job_listings li.no_job_listings_found a {
	padding: 0;
}
.content .sidebar ul.job_listings ul.meta-widget {
	list-style:none;
	padding-left:0;
}
.content .sidebar ul.job_listings ul.meta-widget li {
	font-size: 15px;
	margin-left: 0;
}
/* =========================== */
/* MAS Company plugin overrides */

.single-company .content-padding .company-data {
	display:block;
	margin-bottom: 2rem;
}
.single-company .content-padding .company-contact-details {
	padding-top:0;
}
.single-company .content-padding .company-contact-details, .single-company .content-padding .company-features {
	margin-bottom: 2rem;
	border-bottom: 2px solid #ccdce7;
}
.single-company .content-padding .company-data__content--list-item {
	display: block;
}
.single-company .content-padding .company-data__content--list-item .fa {
	margin-right:10px;
	/*color:#7297af;*/
	color:#5b788c;
}
.single-company .single_company_detail .container.content-padding > .container {
	width:100%;
	max-width: 100%;
	margin: 0%;
	padding: 0;
}
.mas-company-jobs .job_listings .job_position_filled {
	display:none;
}
.mas-company-jobs {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #2b96cd;
	border-bottom-color: #2b96cd;
}
.mas-company-jobs > h2 {
	margin-bottom: 30px;
}
/* custom logo field created by MAS plugin and overriding WPJM company_logo */
.job_listing .company_logo {
	display:none;
}
.company-contact-details .company-logo {
	display:none;
}
.content .job_listings .job_listing .position {
	margin-top:30px;
}
 @media only screen and (min-width: 768px) {
 .content .job_listings .job_listing .position {
 margin-top:0;
}
}
.single-company .container > #jmfe-custom-new_org_logo {
	display:block;
	width: 250px;
	max-width: 250px;
	height: auto;
	object-fit:contain;
	margin-top:15px;
	margin-bottom:15px;
}
.single-company .mas-company-jobs > #jmfe-custom-new_org_logo {
	width: 80px;
	max-width: 80px;
}
 @media only screen and (min-width: 768px) {
.meta #jmfe-custom-new_org_logo, .single-company .meta #jmfe-custom-new_org_logo {
 position:absolute;
 width: 80px;
 height:80px;
 left:0;
 top: 50%;
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 margin-right:1em;
 vertical-align:middle;
 object-fit:contain;
}
}
.single_job_listing #jmfe-custom-new_org_logo {
	max-width:150px;
	height:auto;
	margin-right:10px;
}
.single_job_listing p.name {
	float:left;
}
.single_job_listing .meta_wrapper {
	overflow:hidden;
}
.single-company .content-padding .company-logo {
	display:none;
}
.single-company .content-padding .company-logo--image {
	display:none;
}
/* =========================== */
/* Ultimate Member overrides */
/* hide View profile link*/
.um-account-profile-link {
	display:none;
}
/* =========================== */
/* override search filters grid */


.vue-grid-layout {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
	height:auto !important;
}
.container.content .field-grid-item {
	position: relative !important;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	top:auto !important;
	left:auto !important;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
 .container.content .field-grid-item {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
 .container.content .field-grid-item {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
 .container.content .field-grid-item.wpjmsf-button-field-type {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
}
 .container.content #wpjmsf-section-209 .field-grid-item.wpjmsf-html-field-type {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
}
}
 @media only screen and (min-width: 992px) {
 .container.content .field-grid-item {
 -ms-flex: 0 0 25%;
 flex: 0 0 25%;
 max-width: 25%;
}
 .container.content .field-grid-item.wpjmsf-button-field-type {
 -ms-flex: 0 0 12.5%;
 flex: 0 0 12.5%;
 max-width: 12.5%;
}
 .container.content #wpjmsf-section-209 .field-grid-item.wpjmsf-html-field-type {
 -ms-flex: 0 0 12.5%;
 flex: 0 0 12.5%;
 max-width: 12.5%;
}
}
/* make custom Reset button align right and hide native reset */


 .container.content #wpjmsf-section-400 .field-grid-item {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align:right;
	justify-content: flex-end;
	height:auto !important;
	margin-bottom:0;
}
.job_filters .showing_jobs a.reset {
	display:none;
}
/* =========================== */
/* MailChimp form overrides */

	.overview-wrapper #mc_embed_signup {
	background:#fff;
	clear:left;
	font:14px Helvetica, Arial, sans-serif;
}
.overview-wrapper #mc_embed_signup p {
	font-size:14px;
}
.overview-wrapper #mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}
.overview-wrapper #mergeRow-gdpr {
	margin-top: 20px;
}
.overview-wrapper #mergeRow-gdpr fieldset label {
	font-weight: normal;
}
.overview-wrapper #mc-embedded-subscribe-form .mc_fieldset {
	border:none;
	min-height: 0px;
	padding-bottom:0px;
}
.overview-wrapper #mc_embed_signup input[type=submit] {
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	line-height: 1.42857143;
	text-align: center;
	text-transform: none;
	letter-spacing:.065em;
	white-space:  normal;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
	margin-bottom: 0;
	padding: 12px;
	padding-right: 1rem;
	padding-left: 1rem;
}
.overview-wrapper #mc-embedded-subscribe {
	margin-left:0;
}
