body, html{
    overflow: auto;
    color:#333;
}

.jumbotron.navo{
    padding:10px 0;
    margin-bottom: 0;
}

.jumbotron.navo {
  height: 90px;
  line-height: 100px;
  position: fixed;
  top: -10px;
  padding-top:20px;
  left: 0;
  width: 100%;
  z-index: 9998;
  transition: all 0.5s;
}
.jumbotron.navo.scrollUp {
  transform: translateY(-100px);
}

.jumbotron.navo #openparijusmenu{
	display:block;
	margin-top:-25px;
}

#sb-site{
    padding-top:100px;
}


ul.navtabs {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1150px !important;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
    float: none !important;
}

ul.navtabs .navtab{
	position: static;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

ul.navtabs .navtab > a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    padding: 0.9em 0;
    border-right: 1px solid #fff;
    line-height: 1;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

ul.navtabs .navtab a:hover,
ul.navtabs .navtab a:focus{
    background: transparent;
    outline: none;
}

ul.navtabs .navtab:last-child > a {
	border: none;
}

ul.navtabs .navtab > a > span {
	vertical-align: middle;
    display: block;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.5;
}

ul.navtabs .navtab.tab-current,
ul.navtabs .navtab.open{
	z-index: 100;
}
ul.navtabs .navtab.tab-current a,
ul.navtabs .navtab.open a{
    color: #fff;
}

ul.navtabs .navtab > a::after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	height: calc(100% + 1px);
	border: 1px solid #005c24;
	background: #fff;

   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
   background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

ul.navtabs .navtab.tab-current a::after,
ul.navtabs .navtab.open a::after{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

ul.navtabs .navtab a span,
ul.navtabs .navtab a .icon::before {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

ul.navtabs .navtab .icon::before {
	display: block;
	margin: 0;
}

ul.navtabs .navtab.tab-current a span,
ul.navtabs .navtab.open a span,
ul.navtabs .navtab.tab-current .icon::before {
	-webkit-transform: translate3d(0,-3px,0);
	transform: translate3d(0,-3px,0);
    color: #005c24;
    font-weight: 600;
}

ul.navtabs .navtab .megamenulink, .logo-module .megamenulink{
    color:#052 !important;
    font-weight: normal;
    display: block;
    padding:4px 10px;
    font-size:1.1rem ;
    line-height: 1.2rem;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus,.nav .open > a:active{
    background: transparent;
    outline: none;
}

.navbar-nav > li > .dropdown-menu{
    margin-top:-11px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-bar .logo{
    vertical-align: top;
    margin-top: 2px;
}

.megamenucontent{
    padding:10px;
}


#breadcrumb li + li:before{
  content:  '/';
  margin:   0 2px;
}

#breadcrumb li {
    float:left;
    margin-right: 4px;
}

.map-container{
    height:400px;
}

#pjOverview .row
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pjOverview .singlenewsitem.col-md-6
{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

}

#openparijusmenu{
    font-size:2rem;
}

.mobinav img{
    max-height:60px;
}

#pjContent{
    clear:both;
}

#pjContent article .container li > p,
#pjContent article .container p{
    margin:1em 0;
    line-height:140%;
    padding:0;
    width:auto;
    /*display: inline-block;*/
}

#pjContent article .container li ul{
    margin:0 0 0 1em;
}

#pjContent ol, #pjContent ul{
    list-style-position: outside;
}

#pjContent ol li,
#pjContent ul li{
    margin:0.8em 1.3em;

}

.greentext{
    color: #005c24;
}


#pjContent article .container  ul li{
    list-style: circle;
}

#singlepostImageHeader .breadcrumb{
    margin-bottom:0;
}

.readingtime .icon{
    font-size: 2.112em;
    line-height: 0.8em;
}

section.section--pullup h1{
    margin-bottom: 0.4em;
}

.aussiewrap{
    position: relative;
}

.textoverlay{
    position: absolute;
    bottom:0;
    width:100%;
    background:rgba(255,255,255,0.7);
}

.textoverlay a{
    color: #242a2d;
    text-decoration: none;
}

.textoverlay a:hover{
    color:#006400;
}

.textoverlay p{
    padding:8px 15px;
    margin:0;
}
.showNewsFeed{
    margin: 2em 0;
}

.breadcrumb li a{
    text-decoration: underline;
}

