/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: "FontAwesome";
  src: url('../fonts/fontawesome/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix') format('eot'), url('../fonts/fontawesome/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"], .btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }

.icon-user-md:before              { content: "\f200"; }
/**
* Primary Application Stylesheet
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: #102a45;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
#container {
  position: relative;
  min-width: 880px;
}
strong,
b,
h1,
h2,
h3,
h4 {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
/*LOADING ICON*/
.spinner-box {
  width: 60px;
  height: 60px;
  padding: 10px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.spinner-box .spinner {
  width: 40px;
  height: 40px;
  background-image: url("../images/spinner.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
}
.spinner-box .spinner div {
  width: 10%;
  height: 26%;
  background: #fff;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
/*TITLE BAR*/
#title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  min-width: 700px;
  height: 51px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #102a45), color-stop(1, #0e2338));
  background: -webkit-linear-gradient(top, #102a45 50%, #0e2338 100%);
  background: -moz-linear-gradient(top, #102a45 50%, #0e2338 100%);
  background: -o-linear-gradient(top, #102a45 50%, #0e2338 100%);
  background: -ms-linear-gradient(top, #102a45 50%, #0e2338 100%);
  background: linear-gradient(top, #102a45 50%, #0e2338 100%);
  border-bottom: 1px solid #0d1a27;
  font: 30px/54px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
/*TITLE BAR ICONS*/
.title-bar-icon {
  z-index: 40;
  width: 50px;
  height: 52px;
  background: transparent url("../images/icons-title-bar.png") no-repeat 0px 0px;
  cursor: pointer;
  overflow: hidden;
}
#uin-toc {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0px 0px;
}
#uin-toc:hover {
  background-position: -50px 0px;
}
#uin-toc.active {
  background-position: -50px -52px;
}
#uin-bmm {
  position: absolute;
  top: 0;
  right: 0;
  background-position: -100px 0px;
}
#uin-bmm:hover {
  background-position: -150px 0px;
}
#uin-bmm.active {
  background-position: -150px -52px;
}
/*TABLE OF CONTENTS*/
#toc-menu,
#page-menu {
  position: absolute;
  z-index: 40;
  top: 52px;
  left: -300px;
  width: 300px;
  background-color: #6e7172;
  overflow: hidden;
/* NATIVE TOUCH-SCROLLING */
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#toc-menu #chapters,
#page-menu #chapters {
  margin: 0;
  padding: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 2px;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#toc-menu #chapters .chapter,
#page-menu #chapters .chapter {
  width: 300px;
  height: 68px;
  display: inline-block;
  vertical-align: middle;
  line-height: 68px;
  width: 300px;
  height: 68px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #484b4b;
  border-top: 1px solid #858788;
  border-right: 1px solid #797c7d;
  cursor: pointer;
}
#toc-menu #chapters .chapter:hover,
#page-menu #chapters .chapter:hover {
  background-color: #606364;
}
#toc-menu #chapters .chapter span.title,
#page-menu #chapters .chapter span.title {
  display: inline-block;
  vertical-align: middle;
  font: bold 14px/16px;
  text-shadow: 0 -1px 0 #000;
  line-height: normal;
  width: 220px;
}
#toc-menu #chapters .chapter i,
#page-menu #chapters .chapter i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 0;
}
#toc-menu #chapters .chapter.active,
#page-menu #chapters .chapter.active {
  background-color: #484b4b;
  border-right: none;
}
#page-menu {
  z-index: 39;
  background-color: #484b4b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page-menu #chapters .chapter {
  border-bottom-color: #3c3d3d;
  border-top-color: #585c5c;
}
#page-menu #chapters .chapter.active {
  background-color: #373a3a;
}
/*BOOKMARKS*/
#bmm-menu {
  position: absolute;
  z-index: 50;
  top: 52px;
  right: -301px;
  width: 301px;
  background-color: #344555;
  border-left: 1px solid #415b70;
  -webkit-box-shadow: -1px 0 0 #293643;
  box-shadow: -1px 0 0 #293643;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#bmm-menu #bmm-action {
  width: 300px;
  height: 68px;
  border-bottom: 1px solid #202a34;
  background: transparent url("../images/button-add-bookmark.png") no-repeat;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
#bmm-menu #bmm-action.enabled {
  cursor: pointer;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#bmm-menu #bmm-action.enabled:hover {
  background-image: url("../images/button-add-bookmark-ro.png");
}
#bmm-menu .caption {
  color: #677078;
  font: bold 14px/16px;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #415b70;
}
#bmm-menu #bookmarks {
  margin: 0;
  padding: 0;
  width: 300px;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 2px;
}
#bmm-menu #bookmarks .deleteWrapper {
  width: 300px;
  height: 70px;
  overflow: hidden;
}
#bmm-menu #bookmarks .bookmark {
  display: inline-block;
  vertical-align: middle;
  line-height: 68px;
  width: 300px;
  min-height: 68px;
  color: #fff;
  text-decoration: none;
  padding: 0 20px 0 10px;
  position: relative;
  border-bottom: 1px solid #202a34;
  border-top: 1px solid #415b70;
  cursor: pointer;
}
#bmm-menu #bookmarks .bookmark:hover {
  background-color: #273746;
}
#bmm-menu #bookmarks .bookmark span.thumbnail {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: transparent url("../images/icons-bookmarks-menu.png") no-repeat top left;
  margin-right: 4px;
}
#bmm-menu #bookmarks .bookmark span.thumbnail.image {
  background-position: -50px 0;
}
#bmm-menu #bookmarks .bookmark span.thumbnail.video {
  background-position: -100px 0;
}
#bmm-menu #bookmarks .bookmark span.thumbnail.chart,
#bmm-menu #bookmarks .bookmark span.thumbnail.infographic {
  background-position: -150px 0;
}
#bmm-menu #bookmarks .bookmark span.title {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 -1px 0 #000;
}
#bmm-menu #bookmarks .bookmark i {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  color: #a5a5a5;
}
#bmm-menu #bookmarks .bookmark i:hover {
  color: #d14f3f;
}
#bmm-menu #bookmarks .bookmark.active {
  background-color: #484b4b;
  border-right: none;
}
/*PAGE AREA*/
#curtain,
.cover {
  position: absolute;
  z-index: 20;
  top: 52px;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0,0,0,0.8);
}
#page {
  position: absolute;
  top: 84px;
  left: 0;
  z-index: 0;
  width: 100%;
  min-width: 700px;
  min-height: 1px;
  overflow: hidden;
  border-top: 1px solid #435d73;
