/***********
 * Imports *
 ***********/
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*************
 * Variables *
 *************/
/***********
 * General *
 ***********/
@font-face {
  font-family: 'open_sansregular';
  src: url('fonts/opensans-regular.eot');
  src: url('fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular.woff') format('woff'), url('fonts/opensans-regular.ttf') format('truetype'), url('fonts/opensans-regular.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanscondbold';
  src: url('fonts/opensans-condbold.eot');
  src: url('fonts/opensans-condbold.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-condbold.woff') format('woff'), url('fonts/opensans-condbold.ttf') format('truetype'), url('fonts/opensans-condbold.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.full-height,
.full-height body,
.full-height #content {
  height: 100%;
}
body {
  color: #555555;
  font-size: 1.35em;
  font-family: open_sansregular, Arial, Calibri, sans-serif;
}
input,
button,
select,
textarea {
  font-family: open_sansregular, Arial, Calibri, sans-serif;
}
a {
  color: #0033ff;
  text-decoration: underline;
}
a.btn {
  text-decoration: none;
}
legend {
  font-size: 20px;
}

/**********
 * Layout *
 **********/
.container {
  max-width: 970px;
}
.article-block {
  padding: 25px 0 75px;
}
.article-block h2 {
  color: #56A10B;
  font-size: 4em;
  text-align: center;
  margin: 50px 0 50px;
  text-transform: uppercase;
}
.article-page {
  background: url(img/banner-top.jpg) 0 -2px repeat-x;
  margin-bottom: 40px;
}
.article-page header {
  margin-bottom: 10px;
}
.article-page h2 {
  display: inline-block;
  margin: 50px 0 30px;
  padding: 12px 20px;
  background: #669900;
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  text-shadow: 1px 1px 1px #555;
  text-transform: uppercase;
}
.article-page h3 {
  font-family: open_sanscondbold, open_sansregular;
  margin: 30px 0 20px;
  font-size: 2.2em;
  color: #333333;
  text-transform: uppercase;
}
.article-page h3.first {
  margin-top: 0px;
}
.article-page h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: open_sanscondbold, open_sansregular;
  font-size: 1.5em;
}
.article-page h5 {
  margin-top: 20px;
  font-weight: bold;
}
.article-page p {
  text-align: justify;
}
.article-page ul li {
  margin: 4px 0;
}
.list {
  margin: 30px 0 25px;
}
.list li {
  color: #cccccc;
  font-size: 1.5em;
}
.contrast {
  background: #f0f0f0;
}

/* Commented out NFI accordion CSS */
/*  
.panel-group .panel {
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
}
.panel-group .panel-default > .panel-heading {
  padding: 0;
  background: #669900;
  color: #ffffff;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel-default > .panel-heading h4 {
  margin: 0px;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
  padding: 10px 15px;
  font-size: 1.1em;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-default > .panel-heading a.collapsed {
  background: #cccccc;
  color: #333333;
}
*/
.btn.btn-more,
.btn.btn-action {
  color: #ffffff;
  background: #999999;
  font-size: 19px;
  margin-top: 10px;
  padding: 10px 25px;
  text-transform: uppercase;
}
.modal-backdrop.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}
.search-modal h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #669900;
  font-size: 1.5em;
}
.search-modal a {
  color: #669900;
}
.search-modal p {
  margin-bottom: 5px;
}
.search-modal .modal-content {
  background: transparent;
  box-shadow: none;
  color: #ccc;
}
.search-modal .modal-content .modal-header {
  border-bottom: none;
  color: #bbb;
}
.search-modal .modal-content .modal-body {
  padding: 15px;
}
.search-modal .modal-content .close {
  margin-top: 5px;
  background: transparent;
  color: #bbb;
  text-shadow: none;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
}
.search-modal .modal-content .close:hover {
  color: #999999;
}
.search-modal .search-result-item {
  margin-bottom: 30px;
}
.list-material {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0px;
}
.list-material li {
  margin: 0;
  padding: 5px 0;
}
.quote {
  display: inline-block;
  padding: 5px 10px 10px;
  margin-bottom: 10px;
  font-size: 1.4em;
}
.quote div {
  display: inline-block;
}
.quote div.q-open,
.quote div.q-close {
  padding: 0px 2px;
  font-size: 3.6em;
  font-family: serif;
  font-weight: bold;
  color: #ccc;
}
.quote div.q-open {
  display: table-cell;
  vertical-align: top;
  padding-right: 10px;
}
.quote div.q-content {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
}
.quote div.q-close {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10px;
}

#jspFrame{
	overflow:hidden;
	background-color: transparent;
   	border: 0px none transparent;
}
/***********
 * Sidebar *
 ***********/
