a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

p {line-height: 1.2em;}

p.underH {margin-top: 0;}

#floatingAdWrapper, .loginBox, .menu, #leftAds {display:none;}

.greyBck {background:none;}

.spannavleft {width: 100%;}
.spannavright {display:none;}

.col.span14, .hidden {
	display:none;  /* kill off ads in old format */
}

/* .container {margin-bottom: 20px !important;} */

* {box-sizing:border-box;}

.navigation {
	display:block;
	list-style: none;
	width: 212px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -212px;
	bottom: 0;
	z-index: 1000;
	padding: 25px 12px 0 25px;
	margin:0;
	background: #fefefe;
}

#menuLabel::before {
    position: absolute;
    right: 40px;
    top: 6px;
    content: "MENU";
    font-weight: bold;
  }

  #searchPanel {
    background: #BD2701;
    z-index: 800;
    width: 100%;
    max-width: 320px;
    margin: 1px 0;
    position: fixed;
    color: #fff;
    top: -60px;
    right: 0;
    display: flex;
    align-items: center;
    transition: top 0.2s;
    padding: 4px;
    border-radius: 0 0 0 18px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  }

  #searchPanel.long {
	  display: block;
  }

  #searchPanel.open {
    top: 20px;
  }

   #searchPanel input[type=search] {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px 5px 12px;
    color: #333;
    -webkit-border-radius: 10em 0 0 10em;
    -moz-border-radius: 10em 0 0 10em;
    border-radius: 10em 0 0 10em;
    width: 97%;
	margin: 0;
	font-size: 16px;
  }

   #searchPanel button.btn_search{
      background: #BD2701 url("/images/mobile-search.png") no-repeat center;
      background-size: 1em;
      background-position: 6px;
      border: 1px solid #fff;
      border-left: none;
      padding: 5px 24px 5px 8px;
      -webkit-border-radius: 0 10em 10em 0;
      -moz-border-radius: 0 10em 10em 0;
      border-radius: 0 10em 10em 0;
	  font-size: 16px;
   }

   #searchPanel button.btn_search:active {
     background-color: #333;
   }

  #searchPanel a {display: block; padding: 0.3em 0 0 0.8em; text-decoration: none; color: #fff;}
  
  #searchPanel div.flexLeft {align-items: center;}

  #searchPanel div.flexLeft div:first-child {margin: 0; margin-left: 4px;}

  #searchPanel #btn_searchClose {margin: 0; margin-left: 8px;}


  #btn_searchClose {
    position: relative;
    top: 0;
    margin-left: 10px;
  }

  .searchBarWrapper {display: flex; align-items: center;}

  .searchHeader {text-align: left; padding-left: 8px;}
  .searchBar {align-items: center; flex: 1;}


div.overlay {
	position: fixed;
	top:0;
	left:0;
	width:100vw;
	height: 100vh;
	background: RGBA(0,0,0,0.3);
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	z-index: 990;
	display:none;
	/* pointer-events: none; */
}

div.overlayPanel {
	background: #fff;
	border-radius: 8px;
	padding: 0;
	width: 96%;
	max-width: 480px;
	box-sizing: border-box;
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.36);
}

div.panelHeader {
	color: #4D4F53;
	padding: 8px 0;
	font-size: 1.25em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
}

div.panelHeader.red {
	background:#BD2701;
	color: #fff;
	padding: 12px 10% 8px 10%;
	font-size: 1.25em;
	border: none;
	border-radius: 8px 8px 0 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%
}

div.panelOuter {overflow-y: scroll; max-height: 98vh;}

div.panelInner {
	padding: 50px 10% 20px 10%;
}

div.panelInner.noHeader {padding-top: 20px; text-align: center;}

.btn_panelClose {
	position: absolute;
	right: 8px;
	top: 10px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.btn_panelClose:before, .btn_panelClose:after {
	position: absolute;
	left: 12px;
	content: ' ';
	height: 25px;
	width: 2px;
	background-color: #fff;
}

.btn_panelClose.grey:before, .btn_panelClose.grey:after {
	background-color: #888;
}

.btn_panelClose.grey:hover:before, .btn_panelClose.grey:hover:after {
	background-color: #111;
}


.btn_panelClose:before {
	transform: rotate(45deg);
}
.btn_panelClose:after {
	transform: rotate(-45deg);
}

.panelButton {
	/* width: 220px; */
	padding: 0.35em 1.5em;
	margin-top: 5px;
	background: #00896C;
	color: #fff;
	border: none;
	border-radius: 3px;
	font-size: 1.2em;
	cursor: pointer;
}

.panelButton.grey {
	background: #B9B9B9;
}

.panelButton.yellow {
	background-color: #e79e00;
}

.popupPanel {
	position: fixed;
	bottom: -450px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 8px 4% 20px 4%;
	background: #fff;
	box-shadow: 0 -2px 5px 0 #B9B9B9; 
	z-index: 500;
	transition: all 0.2s;
}

.popupPanel.open {
	bottom: 0;
}

#loginPanel.welcome {
	max-width: 640px;
	max-height: 90vh;
}

