/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2rem;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ffff00;
  color: #000000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

/* Forms
     ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search'] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Remove padding so people aren't caught out if they zero out fieldsets.
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 */
legend {
  padding: 0;
  /* 1 */
  border: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/OpenSans-Regular.eot?") format("eot"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/OpenSans-SemiboldItalic.eot?") format("eot"), url("../fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/OpenSans-Bold.eot?") format("eot"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.eot?") format("eot"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Roboto-Medium.eot?") format("eot"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Roboto-Light.eot?") format("eot"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  min-width: 320px;
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  color: #000000;
  background-color: #ededed;
}
body.white {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: #06357a;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
  color: #ba0000;
}

.font-opensans {
  font-family: "Open Sans", sans-serif;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
}
.font-helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-w-normal {
  font-weight: normal !important;
}
.font-w-semibold {
  font-weight: 600 !important;
}
.font-w-bold {
  font-weight: bold !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-space {
  letter-spacing: 2px;
}

.color-white {
  color: #ffffff !important;
}
.color-wild-sand {
  color: #f6f6f6 !important;
}
.color-gallery {
  color: #ededed !important;
}
.color-alto {
  color: #dddddd !important;
}
.color-boulder {
  color: #777777 !important;
}
.color-mine-shaft {
  color: #333333 !important;
}
.color-cod-gray {
  color: #1a1a1a !important;
}
.color-black {
  color: #000000 !important;
}
.color-catalina-blue {
  color: #06357a !important;
}
.color-science-blue {
  color: #0a56c6 !important;
}
.color-cobalt {
  color: #084aab !important;
}
.color-kashmir-blue {
  color: #4c6b97 !important;
}
.color-deep-sapphire {
  color: #052a60 !important;
}
.color-blue-whale {
  color: #052450 !important;
}
.color-guardsman-red {
  color: #ba0000 !important;
}
.color-sunset-orange {
  color: #ff534b !important;
}
.color-supernova {
  color: #ffcb0b !important;
}

[class*='color-'] * {
  color: currentColor;
}

.tiny-font {
  font-size: 0.75rem !important;
}

.small-font {
  font-size: 0.875rem !important;
}

.normal-font {
  font-size: 1rem !important;
}

.large-font {
  font-size: 1.125rem !important;
}

.xlarge-font {
  font-size: 1.25rem !important;
}

.x2large-font {
  font-size: 1.375rem !important;
}

@media (min-width: 60.9375em) {
  .to-small-font {
    font-size: 0.875rem;
  }
}
@media (min-width: 37.5em) {
  .to-normal-font {
    font-size: 1rem !important;
  }
}
.to-large-font {
  font-size: 1rem;
}
@media (min-width: 37.5em) {
  .to-large-font {
    font-size: 1.125rem;
  }
}
.to-xlarge-font {
  font-size: 1rem;
}
@media (min-width: 37.5em) {
  .to-xlarge-font {
    font-size: 1.125rem;
  }
}
@media (min-width: 60.9375em) {
  .to-xlarge-font {
    font-size: 1.25rem;
  }
}

.nowrap {
  white-space: nowrap !important;
}

.quote {
  position: relative;
  padding: 0 3em;
  margin: 0.5em 0;
  line-height: 1.45;
}
.quote cite {
  display: block;
  margin-top: 0.5em;
  color: #777777;
}
.quote cite:before {
  content: '\2014 \2009';
}

.inline-code {
  padding: 2px 8px;
  border: 1px solid #4c6b97;
  border-radius: 3px;
  background-color: #f6f6f6;
  color: #4c6b97;
  line-height: 1.2;
}

.heading-1 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0.65217em 0 0.43478em;
  font-size: 1.4375rem;
}
.heading-1 + p.first {
  margin-top: 0;
}
@media (min-width: 30em) {
  .heading-1 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 37.5em) {
  .heading-1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 60.9375em) {
  .heading-1 {
    margin: 1em 0 0.75em;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.heading-2 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0.9em 0 0;
  font-size: 1.3125rem;
}
.heading-2 + p.first {
  margin-top: 0;
}
@media (min-width: 30em) {
  .heading-2 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 37.5em) {
  .heading-2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 60.9375em) {
  .heading-2 {
    font-size: 1.75rem;
  }
}

.heading-3 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 1em 0 0;
  font-size: 1.1875rem;
}
.heading-3 + p.first {
  margin-top: 0;
}
@media (min-width: 30em) {
  .heading-3 {
    font-size: 1.3125rem;
  }
}
@media (min-width: 37.5em) {
  .heading-3 {
    font-size: 1.4375rem;
  }
}
@media (min-width: 60.9375em) {
  .heading-3 {
    font-size: 1.5625rem;
  }
}

.heading-4 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 1.4em 0 0;
  font-size: 1.125rem;
}
.heading-4 + p.first {
  margin-top: 0;
}
@media (min-width: 30em) {
  .heading-4 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 37.5em) {
  .heading-4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 60.9375em) {
  .heading-4 {
    font-size: 1.375rem;
  }
}

.heading-5 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 1.7em 0 0;
  font-size: 1.0625rem;
}
.heading-5 + p.first {
  margin-top: 0;
}
@media (min-width: 30em) {
  .heading-5 {
    font-size: 1.125rem;
  }
}
@media (min-width: 37.5em) {
  .heading-5 {
    font-size: 1.1875rem;
  }
}
@media (min-width: 60.9375em) {
  .heading-5 {
    font-size: 1.25rem;
  }
}

.heading-6 {
  display: block;
  padding: 0;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  color: #1a1a1a;
  margin: 2em 0 0;
  font-size: 1rem;
}
.heading-6 + p.first {
  margin-top: 0;
}

.main-content {
  position: relative;
  clear: both;
  overflow: hidden;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.main-content .primary-content-wrapper {
  zoom: 1;
}
.main-content .primary-content-wrapper:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}
@media (min-width: 37.5em) {
  .main-content {
    width: 95%;
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
  }
}
@media (min-width: 60.9375em) {
  .main-content {
    width: 95%;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media (min-width: 60.9375em) {
  .content-left-sidebar .sidebar {
    float: left;
    width: 320px;
    margin-right: -320px;
  }
  .content-left-sidebar .main-content .primary-content {
    float: right;
    width: 100%;
    padding-left: 330px;
  }
}
@media (min-width: 60.9375em) {
  .content-right-sidebar .sidebar {
    float: right;
    width: 320px;
    margin-left: -320px;
  }
  .content-right-sidebar .main-content .primary-content {
    float: left;
    width: 100%;
    padding-right: 330px;
  }
}

body.sticky-footer {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.sticky-footer .main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

#header {
  background-color: #06357a;
  -webkit-font-smoothing: antialiased;
  *zoom: 1;
}

@media screen and (max-width: 60.875em) {
  body.burger-active #subnavigation {
    opacity: 1;
    overflow: visible;
    -webkit-transition: height 500ms ease;
    transition: height 500ms ease;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  body.burger-active #subnavigation .subnavigation-wrapper {
    visibility: visible;
  }
  body.burger-active #hamburger {
    background-color: #052450;
  }
  body.burger-active #hamburger:hover {
    background-color: #06357a;
  }
  body.burger-active #hamburger .inner-ham span {
    background: transparent;
  }
  body.burger-active #hamburger .inner-ham:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 10px;
  }
  body.burger-active #hamburger .inner-ham:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 10px;
  }
}
@media screen and (max-width: 60.875em) and (min-width: 37.5em) {
  body.burger-active #hamburger .inner-ham:before, body.burger-active #hamburger .inner-ham:after {
    top: 12px;
  }
}

#sticky-nav {
  width: 100%;
  z-index: 20;
  background-color: #06357a;
  position: fixed;
  -webkit-transition: -webkit-box-shadow 1s ease;
  transition: -webkit-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  transition: box-shadow 1s ease, -webkit-box-shadow 1s ease;
  *zoom: 1;
}
#sticky-nav:after {
  content: "";
  display: table;
  clear: both;
}
#sticky-nav #header-nav {
  *zoom: 1;
  max-width: 1280px;
  min-width: 320px;
  padding: 10px 10px;
  height: 51px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#sticky-nav #header-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav {
    padding: 12px;
    height: 60px;
  }
}
@media (min-width: 60.9375em) {
  #sticky-nav #header-nav {
    padding: 15px 20px;
    height: 66px;
  }
}
#sticky-nav #header-nav .inner-wrapper {
  position: relative;
  height: 30px;
  margin-left: 51px;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .inner-wrapper {
    margin-left: 0;
    height: 36px;
  }
}
#sticky-nav #header-nav .inner-wrapper .buttons-wrapper {
  position: relative;
}
#sticky-nav #header-nav .inner-wrapper .logo-wrapper {
  margin: 0 auto 0 0;
  width: 160px;
  position: absolute;
  top: 0;
  left: 0;
}
#sticky-nav #header-nav .inner-wrapper .logo-wrapper .sub-domain {
  display: none;
}
#sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo {
  display: block;
  line-height: 30px;
  height: 30px;
  text-indent: -9001px;
  overflow: hidden;
  text-align: center;
  left: 10px;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  margin: 0 auto;
}
#sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo img {
  height: 30px;
  width: auto;
  float: none;
  display: block;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .inner-wrapper .logo-wrapper {
    margin-left: 60px;
    width: 253px;
  }
  #sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo {
    height: 36px;
  }
  #sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo img {
    height: 36px;
  }
}
@media (min-width: 60.9375em) {
  #sticky-nav #header-nav .inner-wrapper .logo-wrapper {
    margin-left: 0;
  }
  .no-desktop-logo #sticky-nav #header-nav .inner-wrapper .logo-wrapper .justia-logo {
    display: none;
  }
  #sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo .sub-domain {
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 210px;
    height: 26px;
  }
  .no-desktop-logo #sticky-nav #header-nav .inner-wrapper .logo-wrapper a.logo .sub-domain {
    left: 0;
  }
}
#sticky-nav #header-nav .topnav-button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #084aab;
  display: block;
  top: 0px;
  right: 0;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