.right-sidebar h3 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 1.95em;
}
.right-sidebar > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.right-sidebar > ul li {
  margin-top: 0px;
  margin-bottom: 3px;
  background: #f0f0f0;
}
.right-sidebar > ul li a {
  font-family: open_sanscondbold, open_sansregular;
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  font-size: 1.21em;
  color: #777777;
}
.right-sidebar > ul li.active a,
.right-sidebar > ul li:hover a {
  color: #ffffff;
  background: #669900;
}
.right-sidebar #sidebar-accordion .panel-heading a.collapsed {
  color: #777777;
  background: #f0f0f0;
}
.right-sidebar #sidebar-accordion h4 {
  margin: 0;
  text-align: center;
  font-size: 1.1em;
}
.right-sidebar #sidebar-accordion h5 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold;
}
.right-sidebar #sidebar-accordion .panel-body {
  padding: 5px;
  font-size: 0.95em;
}
.right-sidebar #sidebar-accordion .panel-body p {
  text-align: left;
}
.right-sidebar #sidebar-accordion.panel-group .panel + .panel {
  margin-top: 3px;
}
.rss-feed {
  margin-top: 15px;
  font-size: 1.7em;
  font-weight: bold;
  color: #999999;
  text-align: center;
}
/**********
 * Banner *
 **********/
.banner {
  height: 80px;
  margin-bottom: 25px;
  border-top: 0px;
  border-bottom: 0px;
}
.banner h1 {
  clear: both;
  height: 55px;
  line-height: 70px;
  font-size: 26px;
}
.banner h1 a:hover {
  text-decoration: none;
}
/********
 * Menu *
 ********/
#top-header {
  position: relative;
  background: #fff;
  z-index: 2;
}
#top-links {
  margin-top: 40px;
}
#top-links ul {
  padding-left: 0px;
  list-style: none;
}
#top-links ul li {
  display: inline-block;
  padding: 0px 0px 0px 10px;
  margin-left: 10px;
  border-left: 1px solid #dfdfdf;
  text-transform: uppercase;
}
#top-links ul li:first-child {
  border-left: none;
}
#top-links ul li a {
  color: #777777;
  text-decoration: none;
}
#top-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  text-align: center;
  background: #333333;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #222222), color-stop(1, #777777));
  background: -ms-linear-gradient(bottom, #222222, #777777);
  background: -moz-linear-gradient(center bottom, #222222 0%, #777777 100%);
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1000;
}
#top-menu .nav > li > a:hover,
#top-menu .nav > li > a:focus,
#top-menu .nav .open > a,
#top-menu .nav .open > a:hover,
#top-menu .nav .open > a:focus {
  background: transparent;
}
#top-menu .navbar-brand {
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}
#top-menu .navbar-toggle {
  background: #777;
}
#top-menu .navbar-toggle .icon-bar {
  background: #ccc;
}
#nfi-navbar > ul {
  float: none;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#nfi-navbar > ul > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