#loginPanelMessage, #setPassword, #searchMessage {display: none;}
#loginPanelMessage.welcome, #setPassword.welcome {display: block;}
#searchMessage.notLoggedIn {display: block;}

#emailDiv.welcome ,#href_forgot.welcome, #href_subscribe.welcome {display: none;}

#loginPanel input[type="checkbox"] {display: inline; width: auto; margin: 0;}


#btn_panelPwdLogin {
	width: 100%; 
}

#showHide {
	/*
	position: absolute;
	top: 30px;
	right: 10px;
	*/
	cursor: pointer;
}

#showHide img {
	height: 1.1em;
	opacity: 0.5;
}

#offersPanel {display: none; max-width: 480px;}

#passwordStrength {
	color: #ccc;
	text-transform: uppercase;
	font-size: 0.6em;
	padding: 2px;
	margin-top: -10px;
}

#passwordStrength.weak {
	color: #BD2701;
	/*
	color: #fff;
	background:#BD2701;
	width: 50%;
	text-align: center;
	*/
}

#passwordStrength.better {
	color: #ff9900;
	/*
	color: #fff;
	background:#ff9900;
	width: 75%;
	text-align: center;
	*/
}
#passwordStrength.strong {
	color: #00896C;
	/*
	color: #fff;
	background:#00896C;
	width: 100%;
	text-align: center;
	*/
}

div.overlayPanel a {color: #4D4F53;}

div.overlayPanel a:hover {color: #000; text-decoration: underline; cursor: pointer;} 

.nav-trigger {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
	position: absolute;
	right: 0;
	width: 30px;
	height: 26px;
	cursor: pointer;
	background-image: url("/images/hamburger.svg");
	/*background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 20 20' enable-background='new 0 0 20 20' xml:space='preserve'><rect style='fill:#BD2701' width='20' y='2' height='3'/><rect style='fill:#BD2701' y='16' width='20' height='3'/><rect style='fill:#BD2701' y='9' width='20' height='3'/></svg>"); */
	background-size: contain;
}

/* Navigation Menu - List items */
.nav-item {
  width: 175px;
  /* border-top: 1px solid #999; */
  border-bottom: 1px solid #CCC;
}

.nav-item a {
  display: block;
  padding: 1em;
  padding-left:0;
  color: #888;
  /* font-weight:bold; */
  font-size: 1em;
  text-decoration: none;
  text-align: left;
  /* transition: color 0.2s, background 0.5s; */
}

.nav-item a:hover {
  color: #111;
  background: #fefefe;
}

/* Make the Magic Happen */
ul.navigation, #overlay {
  transition: all 0.2s;
}

/*
.nav-trigger:checked + label {
   right: 0; 
}
*/

.nav-trigger:checked ~ ul.navigation {
  right: 0px;
  box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);
}

.nav-trigger:checked ~ #menuoverlay {
	display: block;
}

.nav-trigger:checked ~ #searchPanel.open {
	top: -60px;
}


.moreNewsButton {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

label[for="moreNewsButton"] {
	
	position: fixed;
	top:0;
	right:0;
	padding: 10px;
	padding-left: 12px;
	background: #bd2701;
	font-weight:bold;
	color: #fff;
	display:none;
	cursor: pointer;
	
	border-radius: 0px 0px 0px 8px; 
}
	/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; font-family: Helvetica, Arial, sans-serif; }

.col {margin-bottom: 2%;}
.col.static {width: 100%;}
.last {margin-right: 0;}

.span51 {width: 54%;}
.span37 {width: 70%; /*54%;*/}
.span28 {width: 28.35%; /*44%;*/}
.span14 {width: 27%;}
.span70 {margin-top:41px; float:right;}

.span50 {width:49%;}

#uberwrapper {
	max-width: 1140px; /* 768px; /*900px;*/
	position: relative;
	margin: 0 auto;
	top: 0;
  	bottom: 100%;
	min-height: 100%;
	overflow: hidden;
	box-shadow: 0 0 10px 6px #B9B9B9;
}

#wrapper {
	min-width: auto;
	background: #FFF;
	
	/* Critical position and size styles */
  min-height: 100vh;
  /* min-width: 100%; */
  background-color: white; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
}

div.hr {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 0;
	margin: 4px 0 10px 0;
}


