/* @import url(../css/normalize.css); */
/* RETINA DISPLAY IMAGES */

body {
  color: #5c452e;
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1.strong,
h1.bold,
h2.strong,
h2.bold,
h3.strong,
h3.bold,
h4.strong,
h4.bold,
h5.strong,
h5.bold,
h6.strong,
h6.bold {
  font-family: "HelveticaNeueW01-75Bold";
}

h1.margin,
h2.margin,
h3.margin,
h4.margin,
h5.margin,
h6.margin {
  margin-bottom: 0.75em;
}

h1.all-caps,
h2.all-caps,
h3.all-caps,
h4.all-caps,
h5.all-caps,
h6.all-caps {
  text-transform: uppercase;
}

h1 {
  font-size: 2.25em;
}

h1.title {
  font-family: "HelveticaNeueW01-75Bold";
  margin: 0 0 1em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 1.5em;
}

.small {
  font-size: .75em;
}

strong {
  font-family: "HelveticaNeueW01-75Bold";
  font-weight: normal;
}

a {
  transition: all 0.2s ease;
  color: #046a38;
  text-decoration: underline;
}

a:hover {
  color: #04552e;
  text-decoration: none;
}

a:active,
a:focus {
  color: #04552e;
  text-decoration: underline;
}

hr {
  border-bottom: 1px solid #bfbfbf;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  display: inline-block;
  height: auto;
  margin: 0;
  max-width: 100%;
  width: auto;
  -ms-interpolation-mode: bicubic;
}

abbr,
acronym {
  border-bottom: 1px dotted #dadada;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #8f6b48;
}

blockquote {
  border-left: 2px solid #dadada;
  color: #8f6b48;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #ae855c;
  font-style: italic;
}

cite:before {
  content: '\2014 \00A0';
}

@media all and (min-width: 768px) {
  h1 {
    font-size: 1.875em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.375em;
  }

  h4 {
    font-size: 1.25em;
  }

  h5 {
    font-size: 1.125em;
    margin: 0;
  }

  img.left {
    float: left;
    margin: 0 2em 2em 0;
  }

  img.right {
    float: right;
    margin: 0 0 2em 2em;
  }
}

fieldset {
  background: #f4f4f4;
  border: 1px solid #dadada;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type='text'] {
  background-color: white;
  border-radius: em(3);
  border: 1px solid #dadada;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
}

textarea:hover,
input[type='text']:hover {
  border-color: #c1c1c1;
}

textarea:focus,
input[type='text']:focus {
  border-color: #046a38;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(3, 81, 43, 0.7);
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  width: 100%;
}

select {
  width: auto;
  margin-bottom: 1.5em;
}

select {
  transition: border-color;
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
}

select:hover {
  border-color: #c4c4c4;
}

select:focus {
  border-color: #fee429;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(254, 225, 16, 0.7);
  outline: none;
}

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
}

label {
  font-weight: bold;
  margin-bottom: 0.375em;
}

label.required:after {
  content: "*";
}

label abbr {
  display: none;
}

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 1em;
  padding: .875em 1em;
  resize: vertical;
  width: 100%;
}

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover {
  border-color: #b3b3b3;
}

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus {
  border-color: rgba(0, 174, 239, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 174, 239, 0.06), 0 0 5px rgba(0, 174, 239, 0.45);
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

input[type="file"] {
  width: 100%;
}

select {
  width: auto;
  margin-bottom: 1.5em;
}

select {
  transition: border-color;
  background-color: white;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  resize: vertical;
  width: 100%;
}

select:hover {
  border-color: #c4c4c4;
}

select:focus {
  border-color: #fee429;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(254, 225, 16, 0.7);
  outline: none;
}

fieldset {
  background: #e6e6e6;
  border: 1px solid #cccccc;
  margin: 0 0 0.75em 0;
  padding: 1.5em;
}

button,
input[type="submit"] {
  cursor: pointer;
  float: right;
  margin-top: 1em;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.5em 1em;
  border: none;
  border-radius: 6px;
  background: #046a38;
  color: #FFFFFF;
}

button:hover,
input[type="submit"]:hover {
  background: #04552e;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

table th,
table td {
  border: 1px solid #000;
  padding: 0.25em 1em;
}

table th {
  font-weight: bold;
  text-align: left;
  background-color: #dadada;
  color: #fff;
}

table tr,
table td,
table th {
  vertical-align: middle;
}

table tr.even {
  background-color: #bfbfbf;
}

table tr.odd {
  background-color: #939393;
  color: #dadada;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2em;
  list-style-type: disc;
}

dl {
  line-height: 1.5em;
  margin-bottom: 3em;
}

dl dt {
  font-weight: bold;
  margin-top: 1.5em;
}

dl dd {
  margin: 0;
}

#colorbox .region-colorbox {
  padding: 2.5em 1.5em 1em;
}

#colorbox .region-colorbox .region-title {
  color: #333;
  font-family: "HelveticaNeueW01-75Bold";
  margin: 0 0 .5em;
}

