@media screen {
	code .property {color: #8800bb; margin-left: 2rem}
	code .value {color: #ad1b05}
	#devTip {opacity: 0.7; font-size: 90%; border-radius: 6px; position: fixed; top: 20px; right: 20px; bottom: auto; padding: 1rem 1rem 0; background: #ffffe2; border: 1px solid #cc3333; z-index: 100; width: 180px; transition: width 0.5s, opacity 0.5s, bottom 0.5s}
	#devTip.expanded {bottom: 20px; overflow-y: auto; width: 500px; opacity: 1}
	#devTip h2 {margin-top: 0; font-size: 130%;}
	#devTip h2 a {display: block; color: #000; text-decoration: none; position: relative}
	#devTip h2 a i {position: absolute; right: 0; top: 50%; transform: translateY(-50%)}
	#devTip h2 a:hover {color: #cc3333}
	#devTip h3 {font-size: 115%}
	#devTip #devInner {overflow: hidden; height: 0; visibility: hidden; opacity: 0; transition: opacity 0.5s, visibility 0.5s}
	#devTip.expanded #devInner {visibility: visible; height: auto; opacity: 1; overflow: visible}
	#devTip th, #devTip td {padding: 5px; border: 1px solid #daba6c}
	#devTip th {background: #daba6c}
	#devTip table {margin-bottom: 1rem}
	#devTip table tbody {background: none}
/*
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
#newsroom-slider .rsNavItem.rsNavSelected .text-right a {
  color: #333 !important;
  text-decoration-color: #333 !important;
}
.also-like {
	margin-top: 4em;
	border-top: 1px solid #ededed;
}

.tile {
    border: 1px solid #e7e7e7;
    float: left;
    margin-bottom: .5em;
    margin-right: 1%;
    padding: 0;
    text-align: center;
    width: 31.33%;
}
.tile .img {
    line-height: 0;
    margin-left: 0;
	overflow: hidden;
    width: 100%;
	height: 100px;
}
.tile h3 {
	color: #444;
	margin: .5em;
	font-size: 90%;
}
.tile p {
    padding: 0 .5em;
	font-size: 80%;
}

.lastUpdatedDate {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: .8em 1em;
	font-size: 80%;
	margin: 2em 0;
	color: #6b6b6b;
}

.lastUpdatedDate::before {
	font-family: fontawesome;
	content: "\f073";
	float: left;
	margin-left: -2em;
    padding-left: 1em;
}

.lastUpdatedDate ul {
	margin: 0;
	padding: 0;
}

.lastUpdatedDate li{
	list-style: none;
	float: left;
	padding: 0 1em;
}

.lastUpdatedDate li:first-child {
	border-right: 1px solid #ededed;
}

#search-query-primary, #suggestbox1 li a, .submit {
	display: inline-block
}
#newsroom-slider > .rsContent {
	visibility: hidden !important
}
#feature-search, .img-wrapper img {
	text-align: center
}
#newsroom-slider {
	text-align: left;
	height: 500px;
	margin-bottom: 1.5em;
	display: none
}
#more-stories {
	background: url(../images/services-bg.jpg) #e8e8e8;
	margin-top: 1em;
	padding: 1em 0;
}
#asides .content-wrapper {
	margin-left: 1em
}
#feature-search {
	clear: both;
	padding: 1em 0
}
.search-wrapper {
	background: #dedede;
	padding: 4px;
	position: relative;
	display: inline-block
}
#suggestbox1 {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 100%;
	margin-bottom: 0
}
#suggestbox1 li a {
	min-width: 300px
}
#feature-search-submit {
	padding: .5em .7em!important
}
.m-btn {
	background: #f7f7f7;
	border: 1px solid #78ba00;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: #333 !important;
	display: inline-block;
	font-weight: 400;
	padding: .4em .7em !important;
	text-decoration: none;
	-webkit-transition: background-color .5s ease-out;
	-moz-transition: background-color .5s ease-out;
	-o-transition: background-color .5s ease-out;
	transition: background-color .5s ease-out
}
#next, .newsroom .rsDefault .rsThumb h3 {
	text-align: center;
	font-weight: 700
}
.m-btn:hover {
	background: #78ba00!important;
	color: #333;
	outline: 0!important
}

.pagination {
	text-align: center;
}

.pagination ul {
	list-style: outside none none;
    margin: 0 0 1em;
    padding: 0;
	display: inline-block;
}
.pagination li {
	float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.pagination a, .pagination span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 15px;
	padding: 0 8px;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
	text-decoration: none;
}

.pagination a:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.pagination li:first-child a, .pagination li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a, .pagination li:last-child span {
	border-radius: 0 3px 3px 0;
}

.pagination .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.pagination .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
.rsNav {
	margin-bottom: 1.5em
}
.infoBlock {
	background: #333;
	background: 0 0\9;
	background: rgba(51,51,51,.95);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ea333333, endColorstr=#ea333333);
	zoom: 1;
	color: #fff;
	left: 20px;
	overflow: hidden;
	position: absolute;
	right: auto;
	top: 20px;
	margin-right: 260px;
	width: 250px
}
.infoBlock h3, .infoBlock p {
	margin-left: 1em;
	margin-right: 1em
}
.newsroom .rsDefault .rsThumbsVer {
	width: 0
}
.newsroom .rsDefault .rsThumb {
	height: 125px;
	width: 180px
}
.newsroom .rsDefault .rsTmb span {
	display: none
}
.newsroom .rsDefault .rsThumb .rsTmb {
	padding: 1em;
	background: #f4f4f4;
	font-size: 90%!important
}
.newsroom .rsDefault, .rsDefault .rsThumbs, .rsDefault .rsVideoFrameHolder {
	background: #f4f4f4!important
}
.newsroom .rsDefault .rsThumbsArrowIcn {
   background: url(/?a=40253);
}
.newsroom .rsDefault .rsThumb.rsNavSelected .rsTmb, .newsroom .rsDefault .rsThumb.rsNavSelected .rsTmb:hover {
	background: #78ba00
}
.newsroom .rsDefault .rsThumb .rsTmb:hover {
	background: #dedede
}
.newsroom .rsDefault .rsThumb.rsNavSelected h3 a {
	color: #333!important
}
.newsroom .rsDefault .rsThumb.rsNavSelected h3 {
	border-bottom: none
}
.newsroom .rsDefault .rsThumb .rsTmb h3 a:hover {
	color: #78ba00
}
.newsroom .rsDefault .rsTmb h3 a:link, .newsroom .rsDefault .rsTmb h3 a:visited {
	text-decoration: underline;
	color: #007eb1
}
.grid-item, .subscribe-box {
	border: 1px dotted #909090;
	color: #666;
	overflow: hidden
}
.newsroom .rsDefault .rsGCaption {
	top: auto;
	bottom: 76px;
	margin-right: 6px;
	background: rgba(51,51,51,.95)
}
.newsroom .rsDefault .rsGCaption figure {
    border: none !important;
    padding: 1.4rem 4rem 0.4rem !important;
}
.newsroom .rsDefault .rsGCaption .m-btn {
	margin-top: 0;
	margin-left: .5em;
	padding: .2em .5em!important
}
.newsroom .rsDefault .rsPlayBtnIcon {
	/*background: url(./?a=40253) 0 -32px no-repeat rgba(255,255,255,.75)*/
}

.grid {
	margin: 0 auto
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
	background: #fff;
	width: 270px;
	height:auto;
	float: left;
	margin-bottom: 1em;
	/*margin: .5em;*/
}
.grid-item.inactive {
	background: #ffd5d5;
}
.grid-item.inactive .alert, #newsroom-slider .alert {
	position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    display: inline-block;
    padding: 0.5em;
    background: #cc3333;
	border-radius: 2px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#newsroom-slider .rsSlide .alert {
	bottom: auto;
	top: 0;
	left: 0;
	right: auto;
	font-size: 1.2em;
	border-radius: 0 0 2px 0;
}
#newsroom-slider .rsTmb.inactive .alert {
	position: static;
	margin-top: 0.75em;
	border-radius: 2px;
}
#newsroom-slider .rsTmb.inactive .alert span {
	display: inline;
}
.grid-item.inactive .alert span, #newsroom-slider .alert span {
	font-size: 0.7em;
	display: block;
	text-shadow: none
}
#newsroom-slider .alert span {
	display: inline-block !important;
}
#newsroom-slider .rsTmb.inactive {

} 	
.newsroom .grid-item a {
	margin: 0;
	padding: 0;
	background: 0 0;
	text-decoration: none
}
.newsroom .grid-item img {
	transition: all .5s ease-in-out
}
.newsroom .grid-item a:hover img {
	transform: scale(1.1)
}
.newsroom .grid-item a:hover h3 {
	text-decoration: underline
}
.grid-item h3, .grid-item p {
	padding: 0 1em;
	line-height: 1.2em
}
.grid-item a.m-btn {
	margin: 1em;
	cursor: pointer
}
div.label-checkbox {
	float:left;
}
div.label-checkbox input {
	margin-right: .2em;
}
div.label-checkbox label {
	margin-right: 1em;
}
.img-wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	position: relative
}
.subscribe-box {
	background: #e7f5fe;
	padding: 0;
	width: 270px
}
.subscribe-box h3, .subscribe-box p {
	color: #13578b;
	padding: 0 1em
}
.subscribe-box form {
	margin: 1em
}
#next {
	position: relative;
	max-height: 58px;
	margin-top: 1em;
	display: block;
	padding: 1em;
	background: #fff;
	text-decoration: none;
	border: 1px solid #ccc
}
#next:hover {
	background: #78ba00
}

