.skip-to-content {
  opacity: 0;
  float: left;
  pointer-events: none;
  margin: 4px;
  padding: 1rem;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  -webkit-transition: 150ms linear;
  transition: 150ms linear;
}

.skip-to-content:focus {
  opacity: 1;
  z-index: 999;
}

.defaultBackground {
  background: url('../../images/arcgis_background.jpg') top center repeat-x !important;
}

h1, h2, h3, .item .contentWidth h1, #featuredMaps .coverStory span {
  font-weight: normal !important;
  font-style: normal;
  line-height: normal;
  font-variant: normal;
  font-family: 'Avenir LT W01 85 Heavy', Verdana, Geneva, sans-serif;
}

div.roundBottomOnly, #featuredMaps.roundBottomOnly, #featuredMaps #fHeader.roundBottomOnly, #featuredMaps div h2.roundBottomOnly, #bottomContent.roundBottomOnly {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
}

.portalImage {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin-top: 0;
}

#header {
  position: relative;
  z-index: 2;
}

#headerTitle {
  margin: 0;
  padding: 0;
  height: 60px;
  position: relative;
  z-index: 0;
}

#headerTitle h1 {
  background: url("../../images/arcgis-logo.png") no-repeat scroll left top transparent;
  color: #000000;
  float: left;
  font-size: 32px;
  height: 26px;
  margin: 18px 0 0 12px;
  text-indent: -9999px;
  width: 200px;
}

#headerTitle .logoRight {
  float: right;
  margin: 13px 10px 0;
}

.esriRtl #headerTitle h1 {
  background: url("../../images/arcgis-logo.png") no-repeat scroll left top transparent;
  color: #000000;
  float: right;
  font-size: 32px;
  height: 26px;
  margin: 18px 0 0 12px;
  text-indent: -9999px;
  width: 200px;
}

.esriRtl #headerTitle .logoRight {
  float: left;
  margin: 13px 10px 0;
}

#logoDisplay {
  position: absolute;
  bottom: 80px;
  left: 80px;
  max-height: 65px;
  width: 660px;
  margin: 0;
}

#logoDisplay img {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
  max-height: 100px;
}

#logoDisplay span {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  line-height: normal;
  font-family: HelveticaNeue, Verdana;
  font-weight: 600;
  font-size: 32px;
  color: #369;
}

h2.width {
  float: left;
}

.esriRtl h2.width {
  float: right;
}

/*.first p {
 *margin-top:			-10px;
 _margin-top:			-10px;
 }*/
.esriRtl #bottomContent .content1 {
  border-right: 0;
  border-left: 1px solid #D8D8D5;
  margin: 10px 0;
  padding: 10px 10px 5px 0;
  margin-left: 20px;
}

.esriRtl #featuredMaps #fHeader h2 {
  padding: 8px 15px 0 0;
}

/*====================================
 HOME ROTATOR
 ======================================*/
#homeRotate {
  margin-bottom: 16px;
  z-index: 0;
}

#homeRotate .buttonStandard {
  height: 44px;
  width: 171px;
  margin-top: 20px;
  display: inline-block;
}

#homeRotate .learnMore {
  background: url('../../images/learn-more_btn.png') top left no-repeat;
}

#homeRotate .viewNow {
  background: url('../../images/view-now_btn.png') top left no-repeat;
}

#homeRotate .getStarted {
  background: url('../../images/get-started_btn.png') top left no-repeat;
}

#homeRotate .watchVideos {
  background: url('../../images/watch-videos_btn.png') top left no-repeat;
}

#homeRotate .signUp {
  background: url('../../images/sign-up_btn.png') top left no-repeat;
}

.esriRtl #homeRotate .learnMore {
  background: url('../../images/learn-more_btn.png') top left no-repeat;
}

.esriRtl #homeRotate .viewNow {
  background: url('../../images/view-now_btn.png') top left no-repeat;
}

.esriRtl #homeRotate .getStarted {
  background: url('../../images/get-started_btn.png') top left no-repeat;
}