/* -> See ./content.styl for page content styles */
}
#page .page-content {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #3d3d3d;
  background-image: url("../images/linen.jpg");
}
#page .page-content.frozen {
  overflow-y: hidden;
}
#page .page-content.dark {
  background-image: none;
  background-color: #fff;
}
/*LOWER NAVIGATION MENU*/
#navigation {
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 30;
  width: 100%;
  min-width: 700px;
  border-top: 1px solid #0d1a27;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.7);
  box-shadow: 0 1px 6px rgba(0,0,0,0.7);
}
#navigation #uin-nav-bar {
  height: 33px;
  text-align: center;
  border-top: 1px solid #435d73;
  color: #abb2bb;
  font: 26px/36px 'BebasNeueRegular', Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background-color: #254464;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #193868), color-stop(1, #102a45));
  background: -webkit-linear-gradient(top, #193868 0%, #102a45 100%);
  background: -moz-linear-gradient(top, #193868 0%, #102a45 100%);
  background: -o-linear-gradient(top, #193868 0%, #102a45 100%);
  background: -ms-linear-gradient(top, #193868 0%, #102a45 100%);
  background: linear-gradient(top, #193868 0%, #102a45 100%);
}
#navigation #uin-nav-bar:hover {
  background-color: #102a45;
  color: #c1cee7;
}
#navigation #uin-nav-bar.active {
  color: #c1cee7;
  background-color: #102a45;
  border-bottom: 1px solid #09253c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #193868), color-stop(1, #102a45));
  background: -webkit-linear-gradient(bottom, #193868 0%, #102a45 100%);
  background: -moz-linear-gradient(bottom, #193868 0%, #102a45 100%);
  background: -o-linear-gradient(bottom, #193868 0%, #102a45 100%);
  background: -ms-linear-gradient(bottom, #193868 0%, #102a45 100%);
  background: linear-gradient(bottom, #193868 0%, #102a45 100%);
}
#navigation #uin-nav-bar i {
  font-size: 16px;
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
  line-height: 33px;
}
#navigation #nav-menu {
  background-color: #102a45;
  height: 33px;
  border-top: 1px solid #557187;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
#navigation #nav-menu #nav-lists {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 36px;
  text-align: center;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d2033), color-stop(0.6, #102a45));
  background: -webkit-linear-gradient(top, #0d2033 0%, #102a45 60%);
  background: -moz-linear-gradient(top, #0d2033 0%, #102a45 60%);
  background: -o-linear-gradient(top, #0d2033 0%, #102a45 60%);
  background: -ms-linear-gradient(top, #0d2033 0%, #102a45 60%);
  background: linear-gradient(top, #0d2033 0%, #102a45 60%);
  border-bottom: 1px solid #0a1b2d;
  -webkit-box-shadow: 0 1px 0 #557187;
  box-shadow: 0 1px 0 #557187;
}
#navigation #nav-menu #nav-lists li {
  display: inline-block;
  vertical-align: top;
  width: 19%;
}
#navigation #nav-menu #nav-lists li div {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #a0a6af;
  font: 18px/38px 'BebasNeueRegular', Helvetica, sans-serif;
  text-shadow: 0 -1px 0 #000;
  text-decoration: none;
}
#navigation #nav-menu #nav-lists li div.active,
#navigation #nav-menu #nav-lists li div:hover {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
#navigation #nav-menu #carousel {
  width: 100%;
  height: 423px;
  position: relative;
  overflow-y: hidden;
}
#navigation #nav-menu #carousel .nav-list {
  position: absolute;
  left: 0px;
  height: 423px;
  width: auto;
  overflow-x: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#navigation #nav-menu #carousel .nav-list .item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#navigation #nav-menu #carousel .nav-list#category-list {
  padding-top: 1px;
}
#navigation #nav-menu #carousel .nav-list#category-list .item {
  width: 279px;
  height: 405px;
  overflow: hidden;
  cursor: pointer;
}
#navigation #nav-menu #carousel .nav-list#category-list .item div {
  font: 55px/49px 'BebasNeueRegular', Helvetica, sans-serif;
  color: rgba(255,255,255,0.9);
}
#navigation #nav-menu #carousel .nav-list#category-list .item div.category-card-grade {
  bottom: 0;
  right: 0;
  position: absolute;
  font-size: 180px;
  line-height: 120px;
}
#navigation #nav-menu #carousel .nav-list#state-list {
  width: 100%;
  padding: 15px 20px;
}
#navigation #nav-menu #carousel .nav-list#state-list .item {
  display: block;
  float: left;
  width: 20%;
  height: 36px;
  overflow: hidden;
  border-right: 1px solid #102a45;
  border-bottom: 1px solid #102a45;
  padding: 14px 10px;
  font: 25px/10px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #fff;
  cursor: pointer;
  background-color: #007d7b;
  -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
  box-shadow: inset 1px 1px 0 rgba(255,255,255,0.4);
}
#navigation #nav-menu #carousel .nav-list#state-list .item:hover {
  background-color: #0b928f;
}
#navigation #nav-menu #carousel .nav-list#news-list {
  padding: 14px 16px 0px;
  cursor: auto;
}
#navigation #nav-menu #carousel .nav-list#news-list .item {
  width: 268px;
  height: 390px;
  margin-right: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 22px;
  line-height: 30px;
  padding-right: 30px;
}
#navigation #nav-menu #carousel .nav-list#news-list .item.blog {
  background: #fff url("../images/news-article.png") top right no-repeat;
}
#navigation #nav-menu #carousel .nav-list#news-list .item.twitter {
  background: #fff url("../images/news-twitter.png") top right no-repeat;
}
#navigation #nav-menu #carousel .nav-list#news-list .item.facebook {
  background: #fff url("../images/news-facebook.png") top right no-repeat;
}
#navigation #nav-menu #carousel .nav-list#news-list .item .title {
  color: #798695;
  font-size: 26px;
}
#navigation #nav-menu #carousel .nav-list#news-list .item .title a {
  color: #7b98b8;
  text-decoration: none;
  font-size: 16px;
}
#navigation #nav-menu #carousel .nav-list#news-list .item:hover .title {
  color: #d1d1d1;
}
#navigation #nav-menu #carousel .nav-list#chart-list {
  padding: 8px 16px 0px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item {
  width: 268px;
  height: 390px;
  margin-right: 2px;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 14px 16px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon {
  width: 128px;
  height: 128px;
  position: absolute;
  right: 12px;
  bottom: 0;
  z-index: 1;
  background: #fff url("../images/icons/chart-types-large.jpg") no-repeat 0 0;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.table {
  background-position: 0 0;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.bar {
  background-position: 0 -128px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.pie {
  background-position: 0 -256px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.line {
  background-position: 0 -384px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.map {
  background-position: 0 -512px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .icon.infographic {
  background-position: -128px -512px;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .chapter {
  display: block;
  margin-bottom: 6px;
  font: 20px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #ed9e22;
  border-bottom: 1px solid #a3bda7;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item .title {
  color: #798695;
  font-size: 26px;
  position: relative;
  z-index: 100;
}
#navigation #nav-menu #carousel .nav-list#chart-list .item:hover .title {
  color: #d1d1d1;
}
#navigation #nav-menu #carousel .nav-list#media-list {
  line-height: 0px;
  width: 100%;
  overflow: hidden;
  background-color: #050c14;
}
#navigation #nav-menu #carousel .nav-list#media-list .page-turn {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 40px;
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 24px;
  z-index: 100;
  text-align: center;
  line-height: 80px;
}
#navigation #nav-menu #carousel .nav-list#media-list .page-turn.next {
  right: 0;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#navigation #nav-menu #carousel .nav-list#media-list .page-turn.prev {
  left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page {
  width: 100%;
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #102a45;
  border: 1px solid #1e3565;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item {
  width: 25%;
  height: 188px;
  border: solid 4px #102a45;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background-color: #000;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 8px;
  color: #fff;
  background-color: #0d6a66;
  font: 20px/20px 'BebasNeueRegular', Helvetica, sans-serif;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.dams,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.drinking-water,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.hazardous-waste,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.levees,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.solid-waste,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.wastewater,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.water {
  background-color: #9b3293;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.aviation,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.bridges,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.inland-waterways,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.rail,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.roads,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.transit,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.ports,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.roads-and-bridges {
  background-color: #d07529;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.public-parks-and-recreation,
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.schools {
  background-color: #00a853;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.energy {
  background-color: #a20333;
}
#navigation #nav-menu #carousel .nav-list#media-list .photo-page .item .media-label.introduction {
  background-color: #527ca4;
}
#navigation #nav-menu #carousel .nav-list#media-list.draggable {
  cursor: move;
}
#readout {
  display: none;
  width: 80%;
  position: fixed;
  top: 4px;
  left: 10%;
  min-height: 52px;
  border: solid 1px #000;
  background-color: rgba(0,0,0,0.8);
  font-size: 14;
  padding: 12px;
  color: #fe9904;
  text-shadow: 0 1px 0 #000;
  z-index: 5000;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 1px solid #000;
  font-weight: bold;
}
.nav-tab {
  width: 40px;
  height: 80px;
  position: absolute;
  z-index: 150;
  background-color: rgba(12,25,43,0.8);
  text-shadow: 0 1px 4px #000;
  color: #abb2bb;
  cursor: pointer;
  text-align: center;
}
.nav-tab.dead {
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: alpha(opacity=20);
}
.nav-tab.hot,
.nav-tab:hover {
  background-color: #0c192b;
  color: #fff;
}
.nav-tab.forward {
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  right: 0;
}
.nav-tab.forward i {
  margin-left: 10px;
}
.nav-tab.forward.icon-chevron-left {
  display: none;
}
.nav-tab.backward {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  left: 0;
}
.nav-tab.backward i {
  margin-right: 10px;
}
.nav-tab.backward.icon-chevron-right {
  display: none;
  margin-left: 10px;
}
.nav-tab i {
  font-size: 32px;
  line-height: 80px;
}
#routes {
  background-color: #fff;
  padding: 12px;
}
.connectivity-warning {
  background-color: #08101c;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 14px;
  color: #fff;
  text-align: center;
  width: 300px;
  margin: 140px auto 0;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.connectivity-warning .prompt {
  display: inline-block;
  font-size: 12px;
  margin-top: 8px;
  color: #d1d1d1;
}
.cta {
  padding: 20px;
  background-color: #0e2338;
  text-align: center;
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #fff;
  cursor: pointer;
}
.cta span {
  vertical-align: middle;
  line-height: normal;
}
.cta.video {
  padding: 20px 40px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4);
  box-shadow: 0 1px 0 rgba(255,255,255,0.4);
  left: 0;
}
#close-engagement {
  cursor: pointer;
}
#close-engagement:hover {
  color: #d1d1d1;
}
.home #navigation {
  top: 290px;
}
.home #page {
  margin-top: -33px;
}
.home .nav-tab {
  top: 80px !important;
}
.home #page-body {
  min-height: 266px !important;
}
.home #page .page-content#home {
  height: 266px !important;
  background-image: none;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #25496d), color-stop(1, #527ca4));
  background: -webkit-linear-gradient(bottom, #25496d 0%, #527ca4 100%);
  background: -moz-linear-gradient(bottom, #25496d 0%, #527ca4 100%);
  background: -o-linear-gradient(bottom, #25496d 0%, #527ca4 100%);
  background: -ms-linear-gradient(bottom, #25496d 0%, #527ca4 100%);
  background: linear-gradient(bottom, #25496d 0%, #527ca4 100%);
  background-color: #25496d;
}
#navigation {
  -webkit-transition: top 0.25s 0 linear;
  -moz-transition: top 0.25s 0 linear;
  -o-transition: top 0.25s 0 linear;
  -ms-transition: top 0.25s 0 linear;
  transition: top 0.25s 0 linear;
}
.print-hook {
  display: inline-block;
  vertical-align: top;
}
.print-hook #print-button {
  width: 40px;
  height: 35px;
  background-color: #dd0e00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7f0400), color-stop(1, #e60f00));
  background: -webkit-linear-gradient(bottom, #7f0400 0%, #e60f00 100%);
  background: -moz-linear-gradient(bottom, #7f0400 0%, #e60f00 100%);
  background: -o-linear-gradient(bottom, #7f0400 0%, #e60f00 100%);
  background: -ms-linear-gradient(bottom, #7f0400 0%, #e60f00 100%);
  background: linear-gradient(bottom, #7f0400 0%, #e60f00 100%);
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #6c1e64;
  border: 1px solid #054071;
  -webkit-box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  font: 23px/36px 'BebasNeueRegular', Helvetica, sans-serif;
  cursor: pointer;
}
.print-hook #print-button:hover {
  background-color: #7f0400;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e60f00), color-stop(1, #7f0400));
  background: -webkit-linear-gradient(bottom, #e60f00 0%, #7f0400 100%);
  background: -moz-linear-gradient(bottom, #e60f00 0%, #7f0400 100%);
  background: -o-linear-gradient(bottom, #e60f00 0%, #7f0400 100%);
  background: -ms-linear-gradient(bottom, #e60f00 0%, #7f0400 100%);
  background: linear-gradient(bottom, #e60f00 0%, #7f0400 100%);
}
.share-hook {
  display: inline-block;
  vertical-align: top;
}
.share-hook #share {
  width: 100px;
  min-height: 36px;
  position: relative;
}
.share-hook #share #share-button {
  width: 100px;
  height: 35px;
  background: #e78e25 url("../images/share-icon.png") no-repeat;
  color: #fff;
  text-shadow: 0 -1px 0 #6c1e64;
  border: 1px solid #054071;
  -webkit-box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  padding-left: 40px;
  font: 23px/36px 'BebasNeueRegular', Helvetica, sans-serif;
  cursor: pointer;
}
.share-hook #share #share-button:hover {
  background-color: #cf7813;
}
.share-hook #share #share-menu {
  display: none;
  width: 210px;
  color: #fff;
  text-shadow: 0 -1px 0 #6c1e64;
  border: 1px solid #054071;
  -webkit-box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rbga(255, 255, 255, 0.8);
  background-color: #e78e25;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.share-hook #share #share-menu i {
  position: absolute;
  top: 10px;
  right: 5px;
  margin-top: 0;
  font-size: 32px;
  line-height: 32px;
}
.share-hook #share #share-menu ul {
  width: 164px;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 8px 0 3px 8px;
  font-family: 'BebasNeueRegular';
}
.share-hook #share #share-menu ul li {
  margin-bottom: 6px;
}
.share-hook #share #share-menu ul li .share-via {
  display: block;
  border: 1px solid #7a4b15;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.8);
  box-shadow: 0 1px 0 rgba(255,255,255,0.8);
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px 0 #7a4b15;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  background-color: #143a59;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #2d5372), color-stop(1, #143a59));
  background: -webkit-linear-gradient(top, #2d5372 50%, #143a59 100%);
  background: -moz-linear-gradient(top, #2d5372 50%, #143a59 100%);
  background: -o-linear-gradient(top, #2d5372 50%, #143a59 100%);
  background: -ms-linear-gradient(top, #2d5372 50%, #143a59 100%);
  background: linear-gradient(top, #2d5372 50%, #143a59 100%);
  cursor: pointer;
}
.share-hook #share #share-menu ul li .share-via:hover {
  background-color: #426a8b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, #426a8b), color-stop(1, #143a59));
  background: -webkit-linear-gradient(top, #426a8b 50%, #143a59 100%);
  background: -moz-linear-gradient(top, #426a8b 50%, #143a59 100%);
  background: -o-linear-gradient(top, #426a8b 50%, #143a59 100%);
  background: -ms-linear-gradient(top, #426a8b 50%, #143a59 100%);
  background: linear-gradient(top, #426a8b 50%, #143a59 100%);
}
.heading-options {
  float: right;
  border-left: 1px solid #fff;
  position: relative;
  top: 18px;
  padding: 10px 20px;
  vertical-align: top;
}
.heading-options .share-hook #share #share-menu {
  left: auto;
  right: 0;
}
.heading-options .share-hook #share #share-menu i {
  top: 12px;
  right: 10px;
}
/*
* Page Content Stylesheet
*/
.wallpaper {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
#page h1 sup,
#page h2 sup,
#page h3 sup,
#page h4 sup {
  font-weight: normal;
  font-size: 12px;
  line-height: 30px;
  vertical-align: top;
}
#page .page-body {
  position: relative;
}
#page .page-heading {
  width: 100%;
  height: 90px;
  background-color: #527ca4;
  line-height: 76px;
  color: #fff;
  font: 32px/32px 'BebasNeueRegular', Helvetica, sans-serif;
  position: relative;
  z-index: 1;
}
#page .page-heading.dams,
#page .page-heading.drinking-water,
#page .page-heading.hazardous-waste,
#page .page-heading.levees,
#page .page-heading.solid-waste,
#page .page-heading.wastewater {
  background-color: #9b3293;
}
#page .page-heading.aviation,
#page .page-heading.bridges,
#page .page-heading.inland-waterways,
#page .page-heading.rail,
#page .page-heading.roads,
#page .page-heading.transit,
#page .page-heading.ports {
  background-color: #d07529;
}
#page .page-heading.public-parks-and-recreation,
#page .page-heading.schools {
  background-color: #00a853;
}
#page .page-heading.energy {
  background-color: #a20333;
}
#page .page-heading.state-facts {
  background-color: #0d6a66;
}
#page .page-heading .title {
  position: absolute;
  left: 30px;
  bottom: 14px;
}
#page .page-heading .title .chapter {
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
}
#page .page-heading .grade-value {
  float: right;
  font-size: 80px;
  line-height: 90px;
  margin-right: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#page .page-heading .grade {
  float: right;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  text-align: right;
  width: 100px;
  margin: 14px 4px 0 0;
}
#page .page-heading .state-select {
  display: none;
}
#page .page-heading .state-select #share-menu {
  right: 40px;
}
#page .page-heading .state-select #share-menu i {
  right: 10px;
}
#page .page-heading.state-facts {
  height: 50px;
  border-bottom: 1px solid #0e6463;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007d7b), color-stop(1, #006462));
  background: -webkit-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -moz-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -o-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -ms-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: linear-gradient(bottom, #007d7b 0%, #006462 100%);
}
#page .page-heading.state-facts .title {
  bottom: 8px;
  left: 16px;
}
#page .page-heading.state-facts .grade,
#page .page-heading.state-facts .grade-value {
  display: none;
}
#page .page-heading.state-facts .state-select {
  display: inline-block;
}
#page .page-heading.state-facts .heading-options {
  border: none;
  top: 7px;
  padding: 0 10px 0 0;
}
#page .page-heading.state-facts .heading-options .share-hook {
  vertical-align: top;
}
#page .page-subtitle {
  width: 100%;
  background-color: #889db9;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  padding: 12px 20px;
}
#page .page-content#home {
  background-color: #25496d;
}
#page .page-content#home .splash {
  width: 100%;
  height: 266px;
  background: transparent url("../images/splash.png") top center no-repeat;
}
#page .page-content#home .splash p {
  width: 830px;
  font-size: 14px;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding: 164px 0 0 156px;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