#sticky-nav #header-nav .topnav-button:hover {
  background-color: #0a56c6;
}
#sticky-nav #header-nav .topnav-button a, #sticky-nav #header-nav .topnav-button span {
  color: #ededed;
}
#sticky-nav #header-nav .topnav-button a:hover, #sticky-nav #header-nav .topnav-button span:hover {
  color: #ffffff;
  text-decoration: none;
}
#sticky-nav #header-nav .search-icon {
  position: relative;
  font-weight: bold;
  overflow: hidden;
  padding: 1px 6px;
  color: #ffffff;
  float: right;
  font-size: 0.875rem;
  margin-right: 40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media screen and (max-width: 60.875em) {
  .search-form-active #sticky-nav #header-nav .search-icon {
    background-color: #0a56c6;
  }
  .search-form-active #sticky-nav #header-nav .search-icon:hover {
    background-color: #084aab;
  }
}
#sticky-nav #header-nav .search-icon:before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAoMDgYIBAENDwMCBQcJCwW/Uw6gAAAyFJREFUeAHt2uWCHCEQReGLFdBa7/+ycZssI5dilsh8f2MnQMtC4+VxEpPz3usn3nuXouDdrNEFbSgurni6dS96Q9mf2xCL3uUjniSnqg8JKeMJUtWH1fEJW1BK2DBSPpXmVwyzVe1QdwxyaKczY4BctFtYYLZUNahx8L/P22EiVa0cDBYdwD1r/ItP3/hCFtj/fb8LLkgqwwty0LYSc/tJHfSKAz2KNnnBVeK1LQ67/xXBTVK0ScDaem/ve9WGuoKTq75VVjxgLdpQwDkti/nQhgTGZrupRm1YQAjGhbxU2yQk47/fLkiWFRgBc0HN/QNw2G/kzCqu+psTbexCXjvXcMjosfcOQeHvo21n3xAs7AIgFnPCAw528RLLIOABgaimJ2HjZ6Bm9Fs7luE+cAAAp5cqP2oZFit/RVX+HsQMwcEugQgbYZ+JGz8D3EVFPoj88B/uhVuDB6w28sXKN24cNuRlXfkXOe7Z5rle2LnZAUkvUQEFdpslwMNOXgF/dUCdHaDTA9Z3D/DsCwz7jle5gDT8Tui5337CzHMBcfhlULkxFR38QrCyOz16ycEosu/lfvAcnOydJY19L896ydP3jTB2Bg561RqHIPCbHW7kEIjyS0pGnjv5nosqsDvdxBbJ1rVN6NEph67pzHXUJBydu7WuudPNk96dypU68CBG0vVvFpc84tR75dsNBc5yfrirucARe9UN3lrgjKdGi+1zhOzMZ4e7vlU3AP0nd3UBw2vDkcmPXgwFuWpDENyTD1UlCtjTe7fiplhVBxVEVTohBm0bWqBuQ8uagjYYCpxeU922Et9QWAvagk9pF5EtpbPow6oYC+wiCMf0gji9YKuzC5YyuyC72QXY6uyCfM4ugBRlhFhGFyAG6sPiPL4AsTz4v8cnRAFBXNXbqhMAdAFhu9FQ3ZYB8AWkZT/D24E/9wWX+AKGSErp8N67lJIIGtgCu1fBq+BVYCiQ2QUhzy5ImFwQMLsgzy4QTC7ImFtQgLkFG+YWOGBqgQOmFjhgaoEDphY4YGqBA6YWOGBqgcMM2RufwnZ70E/OBfOISMaf5SM1Jj2OFXUIRwAAAABJRU5ErkJggg==");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: no-repeat;
  margin: -10px 0 0 -10px;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .search-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 178px;
  }
  .signed-in #sticky-nav #header-nav .search-icon {
    margin-right: 152px;
  }
}
@media (min-width: 60.9375em) {
  #sticky-nav #header-nav .search-icon {
    display: none;
  }
}
#sticky-nav #header-nav .sign-in-icon {
  position: absolute;
}
#sticky-nav #header-nav .sign-in-icon:before {
  content: ' ';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAADn5+fp6enq6urv7+/p6enq6urr6+vp6enp6enp6enq6urp6eno6Ojq6urq6urq6uo2OMuDAAAAEHRSTlMAIIDQEGCgQMDwkOAwULBwlEQrNAAAAgpJREFUeAHt2VeC2zAMBFCwE2o79z9tvsL02JAJTwrfBTwrgBDEleUVoX2W5c1C2bria+mKTd4kxISfu0oWd63jN7QGcRUuPBKz+CmKx/ZDvGx4ihbxUfEsnwQFz/OowgEDzTJb3mHRWQ04fDAL4FGEDqsqMzXYBZnogt0m8wTcoDLPB+44WS3oUAPc0llDYCAdwmEFWAGSzJLZx1DAHkQJd0T2KG4u+xhnNY64g7wQQXkrqcNmDoC7le6kUzgk8lIayZOw4Z5A+Crw6QKA+zoM7ACNHUD4AQbSLEzsU1AB7kZyAuT3seKOSr4f0EC5pfW6MW4dNjXLZJW0kg8ZBpc46KSL2mHjVcA+jrJ4UOvNAO8cRBFuDQ7xsRsWEeq/rYp4SaQHMDRWBwyRUADrR1IVV1kpM8iwHB3iTUkFGDbDa5AwkMVfIwRYAQzDMP8Hp6A7rMMWmfBBYFpKMrcCQBFfAQ/s5Afg3Yanw72ExaF4LGXxkneAmeBQgJngVDxLPS5ILljELHMVhc3eZKK2w65Pi3B2DIQIZcd9/ZTXhE3xmv0jy125dMxQm9xxVsUs+xbE5tgUcyVDKXJJ8FBPeUarcLPHIA84/PGGjsxR4S8V+blQ8SZ7sf+8d4QcMTAiFMX79WM8/Q6OOFYtlhREpIBIRQqopIFLOrgEK8AKsAKsACvACrAC/O8BPgELkvUY/osdmQAAAABJRU5ErkJggg==");
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: no-repeat;
}
#sticky-nav #header-nav .sign-in-icon:hover:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAECAwgKBgQMDw4NBwkFCwaAYIPQAAAgdJREFUeAHt2WcCnTgQA2C5F5ruf9m0X+nBfp6n7IbvAogyBcALHr6UHD8rpTi8V9ivjd+qKXu8R0mNP7dFD3O583euAlOh8k+Sg52dN7QCK4n3ZMnx7RNE3ndivcIBzWM11zhiw2qJY6LpDRDchMpRSXkBvvBmF0BwCTwnNLMZIOhGlTMOLMMpFasEzjEowifAE0A0kp26DMEpEcts6gCVMwqWOTgjYJnIGeKFiB3rBHEVApyQAG0dRnWABKMyFCQ4SW0j2CgeBqR2HHp1gKIOgP9sgIRFqroKDs4p4kbUsEyneBxmTmheO41axkq+ckx02i+VAcs5DrhgoPK+Xf25vkD8vR4mGu/a1L9sdkB7DzxsdMVL2cxIKLCyCS7A+FtyC+J/txmWrrUf6Q1+H1YYy4oWMNAMEswdCxcRgx0d9so/H0B+C6K4CnEIBuHARIyw5gQvBEOt2MFYleyjAytJF18AMsJSFm9kofHPNqc9vmGC0Ehlgtx4VytYzl0ccTistTeO6ScWyp3jahEc3iCCy53zasZrQmp8TY8Os1zeuEI6MeO8uEw/wqJLP2/bPe5ye6eF68QdJdFMj35R0c27Cn7Nx0Z7PePnfOKb9N0JD/9Fi/iWO/hmPc8P20VqmP4htUrEF2ejyuYB7BRqwE4pFGqhUgt8AjwBngBPgCfAE+AJ8K8H+Aj4N/ViFWCI+gAAAABJRU5ErkJggg==");
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .sign-in-icon {
    display: none;
  }
}
#sticky-nav #header-nav #my-account-checkbox {
  display: none;
  position: absolute;
  right: 0;
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account {
    overflow: visible;
  }
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account .my-account-buttons-wrapper {
    display: block;
    position: absolute;
    border-radius: 4px;
    background: #ffffff;
    padding: 10px;
    top: 34px;
    border: 1px solid #dddddd;
    width: 130px;
    left: -10px;
    -webkit-box-shadow: 11px 10px 37px -16px #dddddd;
            box-shadow: 11px 10px 37px -16px #dddddd;
  }
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account .my-account-buttons-wrapper:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border-bottom: 16px solid #ffffff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    top: -10px;
    left: 5px;
  }
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account .my-account-buttons-wrapper a {
    background-color: transparent;
    font-weight: normal;
    line-height: 2em;
    height: inherit;
    color: #333333;
  }
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account .my-account-buttons-wrapper a:hover {
    color: #ba0000;
    text-decoration: underline;
  }
}
#sticky-nav #header-nav .login-buttons {
  text-align: center;
  position: absolute;
}
#sticky-nav #header-nav .login-buttons a {
  background: #052450;
  display: inline-block;
  padding: 14px 20px;
  width: 100%;
  border-bottom: 1px solid #4c6b97;
  line-height: 1.5em;
  font-weight: bold;
  text-align: right;
  text-indent: 0;
}
#sticky-nav #header-nav .login-buttons a:hover {
  background: #ffffff;
  color: #052450;
}
#sticky-nav #header-nav .login-buttons label {
  position: absolute;
  left: 0;
  width: 142px;
}
#sticky-nav #header-nav .login-buttons label:hover {
  cursor: pointer;
}
@media screen and (max-width: 37.4375em) {
  #sticky-nav #header-nav .login-buttons {
    width: 0;
    height: 0;
  }
  #sticky-nav #header-nav .login-buttons .my-account-label strong {
    display: none;
  }
  #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    text-indent: 0;
    left: 0;
    top: 51px;
    color: white;
    width: 100%;
    border-top: 1px solid #4c6b97;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons {
    background-color: #0a56c6;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons:hover {
    background-color: #084aab;
  }
}
@media (min-width: 37.5em) {
  #sticky-nav #header-nav .login-buttons {
    width: 166px;
    height: 36px;
  }
  #sticky-nav #header-nav .login-buttons.my-account {
    text-indent: 0;
    width: 142px;
    line-height: 36px;
  }
  #sticky-nav #header-nav .login-buttons.my-account .login-buttons-wrapper {
    position: relative;
  }
  #sticky-nav #header-nav .login-buttons.my-account .login-buttons-wrapper:before {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 8px;
    margin: -10px 0 0 -10px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAADn5+fp6enq6urv7+/p6enq6urr6+vp6enp6enp6enq6urp6eno6Ojq6urq6urq6uo2OMuDAAAAEHRSTlMAIIDQEGCgQMDwkOAwULBwlEQrNAAAAgpJREFUeAHt2VeC2zAMBFCwE2o79z9tvsL02JAJTwrfBTwrgBDEleUVoX2W5c1C2bria+mKTd4kxISfu0oWd63jN7QGcRUuPBKz+CmKx/ZDvGx4ihbxUfEsnwQFz/OowgEDzTJb3mHRWQ04fDAL4FGEDqsqMzXYBZnogt0m8wTcoDLPB+44WS3oUAPc0llDYCAdwmEFWAGSzJLZx1DAHkQJd0T2KG4u+xhnNY64g7wQQXkrqcNmDoC7le6kUzgk8lIayZOw4Z5A+Crw6QKA+zoM7ACNHUD4AQbSLEzsU1AB7kZyAuT3seKOSr4f0EC5pfW6MW4dNjXLZJW0kg8ZBpc46KSL2mHjVcA+jrJ4UOvNAO8cRBFuDQ7xsRsWEeq/rYp4SaQHMDRWBwyRUADrR1IVV1kpM8iwHB3iTUkFGDbDa5AwkMVfIwRYAQzDMP8Hp6A7rMMWmfBBYFpKMrcCQBFfAQ/s5Afg3Yanw72ExaF4LGXxkneAmeBQgJngVDxLPS5ILljELHMVhc3eZKK2w65Pi3B2DIQIZcd9/ZTXhE3xmv0jy125dMxQm9xxVsUs+xbE5tgUcyVDKXJJ8FBPeUarcLPHIA84/PGGjsxR4S8V+blQ8SZ7sf+8d4QcMTAiFMX79WM8/Q6OOFYtlhREpIBIRQqopIFLOrgEK8AKsAKsACvACrAC/O8BPgELkvUY/osdmQAAAABJRU5ErkJggg==");
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
  }
  #sticky-nav #header-nav .login-buttons.my-account strong {
    font-weight: bold;
    padding-left: 24px;
  }
  #sticky-nav #header-nav .login-buttons:hover strong {
    color: #ffffff;
  }
  #sticky-nav #header-nav .login-buttons:hover .login-buttons-wrapper:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAECAwgKBgQMDw4NBwkFCwaAYIPQAAAgdJREFUeAHt2WcCnTgQA2C5F5ruf9m0X+nBfp6n7IbvAogyBcALHr6UHD8rpTi8V9ivjd+qKXu8R0mNP7dFD3O583euAlOh8k+Sg52dN7QCK4n3ZMnx7RNE3ndivcIBzWM11zhiw2qJY6LpDRDchMpRSXkBvvBmF0BwCTwnNLMZIOhGlTMOLMMpFasEzjEowifAE0A0kp26DMEpEcts6gCVMwqWOTgjYJnIGeKFiB3rBHEVApyQAG0dRnWABKMyFCQ4SW0j2CgeBqR2HHp1gKIOgP9sgIRFqroKDs4p4kbUsEyneBxmTmheO41axkq+ckx02i+VAcs5DrhgoPK+Xf25vkD8vR4mGu/a1L9sdkB7DzxsdMVL2cxIKLCyCS7A+FtyC+J/txmWrrUf6Q1+H1YYy4oWMNAMEswdCxcRgx0d9so/H0B+C6K4CnEIBuHARIyw5gQvBEOt2MFYleyjAytJF18AMsJSFm9kofHPNqc9vmGC0Ehlgtx4VytYzl0ccTistTeO6ScWyp3jahEc3iCCy53zasZrQmp8TY8Os1zeuEI6MeO8uEw/wqJLP2/bPe5ye6eF68QdJdFMj35R0c27Cn7Nx0Z7PePnfOKb9N0JD/9Fi/iWO/hmPc8P20VqmP4htUrEF2ejyuYB7BRqwE4pFGqhUgt8AjwBngBPgCfAE+AJ8K8H+Aj4N/ViFWCI+gAAAABJRU5ErkJggg==");
  }
  #sticky-nav #header-nav .login-buttons .login-buttons-wrapper .my-account-buttons-wrapper {
    display: none;
  }
  #sticky-nav #header-nav .login-buttons a {
    font-size: 0.9em;
    width: auto;
    display: inline-block;
    float: left;
    padding: 0;
    text-align: inherit;
    text-transform: none;
    margin-top: 0;
    border-bottom: 0;
    height: 36px;
    line-height: 36px;
  }
  #sticky-nav #header-nav .login-buttons a:hover {
    color: #ffffff;
  }
  #sticky-nav #header-nav .login-buttons:before {
    content: none;
  }
  #sticky-nav #header-nav .login-buttons .login {
    width: 76px;
    background: #084aab;
    padding-left: 1px;
  }
  #sticky-nav #header-nav .login-buttons .login:hover {
    -webkit-transition: 300ms;
    transition: 300ms;
    background: #0a56c6;
  }
  #sticky-nav #header-nav .login-buttons .login:active {
    background: #052a60;
  }
  #sticky-nav #header-nav .login-buttons .sign-up {
    width: 90px;
    background: #084aab;
    border-left: 2px solid #052a60;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:hover {
    -webkit-transition: 300ms;
    transition: 300ms;
    background: #0a56c6;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:active {
    background: #052a60;
  }
}