.esriRtl #homeRotate .watchVideos {
  background: url('../../images/watch-videos_btn.png') top left no-repeat;
}

.esriRtl #homeRotate .signUp {
  background: url('../../images/sign-up_btn.png') top left no-repeat;
}

.esriRtl div#imgRotator > div > div {
  right: 80px;
}

#matrixLayout {
  /*border-bottom:1px solid #000;*/
  width: 100%;
  min-width: 960px;
  height: 400px;
  background: transparent;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.matrixLayoutShort {
  height: 180px !important;
}

.detailsShort {
  height: 200px !important;
}

/* Column1 width */
#matrixLayout #categoriesWidth {
  margin: 0 auto;
  width: 960px;
  height: 420px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 12;
  width: 145px;
}

.esriRtl .dots {
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 30px;
  z-index: 12;
}

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

.dots li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.esriRtl .dots li {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dots a span {
  display: none;
}

.dots .dojoxRotatorNumber a {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-decoration: none;
  outline: 0 none;
  margin: 0;
  cursor: pointer;
  background: url(../../images/dotSprite.png) no-repeat scroll 0 0;
}

.dots .dojoxRotatorSelected a {
  cursor: default;
  background: url(../../images/dotSprite.png) no-repeat scroll -29px 0px;
}

#details {
  height: 420px;
  position: relative;
}

.item {
  display: none;
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
  height: 420px;
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #fff;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

.item:first-child {
  display: block;
}

.firstItem {
  display: block;
}

.item .content {
  margin: 0 auto;
  width: 960px;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.item .content a {
  color: #FFF;
}

.item .content a:hover {
  color: #AAA;
}

.item .contentWidth {
  width: 285px;
  font-size: 13px;
  line-height: 21px;
  position: relative;
  overflow: hidden;
  top: 50px;
  left: 25px;
  z-index: 10;
}

.esriRtl .item .contentWidth {
  left: auto;
  right: 25px;
}

.item .contentWidth h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0;
}

.whiteTxt {
  color: #fff;
}

.whiteTxt h1 {
  color: #FFF;
  /* Delete the following two lines ones fire panel goes away */
  filter: none;
  text-shadow: none;
}

.whiteTxt h1 a {
  color: #fff;
  text-decoration: none;
}

.blackTxt {
  color: #000;
}

.blackTxt h1 {
  color: #000;
  filter: none;
  text-shadow: none;
}

.blackTxt a {
  color: #007ac2;
  text-decoration: none;
}

.blueTxt {
  color: #000;
}

.blueTxt h1 {
  filter: none;
  text-shadow: none;
}

.blueTxt a {
  color: #007ac2;
  text-decoration: none;
}

.orangeText {
  color: #FEC93E;
  margin-top: 10px;
  font-size: 14px;
}

/* Various Styles */
.borderRight {
  border-right: 1px solid #ACC6D8;
}

.rightPad {
  padding-right: 20px;
}

.borderNone {
  border: none;
}

.evenColumns h1 {
  margin-top: 0;
}

.imgBorder {
  border: 1px solid #777;
}

/*==========================================
 FEATURED MAPS
 ============================================*/
#featuredMaps {
  margin: 0 0 18px 0;
  padding: 0;
  background: #f5f5f1; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f1 0%, #e8e8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f1), color-stop(100%,#e8e8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f1', endColorstr='#e8e8e5',GradientType=0 ); /* IE6-9 *//*
	background: linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* W3C */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  *border: 1px solid #B3B3B3;
  _border: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3
}

#featuredMaps #fHeader {
	background: #ededea; /* Old browsers */
	background: -moz-linear-gradient(top, #ededea 0%, #e8e8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededea), color-stop(100%,#e8e8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ededea 0%,#e8e8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ededea 0%,#e8e8e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ededea 0%,#e8e8e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededea', endColorstr='#e8e8e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ededea 0%,#e8e8e5 100%); /* W3C */
  border-bottom: 1px solid #ccc;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  height: 35px;
  *height: 35px;
  _height: 350px;
  *margin-top: -5px;
  _margin-top: -5px;
  *padding-top: 20px;
  _padding-top: 20px;
  margin-bottom: 8px;
}
#featuredMaps #fHeader h2 {
  font-size: 18px;
  color: #000;
  padding: 8px 0 0 15px;
  margin-top: 0;
  *margin-top: -10px;
  _margin-top: -10px;
}