#cboxLoadedContent {
  border-radius: 4px;
  border: none;
}

#cboxClose {
  background-image: url("../img/close-btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  height: 25px;
  right: 1.5em;
  top: 1.25em;
  width: 25px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #cboxClose {
    background-image: url("../img/close-btn@2x.png");
    background-size: 25px 25px;
  }
}

@media all and (min-width: 768px) {
  #colorbox .region-colorbox {
    padding: 3em 3.5em 1em;
  }
}

.error,
#flash_failure {
  background: #fbe3e4;
  color: #96151b;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}

.error a,
#flash_failure a {
  color: #6a0f13;
}

.error a:hover,
#flash_failure a:hover {
  color: #110203;
}

.notice,
#flash_notice {
  background: #fff6bf;
  color: #8c7800;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}

.notice a,
#flash_notice a {
  color: #594c00;
}

.notice a:hover,
#flash_notice a:hover {
  color: black;
}

.success,
#flash_success {
  background: #e6efc2;
  color: #56651a;
  font-weight: bold;
  margin-bottom: 0.75em;
  padding: 0.75em;
}

.success a,
#flash_success a {
  color: #333c10;
}

.success a:hover,
#flash_success a:hover {
  color: black;
}

.button,
a.button,
a.btn,
.btn,
button {
  background: #046a38;
  border: none;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "HelveticaNeueW01-75Bold";
  margin: 0;
  padding: .5em 1em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.button:hover,
a.button:hover,
a.btn:hover,
.btn:hover,
button:hover {
  background: #04552e;
  text-decoration: none;
}

.button.all-caps,
a.button.all-caps,
a.btn.all-caps,
.btn.all-caps,
button.all-caps {
  font-family: "HelveticaNeueW01-87HvCn_692734";
  font-size: .875em;
  padding: .5em 1.5em;
  text-transform: uppercase;
}

.button.orange,
a.button.orange,
a.btn.orange,
.btn.orange,
button.orange {
  background: #EB8200;
}

.button.orange:hover,
a.button.orange:hover,
a.btn.orange:hover,
.btn.orange:hover,
button.orange:hover {
  background: #e17c00;
}

.button.small,
a.button.small,
a.btn.small,
.btn.small,
button.small {
  font-size: .75em;
  padding: .25em 1em;
}

@media all and (min-width: 768px) {
  .button,
  a.button,
  a.btn,
  .btn,
  button {
    width: auto;
  }
}

.ui-accordion {
  color: #5c452e;
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

.ui-accordion .ui-accordion-header {
  border-radius: 0;
  background: #F0EEE2 none no-repeat scroll 0 0;
  border-bottom: #bfbfbf 1px solid;
  border-left: #bfbfbf 1px solid;
  border-right: #bfbfbf 1px solid;
  border-top: none;
  color: #5c452e;
  font-family: "HelveticaNeueW01-75Bold";
  font-size: 1em;
  margin: 0;
  padding: .375em .375em .375em 2em;
}

.ui-accordion .ui-accordion-header:first-child {
  border-top: #bfbfbf 1px solid;
}

.ui-accordion .ui-accordion-header:hover {
  background: #edeadb;
}

.ui-accordion .ui-accordion-content {
  border-radius: 0;
  color: #5c452e;
  font-family: "HelveticaNeueW01-55Roma", helvetica, arial, sans-serif;
  font-size: .875em;
  line-height: 1.5em;
  padding: 1em;
}

.ui-accordion .ui-accordion-content a {
  color: #046a38;
}

/* 480+ styles
  --------------------------------------------------------------------- */

/* 768+ styles
  --------------------------------------------------------------------- */

@media all and (min-width: 768px) {
  .ui-accordion .ui-accordion-content {
    font-size: 1em;
    padding: 1em 2em;
  }
}

/* 960+ styles
  --------------------------------------------------------------------- */

/* 1200+ styles
  --------------------------------------------------------------------- */

div.app-debug {
  margin: 2em 0 0;
  padding: 0;
  line-height: 1em;
  font-size: 10px;
  color: #ccc;
}

/* Clear Floats Without Structural Markup
  ---------------------------------------
  http://www.positioniseverything.net/easyclearing.html
*/

.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac */

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */

/* clear classes */

.clearleft,
.clearl,
.cleft {
  clear: left;
}

.clearright,
.clearr,
.cright {
  clear: right;
}

.clear,
.clearboth,
.clearall {
  clear: both;
}

.wrap {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  margin: 0px auto;
}

.wrap:before,
.wrap:after {
  content: " ";
  display: table;
}

.wrap:after {
  clear: both;
}

/* Float classes */

.floatleft,
.fleft,
.floatl {
  float: left;
  margin: 0 10px 5px 0;
}

.floatright,
.fright,
.floatr {
  float: right;
  margin: 0 0 5px 10px;
}

/* "Skip to Main Content" link
  ---------------------------
  This link useful for both visually impaired people and those with mobility impairments
  who cannot use a mouse. http://www.webaim.org/techniques/css/invisiblecontent/
*/

#skip a:link,
#skip a:hover,
#skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#skip a:active,
#skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

body {
  background: #FFFFFF url("/img/nbrc-bkgd-image.png") no-repeat fixed center top/cover;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

.simple-box {
  float: left;
  border: 1px solid #000;
  padding: 10px 20px;
  margin: 10px;
  min-width: 350px;
}

.left-col,
.right-col {
  margin: 0 0 1.5em;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.media-embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both;
  float: none !important;
  margin: 0 !important;
}

.media-embed iframe,
.media-embed object,
.media-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#page {
  padding: 90px 0 0;
}

@media all and (min-width: 768px) {
  body {
    background-position: center 100px;
  }

  .left-col {
    float: left;
    margin: 0;
  }

  .left-col.50 {
    width: 50%;
  }

  .right-col {
    float: right;
    margin: 0;
  }

  .right-col.50 {
    width: 50%;
  }

  #page {
    padding: 140px 0 0;
  }
}

@media all and (min-width: 960px) {
  #page {
    padding: 160px 0 0;
  }
}