#masthead {
	position:fixed; 
	top: 0;
	margin: 0; 
	padding: 0;
	box-shadow: none;
	height: 108px;
	width: 100%;
	max-width: 1140px;
	text-align: center;
	background: #FFF;
	margin-bottom: 20px !important ;
	box-shadow: 0 4px 3px -3px#B9B9B9; 
	z-index: 900;
	border-bottom: 1px solid #ccc;
}

#mastheadSpacer {
	display:block;
	height:128px;
	margin: 0;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

div.main.flex {padding: 0 5%; height: 88px;}

div.menuContainer {
	width: 100px;
	height: 30px;
	position: relative;
}

div.redbar {
	/*
	position:fixed; 
	top:0;
	z-index: 500;
	*/
	height: 20px; 
	padding: 2px 5%; 
	width: 100%; 
	/* max-width: 1140px; */
	color: #FFF;
	background: #BD2701;
	font-size: 0.75em;
}

.date {font-size: 1em; padding: 0; padding-top: 2px;}

.minimenu {display: flex; align-items: center;}
.minimenu img {height: 1em; padding: 0 0.5em; margin-top: 3px;}
.minimenu div {cursor: pointer; padding-left: 0.5em; margin-top: 2px;}
#btn_login, #btn_subscribe {margin-left: 0.5em;}

#btn_login.disabled {cursor:auto;}

.navigation {position: fixed;}

/*
#mastheadSpacer {
	display:block;
	height:120px;
}
*/

div.theSans {
	font-size:1.4em;
	line-height: 0.9em;
	text-align: left; 
	float: none;
	padding: 0;
}

/*
#piflogo {
	position: absolute;
	left: 5%;
	top: 9px;
}
*/

#piflogo img {height: 64px;}

.container {margin-left: 5%; margin-right: 5%;}

[contenteditable="true"]:active,
[contenteditable="true"]:focus{
  border:none;
  outline: none;
}

div.greyOutline {border: 2px dotted #ccc;}

table.searchResultTable {
	border: 0;
}

table.searchResultTable td.date {
	background:none;
	display:block;
	position: relative;
	text-align: right;
}

table.searchResultTable td {
	border:0;
	padding: 0.3em 0;
}

#inline-date {
	display:none;
}

.logoSmall {width: 100px !important;}

p.breakout {
	font-size: 120%; /* 1.3em; */
	color: #BD2701;
	margin: 7% 5% 5% 5%;
	line-height: 1.2em;
}

p.breakout:before {  /* decorative big topleft quote */
  color: #EDEEEF;
  content: open-quote;
  content:"\201C";
  font-size: 5em;
  line-height: 0.0em;
  margin-right: -0.25em;
  margin-left: -0.1em;
  vertical-align: -0.4em;
  z-index:100;
}

p.standfirst {margin:0;}

.sideBannerAds {
	padding-top: 0.25em;
	position: relative;
}

/* 
.bottomBannerAds {
	display: none;
}
*/

#articleIndex {
	display:none;
} 

.carouselContainer {
	display:none;
}

.carouselHeading {  /* more news */
	color: #00896C;
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	display:none;
}

.floatingBannerSpacer {position:relative; width:100%; height: 120px; display:none;}

.ad {
	text-align: center;
}

.ad.ad320 {
	display: none;
}

table.ad {max-width:55%;margin-left:10px;}
table.ad img {width:100%; max-width: 420px;	}

.footer {
	background: none;
	border-radius: 0;
	height: auto;
	padding: 0;
	margin: 0px;
	color: #999;
	margin-top:0;
	padding-bottom: 10px;
}

#leftArrow, #rightArrow {display:none;padding:12px;}

div.ad.ad320, div.ad.placeholder320 {
	display:none;
}

/* existing base.css overrides */