#nfi-navbar > ul > li.active > a,
#nfi-navbar > ul > li:hover > a {
  border-bottom: 15px solid #669900;
}
#nfi-navbar > ul > li.active.dropdown > a,
#nfi-navbar > ul > li:hover.dropdown > a {
  border-bottom: 15px solid #669900;
}
#nfi-navbar > ul > li > a {
  display: block;
  padding: 15px 15px 5px;
  outline: none;
  border-bottom: 15px solid transparent;
  color: #ffffff;
  font-size: 1.4em;
  text-decoration: none;
  line-height: inherit;
}
#nfi-navbar > ul > li .submenu-icon {
  display: none;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu {
  padding: 0px;
  margin-top: 0px;
  border: 0px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li {
  border-top: 1px solid #669900;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li.login-required > a {
  background: #345c0d;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li.login-required > a .glyphicon {
  margin-right: 3px;
  font-size: 0.85em;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li.login-required > a:hover {
  background: #447700;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li > a {
  display: block;
  padding: 8px 8px;
  color: #ffffff;
  background: #345c0d;
  text-align: left;
  text-decoration: none;
}
#nfi-navbar > ul > li.dropdown > ul.dropdown-menu > li > a:hover {
  background: #447700;
}
.menu-separator {
  vertical-align: top;
}
.menu-separator span {
  display: inline-block;
  width: 2px;
  height: 42px;
  background: #444444;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #444444), color-stop(1, #aaaaaa));
  background: -ms-linear-gradient(bottom, #444444, #aaaaaa);
  background: -moz-linear-gradient(center bottom, #444444 0%, #aaaaaa 100%);
  border-left: 1px solid #444;
}
/************
 * Homepage *
 ************/
.section-describe {
  font-size: 1.7em;
  color: #777;
  text-align: justify;
  line-height: 1.4;
}
.carousel-inner > .item {
  max-height: 550px;
  text-align: center;
}
.carousel-caption {
  padding-bottom: 175px;
  text-transform: uppercase;
  font-size: 4em;
  text-shadow: 2px 2px 2px #000000;
}
.carousel-caption a {
  color: #fff;
  text-decoration: none;
}
/*********
 * About *
 *********/
.collaborator-item {
  min-height: 150px;
  text-align: center;
}

/*********
 *Quickfacts *
 *********/
.article-page .quickfact-list-item > li {
  margin: 8px 0;
  padding: 15px 20px;
  font-size: 1.5em;
  list-style-image: url('/img/coniferous.gif');
}

/********
 * Maps *
 ********/
.maps-page {
  height: 100%;
  margin-top: -207px;
  padding-top: 207px;
}
.maps-page.article-page {
  background: none;
}
#map-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 40px;
  z-index: 10000;
}
#map-bar #map-bar-top {
  background: #3d3d3d;
}
#map-bar #map-bar-bottom {
  background: #292929;
}
#map-bar #map-bar-bottom .dropdown .btn {
  padding: 5px 12px;
}
#map-bar #map-bar-bottom .dropdown .btn,
#map-bar #map-bar-bottom .dropdown .btn:active {
  color: #666;
}
#map-bar #map-bar-bottom .dropdown .btn:hover {
  color: #fff;
  background: #3d3d3d;
}
#map-bar #map-bar-more {
  background: #fff;
}
#map-bar h2 {
  margin: 0px;
  padding: 10px 0;
  background: none;
  line-height: 1;
  font-weight: normal;
}
#map-bar .dropdown {
  display: inline-block;
  height: 50px;
  vertical-align: top;
}
#map-bar .dropdown .btn {
  padding: 5px 7px;
  height: 50px;
  border-radius: 0;
  background: transparent;
  outline: none;
}
#map-bar .dropdown .btn:active {
  box-shadow: none;
}
#map-bar .dropdown.open .dropdown-toggle,
#map-bar .dropdown .btn:hover,
#map-bar .dropdown.open #map-dd-btn-legend.legend-open,
#map-bar .dropdown #map-dd-btn-legend.legend-open {
  background: #292929;
}
#map-bar .dropdown.open #map-dd-btn-legend {
  background: transparent;
}
#map-bar .dropdown-menu,
#map-bar #map-legend ul {
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-radius: 0;
  border: 0;
  right: 0;
  left: auto;
  background: #fff;
  list-style: none;
}
#map-bar .dropdown-menu .mb-dd-header,
#map-bar #map-legend ul .mb-dd-header,
#map-bar .dropdown-menu .mb-dd-subheader,
#map-bar #map-legend ul .mb-dd-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  background: #3d3d3d;
  color: #dfdfdf;
  font-size: 1.1em;
  text-transform: uppercase;
}
#map-bar .dropdown-menu .mb-dd-header,
#map-bar #map-legend ul .mb-dd-header {
  padding: 9px 7px 9px 12px;
}
#map-bar .dropdown-menu .mb-dd-subheader,
#map-bar #map-legend ul .mb-dd-subheader {
  background: #666;
  padding: 7px 12px;
  cursor: pointer;
}
#map-bar .dropdown-menu li,
#map-bar #map-legend ul li {
  padding: 8px 15px;
}
#map-bar .dropdown-menu li.mb-dd-link,
#map-bar #map-legend ul li.mb-dd-link {
  margin: 0;
  padding: 0;
}
#map-bar .dropdown-menu li.mb-dd-link a,
#map-bar #map-legend ul li.mb-dd-link a {
  padding: 8px 15px;
  text-decoration: none;
}
#map-bar .dropdown-menu li.mb-dd-link a:hover,
#map-bar #map-legend ul li.mb-dd-link a:hover {
  background-color: #dfdfdf;
}
#map-bar .dropdown-menu li label,
#map-bar #map-legend ul li label {
  white-space: nowrap;
  font-weight: normal;
}
#map-legend {
  position: relative;
}
#map-legend > div {
  position: absolute;
  width: auto;
  min-width: 200px;
  right: 0px;
  z-index: 9;
}
#map-bar-top #map-layer-close {
  float: right;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
}
#map-legend #map-legend-close {
  float: right;
  padding: 0 5px;
  color: inherit;
  text-decoration: none;
}
#map-legend .mb-dd-header {
  cursor: move;
}
#map-legend .mb-dd-subheader div {
  float: right;
  padding-top: 5px;
  font-size: 0.6em;
}
#map-legend .legend-box-color {
  display: inline-block;
  width: 30px;
  height: 12px;
  margin-right: 5px;
}
.mb-types {
  padding: 6px 10px 6px 8px;
  margin: 8px;
}
#reportingMaps-toolTip{
	background: #445;
	border-radius: 5px;
	color: white;
	font-size: 15px;
	padding: 5px;
	box-shadow: 5px 5px 5px #888;
	display: none;
}
/***********
 * Contact *
 ***********/
