.pager .next>a,
.pager .previous>a {
	max-width: 49.5%;
}
.sites-col-break {
	display: block;
	clear: both;
	height: 1px;
	margin:  10px 0;
}
.sites-narrow-block {
	max-width: 30em;
	margin: 0 auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
ul.sites-share-buttons {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
ul.sites-share-buttons > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
.sites-share-buttons {
    margin-top: 2em;
    margin-bottom: 2em;
}
.sites-btn-share {
    font-size: 14px;
    font-family: sans-serif;
    opacity: .92;
    background: none;
    text-shadow: none;
}
.sites-btn-share:hover,
.sites-btn-share:focus {
    opacity: 1;
}
.sites-btn-share .sites-btn-share-intro {
    font-size: 10px;
    display:block;
}
.navbar-fixed-top-spacer {
	height: 3.6em;
	padding: 10px 0;
}
.navbar-brand>small {
	font-size: 12px;
}
.navbar-toggle .sites-navbar-toggle-text {
	color: #fff;
	float: left;
	margin-left: 30px;
	line-height: 1;
}
html {
	background-color: #2e2e2e;
}
body {
	background-color: #d2caac;
}
.item-byline {
	font-size: 16px;
	font-weight: bold;
}
h1.item-title {
	margin-top: 0;
}
#main {
	color: #000;
	font-family: "Times New Roman", Times, Georgia, serif;
}
#main .main_article_body > p {
	font-size: 16px;
}
#main .main_article_body p:first-of-type {
	font-size: 18px;
	color: #000;
}
#main .main_article_body p.drop-cap::first-letter {
  padding: 0 .1em;
  margin: 0;
  font-size: 60px;
  float: left;
  line-height: .795;
}
a {
	color: #7f723f;
}
.label {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
#main h2, #main h3 {
	font-family: "Times New Roman", Times, Georgia serif;
}
#main small {
	color: #807a6a;
}
h1.item-title small {
	display: block;
	font-size: 18px;
}
#footer {
	text-align: center;
	border-top: solid 6px #000;
	background: #bf1327 url(img/footer_bg.gif) repeat-x 0 top;
	color: #ffffff;
	padding: 2em 0 1em;
	margin-top: 1em;
}
.mers-btn-facebook {
	color: #2e2e2e;
	background-color:#fff;
	border-color:#3c5b96;
}
.mers-btn-facebook:hover,
.mers-btn-facebook:focus,
.mers-btn-facebook:active,
.mers-btn-facebook.active{
	color:#3c5b96;
}
#main figure {
	text-align: center;
}
#main figure img,
#main figure a {
	display: inline-block;
	margin:0 auto;
}
#main figure img {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
#main figure>figcaption {
	margin: 20px 0;
	color: #656254;
	font-variant: small-caps;
}
#main article {
	position: relative;
	margin-bottom: 40px;
}
#main .mers-private {
	opacity: .5;
	-webkit-transition: opactity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}
#main article:hover>.mers-private {
	opacity: 1;
}
#main .mers-private-lead {
	position: absolute;
	z-index: 1;
	top: 4em;
	text-align: center;
	right: 0;
	left: 0;
	padding: .5em;
	background-color: #fff;
	border-top: 1px solid #87826f;
	border-bottom: 1px solid #5a552e;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#main .main_article table.table {
	background-color: rgba(255,255,255,0.3);
}
article.summary {
	text-align: justify;
}
@media (max-width: 768px) {
article .table-responsive table.table:before {
	content: "Note: This table can be scrolled left-to-right.";
	font-style: italic;
	text-align: center;
	padding: 0 1em;
}
}
.pagination-status {
	margin: 1em 0;
}
/* @group Photo Corners
 */

.photo-corners {
	max-width:100%;
	display: inline-block;
	position: relative;
}
.photo-corners .photo-corner-1 {
	position: absolute;
	top: -6px;
	right: -6px;
	height: 32px;
	width: 32px;
	background: url(img/photo_corners.png) no-repeat left bottom;
}
.photo-corners .photo-corner-2 {
	position: absolute;
	display: block;
	bottom: -6px;
	left: -6px;
	height: 32px;
	width: 32px;
	background: url(img/photo_corners.png) no-repeat right top;
}

/* @end */

/* @group Panels */
div.qm-panel {
	margin-bottom: 1.3em;
}