.footer a {color:#999;}
.footer a:hover {color:#000;}
div.bodyblue {
	padding: 2.5em 0.4em 0.4em 0.6em !important;
	margin-top: -1.8em;
}

div.printBar {
	border-top-style: solid;
	border-top-color:#999;
	font-weight: bold;
	text-align: center;
}

div.printBar a {
	text-decoration: none;
	color:#999;
	font-weight: normal;
	border-bottom: none;
}

div.printBar a:hover {
	text-decoration: none;
	border-bottom: none;
}

div.newsListWrapper ul li {
	font-size: 1.0em;
}


#allJobsInner ul li a {
	font-size: 16px;
	line-height: 16px;
}


/*
div.headerBox span {
	background-color: none;
	color: #00896C;
}
*/

div.newsBody h1 {
	padding: 0.25em 0 0.25em 0;
	font-size: 42px; /* starting at largest size */
}

div.newsBody h1.static {font-size: 32px;}

div.newsBody h4 {
	font-weight: normal;
	color: #4D4F53;
	margin: 0.5em 0;
	font-size: 1.4em;
	line-height: 1.3em;
}

div.newsBody p.headingAbout {
	background-color: #333;
}

div.newsBody ul {
	padding: 0 0 10px 10px;
	list-style: none;
	margin: 0;
}

div.newsBody ul li {
	margin-bottom: 0.5em;
}

label, .smaller {
	color: #4A4A4A;
	font-size: 0.9em;
	text-align: left;
	margin-bottom: 0;
}



/*
input[type="text"] {
	width: 100%;
	
	-webkit-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
	box-shadow: inset 2px 2px 3px 0px rgba(0,0,0,0.15);
	
	
	background: transparent;
	padding: 6px;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #333;
	margin-bottom: 12px;
}
*/

input, textarea {
	display: block;
	text-align: left;
	width: 100%;
	border: 1px solid #dfe1e5;
	border-radius: 2px;
	margin-top: 4px;
	padding: 0.5em;
	font-size: 1em;
	margin-bottom: 12px;
}

textarea {resize: none;}

input:focus, textarea:focus {outline: none;}

input.error {border-color: #BD2701;}

div.errorMsg {
	color:#BD2701;
	margin: -9px 0 12px 0;
	font-size: 0.9em;
}

textarea {border-radius:2px;}


form select {
	font-size: 20px;
	width: 100%;
}


table label {
	font-size: 70%;
	color: #00896C;
	display:none;
	margin-top: 12px;
	margin-bottom: -8px;

	transition: 0.3s all;
}

form.lostAccess input[type=submit], form.lostAccess input[type=Reset], form.signUp input[type=submit], form.signUp input[type=Reset] {
	text-transform: none;
	border-radius: 4px;
}


span.formspan {
    display: block;
    overflow: hidden;
}

.control {
	font-size: 18px;
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}

.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.control__indicator {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #00896C;
}

/* Checked state */
.control input:checked ~ .control__indicator {
	background: #00896C;
}

/* Check mark */
.control__indicator:after {
	position: absolute;
	display: none;
	content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
	display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
	top: 2px;
	left: 6px;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
	border-color: #7b7b7b;
}


.select {
	position: relative;
	/* display: inline-block; */
	width: 65%;
	margin-bottom: 15px;
	float: right;
	top: 6px;
}

.select.narrow { width:50%;}

.select select {
	display: inline-block;
	width: 100%;
	padding: 8px 12px;
	cursor: pointer;
	color: #7b7b7b;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #edeeef;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select__arrow {
	position: absolute;
	top: 16px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
	border-top-color: #000;
}

.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}

div.newsListWrapper.jobsWrapper ul li {
	padding: 0em 0 0.3em 0 !important;
	font-size: 1.2rem !important;
	font-weight: normal !important;
}

div.ad {padding-bottom: 0; /* 10px; /* 0.25em; */}

.formBate {display: none;}

span.trending {
	font-weight: normal; 
	background:#BD2701; 
	color:#fff;
	padding: 1px 0.4em;
	margin-left: 1em;
}

span.comment {
	font-weight: normal; 
	background:#e79e00; 
	color:#fff;
	padding: 1px 0.4em;
	margin-left: 1em;
}

span.approvals {
	font-weight: normal; 
	background:#00896C; 
	color:#fff;
	padding: 1px 0.4em;
	margin-left: 1em;
}

span.dinkus {
	font-weight: normal; 
	background:#2f80c2; 
	color:#fff;
	padding: 1px 0.4em;
	margin-left: 1em;
}

div.popular {
	border-top: 3px solid #00896C; 
}

div.popular span {	
	background:#00896C; 
	color:#fff;
	padding: 0.3em 0.5em;
	font-size: 0.75em;
	font-weight: bold;
}

#btn_moreNews {
	/* 
	position: fixed; 
	bottom: 0;
	*/
	text-align:center;
	margin: 0.5em auto;
	color: #BD2701;
	cursor: pointer;
}

.downArrow {
	display: inline-block;
	position: absolute;
	width: 12px;
	height: 12px;
	margin: -4px 0 0 0;
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	border-right: 1px #BD2701 solid;
	border-bottom: 1px #BD2701 solid;
  	animation-duration: 1.5s;
  	animation-iteration-count: infinite;
  	animation-name: arrowbounce;
}

@keyframes arrowbounce {
  	0%, 100% {margin-top: -4px;}
	50% {margin-top: 0px;}
}
  

/* media calls for responsive screens */

@media screen and (max-width: 600px) {
	table.ad {max-width:100%; width:100%;}
	div.newsListWrapper ul li {font-size: 1em;}
}

div.ad728container, div.ad320container {
	position: relative;
	width: 100%;
	/* background: #333; */
	margin-bottom: 12px;
}

