﻿@import url('https://fonts.googleapis.com/css?family=Signika:400,700');

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}*/
/*html { overflow-y: scroll; padding-bottom: 65px; }*/
/*body {
  font-size: 62.5%;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  color: #434343;
}*/

/*br { display: block; line-height: 1.6em; } 



input, textarea { 
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; 
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; height: auto; width: 100%; }

h1 {
  display: block;
  font-family: 'Signika', Helvetica, sans-serif;
  font-size: 3.35em;
  line-height: 1.65em;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

h3 {
  display: block;
  font-family: 'Signika', Helvetica, sans-serif;
  font-size: 2.3em;
  line-height: 1.4em;
  margin-bottom: 5px;
  font-weight: bold;
  color: #546477;
}

h4 {
  display: block;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: bold;
  color: #898989;
}

p { font-size: 1.4em; line-height: 1.5em; margin-bottom: 22px; color: #636363; }*/
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }*/
ol, ul { 
    
   list-style: none; 

}
.sidemenu 
{
    
    font-size:x-small;
    /*font-family:  Helvetica, Arial, sans-serif;*/
}
/** page structure **/
/*#hero {
  display: block;
  width: 100%;
  height: 280px;
  background: url('../images/hero-image-cityscape.jpg');
}*/


.wrapper {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}


/** jobs display **/
#jobs {
  display: block;
  margin-bottom: 80px;
  /*border:1px solid;*/
}

#job-info {
  display: inline-block;
  float: left;
  width: 75%;
 
  min-height: 500px;
  border-left: 1px solid #ddd;
  padding: 0 20px;
  padding-right:0px;
 /*border:1px solid;*/
}

.jobitem {
  display: none;
}
.jobitem.displayed {
  display: block;
 
  
 
}

#jobs-list {
  display: block;
  width:25%;
  float: left;
}
#jobs-list ul { }

#jobs-list ul li { 
  font-size: 1.2em;
  border-bottom: 1px solid #ddd;
}
#jobs-list ul li a {
  display: block;
  width: 100%;
  padding: 10px 7px;
  text-decoration: none;
  /*font-weight: bold;*/
  /*color: #9a9a9a;*/
  color: black;
  background: #fff;
}
   

#jobs-list ul li a:hover {
  color: #787878;
}
#jobs-list ul li a.active {
  display: block;
  /*color: #414141;*/
  color: gray;
  padding-left: 6px;
  position: relative;
  left: 1px;
}
a {
   outline:none;
}

.details-list {
  font-size: 1.4em;
  color: #616161;
  list-style: disc;
  margin-left: 11px;
  margin-bottom: 25px;
}
.details-list li {
  line-height: 1.35em;
  margin-bottom: 4px;
  padding-top: 2px;
}

/** clearfix **/
/*.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }*/
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