#hamburger {
  position: absolute;
  top: 0;
  left: 0;
  padding: 13px 10px;
  margin: 0 0 0;
  width: 51px;
  height: 51px;
  border: 1px solid #052450;
  border-width: 0 1px 0 0;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hamburger .inner-ham {
  height: 25px;
  position: relative;
}
#hamburger .inner-ham span, #hamburger .inner-ham:before, #hamburger .inner-ham:after {
  cursor: pointer;
  height: 5px;
  width: 100%;
  background: white;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#hamburger .inner-ham span {
  top: 10px;
}
#hamburger .inner-ham:before {
  top: 0px;
}
#hamburger .inner-ham:after {
  bottom: 0px;
}
#hamburger:hover {
  background-color: #052450;
  cursor: pointer;
}
@media (min-width: 37.5em) {
  #hamburger {
    width: 60px;
    height: 60px;
    padding: 14px 12px;
    margin: 0;
  }
  #hamburger .inner-ham {
    height: 30px;
  }
  #hamburger .inner-ham span, #hamburger .inner-ham:before, #hamburger .inner-ham:after {
    height: 6px;
  }
  #hamburger .inner-ham span {
    top: 12px;
  }
}
@media (min-width: 60.9375em) {
  #hamburger {
    display: none !important;
  }
}

#subnavigation {
  position: relative;
  top: 51px;
  background: #1a1a1a;
  color: #ffffff;
  z-index: 15;
  top: 0;
  opacity: 0;
  width: 100%;
}
@media (min-width: 37.5em) {
  #subnavigation {
    top: 9px;
  }
}
#subnavigation .subnavigation-wrapper {
  position: fixed;
  top: 51px;
  left: 0;
  bottom: 0;
  right: -15px;
  overflow: visible;
  visibility: hidden;
  height: 372px;
}
#subnavigation .subnavigation-wrapper ul {
  border-top: 1px solid #4c6b97;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  background: #052450;
}
#subnavigation .subnavigation-wrapper ul li {
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #4c6b97;
}
body.onward #subnavigation .subnavigation-wrapper ul li {
  padding-right: 30px;
}
#subnavigation .subnavigation-wrapper ul li a {
  display: inline-block;
  padding: 14px 20px;
  color: #ffffff;
  width: 100%;
  font-weight: bold;
}
#subnavigation .subnavigation-wrapper ul li:hover {
  background-color: #ffffff;
}
#subnavigation .subnavigation-wrapper ul li:hover a {
  color: #052450;
  text-decoration: none;
}
#subnavigation .subnavigation-wrapper .sublist {
  display: none;
}
@media (min-width: 37.5em) {
  #subnavigation .subnavigation-wrapper {
    top: 60px;
  }
}
@media (min-width: 60.9375em) {
  #subnavigation {
    background: transparent;
    padding: 66px 0 6px;
    font-size: 1rem;
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
  }
  #subnavigation .subnavigation-wrapper {
    position: relative;
    padding: 0;
    margin: 0 20px;
    border-top: 1px solid #084aab;
    padding-top: 7px;
    top: 0;
    visibility: visible;
    height: auto;
  }
  #subnavigation .subnavigation-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border-top: 0;
  }
  #subnavigation .subnavigation-wrapper ul:last-child {
    padding-right: 0;
  }
  #subnavigation .subnavigation-wrapper ul li {
    position: relative;
    margin: 0;
    padding-right: 16px;
    font-weight: bold;
    display: inline;
    border-bottom: 0;
  }
  #subnavigation .subnavigation-wrapper ul li a {
    display: inline;
    padding: 0;
    color: #ededed;
  }
  #subnavigation .subnavigation-wrapper ul li:hover {
    background: transparent;
  }
  #subnavigation .subnavigation-wrapper ul li:hover a {
    color: #ffffff;
    text-decoration: none;
  }
  #subnavigation .subnavigation-wrapper ul > li:hover .sublist {
    display: block;
  }
  #subnavigation .subnavigation-wrapper .sublist {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    white-space: nowrap;
    border-top: 6px solid transparent;
    border-radius: 4px;
    overflow: hidden;
  }
  #subnavigation .subnavigation-wrapper .sublist li,
  #subnavigation .subnavigation-wrapper .sublist a {
    display: block;
    font-weight: normal;
  }
  #subnavigation .subnavigation-wrapper .sublist > li:first-child {
    border-radius: 4px 4px 0 0;
  }
  #subnavigation .subnavigation-wrapper .sublist li {
    width: 100%;
    padding: .2em .8em;
    background-color: #052450;
  }
  #subnavigation .subnavigation-wrapper .sublist li:hover {
    background-color: #052a60;
  }
}