div.ad.ad728, div.ad.placeholder728 {
	display:block;
	/* max-width: 728px;
	max-height: 90px; */
	margin: 0 auto;
}

div.ad.placeholder728 img {width: 100%;}

div.ad.ad320, div.ad.placeholder320 {
	display:none;
}


div.ad.ad728, div.ad.ad320 {
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin:0 auto;
	padding:0;
}

div.ad.ad728 img, div.ad.ad320 img {width: 100%;}

div.newsWrapper {margin-bottom: 20px;}
div.newsWrapper.dinkus {margin-bottom: 0;}
div.newsWrapper div.body, div.newsWrapper div.bodyhide {
	margin-bottom: 0; line-height: 1.2em; font-size: 1em;
}

div.postedDate {
	font-weight: bold; text-transform: uppercase; font-size: 0.7em; line-height: 1.4em; color: #BD2701;
}

div.newsWrapper div.body a,
div.newsWrapper div.bodyhide a {
	line-height: 24px;
	font-size: 21px; 
	color: #BD2701 !important;
}

div.twinColumn.headline div.firstList div.newsWrapper div.flexLeft div.body a {
	line-height: 24px;
	font-size: clamp(1rem, 2vw, 1.2rem) !important;
	color: #BD2701 !important;
}

/* div.twinColumn.headline div.firstList div.newsWrapper div.flexLeft div.body div.postedDate {
	margin-top: 5px;
}
 */
div.standFirstContainer p.standfirst a {
	color: inherit !important;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: inherit;
	font-size: inherit;
	font-family: inherit;
}

div.standFirstContainer p.standfirst a:hover {border-bottom-color: inherit;}

div.newsWrapper div.body a.leadStory,
div.newsWrapper div.bodyhide a.leadStory {
	line-height: 32px;
	font-size: 32px;
	margin-bottom: 6px;
	display: block;
}

div.twinColumn.headline div.newsWrapper.singleLead div.body a.leadStory,
div.twinColumn.headline div.newsWrapper.singleLead div.bodyhide a.leadStory {font-size: 4rem; line-height: 1.5em;}

div.twinColumn.headline div.newsWrapper:first-child {width:100%;}
div.twinColumn.headline div.firstList {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
div.twinColumn.headline div.firstList div.newsWrapper {
	width:100%;
}

/* #wrapper > div:nth-child(3) > div > div > div.twinColumn.headline > div.newsWrapper.singleLead > div > div > div.standFirstContainer > p {
	font-size: 1.0rem !important;    
	line-height: 1.4rem !important;
} */

div.twinColumn.headline div.newsWrapper.singleLead {
    width: 63%;
}

div.twinColumn.headline div.firstList {
    width: 37%;
}

/* div.firstList div.newsWrapper div.flexLeft div.body div.hide {
	font-size: clamp(0.5rem, 2vw, 1rem);
} */

/* div.newsWrapper.singleLead div.flexLeft {height: 200px;} */


div.newsListWrapper.jobsWrapper ul li.carouselOverride {
	font-size: 0.7rem !important;
	/* line-height: 1.2rem !important; */
}

div.newsListWrapper.jobsWrapper div.newsWrapper a {font-size:1.0em;}

.twinColumn {display: flex; align-items: top; justify-content: space-between;}
.twinColumn div.newsWrapper {width: 48%; }
.twinColumn div.newsWrapper.singleLead {
	width: 100%; margin-right: 24px;
}

/* .twinColumn div.newsWrapper.singleLead img{max-height: 120px; } */

div.flexRow {
	display: flex; align-items: center; justify-content: space-between;
}

.heroContainer img {width: 100%;}
div.flexLeft {display: flex; align-items: top; height: auto; /* 70px; */}
/* div.headline div.flexLeft div { height: 160px; overflow:hidden;} */
div.flexLeft div:first-child {margin-right: 18px; /* margin-top: 3px; */}

div.headline div.flexLeft {height: 120px;}
div.headline div.firstList div.flexLeft {
	height: 120px;
}
div.headline div.firstList div.storyImgContainer {flex: 0 0 100px;}

div.storyImgContainer {
	flex: 0 0 124px;
	position: relative;
	min-height: 70px;
	margin-top: 3px; 
	overflow:hidden; 
	border: 1px solid #eee;
	background-repeat: no-repeat;
}

div.standFirstContainer {
	order: 0;
}

div.heroImgContainer {
	flex: 0 0 213px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	order: 0;
	background-repeat: no-repeat;
} 

div.newsWrapper.singleLead div.heroImgContainer {flex: 0 0 340px;} /*376px;} */
/* div.newsWrapper.singleLead div.flexLeft { height: 234px; } */ /*211px;} */

img.storyImg {
	min-width: 100%; 
	min-height:100%; 
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);

}