#page .page-content a {
  color: #667484;
}
#page .page-content a.button {
  font-size: 14px;
  display: block;
  padding: 6px 9px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #667484;
  color: #fff;
  text-decoration: none;
  margin-bottom: 8px;
}
#page .page-content a.button i {
  float: right;
}
#page .page-content .atypical {
  background-color: #fff;
}
#page .page-content .standard {
  padding: 26px;
  color: #474747;
  font-size: 18px;
  background-color: #fff;
}
#page .page-content .standard .content-img.fleft {
  float: left;
  margin: 0 18px 14px 0;
}
#page .page-content .standard .content-img.fright {
  float: right;
  margin: 0 0 14px 18px;
}
#page .page-content .standard.case-study {
  background-color: #ede8d6;
}
#page .page-content .standard h1 {
  font-size: 24px;
  margin-top: 0px;
  border-bottom: 1px solid #b6c5d1;
  padding-bottom: 8px;
  color: #43698e;
}
#page .page-content .standard h2 {
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  margin-top: 4px;
  margin-bottom: 8px;
}
#page .page-content .standard h3 {
  font-size: 16px;
  color: #43698e;
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 8px;
}
#page .page-content .standard p {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  text-align: justify;
  margin-top: 0px;
}
#page .page-content .standard p sup {
  display: none;
}
#page .page-content .standard p.drop-cap {
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 80px;
  line-height: 76px;
  font-weight: bold;
  float: left;
  margin: 0 20px 14px 0;
  width: 28px;
}
#page .page-content .standard ul,
#page .page-content .standard ol {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  padding-left: 28px;
  margin: 8px 0px;
}
#page .page-content .standard ul li,
#page .page-content .standard ol li {
  margin-bottom: 14px;
}
#page .page-content .standard ul li sup,
#page .page-content .standard ol li sup {
  display: none;
}
#page .page-content .standard ul.link-list,
#page .page-content .standard ol.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page .page-content .standard ul.link-list li,
#page .page-content .standard ol.link-list li {
  margin-bottom: 8px;
}
#page .page-content .standard ul.link-list li a,
#page .page-content .standard ol.link-list li a {
  display: block;
  padding: 6px 9px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #667484;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#page .page-content .standard ul.link-list li a:hover,