#utility {
  background: #04552e;
  display: none;
  height: 30px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#utility #utility-inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: .375em 0;
}

#utility #utility-inner .utility-nav {
  float: right;
  margin: 2px 0 0;
}

#utility #utility-inner .utility-nav ul li {
  border-left: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: .75em;
  line-height: 1;
  list-style: none;
  padding: 0 .75em;
}

#utility #utility-inner .utility-nav ul li:first-child {
  border: none;
}

#utility #utility-inner .utility-nav ul li a {
  color: #fff;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  #utility {
    display: block;
  }
}

#header {
  background: #046a38;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
}

#header #header-inner {
  margin: 0 auto;
  min-height: 70px;
  max-width: 1200px;
  position: relative;
}

#header #header-inner .brand-wrapper {
  margin: 1em 0 0 .625em;
  width: 220px;
}

#header #header-inner .brand-wrapper #title {
  display: inline-block;
  margin-top: 1.5em;
  font-size: 2em;
  font-weight: bold;
  color: white;
}

#header #header-inner #header-region {
  float: right;
}

#header #header-inner #header-region .facility-tour {
  margin: .5em 0 0;
}

#header #header-inner #header-region .facility-tour .tour-btn {
  border-radius: 6px;
  background: white none no-repeat scroll 0 0;
  border: 1px solid #000;
  color: #000;
  display: inline-block;
  padding: .5em 1em;
}

@media all and (min-width: 768px) {
  #header {
    height: 90px;
    top: 30px;
  }

  #header #header-inner {
    min-height: 90px;
  }

  #header #header-inner .brand-wrapper {
    margin: 1.5em 0 .375em .625em;
    width: 200px;
  }
}