/* div.heroImgContainer {width: 284px; max-width: 40%; max-height:160px; overflow:hidden;} */
/* img.storyImg {min-width: 100%; min-height:100%; flex-shrink: 0;} */
/* div.heroImgContainer img.storyImg {width: 100%; max-height: 160px;} */
div.newsWrapper div.bodyhide div.hide {display: block;}

#allJobsList {z-index: 1000;}
#allJobsInner ul {list-style: none; padding-left: 0;}
#allJobsInner ul li {padding-bottom: 0.5em;}
#allJobsInner ul li a {text-decoration: none; color: #4D4F53;}
#allJobsInner ul li a:hover {
	color: #00896C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00896C;
}

.success {color: #00896C;}
.fail {color: #BD2701; }

button {cursor:pointer;}
#btn_sendEmail {width: 130px; height: 35px;}

button.disabled {
	cursor: auto;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none; /* Safari */
}

/**** 3 dot spinner ****/

#spinner {
	display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.lds-ellipsis {
	display: inline-block;
    position: relative;
    width: 72px;
    height: 16px;
    margin: 0 auto;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #ccc;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

#sendSpinner {display:none;}
#sendSpinner.lds-ellipsis div, #spinner.lds-ellipsis div {
	position: absolute;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #FFF;
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

/*** end 3 dot spinner ***/

@media screen and (max-width: 1140px) {
	/* div.headline div.flexLeft {height: 9.3vw;} */
	div.flexLeft {margin-bottom: 0.5em;}
	div.newsWrapper div.heroImgContainer {flex: 0 0 16.5vw;}
	div.newsWrapper.singleLead div.flexLeft {height: 200px;} /*18.5vw;}*/
	div.newsWrapper.singleLead div.heroImgContainer {flex: 0 0 30vw;}
	/* div.headline div.flexLeft {height: 120px;}
	div.heroImgContainer {flex: 0 0 213px;} */
}

@media screen and (max-width: 900px) {
	div.storyImgContainer {flex: 0 0 70px;}
}

@media screen and (max-width: 800px) {
	.standFirstContainer p.standfirst {
	    font-size: 1.0em !important;
	    line-height: 1.4em !important;
	}
	div.ad728container, div.ad320container {background: none;}
	div.singleLead div.body div.flexLeft {flex-direction:column-reverse; height: auto;}
	div.twinColumn.headline div.newsWrapper:first-child {width: 100%; margin-right: 24px;}
	div.twinColumn.headline div.firstList {width: 100%;}
	div.headline div.firstList div.flexLeft {height: 110px;}
	div.headline div.firstList div.storyImgContainer {flex: 0 0 90px;}
	div.standFirstContainer {margin-right: 0;}
	div.newsWrapper.singleLead div.heroImgContainer {margin-bottom:8px; flex: 0 0 24vw;}
	

	div.twinColumn.headline div.newsWrapper.singleLead div.body a.leadStory,
	div.twinColumn.headline div.newsWrapper.singleLead div.bodyhide a.leadStory {font-size: 2.5rem; line-height: 1.2em;}
	/* form select {font-size: 1em;} */
	/* #searchPanel button.btn_search {padding: 15px 24px 15px 8px;}*/

}

@media screen and (max-width: 650px) {
	
	div.singleLead div.body div.flexLeft {flex-direction:column-reverse; height: auto;}

	#masthead {
		height: 88px;
		margin-bottom: 20px !important ;
		box-shadow: 0 4px 3px -3px#B9B9B9; 
		z-index: 900;
		border-bottom: 1px solid #ccc;
	}

	div.main.flex {height: 68px;}
	#piflogo img {height: 49px;}

	.navigation {position: fixed;}

	#mastheadSpacer {height:104px;}

	div.theSans {
		font-size: 1.2em;
		line-height: 0.9em;
	}

	.container {margin-left: 5%; margin-right: 5%;}
	
	.span70 {margin-top:24px; float:right; width: auto;}
	.span37, .span51 {width:100%;}
	.span28 {width:100%;}
	
	.ad-inline {display:none; }
	
	
	.col {float:none;}
	
	#featureCol {float:none; position:relative; width:78%}
	
	#rightAdsWrapper {position:absolute; right:0; top:0;}
	
	div.newsBody h4 {font-size: 1.1em; line-height: 1em;}
	/* label[for="nav-trigger"] {top:50px; position:fixed;} */

	#wrapper {margin-bottom:70px;}
	
	#articleIndex {
		position:relative;
		/* background:#fff; */
		/* font-size: 100%; */
		
		width: 100%;
		display: block;
		
		transition: all 0.2s;
	}

	#leftArrow {display:block; position: absolute; left:0; top:45%; transform: translateY(-50%); cursor:pointer ; cursor: hand;}
	#rightArrow {display:block; position: absolute; right:0; top:45%; transform: translateY(-50%); cursor:pointer ; cursor: hand;}

	#leftArrow img {transform: scaleX(-1);} /*flip right arrow */

	#carousel {
		width: 84%;
		margin-left: 8%;
		overflow: hidden; 
		position:relative;
		margin-top: -4%;
		/* border: 1px solid #00c; */
	}

	.carouselContainer {
		display:block;
		width: 100%;
		position: fixed;
		bottom: 0;
		background: #fff;
		border-top: 1px solid #ccc;
		box-shadow: 0 -4px 3px -3px#B9B9B9; 
		z-index: 400;
		padding-bottom: 1%;
	}

	.carouselHeading {  /* more news */
		display:block;
		margin-top: 2%;
		margin-bottom: 4%;
	}

	#carousel div.newsListBox, #carousel div.boxgreen, #carousel .freeContentWrapper {display:none;}

	#carousel div {
		background: none;
		white-space: nowrap;
		padding:0;
		margin:0;
		/* transition: all 0.3s; */
		position:relative;
	}

	#carousel ul {
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
		-webkit-padding-start: 0;
		position:relative;
		margin-bottom: 10px;
		display: block;
	}

	#carousel ul li {
		width: 100%;
		padding: 7px 0;
		font-weight: normal;
		text-align: center;
		font-size: 120%;
		/* border: 1px solid #F00; */
		display: inline-block;
		/* overflow: hidden; */
	}

	div.newsListWrapper ul li div.body, div.newsListWrapper ul li div.bodyhide  {
		white-space: nowrap; 
		text-overflow: ellipsis; 
		overflow:hidden;
		padding: 0 3% 0 3%;
		/* text-align: center; */
	}

	#carousel ul li a, #carousel ul li a:hover {
		text-decoration: none;
		color: #000;
		border-bottom-width: 0;
	}

	label[for="moreNewsButton"] {display: block; z-index: 100;}
	
	.moreNewsButton:checked ~ #newsArticle {
	  filter: blur(2px);
	  opacity: 0.8;
	}
	
	.moreNewsButton:checked ~ #articleIndex {
	  left: 2px;
	}

	.floatingBannerSpacer {display:block;}

	div.newsBody {font-size: 120%;}

	.carouselOverride {
		display: inline !important;
		text-align: left !important;
	}

	.carouselOverride div.body, .carouselOverride div.bodyhide {
		text-align: left !important;
		padding: 0 !important;
		font-family: "Trebuchet MS", Arial, sans-serif, Helvetica !important;
		margin-bottom: -0.7em;
	}

	/*
	.carouselOverride div.bodyhide {
		 display: none;
	}
	*/

	.carouselOverride div.body a, .carouselOverride div.bodyhide a {
		/* color: #BD2701 !important; */
		padding: 0 !important;
		font-size: 120% !important;
	}

	div.newsListWrapper ul li.carouselOverride {
		margin-top: -0.6em;
	}

	div.newsListWrapper ul li.carouselOverride div.body a {
		font-size: 1.2em !important;
		padding: 0;
	}

	
	.newsEndBannerAds, .sideBannerAds {
		display: none;
	}

	.bottomBannerAds {
		display: block;
		position: relative;
	}

	.bottomBannerAds div.ad.ad728, .bottomBannerAds div.ad.ad320 {
		
		position:absolute;
		top:0;
		left: 0;
		right: 0;
	
		margin:0;
		padding:0;
	}

	table.searchResultTable td.date, table th {
		display:none;
	}

}

