/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* small fix for content area padding */
.no-section-nav {
  padding-bottom: 2em;
}

.push-right {
  float: right;
}

.bg-it-midnight {
  background: #44697d;
}

.bg-cream {
  border-top: 1px solid #ddd;
  background: #fafafa;
}

/* How tos */
.how-tos {
  list-style: none;
  margin: 0 0 1.25rem;
  overflow: auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}

.how-tos li.how-icon {
  text-align: center;
  display: inline-block;
  width: 16%;
}

.how-tos li.how-icon .how-icon__box {
  display: block;
  margin: 0 auto;
  padding-top: 1em;
  position: relative;
  width: 90%;
  min-height: 225px;
  float: left;
}

.how-tos li.how-icon .how-icon__box .icon {
  color: #44697d;
  font-size: 4.5rem;
  margin-bottom: 0.25em;
  width: 100%;
}

.how-tos li.how-icon .how-icon__box a {
  background: none;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 40.063em) {
  .how-tos li.how-icon {
    width: 100%;
  }
  .how-tos li.how-icon .how-icon__box {
    min-height: inherit;
  }
}

/* Belts */
.belt-nav {
  float: right;
  margin: 0;
  padding: 0;
}

.belt-nav li {
  font-size: 1.125rem;
  color: #666;
  display: inline-block;
  list-style: none;
}

.belt-nav li.belt-contact a {
  font-family: "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*background: #ddd;
        border-radius: 3px;*/
  font-weight: 400;
  /*padding: .25em .75em;*/
  color: #666;
  transition: all 0.3s ease-out;
}

.belt-nav li.belt-contact a:hover {
  /*background: #900;*/
  color: #900;
}

@media screen and (max-width: 40.063em) {
  .belt-nav {
    float: left;
    width: 100%;
  }
  .belt-nav li {
    width: 100%;
  }
  .belt-nav li.belt-contact a {
    width: 100%;
    text-align: center;
  }
}

/*** import fonts ***/
.u-visually-hidden, .visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.hide,
.hide-for-small {
  display: none !important;
}

.uits-nav {
  font-family: "BentonSans", Helvetica Neue, Helvetica, sans-serif;
  background: #333;
  border-top: 3px solid #666;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 3;
  width: 100%;
}

.uits-nav nav {
  display: inherit;
}