#orgDetails {
  width: 890px;
}

#orgDetails img {
  max-width: 890px;
}
/*==========================================
			BOTTOM CONTENT
============================================*/
#bottomContent {
	background: #f5f5f1; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f1 0%, #e8e8e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f1), color-stop(100%,#e8e8e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f1', endColorstr='#e8e8e5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f5f5f1 0%,#e8e8e5 100%); /* W3C */

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

  margin: 15px 0 10px 0;

  *border: 1px solid #B3B3B3;
  _border: 1px solid #B3B3B3;
}
#bottomContent .content {
  border-right: 1px solid #D8D8D5;
  margin: 5px 0 15px;
  padding: 10px 0 5px 5px;
}

.esriRtl #bottomContent .content {
  border-right: 1px solid #D8D8D5;
  margin: 5px 0 15px;
  padding: 10px 5px 5px 0;
}

#bottomContent .content h2, #bottomContent .content1 h2, #bottomContent .content2 h2 {
  margin: 0;
  font-size: 18px;
}

#bottomContent #organizationSection {
  border-bottom: 1px solid #d8d8d5;
  margin: 0 10px;
}

#bottomContent #topSection {
  border-bottom: 1px solid #d8d8d5;
  margin: 0 10px;
}

#bottomContent .content1 {
  border-right: 1px solid #D8D8D5;
  margin: 10px 0;
  padding: 10px 0 5px 10px;
}

#bottomContent .content1 p a {
  color: #007AC2;
}
#bottomContent .content2 {
  margin: 10px 0;
  padding: 10px 0 5px 10px;
}


#bottomContent .content2 p a {
  color: #007AC2;
}
#bottomContent .ieMoveLeft {
  _margin-left: -5px;
  *margin-left: -5px;
}

#bottomContent #bottomSection {
  margin-top: 5px;
}

#bottomContent .first {
  padding-left: 20px;
}

#bottomContent .middle {}
#bottomContent .last {
  border-right: none;
}
#bottomContent .first p a,
#bottomContent .middle p a,
#bottomContent .last p a {
  color: #007AC2;
	text-decoration: none;
}
#bottomContent .first a:hover,
#bottomContent .middle  a:hover,
#bottomContent .last  a:hover ,
#bottomContent .content1  a:hover ,
#bottomContent .content2  a:hover {
  cursor: pointer;
	text-decoration: underline;
}
#bottomContent .first p a:hover,#bottomContent .middle p a:hover, #bottomContent .last p a:hover,
#bottomContent .content2 p a:hover, #bottomContent .content1 p a:hover {
	text-decoration: underline;
  cursor: pointer;
}

#content div.col3 div.content p {
	margin-top: 0em;
}

#page-border #content div.col3 div.content {
	margin: -10px 15px 0 15px;
}

#page-border #content div.col3 div.content h1 {
	margin-bottom: 0.25em;
}

.content h1 a, .content h1 a:active, .content h1 a:hover, .content h1 a:visited {
	color: #024672;
	font-style: normal !important;
}

.content a:hover {
	text-decoration: underline;
}

/*RSS feed*/
#feedLeft {
  position: absolute;
  top: 40px;
  left: -10px;
  padding-left: 10px;
}
#feedRight {
  position: absolute;
  top: 40px;
  left: 430px;
}
#feedRight img:hover,#feedLeft img:hover{
  cursor: pointer;
}
.feedRSS {
  padding: 5px 0 0 0;
  margin: 0;
  float: right;
  margin-bottom: 0;
}
#feedDisplay {
  padding-left: 2px;
  margin-left: 10px;
  margin-right: 10px;
}
#feed-control {
  width: 420px;
  height: 130px;
  float: left;
}