@media screen and (max-width: 560px) {

	div.twinColumn.headline div.firstList div.newsWrapper div.flexLeft div.body a {
		line-height: 24px;
		font-size: 1.2rem !important;
		color: #BD2701 !important;
	}
	
	div.twinColumn.headline div.newsWrapper.singleLead div.body a.leadStory, 
	div.twinColumn.headline div.newsWrapper.singleLead div.bodyhide a.leadStory {
		line-height: 1.1em;
		padding-bottom: 8px;
		display: block;
	}
	div.newsWrapper.singleLead div.heroImgContainer {flex: 0 0 50vw;}
	div.headline div.firstList div.flexLeft {height: 80px;}
	div.headline div.firstList div.storyImgContainer{flex: 0 0 124px;}

	/* .hide {display:none;} 
	div.headline div.flexLeft { height: 100px;}
	div.heroImgContainer {flex: 0 0 178px; } */
	div.storyImgContainer {flex: 0 0 124px; }

	div.newsWrapper.singleLead div.heroImgContainer, div.headline div.heroImgContainer {width: 90vw; height: 50vw; margin-bottom:10px;}
	/* div.newsWrapper.singleLead div.flexLeft, div.headline div.flexLeft {display: block; height: auto;} */

	p.standfirst {font-size: 1.2em; line-height: 1.2em;}

	div.twinColumn {display:block;}
	.twinColumn div.newsWrapper {width: 100%;}

	div.newsWrapper div.body {margin-bottom: 0.2em;}	

	div.newsListWrapper.jobsWrapper div.newsWrapper ul {padding: 0 ; margin: 0;}
	div.newsListWrapper.jobsWrapper div.newsWrapper:first-child ul {padding-top: 1em ; margin: 0;}
	div.newsListWrapper.jobsWrapper {padding-bottom: 1em;}

	#masthead {
		height: 80px;
		margin-bottom: 20px !important ;
		box-shadow: 0 4px 3px -3px#B9B9B9; 
		z-index: 900;
	}

	div.main.flex {height:60px;}

	#mastheadSpacer {height:95px;}

	.date {visibility:hidden; width:10px;}

	div.theSans {
		display:none;
	}

	#inline-date {
		display: block;
		font-size:0.9em;
	}

	label[for="nav-trigger"] {color:#FFF;font-size:0;}

	div.menuContainer {width: 30px;}

	/* label[for="nav-trigger"] {top:36px;} */

	#piflogo img {height:42px;}

	div.newsListWrapper ul li {
		font-size: 150%;
	}

	.flexLeft.wrap-560 {display: block; overflow-wrap: break-word; }
	.flexLeft.wrap-560 a, a.fitWidth {font-size:4.5vw;}
}

