/**
 * FME Extensions
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the fmeextensions.com license that is
 * available through the world-wide-web at this URL:
 * https://www.fmeextensions.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category  FME
 * @package   FME_Jobs
 * @copyright Copyright (c) 2019 FME (http://fmeextensions.com/)
 * @license   https://fmeextensions.com/LICENSE.txt
 */

body {
 /*line-height:1;*/
 background:#fff;
 /*font-family: 'Saira', sans-serif;*/
 /*font-size:14px;*/
 color:#474747;
 background:#ededed;
}

/*
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}*/

.fme_job_manager nav ul {
 list-style:none;
}

.fme_job_manager blockquote, .fme_job_manager q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

.fme_job_manager a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 text-decoration:none;
 color:#474747;
}

/* change colours to suit your needs */
.fme_job_manager ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
.fme_job_manager mark {
 background-color:#ff9;
 color:#000; 
 font-style:italic;
 font-weight:bold;
}

.fme_job_manager del {
 text-decoration: line-through;
}

abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}

.fme_job_manager table {
 border-collapse:collapse;
 border-spacing:0;
}

/* change border colour to suit your needs */
.fme_job_manager hr {
 display:block;
 height:1px;
 border:0; 
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

.fme_job_manager input, .fme_job_manager select {
 vertical-align:middle;
}


/*Main Style Sheet*/

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/*
=======================================================================
   Inner Container 
=======================================================================*/

.inner_container { max-width:1200px; margin:0 auto; padding:0 15px; }

.fme_job_manager { width:100% }

/*Search Filters*/

.fme_job_manager .search_filters { width:100%; background:#fff; padding:25px 25px; padding-bottom:10px; box-sizing:border-box; border-radius:2px; border-bottom:#e8e8e8 2px solid; margin-bottom:15px; }

.fme_job_manager .search_filters .input_field { width:21%; float:left; padding:17px 12px; box-sizing:border-box; background:#ededed; border:#f0f0f0 1px solid; margin-bottom:20px; font-size:14px; font-weight:400; color:#474747; border-radius:2px; margin-right:2px; box-sizing: border-box }

.fme_job_manager .search_filters button { margin-left:15px; background:#399aca; border:0; padding:17px 25px; font-size:14px; font-weight:500; color:#fff; cursor:pointer; text-transform:uppercase; outline:0 }

/*Page Content top*/

.fme_job_manager .page_content_top { width:100%; background:#fff; padding:25px 25px; box-sizing:border-box; border-radius:2px; border-bottom:#e8e8e8 2px solid; margin-bottom:15px; }

.fme_job_manager .page_content_top h1 { font-size:26px; font-weight:500; color:#399aca; line-height:36px; padding-bottom: 5px; margin-bottom: 0px !important; }

.fme_job_manager .page_content_top p { padding:10px 0; font-size:15px; font-weight:400; color:#828282; line-height:26px; }


/*SideBar*/

.fme_job_manager .sidebar { width:30%; float:left; }

.fme_job_manager .sidebar .block { width:100%; background:#fff; padding:30px 25px; padding-bottom:5px; box-sizing:border-box; border-radius:2px; border-bottom:#e8e8e8 2px solid; margin-bottom:15px; } 

.fme_job_manager .sidebar .title { font-size:17px; font-weight:500; color:#474747; border-bottom:#e2e2e2 1px dashed; padding-bottom:12px; margin-bottom: 20px; }

.fme_job_manager .sidebar .title a:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    background: url(../images/arrow-down.png) no-repeat right top;
    float: right;
}

.fme_job_manager .sidebar .title a.collapsed:after {
    background-image: url(../images/arrow-up.png);
    margin-top: 5px;
}

.fme_job_manager .sidebar .selection { width:100%; margin-bottom:35px; }

.fme_job_manager .sidebar .selection ul { list-style:none }

.fme_job_manager .sidebar .selection ul.hidden_t { display:none; list-style:none }
.fme_job_manager .sidebar .selection ul.hidden_l { display:none; list-style:none }
.fme_job_manager .sidebar .selection ul.hidden_d { display:none; list-style:none }
.fme_job_manager .sidebar .selection ul li { width:100%; clear:both; padding:6px 0; font-size:14px; color:#474747; }

.fme_job_manager .sidebar .selection ul li label { font-size:15px; color:#474747; }

.fme_job_manager .sidebar .selection ul li:hover label { color:#399aca; }


.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old),
.fme_job_manager .sidebar .selection ul li input[type=radio   ]:not(old){
  width   : 28px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old) + label,
.fme_job_manager .sidebar .selection ul li input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -28px;
  padding-left : 38px;
  background   : url(../images/checkboxes.png) no-repeat 0 0;
  line-height  : 24px;
}

.fme_job_manager .sidebar .selection ul li input[type=checkbox]:not(old):checked + label{
  background-position : 0 -24px;
}

.fme_job_manager .sidebar .selection ul li input[type=radio]:not(old):checked + label{
  background-position : 0 -48px;
}


.fme_job_manager .sidebar .show_more_l   { width:100%; text-align:center; margin-bottom:3px; }

.fme_job_manager .sidebar .show_more_l  a { background:#ededed; border:#e8e8e8 1px solid; padding:5px 15px; padding-top:6px; font-size:12px; font-weight:400; color:#737373; text-transform:uppercase; }

.fme_job_manager .sidebar .show_more_l  a:hover { background:#399aca; border:#399aca 1px solid; color:#fff; }

.fme_job_manager .sidebar  .show_more_t   { width:100%; text-align:center; margin-bottom:3px; }

.fme_job_manager .sidebar  .show_more_t  a { background:#ededed; border:#e8e8e8 1px solid; padding:5px 15px; padding-top:6px; font-size:12px; font-weight:400; color:#737373; text-transform:uppercase; }

.fme_job_manager .sidebar  .show_more_t  a:hover { background:#399aca; border:#399aca 1px solid; color:#fff; }


.fme_job_manager .sidebar  .show_more_d  { width:100%; text-align:center; margin-bottom:3px; }

.fme_job_manager .sidebar  .show_more_d a { background:#ededed; border:#e8e8e8 1px solid; padding:5px 15px; padding-top:6px; font-size:12px; font-weight:400; color:#737373; text-transform:uppercase; }

.fme_job_manager .sidebar  .show_more_d a:hover { background:#399aca; border:#399aca 1px solid; color:#fff; }
/*Listing*/

.fme_job_manager .listing { width:68%; float:right; }

.fme_job_manager .listing .block { width:100%; background:#fff; box-sizing:border-box; border-radius:2px; border-bottom:#e8e8e8 2px solid; margin-bottom:12px; margin-bottom: 15px; } 

.fme_job_manager .listing .block .title { width:100%; padding:30px 25px; padding-bottom:5px; box-sizing: border-box; }

.fme_job_manager .listing .block .title a { font-size:18px; font-weight:500; color:#399aca; line-height:26px; }

.fme_job_manager .listing .block .title a:hover { color:#474747 }

.fme_job_manager .listing .block .title .date { padding-top:8px; }

.fme_job_manager .listing .block .title .date span { font-size:13px; font-weight:400; color:#a0a0a0; line-height:18px; }

.fme_job_manager .listing .block .title .company { padding-top:8px; }

.fme_job_manager .listing .block .title .company span { font-size:14px; font-weight:500; color:#828282; line-height:18px; }

.fme_job_manager .listing .block .content { width:100%; padding:0px 25px; box-sizing: border-box; }

.fme_job_manager .listing .block .content p { padding:10px 0; font-size:15px; font-weight:400; color:#828282; line-height:26px; }

.fme_job_manager .listing .block .footer_bar { width:100%; padding:25px 25px; padding-right: 10px; background:#f7f7f7; box-sizing: border-box; margin-top:15px; }

.fme_job_manager .listing .block .footer_bar .left_side { width:48%; float:left; }

.fme_job_manager .listing .block .footer_bar .left_side a.view { background:#fff; border:#ededed 1px solid; border-radius:2px; font-size:13px; font-weight:400; color:#399aca; padding:4px 20px; padding-top: 5px; margin-right:5px; text-transform: uppercase; }

.fme_job_manager .listing .block .footer_bar .left_side a.view:hover { background:#399aca; border:#399aca 1px solid; color:#fff; }

.fme_job_manager .listing .block .footer_bar .right_side { width:48%; float:right; text-align:right; padding-right:10px; }

.fme_job_manager .listing .block .footer_bar .right_side a.view { background:#fff; border:#ededed 1px solid; border-radius:2px; font-size:13px; font-weight:500; color:#399aca; padding:4px 20px; padding-top:5px; margin-right:8px; text-transform: uppercase; }

.fme_job_manager .listing .block .footer_bar .right_side a.view:hover { background:#399aca; border:#399aca 1px solid; color:#fff; }

.fme_job_manager .listing .block .footer_bar .right_side a { background:#399aca; border:#399aca 1px solid; border-radius:2px; font-size:13px; font-weight:500; color:#fff; padding:4px 20px; padding-top: 5px; text-transform: uppercase; }

.fme_job_manager .listing .block .footer_bar .right_side a:hover { background:#474747; border:#474747 1px solid; color:#fff; }


/*Detail*/

.fme_job_manager .listing.full_page { width:100%; float:none; }

.fme_job_manager .listing.full_page .block .title { }

.fme_job_manager .listing.full_page .block .title h2 { font-size:30px; font-weight:500; color:#399aca; line-height:36px; padding-bottom: 5px; }

.fme_job_manager .listing.full_page .block .title .date span { font-size:13px; font-weight:400; color:#a0a0a0; line-height:18px; }

.fme_job_manager .listing.full_page .block .content {  padding:20px 25px !important; }

.fme_job_manager .listing.full_page .block .content { width:100%; padding:0px 25px; box-sizing: border-box; }

.fme_job_manager .listing.full_page .block .content h3 { font-size:22px; font-weight:500; color:#474747; padding:12px 0; padding-top:25px; }

.fme_job_manager .listing.full_page .block .content h4 { font-size:18px; font-weight:500; color:#474747; padding:10px 0; padding-top:20px; }

.fme_job_manager .listing.full_page .block .head { /*background:#f7f7f7;*/ padding-bottom:20px; }

.fme_job_manager .listing.full_page .block .callout_btns { background:#f7f7f7; padding:15px 25px; margin:2px 0px 1px 0; }

.fme_job_manager .listing.full_page .block .callout_btns .social_media_icons { width:58%; float:left; }

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn { width:40%; float:right; text-align:right; margin-top:4px; }

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn a { float:right; background:#399aca; border:#399aca 1px solid; border-radius:2px; font-size:16px; font-weight:500; color:#fff; padding:8px 25px; padding-top:10px; text-transform: uppercase; }

.fme_job_manager .listing.full_page .block .callout_btns .apply_btn a:hover { background:#474747; border:#474747 1px solid; color:#fff; }


/*Table*/


.fme_job_manager .listing.full_page .block .content table { border-spacing: 0.5rem; text-align:left; margin-top:10px; }

.fme_job_manager .listing.full_page .block .content table th { font-size:15px; font-weight:500; color:#474747; line-height:28px; padding:5px 0px;  }

.fme_job_manager .listing.full_page .block .content table td { font-size:15px; font-weight:400; color:#828282; line-height:28px; padding:5px 50px; }


.fme_job_manager .listing.full_page .block .footer_bar { text-align:center; padding:40px 0}

.fme_job_manager .listing.full_page .block .footer_bar a { background:#399aca; border:#399aca 1px solid; border-radius:2px; font-size:16px; font-weight:500; color:#fff; padding:8px 25px; padding-top:10px; text-transform: uppercase; }

.fme_job_manager .listing.full_page .block .footer_bar a:hover { background:#474747; border:#474747 1px solid; color:#fff; }

/*PopUp Form*/

.popup_form { width:100%; background:#f7f7f7; padding:35px 30px; box-sizing:border-box; }

.popup_form .title { font-size:22px; font-weight:500; color:#474747; padding-bottom:30px }

.popup_form label { font-size:15px; font-weight:400; color:#828282; line-height:34px; padding:10px 0; }

.popup_form .input_field { width:100%; padding:17px 12px; box-sizing:border-box; background:#fff; border:#f0f0f0 1px solid; margin-bottom:20px; font-size:14px; font-weight:400; color:#474747; border-radius:2px; }

.popup_form button { background:#399aca; border:#399aca 1px solid; border-radius:2px; font-size:16px; font-weight:500; color:#fff; padding:8px 25px; padding-top:10px; text-transform: uppercase; margin-top:10px; cursor:pointer }

.popup_form button:hover { background:#474747; border:#474747 1px solid; color:#fff; }



/*Icons*/


.fa {
  padding: 10px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}


 













.read-more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}

.read-more-toggle {
  display: none;
}

.read-more-toggle-label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 5px;
  margin: .5em;
  font-size: .8em;
  background: #555;
  color: white;
}

.read-more-toggle-label:after {
  content: "More";
  display: inline-block;
}

.read-more-toggle:checked + .read-more-content {
  display: block;
  /* css animation won't work with "auto"; set to some height larger
  than the content */
  max-height: 1000px;
}

.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Less";
}

article {
  border-bottom: 1px solid black;
}

article p {
  margin-bottom: .5em;
}
