@charset "UTF-8";
/* FONT PATH -------------------------- */
@font-face { font-family: 'NovaIcons'; src: url("../fonts/novaicons.eot?v=1.0.0"); src: url("../fonts/novaicons.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("../fonts/novaicons.woff?v=1.0.0") format("woff"), url("../fonts/novaicons.ttf?v=1.0.0") format("truetype"); font-weight: normal; font-style: normal; }
.nv { display: inline-block; font: normal normal normal 0.65em/1 NovaIcons; font-size-adjust: none; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.nv-lg { font-size: 0.86667em; line-height: 0.75em; vertical-align: -15%; }

.nv-2x { font-size: 1.3em; }

.nv-3x { font-size: 1.95em; }

.nv-4x { font-size: 2.6em; }

.nv-5x { font-size: 3.25em; }

.nv-fw { width: 1.97802em; text-align: center; }

.nv-ul { padding-left: 0; margin-left: 2.14286em; list-style-type: none; }
.nv-ul > li { position: relative; }

.nv-li { position: absolute; left: -3.2967em; width: 3.2967em; top: 0.42857em; text-align: center; }
.nv-li.nv-lg { left: -2.85714em; }

.nv-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.nv-pull-left { float: left; }

.nv-pull-right { float: right; }

.nv.nv-pull-left { margin-right: .3em; }
.nv.nv-pull-right { margin-left: .3em; }

.nv-spin { -webkit-animation: nv-spin 2s infinite linear; animation: nv-spin 2s infinite linear; }

.nv-pulse { -webkit-animation: nv-spin 1s infinite steps(8); animation: nv-spin 1s infinite steps(8); }

@-webkit-keyframes nv-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes nv-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.nv-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.nv-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.nv-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.nv-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.nv-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .nv-rotate-90, :root .nv-rotate-180, :root .nv-rotate-270, :root .nv-flip-horizontal, :root .nv-flip-vertical { filter: none; }

.nv-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.nv-stack-1x, .nv-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.nv-stack-1x { line-height: inherit; }

.nv-stack-2x { font-size: 2em; }

.nv-inverse { color: #fff; }

.nv-download:before { content: ""; }

.nv-fax:before { content: ""; }

.nv-file-download:before { content: ""; }

.nv-home:before { content: ""; }

.nv-link:before { content: ""; }

.nv-play:before { content: ""; }

.nv-search:before { content: ""; }

.nv-star:before { content: ""; }

.nv-warning:before { content: ""; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }
