/*
 * Blog Global CSS
 * all global styles
 */
/*! main[data-nerd]{transition:color 4s} */

/* Hide social share icons on arhcive pages */
body.archive .supsystic-social-sharing,
body.page-search .supsystic-social-sharing,
body.search .supsystic-social-sharing{
  display:none !important;
}

/*
 * FancyBox - jQuery Plugin - http://fancybox.net
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * Version: 1.3.4 (11/11/2010)
 * License: http://www.opensource.org/licenses/mit-license.php
 */

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url(/assets/fancybox.png);
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url(/assets/fancybox.png) -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url(/assets/blank.gif);
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url(/assets/fancybox.png);
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url(/assets/fancybox.png);
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url(/assets/fancybox-x.png);
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url(/assets/fancybox.png);
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url(/assets/fancybox-y.png);
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url(/assets/fancybox.png);
  background-position: -40px -182px; 
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url(/assets/fancybox-x.png);
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url(/assets/fancybox.png);
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url(/assets/fancybox-y.png);
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url(/assets/fancybox.png);
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url(/assets/fancy_title_over.png);
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url(/assets/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url(/assets/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url(/assets/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_close.png", sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_nav_left.png", sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_nav_right.png", sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_title_over.png", sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_title_left.png", sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_title_main.png", sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_title_right.png", sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute; margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div  { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_loading.png", sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_n.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_ne.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_e.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_se.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_s.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_sw.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_w.png", sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/fancy_shadow_nw.png", sizingMethod='scale'); }
/*

 */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

 
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */


.jspContainer
{
  overflow: hidden;
  position: relative;
}

.jspPane
{
  position: absolute;
}

.jspVerticalBar
{
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #dde;
  position: relative;
}

.jspDrag
{
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}

/* old pricing palette */
/* Branded Product Colors */
/* new with gotham */
/* end colors */
/* BACKGROUND LINEAR GRADIENT ex. @include linear-gradient("to bottom", #00b0c1, #008c99); */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 76, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 96, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 116, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 160, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 230, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 254, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 276, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 291, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 301, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 310, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 333, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 345, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 369, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 16, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 30, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 83, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 96, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #333333;
  background-color: white;
}

/* line 39, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
a {
  color: #0ab0bf;
  text-decoration: none;
}
/* line 53, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #008c99;
  text-decoration: underline;
}
/* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #d7d7d7;
}

/* line 121, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.bg-dark hr {
  border-top-color: #3e3e3e;
}

/* line 131, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 148, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 54, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 72, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #999999;
}

/* line 115, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.625;
  color: #999999;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #d7d7d7;
  opacity: 1;
}
/* line 104, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #d7d7d7;
}
/* line 105, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #d7d7d7;
}
/* line 143, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f7f7f7;
  opacity: 1;
}

/* line 153, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 181, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 1.625 \0;
}
/* line 186, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 29px;
}
/* line 189, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 49px;
}

/* line 200, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 210, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 227, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 234, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 240, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 249, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 270, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 299, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 29px;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 29px;
  line-height: 29px;
}

/* line 81, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

/* line 81, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 320, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 50px;
}

/* line 330, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 341, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 346, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 29px;
  height: 29px;
  line-height: 29px;
}

/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 400, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 419, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 425, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 438, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 449, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 478, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 486, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
/* line 491, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
  }
}

/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 65, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 85, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 3px 10px;
  font-size: 14px;
  border-radius: 3px;
}
/* line 90, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
/* line 98, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 42, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}


/* use <span class="full">New Relic</span><span class="short">NR</span> anywhere in <nav> elements */
@media (min-width:991px) {
  nav .short{
    display: none !important;
  }
}
@media (max-width:991px) {
  nav .full{
    display: none !important;
  }
}

/* Standard Site Header */
#nav_header{height:80px;background-color:#fff;border-bottom:1px solid #d7d7d7;z-index:1002;position:fixed;top:0;left:0;width:100%;float:left;transition:top .5s}
#nav_header .brdr{position:absolute;top:110px;width:100%;height:1px;background-color:#d7d7d7;z-index:1002}
#nav_header .btn{padding:6px 16px;font-size:14px;line-height:1.5;border-radius:4px}
#nav_header #nav_header_main{height:80px;float:left;overflow:hidden;max-width:100%}
#nav_header #nav_header_main .nav_main{height:80px;line-height:80px;float:left;text-align:center;text-transform:uppercase;margin:0 12px;cursor:pointer;font-size:13px}
#nav_header #nav_header_main .nav_main.open{border-bottom:4px solid #0ab0bf !important}
#nav_header #nav-mobile-toggle{display:none;float:right;margin-left:20px;padding-top:20px;width:30px;height:60px}
#nav_header #nav-mobile-toggle a{display:inline-block;width:100%;height:100%}
#nav_header #nav-mobile-toggle .dot{display:block;width:3px;height:3px;background:#999;margin:4px auto;border-radius:50%}
#nav_header .logo{overflow:hidden;width:185px;float:left}
#nav_header .logo img{width:170px;display:block;margin-top:22px}
#nav_header #nav_login{float:right;height:80px;padding-top:20px}
#nav_header #nav_login .icon{display:none}
#nav_header #nav_signup{float:right;height:80px;padding-top:20px;margin-right:-15px}
#nav_header #nav_header_main .nav_main#searchclick{display:none}
#nav_header #nav_header_main.open{max-height:3000px;overflow:visible;transition:all .5s}
#nav_header #nav_search {
  float: right;
  display: block;
  width:33px;
  height:33px;
  margin: 0 8px 0 0;
  cursor: pointer;
  position: relative;
  top: 21px;
}


.site_sub{position:fixed;top:80px;max-height:0;overflow:hidden;background-color:#fff;left:0;width:100%;z-index:1000;transition:top .45s}
.site_sub.open{max-height:3000px;min-height:260px;z-index:1002;padding-bottom:30px;border-bottom:1px solid #d7d7d7}
.site_sub .portion{padding:30px 30px 0 0}
.site_sub .portion p,.site_sub .portion span{display:block;font-size:14px;margin:0 15px 15px 0}
.site_sub .portion p.title,.site_sub .portion span.title{font-weight:400;font-size:16px}
.site_sub .portion p.title img,.site_sub .portion span.title img{height:26px}
.site_sub .portion p.title2,.site_sub .portion span.title2{font-weight:bold;font-size:16px;text-transform:uppercase}
.site_sub .portion ul{margin:0;padding:0;list-style-type:none}
.site_sub .portion ul li{margin-bottom:.5em;font-size:14px}
.site_sub .portion a{color:#333;transition:color .2s}
.site_sub .portion a.hover{display:block}
.site_sub .portion .icon{display:block;margin-top:30px}

#mobile_app_cta{position:absolute;z-index:1003;width:0;top:0;right:0;background-color:#fff;overflow:hidden;border-bottom:1px solid #d7d7d7}
#mobile_app_cta .container{padding:40px 30px}
#mobile_app_cta .logo{display:inline-block;height:20px;margin:0 5px 15px}
#mobile_app_cta .cta-close{position:absolute;top:40px;right:30px;color:#999;width:30px;height:30px}
#mobile_app_cta p{margin:40px 0 0;padding:0}
#mobile_app_cta p.h2{margin:0;padding:0}
#mobile_app_cta hr{margin-top:40px}
#mobile_app_cta.open{width:100%}
body.product #nav_header_main #productclick,body.solution #nav_header_main #solutionclick,body.support #nav_header_main #supportclick,body.about #nav_header_main #aboutclick{border-bottom:4px solid #0ab0bf}
body.product #nav_header_main.open #productclick,body.solution #nav_header_main.open #solutionclick,body.support #nav_header_main.open #supportclick,body.about #nav_header_main.open #aboutclick{border-bottom:4px solid transparent}

@media (max-width: 650px){
    #nav_header #nav_header_main .nav_main#searchclick{display:inline-block}
    #nav_header #nav-mobile-toggle{display:block}
    #nav_header .logo{width:50px;overflow:hidden;}
    #nav_header .logo img{margin-top:12px;width:200px}
    #nav_header{position:absolute;border-bottom:none;height:60px}
    #nav_header #nav_signup,#nav_header #nav_login{height:60px;padding-top:15px}
    #nav_header #desk-login{display:inline-block}
    .site_sub{position:absolute;top:110px}
    .site_sub .portion{padding:40px 0 0}
    .site_sub .portion p{margin:15px 15px 0 0}
    .site_sub .portion p.title2{font-size:14px;line-height:40px}
    .site_sub .portion a span{margin:0}
    .site_sub .portion a span.title{margin-bottom:15px}
    .site_sub .portion ul li{line-height:40px;margin-bottom:0}
    #nav_header #nav_header_main{position:absolute;top:60px;background-color:#fff;height:50px;margin-left:-15px;width:100%;overflow:auto}
    #nav_header #nav_header_main #nav_header_inner{position:relative;white-space:nowrap;overflow-y:hidden;overflow-x:auto;text-overflow:ellipsis;padding-left:15px}
    #nav_header #nav_header_main .nav_main{display:inline-block;float:none;text-align:left;margin:0 20px 0 0;padding:0;font-size:12px;height:50px;line-height:50px}
    #nav_header #nav_header_main .nav_main .title{display:inline-block;position:relative;line-height:45px;top:-5px}
    #nav_header #nav_header_main:before,
    #nav_header #nav_header_main:after{content:' ';display:block;position:absolute;top:0;bottom:0;width:0;z-index:20}
    #nav_header #nav_header_main:before{left:-10px;-webkit-box-shadow:0 0 8px 15px #fff;box-shadow:0 0 8px 15px #fff}
    #nav_header #nav_header_main:after{right:-10px;-webkit-box-shadow:0 0 15px 25px #fff;box-shadow:0 0 15px 25px #fff}
    nav .short{display:none !important}
    nav .full{display:none !important}
}
@media (min-width: 651px) and (max-width: 991px){
    #nav_header #nav_header_main .nav_main#searchclick{display:inline-block}
    #nav_header #nav-mobile-toggle{display:block}
    #nav_header .logo{width:150px}
    #nav_header .logo img{margin-top:20px;width:150px}
    #nav_header{position:absolute;border-bottom:none;height:60px}
    #nav_header #nav_signup,#nav_header #nav_login{height:60px;padding-top:15px}
    #nav_header #desk-login{display:inline-block}
    .site_sub{position:absolute;top:110px}
    .site_sub .portion{padding:40px 0 0}
    .site_sub .portion p{margin:15px 15px 0 0}
    .site_sub .portion p.title2{font-size:14px;line-height:40px}
    .site_sub .portion a span{margin:0}
    .site_sub .portion a span.title{margin-bottom:15px}
    .site_sub .portion ul li{line-height:40px;margin-bottom:0}
    #nav_header #nav_header_main{position:absolute;top:60px;background-color:#fff;height:50px;margin-left:-15px;width:100%;overflow:auto}
    #nav_header #nav_header_main #nav_header_inner{position:relative;white-space:nowrap;overflow-y:hidden;overflow-x:auto;text-overflow:ellipsis;padding-left:15px}
    #nav_header #nav_header_main .nav_main{display:inline-block;float:none;text-align:left;margin:0 20px 0 0;padding:0;font-size:12px;height:50px;line-height:50px}
    #nav_header #nav_header_main .nav_main .title{display:inline-block;position:relative;line-height:45px;top:-5px}
    #nav_header #nav_header_main:before,
    #nav_header #nav_header_main:after{content:' ';display:block;position:absolute;top:0;bottom:0;width:0;z-index:20}
    #nav_header #nav_header_main:before{left:-10px;-webkit-box-shadow:0 0 8px 15px #fff;box-shadow:0 0 8px 15px #fff}
    #nav_header #nav_header_main:after{right:-10px;-webkit-box-shadow:0 0 15px 25px #fff;box-shadow:0 0 15px 25px #fff}
    nav .short{display:none !important}
    nav .full{display:none !important}
}
@media (min-width: 992px){
    .site_sub .portion a:hover{color:#0ab0bf}
}
@media (max-width: 1199px) and (min-width: 992px){
    #nav_header #nav_header_main .nav_main{margin:0 6px}
}


@media (max-width: 992px) {
  /* line 373, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  .form-wrapper .headline p {
    font-size: 18px;
  }
  /* line 376, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  .form-wrapper fieldset {
    border: none !important;
  }
  /* line 378, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  .form-wrapper fieldset label {
    font-size: 18px;
  }
  /* line 382, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  .form-wrapper fieldset input,
  .form-wrapper fieldset .chzn-container {
    font-size: 20px;
    font-weight: 500;
  }
  /* line 386, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  .form-wrapper fieldset p small {
    font-size: 16px;
    padding: 10px 0 0;
  }

  /* line 599, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  #red-noise .nm {
    display: none;
  }

  /* line 602, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  #red-noise .footmenu h6 {
    font-size: 30px;
  }

  /* line 605, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav.scss */
  #red-noise .footmenu p a {
    font-size: 24px;
  }

}




/* line 1, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-contain {
  display: block;
  width: 24px;
  height: 75px;
  overflow: visible;
  position: relative;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-start {
  display: block;
  width: 24px;
  height: 24px;
  margin-top: 29px;
  border-radius: 50%;
  background-color: #2f2f2f;
  text-align: center;
  line-height: 24px;
  position: absolute;
  z-index: 20000;
  color: #989898;
  cursor: pointer;
  font-size: 12px;
  z-index: 200001;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/* line 24, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-start:hover {
  color: #fff;
  background-color: #454545;
}
/* line 28, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-start:active {
  top: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* line 33, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-holder {
  width: 0;
  height: 40px;
  line-height: 40px;
  display: none;
  top: 22px;
  right: -12px;
  z-index: 200000;
  border-radius: 4px 20px 20px 4px;
  position: absolute;
}
/* line 44, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-holder form.search input {
  font-size: 14px;
  background-color: #dedede;
  background-position: 5px 5px;
  border: none;
  border-radius: 4px 20px 20px 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.5);
  width: 242px;
  height: 24px;
  line-height: 24px;
  padding: 8px 0 8px 8px;
  color: #333;
  font-weight: normal;
  outline: none;
}
/* line 59, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-holder form.search input:focus {
  background-color: #efefef;
}

/* line 64, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-inline {
  padding: 0 0 60px;
}
/* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-inline form.search input {
  font-size: 14px;
  background-color: #dedede;
  background-position: -50px -50px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  width: 400px;
  height: 24px;
  line-height: 24px;
  padding: 9px 8px;
  color: #333;
  font-weight: normal;
  outline: none;
}
/* line 86, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-inline .popover {
  width: 200px;
  left: 100px;
}
/* line 89, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-inline .popover .poptext {
  padding: 15px;
  background-color: #454545;
  color: #efefef;
  font-size: 13px;
  text-align: center;
  border-radius: 8px;
}
/* line 98, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-inline .popover:after {
  content: ' ';
  height: 0;
  position: absolute;
  left: 35px;
  width: 0;
  border: 10px solid transparent;
  border-top-color: #454545;
}

/* line 110, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, sans-serif !important;
  background-color: #efefef !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 0 0 4px 4px;
  top: -10000em !important;
  max-height: 0 !important;
  width: 0 !important;
  overflow: scroll;
  display: none !important;
  visibility: hidden;
}
/* line 120, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul {
  font-family: 'Open Sans', sans-serif;
  background-color: #efefef !important;
  border-radius: 0 0 4px 4px;
}
/* line 125, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 8px;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 132, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li p.title {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #999;
}
/* line 136, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li p.title em {
  color: #333;
  font-style: normal;
}
/* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li .sections {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #aaa;
}
/* line 146, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li .sections em {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #666;
}
/* line 152, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li.active {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(white, white);
  background: -moz-linear-gradient(white, white);
  background: -o-linear-gradient(white, white);
  background: linear-gradient(#ffffff, #ffffff);
  -webkit-box-shadow: 0 0 0 #fff inset;
  -moz-box-shadow: 0 0 0 #fff inset;
  box-shadow: 0 0 0 #fff inset;
}
/* line 165, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li.active p.title {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #666;
}
/* line 169, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li.active p.title em {
  color: #000;
  font-style: normal;
}
/* line 175, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li.active .sections {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #999;
}
/* line 179, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.swiftype-widget .autocomplete ul li.active .sections em {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #333;
}

/* line 189, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.search-results .swiftype-widget .autocomplete {
  display: none !important;
}

/* line 194, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#search-hero h1, #search-hero h3 {
  text-align: left;
}

/* line 198, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-search-summary {
  border-bottom: none !important;
  padding-bottom: 20px;
  margin: 30px 0;
}
/* line 202, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-search-summary h2 {
  font-size: 18px !important;
  font-weight: normal !important;
  color: #333;
  margin: 30px 0 15px !important;
  text-align: left;
}

/* line 210, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result {
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 50px !important;
}

/* line 215, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result.final {
  border-bottom: none !important;
  margin-bottom: 40px !important;
}

/* line 219, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result div.st-result-text h3 {
  font-size: 18px !important;
  margin: 0 0 10px !important;
  text-align: left;
  font-weight: normal !important;
}
/* line 224, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result div.st-result-text h3 a {
  font-weight: normal;
}

/* line 228, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result div.st-result-text div.st-metadata .st-snippet {
  color: #787878 !important;
  font-size: 14px !important;
}
/* line 231, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing div.st-result div.st-result-text div.st-metadata .st-snippet em {
  color: #000;
  font-weight: 700;
  font-style: normal;
}

/* line 237, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing .st-pagination {
  border-top: none !important;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
}
/* line 242, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
div.swiftype div.st-result-listing .st-pagination a {
  font-weight: normal !important;
  color: #ef4019;
}

/* line 248, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.tall-top #search-start {
  top: 80px;
  position: absolute;
}
/* line 252, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.tall-top #search-holder {
  top: 120px;
}
/* line 256, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
.tall-top .swiftype-widget .autocomplete {
  top: 160px !important;
}

/* line 261, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
#st-results-container {
  min-height: 600px;
}

@media (max-width: 1200px) {
  /* line 267, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_mainnav-search.scss */
  #search-contain {
    display: none;
  }
}
/* line 36, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background-color: #eeeef1;
}
/* line 42, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav.nav-subhead a {
  padding: 0;
}
/* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav.nav-subhead.fix {
  position: absolute;
  top: 110px;
  left: 0;
}
@media (min-width: 992px) {
  /* line 45, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
  .nav-subnav.nav-subhead.fix {
    position: fixed;
    top: 80px;
    z-index: 1001;
  }
}
/* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .nav-subnav-inner {
  position: relative;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  text-overflow: ellipsis;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.nav-subnav .nav-subnav-inner:before, .nav-subnav .nav-subnav-inner:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.nav-subnav .nav-subnav-inner:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
  .nav-subnav .nav-subnav-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
  .nav-subnav .nav-subnav-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
  .nav-subnav .nav-subnav-inner {
    width: 1170px;
  }
}
/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav a.on,
.nav-subnav a:hover,
.nav-subnav a:active,
.nav-subnav a:focus {
  color: #000;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .nav-subnav-inner:before, .nav-subnav .nav-subnav-inner:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 20;
  width: 10px;
}
/* line 25, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .nav-subnav-inner:before {
  left: -10px;
  -webkit-box-shadow: 0 0 8px 15px #eeeef1;
  box-shadow: 0 0 8px 15px #eeeef1;
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .nav-subnav-inner:after {
  right: -10px;
  -webkit-box-shadow: 0 0 15px 25px #eeeef1;
  box-shadow: 0 0 15px 25px #eeeef1;
}
/* line 76, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .jspHorizontalBar {
  height: 0px;
  background: transparent;
  z-index: 1030;
  -webkit-transition: height 250ms;
  -o-transition: height 250ms;
  transition: height 250ms;
}
/* line 80, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .jspHorizontalBar .jspTrack {
  background: transparent;
}
/* line 83, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav .jspHorizontalBar .jspDrag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}
/* line 90, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav:hover .jspHorizontalBar {
  height: 8px;
}
@media (max-width: 768px) {
  /* line 95, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
  .nav-subnav .jspHorizontalBar {
    display: none;
  }
}
/* line 99, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav ul {
  position: relative;
  list-style-type: none;
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: normal;
  min-width: 100%;
  width: auto;
}
/* line 111, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav li {
  display: inline-block;
  padding-right: 20px;
  line-height: 50px;
}
/* line 116, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_subnav.scss */
.nav-subnav a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.15s 0s ease-in-out;
  -o-transition: color 0.15s 0s ease-in-out;
  transition: color 0.15s 0s ease-in-out;
}