#search-form-wrapper {
  position: fixed;
  top: 51px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #052450;
}
.search-form-active #search-form-wrapper {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 60.875em) {
  .search-form-active #search-form-wrapper {
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
  }
}
@media (min-width: 37.5em) {
  #search-form-wrapper {
    top: 60px;
    padding: 20px 12px;
  }
}
@media (min-width: 60.9375em) {
  #search-form-wrapper {
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
    display: block;
    height: 0;
    padding: 0;
    background: transparent;
  }
}

.search-form {
  clear: both;
  max-width: 800px;
  margin: 0 auto;
}
.search-form .input-wrapper {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.search-form .input-wrapper input {
  float: left;
  display: inline-block;
  height: 40px;
  min-height: initial;
  border: none;
  outline: none;
  font-size: 1.125rem;
  text-indent: 10px;
  background-color: transparent;
  color: #1a1a1a;
}
.search-form .input-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form .input-wrapper input:focus::-moz-placeholder {
  color: transparent;
}
.search-form .input-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
.search-form .input-wrapper input:focus::placeholder {
  color: transparent;
}
.search-form .input-wrapper input:first-child {
  width: 100%;
  padding: 0;
}
@media (min-width: 37.5em) {
  .search-form .input-wrapper {
    width: -webkit-calc(100% - 152px);
    width: calc(100% - 152px);
    margin-right: 12px;
  }
  .search-form .input-wrapper input {
    height: 50px;
  }
}
@media (min-width: 60.9375em) {
  .search-form .input-wrapper {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 0 0 4px;
    background-color: transparent;
  }
  .search-form .input-wrapper input {
    height: 36px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 36px;
    color: #ffffff;
  }
  .search-form .input-wrapper input::-webkit-input-placeholder {
    opacity: 1;
    font-size: 0.875rem;
    color: #4c6b97;
  }
  .search-form .input-wrapper input::-moz-placeholder {
    opacity: 1;
    font-size: 0.875rem;
    color: #4c6b97;
  }
  .search-form .input-wrapper input:-ms-input-placeholder {
    opacity: 1;
    font-size: 0.875rem;
    color: #4c6b97;
  }
  .search-form .input-wrapper input::placeholder {
    opacity: 1;
    font-size: 0.875rem;
    color: #4c6b97;
  }
  .search-form .input-wrapper input:first-child {
    padding: 0;
  }
}
.search-form.two-fields {
  max-width: none;
}
.search-form.two-fields .second-input-wrapper input {
  width: 70%;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 0;
  text-indent: initial;
}
.search-form.two-fields .middle {
  float: left;
  display: block;
  width: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 1.2em;
  text-indent: 10px;
  color: #0a56c6;
}
@media (min-width: 37.5em) {
  .search-form.two-fields .input-wrapper {
    margin-right: 0;
  }
  .search-form.two-fields .middle {
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (min-width: 37.5em) and (max-width: 60.875em) {
  .search-form.two-fields .first-input-wrapper {
    width: 60%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .search-form.two-fields .second-input-wrapper {
    width: 40%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 60.9375em) {
  .search-form {
    overflow: hidden;
    position: relative;
    width: 260px;
    height: 36px;
    margin-right: 176px;
    background-color: #052a60;
    border-radius: 4px;
    -webkit-transition: width 750ms ease;
    transition: width 750ms ease;
  }
  .signed-in .search-form {
    margin-right: 152px;
  }
  .search-form.two-fields {
    width: 300px;
  }
  .search-form:hover, .search-form:focus, .search-form:active, .search-form.typing-active {
    overflow: visible;
    width: 450px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #ffffff;
    color: #333333;
  }
  .search-form:hover .input-wrapper input, .search-form:focus .input-wrapper input, .search-form:active .input-wrapper input, .search-form.typing-active .input-wrapper input {
    color: #333333;
  }
  .search-form:hover button, .search-form:focus button, .search-form:active button, .search-form.typing-active button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ededed;
  }
  .search-form:hover button:after, .search-form:focus button:after, .search-form:active button:after, .search-form.typing-active button:after {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAAAEKV8FKl8EKl8FKl8FKV8DK18AL18EKV8FKl8FKl8HJ18GKV8EKF8FKl8EKl8FKmC+P8BAAAAAEHRSTlMAoMDgYIBAENDwMCBQcJCwW/Uw6gAAAyFJREFUeAHt2uWCHCEQReGLFdBa7/+ycZssI5dilsh8f2MnQMtC4+VxEpPz3usn3nuXouDdrNEFbSgurni6dS96Q9mf2xCL3uUjniSnqg8JKeMJUtWH1fEJW1BK2DBSPpXmVwyzVe1QdwxyaKczY4BctFtYYLZUNahx8L/P22EiVa0cDBYdwD1r/ItP3/hCFtj/fb8LLkgqwwty0LYSc/tJHfSKAz2KNnnBVeK1LQ67/xXBTVK0ScDaem/ve9WGuoKTq75VVjxgLdpQwDkti/nQhgTGZrupRm1YQAjGhbxU2yQk47/fLkiWFRgBc0HN/QNw2G/kzCqu+psTbexCXjvXcMjosfcOQeHvo21n3xAs7AIgFnPCAw528RLLIOABgaimJ2HjZ6Bm9Fs7luE+cAAAp5cqP2oZFit/RVX+HsQMwcEugQgbYZ+JGz8D3EVFPoj88B/uhVuDB6w28sXKN24cNuRlXfkXOe7Z5rle2LnZAUkvUQEFdpslwMNOXgF/dUCdHaDTA9Z3D/DsCwz7jle5gDT8Tui5337CzHMBcfhlULkxFR38QrCyOz16ycEosu/lfvAcnOydJY19L896ydP3jTB2Bg561RqHIPCbHW7kEIjyS0pGnjv5nosqsDvdxBbJ1rVN6NEph67pzHXUJBydu7WuudPNk96dypU68CBG0vVvFpc84tR75dsNBc5yfrirucARe9UN3lrgjKdGi+1zhOzMZ4e7vlU3AP0nd3UBw2vDkcmPXgwFuWpDENyTD1UlCtjTe7fiplhVBxVEVTohBm0bWqBuQ8uagjYYCpxeU922Et9QWAvagk9pF5EtpbPow6oYC+wiCMf0gji9YKuzC5YyuyC72QXY6uyCfM4ugBRlhFhGFyAG6sPiPL4AsTz4v8cnRAFBXNXbqhMAdAFhu9FQ3ZYB8AWkZT/D24E/9wWX+AKGSErp8N67lJIIGtgCu1fBq+BVYCiQ2QUhzy5ImFwQMLsgzy4QTC7ImFtQgLkFG+YWOGBqgQOmFjhgaoEDphY4YGqBA6YWOGBqgcMM2RufwnZ70E/OBfOISMaf5SM1Jj2OFXUIRwAAAABJRU5ErkJggg==");
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
    content: ' ';
  }
  .search-form:hover button:hover:after, .search-form:focus button:hover:after, .search-form:active button:hover:after, .search-form.typing-active button:hover:after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAAM1BMVEUAAAAGNHoGNXoFNXkFNXoFNXkHM3sAL38GNHoGNXoFNXoHN3cGNnkGNHoFNXoFNXkGNXq5Y42qAAAAEHRSTlMAoMDgYIBAENDwMCBQcJCwW/Uw6gAAAyFJREFUeAHt2uWCHCEQReGLFdBa7/+ycZssI5dilsh8f2MnQMtC4+VxEpPz3usn3nuXouDdrNEFbSgurni6dS96Q9mf2xCL3uUjniSnqg8JKeMJUtWH1fEJW1BK2DBSPpXmVwyzVe1QdwxyaKczY4BctFtYYLZUNahx8L/P22EiVa0cDBYdwD1r/ItP3/hCFtj/fb8LLkgqwwty0LYSc/tJHfSKAz2KNnnBVeK1LQ67/xXBTVK0ScDaem/ve9WGuoKTq75VVjxgLdpQwDkti/nQhgTGZrupRm1YQAjGhbxU2yQk47/fLkiWFRgBc0HN/QNw2G/kzCqu+psTbexCXjvXcMjosfcOQeHvo21n3xAs7AIgFnPCAw528RLLIOABgaimJ2HjZ6Bm9Fs7luE+cAAAp5cqP2oZFit/RVX+HsQMwcEugQgbYZ+JGz8D3EVFPoj88B/uhVuDB6w28sXKN24cNuRlXfkXOe7Z5rle2LnZAUkvUQEFdpslwMNOXgF/dUCdHaDTA9Z3D/DsCwz7jle5gDT8Tui5337CzHMBcfhlULkxFR38QrCyOz16ycEosu/lfvAcnOydJY19L896ydP3jTB2Bg561RqHIPCbHW7kEIjyS0pGnjv5nosqsDvdxBbJ1rVN6NEph67pzHXUJBydu7WuudPNk96dypU68CBG0vVvFpc84tR75dsNBc5yfrirucARe9UN3lrgjKdGi+1zhOzMZ4e7vlU3AP0nd3UBw2vDkcmPXgwFuWpDENyTD1UlCtjTe7fiplhVBxVEVTohBm0bWqBuQ8uagjYYCpxeU922Et9QWAvagk9pF5EtpbPow6oYC+wiCMf0gji9YKuzC5YyuyC72QXY6uyCfM4ugBRlhFhGFyAG6sPiPL4AsTz4v8cnRAFBXNXbqhMAdAFhu9FQ3ZYB8AWkZT/D24E/9wWX+AKGSErp8N67lJIIGtgCu1fBq+BVYCiQ2QUhzy5ImFwQMLsgzy4QTC7ImFtQgLkFG+YWOGBqgQOmFjhgaoEDphY4YGqBA6YWOGBqgcMM2RufwnZ70E/OBfOISMaf5SM1Jj2OFXUIRwAAAABJRU5ErkJggg==");
  }
  .search-form:hover.two-fields, .search-form:focus.two-fields, .search-form:active.two-fields, .search-form.typing-active.two-fields {
    width: 545px;
  }
  .search-form:hover.two-fields button, .search-form:focus.two-fields button, .search-form:active.two-fields button, .search-form.typing-active.two-fields button {
    width: 36px;
  }
  .search-form:hover.two-fields .input-wrapper, .search-form:focus.two-fields .input-wrapper, .search-form:active.two-fields .input-wrapper, .search-form.typing-active.two-fields .input-wrapper {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .search-form:hover.two-fields .second-input-wrapper, .search-form:focus.two-fields .second-input-wrapper, .search-form:active.two-fields .second-input-wrapper, .search-form.typing-active.two-fields .second-input-wrapper {
    width: -webkit-calc(50% - 64px);
    width: calc(50% - 64px);
    margin: 0 14px 0 14px;
  }
  .search-form:hover.two-fields .second-input-wrapper input, .search-form:focus.two-fields .second-input-wrapper input, .search-form:active.two-fields .second-input-wrapper input, .search-form.typing-active.two-fields .second-input-wrapper input {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .search-form:hover.two-fields .middle, .search-form:focus.two-fields .middle, .search-form:active.two-fields .middle, .search-form.typing-active.two-fields .middle {
    height: 36px;
    line-height: 36px;
    color: #0a56c6;
    font-size: 0.8125rem;
    position: relative;
    width: 30px;
    padding-left: 1px;
  }
  .search-form:hover.two-fields .middle:before, .search-form:focus.two-fields .middle:before, .search-form:active.two-fields .middle:before, .search-form.typing-active.two-fields .middle:before {
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    display: block;
    border-left: 1px solid #333333;
    content: '';
    border-color: #333333;
  }
}
.search-form button {
  width: 100%;
  height: 40px;
  background-color: #0a56c6;
  border: transparent;
  color: #ffffff;
  border-radius: 2px;
  font-size: 1.125rem;
  font-weight: bold;
}
.search-form button:hover {
  background-color: #084aab;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.search-form button:after {
  display: block;
  content: 'Search';
}
@media (min-width: 37.5em) {
  .search-form button {
    float: right;
    width: 140px;
    height: 50px;
  }
}
@media (min-width: 60.9375em) {
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: transparent;
    color: #ffffff;
  }
  .search-form button:hover {
    background: #ededed;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .search-form button:after {
    content: ' ';
    position: absolute;
    right: 7px;
    top: 7px;
    width: 22px;
    height: 22px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAB6klEQVR4Ae2YaZmzMBRGIwEJkYAEJFRCJCAhDpAQCUhAQiQg4Uo48+0L4WFy+84+c/qzhZwsd0lDD4xkVir/s1FIxCDQM/SCcU0lMYSnh4mNXoz8pBJEVrwYOTwNzBj3URmDBgMFBSNpw1d0FnV4nfLUwxuFxPTPbycy9UkVKJyzky6ipWCck70n/wxjFkJ28sS90VJ7Ey03jBbrTk6s6i4SqbSsvUm3paiH2LENbBypd4bxzpGtp+IdMeLd1dO/BiwcmZU64l6D5vzuQYLKkehbtCQKTK4VJfM/FmTYHZvA2h1+wjnw7FgKMkRHJJz9VIfafQoci6VU1vyyAu3RXl5bYHs/AgzPIlBeOgqW/kO4SZ2c/laK3glI60o6qV0i3BzvJMrNWAPFVeCpej8kTYnU18sKF5zbY62kOR9xdpj+tAHGKF1vmxD0r0FlEJbfezsig65AEa6oVFp2Rvmflbn/8Nj9L2Ck0uJr8kicU5keifvCNclbw1p2ZuJp0i20CAqFKyqF/OuzsNGBoCAiKOTXV5iw11YYWF9AQfq3vMXIVElBkNjJDCEwyAotROYLjZ3yt3gLCl2rMf+K/+1XPpja5KQr6HwpvCsFCzqaQtDRFIKOphB0NIWgIymkoCMo6MMLCsLwgkI7/AM8I617Z/mKxAAAAABJRU5ErkJggg==");
    -webkit-background-size: auto 100%;
            background-size: auto 100%;
    background-repeat: no-repeat;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  padding: 7px 10px;
  max-width: 1240px;
  margin: 0 auto;
}
.breadcrumbs a {
  display: inline-block;
}
@media (min-width: 37.5em) {
  .breadcrumbs {
    padding: 10px 0;
  }
}
.breadcrumbs .breadcrumb-separator {
  display: inline-block;
  padding: 0 3px;
  color: #000000;
}
.breadcrumbs .breadcrumb-separator:before {
  content: '\203A';
}

.stripes {
  zoom: 1;
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  background-color: transparent;
}
.stripes:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}
.stripes .stripe-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

.sidebar {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

#footer {
  padding: 0;
  margin-bottom: 0;
  clear: both;
  background: url(../images/background/columns.jpg) no-repeat left top;
  -webkit-background-size: 100% 100% !important;
          background-size: 100% 100% !important;
  color: #ffffff;
  text-align: left;
  border-top: 10px solid #052450;
}
#footer.short {
  background: #06357a;
  border-top: 0;
}
#footer.short .wrapper {
  padding: 0 20px;
}
#footer.short .copyright {
  margin: 0 0 12px;
  border-top: 0;
}
#footer .section-title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 14px;
}
@media (min-width: 37.5em) {
  #footer .section-title {
    text-align: left;
    margin-bottom: 0;
  }
}
#footer a {
  color: #ffffff;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