#page .page-content .standard ol.link-list li a:hover {
  background-color: #435d73;
}
#page .page-content .standard ul.link-list li a i,
#page .page-content .standard ol.link-list li a i {
  float: right;
}
#page .page-content .standard ul.grid-list,
#page .page-content .standard ol.grid-list {
  padding-left: 14px;
  list-style: none;
}
#page .page-content .standard ul.grid-list li,
#page .page-content .standard ol.grid-list li {
  float: left;
  width: 33%;
  margin-bottom: 8px;
}
#page .page-content .standard ul.source-list {
  list-style: none;
  padding: 0px;
}
#page .page-content .standard ol.source-list,
#page .page-content .standard ul.source-list {
  font-size: 14px;
  vertical-align: top;
}
#page .page-content .standard ol.source-list li span,
#page .page-content .standard ul.source-list li span,
#page .page-content .standard ol.source-list li a,
#page .page-content .standard ul.source-list li a {
  font-size: 14px;
}
#page .page-content .standard ol.source-list li a,
#page .page-content .standard ul.source-list li a {
  display: block;
  padding: 6px 9px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #667484;
  color: #fff;
  text-decoration: none;
}
#page .page-content .standard ol.source-list li a i,
#page .page-content .standard ul.source-list li a i {
  float: right;
}
#page .cover-heading {
  width: 100%;
  height: 164px;
  position: relative;
  color: rgba(255,255,255,0.8);
}
#page .cover-heading.aviation,
#page .cover-heading.bridges,
#page .cover-heading.inland-waterways,
#page .cover-heading.rail,
#page .cover-heading.roads,
#page .cover-heading.transit,
#page .cover-heading.ports {
  background-color: rgba(244,140,16,0.4);
}
#page .cover-heading.dams,
#page .cover-heading.drinking-water,
#page .cover-heading.hazardous-waste,
#page .cover-heading.levees,
#page .cover-heading.solid-waste,
#page .cover-heading.wastewater {
  background-color: rgba(155,50,147,0.4);
}
#page .cover-heading.public-parks-and-recreation,
#page .cover-heading.schools {
  background-color: rgba(6,138,54,0.4);
}
#page .cover-heading.energy {
  background-color: rgba(204,0,48,0.8);
}
#page .cover-heading h1 {
  margin: 0;
  padding: 0;
  font-size: 90px;
  position: absolute;
  left: 20px;
  bottom: 0px;
}
#page .cover-heading.hazardous-waste h1,
#page .cover-heading.inland-waterways h1 {
  font-size: 70px;
  bottom: 12px;
}
#page .cover-heading.public-parks-and-recreation h1 {
  font-size: 60px;
  bottom: 33px;
  line-height: 55px;
}
#page .cover-heading .grade-value {
  float: right;
  font-size: 150px;
  line-height: 164px;
  margin-right: 20px;
  font-weight: bold;
}
#page .cover-heading .grade {
  float: right;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  text-align: right;
  width: 210px;
  margin: 26px 10px 0 0;
  font-size: 60px;
  line-height: 54px;
}
#page .cover-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: rgba(255,255,255,0.8);
}
#page .cover-footer.aviation,
#page .cover-footer.bridges,
#page .cover-footer.inland-waterways,
#page .cover-footer.rail,
#page .cover-footer.roads,
#page .cover-footer.transit,
#page .cover-footer.ports {
  background-color: rgba(151,90,16,0.84);
}
#page .cover-footer.aviation .overview-national,
#page .cover-footer.bridges .overview-national,
#page .cover-footer.inland-waterways .overview-national,
#page .cover-footer.rail .overview-national,
#page .cover-footer.roads .overview-national,
#page .cover-footer.transit .overview-national,
#page .cover-footer.ports .overview-national {
  background-color: rgba(244,140,16,0.8);
}
#page .cover-footer.dams,
#page .cover-footer.drinking-water,
#page .cover-footer.hazardous-waste,
#page .cover-footer.levees,
#page .cover-footer.solid-waste,
#page .cover-footer.wastewater {
  background-color: rgba(155,50,147,0.8);
}
#page .cover-footer.dams .overview-national,
#page .cover-footer.drinking-water .overview-national,
#page .cover-footer.hazardous-waste .overview-national,
#page .cover-footer.levees .overview-national,
#page .cover-footer.solid-waste .overview-national,
#page .cover-footer.wastewater .overview-national {
  background-color: rgba(155,50,147,0.8);
}
#page .cover-footer.public-parks-and-recreation,
#page .cover-footer.schools {
  background-color: rgba(6,138,54,0.8);
}
#page .cover-footer.public-parks-and-recreation .overview-national,
#page .cover-footer.schools .overview-national {
  background-color: rgba(6,138,54,0.8);
}
#page .cover-footer.energy {
  background-color: rgba(204,0,48,0.8);
}
#page .cover-footer.energy .overview-national {
  background-color: rgba(204,0,48,0.8);
}
#page .cover-footer .overview-copy {
  width: 70%;
  padding: 20px;
  font-size: 18px;
  float: left;
  padding-bottom: 520px;
  margin-bottom: -500px;
  font-weight: bold;
}
#page .cover-footer .overview-national {
  height: 100%;
  width: 30%;
  float: left;
  padding: 20px 0 0 0px;
  font-size: 14px;
  height: 220px;
  padding-bottom: 500px;
  margin-bottom: -500px;
}
#page .cover-footer .overview-national .grades {
  display: inline-block;
  text-align: right;
  width: 48%;
  padding-right: 20px;
  vertical-align: top;
}
#page .cover-footer .overview-national .grade-value {
  display: inline-block;
  width: 48%;
  padding-left: 14px;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 26px;
  line-height: 26px;
  border-left: 1px solid #fff;
}
#page .cover-footer .overview-national .grade-value span {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 74px;
  line-height: 74px;
}
#page .cover-footer .overview-national .grade-value #methodology-cta {
  font-size: 16px;
  text-align: left;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
}
#page .engagement-card {
  display: block;
  float: right;
  width: 420px;
  height: 250px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
  margin: 0 0 10px 20px;
  position: relative;
  cursor: pointer;
}
#page .engagement-card i {
  float: right;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  font-size: 42px;
  margin-top: 6px;
  margin-right: 16px;
}
#page .engagement-card .card-title {
  background-color: rgba(0,0,0,0.7);
  color: #fff;
  text-shadow: 0 1px 0 #000;
  padding: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