/*---- Filter */
.dropdown {
	display:inline-block;
	vertical-align: top;
}

.dropdown input {
	margin-right: .5em;
}

.dropdown .hida .fa-filter {
	margin-right: .5em;
}

.dropdown dd,
.dropdown dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul {
  margin: -1px 0 0 0;
}

.dropdown dd {
  position: relative;
}

.dropdown a,
.dropdown a:visited {
  color: #333;
  text-decoration: none;
  outline: none;
}

.dropdown dt .multiSel-wrapper {
  display: block;
  overflow: hidden;
}

.dropdown dt a span{
  cursor: pointer;
  display: inline-block;
  padding: .5em 30px .5em .5em;
}

.dropdown dd ul {
  padding: .5em 0;
  background-color: #d7d8d8;
  color: #333;
  display: none;
  left: 0px;
  position: absolute;
  top: 2px;
  list-style: none;
  height: 200px;
  overflow: auto !important;
  z-index: 9;
  width:100%;
}
.dropdown dd ul li{
	padding: 0 1em;
}
#filters, #filtersR {
	border: 4px solid #dedede;
	background: #f7f7f7;
	margin: .5em;
	display:inline-block;
	position: relative;
	text-align: left;
	width: 80%;
}
#filter-wrapper {text-align:center;}
.multiSel-wrapper {border: 1px solid #ccc;}
.closebtn {
	margin-right: 5px;
	margin-top: 5px;
	float: right;
	position: absolute;
	right: 5px;
	top: 5px;
}
.closebtn a::after {
	font-family:fontawesome;
	content: "\f057";
}
.closebtn a:hover {color: #db4437;}
.hida {font-weight: normal;}
}
@media (max-width: 414px) {
  .tile {
    width: 48% !important;
  }
}

@media print {
#feature-search {
	display: none
}
.grid, .grid-item {
	width: 100%;
	float: none!important;
	position: static!important;
	padding: 1em;
	margin: 0;
	display: block!important;
	clear: both!important
}
.grid-item {
	overflow: auto!important;
	zoom: 1!important
}
.grid {
	overflow: visible!important
}
.newsroom .grid-item .img-wrapper {
	height: 250px!important;
	width: 200px!important;
	float: left;
	margin-bottom: 1em;
	margin-right: 1em
}
}
@media screen and (max-width: 979px) {
    .qg-news-stories .news-item {
        width: calc(100% - 1em) !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
}