@media all and (min-width: 820px) {
  #header #header-inner .brand-wrapper {
    margin: 1.125em 0 .375em .625em;
    width: 260px;
  }
}

@media all and (min-width: 960px) {
  #header {
    height: 108px;
  }

  #header #header-inner {
    min-height: 108px;
  }

  #header #header-inner .brand-wrapper {
    left: 0;
    margin: -25px 0 0 .625em;
    position: absolute;
    top: 50%;
    width: 280px;
  }
}

@media all and (min-width: 1200px) {
  #header #header-inner .brand-wrapper {
    margin: -34px 0 0 .625em;
    width: 360px;
  }
}

#banner {
  margin: 0 auto;
  position: relative;
  top: 100px;
  max-width: 1600px;
  z-index: -1;
}

#banner #banner-inner {
  width: 100%;
  margin: 0 auto;
}

#banner #banner-inner img {
  width: 100%;
}

#banner #banner-inner .owl-carousel .owl-controls {
  bottom: 2em;
  left: 50%;
  position: absolute;
}

#banner #banner-inner .owl-carousel .owl-controls .owl-dots {
  left: -50%;
  position: relative;
}

#banner #banner-inner .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 .5em;
}

#banner #banner-inner .owl-carousel .owl-controls .owl-dots .owl-dot span {
  background: none no-repeat scroll 0 0 transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  display: block;
  height: 20px;
  width: 20px;
}

#banner #banner-inner .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
  background: none no-repeat scroll 0 0 #fff;
}

@media all and (min-width: 768px) {
  #banner {
    top: 130px;
  }
}

#navigation {
  display: none;
  margin: 0;
  padding: 0;
  z-index: 900;
}

#navigation #navigation-inner {
  text-align: center;
}

#navigation #navigation-inner ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation #navigation-inner ul.menu li {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 0;
  position: relative;
}

#navigation #navigation-inner ul.menu li a {
  border-radius: 6px;
  display: block;
  font-size: .875em;
  line-height: 1;
  margin: 0 .25em;
  padding: .75em;
  text-decoration: none;
  color: white;
}

#navigation #navigation-inner ul.menu li a:hover {
  text-decoration: none;
  background: #04552e;
}

#navigation #navigation-inner ul.menu li:after {
  background-color: #ffffcc;
  content: "";
  height: 20px;
  margin: -10px 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}

#navigation #navigation-inner ul.menu li:last-child:after {
  background: transparent;
  content: none;
  height: auto;
  margin: auto;
  width: auto;
}

#navigation #navigation-inner ul.menu li:hover a {
  background: #04552e;
  color: white;
}

#navigation #navigation-inner ul.menu li:hover ul {
  left: 3px;
  color: white;
  top: 2em;
}

#navigation #navigation-inner ul.menu li ul {
  border-radius: 0 6px 6px 6px;
  background: #04552e;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.35);
  left: -999em;
  padding: .375em 0;
  position: absolute;
  width: 220px;
  z-index: 901;
}

#navigation #navigation-inner ul.menu li ul li {
  background: transparent;
  border: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}

#navigation #navigation-inner ul.menu li ul li:hover a {
  background: transparent;
}

#navigation #navigation-inner ul.menu li ul li:after {
  background: transparent;
  content: none;
  height: auto;
  margin: auto;
  width: auto;
}

#navigation #navigation-inner ul.menu li ul li:last-child {
  border: none;
}

#navigation #navigation-inner ul.menu li ul li a {
  border-radius: 0;
  background: none;
  font-size: 1em;
  margin: 0;
  padding: 1em 1.5em;
}

#navigation #navigation-inner ul.menu li ul li a:hover {
  background: rgba(0, 0, 0, 0.15);
}

#mobile-header {
  margin: -20px 0 0;
  position: absolute;
  right: 1em;
  top: 50%;
}

#mobile-header a {
  background-image: url("../img/mobile-menu.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  text-indent: -9999px;
  width: 48px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #mobile-header a {
    background-image: url("../img/mobile-menu@2x.png");
    background-size: 28px 20px;
  }
}

/* Functionality Styles; No need to change. */

.menu li:hover ul ul,
.menu li:hover ul ul ul,
.menu li.sfHover ul ul,
.menu li.sfHover ul ul ul {
  left: -999em;
}

