@import url('http://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: 30px;*/ }
body {
  font-size: 62.5%;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  color: #434343;
}

br { display: block; line-height: 1.6em; } 

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

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: #0365cf;
}

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: #05233b;
  font-family: 'Signika', Helvetica, sans-serif;
}

p { font-size: 16px; line-height: 1.5em; margin-bottom: 22px; color: #000000; font-family:'Arial Unicode MS' }

/** 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;
}

#job-info {
  display: block;
  float: left;
  width: 600px;
  min-height: 285px;
  border-left: 1px solid #ccc;
  padding: 0 20px;
}


.jobitem {
  display: none;
}
.jobitem.displayed {
  display: block;
}

#jobs-list {
  display: block;
  width: 200px;
  float: left;
  background-color:#c8f6ba;
}
#jobs-list ul { }

#jobs-list ul li { 
  font-size: 1.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.55);
}
#jobs-list ul li a {
  display: block;
  width: 100%;
  padding: 15px 7px;
  text-decoration: none;
  font-weight: bold;
  color: #34495E;
  background: #ddd;
}
#jobs-list ul li a:hover {
  color: #000;
}
#jobs-list ul li a.active {
  display: block;
  color: #05233b;
  padding-left: 6px;
  position: relative;
  font-size:14px;
  font-style:italic;
  left: 1px;
}


.details-list {
  font-size: 1.4em;
  color: #05233b;
  list-style: disc;
  margin-left: 11px;
  margin-bottom: 25px;
}
.details-list li {
  line-height: 1.35em;
  margin-bottom: 4px;
  padding-top: 2px;
}


.applybtn {
  border: 1px solid #1d4253;
  color: #fff;
  text-shadow: 0 -1px 0 #004e68;
  font-size: 1.4em;
  display: inline-block;
  margin: 8px 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #546477;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7d8ea0), to(#546477));
  background-image: -webkit-linear-gradient(top, #7d8ea0, #546477);
  background-image: -moz-linear-gradient(top, #7d8ea0, #546477);
  background-image: -ms-linear-gradient(top, #7d8ea0, #546477);
  background-image: -o-linear-gradient(top, #7d8ea0, #546477);
  background-image: linear-gradient(top, #7d8ea0, #546477);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.applybtn:hover {
  background-color: #5d6d80;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#90a2b5), to(#5d6d80));
  background-image: -webkit-linear-gradient(top, #90a2b5, #5d6d80);
  background-image: -moz-linear-gradient(top, #90a2b5, #5d6d80);
  background-image: -ms-linear-gradient(top, #90a2b5, #5d6d80);
  background-image: -o-linear-gradient(top, #90a2b5, #5d6d80);
  background-image: linear-gradient(top, #90a2b5, #5d6d80);

}
.applybtn:active {
  color: #f6f6f6;
  background-color: #535c68;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#535c68), to(#5d6d80));
  background-image: -webkit-linear-gradient(top, #535c68, #5d6d80);
  background-image: -moz-linear-gradient(top, #535c68, #5d6d80);
  background-image: -ms-linear-gradient(top, #535c68, #5d6d80);
  background-image: -o-linear-gradient(top, #535c68, #5d6d80);
  background-image: linear-gradient(top, #535c68, #5d6d80);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}

.applybtn span {
  padding: 8px 20px;
  border-top: 1px solid rgba(255,255,255,0.4);
  display: block;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/** 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%; }




/*2nd*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', sans-serif;
}

/* Navigation */

nav {
  width: 100%;
  height: 60px; 
  position: fixed; 
  top: 0;
  background: #1ABC9C;
}

nav ul {
  padding: 20px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
nav ul li {
  display: inline-block;
  margin: 0 10px;
}
nav ul li a {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
}
nav ul li a:hover {
  color: #34495E;
}
a.active {
  border-bottom: 2px solid #ecf0f1;
}

/* Headings */

h1 {
  font-size: 5rem;
  color: #34495E;
}

/* Sections */

section {
  width: 100%;
  padding: 50px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  height: 500px;
  text-align: center;
}
section:nth-child(even) {
  background: #ecf0f1;
}
section:nth-child(odd) {
  background: #bdc3c7;
}
.sections section:first-child {
  margin-top: 60px;
}
section.active {}

footer {
  height: 500px;
  background: #34495e;
}

/*tabmenu vertical*/


#menu-v li, #menu-v a {zoom:1;} /* Hacks for IE6, IE7 */
#menu-v, #menu-v ul
{
    width: 200px; /* Main Menu Item widths */
    border: 1px solid #546477;
    /*border-top:none;*/
    position: relative; font-size:0;
    list-style: none; margin: 0; padding: 0; display:block;
    z-index:9;
}
                
/* Top level menu links style
---------------------------------------*/

#menu-v li
{
    background: #FFF repeat-x 0 2px;
    list-style: none; margin: 0; padding: 0;
}
#menu-v li a
{
    font: normal 12px Arial;
    border-top: 1px solid #ccc;
    display: block;
    /*overflow: auto; force hasLayout in IE7 */
    color: black;
    text-decoration: none;
    line-height:15px;
    padding-left:26px;            
}
#menu-v ul li a
{
    line-height:0px;
}
                
#menu-v li a.arrow:hover
{
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
        
/*Sub level menu items
---------------------------------------*/
#menu-v li ul
{
    position: absolute;
    width: 200px; /*Sub Menu Items width */
    visibility:hidden;
}
        
#menu-v a.arrow
{
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#menu-v li:hover, #menu-v li.onhover
{
    background-position:0 -62px;
}
#menu-v ul li
{
    background: rgba(255, 255, 255, 0.86);
    background-image:none;
}
#menu-v ul li:hover, #menu-v ul li.onhover
{
    background: #FFF;
    background-image:none;
}
        
/* Holly Hack for IE \
* html #menu-v  li
{
    float:left;
    height: 1%;
}
* html #menu-v  li a
{
    height: 1%;
}*/
/* End */

.backcolor {
   background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#98FB98));
  background-image: -webkit-linear-gradient(top, #ffffff, #98FB98);
  background-image:    -moz-linear-gradient(top, #ffffff, #98FB98);
  background-image:      -o-linear-gradient(top, #ffffff, #98FB98);
  background-image:         linear-gradient(to bottom, #ffffff, #98FB98);
}