/* @group simple */
div.qm-panel.plain {
	padding: 1em 2em;
	background-color: #f5f1e5;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-shadow: inset 0 0 5px #000;
	border: 5px solid #b7af97;
}
div.qm-panel.plain hr {
	border-color: #b7ae98;
	border-width: 4px;
}
div.qm-panel.clean {
	padding: 0.5em 2em;
	background-color: #fff;
	box-shadow: 0 0 5px #000;
	border: 2px solid #c8c8c8;
}
div.qm-panel.clean>.page-header {
	margin-top: 0;
}
/* @end */

/* @group paper */
div.paper div.qm-panel-1 {
	background: url(img/panels/paper_t.jpg) repeat-x 0 top;
}
div.paper div.qm-panel-2 {
	background: url(img/panels/paper_b.jpg) repeat-x 0 bottom;
}
div.paper div.qm-panel-3 {
	background: url(img/panels/paper_l.jpg) repeat-y left;
}
div.paper div.qm-panel-4 {
	background: url(img/panels/paper_r.jpg) repeat-y right;
}
div.paper div.qm-panel-5 {
	background: url(img/panels/paper_tl.jpg) no-repeat left top;
}
div.paper div.qm-panel-6 {
	background: url(img/panels/paper_tr.jpg) no-repeat right top;
}
div.paper div.qm-panel-7 {
	 background: url(img/panels/paper_bl.jpg) no-repeat left bottom;
}
div.paper div.qm-panel-8 {
	background: url(img/panels/paper_br.jpg) no-repeat right bottom;
}
div.paper div.qm-panel-content {
	padding:  36px 22px;
}
div.paper hr {
	border-color: #d2c9ad;
}
/* @end */
.qm-paper-complimentary {
	background-color: #263f0c;
	color: #e7e3d2;
	padding:  36px 22px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	background: #1a2a08;
	background: -moz-linear-gradient(left,  #1c2f08 0%, #263f0c 200px);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c2f08), color-stop(200px,#263f0c));
	background: -webkit-linear-gradient(left,  #1c2f08 0%,#263f0c 200px);
	background: -o-linear-gradient(left,  #1c2f08 0%,#263f0c 200px);
	background: -ms-linear-gradient(left,  #1c2f08 0%,#263f0c 200px);
	background: linear-gradient(to right,  #1c2f08 0%,#263f0c 200px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c2f08', endColorstr='#263f0c',GradientType=1 );
}
/* @group paper2 */

div.paper2 div.qm-panel-1 {
	background: url(img/qm-panel/paper2_t.jpg) repeat-x 0 top;
}
div.paper2 div.qm-panel-2 {
	background: url(img/qm-panel/paper2_b.jpg) repeat-x 0 bottom;
}
div.paper2 div.qm-panel-3 {
	background: url(img/qm-panel/paper2_l.jpg) repeat-y left;
}
div.paper2 div.qm-panel-4 {
	background: url(img/qm-panel/paper2_r.jpg) repeat-y right;
}
div.paper2 div.qm-panel-5 {
	background: url(img/qm-panel/paper2_tl.jpg) no-repeat left top;
}
div.paper2 div.qm-panel-6 {
	background: url(img/qm-panel/paper2_tr.jpg) no-repeat right top;
}
div.paper2 div.qm-panel-7 {
	background: url(img/qm-panel/paper2_bl.jpg) no-repeat left bottom;
}
div.paper2 div.qm-panel-8 {
	background: url(img/qm-panel/paper2_br.jpg) no-repeat right bottom;
}
div.paper2 div.qm-panel-content {
	padding:  36px 22px;
}
div.paper2 div.qm-panel-content .paper2-primary {
	margin-left: 310px;
	width: auto;
	float: left;
}
div.paper2 div.qm-panel-content .paper2-secondary {
	float: left;
	width: 280px;
	margin-right: -280px;
	color: #f6f4e7;
}
/* @end */

/* @group paper styles
 */
div.paper,
div.paper2 {
	background-color: #f7f5e8;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	color: #3f3d34;
}
div.paper .page-header,
div.paper2 .page-header{
	margin-top: 0;
	border-bottom: none;
}
div.paper strong,
div.paper2 strong {
	font-weight: bold;
	color: #000;
}
div.paper em,
div.paper2 em {
	font-style: italic;
}
div.paper a,
div.paper2 a {
	color: #7b5732;
}
div.paper a:hover,
div.paper2 a:hover {
	color: #4d3e2e;
}
div.paper h3 a,
div.paper2 h3 a,
div.paper h3 a:hover,
div.paper2 h3 a:hover{
	color: #000;
}
div.paper .main-content a,
div.paper2 .main-content a {
	color: #155e8c;
}
div.paper p.intro,
div.paper2 p.intro {
	margin-bottom: 2em;
}
div.paper p,
div.paper2 p {
	margin-bottom: 1em;
}
div.paper h2,
div.paper2 h2 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}
div.paper header div {
	margin-top: -15px;
	padding: .2em .5em;
	background-color: #bf1327;
	float: left;
	margin-bottom: 1em;
}
div.paper header div h2 {
	color: #fff;
	text-transform: uppercase;
	text-shadow: #7f0015 1px 1px 2px;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	display: inline;
}
div.paper header div p {
	margin: 0;
	color: #fff;
	font-style: italic;
	text-transform: none;
	font-size: 24px;
	text-shadow: #7f0015 1px 1px 2px;
}
div.paper footer {
	margin-top: 1em;
}
div.paper footer a {
	color: #000;
}
div.paper footer p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
div.paper footer p strong {
	text-transform: uppercase;
}
@media (max-width: 35em) {
	div.paper header div h2 {
		display: block;
	}
	div.paper header div p {
		display: block;
		padding: 0;
	}
}
div.paper  .pagination-status,
div.paper  .paginationControl {
	text-align: center;
}
div.paper h3,
div.paper2 h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
}
div.paper2 .content-item-title {
	margin-left: 14px;
	text-align: left;
}
div.paper2 .content-item-subtitle {
	margin-left: 14px;
	margin-top: -0.7em;
	text-align: left;
	font-size: 18px;
}
div.paper2 p.content-item-date {
	margin-left: 14px;
	margin-top: -.5em;
	color: #9f8166;
}

div.paper h2,
div.paper2 h2 {
	margin-bottom: .5em;
	list-style-image: none;
}
div.paper form dt,
div.paper2 form dt {
	text-align: right;
	width: 10%;
	font-weight: bold;
	float: left;
	clear: both;
}
div.paper form dd,
div.paper2 form dd {
	float: right;
	width: 84.5%;
	margin-right: 5%;
	margin-bottom: 1em;
}
div.paper  p.thumbnail,
div.paper2  p.thumbnail {
	float: left;
}
div.paper  .thumbnail img,
div.paper2  p.thumbnail .caption {
	float: left;
}
div.paper  p.thumbnail .caption,
div.paper2  p.thumbnail .caption {
	clear: left;
	float: left;
	width: 100%;
	padding-top: 0.3em;
	text-align: center;
	color: #656254;
	font-variant: small-caps;
}
/* @end */

/* @group card */

div.card {
	background: #f6eeab url(img/panels/card_bg.jpg) repeat 0 10px;
	font-family: Courier, monospace, mono;
	line-height: 22px;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.6);
}
div.card div.qm-panel-1 {
	background: url(img/panels/card_t.jpg) repeat-x top;
}
div.card div.qm-panel-2 {
	background: url(img/panels/card_b.jpg) repeat-x bottom;
	padding-bottom: 16px;
}

div.card div.qm-panel-content {
	padding: 34px 21px 63px;
}
div.card div.qm-panel-content * {
	line-height: 22px;
}
div.card.small div.qm-panel-content {
	padding-bottom: 21px;
}

div.card .qm-panel-header {
	margin-top: -11px;
	margin-bottom: 32px;
}
div.card a {
	color: #5151c8;
}
div.card * {
	line-height: 21px;
	margin: 0;
	padding: 0;
}
div.card strong {
	padding: 0 .3em;
	margin: 0 -0.3em;
	background-color: #fbf6d5;
}
div.card .qm-panel-header {
	padding-top: 8px;
	text-align: center;
	margin-bottom: 24px;
}
div.card .qm-panel-header h2 {
	font-size: 24px;
}
div.card dl {
	margin-top: 21px;
	margin-bottom: 21px;
}
div.card dt {
	clear: both;
	float: left;
	width: 30%;
	text-align: right;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
}
div.card dd {
	float: right;
	width: 70%;
	padding-top: 21px;
	background: url(img/qm-panel/card_field_bg.jpg) no-repeat left 4px;
	position: relative;
	padding-bottom: 10px;
	margin-top: -21px;
	margin-bottom: 11px;
}
div.card dd.submit {
	background: url(img/qm-panel/card_input_submit_bg.jpg) no-repeat left 4px;
}
div.card ul.errors {
	color: red;
	clear: both;
}
div.card dd input {
	float: left;
	border: none;
	background-color: transparent;
	line-height: 21px!important;
	min-height: 21px;
	width: 180px;
}
div.card dd.submit input {
	width: 200px;
	cursor: pointer;
}
div.card input[type="text"],
div.card input[type="password"] {
	padding: 2px 10px;
	margin: -2px;
}
div.card:hover input[type="text"],
div.card:hover input[type="password"] {
	border: dotted 2px rgba(255,255,255,0.8);
	padding: 0 8px;
}
div.card form p.description {
	margin-left: 10px;
	color: #664;
}
div.card p {
	text-align: justify;
}
div.card li {
	margin-left: 1.618em;
	list-style-type: square;
	list-style-position: outside;
}
/* @end */
/* @end */

#logo {
	margin-top: 5px;
	color: #fff;
	background-color: #bf1327;
	border-bottom: 10px solid #000;
}
a#logo-link {
	text-decoration: none;
}
#logo-badge {
	padding-left: 215px;
	min-height: 150px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(img/logo-2018.gif);
	background-size: 215px;
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	#logo-badge {
		background-image: url(img/logo-2018@2x.gif);
	}
}
#logo-text {
	padding-top: 10px;
	font-style: italic;
	padding-left: 30px;
	padding-right: 30px;
}
#logo-text h3 {
	font-weight: bold;
	text-shadow: #7f0015 1px 1px 2px;
}
#logo-text address {
	float: left;
	width: 48%;
	font-style: italic;
}
#logo-text p {
	float: right;
	width: 48%;
	text-align: right;
}
#logo h3 {
	font-size: 48px;
}
@media screen and (max-width: 640px) {
	#logo-badge {
		background: none;
		padding: 0;
		min-height: 0;
	}
	#logo-text {
		padding-left: 0.5em;
		padding-right: 0.5em;
		text-align: center;
	}
	#logo-text address,
	#logo-text p {
		width: 100%;
		margin: 0;
		float: none;
		text-align: center;
	}
	#logo-text h3{
		margin: 0;
		font-size: 36px!important;
	}

}
@media screen and (max-width: 33em) {
	#logo-text h3{
		font-size: 32px!important;
	}
}
@media screen and (max-width: 30em) {
	#logo-text h3{
		font-size: 28px!important;
	}
}
@media screen and (max-width: 26em) {
	#logo-text h3{
		font-size: 24px!important;
	}
	#masthead>.container {
		padding: 0;
	}
}
@media screen and (max-width: 320px) {
	#logo-text h3{
		font-size: 20px!important;
	}
}
#top-nav {
	border-top: 3px solid #fff;
	background-color: #263971;
	list-style: none;
	padding: 0.5em 0;
}
#top-nav>li>a {
	display: block;
	color: #fff;
	border-bottom: 1px dotted #1a274e;
	-webkit-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0.3em 1em;
}
#top-nav>li.active>a {
	background-color: #203463;
	color: #f7e46e;
}
#top-nav>li>a:hover,
#top-nav>li>a:focus {
	text-decoration: none;
	background-color: #1e2d59;
}
@media (min-width: 320px) {
	#top-nav>li>a {
		float: left;
		width: 48%;
		padding: 0.3em .1em;
		margin: 0 1%;
		white-space: nowrap;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 640px) {
	#top-nav>li>a {
		float: left;
		width: 23%;
		padding: 0.3em .2em;
		margin: 0 1%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#top-nav>li>a {
		float: left;
		width: 18%;
		padding: 0.3em;
		margin: 0 1%;
	}
}
#footer-tagline {
	font-size: 42px;
	font-family: "Times New Roman", Times, Georgia serif;
	font-style: italic;
	line-height: 1;
}
#footer-tram {
	height: 112px;
	margin-bottom: 1em;
	background: url(img/footer-tram.gif) no-repeat center center;
}
.linebreak{
	display: block;
	text-indent: -9999em;
	height: 0;
	line-height: 0;
}