.menu li:hover ul,
.menu li li:hover ul,
.menu li li li:hover ul,
.menu li.sfHover ul,
.menu li li.sfHover ul,
.menu li li li.sfHover ul {
  left: auto;
}

@media all and (min-width: 768px) {
  #mobile-header {
    display: none;
  }

  #navigation {
    bottom: 1.25em;
    display: block;
    position: absolute;
    right: 0;
  }

  #navigation #navigation-inner {
    text-align: right;
  }
}

@media all and (min-width: 960px) {
  #navigation {
    bottom: 1.375em;
  }

  #navigation #navigation-inner ul.menu li a {
    font-size: 1em;
    margin: 0 .5em;
    padding: .75em;
  }

  #navigation #navigation-inner ul.menu li:hover ul {
    left: 8px;
    top: 2.25em;
  }

  #navigation #navigation-inner ul.menu li ul {
    width: 280px;
  }
}

@media all and (min-width: 1200px) {
  #navigation {
    bottom: .933em;
  }

  #navigation #navigation-inner ul.menu li a {
    font-size: 1.125em;
    padding: .875em;
  }

  #navigation #navigation-inner ul.menu li:hover ul {
    left: 9px;
    top: 2.75em;
  }

  #navigation #navigation-inner ul.menu li ul {
    width: 300px;
  }
}

#main {
  margin: 0 .625em;
  position: relative;
}

#main #main-inner {
  background: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
}

#main #main-inner #content {
  padding: 1em 1em 2em;
}

#main #main-inner #content-header #banner img {
  width: 100%;
}

#main #main-inner #content-header #breadcrumb {
  margin-left: 10px;
  margin-top: 0.75em;
  color: #bfbfbf;
  font-size: 0.85em;
}

#main #main-inner #content-header #breadcrumb a {
  color: #bfbfbf;
}

#main #main-inner #content-area {
  padding: 0;
  position: relative;
}

#main #main-inner #content-area .content {
  zoom: 1;
}

#main #main-inner #content-area .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#main #main-inner #content-area p.reference {
  margin-top: 3em;
  font-size: 1em;
}

#main #main-inner #content-area .content-image {
  margin: 0 0 2em;
}

#main #main-inner #content-area #infoBlock {
  text-align: center;
  border-top: 3px solid black;
  padding: 25px 1em 0 0;
  margin-top: 50px;
}

#main #main-inner #content-area #infoBlock h3 {
  padding: .5em;
  background-color: #c03;
  margin: .5em;
  font-size: 1.8em;
  font-weight: normal;
}

#main #main-inner #content-area #support {
  border-top: 1px solid black;
  padding: 25px 1em 0 0;
  margin-top: 50px;
}

#main #main-inner #content-area #support h3 {
  font-size: 2em;
  font-weight: normal;
}

#main #main-inner #content.sidebar {
  padding: 0;
}

#main #main-inner #sidebar h2 {
  margin: 0.5em 0 0.25em;
}

#main #main-inner #sidebar ul {
  padding: 0;
}

#main #main-inner #sidebar ul li {
  list-style: none;
}

#main #main-inner #sidebar ul li a.button {
  padding: 0.25em 1em;
  width: 100%;
  text-align: center;
  margin-bottom: 0.75em;
  line-height: 1.25em;
}

#main #main-inner #sidebar ul li a.button.active {
  background: #04552e;
}

.jump-menu-wrapper {
  display: inline-block;
  height: 40px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 260px;
}

.jump-menu-wrapper:active .content {
  height: 200px;
  z-index: 3;
  -webkit-transition-delay: 0s;
}