/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
html,
body,
button,
form,
input,
select {
  -webkit-font-smoothing: antialiased;
}

/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
::-webkit-input-placeholder {
  -webkit-font-smoothing: antialiased;
}

/* line 16, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
:-moz-placeholder {
  /* Firefox 18- */
  -webkit-font-smoothing: antialiased;
}

/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-font-smoothing: antialiased;
}

/* line 22, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
:-ms-input-placeholder {
  -webkit-font-smoothing: antialiased;
}

/* line 31, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-family: inherit;
  color: #2c2c2c;
}
/* line 37, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

/* line 48, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 56, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 61, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h1, .h1 {
  font-size: 40px;
}
@media (min-width: 768px) {
  /* line 61, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h1, .h1 {
    font-size: 54px;
  }
}

/* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h2, .h2 {
  font-size: 27px;
}
@media (min-width: 768px) {
  /* line 67, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h2, .h2 {
    font-size: 36px;
  }
}

/* line 73, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h3, .h3 {
  font-size: 21px;
}
@media (min-width: 768px) {
  /* line 73, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h3, .h3 {
    font-size: 28px;
  }
}

/* line 79, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h4, .h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  /* line 79, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h4, .h4 {
    font-size: 20px;
  }
}

/* line 85, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h5, .h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  /* line 85, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h5, .h5 {
    font-size: 16px;
  }
}

/* line 91, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h6, .h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  /* line 91, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  h6, .h6 {
    font-size: 16px;
  }
}

/* line 98, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h1, .h1 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 32px;
  text-transform: none;
}

/* line 104, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h2, .h2 {
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 13px;
  text-transform: none;
}

/* line 110, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h3, .h3 {
  font-weight: 700;
  line-height: 1.07em;
  margin-bottom: 13px;
  text-transform: none;
}

/* line 116, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h4, .h4 {
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 13px;
  text-transform: none;
}

/* line 122, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h5, .h5 {
  font-weight: 700;
  line-height: 1.375em;
  margin-bottom: 13px;
  text-transform: uppercase;
}

/* line 128, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
h6, .h6 {
  font-weight: 700;
  line-height: 1.625;
  margin-bottom: 0;
  text-transform: none;
}

/* line 138, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
p {
  margin: 0 0 13px;
}

/* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.intro {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555555556;
}
@media (min-width: 768px) {
  /* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  .intro {
    font-size: 18px;
  }
}

/* line 153, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.caption {
  font-size: 87%;
}

/* line 162, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 167, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
cite {
  font-style: normal;
}

/* line 172, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 179, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-left {
  text-align: left;
}

/* line 180, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-right {
  text-align: right;
}

/* line 181, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-center {
  text-align: center;
}

/* line 182, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 183, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 187, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 188, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 189, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 193, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-muted {
  color: #999999;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #0ab0bf;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #07838f;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 207, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #0ab0bf;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #07838f;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 241, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.bg-dark,
.bg-apm,
.bg-insights,
.bg-mobile,
.bg-browser,
.bg-synthetics,
.bg-servers,
.bg-platform,
.bg-brand-zendesk,
.bg-nr-darkgray-1,
.bg-nr-darkgray-2,
.bg-nr-slate-1,
.bg-nr-slate-2,
.bg-nr-stingray-1,
.bg-nr-stingray-2,
.bg-nr-teal-1,
.bg-nr-teal-2,
.bg-nr-red-1,
.bg-nr-red-2 {
  color: white;
}
/* line 248, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.bg-dark h1, .bg-dark .h1,
.bg-dark h2, .bg-dark .h2,
.bg-dark h3, .bg-dark .h3,
.bg-dark h4, .bg-dark .h4,
.bg-dark h5, .bg-dark .h5,
.bg-dark h6, .bg-dark .h6,
.bg-apm h1,
.bg-apm .h1,
.bg-apm h2,
.bg-apm .h2,
.bg-apm h3,
.bg-apm .h3,
.bg-apm h4,
.bg-apm .h4,
.bg-apm h5,
.bg-apm .h5,
.bg-apm h6,
.bg-apm .h6,
.bg-insights h1,
.bg-insights .h1,
.bg-insights h2,
.bg-insights .h2,
.bg-insights h3,
.bg-insights .h3,
.bg-insights h4,
.bg-insights .h4,
.bg-insights h5,
.bg-insights .h5,
.bg-insights h6,
.bg-insights .h6,
.bg-mobile h1,
.bg-mobile .h1,
.bg-mobile h2,
.bg-mobile .h2,
.bg-mobile h3,
.bg-mobile .h3,
.bg-mobile h4,
.bg-mobile .h4,
.bg-mobile h5,
.bg-mobile .h5,
.bg-mobile h6,
.bg-mobile .h6,
.bg-browser h1,
.bg-browser .h1,
.bg-browser h2,
.bg-browser .h2,
.bg-browser h3,
.bg-browser .h3,
.bg-browser h4,
.bg-browser .h4,
.bg-browser h5,
.bg-browser .h5,
.bg-browser h6,
.bg-browser .h6,
.bg-synthetics h1,
.bg-synthetics .h1,
.bg-synthetics h2,
.bg-synthetics .h2,
.bg-synthetics h3,
.bg-synthetics .h3,
.bg-synthetics h4,
.bg-synthetics .h4,
.bg-synthetics h5,
.bg-synthetics .h5,
.bg-synthetics h6,
.bg-synthetics .h6,
.bg-servers h1,
.bg-servers .h1,
.bg-servers h2,
.bg-servers .h2,
.bg-servers h3,
.bg-servers .h3,
.bg-servers h4,
.bg-servers .h4,
.bg-servers h5,
.bg-servers .h5,
.bg-servers h6,
.bg-servers .h6,
.bg-platform h1,
.bg-platform .h1,
.bg-platform h2,
.bg-platform .h2,
.bg-platform h3,
.bg-platform .h3,
.bg-platform h4,
.bg-platform .h4,
.bg-platform h5,
.bg-platform .h5,
.bg-platform h6,
.bg-platform .h6,
.bg-brand-zendesk h1,
.bg-brand-zendesk .h1,
.bg-brand-zendesk h2,
.bg-brand-zendesk .h2,
.bg-brand-zendesk h3,
.bg-brand-zendesk .h3,
.bg-brand-zendesk h4,
.bg-brand-zendesk .h4,
.bg-brand-zendesk h5,
.bg-brand-zendesk .h5,
.bg-brand-zendesk h6,
.bg-brand-zendesk .h6,
.bg-nr-darkgray-1 h1,
.bg-nr-darkgray-1 .h1,
.bg-nr-darkgray-1 h2,
.bg-nr-darkgray-1 .h2,
.bg-nr-darkgray-1 h3,
.bg-nr-darkgray-1 .h3,
.bg-nr-darkgray-1 h4,
.bg-nr-darkgray-1 .h4,
.bg-nr-darkgray-1 h5,
.bg-nr-darkgray-1 .h5,
.bg-nr-darkgray-1 h6,
.bg-nr-darkgray-1 .h6,
.bg-nr-darkgray-2 h1,
.bg-nr-darkgray-2 .h1,
.bg-nr-darkgray-2 h2,
.bg-nr-darkgray-2 .h2,
.bg-nr-darkgray-2 h3,
.bg-nr-darkgray-2 .h3,
.bg-nr-darkgray-2 h4,
.bg-nr-darkgray-2 .h4,
.bg-nr-darkgray-2 h5,
.bg-nr-darkgray-2 .h5,
.bg-nr-darkgray-2 h6,
.bg-nr-darkgray-2 .h6,
.bg-nr-slate-1 h1,
.bg-nr-slate-1 .h1,
.bg-nr-slate-1 h2,
.bg-nr-slate-1 .h2,
.bg-nr-slate-1 h3,
.bg-nr-slate-1 .h3,
.bg-nr-slate-1 h4,
.bg-nr-slate-1 .h4,
.bg-nr-slate-1 h5,
.bg-nr-slate-1 .h5,
.bg-nr-slate-1 h6,
.bg-nr-slate-1 .h6,
.bg-nr-slate-2 h1,
.bg-nr-slate-2 .h1,
.bg-nr-slate-2 h2,
.bg-nr-slate-2 .h2,
.bg-nr-slate-2 h3,
.bg-nr-slate-2 .h3,
.bg-nr-slate-2 h4,
.bg-nr-slate-2 .h4,
.bg-nr-slate-2 h5,
.bg-nr-slate-2 .h5,
.bg-nr-slate-2 h6,
.bg-nr-slate-2 .h6,
.bg-nr-stingray-1 h1,
.bg-nr-stingray-1 .h1,
.bg-nr-stingray-1 h2,
.bg-nr-stingray-1 .h2,
.bg-nr-stingray-1 h3,
.bg-nr-stingray-1 .h3,
.bg-nr-stingray-1 h4,
.bg-nr-stingray-1 .h4,
.bg-nr-stingray-1 h5,
.bg-nr-stingray-1 .h5,
.bg-nr-stingray-1 h6,
.bg-nr-stingray-1 .h6,
.bg-nr-stingray-2 h1,
.bg-nr-stingray-2 .h1,
.bg-nr-stingray-2 h2,
.bg-nr-stingray-2 .h2,
.bg-nr-stingray-2 h3,
.bg-nr-stingray-2 .h3,
.bg-nr-stingray-2 h4,
.bg-nr-stingray-2 .h4,
.bg-nr-stingray-2 h5,
.bg-nr-stingray-2 .h5,
.bg-nr-stingray-2 h6,
.bg-nr-stingray-2 .h6,
.bg-nr-teal-1 h1,
.bg-nr-teal-1 .h1,
.bg-nr-teal-1 h2,
.bg-nr-teal-1 .h2,
.bg-nr-teal-1 h3,
.bg-nr-teal-1 .h3,
.bg-nr-teal-1 h4,
.bg-nr-teal-1 .h4,
.bg-nr-teal-1 h5,
.bg-nr-teal-1 .h5,
.bg-nr-teal-1 h6,
.bg-nr-teal-1 .h6,
.bg-nr-teal-2 h1,
.bg-nr-teal-2 .h1,
.bg-nr-teal-2 h2,
.bg-nr-teal-2 .h2,
.bg-nr-teal-2 h3,
.bg-nr-teal-2 .h3,
.bg-nr-teal-2 h4,
.bg-nr-teal-2 .h4,
.bg-nr-teal-2 h5,
.bg-nr-teal-2 .h5,
.bg-nr-teal-2 h6,
.bg-nr-teal-2 .h6,
.bg-nr-red-1 h1,
.bg-nr-red-1 .h1,
.bg-nr-red-1 h2,
.bg-nr-red-1 .h2,
.bg-nr-red-1 h3,
.bg-nr-red-1 .h3,
.bg-nr-red-1 h4,
.bg-nr-red-1 .h4,
.bg-nr-red-1 h5,
.bg-nr-red-1 .h5,
.bg-nr-red-1 h6,
.bg-nr-red-1 .h6,
.bg-nr-red-2 h1,
.bg-nr-red-2 .h1,
.bg-nr-red-2 h2,
.bg-nr-red-2 .h2,
.bg-nr-red-2 h3,
.bg-nr-red-2 .h3,
.bg-nr-red-2 h4,
.bg-nr-red-2 .h4,
.bg-nr-red-2 h5,
.bg-nr-red-2 .h5,
.bg-nr-red-2 h6,
.bg-nr-red-2 .h6 {
  color: white;
}
/* line 254, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.bg-dark blockquote footer,
.bg-dark blockquote small,
.bg-dark blockquote .small,
.bg-apm blockquote footer,
.bg-apm blockquote small,
.bg-apm blockquote .small,
.bg-insights blockquote footer,
.bg-insights blockquote small,
.bg-insights blockquote .small,
.bg-mobile blockquote footer,
.bg-mobile blockquote small,
.bg-mobile blockquote .small,
.bg-browser blockquote footer,
.bg-browser blockquote small,
.bg-browser blockquote .small,
.bg-synthetics blockquote footer,
.bg-synthetics blockquote small,
.bg-synthetics blockquote .small,
.bg-servers blockquote footer,
.bg-servers blockquote small,
.bg-servers blockquote .small,
.bg-platform blockquote footer,
.bg-platform blockquote small,
.bg-platform blockquote .small,
.bg-brand-zendesk blockquote footer,
.bg-brand-zendesk blockquote small,
.bg-brand-zendesk blockquote .small,
.bg-nr-darkgray-1 blockquote footer,
.bg-nr-darkgray-1 blockquote small,
.bg-nr-darkgray-1 blockquote .small,
.bg-nr-darkgray-2 blockquote footer,
.bg-nr-darkgray-2 blockquote small,
.bg-nr-darkgray-2 blockquote .small,
.bg-nr-slate-1 blockquote footer,
.bg-nr-slate-1 blockquote small,
.bg-nr-slate-1 blockquote .small,
.bg-nr-slate-2 blockquote footer,
.bg-nr-slate-2 blockquote small,
.bg-nr-slate-2 blockquote .small,
.bg-nr-stingray-1 blockquote footer,
.bg-nr-stingray-1 blockquote small,
.bg-nr-stingray-1 blockquote .small,
.bg-nr-stingray-2 blockquote footer,
.bg-nr-stingray-2 blockquote small,
.bg-nr-stingray-2 blockquote .small,
.bg-nr-teal-1 blockquote footer,
.bg-nr-teal-1 blockquote small,
.bg-nr-teal-1 blockquote .small,
.bg-nr-teal-2 blockquote footer,
.bg-nr-teal-2 blockquote small,
.bg-nr-teal-2 blockquote .small,
.bg-nr-red-1 blockquote footer,
.bg-nr-red-1 blockquote small,
.bg-nr-red-1 blockquote .small,
.bg-nr-red-2 blockquote footer,
.bg-nr-red-2 blockquote small,
.bg-nr-red-2 blockquote .small {
  color: white;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #1c1c1c;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-dark:hover {
  background-color: #030303;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-gray {
  background-color: #efefef;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-gray:hover {
  background-color: #d5d5d5;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-white {
  background-color: white;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-white:hover {
  background-color: #e6e6e6;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-apm {
  background-color: #348899;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-apm:hover {
  background-color: #276673;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-insights {
  background-color: #f2bc56;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-insights:hover {
  background-color: #eea927;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-mobile {
  background-color: #00b6d8;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-mobile:hover {
  background-color: #008ba5;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-browser {
  background-color: #f28f20;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-browser:hover {
  background-color: #d3750c;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-synthetics {
  background-color: #74569f;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-synthetics:hover {
  background-color: #5c447e;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-servers {
  background-color: #226582;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-servers:hover {
  background-color: #17465a;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-platform {
  background-color: #8cc641;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-platform:hover {
  background-color: #71a331;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-brand-zendesk {
  background-color: #78a300;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-brand-zendesk:hover {
  background-color: #527000;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-darkgray-1 {
  background-color: #2c2c2c;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-darkgray-1:hover {
  background-color: #121212;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-darkgray-2 {
  background-color: #1c1c1c;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-darkgray-2:hover {
  background-color: #030303;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-slate-1 {
  background-color: #666666;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-slate-1:hover {
  background-color: #4d4d4d;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-slate-2 {
  background-color: #4e4e4e;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-slate-2:hover {
  background-color: #353535;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-stingray-1 {
  background-color: #999999;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-stingray-1:hover {
  background-color: gray;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-stingray-2 {
  background-color: #7b7b7b;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-stingray-2:hover {
  background-color: #626262;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-lightgray-1 {
  background-color: #f7f7f7;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-lightgray-1:hover {
  background-color: #dedede;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-lightgray-2 {
  background-color: #efefef;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-lightgray-2:hover {
  background-color: #d5d5d5;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-lightgray-3 {
  background-color: #d7d7d7;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-lightgray-3:hover {
  background-color: #bebebe;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-teal-1 {
  background-color: #0ab0bf;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-teal-1:hover {
  background-color: #07838f;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-teal-2 {
  background-color: #008c99;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-teal-2:hover {
  background-color: #005d66;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-red-1 {
  background-color: #fa492b;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-red-1:hover {
  background-color: #ec2706;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
.bg-nr-red-2 {
  background-color: #c63c2a;
}

/* line 8, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_background-variant.scss */
a.bg-nr-red-2:hover {
  background-color: #9c2f21;
}