#footer a:hover {
  text-decoration: underline;
  color: #ff534b;
}
#footer .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 20px 0;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  #footer .wrapper {
    padding: 30px 20px 0;
  }
}
#footer .columns {
  width: 100%;
  overflow: hidden;
  float: left;
  padding-top: 0;
  margin-bottom: 0;
}
#footer .columns .title {
  margin: 1px 0 0;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1em;
  background: rgba(5, 36, 80, 0.5);
  padding: 14px 0 14px 14px;
  line-height: 1;
  position: relative;
}
#footer .columns .title:hover {
  background: rgba(5, 36, 80, 0.3);
}
#footer .columns .footer-block {
  margin-top: 1px;
  width: 100%;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#footer .columns ul {
  list-style: none;
  float: none;
  padding: 0;
  margin: 0 0 1em;
  display: none;
}
#footer .columns ul li {
  margin: 0;
  padding-left: 14px;
}
#footer .columns ul.visible-content {
  display: block;
}
@media screen and (max-width: 37.4375em) {
  #footer .columns .expand {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 100%;
  }
  #footer .columns .expand:after {
    background-image: url("data:image/png;base64,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");
    content: '';
    display: inline-block;
    padding-left: 4px;
    width: 12px;
    height: 7px;
    margin-top: 18px;
    margin-left: 16px;
  }
  #footer .columns .expand.-expanded:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #footer .columns .expanded .expand:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #footer .columns .-collapsed {
    display: none;
  }
  #footer .columns ul.-expanded, #footer .columns ul.visible-content {
    margin-top: 6px;
    display: block;
  }
}
@media (min-width: 37.5em) {
  #footer .columns {
    text-align: left;
  }
  #footer .columns .title, #footer .columns .title:hover {
    padding: 10px 0 6px;
    background: inherit;
    line-height: inherit;
  }
  #footer .columns .footer-block {
    width: 50%;
    margin-top: 10px;
  }
  #footer .columns ul {
    padding: 0 30px 0 0;
    float: left;
    margin: 0;
  }
  #footer .columns ul li {
    display: block;
    padding-left: 0;
  }
  #footer .columns ul.hidden-content {
    display: block !important;
  }
}
@media (min-width: 60.9375em) {
  #footer .columns .footer-block {
    width: 25%;
  }
}
#footer .copyright {
  text-align: center;
  clear: both;
  border-top: 1px solid #4c6b97;
  color: #ffffff;
  float: left;
  width: 100%;
  height: auto;
  margin: 12px 0 12px;
  padding-top: 20px;
}
#footer .copyright .site, #footer .copyright .nav, #footer .copyright .social-media, #footer .copyright .credits {
  height: 30px;
}
#footer .copyright .credits {
  padding: 10px 0 0;
  margin: 0 0 10px;
  display: block;
}
#footer .copyright .nav a {
  background: rgba(5, 36, 80, 0.5);
  margin: 1px 0 0;
  padding: 14px 0;
  display: block;
  line-height: 1em;
}
#footer .copyright .nav a:hover {
  background: rgba(5, 36, 80, 0.3);
}
#footer .copyright .social-media .icon {
  -webkit-background-size: 100% 100% !important;
          background-size: 100% !important;
  height: 30px;
  width: 30px;
  display: inline-block;
  background: url(../images/social/sprite.png) no-repeat;
  -ms-interpolation-mode: bicubic;
}
#footer .copyright .social-media .icon.justia {
  background-position: 0 0;
}
#footer .copyright .social-media .icon.justia:hover {
  background-position: 0 -30px;
}
#footer .copyright .social-media .icon.fb {
  background-position: 0 -60px;
}
#footer .copyright .social-media .icon.fb:hover {
  background-position: 0 -90px;
}
#footer .copyright .social-media .icon.linkedin {
  background-position: 0 -120px;
}
#footer .copyright .social-media .icon.linkedin:hover {
  background-position: 0 -150px;
}
#footer .copyright .social-media .icon.twitter {
  background-position: 0 -180px;
}
#footer .copyright .social-media .icon.twitter:hover {
  background-position: 0 -210px;
}
#footer .copyright .social-media .icon.gplus {
  background-position: 0 -240px;
}
#footer .copyright .social-media .icon.gplus:hover {
  background-position: 0 -270px;
}
#footer .copyright .social-media .icon.rss {
  background-position: 0 -300px;
}
#footer .copyright .social-media .icon.rss:hover {
  background-position: 0 -330px;
}
@media (min-width: 37.5em) {
  #footer .copyright {
    margin: 20px 0 12px;
  }
  #footer .copyright .nav a {
    display: inline;
    margin: 10px 10px 0 0;
    padding: 0;
    background: inherit;
    line-height: auto;
  }
  #footer .copyright .nav a:hover {
    background: inherit;
  }
}
@media (min-width: 60.9375em) {
  #footer .copyright {
    height: 60px;
  }
  #footer .copyright .site, #footer .copyright .credits {
    float: left;
  }
  #footer .copyright .credits {
    margin-right: 20px;
  }
  #footer .copyright .nav {
    float: right;
  }
  #footer .copyright .nav a {
    display: inline-block;
    margin: 11px 0 0 20px;
  }
}