/* @group Breadcrumbs */
.breadcrumb.mers-breadcrumb {
	background-color: #f7f5e8;
}
.breadcrumb.mers-breadcrumb li.active {
	color: #434037;
}


/* @group Pagination */
.pagination {
	background-color: #f7f5e8;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
	border-color: #b2ab93;
	color: #434037;
	background-color: #d2c9ad;
}

/* @end */
/* @end */

/* @group List-Group */
.list-group.mers-list-group-ancestors,
.list-group.mers-list-group {
box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.list-group.mers-list-group-ancestors .list-group-item,
.list-group.mers-list-group .list-group-item{
	background-color: #f7f5e8;
}
.list-group.mers-list-group a.list-group-item:hover,
.list-group.mers-list-group a.list-group-item:focus {
	background-color: #f7f3dc;
}
.list-group.mers-list-group a.list-group-item.active:hover,
.list-group.mers-list-group a.list-group-item.active:focus {
	background-color: #48453c;
}
.list-group.mers-list-group .list-group-item.active {
	border-color: #7f7a69;
	background-color: #59554a;
	border-bottom: none;
}
.list-group.mers-list-group .list-group-item.active img {
	border: solid 3px #f7f5e8;
}
.list-group.mers-list-group .list-group-item.active .list-group-item-text {
	color: #f7f5e8;
}
/* @end */

/* @group MERS-nav */

.nav.mers-nav-children {
	background-color: #434038;
	border-right: 10px solid #59554a;
	border-left: 10px solid #59554a;
	border-bottom: 10px solid #59554a;
	box-shadow: inset 0 0 5px #000;
}
.nav.mers-nav-children>li {
	border-bottom: 1px solid #656154;
}
.nav.mers-nav-children a {
	color: #d8d0ad;
}
.nav.mers-nav-children a:hover,
.nav.mers-nav-children a:focus {
	background-color: #3f3c34;
}



/* @end */

/* @group default-index-index */
#default-index-index-hiring {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	padding: .5em 1em .5em 220px;
	font-size: 18px;
	color: #fff;
	background-color: #263971;
	margin-bottom: 1em;
}
#default-index-index-hiring strong {
	text-transform: uppercase;
	font-weight: normal;
}
#default-index-index-hiring a {
	color: #fff;
	text-decoration: underline;
}
#default-index-index-hiring-image {
	position: absolute;
	z-index: 1;
	width: 200px;
	height: 169px;
	display: block;
	left: 10px;
	top: -55px;
	background: url(img/default/index/index/hiring.png) no-repeat left top;
}