.breadcrumb li a br{
    display: none;
}

#singlepostImageHeader .breadcrumb li{
    color: inherit;
}

.container-fluid{
    clear:both;
}

/*
special styles we neeeed
*/

.greenbackground{
    color:#fff;
    background: #005c24;
}

.biglink{
    letter-spacing: 1px;
    text-transform: uppercase;
}


#pjContent h1, #pjContent h2, #pjContent h3, #pjContent h4, #pjContent h5 {
    color:#005c24;

}



.parislidebar, [off-canvas] {
    background: #052;
    padding-top:50px;
}

.parislidebar ul{
    display:block;
    visibility: visible;
}

.parislidebar .logo-module .dropdown-toggle{
    display: none;
}

.parislidebar .navtab > .dropdown-toggle{
    color: #FFF;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    text-align: left;
    padding-left:15px;
    margin-bottom: 10px;
    padding-top:3px;
}


.parislidebar .navbar-nav > li{
    float: none;
    width:100%;
}

.parislidebar .navbar-nav   .megamenucontent{
    padding:0 10px;
}

.parislidebar .navbar-nav   .megamenucontent div[class*="col-"]{
    width:100%;
    float:none;
    display: block;
    margin-bottom:0.3em;
    padding-top:0;
    padding-bottom: 0;
}

.parislidebar .dropdown-menu{
    position: relative;
    top:auto;
    left: auto;
    width: 100%;
    border-radius: 0;
    margin:0;
    background-color: rgba(255,255,255,0.7);
}

.visually-hidden, .pcast-player button span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* Pcast Player */
.pcast-player .pcast-player-controls {
  box-sizing: border-box;
  background: #052;
  color: #fff;
  font-size: 14px;
  height: 42px;
  overflow: hidden;
  padding: 5px;
}
.pcast-player button {
  background: #052;
  color: #fff;
  border: 0;
  border-radius: 2px;
  padding: 5px;
  line-height: 22px;
  -webkit-appreance: none;
  min-width: 32px;
}
.pcast-player progress {
  height: 13px;
  width: calc(100% - 281px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pcast-player progress[value]::-webkit-progress-bar {
  background-color: #555;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
.pcast-player progress[value]::-webkit-progress-value {
  background: #fff;
}
.pcast-player .pcast-time {
  display: inline-block;
  font-size: 13px;
  padding: 0 5px;
  text-align: center;
  width: 4em;
}
.pcast-player .pcast-speed {
  width: 2.5em;
}
.pcast-player .pcast-download {
  font-size: 12px;
  margin-top: 0.5em;
  display: inline-block;
  color: black;
}
.pcast-player .pcast-download:hover, .pcast-player .pcast-download:focus {
  color: #666;
}

#pjContent .glossary-nav {
    margin-bottom: 2em;
}


#pjContent .glossary-nav ul{
  list-style:none;
  margin:0;
  padding:0;
}

#pjContent .glossary-nav ul li{
  display:block;
  list-style: none;
  float:left;
  margin:0 10px 0 0;
  padding:0;
}

#pjContent .glossary-nav ul li a{
  font-size:20px;
  font-weight: bold;
  display: inline-block;
  padding:0.3em;
  background: #00933a;
  color:#fff !important;
}

.glossary-term {
    position: relative;
    text-decoration: none;
    border-bottom:2px dotted #052;
    cursor:help;
  }
  .glossary-term:after {
    -webkit-border-radius: 5px;
    -moz-border-radius   : 5px;
    border-radius        : 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
      background: #052 none repeat scroll 0 0;
     bottom: 130%;
     color: white;
     content: attr(data-tooltips);
     font-size: 13px;
     left: 20%;
     max-width: 600px;
     opacity: 0;
     padding: 4px 10px;
     position: absolute;
     transition: all 0.3s ease 0s;
     width: 600px;
     z-index: 500;
  }
  .glossary-term:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #052;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    /* At time of this creation, only Fx4 doing pseduo transitions */
    -webkit-transition: all 0.4s ease;
    -moz-transition   : all 0.4s ease;
    opacity: 0;
    left: 30%;
    bottom: 90%;
  }
  .glossary-term:hover:after {
    bottom: 100%;
  }
  .glossary-term:hover:before {
    bottom: 70%;
  }
  .glossary-term:hover:after, a:hover:before {
    opacity: 1;
  }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #999;
}