#page .engagement-card .card-title i {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  bottom: 0;
}
#page .engagement-card.title-card {
  height: auto;
}
#page .engagement-card.title-card .title {
  background-color: #7588ab;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
  font-size: 20px;
  color: #fff;
  padding: 8px 12px;
}
#page .engagement-card.title-card .cta,
#page .engagement-card.title-card i {
  font: 32px/50px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #344e71;
  text-align: right;
  text-shadow: none;
}
#page .engagement-card.title-card .cta {
  padding: 8px;
  height: 68px;
  line-height: 60px;
}
#page .engagement-card.title-card .cta.table {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat 0 0;
}
#page .engagement-card.title-card .cta.bar {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat 0 -68px;
}
#page .engagement-card.title-card .cta.pie {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat 0 -136px;
}
#page .engagement-card.title-card .cta.line {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat 0 -204px;
}
#page .engagement-card.title-card .cta.map {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat 0 -272px;
}
#page .engagement-card.title-card .cta.infographic {
  background: transparent url("../images/icons/chart-types-small.jpg") no-repeat -68px -272px;
}
#page .engagement-card.title-card i {
  margin-left: 10px;
}
.engagement {
  position: relative;
  z-index: 200;
}
.engagement#help-browsing,
.engagement#help-reading {
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
}
.engagement .heading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(161,145,0,0.8);
  padding: 0 10px;
  z-index: 1000;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  line-height: 50px;
  border-bottom: 1px solid #1d3f5b;
}
.engagement .heading .share-hook {
  float: left;
  margin-top: 6px;
  width: 180px;
  margin-right: 20px;
}
.engagement .heading.video .hider {
  display: none;
}
.engagement .heading i {
  text-shadow: 0 -1px 0 #000;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
}
.engagement .heading i.icon-remove-sign {
  float: right;
}
.engagement .heading i.icon-chevron-up {
  float: left;
  margin-right: 10px;
  line-height: 22px;
}
.engagement .heading.blank {
  background-color: transparent;
  border: none;
  padding: 30px 50px 0 20px;
}
.engagement .heading.blank .title {
  font: 32px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #000;
}
.engagement .heading.blank i {
  color: #000;
  margin-top: 4px;
}
.engagement .image-caption {
  color: #fff;
  border-top: 1px solid #000;
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
  position: absolute;
  bottom: 0;
  font-size: 20px;
  width: 100%;
}
.engagement .image-caption p.credit {
  font-size: 12px;
  font-style: italic;
  margin: 4px 0 0;
}
.engagement .title-heading {
  width: 100%;
  height: 100px;
  background-color: #457397;
  border-bottom: 1px solid #133958;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.engagement .title-heading .share-hook {
  position: absolute;
  top: 10px;
  width: 180px;
  z-index: 100;
}
.engagement .title-heading .title {
  display: block;
  font-size: 18px;
  font: 32px/32px 'BebasNeueRegular', Helvetica, sans-serif;
  text-shadow: 0 -1px 0 #000;
  position: relative;
  top: 54px;
}
.engagement .title-heading i {
  text-shadow: 0 -1px 0 #000;
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  cursor: pointer;
}
.engagement .title-heading i.icon-remove-sign {
  top: 14px;
  right: 10px;
  z-index: 1000;
}
.engagement #engagement-content {
  width: 100%;
}
.engagement #engagement-content.blank {
  padding: 56px 20px 20px;
  background-color: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
}
.engagement #engagement-content.chart {
  background-color: #c7d4df;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