.uits-nav ul.uits-nav__list {
  list-style: none;
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.uits-nav ul.uits-nav__list li.uits-nav__item {
  border-right: 2px solid #666;
  float: left;
  display: table-cell;
  text-align: center;
  width: auto;
  float: none;
}

.uits-nav ul.uits-nav__list li.uits-nav__item:last-child {
  border-right: none;
}

.uits-nav ul.uits-nav__list li.uits-nav__item a {
  font-family: "BentonSans", Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem !important;
  color: #fff;
  display: block;
  line-height: inherit;
  text-decoration: none;
  /*.notices-link__count {
          font-family: "BentonSansBold";
          background: #333;
          color: #fff;
          border-radius: 100%;
          font-size: 0.625em;
          font-weight: 400;
          line-height: 14px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 3px;
          z-index: 1;
          width: 14px;
          height: 14px;
          &.ongoing {
            background-color: #f3ba19;
            color: #333;
          }
        }*/
}

.uits-nav ul.uits-nav__list li.uits-nav__item a .fa-bell {
  visibility: hidden;
  width: 0;
  height: 0;
}

.uits-nav-dropdown {
  background: #333;
  bottom: 52px;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.uits-nav-dropdown h2 {
  font-family: "BentonSansBold";
  font-size: 1.2em;
  font-weight: 400;
  border-bottom: 1px solid #404041;
  color: #a7a9ab;
  margin: 0;
  outline: none;
  padding: 15px;
}

.uits-nav-dropdown ul {
  font-size: 1rem;
  margin: 0;
}

.uits-nav-dropdown ul.quicklinks {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.uits-nav-dropdown ul.quicklinks li {
  border-bottom: 1px solid #404041;
}

.uits-nav-dropdown ul.quicklinks li a {
  color: #fff;
  display: block;
  text-align: left;
  padding: 1em 0;
  text-decoration: none;
}

.uits-nav-dropdown ul.quicklinks li a .service-icon {
  display: inline-block;
  float: left;
  text-align: center;
  width: 40px;
  padding: 0 30px 0 16px;
}

.uits-nav-dropdown ul.quicklinks li a .service-icon img {
  max-width: inherit;
}

.uits-nav-dropdown ul.quicklinks li a .service-name {
  text-align: left;
  padding-left: .75em;
}

.uits-nav-dropdown ul.quicklinks li a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}

.uits-nav-dropdown ul.quicklinks li.all-services {
  border-bottom: none;
}

.uits-nav-dropdown ul.quicklinks li.all-services a {
  background: #444;
  text-align: center;
}

.uits-nav-dropdown ul.quicklinks li.all-services a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}

.uits-nav-dropdown ul.quicklinks.quicklinks--no-icon li a {
  padding-left: 16px;
}

.uits-nav-dropdown ul.itnotices {
  list-style: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

.uits-nav-dropdown ul.itnotices li {
  border-bottom: 1px solid #404041;
  width: 100%;
}

.uits-nav-dropdown ul.itnotices li a {
  display: block;
  color: #fff;
  padding: 1em;
  text-decoration: none;
}

.uits-nav-dropdown ul.itnotices li a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}

.uits-nav-dropdown ul.itnotices li.all-notices {
  border-bottom: none;
}

.uits-nav-dropdown ul.itnotices li.all-notices a {
  background: #444;
  text-align: center;
}

.uits-nav-dropdown ul.itnotices li.all-notices a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}

.uits-nav-dropdown .nav-dropdown__close {
  color: #a7a9ab;
  padding: 15px;
  position: absolute;
  text-decoration: none;
  top: 1px;
  right: 0;
}

.uits-nav-dropdown .nav-dropdown__close:hover {
  color: #fff;
  text-decoration: underline;
}

.uits-nav-dropdown .nav-dropdown__help-link {
  background: #008264;
  font-size: .875em;
  bottom: 52px;
  margin: 0;
  position: fixed;
  text-align: center;
  box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.uits-nav-dropdown .nav-dropdown__help-link a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 20px;
  transition: background 0.3s ease;
}

.uits-nav-dropdown .nav-dropdown__help-link a i {
  padding-left: 10px;
}

.uits-nav-dropdown .nav-dropdown__help-link a:hover {
  background: #285C4D;
}

.uits-nav-dropdown .fa {
  padding-right: 10px;
}