/* line 290, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.text-alt {
  color: white;
}

/* line 297, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #f7f7f7;
}

/* line 309, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
/* line 313, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 321, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 327, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 331, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 339, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 26px;
}

/* line 344, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
dt,
dd {
  line-height: 1.625;
}

/* line 347, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
dt {
  font-weight: bold;
}

/* line 350, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 365, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 372, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 385, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d7d7d7;
}

/* line 389, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 395, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote {
  padding: 0;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: none;
  text-align: center;
}
/* line 401, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote .logo {
  display: block;
  margin: 0 auto 30px;
  max-height: 80px;
}
/* line 409, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 418, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 70%;
  line-height: 1.625;
  color: #333333;
}
/* line 424, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote.small {
  font-size: 16px;
}
/* line 428, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote.small footer,
blockquote.small small,
blockquote.small .small {
  font-size: 87.5%;
}

/* line 438, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f7f7f7;
  border-left: 0;
  text-align: right;
}
/* line 449, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 450, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 458, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 463, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_type.scss */
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
main {
  overflow: hidden;
}
/* line 9, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
main > .section:first-child,
main > .hero:first-child {
  margin-top: 66px;
}
@media (min-width: 992px) {
  /* line 9, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  main > .section:first-child,
  main > .hero:first-child {
    margin-top: 75px;
  }
}

/* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.nav-subnav + main > .section:first-child,
.nav-subnav + main > .hero:first-child {
  margin-top: 160px;
}
@media (min-width: 992px) {
  /* line 20, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .nav-subnav + main > .section:first-child,
  .nav-subnav + main > .hero:first-child {
    margin-top: 130px;
  }
}

/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  /* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* line 36, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.section.hero-sub {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  /* line 36, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .section.hero-sub {
    padding-top: 37px;
    padding-bottom: 37px;
  }
}

/* line 46, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.row-margin-top {
  margin-top: 30px;
}

/* line 47, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.row-margin-bottom {
  margin-bottom: 30px;
}

/* line 55, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.col-padding-top > [class*="col-xs-"],
.col-padding-top > [class*="col-sm-"],
.col-padding-top > [class*="col-md-"],
.col-padding-top > [class*="col-lg-"] {
  padding-top: 51px;
}
@media (min-width: 768px) {
  /* line 60, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"] {
    padding-top: 0;
  }
  /* line 64, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-top > [class*="col-md-"],
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 51px;
  }
}
@media (min-width: 992px) {
  /* line 71, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"],
  .col-padding-top > [class*="col-md-"] {
    padding-top: 0;
  }
  /* line 74, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 51px;
  }
}
@media (min-width: 1200px) {
  /* line 82, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-top > [class*="col-xs-"],
  .col-padding-top > [class*="col-sm-"],
  .col-padding-top > [class*="col-md-"],
  .col-padding-top > [class*="col-lg-"] {
    padding-top: 0;
  }
}

/* line 91, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.col-padding-bottom > [class*="col-xs-"],
.col-padding-bottom > [class*="col-sm-"],
.col-padding-bottom > [class*="col-md-"],
.col-padding-bottom > [class*="col-lg-"] {
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  /* line 96, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"] {
    padding-bottom: 0;
  }
  /* line 100, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-bottom > [class*="col-md-"],
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 51px;
  }
}
@media (min-width: 992px) {
  /* line 107, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"],
  .col-padding-bottom > [class*="col-md-"] {
    padding-bottom: 0;
  }
  /* line 110, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 51px;
  }
}
@media (min-width: 1200px) {
  /* line 118, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .col-padding-bottom > [class*="col-xs-"],
  .col-padding-bottom > [class*="col-sm-"],
  .col-padding-bottom > [class*="col-md-"],
  .col-padding-bottom > [class*="col-lg-"] {
    padding-bottom: 0;
  }
}

/* line 125, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.valign-outer {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 129, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.valign-outer .valign-inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 135, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.vcenter-row {
  font-size: 0;
}
/* line 137, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.vcenter-row [class*="vcenter-"] {
  font-size: 16px;
}

/* line 142, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.vcenter-xs {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

@media (min-width: 768px) {
  /* line 148, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .vcenter-sm {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 992px) {
  /* line 155, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .vcenter-md {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 1200px) {
  /* line 162, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .vcenter-lg {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
/* line 175, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
hr.hairline {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px rgba(127, 127, 127, 0.25);
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
hr.hairline:before, hr.hairline:after {
  content: " ";
  display: table;
}
/* line 19, ../../../../app/assets/stylesheets/nrv2/styleguide/bootstrap/mixins/_clearfix.scss */
hr.hairline:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 175, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  hr.hairline {
    width: 690px;
  }
}
@media (min-width: 992px) {
  /* line 175, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  hr.hairline {
    width: 910px;
  }
}
@media (min-width: 1200px) {
  /* line 175, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  hr.hairline {
    width: 1110px;
  }
}

/* line 193, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.container hr.hairline {
  width: auto;
  margin: 0;
}

/* line 202, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
a {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* line 205, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
a.hover {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 208, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
a {
  color: #0ab0bf;
  font-weight: inherit;
  text-decoration: none;
}
/* line 213, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
a:hover, a:focus {
  color: #008c99;
  text-decoration: none;
}

/* line 221, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
a,
a:focus,
button,
button:focus {
  outline: 0;
}

/* line 229, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}

/* line 236, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.feature-list li {
  margin-top: 30px;
}
/* line 238, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
.feature-list li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 236, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_scaffolding.scss */
  .feature-list li {
    margin-top: 0;
  }
}