/* See figures.styl */
}
.engagement #engagement-content.image {
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.engagement #engagement-content.video {
  background-color: #000;
}
.engagement #engagement-content.video video {
  padding-top: 50px;
  height: 100%;
  width: 100%;
}
.engagement #engagement-content.infographic {
  background-color: #000;
  overflow: hidden;
  z-index: 500;
}
.engagement #engagement-content.infographic.scrollHorz {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.engagement #engagement-content.infographic.scrollVert {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.engagement #engagement-content.infographic .prompt {
  background-color: rgba(0,0,0,0.8);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  text-align: center;
}
.engagement #engagement-content.infographic .prompt.horizontal {
  width: 100px;
  height: 200px;
}
.engagement #engagement-content.infographic .prompt.horizontal i {
  line-height: 200px;
}
.engagement #engagement-content.infographic .prompt.vertical {
  width: 200px;
  height: 100px;
}
.engagement #engagement-content.infographic .prompt i {
  color: #fff;
  font-size: 70px;
}
.engagement #engagement-content.infographic img.infographic-image {
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.state-statistics {
  width: 100%;
  height: 422px;
  background: #042424 url("../images/state-statistics-plate.jpg") no-repeat top;
  position: relative;
}
.state-statistics .center-wrap {
  width: 1024px;
  height: 422px;
  margin: 0 auto;
  position: relative;
}
.state-statistics .title-img {
  position: absolute;
  top: 16px;
  left: 510px;
  width: 500px;
  height: 88px;
}
.state-statistics .value {
  font: 90px/90px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
.state-statistics .value .sup {
  font-size: 50px;
  line-height: 60px;
  vertical-align: top;
}
.state-statistics .value .unit {
  font-size: 50px;
  vertical-align: baseline;
}
.state-statistics .water {
  position: absolute;
  left: 32px;
  top: 290px;
  font: 18px/18px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #8ed4db;
}
.state-statistics .water.empty {
  left: 112px;
  color: #fff;
}
.state-statistics .water .heavy {
  color: #fff;
  font-size: 28px;
  line-height: 30px;
}
.state-statistics .water .water-label {
  display: inline-block;
  padding-left: 4px;
}
.state-statistics .water .sup {
  font-size: 30px;
  line-height: 42px;
  vertical-align: top;
  color: #fff;
}
.state-statistics .water .value {
  font-size: 60px;
  line-height: 60px;
}
.state-statistics .dams-hh {
  width: 220px;
  height: 90px;
  position: absolute;
  left: 262px;
  top: 40px;
}
.state-statistics .bridges-sd {
  width: 220px;
  height: 90px;
  position: absolute;
  left: 404px;
  top: 276px;
}
.state-statistics .roads-morp {
  width: 220px;
  height: 90px;
  position: absolute;
  left: 588px;
  top: 168px;
}
.state-statistics .motorist-vocd {
  width: 220px;
  height: 90px;
  position: absolute;
  left: 780px;
  top: 314px;
}
.council-bio {
  padding-bottom: 14px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 14px;
}
.council-bio .title {
  width: 34%;
  display: inline-block;
  padding-right: 20px;
  vertical-align: top;
  font-size: 14px;
}
.council-bio .title h4 {
  padding-left: 0;
  margin: 0 0 4px;
  font-size: 16px;
}
.council-bio .bio {
  width: 64%;
  display: inline-block;
  vertical-align: top;
}
.council-bio .bio p {
  margin: 0;
}
#help-poster {
  width: 782px;
  height: 550px;
  background-image: url("../images/help.jpg");
  margin: 0 auto;
}
#help-reading-poster {
  width: 782px;
  height: 550px;
  background-image: url("../images/help-reading.jpg");
  margin: 0 auto;
}
#grade-sheet_gpa .grade-sheet-heading {
  width: 100%;
  height: 260px;
  background: transparent url("../images/grade-sheet-heading.jpg") no-repeat;
}
#grade-sheet_gpa .grade-sheet-heading .grade-sheet-value {
  font: 240px/280px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #fff;
  margin-left: 820px;
}
#grade-sheet_gpa .grade-sheet-heading .share-hook {
  position: absolute;
  top: 10px;
  left: 10px;
}
#grade-sheet_gpa .grade-sheet-heading .share-hook #share-menu i {
  right: 10px;
}
#grade-sheet_gpa .grade-sheet-heading .print-hook {
  position: absolute;
  top: 10px;
  left: 114px;
}
#grade-sheet_gpa .grade-sheet-list {
  width: 753px;
  margin-left: 36px;
  background-color: #e8e6da;
  min-height: 400px;
  padding: 18px 24px 100px;
  border-top: 1px solid #5b7d75;
  margin-top: -98px;
  float: left;
}
#grade-sheet_gpa .grade-sheet-list .gpa-meth-cta {
  float: right;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 24px;
  color: #38504a;
  margin-top: 6px;
  margin-right: 10px;
}
#grade-sheet_gpa .grade-sheet-list .gpa-meth-cta i {
  margin-left: 10px;
}
#grade-sheet_gpa .grade-sheet-list p {
  margin-top: 0;
  color: #3d3c3a;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-size: 16px;
}
#grade-sheet_gpa .grade-sheet-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  float: left;
}
#grade-sheet_gpa .grade-sheet-list ul.left li {
  padding-right: 10px;
}
#grade-sheet_gpa .grade-sheet-list ul.right li {
  padding-left: 10px;
}
#grade-sheet_gpa .grade-sheet-list ul li {
  width: 100%;
}
#grade-sheet_gpa .grade-sheet-list ul li a {
  width: 100%;
  display: inline-block;
  border-top: 1px dotted #83827b;
  text-decoration: none;
  color: #38504a;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  display: inline-block;
  padding: 10px 0 6px;
  font-size: 26px;
  line-height: 26px;
}
#grade-sheet_gpa .grade-sheet-list ul li a .grade-value {
  float: right;
  margin-right: 14px;
  color: #0f2a45;
}
#grade-sheet_gpa .grade-sheet-list ul li a .grade-value sup {
  display: inline-block;
  width: 14px;
  margin-right: -14px;
  font-size: 1em;
  top: -7px;
}
#grade-sheet_gpa .grade-sheet-sunmary {
  float: left;
  width: 230px;
  padding: 20px 20px 0;
  color: #39504a;
  font-size: 14px;
}
#grade-sheet_gpa .grade-sheet-sunmary ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  border-bottom: 1px dotted #39504a;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
#grade-sheet_gpa .investment-needs-cta {
  text-align: right;
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  border-top: 1px dotted #39504a;
  padding: 8px 0;
  margin-top: 14px;
}
#grade-sheet_gpa .investment-needs-cta a {
  color: #d89c56;
  text-decoration: none;
}
#grade-sheet_gpa .five-year-inv {
  width: 195px;
  height: 190px;
  background-image: url("../images/grade-sheet-est.png");
}
#grade-sheet_previous-grades em {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: normal;
  line-height: normal;
}
#grade-sheet_previous-grades .cat-caption {
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 16px;
}
#grade-sheet_previous-grades .cat-grades table {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  margin-bottom: 14px;
}
#grade-sheet_previous-grades .cat-grades table tr.years td {
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #474747;
}
#grade-sheet_previous-grades .cat-grades table td {
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 6px;
  font-weight: bold;
  color: #133958;
}
#grade-sheet_previous-grades .cat-grades table tr.totals td:first-child {
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #474747;
}
.term {
  display: inline-block;
  background-color: #e6e6e6;
  padding: 0 8px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: inset 0 1px 0 #d1d1d1;
  box-shadow: inset 0 1px 0 #d1d1d1;
}
.term.active {
  background-color: #000;
  color: #fff;
  z-index: 100;
}
.term .definition-bubble {
  position: absolute;
  padding: 8px 12px;
  background-color: #00f;
  top: 0;
  left: 0;
  width: 300px;
  background-color: #000;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  color: #fff;
  text-align: left;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.overview-copy .term {
  background-color: transparent;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.source-list .term {
  background-color: transparent;
  padding: 0;
  font-weight: 200;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-subtitle .term {
  background-color: transparent;
  padding: 0;
  font-weight: auto;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.no-terms .term {
  background-color: transparent;
  padding: 0;
  font-weight: auto;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.standard:before,
.standard:after {
  content: " ";
  display: table;
}
.standard:after {
  clear: both;
}
.raising-the-state-grades {
  font: 30px/36px 'BebasNeueRegular', Helvetica, sans-serif;
  height: 50px;
  border-bottom: 1px solid #083b3a;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007d7b), color-stop(1, #006462));
  background: -webkit-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -moz-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -o-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: -ms-linear-gradient(bottom, #007d7b 0%, #006462 100%);
  background: linear-gradient(bottom, #007d7b 0%, #006462 100%);
  border-top: solid 1px #083b3a;
  color: #fff;
  padding: 8px;
}
.raising-the-state-grades i {
  float: right;
  margin-right: 10px;
}
#page .page-content .standard h2.key-solution {
  color: #fff;
  background-color: #05608f;
  padding: 24px 12px 8px;
  margin-bottom: 0;
  font-size: 30px;
}
#page .page-content .standard p.solution {
  margin-top: 0;
  padding: 10px 14px 14px;
  background-color: #c7d4df;
}
#page .page-content .standard ul.solution {
  background-color: #c7d4df;
  margin-top: 0;
  padding: 14px 14px 14px 32px;
}
.state-reportcard-banner {
  background-color: #054141;
  border-top: 1px solid #002929;
  border-bottom: 1px solid #4b807a;
  padding: 10px 20px;
  color: #fff;
  position: relative;
  cursor: pointer;
  line-height: 38px;
}
.state-reportcard-banner:hover {
  background-color: #1a5a58;
}
.state-reportcard-banner div {
  display: inline-block;
  vertical-align: middle;
}
.state-reportcard-banner div.rc-title {
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
}
.state-reportcard-banner div.rc-value {
  font-size: 50px;
  line-height: 39px;
  font-weight: bold;
  margin-left: 10px;
}
.state-reportcard-banner div.rc-cta {
  font: 24px/24px 'BebasNeueRegular', Helvetica, sans-serif;
  position: absolute;
  right: 20px;
  top: 18px;
}
.state-reportcard-banner div.rc-cta i {
  margin-left: 10px;
}
#hide-share-menu {
  cursor: pointer;
}
#hide-share-menu:hover {
  color: #d1d1d1;
}
.base-font {
  font-family: Arial;
  font-size: 14px;
  margin-left: 2px;
  vertical-align: top;
}
.engagement #engagement-content.chart.white {
  background-color: #fff;
  padding-top: 0;
}
.engagement #engagement-content.chart .data-source {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  margin-bottom: 20px;
}
.engagement #engagement-content.chart table.main {
  width: 100%;
  margin-bottom: 20px;
}
.engagement #engagement-content.chart table td {
  padding: 12px;
  border-right: solid 1px #b5c4d1;
  border-bottom: solid 1px #b5c4d1;
}
.engagement #engagement-content.chart table td .fine-print {
  font-size: 12px;
  vertical-align: top;
}
.engagement #engagement-content.chart table tr {
  font: 22px/18px 'BebasNeueRegular', Helvetica, sans-serif;
  color: #133958;
  border-left: solid 1px #b5c4d1;
}
.engagement #engagement-content.chart table tr.header-row {
  font-size: 30px;
  border: none;
  border-bottom: 2px solid #457397;