.jcard {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 10px;
  background-color: #ffffff;
}
@media (min-width: 37.5em) {
  .jcard {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}
.jcard .block-wrapper {
  margin-top: 1em;
}

.block, .block-wrapper {
  zoom: 1;
}
.block:after, .block-wrapper:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}
.block > p:first-child,
.block > ul:first-child,
.block > ol:first-child,
.block > h1:first-child,
.block > h2:first-child,
.block > h3:first-child,
.block > h4:first-child,
.block > h5:first-child,
.block > h6:first-child, .block-wrapper > p:first-child,
.block-wrapper > ul:first-child,
.block-wrapper > ol:first-child,
.block-wrapper > h1:first-child,
.block-wrapper > h2:first-child,
.block-wrapper > h3:first-child,
.block-wrapper > h4:first-child,
.block-wrapper > h5:first-child,
.block-wrapper > h6:first-child {
  margin-top: 0;
}
.block p:last-child,
.block ul:last-child,
.block ol:last-child,
.block h1:last-child,
.block h2:last-child,
.block h3:last-child,
.block h4:last-child,
.block h5:last-child,
.block h6:last-child, .block-wrapper p:last-child,
.block-wrapper ul:last-child,
.block-wrapper ol:last-child,
.block-wrapper h1:last-child,
.block-wrapper h2:last-child,
.block-wrapper h3:last-child,
.block-wrapper h4:last-child,
.block-wrapper h5:last-child,
.block-wrapper h6:last-child {
  margin-bottom: 0;
}

.blocks .block {
  margin-top: 30px;
  margin-bottom: 60px;
}
.blocks .block:last-child {
  margin-bottom: 0;
}
.blocks .block-wrapper {
  margin-top: 1.3em;
}

.col--one-whole {
  width: 100%;
}
@media (min-width: 37.5em) {
  .col--one-whole {
    width: 100%;
  }
}
.col--one-half {
  width: 100%;
}
@media (min-width: 37.5em) {
  .col--one-half {
    width: 50%;
  }
}
.col--one-third {
  width: 100%;
}
@media (min-width: 60.9375em) {
  .col--one-third {
    width: 33.33333%;
  }
}
.col--two-thirds {
  width: 100%;
}
@media (min-width: 60.9375em) {
  .col--two-thirds {
    width: 66.66667%;
  }
}
.col--one-fourth {
  width: 100%;
}
@media (min-width: 68.75em) {
  .col--one-fourth {
    width: 25%;
  }
}
.col--three-fourths {
  width: 100%;
}
@media (min-width: 68.75em) {
  .col--three-fourths {
    width: 75%;
  }
}

.grid-wrapper--0 {
  margin-left: 0;
}
.grid-wrapper--0 > [class*='col--'] {
  float: left;
  padding-left: 0;
}
.grid-wrapper--20 {
  margin-left: -20px;
}
.grid-wrapper--20 > [class*='col--'] {
  float: left;
  padding-left: 20px;
}
.grid-wrapper--25 {
  margin-left: -25px;
}
.grid-wrapper--25 > [class*='col--'] {
  float: left;
  padding-left: 25px;
}
.grid-wrapper--30 {
  margin-left: -30px;
}
.grid-wrapper--30 > [class*='col--'] {
  float: left;
  padding-left: 30px;
}

typeahead,
.tt-query,
.tt-hint {
  width: 100%;
  height: 30px;
  padding: 8px 12px;
  border: 2px solid #dddddd;
  border-radius: 8px;
  outline: none;
  line-height: 1.25;
  font-size: 1.33333em;
}

.typeahead {
  background-color: #ffffff;
}
.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px #ededed;
          box-shadow: inset 0 1px 1px #ededed;
}

.tt-hint {
  color: #777777;
}