@media (max-width: 640px) {
	#default-index-index-hiring-image {
		top: -155px;
	}
	#default-index-index-hiring {
		margin-top: 130px;
		font-size: 16px;
		padding: 1em;
	}
}
/* @end */

/* @group Buttons */
.btn.btn-default {
	color: #7f723f;
	background-color: #f7f5e8;
}
.btn.btn-default:hover,
.btn.btn-default:focus {
	color: #59554a;
	background-color: #fffcef;
}
.btn.btn-admin {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #2e2e2e;
	color: #eee;
}
.btn.btn-admin:hover,
.btn.btn-admin:focus {
	color: #fff;
	background-color: #000;
}
/* @end */

#subfooter {
	background-color: #2e2e2e;
	margin: 0;
	padding: 1em 3%;
	color: #888;
}
#subfooter a {
	color: #ccc;
}
#subfooter #login_logout {
	float: left;
}

.mers-callout {
    background-color: #f5f1e5;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
	border-left: 3px solid #b7ae98;
}
.mers-callout>.mers-callout-title {
	margin: -10px -20px 20px;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 2.8em;
	font-style: italic;
	color: #fff;
	background-color: #5cb85c;
}
.mers-callout-impactful-list {
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 0;
}
.mers-callout-impactful-list li {
	background: url(img/bullet-hand.gif) no-repeat 0 5px transparent;
    list-style-type: none;
	padding-left: 60px;
	margin-bottom: 1em;
}
.newsticker-item {
    margin-bottom: 0;
}
.btn.newsticker-btn {
	padding: .3em .5em;
	border: none;
	background: transparent;
}