.ellipsis{
	/* text-overflow for Firefox, etc. */
	white-space: nowrap;
	overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* required for Opera */
  -ms-text-overflow: ellipsis; /* required for IE8, allegedly */
  -moz-binding: url('ellipsis.xml#ellipsis'); /* for Firefox */
}
#feedDisplay .feedSnippet{
	line-height: 1.5em;
	color: #444444;

}


#date{
  color: #808080;
  font-size: 9pt;
}
/*Map Gallery Styles*/

.prevButton {
  display: block;
  width: 43px;
  height: 85px;
  z-index: 1;
  position: absolute;
  top: 45px;
  left: 4px;
  border: 0;
  background: url('../../js/arcgisonline/css/images/galleryprev.png');
}

.prevButtonEnabled {
  background-position: 0 0;
}

.prevButtonDisabled {
  background-position: 0 -94px;
  visibility: hidden;
}

.prevButton:hover {
  background-position: 0 -188px;
  cursor: pointer;
}

.nextButton {
  display: block;
  width: 44px;
  height: 85px;
  z-index: 1;
  position: absolute;
  top: 45px;
  right: 4px;
  border: 0;
  background: url('../../js/arcgisonline/css/images/gallerynext.png');
}

.nextButtonEnabled {
  background-position: 0px 0px;
}

.nextButtonDisabled {
  background-position: 0px -94px;
  visibility: hidden;
}

.nextButton:hover {
  background-position: 0px -188px;
  cursor: pointer;
}

.galleryNode.small .galleryThumbnail {
  border: 1px solid #FFFFFF;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: url("../../js/arcgisonline/css/images/arcgis-transparent-background-div.png") no-repeat scroll left top transparent;
}


.galleryNode .galleryLabelContainer {
  color: #007AC2;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 16px;
}

.esriRtl .galleryNode .galleryLabelContainer {
  padding-right: 15px;
}

#gallery .galleryNode {
  width: 180px;
  height: 120px;
}

.galleryBackground {
  height: 210px;
}

/*960 CSS*/
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_4,
.grid_6{
  display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}


.esriRtl .grid_1,
.esriRtl .grid_4,
.esriRtl .grid_6 {
  float: right;
}



/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.esriRtl .alpha {
	margin-right: 0;
}

.esriRtl .omega {
	margin-left: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12.grid_1{
  width: 920px;
}
.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_6 {
  width: 460px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}
/*Sign-in button*/


.button, .button:visited {
  background-color:#ccc;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff !important;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
  border-radius:6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button, .button:visited,
.medium.button, .medium.button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}
.blue.button, .blue.button:visited {
  background-color: #2981e4;
}
.blue.button:hover {
  background-color: #1C5B9E;
  text-decoration: none !important
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

.homeRotatorPanel .button, .button:visited {
  background: #222 url(../../images/overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer
}

.homeRotatorPanel .button:hover {
  background-color: #111;
  color: #fff;
}

.homeRotatorPanel .button:active {
  top: 1px;
}

.homeRotatorPanel .button, .button:visited {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.homeRotatorPanel .extralarge.button, .extralarge.button:visited {
  font-size: 18px;
  padding: 8px 14px 9px;
  margin-top: 20px
}

.homeRotatorPanel .green.button, .green.button:visited {
  background-color: #91bd09;
}

.homeRotatorPanel .green.button:hover {
  background-color: #749a02;
}

.homeRotatorPanel .blue.button, .blue.button:visited {
  background-color: #2981e4;
}

.homeRotatorPanel .blue.button:hover {
  background-color: #2575cf;
}

.homeRotatorPanel .yellow.button, .yellow.button:visited {
  background-color: #ffb515;
}

.homeRotatorPanel .yellow.button:hover {
  background-color: #fc9200;
}

.homeRotatorPanel .magenta.button, .magenta.button:visited {
  background-color: #a9014b;
}

.homeRotatorPanel .magenta.button:hover {
  background-color: #630030;
}

.badge {
  vertical-align:middle
}