.tt-dropdown-menu {
  overflow-y: auto;
  z-index: 110 !important;
  width: 100%;
  max-height: 500px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.tt-dropdown-menu:hover {
  cursor: pointer;
}
.tt-dropdown-menu .single-line, .tt-dropdown-menu .double-line {
  height: 1px;
  border: 0;
  background-color: #dddddd;
  margin: 10px 0 0;
}
.tt-dropdown-menu .double-line {
  margin-bottom: 10px;
}
.tt-dropdown-menu .tt-suggestion .result {
  padding: 3px 10px;
  font-size: 0.9375rem;
  line-height: 1.25;
}
.tt-dropdown-menu .tt-suggestion .result.name {
  padding: 10px 10px 10px 55px;
  border-bottom: 1px solid #ededed;
}
.tt-dropdown-menu .tt-suggestion .result .location {
  font-size: 0.75rem;
  color: #777777;
}
.tt-dropdown-menu .tt-suggestion .result img {
  float: left;
  width: 35px;
  margin-left: -45px;
  background: #dddddd;
}
.tt-dropdown-menu .tt-suggestion:first-child .result {
  margin-top: 7px;
}
.tt-dropdown-menu .tt-suggestion:first-child .result.name {
  margin-top: 0;
}
.tt-dropdown-menu .tt-suggestion:last-child .result {
  margin-bottom: 7px;
}
.tt-dropdown-menu .tt-suggestion:last-child .result.name {
  border-bottom: none;
  margin-bottom: 0;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor .result {
  background-color: #06357a;
  color: #ffffff;
}
.tt-dropdown-menu .tt-suggestion.tt-cursor .result .location {
  color: #ffffff;
}
.form-item .tt-dropdown-menu {
  margin-top: 0;
}

.twitter-typeahead {
  position: static !important;
  display: block !important;
  background: transparent;
}
.twitter-typeahead input {
  background: #ffffff;
}

body.cornell .tt-dropdown-menu {
  margin-top: -8px;
}
body.cornell .tt-suggestion.tt-cursor .result {
  background-color: #68645b;
}

.button {
  position: relative;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.9375rem;
  padding: 0.66667em 1em 0.53333em;
  background-color: transparent;
  color: #333333;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
}
.button:hover, .button:focus {
  background-color: #ededed;
  color: #333333;
  text-decoration: none;
}
.button-small {
  font-size: 0.8125rem;
  padding: 0.69231em 1em 0.46154em;
}
.button-large {
  font-size: 1.0625rem;
  padding: 0.70588em 1em 0.52941em;
}
.button-xlarge {
  font-size: 1.25rem;
  padding: 0.65em 1em 0.5em;
}
.button-radius {
  border-radius: 4px;
}
.button-round {
  border-radius: 1000px;
}
.button-sans {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.7em 1em;
  font-weight: normal;
}
.button-sans.button-large {
  padding: 0.7em 1.5em;
  font-size: 1.3125em;
}
.button-submit {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
}
@media (min-width: 37.5em) {
  .button-submit {
    width: 70%;
  }
}
.button-disabled, .button[disabled] {
  background-color: transparent;
  color: #777777;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.button-disabled:hover, .button-disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: transparent;
  color: #777777;
  text-decoration: none;
}
.button-disabled:hover, .button-disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: transparent;
  color: #777777;
}
.button-expand {
  display: block;
  width: 100% !important;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  text-align: center;
}
.button-primary {
  background-color: #06357a;
  color: #ffffff;
  border-color: #06357a;
}
.button-primary:hover, .button-primary:focus {
  background-color: #052450;
  color: #ffffff;
  text-decoration: none;
}
.button-primary.button-disabled, .button-primary[disabled] {
  background-color: #06357a;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.button-primary.button-disabled:hover, .button-primary.button-disabled:focus, .button-primary[disabled]:hover, .button-primary[disabled]:focus {
  background-color: #06357a;
  color: #ffffff;
  text-decoration: none;
}
.button-primary.button-disabled:hover, .button-primary.button-disabled:focus, .button-primary[disabled]:hover, .button-primary[disabled]:focus {
  background-color: #06357a;
  color: #ffffff;
}
.button-bright {
  background-color: #084aab;
  color: #ffffff;
  border-color: #084aab;
}
.button-bright:hover, .button-bright:focus {
  background-color: #0a56c6;
  color: #ffffff;
  text-decoration: none;
}
.button-bright.button-disabled, .button-bright[disabled] {
  background-color: #084aab;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}
.button-bright.button-disabled:hover, .button-bright.button-disabled:focus, .button-bright[disabled]:hover, .button-bright[disabled]:focus {
  background-color: #084aab;
  color: #ffffff;
  text-decoration: none;
}
.button-bright.button-disabled:hover, .button-bright.button-disabled:focus, .button-bright[disabled]:hover, .button-bright[disabled]:focus {
  background-color: #084aab;
  color: #ffffff;
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button-group {
  display: inline-block;
  vertical-align: middle;
}
.button-group .button {
  position: relative;
  float: left;
}
.button-group .button + .button {
  margin-left: -1px;
}
.button.-white-bg {
  background-color: #ffffff;
}
.button.-white-bg:hover {
  background-color: #ededed;
}

.jicon {
  background-image: url('../images/icons/black-sfb15f7cf59.png');
  background-repeat: no-repeat;
}

.jicon.blue {
  background-image: url('../images/icons/blue-sb424d6acb8.png');
  background-repeat: no-repeat;
}

.jicon.gray {
  background-image: url('../images/icons/gray-s6f0e0c09e3.png');
  background-repeat: no-repeat;
}

.jicon.white {
  background-image: url('../images/icons/white-sbc122a2d6c.png');
  background-repeat: no-repeat;
}

.jicon.social {
  background-image: url('../images/icons/social-media-s4464ba8a27.png');
  background-repeat: no-repeat;
}

.jicon.profile {
  background-image: url('../images/icons/social-profiles-sbad6143fdb.png');
  background-repeat: no-repeat;
}

.jicon {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  vertical-align: middle;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.jicon-affiliations {
  background-position: 99.94701% 0;
}
.jicon-annotations {
  background-position: 97.50927% 0;
}
.jicon-answers {
  background-position: 95.07154% 0;
}
.jicon-attorneys {
  background-position: 92.63381% 0;
}
.jicon-attorneys2 {
  background-position: 90.19608% 0;
}
.jicon-awards {
  background-position: 87.75835% 0;
}
.jicon-badges {
  background-position: 85.32061% 0;
}
.jicon-bio {
  background-position: 82.88288% 0;
}
.jicon-blogs {
  background-position: 80.44515% 0;
}
.jicon-certifications {
  background-position: 78.00742% 0;
}
.jicon-check {
  background-position: 75.56969% 0;
}
.jicon-check2 {
  background-position: 73.13196% 0;
}
.jicon-down {
  background-position: 70.69422% 0;
}
.jicon-education-2 {
  background-position: 65.81876% 0;
}
.jicon-education {
  background-position: 68.25649% 0;
}
.jicon-email {
  background-position: 63.38103% 0;
}
.jicon-email2 {
  background-position: 60.9433% 0;
}
.jicon-experience {
  background-position: 58.50556% 0;
}
.jicon-fee {
  background-position: 56.06783% 0;
}
.jicon-flag {
  background-position: 53.6301% 0;
}
.jicon-gavel {
  background-position: 51.19237% 0;
}
.jicon-gear {
  background-position: 48.75464% 0;
}
.jicon-jurisdictions {
  background-position: 46.31691% 0;
}
.jicon-languages {
  background-position: 43.87917% 0;
}
.jicon-lii {
  background-position: 41.44144% 0;
}
.jicon-location {
  background-position: 39.00371% 0;
}
.jicon-minus {
  background-position: 36.56598% 0;
}
.jicon-pencil {
  background-position: 34.12825% 0;
}
.jicon-phone {
  background-position: 31.69051% 0;
}
.jicon-plus {
  background-position: 29.25278% 0;
}
.jicon-profile {
  background-position: 26.81505% 0;
}
.jicon-publications {
  background-position: 24.37732% 0;
}
.jicon-scale {
  background-position: 21.93959% 0;
}
.jicon-search {
  background-position: 19.50185% 0;
}
.jicon-see {
  background-position: 17.06412% 0;
}
.jicon-social-media {
  background-position: 14.62639% 0;
}
.jicon-speaking {
  background-position: 12.18866% 0;
}
.jicon-staff {
  background-position: 9.75093% 0;
}
.jicon-thumbs-up {
  background-position: 7.3132% 0;
}
.jicon-vcard {
  background-position: 4.87546% 0;
}
.jicon-videos {
  background-position: 2.43773% 0;
}
.jicon-website {
  background-position: 0 0;
}
.jicon-facebook {
  background-position: 99.60159% 0;
}
.jicon-google-plus {
  background-position: 79.68127% 0;
}
.jicon-justia {
  background-position: 59.76096% 0;
}
.jicon-linkedin {
  background-position: 39.84064% 0;
}
.jicon-rss {
  background-position: 19.92032% 0;
}
.jicon-twitter {
  background-position: 0 0;
}
.jicon-avvo {
  background-position: 99.77827% 0;
}
.jicon-bepress {
  background-position: 88.6918% 0;
}
.jicon-docstoc {
  background-position: 77.60532% 0;
}
.jicon-jdsupra {
  background-position: 66.51885% 0;
}
.jicon-lawyers {
  background-position: 55.43237% 0;
}
.jicon-llrx {
  background-position: 44.3459% 0;
}
.jicon-martindale {
  background-position: 33.25942% 0;
}
.jicon-nolo {
  background-position: 22.17295% 0;
}
.jicon-scribd {
  background-position: 11.08647% 0;
}
.jicon-ssrn {
  background-position: 0 0;
}

.jicon.-small {
  width: 20px;
  height: 20px;
}
.jicon.-large {
  width: 30px;
  height: 30px;
}
.jicon.-xlarge {
  width: 60px;
  height: 60px;
}
.jicon-box {
  display: inline-block;
  vertical-align: middle;
  background-color: #06357a;
  padding: 2px;
}
.jicon-box .jicon {
  display: block;
  width: 16px;
  height: 16px;
}
.jicon-box.-green {
  background-color: #94bb00;
}
.jicon-box.-gold {
  background-color: #eebb56;
}
.jicon-box.-silver {
  background-color: #bfbfbf;
}
.jicon-box.-bronze {
  background-color: #c27239;
}
.jicon-box.-large {
  padding: 4px;
}
.jicon-box.-large .jicon {
  display: block;
  width: 22px;
  height: 22px;
}
.jicon-box.-xlarge {
  padding: 8px;
}
.jicon-box.-xlarge .jicon {
  display: block;
  width: 44px;
  height: 44px;
}

.iconed-line {
  position: relative;
  display: block;
  padding-left: 35px;
}
.iconed-line .jicon {
  margin: 0 20px 0 -35px;
}
.iconed-line-small {
  position: relative;
  display: block;
  padding-left: 25px;
}
.iconed-line-small .jicon {
  margin: 0 10px 0 -25px;
}
.iconed-heading {
  position: relative;
}
.iconed-heading .jicon {
  display: none;
}
@media (min-width: 37.5em) {
  .iconed-heading {
    position: relative;
    display: block;
    padding-left: 50px;
  }
  .iconed-heading .jicon {
    display: inline-block;
    margin: 0 20px 0 -50px;
  }
}

img.responsive {
  max-width: 100%;
}

hr.hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  margin: 1em 0;
}
hr.bright {
  position: relative;
  border: 0;
  border-top: 1px solid #0a56c6;
  margin-top: 2em;
}
hr.bright:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 100px;
  height: 3px;
  background-color: #0a56c6;
  content: '';
}

.tab-group {
  margin-bottom: 20px;
}
.tab-content {
  border-bottom: 1px solid #dddddd;
}
.tab-content .-collapsed {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.tab-content .-expanded {
  overflow: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: height 300ms ease, opacity 300ms ease;
  transition: height 300ms ease, opacity 300ms ease;
}
.tab-item {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  color: #333333;
  background-color: #f6f6f6;
}
.tab-item-text {
  display: block;
  padding: 10px 1.2em 8px;
  text-align: center;
  color: #333333;
}
.tab-item-text:hover {
  color: #333333;
  text-decoration: none;
  background-color: #ededed;
}
.tab-inline {
  display: none;
  color: #777777;
  border: none;
  background: none;
}
.tab-inline .tab-item-text {
  padding-right: 1em;
  padding-left: 0;
  color: #777777;
  text-align: left !important;
}
.tab-inline .tab-item-text:hover {
  background: none;
  color: #777777;
}
.tab-inline .tab-item-text:before {
  content: '' !important;
}
@media (max-width: 37.4375em) {
  .tab-group-hide-on-mobile .tab-item-text:before {
    font-weight: bold;
    content: '+ ';
  }
  .tab-group-hide-on-mobile .tab-item-selected,
  .tab-group-hide-on-mobile .selected {
    background-color: #f6f6f6;
  }
  .tab-group-hide-on-mobile .tab-item-selected .tab-item-text-selected-visible,
  .tab-group-hide-on-mobile .selected .tab-item-text-selected-visible {
    background-color: #ededed;
  }
  .tab-group-hide-on-mobile .tab-item-selected .tab-item-text-selected-visible:before,
  .tab-group-hide-on-mobile .selected .tab-item-text-selected-visible:before {
    content: '- ';
  }
  .tab-content.tab-content-hide-on-mobile {
    display: none;
  }
  .tab-content.tab-content-hide-on-mobile.tab-content-visible {
    display: block;
  }
  .tab-item {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
  }
  .tab-item:first-child {
    border: none;
  }
  .tab-item:hover {
    text-decoration: none;
  }
  .tab-item .jicon {
    margin: 0 0.4em 0.2em 0;
  }
  .tab-item:nth-child(1):nth-last-child(2), .tab-item:nth-child(2):nth-last-child(1) {
    width: 50%;
  }
  .tab-item:nth-child(1):nth-last-child(3), .tab-item:nth-child(2):nth-last-child(2), .tab-item:nth-child(3):nth-last-child(1) {
    width: 33.33333%;
  }
  .tab-item:nth-child(1):nth-last-child(4) {
    width: 100%;
  }
  .tab-item:nth-child(2):nth-last-child(3), .tab-item:nth-child(3):nth-last-child(2), .tab-item:nth-child(4):nth-last-child(1) {
    width: 33.33333%;
  }
  .tab-inline {
    text-align: left;
  }
}
@media (min-width: 37.5em) {
  .tab-inline {
    border: 0 !important;
  }
  .tab-item {
    border: 1px solid #dddddd;
    margin: 7px -1px -1px 0;
  }
  .tab-item-text {
    padding: 6px 1.2em 2px;
    font-weight: bold;
  }
  .tab-item-selected, .tab-item.selected {
    z-index: 5;
    border-bottom-width: 0;
    margin-top: 0;
    background-color: #ffffff;
  }
  .tab-item-selected:hover, .tab-item.selected:hover {
    background-color: #ffffff;
  }
  .tab-item-selected .tab-item-text, .tab-item.selected .tab-item-text {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  .tab-group {
    border-bottom: 1px solid #dddddd;
  }
  .tab-inline {
    display: block;
  }
}

label {
  font-size: 1rem;
  font-weight: bold;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='url'],
select,
textarea {
  min-height: 2.8125em;
  padding: 0.25em 10px;
  border: 1px solid #dddddd;
  border-radius: 0;
  vertical-align: middle;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  font: 1em/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input[type='text']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #777777;
}
input[type='text']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='url']::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777777;
}
input[type='text']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #777777;
}
input[type='text']::placeholder,
input[type='password']::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='tel']::placeholder,
input[type='url']::placeholder,
select::placeholder,
textarea::placeholder {
  color: #777777;
}

input.has-error,
select.has-error,
textarea.has-error,
button.has-error {
  margin-bottom: 0;
  border: 1px solid #ba0000;
}