.uits-nav-dropdown.uits-nav-dropdown--support {
  color: #fff;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown {
  background: #444;
  border-bottom: 1px solid #404041;
  margin-top: 0;
  padding: .8em;
  position: relative;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown label {
  display: none;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown .fa-map-marker {
  font-size: 2em;
  vertical-align: middle;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown select {
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: #f1f1f2;
  border-radius: 3px;
  border-color: #bbb;
  color: #333;
  margin: 0 .5em 0;
  padding: .4em .5em .2em;
  width: 60%;
  height: auto;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown #ip-button {
  font-size: 0.875em;
  color: #fff;
  display: block;
  margin: 1em 0 0 3em;
  text-decoration: none;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown .ip-dropdown {
  background: #dbdcde;
  border-radius: 5px;
  display: none;
  position: absolute;
  max-width: 300px;
  top: 100px;
  left: 8px;
  padding: 10px;
  box-shadow: none;
  color: #404041;
  z-index: 4;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown .ip-dropdown p {
  font-size: .85em;
  margin-top: 0;
  margin-bottom: 0;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown .ip-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #dbdcde;
  border-bottom-style: solid;
  top: -12px;
  left: 50px;
  position: absolute;
  z-index: 99;
}

.uits-nav-dropdown.uits-nav-dropdown--support .campus-dropdown .ip-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 49px;
  z-index: 98;
}

.uits-nav-dropdown.uits-nav-dropdown--support .support-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uits-nav-dropdown.uits-nav-dropdown--support .support-info ul li {
  border-top: 1px solid #404041;
  font-size: .95em;
  padding: 0;
}

.uits-nav-dropdown.uits-nav-dropdown--support .support-info ul li a {
  font-size: 1rem !important;
  color: #fff;
  display: block;
  padding: 1em 0 1em 1.2em;
  text-decoration: none;
  transition: background 0.3s ease;
}

.uits-nav-dropdown.uits-nav-dropdown--support .support-info ul li a:hover {
  background: rgba(0, 0, 0, 0.45);
  text-decoration: underline;
}

@media screen and (min-width: 40.063em) {
  .uits-nav {
    background: none;
    border-top: none;
    float: right;
    position: relative;
    min-height: 75px;
    padding-top: 0;
    width: auto;
    transition: right .2s;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item {
    border-right: none;
    position: relative;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a {
    display: block;
    font-size: 1em;
    line-height: 63px;
    /*padding: 0.25em 1.125em 0;*/
    padding: 0.25em 0.75em 0;
    /*.notices-link__count {
            top: 19px;
            left: 12px;
            position: absolute;
          }*/
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a .fa-bell {
    visibility: visible;
    font-size: 1.125em;
    width: 1.125em;
    height: 1.125em;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a.active {
    background: #333333;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a.active:before, .uits-nav ul.uits-nav__list li.uits-nav__item a.active:after {
    display: none;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a:hover:before {
    width: 50%;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a:hover:after {
    width: 50%;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a:before, .uits-nav ul.uits-nav__list li.uits-nav__item a:after {
    content: '';
    background: #fff;
    bottom: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 4px;
    transition: width 0.2s ease;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a:before {
    right: 50%;
  }
  .uits-nav ul.uits-nav__list li.uits-nav__item a:after {
    left: 50%;
  }
  .uits-nav-dropdown {
    float: right;
    overflow-y: auto;
    position: relative;
    bottom: 0;
    width: 350px;
    height: auto;
  }
  .uits-nav-dropdown .nav-dropdown__help-link {
    bottom: 0;
    position: relative;
  }
  .uits-nav-dropdown.uits-nav-dropdown--quicklinks {
    float: left;
  }
  /*** status icons ***/
  .fa.fa-Information::before {
    color: #49afc7;
    content: "\f05a";
  }
  .fa.fa-Maintenance::before {
    color: #555555;
    content: "\f085";
  }
  .fa.fa-Ongoing::before {
    color: #f3ba19;
    content: "\f146";
  }
  .fa.fa-Alert::before {
    color: #f66908;
    content: "\f071";
  }
}

/* overwrite */
.container {
  max-width: 1100px;
  margin: 0 auto;
}

.container.container--wide {
  max-width: 1200px;
}

.container::after {
  content: "";
  display: block;
  clear: both;
}

.container::before {
  content: "";
  display: block;
  clear: both;
}

.uits-nav abbr[title] {
  color: #fff;
  font-size: inherit;
  outline: none;
  text-decoration: none;
}

.header {
  padding-left: .75rem;
  padding-right: .75rem;
}

.header__masthead {
  font-size: 1.0625rem;
}

.header__masthead a:hover {
  color: #fff;
}

p.search-tips__usage,
.search-tips__suggestions,
ul.search-tips__links {
  font-size: 1rem;
}

/* start redo */
#branding-bar {
    margin-bottom: 0;
    position: relative;
}

.header__bar {
  background-color: #4c1213;
}

.subsite-page .hero--primary {
  width: 100%;
  padding: 0 0;
}

.hero__contain {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin: -3.5em auto 0;
  width: 97.5%;
  min-height: 200px;
  height: auto;
}

.hero__contain.hero__contain--blue {
  background: #44697d;
  border: none;
}

.hero__site--small + .hero .hero__contain {
  margin-top: 0;
}

.hero__site {
  font-family: "BentonSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  padding: 1.25em 0 3em;
  min-height: 225px;
}

.hero__site--small {
  min-height: auto;
  margin-bottom: 2em;
  padding: 1.125em 0 1.125em;
}

.hero__site h1 {
  margin-bottom: 0;
  font-size: 44px;
}

.hero__site--small h1 {
  font-size: 1.375rem;
  margin: 0;
}

.hero__site a {
  font-family: "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #333;
  margin: 0;
  line-height: 1.2;
}

.hero__site.hero__site--small h1 a {
  font-size: 22px;
}

.hero__logo {
  float: left;
  margin-right: 1em;
  height: 46px;
}

.hero__site.hero__site--small .hero__logo {
  margin-right: .5em;
  height: 32px;
}

.hero__site.hero__site--small .hero__nav > ul {
  line-height: initial;
}

.hero__site.hero__site--small .hero__nav > ul > li {
  line-height: initial;
}

.hero__site.hero__site--small .hero__nav > ul > li > a {
  padding-top: 0;
}

.hero__tagline {
  font-size: 1.25rem !important;
  color: #666 !important;
}

.hero__site--small .hero__tagline {
  display: none;
}

.show-nav {
  display: none;
}

a.show-nav:hover,
a.show-nav:focus {
  text-decoration: none;
}

.hero__nav {
  display: block;
  position: absolute;
  top: 1.5em;
  right: 1em;
}

.hero__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero__nav > ul > li {
  display: inline-block;
  padding-left: 2em;
}

.hero__nav > ul > li > a {
  color: #666;
  font-size: 1.125rem;
  padding: .35em .7em .35em 0;
  text-decoration: none !important;
  transition: color 0.2s ease-in-out;
}

.hero__nav > ul > li > a:hover,
.hero__nav > ul > li > a.active {
  color: #900;
  border-bottom: 4px solid #900;
}

.hero__nav > ul > li > a:last-child {
  padding-right: 0;
}

.hero__nav > ul > li > a .fa {
  margin-right: .35em;
}

.hero__site--small .hero__nav {
  top: 0;
}

.hero__cover {
  background-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  background-image: -moz-linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.hero__inner {
  display: table;
  width: 100%;
  height: 100%;
}

.hero__text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2em 0 2.5em;
}

.results-area .hero .hero__text .description p {
  margin-bottom: 0;
}

.subsite-header {
  margin-bottom: 2em;
}

.results-page .hero .tagline {
  margin-bottom: 0.5em;
}

.results-page .hero .description {
  margin-bottom: 1.25em;
}

.subnav__wrapper {
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.subnav li {
  float: left;
}

.subsite-page .subnav li a {
  color: #404041;
  text-decoration: none;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color 0.2s ease-in-out;
}

.subsite-page .subnav li a:hover,
.subsite-page .subnav li a.active {
  color: #fff;
}

.results-page .page-wrapper {
  overflow: inherit;
}

@media screen and (max-width: 62em) {
  .hero__contain {
    margin-top: 0;
  }
  .hero__site {
    min-height: auto;
    margin-bottom: 1em;
    padding-bottom: 1.25em;
  }
  .hero__site.hero__site--small {
    padding-bottom: 1.25em;
  }
  .hero__title {
    font-size: 22px;
  }
  .hero__site h1,
  .hero__site a {
    font-size: 22px;
  }
  .hero__site h1 {
    margin-top: 0 !important;
  }
  .hero__site .hero__nav > ul {
    line-height: initial;
  }
  .hero__site .hero__nav > ul > li {
    line-height: initial;
  }
  .hero__site .hero__nav > ul > li > a {
    padding-top: 0;
  }
  .hero__logo {
    height: 32px;
  }
  .hero__tagline {
    display: none;
  }
  .hero__nav {
    top: 0;
  }
  .hero__inner {
    border-left: none;
  }
}

@media screen and (max-width: 48em) {
  .show-nav {
    border: 1px solid #ddd;
    color: #666;
    font-size: 1rem !important;
    display: block;
    position: absolute;
    /*top: 0.75em;*/
    top: -0.35em;
    right: 0.9375em;
    margin: 0;
    padding: 0.5em 0.75em;
  }
  .show-nav:hover {
    background-color: #990000;
    border: none;
    color: #fff !important;
    text-decoration: none !important;
  }
  .hero__nav {
    display: none;
  }
  .hero__nav.show {
    display: block;
  }
  .hero__nav {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
    top: 47px;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .hero__site--small .hero__nav {
    top: 52px;
  }
  .hero__nav ul {
    background: #fff;
  }
  .hero__nav ul li {
    border-bottom: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .hero__nav ul li a {
    display: block;
    text-align: center;
    padding: 1em 0;
    width: 100%;
  }
  .hero__site .hero__nav > ul > li > a {
    padding-top: 1em !important;
  }
  .hero__nav > ul > li > a:hover,
  .hero__nav > ul > li > a.active {
    border-bottom: none;
  }
  .hero__nav > ul > li > a .fa {
    display: none;
  }
}

@media screen and (max-width: 62em) {
  .hero__logo {
    margin: 1em 0.5em 0 0;
  }
  .hero__site--small .hero__logo {
    margin-top: 0;
  }
  .hero__site--small .hero__branding {
    margin-top: 0;
  }
}

@media screen and (max-width: 40.063em) {
  .subsite-page .hero--primary {
    padding: 0;
    height: auto;
  }
  .hero__cover {
    background-image: none;
  }
}
/*
.hero + .section {
  padding-top: 20px;
}
*/
.section.hero__site--small + .section {
  margin: 0;
}

.hero__site--small h1 {
  line-height: 1.4;
}

.dir {
  padding: 2em 1em;
  position: relative;
  width: 100%;
  height: auto;
}

.dir .dir__row {
  padding-bottom: 0.75em;
  position: relative;
  width: 100%;
  height: auto;
}

.dir .dir__row input[type="text"] {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border: 2px solid #eee;
  border-radius: 3px;
  color: #404041;
  font-family: "BentonSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  /*margin-bottom: 0.5em;
      padding: 2.2em 0 1em;*/
  opacity: 1;
  padding: 0 0 0 1.75em;
  width: 100%;
  height: 62px;
  transition: opacity 0.3s ease-in;
}

.dir .dir__row input[type="text"]:focus + .dir__label {
  color: #666;
}

.dir .dir__row input[type="text"].searching + .dir__label {
  opacity: 0;
}

.dir .dir__row input[type="text"]:focus {
  border-color: #999;
}

.dir .dir__row .dir__label {
  display: block;
  color: #999;
  font-family: "BentonSansRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  position: absolute;
  pointer-events: none;
  left: 2em;
  top: 0.25em;
}

.dir .dir__row input[type="submit"] {
  background: #fff url("../images/search.gray.png") center no-repeat;
  border: none;
  border-radius: 0;
  text-indent: -999em;
  top: 2px;
  position: absolute;
  left: 2px;
  width: 58px;
  height: 58px;
}

.hero__contain--blue .dir .dir__row input[type="text"] {
  border: 2px solid #e3e9ec;
  background: #e3e9ec;
  color: #44697d;
}

.hero__contain--blue .dir .dir__row input[type="text"]:focus + .dir__label {
  color: #44697d;
}

.hero__contain--blue .dir .dir__row input[type="text"].searching + .dir__label {
  opacity: 0;
}

.hero__contain--blue .dir .dir__row input[type="text"]:focus {
  border: 2px solid #F1BE48;
}

.hero__contain--blue .dir .dir__row .dir__label {
  color: #738f9e;
}

.hero__contain--blue .dir .dir__row input[type="submit"] {
  background: url("../images/search.blue.png") center no-repeat;
}

.dir__option {
  display: inline-block;
  position: relative;
}

.dir__option .dir__btn {
  background: #EEE;
  border-radius: 3px;
  color: #333;
  cursor: pointer;
  display: block;
  float: left;
  clear: both;
  /*font-family: "BentonSansBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;*/
  margin: 0 .75em 0 0;
  padding: .5em 1em;
  transition: all 0.2s ease-in;
}

.dir__option .dir__btn:hover, .dir__option .dir__btn.active {
  background: #dbdcde;
  color: #333;
}

.dir__option .dir__btn:after {
  font-family: FontAwesome;
  content: '\f0d7';
  display: inline;
  padding: 0 0 0 .5em;
}

.dir__option .dir__btn.active + .dir__drop {
  overflow-x: auto;
  padding: .5em 0;
  visibility: visible;
  max-height: 325px;
  height: auto;
}

.dir__option .dir__btn.active:after {
  font-family: FontAwesome;
  content: '\f0d8';
  display: inline;
  padding: 0 0 0 .5em;
}

.dir__option .dir__drop {
  background: #fff;
  border: 2px solid #e3e3e3;
  box-shadow: 3px 4px rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  visibility: hidden;
  left: 0;
  list-style: none;
  top: 50px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  min-width: 250px;
  max-width: 350px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.dir__option .dir__drop li {
  display: block;
  width: 100%;
}

.dir__option .dir__drop li a {
  display: block;
  padding: .25em 1em;
}

.dir__option .dir__drop li a:hover, .dir__option .dir__drop li a:focus {
  background: #eaeaea;
}

.dir__option .dir__drop.dir__drop--options li {
  display: block;
  padding: .5em 1em 1em;
  width: 100%;
}

.dir__option .dir__drop.dir__drop--options li select {
  font-size: 0.875rem;
}

.dir__option .dir__drop.dir__drop--options li .options__row {
  overflow: auto;
  position: relative;
  height: auto;
}

.dir__option .dir__drop.dir__drop--options li .options__row .options__label {
  float: left;
}

.dir__option .dir__drop.dir__drop--options li .options__row .options__check {
  float: right;
}

.dir__option .dir__drop.dir__drop--options li .options__row input[type="checkbox"], .dir__option .dir__drop.dir__drop--options li .options__row input[type="radio"] {
  margin-bottom: 0;
  width: 20px;
  height: 20px;
}

.dir__option .dir__drop.dir__drop--options li:last-child {
  border-bottom: none;
}

.hero__contain--blue .dir__option .dir__btn:hover, .hero__contain--blue .dir__option .dir__btn.active {
  background: #dbdcde;
  color: #333;
}

#searchFormContainer {
    min-height: 0;
}

#directoryForm {
    padding: 1em 1em;
}

#directoryForm label {
    color: #fff;
    font-size: 1rem;
}

#directoryForm input[type="text"] {
    background-color: #dbdcde;
    color: #333;
}

#directoryForm select, select option, select option:checked {
    background-color: #dbdcde !important;
    color: #333 !important;
}

#directoryForm input[type="checkbox"] {
    background-color: #dbdcde;
    color: #333;
}

#directoryForm button {
    background-color: #dbdcde;
    color: #333;
}

#directoryForm button:hover, button:focus {
    background: #ffffff;
    box-shadow: 0 0 1pt 1pt #990000 !important;
}

#directoryForm input[type="text"]:focus {
    box-shadow: 0 0 1pt 1pt #990000;
}

#directoryForm input[type="checkbox"]:focus {
    box-shadow: 0 0 2pt 2pt #990000;
}

#directoryForm select:focus {
    box-shadow: 0 0 2pt 2pt #990000;
}

#directoryForm .card-body {
    background: #44697d;
    padding-bottom: 0;
}

#directoryForm fieldset {
    border: none;
}

#directoryForm legend {
    font-size: 100%;
    color: #fff;
}

#moreOptionsHeading {
    background: #44697d;
    border-bottom: none;
    padding: 0;
}