/* line 11, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
a,
a:focus,
button,
button:focus {
  outline: 0;
}

/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 32, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 38, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn:hover, .btn:focus {
  color: #666666;
  text-decoration: none;
}
/* line 44, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}
/* line 51, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 63, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-default {
  color: #666666;
  background-color: transparent;
  border-color: #d7d7d7;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #666666;
  border-color: #b8b8b8;
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #d7d7d7;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-default .badge {
  color: transparent;
  background-color: #666666;
}

/* line 66, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #fa492b;
  border-color: #fa492b;
  box-shadow: 0 2px 0 #ef2503;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #ec2706;
  border-color: #e22505;
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
  box-shadow: 0 1px 0 #ef2503;
  top: 1px;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #fa492b;
  border-color: #fa492b;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-primary .badge {
  color: #fa492b;
  background-color: white;
}
/* line 68, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-primary.btn-primary-outline {
  padding: 6px 16px;
  font-size: 16px;
  line-height: 1.875em;
  border-radius: 4px;
  background-color: rgba(250, 73, 43, 0);
  border: none;
  color: #fa492b;
  -webkit-box-shadow: inset 0 0 0 2px #fa492b;
  box-shadow: inset 0 0 0 2px #fa492b;
}
/* line 74, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-primary.btn-primary-outline:hover {
  background-color: #fa492b;
  color: white;
}

/* line 80, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-alt {
  color: #fa492b;
  background-color: transparent;
  border-color: #fa492b;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 1.625;
  border-radius: 4px;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-alt:hover, .btn-alt:focus, .btn-alt:active, .btn-alt.active, .open > .btn-alt.dropdown-toggle {
  color: #fa492b;
  border-color: #e22505;
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-alt:active, .btn-alt.active, .open > .btn-alt.dropdown-toggle {
  background-image: none;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-alt.disabled, .btn-alt.disabled:hover, .btn-alt.disabled:focus, .btn-alt.disabled:active, .btn-alt.disabled.active, .btn-alt[disabled], .btn-alt[disabled]:hover, .btn-alt[disabled]:focus, .btn-alt[disabled]:active, .btn-alt[disabled].active, fieldset[disabled] .btn-alt, fieldset[disabled] .btn-alt:hover, fieldset[disabled] .btn-alt:focus, fieldset[disabled] .btn-alt:active, fieldset[disabled] .btn-alt.active {
  background-color: transparent;
  border-color: #fa492b;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-alt .badge {
  color: transparent;
  background-color: #fa492b;
}

/* line 84, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-video {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  font-size: 20px;
  width: 68px;
  height: 47px;
  line-height: 47px;
  padding: 0;
  text-align: center;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:hover, .btn-video:focus, .btn-video:active, .btn-video.active, .open > .btn-video.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:active, .btn-video.active, .open > .btn-video.dropdown-toggle {
  background-image: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  top: 1px;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video.disabled, .btn-video.disabled:hover, .btn-video.disabled:focus, .btn-video.disabled:active, .btn-video.disabled.active, .btn-video[disabled], .btn-video[disabled]:hover, .btn-video[disabled]:focus, .btn-video[disabled]:active, .btn-video[disabled].active, fieldset[disabled] .btn-video, fieldset[disabled] .btn-video:hover, fieldset[disabled] .btn-video:focus, fieldset[disabled] .btn-video:active, fieldset[disabled] .btn-video.active {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: transparent;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video .badge {
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
}
/* line 93, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-video:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:hover:hover, .btn-video:hover:focus, .btn-video:hover:active, .btn-video:hover.active, .open > .btn-video:hover.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:hover:active, .btn-video:hover.active, .open > .btn-video:hover.dropdown-toggle {
  background-image: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
  top: 1px;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:hover.disabled, .btn-video:hover.disabled:hover, .btn-video:hover.disabled:focus, .btn-video:hover.disabled:active, .btn-video:hover.disabled.active, .btn-video:hover[disabled], .btn-video:hover[disabled]:hover, .btn-video:hover[disabled]:focus, .btn-video:hover[disabled]:active, .btn-video:hover[disabled].active, fieldset[disabled] .btn-video:hover, fieldset[disabled] .btn-video:hover:hover, fieldset[disabled] .btn-video:hover:focus, fieldset[disabled] .btn-video:hover:active, fieldset[disabled] .btn-video:hover.active {
  background-color: rgba(0, 0, 0, 0.9);
  border-color: transparent;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.btn-video:hover .badge {
  color: rgba(0, 0, 0, 0.9);
  background-color: white;
}

/* line 98, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.bg-dark .btn-default {
  color: #f7f7f7;
  background-color: transparent;
  border-color: #efefef;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, top 0.1s linear, box-shadow 0.1s linear;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.bg-dark .btn-default:hover, .bg-dark .btn-default:focus, .bg-dark .btn-default:active, .bg-dark .btn-default.active, .open > .bg-dark .btn-default.dropdown-toggle {
  color: #f7f7f7;
  border-color: #d0d0d0;
}
/* line 29, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.bg-dark .btn-default:active, .bg-dark .btn-default.active, .open > .bg-dark .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 43, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.bg-dark .btn-default.disabled, .bg-dark .btn-default.disabled:hover, .bg-dark .btn-default.disabled:focus, .bg-dark .btn-default.disabled:active, .bg-dark .btn-default.disabled.active, .bg-dark .btn-default[disabled], .bg-dark .btn-default[disabled]:hover, .bg-dark .btn-default[disabled]:focus, .bg-dark .btn-default[disabled]:active, .bg-dark .btn-default[disabled].active, fieldset[disabled] .bg-dark .btn-default, fieldset[disabled] .bg-dark .btn-default:hover, fieldset[disabled] .bg-dark .btn-default:focus, fieldset[disabled] .bg-dark .btn-default:active, fieldset[disabled] .bg-dark .btn-default.active {
  background-color: transparent;
  border-color: #efefef;
}
/* line 49, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_custom-mixins.scss */
.bg-dark .btn-default .badge {
  color: transparent;
  background-color: #f7f7f7;
}
/* line 101, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.bg-dark .btn-primary-outline {
  color: white;
}

/* line 110, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-link {
  color: #0ab0bf;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 119, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 126, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 130, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #008c99;
  text-decoration: underline;
  background-color: transparent;
}
/* line 138, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #d7d7d7;
  text-decoration: none;
}

/* line 165, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 171, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 179, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 5, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_forms.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 4, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo {
  display: inline-block;
  height: 40px;
}
/* line 7, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo.nr-logo-sm {
  height: 30px;
}
/* line 10, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo.nr-logo-lg {
  height: 50px;
}
/* line 13, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo.brand {
  height: 30px;
}
/* line 15, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo.brand.nr-logo-sm {
  height: 20px;
}
/* line 18, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_brand-logos.scss */
.nr-logo.brand.nr-logo-lg {
  height: 40px;
}