textarea {
  resize: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

select {
  height: 2.8125em;
  vertical-align: middle;
}
select[multiple] {
  height: auto;
  padding: 0;
}
select[multiple] option {
  padding: 0.4em 10px;
  border: none;
  margin: 0;
}

fieldset {
  border: 1px solid #dddddd;
}
fieldset legend {
  padding: 0 0.55em;
}

.jfld-block {
  display: block;
  width: 100%;
}
.jfld-group {
  margin: 0.35em 0;
}
@media (min-width: 37.5em) {
  .big-jform .jfld-group {
    margin: 0 0 1em;
  }
}
.jform-info {
  margin: 0.75em 0;
  font-weight: bold;
}
.jform-checkbox {
  margin: 0.9em 0;
}
.jform-checkbox input[type='checkbox'] {
  padding: 0;
  margin-right: 0.4em;
}
.jform-checkbox .note {
  display: block;
  margin: 0;
  font-size: 0.85em;
  font-weight: normal;
  color: #777777;
}
.jform-radio {
  margin: 0.9em 0;
}
.jform-radio input[type='radio'] {
  padding: 0;
  margin-right: 0.6em;
}
.jform-radio .note {
  display: block;
  margin: 0;
  font-size: 0.85em;
  font-weight: normal;
  color: #777777;
}
.jform .errors-list {
  padding: 0;
  color: #ba0000;
  font-size: 0.8em;
  list-style-type: none;
  margin: 0;
}
.jform .errors-list li:first-child {
  margin-top: 0.4em;
}
.jform .errors-list li:last-child {
  margin-bottom: 1em;
}

.captcha {
  border: none;
  text-align: center;
  padding: 0;
}
.captcha img {
  display: block;
  margin: 0 auto 0.5em;
}
.captcha .description,
.captcha label,
.captcha legend {
  display: none;
}
.toggle-captcha .captcha {
  opacity: 0;
  height: 0;
}
.captcha.visible {
  padding: 0.5em 0;
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

ul,
ol {
  list-style-type: square;
}

.reference-list {
  padding-left: 25px;
  border-left: 1px solid #dddddd;
}
.reference-list li:first-child {
  margin-top: 0.25em;
}

.description-list {
  margin: 1.2em 0;
}
.description-list .dsc-term,
.description-list .dsc-primary,
.description-list .dsc-secondary,
.description-list .dsc-feed {
  margin: 0;
  padding: 0;
}
.description-list .dsc-term {
  margin-top: 1.4em;
  font-weight: bold;
}
.description-list .dsc-term:first-child {
  margin-top: 0;
}

.list-gutter--tiny > li {
  line-height: 1.25;
  margin-bottom: 0.75em;
}
.list-gutter--tiny > li:last-child {
  margin-bottom: 0;
}
.list-gutter--normal > li {
  line-height: 1.25;
  margin-bottom: 1em;
}
.list-gutter--normal > li:last-child {
  margin-bottom: 0;
}
.list-gutter--xlarge > li {
  line-height: 1.25;
  margin-bottom: 1em;
}
.list-gutter--xlarge > li:last-child {
  margin-bottom: 0;
}
.list-no-styles {
  list-style: none;
}
.list-inline li {
  display: inline;
}
.list-columns {
  padding: 0;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}
@media (min-width: 37.5em) {
  .list-columns {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .list-columns li:first-child {
    margin: 0;
  }
}
@media (min-width: 49.21875em) {
  .list-columns-three {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
}
.list-auto-columns-4 {
  -webkit-columns: 4 287px;
     -moz-columns: 4 287px;
          columns: 4 287px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 60.9375em) {
  .list-auto-columns-4 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.list-with-badges .dsc-badge {
  display: none;
}
@media (min-width: 37.5em) {
  .list-with-badges {
    clear: both;
    position: relative;
    min-height: 60px;
  }
  .list-with-badges .dsc-term,
  .list-with-badges .dsc-primary,
  .list-with-badges .dsc-secondary {
    margin-right: 160px;
  }
  .list-with-badges .dsc-badge {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 60px;
    max-height: 60px;
    margin: 0;
    background: #dddddd;
  }
  .list-with-badges .dsc-badge img {
    display: block;
    width: auto;
    max-height: 100%;
  }
  .list-with-badges .dsc-badge img.placeholder {
    max-width: 70%;
    margin: 15% auto;
  }
}

.pagination {
  padding: 1.3125em 0 1.1em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.pagination .page {
  margin-right: 1em;
}
.pagination .with-border::after {
  display: inline-block;
  padding-left: 1em;
  font-weight: bold;
  content: '|';
}
.pagination.bordered {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.hidden, .hidden-content {
  display: none !important;
}

@media (max-width: 29.9375em) {
  .-hide-landscape-phone {
    display: none !important;
  }
}
@media (max-width: 37.4375em) {
  .-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 50.25em) {
  .-hide-landscape-tablet {
    display: none !important;
  }
}
@media (max-width: 60.875em) {
  .-hide-desktop {
    display: none !important;
  }
}

.fixed {
  position: fixed !important;
}

.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}

.pull-right {
  float: right !important;
}
.pull-right.with-margin {
  margin-left: 20px;
  margin-bottom: 10px;
}
.pull-left {
  float: left !important;
}
.pull-left.with-margin {
  margin-right: 20px;
  margin-bottom: 10px;
}

@media (min-width: 60.9375em) {
  .half-centered {
    max-width: 70%;
    margin: 0 auto;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.has-padding {
  padding: 0 10px 10px;
}
@media (min-width: 30em) {
  .has-padding {
    padding: 0 20px 20px;
  }
}
.has-padding-25 {
  padding: 0 10px 10px;
}
@media (min-width: 30em) {
  .has-padding-25 {
    padding: 0 20px 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-25 {
    padding: 0 25px 25px;
  }
}
.has-padding-30 {
  padding: 0 10px 10px;
}
@media (min-width: 30em) {
  .has-padding-30 {
    padding: 0 20px 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-30 {
    padding: 0 30px 30px;
  }
}
.has-padding-full {
  padding: 10px;
}
@media (min-width: 30em) {
  .has-padding-full {
    padding: 20px;
  }
}
.has-padding-full-25 {
  padding: 10px;
}
@media (min-width: 30em) {
  .has-padding-full-25 {
    padding: 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-full-25 {
    padding: 25px;
  }
}
.has-padding-full-30 {
  padding: 10px;
}
@media (min-width: 30em) {
  .has-padding-full-30 {
    padding: 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-full-30 {
    padding: 30px;
  }
}
.has-padding-content-block {
  padding: 20px 10px;
}
@media (min-width: 30em) {
  .has-padding-content-block {
    padding: 30px 20px;
  }
}
.has-padding-content-block-25 {
  padding: 20px 10px;
}
@media (min-width: 30em) {
  .has-padding-content-block-25 {
    padding: 30px 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-content-block-25 {
    padding: 25px;
  }
}
.has-padding-content-block-30 {
  padding: 20px 10px;
}
@media (min-width: 30em) {
  .has-padding-content-block-30 {
    padding: 30px 20px;
  }
}
@media (min-width: 60.9375em) {
  .has-padding-content-block-30 {
    padding: 30px;
  }
}
.has-no-margin {
  margin: 0 !important;
}
.has-no-padding {
  padding: 0 !important;
}
.has-no-top-padding {
  padding-top: 0 !important;
}
.has-no-top-margin {
  margin-top: 0 !important;
}
.has-no-bottom-padding {
  padding-bottom: 0 !important;
}
.has-no-bottom-margin {
  margin-bottom: 0 !important;
}
.has-no-list-styles {
  list-style-type: none;
  padding: 0;
}
.has-no-border {
  border: none;
}
.has-no-border-top {
  border-top: none;
}
.has-no-border-right {
  border-right: none;
}
.has-no-border-bottom {
  border-bottom: none;
}
.has-no-border-left {
  border-left: none;
}
.has-negative-sides {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 30em) {
  .has-negative-sides {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.has-negative-sides-25 {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 30em) {
  .has-negative-sides-25 {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 60.9375em) {
  .has-negative-sides-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.has-negative-sides-30 {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 30em) {
  .has-negative-sides-30 {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (min-width: 60.9375em) {
  .has-negative-sides-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.has-topnav-padding {
  padding-top: 51px;
}
@media (min-width: 37.5em) {
  .has-topnav-padding {
    padding-top: 60px;
  }
}
@media (min-width: 60.9375em) {
  .has-topnav-padding {
    padding-top: 0;
  }
}

.bg-white {
  background-color: #ffffff !important;
}
.bg-wild-sand {
  background-color: #f6f6f6 !important;
}
.bg-gallery {
  background-color: #ededed !important;
}
.bg-alto {
  background-color: #dddddd !important;
}
.bg-boulder {
  background-color: #777777 !important;
}
.bg-mine-shaft {
  background-color: #333333 !important;
}
.bg-cod-gray {
  background-color: #1a1a1a !important;
}
.bg-black {
  background-color: #000000 !important;
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video-wrapper object,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos > a {
  clear: both;
  display: block;
  padding: 10px;
  color: #1a1a1a;
}
.videos > a img {
  max-width: 100px;
}
.videos > a:nth-child(odd) {
  background-color: #ededed;
}
.videos > a:hover {
  text-decoration: none;
  background-color: #dddddd;
  color: #1a1a1a;
}

.cursor-default {
  cursor: default;
}
.cursor-disabled {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-help {
  cursor: help;
}
.cursor-text {
  cursor: text;
}

.-widget-lawyer {
  padding-bottom: 10px;
  padding-top: 10px;
}
.-widget-lawyer:nth-child(odd) {
  background-color: #f6f6f6;
}
.-widget-lawyer .-widget-avatar-wrap {
  position: relative;
  float: left;
  display: block;
  width: 60px;
  height: 60px;
}
.-widget-lawyer .-widget-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #dddddd;
}
.-widget-lawyer .-widget-info {
  float: left;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-left: 10px;
}
@media (min-width: 30em) {
  .-widget-lawyer.-large .-widget-avatar-wrap {
    width: 80px;
    height: 80px;
  }
  .-widget-lawyer.-large .-widget-info {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

.-side-button input:first-child {
  float: left;
  width: 90%;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  margin-right: 4px;
}
.-side-button input[type="submit"] {
  width: 90px;
  height: 39px;
}