#searchOptionsBtn {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 40.063em) {
  .dir .dir__row {
    overflow: auto;
    position: relative;
    height: auto;
  }
  .dir .dir__row input[type="text"] {
    font-size: 1.125rem;
    height: 44px;
  }
  .dir .dir__row .dir__label {
    font-size: 1rem;
    top: 0.65em;
    left: 2.25em;
  }
  .dir .dir__row input[type="submit"] {
    background-size: 20px !important;
    width: 40px;
    height: 40px;
  }
  .dir__option {
    display: block;
    overflow-y: auto;
    width: 100%;
    height: auto;
  }
  .dir__option .dir__btn {
    display: block;
    width: 100%;
  }
  .dir__option .dir__drop {
    box-shadow: none;
    top: 0;
    max-width: inherit;
    margin-bottom: 1em;
    position: relative;
  }
}

.section.page-title + .section.results {
  padding-top: 0;
}

.results-area-header h2 {
    font-size: 1.5rem;
}

.results-area .filter-results {
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em 1em .5em 1em;
  margin-bottom: 1em;
}

.results-area .filter-results fieldset {
    border: none;
}

.results-area .filter-results label {
  margin-bottom: .5em;
}

.results-area .filter-results input[type="search"] {
  margin-bottom: 0;
}

.results-area .filter-results .filter-radio .filter-label {
  display: inline-block;
  padding-right: 0.25em;
}