.article-page .list-contact-staff > li {
  margin: 8px 0;
  padding: 15px 20px;
  background: #f3f3f3;
}
.article-page .list-contact-staff > li h4 {
  margin-top: 10px;
}
.article-page .list-contact-staff > li ul li {
  padding: 0;
}
/******************
 * Responsiveness *
 ******************/
@media (min-width: 769px) {
  #nfi-navbar > ul > li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  #map-bar-top .pull-left {
    display: none;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    padding-bottom: 50px;
    font-size: 3em;
  }
  #top-links ul li {
    padding-left: 7px;
    margin-left: 7px;
  }
  #nfi-navbar > ul > li {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #777;
  }
  #nfi-navbar > ul > li.menu-separator {
    display: none;
  }
  #nfi-navbar > ul > li > a {
    display: inline-block;
    border: none;
  }
  #nfi-navbar > ul > li.active > a,
  #nfi-navbar > ul > li:hover > a,
  #nfi-navbar > ul > li.active.dropdown > a,
  #nfi-navbar > ul > li:hover.dropdown > a {
    border: none;
  }
  #nfi-navbar > ul > li.active > a.submenu-icon,
  #nfi-navbar > ul > li:hover > a.submenu-icon,
  #nfi-navbar > ul > li.active.dropdown > a.submenu-icon,
  #nfi-navbar > ul > li:hover.dropdown > a.submenu-icon {
    border: 1px dotted #777;
  }
  #nfi-navbar > ul > li .submenu-icon {
    display: inline-block;
    border: 1px dotted #777;
    padding: 5px 10px;
  }
  #nfi-navbar > ul > li .submenu-icon.expand-action {
    display: inline-block;
  }
  #nfi-navbar > ul > li .submenu-icon.collapse-action {
    display: none;
  }
  #nfi-navbar > ul > li.dropdown.open > ul.dropdown-menu {
    display: block;
    margin-top: 10px;
    border-top: 15px solid #669900;
  }
  #nfi-navbar > ul > li.dropdown.open .submenu-icon.expand-action {
    display: none;
  }
  #nfi-navbar > ul > li.dropdown.open .submenu-icon.collapse-action {
    display: inline-block;
  }
}
@media (max-width: 468px) {
  .carousel-caption {
    padding-bottom: 30px;
    font-size: 2em;
  }
}
/**********
 * Footer *
 **********/
footer {
  background: #222222;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #666666));
  background: -ms-linear-gradient(bottom, #111111, #666666);
  background: -moz-linear-gradient(center bottom, #111111 0%, #666666 100%);
}
.footer-feedback h3 {
  color: #f0f0f0;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.4em;
}
.footer-feedback p {
  color: #bbb;
}
.footer-feedback p a {
  color: #fff;
}
.footer-feedback p a:hover {
  color: #ccc;
}
.footer-feedback textarea {
  background: #e7e7e7;
}
/*******************
 * Generic classes *
 *******************/
.clear {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.xs-20 {
  width: 20px;
}
.xs-25 {
  width: 25px;
}
.xs-30 {
  width: 30px;
}
.xs-40 {
  width: 40px;
}
.no-width {
  width: 0%;
}
.full-width {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.vertical-top {
  vertical-align: top;
}
.vertical-middle {
  vertical-align: middle;
}
.compact {
  margin: 0px;
}
.compact-top {
  margin-top: 0px;
}
.compact-bottom {
  margin-bottom: 0px;
}
.space-stop {
  margin-top: 5px;
}
.space-top {
  margin-top: 10px;
}
.space-xtop {
  margin-top: 20px;
}
.space-xxtop {
  margin-top: 30px;
}
.space-bottom {
  margin-bottom: 10px;
}
.space-xbottom {
  margin-bottom: 20px;
}
.space-xxbottom {
  margin-bottom: 30px;
}
.indent-left {
  margin-left: 20px;
}
.indent-left-more {
  margin-left: 30px;
}
.indent-right {
  margin-right: 20px;
}
.indent-right-more {
  margin-right: 30px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.show,
.show-default {
  display: block;
}
.hidden,
.hidden-default {
  display: none;
}
.nowrap {
  white-space: nowrap;
}

.nfi-history {
  min-width: 400px;
  max-width: 650px;
  text-align: center;
  margin: 30px 0 30px;
  text-transform: uppercase;
}