#footer-top{border-top:1px solid #d7d7d7}
.footer-col{width:20%;float:left;padding-right:20px}
.footer-col ul li{margin:0 0 15px 0;line-height:1.3}
.footer-col ul li a{text-decoration:none;color:#666;font-size:13px}
.footer-col ul li a:hover{color:#000}
.footer-col h1,.footer-col .h1,.footer-col h2,.footer-col .h2,.footer-col h3,.footer-col .h3,.footer-col h4,.footer-col .h4,.footer-col h5,.footer-col .h5,.footer-col h6,.footer-col .h6{color:#666;font-size:13px;text-transform:uppercase}

.social-icons{margin-top:28px;clear:both}
.social-icons ul li{display:inline-block;font-size:40px;margin-right:10px}
.social-icons ul li a{color:#999}
.social-icons ul li a i{font-size:34px}
.social-icons ul li a:hover{color:#333}
.tagline{text-align:center}
.tagline .btn-footer{margin:20px}
.footer-bar{padding-top:30px;padding-bottom:30px;border-top:1px solid #d7d7d7}
.footer-bar .links{font-size:13px;text-align:right}
.footer-bar .links span{white-space:nowrap}
.footer-bar .goog-logo-link img{margin-bottom:0}
@media (max-width: 991px){
    .footer-col{width:100%}
    .footer-col h4{margin-top:13px;margin-bottom:2px;clear:both}
    .footer-col ul{overflow:hidden}
    .footer-col ul li{float:left;margin-right:15px}
    .social-icons{margin-top:42px}
    .footer-bar{padding-bottom:80px;text-align:center}
    .footer-bar .nr-logo{margin-bottom:15px}
}
#not-a-change{margin:auto}
#grablogo{position:absolute;width:300px;background-color:#fff;padding:40px;box-shadow:0 0 20px rgba(0,0,0,0.5);z-index:10010;display:none}
#gototop{display:none;position:fixed;width:30px;height:30px;bottom:15px;right:15px}

/* line 54, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.tagline {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
/* line 58, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.tagline .btn-footer {
  color: white;
  margin-top: 20px;
}

/* line 64, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.footer-bar {
  padding-top: 30px;
  padding-bottom: 10px;
}
/* line 65, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.footer-bar .brand {
  margin-top: -3px !important;
}
/* line 68, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.footer-bar .links {
  font-size: 13px;
}
/* line 71, ../../../../app/assets/stylesheets/nrv2/styleguide/global/_footer.scss */
.footer-bar .goog-logo-link img {
  margin-bottom: 0px;
}