.results-area .filter-results .filter-radio .filter-label input[type="radio"] {
  margin-right: .25em;
  margin-bottom: 0;
}

.results-area .filter-buttons {
  /*background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;*/
  /*padding: 1em;*/
  /*margin-bottom: 1em;*/
  display: inline-block;
  position: relative;
  font-size: 1rem;
}

.results-area .filter-buttons .filter-button {
  background: #44697d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  clear: both;
  margin: 0 .75em 0 0;
  padding: .5em 1em;
}

.results-area .filter-buttons .filter-button:hover, .results-area .filter-buttons .filter-button.active {
  background: #900;
  color: #fff;
}

.results-area .filter-buttons .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #333;
  border-radius: 10px;
  position: relative;
  top: -1px;
}
.results-area .filter-buttons .badge:empty {
  display: none;
}

.results-area .results-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.results-area .results-list ul li {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.results-area .results-list ul li:nth-child(even) {
  background: #fafafa;
}

.results-area .results-list ul li a {
  background: none;
  color: #333;
  display: block;
  width: 100%;
  padding: 0.5em 0.75em;
}

.results-area .results-list ul li a:hover, .results-area .results-list ul li a:focus {
  color: #900;
}

.field-validation-error {
  color: #900;
  background: #EEE;
  border-radius: 3px;
  margin: 0 .75em 0 0;
  padding: .5em 1em;
  transition: all 0.2s ease-in;
}

column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .medium-1 {
    position: relative;
    width: 8.33333%; }

  .medium-2 {
    position: relative;
    width: 16.66667%; }

  .medium-3 {
    position: relative;
    width: 25%; }

  .medium-4 {
    position: relative;
    width: 33.33333%; }

  .medium-5 {
    position: relative;
    width: 41.66667%; }

  .medium-6 {
    position: relative;
    width: 50%; }

  .medium-7 {
    position: relative;
    width: 58.33333%; }

  .medium-8 {
    position: relative;
    width: 66.66667%; }

  .medium-9 {
    position: relative;
    width: 75%; }

  .medium-10 {
    position: relative;
    width: 83.33333%; }

  .medium-11 {
    position: relative;
    width: 91.66667%; }

  .medium-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.department-listing {
    margin-bottom: 15px; 
}
.department-listing-code-8 {
    margin-bottom: 10px;
}
.department-listing-code-11 {
    margin-bottom: 10px;
}
.department-listing-code-7 {
    margin-bottom: 0px;
}
.department-listing-code-2 {
    margin-bottom: 0px;
}
.department-listing-code-3 {
    margin-bottom: 10px;
}
.department-listing-main-heading {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.25em;
}
.department-listing-sub-heading {
    font-weight:500;
	font-size: 1em;
	letter-spacing: 0.03em;
	margin-top: 1em;
	margin-bottom: -.03em;	
}
.department-listing-phone {
    font-weight: 600;
    font-size: .75em;
}
.department-listing-name {
    font-style: italic;
    font-size: .75em;
    overflow-wrap: break-word;
}
.department-listing-title {
    font-size: .75em;
}
.department-listing-entry {
    font-size: .75em;
    min-height: 1.5em; /* allows blank entry to appear as blank line */
    overflow-wrap: break-word; /* fixes issues with bootstrap columns not wrappeing correctly */
}
.department-listing-location {
    font-size: .75em;
    overflow-wrap: break-word;
}
.department-listing-link {
    font-size: .75em;
}
.department-listing-email {
    font-size: .75em;
}
/*fix for columns collapsing when empty*/
.column, .columns{
  min-height: 1px;
}
.back-to-top-box {
    width: 100%;
}
.back-to-top {
  background: #44697d;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  clear: both;
  margin: .5em .75em 0 0;
  padding: .5em 1em;
}
.back-to-top:hover, .back-to-top.active, .back-to-top:focus {
  background: #900;
  color: #fff;
}
.person-details-container h2 {
    font-size: 2rem;
}
.namecoach-button {
    background: #44697d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline;
    margin: 0;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.namecoach-button:hover, .namecoach-button.active, .namecoach-button:focus {
    background: #900;
    color: #fff;
}
.namecoach-icon {
    background: #44697d;
    border-radius: 3px;
    color: #fff;
    display: inline;
    margin: 0;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.download-pdf-box {
    width: 100%;
}
.download-pdf {
    background: #44697d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    clear: both;
    margin: 0;
    padding: .5em 1em;
    font-size: 75%;
}
.download-pdf:hover, .download-pdf.active, .download-pdf:focus {
    background: #900;
    color: #fff;
}
.show-filter {
    color: #333;
}
.show-filter:hover, .show-filter:focus {
    text-decoration: none;
    color: #333;
}
.validation-summary-errors {
    color: #900;
}
::-moz-placeholder {
    color: #444;
}
.hero__contain--blue .dir .dir__row input[type="submit"]:focus {
    border: 2px solid #F1BE48;
}
.belt-box {
    width: 100%;
    border: none !important;
}
.footer-box {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 64rem;
    position: relative;
}
#footer .footer-box::after {
    clear: both;
}
#footer .footer-box::before, #footer .footer-box::after {
    content: " ";
    display: table;
}
#footer .tagline {
    margin: -24px -3rem 24px -3rem;
}
@media only screen and (min-width: 40em) {
    #footer .tagline {
        font-size: 1.5rem;
        position: absolute;
        left: 50%;
        margin: 0 -200px 0 0;
        top: -55px;
        padding: 0 24px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 40.063em) {
    .department-listing-location {
        margin-bottom: 1em;
    }
    .footer-box {
        padding-left: 0;
        padding-right: 0;
    }
    #footer .row.pad {
        padding-left: 0;
        padding-right: 0;
    }
    #footer .tagline {
        margin: -24px 0 24px 0;
        width: 100%;
    }
}