.jump-menu-wrapper .parent {
  border-radius: 6px;
  background-image: url("../img/jumpmenu-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: 700;
  height: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 .625em;
  position: relative;
  width: 100%;
  -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
  -webkit-transition-delay: .8s;
  z-index: 1;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .jump-menu-wrapper .parent {
    background-image: url("../img/jumpmenu-arrow@2x.png");
    background-size: 30px 30px;
  }
}

.jump-menu-wrapper .parent:hover {
  background-color: #f4f4f4;
  -webkit-transition-delay: 0s, 0s, 0s;
}

.jump-menu-wrapper .content {
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  display: block;
  height: 0;
  padding: 38px 0 0;
  position: absolute;
  top: 0;
  width: 260px;
  z-index: 2;
  -webkit-transition: height .5s ease;
  -webkit-transition-delay: .4s;
}

.jump-menu-wrapper .content:hover {
  height: 200px;
  z-index: 3;
  -webkit-transition-delay: 0s;
}

.jump-menu-wrapper .content:hover ~ .parent {
  border-radius: 6px 6px 0 0;
  background-image: url("../img/jumpmenu-arrow-active.png");
  background-repeat: no-repeat;
  background-position: 98% center;
  background-color: #fff;
  -webkit-transition-delay: 0s, 0s, 0s;
  z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .jump-menu-wrapper .content:hover ~ .parent {
    background-image: url("../img/jumpmenu-arrow-active@2x.png");
    background-size: 30px 30px;
  }
}

.jump-menu-wrapper .content ul {
  border-radius: 0 0 6px 6px;
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.jump-menu-wrapper .content ul li {
  border-top: 1px solid #ccc;
  color: #046a38;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  list-style: none;
  padding: 0 0 0 10px;
  text-align: left;
}

.jump-menu-wrapper .content ul li:last-of-type {
  border-radius: 0 0 6px 6px;
}

.jump-menu-wrapper .content ul li:hover {
  background: #f4f4f4;
}

.jump-menu-wrapper .content ul li a {
  display: block;
  text-decoration: none;
}

.map-tool-tip {
  border-radius: 4px;
  background: #EB8200;
  border: none;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: .5em;
  z-index: 995 !important;
}

.map-tool-tip:after {
  bottom: -10px;
  color: #EB8200;
  content: "\25BC";
  font-size: 1.5em;
  left: 45%;
  position: absolute;
}

@media all and (min-width: 768px) {
  #main #main-inner #content-area .content-image {
    float: right;
    width: 30%;
    margin: 0 0 2em 2em;
  }

  #main #main-inner #content {
    padding: 1em 1em 2em;
  }

  #main #main-inner #content.sidebar {
    float: left;
    width: 75%;
  }

  #main #main-inner #content.sidebar #content-area {
    padding: 0 4em 2em 0;
  }

  #main #main-inner #sidebar {
    float: right;
    width: 25%;
  }
}

@media all and (min-width: 960px) {
  #main #main-inner #content {
    padding: 2em;
  }

  .jump-menu-wrapper {
    margin: 0 1em 1em 0;
    width: 300px;
  }

  .jump-menu-wrapper .content {
    width: 300px;
  }
}

@media all and (min-width: 1200px) {
  #main {
    margin: 0;
  }
}

#main #main-inner #sidebar #block {
  border: 1px solid #000;
  margin: 0 0 2em;
}

#main #main-inner #sidebar #block .block-title {
  background: none no-repeat scroll 0 0 #000;
  color: #fff;
  display: block;
  font-size: 1.125em;
  margin: 0;
  padding: .375em .75em;
}

#main #main-inner #sidebar #block .block-content {
  padding: .75em;
}

.block-columns {
  zoom: 1;
}

.block-columns:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.block-columns .block {
  margin: 0 0 1.5em;
}

.state-list {
  font-size: .875em;
}

.state-list .block {
  padding: 0 1em;
}

.state-list h3 {
  font-size: 1.125em;
  font-weight: 600;
  margin: 0 0 .25em;
  text-transform: uppercase;
}

.state-list ul {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}

.state-list ul li {
  border-bottom: 1px solid #b6b691;
  padding: .25em .5em;
}

.state {
  border-bottom: 1px solid #999966;
  margin: 0;
  padding: 0 0 1em;
}

.state-info {
  background: #ffffcc;
  padding: 1.5em;
}

@media all and (min-width: 480px) {
  .state img {
    padding: 0 20%;
  }
}

@media all and (min-width: 768px) {
  .block-columns .block.width-25 {
    float: left;
    margin: 0;
    width: 25%;
  }

  .block-columns .block.width-50 {
    float: left;
    margin: 0;
    width: 50%;
  }

  .state-list .block {
    padding: 0 3em 0 0;
  }

  .state {
    border: none;
    float: left;
    margin: 0;
    width: 50%;
  }

  .state img {
    padding: 0 10%;
  }

  .state-info {
    float: left;
    margin: 0;
    padding: 1.5em 2em;
    width: 50%;
  }
}