.qms-btn-admin-control {
  font-weight: normal!important;
  font-size: 11px!important;
  line-height: 14px!important;
  font-family: "Courier New", Courier, monospace!important;
  display: inline-block;
  *display: inline;
  padding: 2px 6px!important;
  margin-bottom: 0;
  *margin-left: .3em;
  color: #eee!important;
  text-align: center!important;
  vertical-align: middle;
  cursor: pointer;
  background-color: #2e2e2e!important;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.qms-btn-admin-control:hover,
.qms-btn-admin-control:focus,
.qms-btn-admin-control:active {
  text-decoration: none;
  color: #fff!important;
  background-color: #666!important;
}


/* @group QM Tag */

#quesmedia-tag {
	text-align: center;
	-webkit-box-reflect: below -.4em -webkit-linear-gradient(transparent, transparent 10%, rgba(255,255,255,0.3) 100%);
	letter-spacing: 1px;
	float: right;
}
#quesmedia-tag p{
	margin: 0;
}
#quesmedia-tag a {
	text-decoration: none;
	font-weight: bold;
}
#quesmedia-tag a em {
	font-weight: normal;
}
#quesmedia-tag a:hover {
	text-decoration: none;
}

#quesmedia-tag a {
	color: #74c625;
}
#quesmedia-tag a span {
	color: #9dcc24;
}
#quesmedia-tag a em {
	color: #bbb;
}
/* @end */