/* add .small to a header row if the titles are breaking*/
}
.engagement #engagement-content.chart table tr.header-row.small {
  font-size: 22px;
}
.engagement #engagement-content.chart table tr.header-row.small td {
  padding: 6px;
}
.engagement #engagement-content.chart table tr.header-row td {
  border: none;
}
.engagement #engagement-content.chart table tr.header-row td .fine-print {
  font-size: 18px;
}
.engagement #engagement-content.chart table tr.highlight-row {
  background-color: #a9c0d3;
  border: none;
  border-bottom: 2px solid #457397;
}
.engagement #engagement-content.chart table tr.highlight-row td {
  border-color: #8ba9c3;
  padding-bottom: 8px;
}
.engagement #engagement-content.chart table tr.highlight-row.green {
  background-color: #a0cc97;
}
.engagement #engagement-content.chart table tr.highlight-row.tan {
  background-color: #eee6d8;
  border-bottom: none;
}
.engagement #engagement-content.chart table tr.spacer,
.engagement #engagement-content.chart table tr.spacer td {
  border: none;
}
.engagement #engagement-content.chart table.main.header-column tbody tr td:first-child {
  background-color: #a9c0d3;
  border-color: #8ba9c3;
}
.engagement #engagement-content.chart table.main.header-column-last tbody tr td:last-child {
  background-color: #a9c0d3;
  border-color: #8ba9c3;
}
.engagement #engagement-content.chart table.main.header-column tbody tr.header-row td:first-child,
.engagement #engagement-content.chart table.main.header-column-last tbody tr.header-row td:last-child,
.engagement #engagement-content.chart table.main.header-column tbody tr.spacer td:first-child,
.engagement #engagement-content.chart table.main.header-column-last tbody tr.spacer td:last-child {
  background-color: transparent;
}
.engagement #engagement-content.chart a {
  display: inline-block;
  padding: 6px 9px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #667484;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  margin-left: 4px;
  margin-top: 4px;
}
.engagement #engagement-content.chart a:hover {
  background-color: #435d73;
}
.engagement #engagement-content.chart a i {
  float: right;
}
.engagement #engagement-content.chart .caption {
  float: left;
  font-size: 14px;
}
.graph-container {
  margin: 0 auto;
}
.graph-container svg {
  padding: 10px 1px 80px 100px;
}
.graph-container rect {
  stroke: none;
}
.graph-container .axis path,
.graph-container .axis line {
  fill: none;
  stroke: #1f517a;
  shape-rendering: crispEdges;
}
.graph-container .axis text {
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  fill: #133958;
}
/* State Maps */
#info {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 320px;
  height: auto;
  pointer-events: none;
}
#info .data-readout {
  position: relative;
  font-size: 14px;
  background-color: #000;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  color: #d1d1d1;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
  padding: 14px;
}
#info .data-readout .note {
  font-size: 12px;
  font-style: italic;
  margin: 0;
}
#info .data-readout #stateName,
#info .data-readout #rank {
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #0980b3;
}
#info .data-readout #rank {
  float: right;
}
#info .data-readout p {
  margin-top: 0;
  margin-bottom: 6px;
}
#info .data-readout span {
  color: #fff;
  font-weight: bold;
  font-family: "HelveticaNeue", "Helvetica", sans-serif;
}
#info .arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #000;
  margin: 0 auto;
}
#info .arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #000;
  margin: 0 auto;
}
#info.above .arrow-up {
  display: none;
}
#info.below .arrow-down {
  display: none;
}
.origin {
  position: relative;
}
#linechart {
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  fill: #133958;
}
#linechart .yaxis,
#linechart .xaxis {
  font-size: 20px;
}
.chart-series-menu {
  text-align: center;
  position: relative;
  z-index: 100;
  margin-top: -60px;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  font-size: 18px;
}
.chart-series-menu .chart-series {
  cursor: pointer;
  color: #fff;
  background-color: #0e2338;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin-right: 4px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 6px 12px;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.chart-series-menu .chart-series.active {
  background-color: #457397;
  -webkit-box-shadow: inset 0 1px 0 #0e2338;
  box-shadow: inset 0 1px 0 #0e2338;
}
.chart-series-menu .chart-series.label {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #133958;
  padding: 6px 2px;
}
.color-legend {
  position: absolute;
  left: 20px;
  top: 120px;
  background-color: #a9c0d3;
  padding: 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  color: #133958;
  font-size: 12px;
  line-height: 12px;
}
.color-legend .origin {
  width: 46px;
}
.color-legend .color-range {
  width: 20px;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0b476e), color-stop(1, #5399d3));
  background: -webkit-linear-gradient(bottom, #0b476e 0%, #5399d3 100%);
  background: -moz-linear-gradient(bottom, #0b476e 0%, #5399d3 100%);
  background: -o-linear-gradient(bottom, #0b476e 0%, #5399d3 100%);
  background: -ms-linear-gradient(bottom, #0b476e 0%, #5399d3 100%);
  background: linear-gradient(bottom, #0b476e 0%, #5399d3 100%);
  border: 1px solid #c7d4df;
}
.color-legend .top,
.color-legend .bottom {
  position: absolute;
  top: 0;
  left: 24px;
}
.color-legend .bottom {
  top: auto;
  bottom: 0;
}
.instructions {
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  color: #133958;
  font-size: 22px;
  text-align: center;
  margin-top: -10px;
}
.engagement #engagement-content.chart .map-footer {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.engagement #engagement-content.chart .map-footer .data-source {
  margin-bottom: 0;
}
.chart-header {
  background-color: #a9c0d3;
  padding: 10px 20px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  font-family: 'BebasNeueRegular', Helvetica, sans-serif;
  color: #133958;
  font-size: 20px;
}
.chart-header span.value {
  display: block;
  float: right;
  color: #36516e;
}
.divider {
  height: 1px;
  background-color: #a9c0d3;
}
#hitbox {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  #page .page-heading .title {
    width: 400px;
  }
  #page .cover-heading {
    height: 144px;
  }
  #page .cover-heading .grade-value {
    font-size: 130px;
    line-height: 144px;
  }
  #page .cover-heading .grade {
    font-size: 50px;
    line-height: 48px;
    width: 180px;
  }
  #page .cover-heading h1 {
    width: 450px;
    font-size: 80px;
  }
  #page .cover-heading.hazardous-waste h1,
  #page .cover-heading.solid-waste h1 {
    font-size: 60px;
    line-height: 60px;
    bottom: 13px;
  }
  #page .cover-heading.public-parks-and-recreation h1,
  #page .cover-heading.inland-waterways h1,
  #page .cover-heading.drinking-water h1 {
    font-size: 50px;
    line-height: 48px;
    bottom: 27px;
  }
  #page .cover-footer .overview-copy {
    font-size: 14px;
    font-weight: normal;
  }
  #page .cover-footer .overview-national {
    font-size: 12px;
    padding-left: 20px;
    padding-right: 0;
  }
  #page .cover-footer .overview-national .grades {
    padding-left: 0;
    padding-right: 10px;
    width: 40%;
  }
  #page .cover-footer .overview-national .grade-value {
    font-size: 20px;
    line-height: 20px;
  }
  #page .cover-footer .overview-national .grade-value #methodology-cta {
    font-size: 18px;
    margin-top: 4px;
  }
  .engagement #engagement-content.chart table.main tr.header-row {
    font-size: 22px;
  }
  .state-statistics {
    height: 348px;
    background-size: contain;
  }
  .state-statistics .center-wrap {
    width: 846px;
    height: 348px;
  }
  .state-statistics .title-img {
    position: absolute;
    top: 13px;
    left: 410px;
    width: 420px;
    height: 76px;
    background-size: contain;
  }
  .state-statistics .value {
    font: 80px/80px 'BebasNeueRegular', Helvetica, sans-serif;
    color: #fff;
    text-align: center;
  }
  .state-statistics .value .sup {
    font-size: 50px;
    line-height: 60px;
    vertical-align: top;
  }
  .state-statistics .value .unit {
    font-size: 40px;
    vertical-align: baseline;
  }
  .state-statistics .water {
    position: absolute;
    left: 12px;
    top: 230px;
    font: 18px/18px 'BebasNeueRegular', Helvetica, sans-serif;
    color: #8ed4db;
  }
  .state-statistics .water.empty {
    left: 112px;
    color: #fff;
  }
  .state-statistics .water .heavy {
    color: #fff;
    font-size: 28px;
    line-height: 30px;
  }
  .state-statistics .water .water-label {
    display: inline-block;
    padding-left: 4px;
  }
  .state-statistics .water .sup {
    font-size: 30px;
    line-height: 42px;
    vertical-align: top;
    color: #fff;
  }
  .state-statistics .water .value {
    font-size: 60px;
    line-height: 60px;
  }
  .state-statistics .dams-hh {
    width: 220px;
    height: 90px;
    position: absolute;
    left: 198px;
    top: 30px;
  }
  .state-statistics .bridges-sd {
    width: 220px;
    height: 90px;
    position: absolute;
    left: 316px;
    top: 220px;
  }
  .state-statistics .roads-morp {
    width: 220px;
    height: 90px;
    position: absolute;
    left: 464px;
    top: 136px;
  }
  .state-statistics .motorist-vocd {
    width: 190px;
    height: 80px;
    position: absolute;
    left: 630px;
    top: 256px;
  }
  #grade-sheet_gpa .grade-sheet-heading {
    background-size: contain;
    height: 230px;
  }
  #grade-sheet_gpa .grade-sheet-heading .grade-sheet-value {
    font-size: 190px;
    line-height: 230px;
    margin-left: 730px;
  }
  #grade-sheet_gpa .grade-sheet-list {
    margin-top: -100px;
    width: 613px;
    padding-bottom: 20px;
  }
  #grade-sheet_gpa .grade-sheet-list .gpa-meth-cta {
    margin-top: 20px;
    margin-right: 0;
  }
  #grade-sheet_gpa .grade-sheet-list ul li a {
    font-size: 24px;
  }
  #grade-sheet_gpa .grade-sheet-sunmary {
    width: 190px;
  }
  #grade-sheet_gpa .grade-sheet-sunmary .five-year-inv {
    width: 150px;
    height: 190px;
    background-size: contain;
  }
}
@media (max-height: 600px) {
  #page .page-content#home {
    left: 0;
    width: 100% !important;
  }
  #page .page-content#home .splash {
    background-image: none;
  }
  #page .page-content#home .splash p {
    padding: 6px 50px;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 15px;
  }
  #help-reading-poster {
    height: 360px;
    background-position: center;
  }
  #help-poster {
    height: 360px;
    background-position: center;
    background-image: url("../images/help-browsing-short.jpg");
  }
  .chart-footer {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .color-legend {
    top: 60px;
  }
}
#carousel::-webkit-scrollbar {
  background-color: #8296b3;
}
#carousel::-webkit-scrollbar-thumb {
  background-color: #0d1f33;
  border-radius: 9px;
  border: 2px solid #8296b3;
}
#toc-menu::-webkit-scrollbar,
#page-menu::-webkit-scrollbar {
  background-color: #484b4b;
}
#toc-menu::-webkit-scrollbar-thumb,
#page-menu::-webkit-scrollbar-thumb {
  background-color: #6e7172;
  border-radius: 9px;
  border: 4px solid #484b4b;
}
#bmm-menu::-webkit-scrollbar {
  background-color: #344555;
}
#bmm-menu::-webkit-scrollbar-thumb {
  background-color: #17242f;
  border-radius: 9px;
  border: 4px solid #344555;
}
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebasneue/BebasNeue-webfont.eot');
    src: url('../fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}