@media all and (min-width: 960px) {
  .state {
    width: 40%;
  }

  .state img {
    padding: 0 10%;
  }

  .state-info {
    zoom: 1;
    width: 60%;
  }

  .state-info:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .state-info .gov-img {
    float: left;
    margin: 0 6% 0 0;
    width: 34%;
  }

  .state-info .state-details {
    float: left;
    margin: 0;
    width: 60%;
  }

  .state-info .numbers {
    float: left;
    margin: 1.5em 0;
    width: 100%;
  }
}

@media all and (min-width: 1200px) {
  .state img {
    padding: 0 14%;
  }
}

#superfooter #superfooter-inner {
  max-width: 1200px;
  margin: auto;
  padding: 2em 0;
  text-align: center;
  border-bottom: 1px solid #ffffcc;
  background: transparent;
  color: #FFFFFF;
}

#superfooter #superfooter-inner ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#superfooter #superfooter-inner ul li {
  clear: both;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  text-align: left;
}

#superfooter #superfooter-inner ul li a {
  padding: 0 1em;
  font-size: 0.85em;
  color: #fff;
}

#superfooter #superfooter-inner ul li a:hover {
  color: #f0f0f0;
}

#superfooter #superfooter-inner ul li li {
  display: block;
}

#superfooter #superfooter-inner > ul > li {
  margin: 0 0.25em;
}

#superfooter #superfooter-inner > ul > li > a {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.25em;
}

footer {
  position: relative;
}

#footer {
  background: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #FFFFFF;
  margin: 20px 0 0;
  overflow: hidden;
  text-align: center;
}

#footer #footer-inner {
  zoom: 1;
  color: #FFFFFF;
  font-size: .875em;
  max-width: 1200px;
  padding: 2em 0;
}

#footer #footer-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#footer #footer-inner .social-media-icons ul {
  margin: 0 0 1.5em;
  padding: 0;
}

#footer #footer-inner .social-media-icons ul li {
  font-family: "HelveticaNeueW01-87HvCn_692734";
  display: inline-block;
  list-style: none;
  list-style-type: none;
  margin: 0 .375em;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}

#footer #footer-inner .social-media-icons ul li .icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  display: block;
  filter: alpha(opacity=1);
  height: 32px;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  text-indent: -9999px;
  width: 32px;
  zoom: 1;
}

#footer #footer-inner .social-media-icons ul li .icon.linkedin {
  background-image: url("../img/icons/icon-linkedin.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #footer #footer-inner .social-media-icons ul li .icon.linkedin {
    background-image: url("../img/icons/icon-linkedin@2x.png");
    background-size: 32px 32px;
  }
}

#footer #footer-inner .social-media-icons ul li .icon:hover {
  filter: alpha(opacity=0.75);
  opacity: 0.75;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
}

#footer #footer-inner .footer-block.address {
  margin: 0 0 1.5em;
}

#footer #footer-inner .footer-block.address strong {
  font-size: 1.125em;
}

#footer #footer-inner .footer-block.copyright span {
  display: block;
  width: 100%;
}

#footer #footer-inner a {
  color: #fff;
}

@media all and (min-width: 768px) {
  #footer {
    text-align: left;
  }

  #footer #footer-inner {
    padding: 2em .625em 0;
  }

  #footer #footer-inner .social-media-icons {
    float: right;
    margin: 0;
    width: 50%;
  }

  #footer #footer-inner .social-media-icons ul {
    float: right;
  }

  #footer #footer-inner .footer-block.address {
    float: left;
    margin: 0;
    width: 50%;
  }

  #footer #footer-inner .footer-block.address strong {
    font-size: 1.125em;
  }

  #footer #footer-inner .footer-block.copyright {
    float: right;
    margin: 0;
    text-align: right;
    width: 50%;
  }

  #footer #footer-inner .footer-block.copyright span {
    display: inline-block;
    width: auto;
  }

  #footer #footer-inner .footer-block.copyright span:first-child {
    margin: 0 .5em 0 0;
  }

  #footer #footer-inner .footer-block.copyright span:first-child:after {
    content: ",";
  }

  #footer #footer-inner a {
    color: #fff;
  }
}