@media screen and (max-width: 420px) {

	div.twinColumn.headline div.firstList div.newsWrapper div.flexLeft div.body a {
		line-height: 24px;
		font-size: 1.1rem !important;
		color: #BD2701 !important;
	}

	#piflogo img {height:36px;}

	#masthead {
		height: 70px;
		margin-bottom: 20px !important ;
		box-shadow: 0 4px 3px -3px#B9B9B9; 
		z-index: 900;
	}

	div.main.flex {height: 50px;}

	#mastheadSpacer {height:80px;}

	.date {visibility: hidden;}

	div.theSans {
		display:none;
	}

	#inline-date {
		font-size:0.75em !important;
	}

	#weekday {display:none;}

	/* label[for="nav-trigger"] {top:31px;} */
	

	/*
	p.breakout {
		font-size: 1.2em;
	}
	*/

	div.printBar {
		font-size: 90%;
	}
	div.newsListWrapper ul li {
		font-size: 110%;
	}

	h1 {
		font-size:1.6em; /*!important;*/
	}

	
	div.newsBody h1.static {
		font-size:1.5em;
	}

	/*
	div.heroImgContainer {text-align: center; margin-bottom: 5px;} 
	div.headline div.flexLeft {display: block;}
	*/

	/* div.heroImgContainer {flex: 0 0 100px; } */
	div.storyImgContainer, div.headline div.firstList div.storyImgContainer {flex: 0 0 100px; }

	div.ad728container, div.ad320container {
		margin-bottom: 8px;
	}

/*
}

@media screen and (max-width: 355px) {
*/
	div.ad.ad728, div.ad.placeholder728 {
		display:none;
	}

	div.ad.ad320, div.ad.placeholder320 {
		display:block;
	}
}

@media screen and (max-width: 320px) {

	div.twinColumn.headline div.firstList div.newsWrapper div.flexLeft div.body a {
		line-height: 24px;
		font-size: 0.9rem !important;
		color: #BD2701 !important;
	}

	
	div.newsWrapper div.body a {
		font-size: 1.7em;
		line-height: 1.7em;
	}
	

	div.newsWrapper div.body {
		font-size: 0.8em;
		line-height: 1.2em;
	}

	div.featureWrapper div.bodyblue a {
		font-size: 1.7em;
	}

	div.newsBody h1.static {
		font-size:1.4em;
	}

	div.newsBody {font-size: 110%;}

	#searchPanel {border-radius: 0; }

	#articleIndex {font-size: 0.9em;}
}

@media screen and (orientation:landscape) and (max-width: 768px) {
	#piflogo img {height:34px;}

	#masthead {
		height: 70px;
		margin-bottom: 20px !important ;
		box-shadow: 0 4px 3px -3px#B9B9B9; 
		z-index: 900;
	}

	div.main.flex {height: 50px;}

	#mastheadSpacer {height:80px;}

	.date {visibility: visible; width: auto;}

	div.theSans {
		display: block;
		font-size: 1em;
	}

	#inline-date {
		display: none;
	}

	label[for="nav-trigger"] {
		height: 22px;
		width: 24px;
		color: #FFF;
		font-size: 0;
	}

	div.menuContainer {width: 24px; height:22px;}

	ul.navigation {
		overflow-y: scroll;
	}
}