/*! 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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body.white {
  background-color: #ffffff;
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  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-weight: 500;
  font-style: normal;
  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-weight: 200;
  font-style: normal;
  src: url("../fonts/Roboto-Light.eot?") format("eot"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/OpenSans-Light.eot?") format("eot"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  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-weight: 400;
  font-style: italic;
  src: url("../fonts/OpenSans-Italic.eot?") format("eot"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  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-weight: 700;
  font-style: normal;
  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");
}

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

a:hover {
  color: #ba0000;
  text-decoration: underline;
}

.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-light {
  font-weight: 300 !important;
}

.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 {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-space {
  letter-spacing: 2px;
}

.text-soft-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.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;
}

.color-green {
  color: #008000 !important;
}

.color-vivid-red {
  color: #e62117 !important;
}

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

.xtiny-font {
  font-size: 0.625rem !important;
}

.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;
  }
}

.to-xlarge2-font {
  font-size: 1rem;
}

@media (min-width: 37.5em) {
  .to-xlarge2-font {
    font-size: 1.25rem;
  }
}

@media (min-width: 60.9375em) {
  .to-xlarge2-font {
    font-size: 1.375rem;
  }
}

.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 6px;
  border: 1px solid #4c6b97;
  border-radius: 3px;
  background-color: #f6f6f6;
  color: #4c6b97;
  line-height: 1.2;
}

.heading-1 {
  display: block;
  padding: 0;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  margin: 0.652173913em 0 0.4347826087em;
  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;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  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;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  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;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  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;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  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;
  color: #1a1a1a;
  font-weight: bold;
  text-transform: none;
  line-height: 1.2;
  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 {
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: ' ';
}

@media (min-width: 37.5em) {
  .main-content {
    width: -webkit-calc(100% - 24px);
    width: calc(100% - 24px);
  }
}

@media (min-width: 60.9375em) {
  .main-content {
    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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100vh;
  -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;
}

body.ie11-sticky-short-footer .main-content {
  min-height: -webkit-calc(100vh - 287px);
  min-height: calc(100vh - 287px);
}

@media (min-width: 37.5em) {
  body.ie11-sticky-short-footer .main-content {
    min-height: -webkit-calc(100vh - 132px);
    min-height: calc(100vh - 132px);
  }
}

@media (min-width: 60.9375em) {
  body.ie11-sticky-short-footer .main-content {
    min-height: -webkit-calc(100vh - 72px);
    min-height: calc(100vh - 72px);
  }
}

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

@media screen and (max-width: 60.875em) {
  body.burger-active #subnavigation {
    opacity: 1;
    overflow: visible;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  body.burger-active #subnavigation .subnavigation-wrapper {
    visibility: visible;
  }
  body.burger-active #hamburger {
    background-color: #052450;
  }
  body.burger-active #hamburger .inner-ham:before, body.burger-active #hamburger .inner-ham:after {
    top: 10px;
    left: 50%;
    opacity: 0;
    width: 0%;
  }
  body.burger-active #hamburger .inner-ham .ln2-1 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.burger-active #hamburger .inner-ham .ln2-2 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@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 {
  zoom: 1;
  position: fixed;
  z-index: 20;
  width: 100%;
  background-color: #06357a;
  -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;
}

#sticky-nav:after {
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: ' ';
}

#sticky-nav #header-nav {
  zoom: 1;
  position: relative;
  width: 100%;
  min-width: 320px;
  max-width: 1280px;
  height: 51px;
  min-height: 30px;
  padding: 10px 10px;
  margin: 0 auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#sticky-nav #header-nav:after {
  visibility: hidden;
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: ' ';
}

@media (min-width: 37.5em) {
  #sticky-nav #header-nav {
    height: 60px;
    padding: 12px;
  }
}

@media (min-width: 60.9375em) {
  #sticky-nav #header-nav {
    height: 66px;
    padding: 15px 20px;
  }
}

#sticky-nav #header-nav .inner-wrapper {
  position: relative;
  height: 30px;
  margin-left: 51px;
}

@media (min-width: 37.5em) {
  #sticky-nav #header-nav .inner-wrapper {
    height: 36px;
    margin-left: 0;
  }
}

#sticky-nav #header-nav .buttons-wrapper {
  position: relative;
}

#sticky-nav #header-nav .logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  margin: 0 auto 0 0;
}

#sticky-nav #header-nav .logo-wrapper .sub-domain {
  display: none;
}

#sticky-nav #header-nav .logo-wrapper .logo {
  left: 10px;
  overflow: hidden;
  display: block;
  height: 30px;
  margin: 0 auto;
  background-size: auto 100%;
  text-align: center;
  text-indent: -9001px;
  line-height: 30px;
}

#sticky-nav #header-nav .logo-wrapper .logo img {
  float: none;
  display: block;
  width: auto;
  height: 30px;
}

@media (min-width: 37.5em) {
  #sticky-nav #header-nav .logo-wrapper {
    width: 253px;
    margin-left: 60px;
  }
  #sticky-nav #header-nav .logo-wrapper .logo {
    height: 36px;
  }
  #sticky-nav #header-nav .logo-wrapper .logo img {
    height: 36px;
  }
}

@media (min-width: 60.9375em) {
  #sticky-nav #header-nav .logo-wrapper {
    margin-left: 0;
  }
  .no-desktop-logo #sticky-nav #header-nav .logo-wrapper .justia-logo {
    display: none;
  }
  #sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
    position: absolute;
    top: 7px;
    left: 210px;
    display: inline-block;
    height: 26px;
  }
  .no-desktop-logo #sticky-nav #header-nav .logo-wrapper .logo .sub-domain {
    left: 0;
  }
}

#sticky-nav #header-nav .topnav-button {
  top: 0;
  right: 0;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background-color: #084aab;
  text-indent: -9999px;
  line-height: 30px;
  cursor: pointer;
  -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;
  float: right;
  overflow: hidden;
  width: 30px;
  height: 30px;
  padding: 1px 6px;
  margin-right: 40px;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 30px;
  cursor: pointer;
}

@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 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  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==");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: ' ';
}

@media (min-width: 37.5em) {
  #sticky-nav #header-nav .search-icon {
    width: 36px;
    height: 36px;
    margin-right: 178px;
    line-height: 36px;
  }
  .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 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  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==");
  background-repeat: no-repeat;
  background-size: auto 100%;
  content: ' ';
}

#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 {
  position: absolute;
  right: 0;
  display: none;
}

@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 {
    position: absolute;
    top: 34px;
    left: -10px;
    display: block;
    width: 130px;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    background: #ffffff;
    -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 {
    position: absolute;
    top: -10px;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-bottom: 16px solid #ffffff;
    border-left: 12px solid transparent;
    content: '';
  }
  #sticky-nav #header-nav #my-account-checkbox:checked + .my-account .my-account-buttons-wrapper a {
    height: inherit;
    background-color: transparent;
    color: #333333;
    font-weight: normal;
    line-height: 2em;
  }
  #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 {
  position: absolute;
  text-align: center;
}

#sticky-nav #header-nav .login-buttons a {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  border-bottom: 1px solid #4c6b97;
  background: #052450;
  font-weight: bold;
  text-align: right;
  text-indent: 0;
  line-height: 1.5em;
}

#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 {
    position: fixed;
    top: 51px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    border-top: 1px solid #4c6b97;
    color: #ffffff;
    text-indent: 0;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons {
    background-color: #0a56c6;
  }
  .login-buttons-active #sticky-nav #header-nav .login-buttons .login-buttons-wrapper {
    visibility: visible;
    opacity: 1;
    -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 {
    width: 142px;
    text-indent: 0;
    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 {
    position: absolute;
    top: 50%;
    left: 8px;
    width: 20px;
    height: 20px;
    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==");
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: ' ';
  }
  #sticky-nav #header-nav .login-buttons.my-account strong {
    padding-left: 24px;
    font-weight: bold;
  }
  #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 {
    float: left;
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 0;
    border-bottom: 0;
    margin-top: 0;
    font-size: 0.9em;
    text-align: inherit;
    text-transform: none;
    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;
    padding-left: 1px;
    background: #084aab;
  }
  #sticky-nav #header-nav .login-buttons .login:hover {
    background: #0a56c6;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  #sticky-nav #header-nav .login-buttons .login:active {
    background: #052a60;
  }
  #sticky-nav #header-nav .login-buttons .sign-up {
    width: 90px;
    border-left: 2px solid #052a60;
    background: #084aab;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:hover {
    background: #0a56c6;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  #sticky-nav #header-nav .login-buttons .sign-up:active {
    background: #052a60;
  }
}

#hamburger {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 51px;
  height: 51px;
  padding: 13px 10px;
  border: 1px solid #052450;
  border-width: 0 1px 0 0;
  margin: 0;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#hamburger .inner-ham {
  position: relative;
  height: 25px;
}

#hamburger .inner-ham:before, #hamburger .inner-ham:after,
#hamburger .inner-ham span {
  position: absolute;
  left: 0;
  opacity: 1;
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: top, left, width, opacity, -webkit-transform;
  transition-property: top, left, width, opacity, -webkit-transform;
  transition-property: top, left, transform, width, opacity;
  transition-property: top, left, transform, width, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

#hamburger .inner-ham span {
  top: 10px;
}

#hamburger .inner-ham:before {
  top: 0;
  content: '';
}

#hamburger .inner-ham:after {
  top: 20px;
  content: '';
}

#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: 32px;
  }
  #hamburger .inner-ham span, #hamburger .inner-ham:before, #hamburger .inner-ham:after {
    height: 6px;
  }
  #hamburger .inner-ham span {
    top: 13px;
  }
  #hamburger .inner-ham:after {
    top: 26px;
  }
}

@media (min-width: 60.9375em) {
  #hamburger {
    display: none !important;
  }
}

#subnavigation {
  position: relative;
  z-index: 15;
  top: 0;
  opacity: 0;
  width: 100%;
  background: #1a1a1a;
  color: #ffffff;
}

#subnavigation .subnavigation-wrapper {
  position: fixed;
  top: 51px;
  right: -15px;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: visible;
  height: 372px;
}

@media (min-width: 37.5em) {
  #subnavigation .subnavigation-wrapper {
    top: 60px;
  }
}

#subnavigation ul {
  padding: 0;
  border-top: 1px solid #4c6b97;
  margin-top: 0;
  margin-bottom: 0;
  background: #052450;
}

#subnavigation ul li {
  border-bottom: 1px solid #4c6b97;
  margin: 0;
  list-style-type: none;
}

.onward #subnavigation ul li {
  padding-right: 30px;
}

#subnavigation ul li a {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  color: #ffffff;
  font-weight: bold;
}

#subnavigation ul li:hover {
  background-color: #ffffff;
}

#subnavigation ul li:hover a {
  color: #052450;
  text-decoration: none;
}

#subnavigation .sublist {
  display: none;
}

@media (min-width: 37.5em) {
  #subnavigation {
    top: 9px;
  }
}

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

#search-form-wrapper {
  position: fixed;
  top: 51px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: auto;
  padding: 20px;
  background: #052450;
}

.search-form-active #search-form-wrapper {
  visibility: visible;
  opacity: 1;
  overflow: 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;
    visibility: visible;
    opacity: 1;
    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%;
  border-radius: 2px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
}

.search-form .input-wrapper input {
  float: left;
  display: inline-block;
  height: 40px;
  min-height: initial;
  border: none;
  outline: none;
  background-color: transparent;
  color: #1a1a1a;
  font-size: 1.125rem;
  text-indent: 10px;
}

.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;
    color: #ffffff;
    line-height: 36px;
  }
  .search-form .input-wrapper input::-webkit-input-placeholder {
    opacity: 1;
    color: #4c6b97;
    font-size: 0.875rem;
  }
  .search-form .input-wrapper input::-moz-placeholder {
    opacity: 1;
    color: #4c6b97;
    font-size: 0.875rem;
  }
  .search-form .input-wrapper input:-ms-input-placeholder {
    opacity: 1;
    color: #4c6b97;
    font-size: 0.875rem;
  }
  .search-form .input-wrapper input::placeholder {
    opacity: 1;
    color: #4c6b97;
    font-size: 0.875rem;
  }
  .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: -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;
  color: #0a56c6;
  font-size: 1.2em;
  text-indent: 10px;
  line-height: 40px;
}

@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 {
    position: relative;
    overflow: hidden;
    width: 260px;
    height: 36px;
    border-radius: 4px;
    margin-right: 176px;
    background-color: #052a60;
    -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==");
    background-repeat: no-repeat;
    background-size: auto 100%;
    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 {
    position: relative;
    width: 30px;
    height: 36px;
    padding-left: 1px;
    color: #0a56c6;
    font-size: 0.8125rem;
    line-height: 36px;
  }
  .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;
    border-color: #333333;
    content: '';
  }
}

.search-form button {
  width: 100%;
  height: 40px;
  border: transparent;
  border-radius: 2px;
  background-color: #0a56c6;
  color: #ffffff;
  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;
    width: 36px;
    height: 36px;
    padding: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: transparent;
    color: #ffffff;
  }
  .search-form button:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ededed;
  }
  .search-form button:after {
    position: absolute;
    top: 7px;
    right: 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==");
    background-repeat: no-repeat;
    background-size: auto 100%;
    content: ' ';
  }
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  padding: 7px 10px;
  margin: 0 auto;
}

.breadcrumbs a {
  display: inline-block;
}

.breadcrumbs .breadcrumb-separator {
  display: inline-block;
  padding: 0 3px;
  color: #000000;
}

.breadcrumbs .breadcrumb-separator:before {
  content: '\203A';
}

@media (min-width: 37.5em) {
  .breadcrumbs {
    padding: 10px 0;
  }
}

.stripes {
  zoom: 1;
  position: relative;
  z-index: 1;
  clear: both;
  width: 100%;
  background-color: transparent;
}

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

.stripes .stripe-wrapper {
  max-width: 1300px;
  margin: 0 auto;
}

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

.summaries-banner {
  clear: both;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #264269;
  background-image: url("../images/law/summaries-banner.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  color: #ffffff;
  font-size: 1.4em;
}

.summaries-banner .content-wrapper {
  padding: 10px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 1.3em;
}

.annotations-ad {
  max-width: 320px;
}

#footer {
  clear: both;
  padding: 0;
  border-top: 10px solid #052450;
  margin-bottom: 0;
  background: url("../images/background/columns.jpg") no-repeat left top;
  background-size: 100% 100% !important;
  color: #ffffff;
  text-align: left;
}

#footer .section-title {
  margin-bottom: 14px;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1em;
}

@media (min-width: 37.5em) {
  #footer .section-title {
    margin-bottom: 0;
    text-align: left;
  }
}

#footer a {
  color: #ffffff;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

#footer a:hover {
  color: #ff534b;
  text-decoration: underline;
}

#footer .wrapper {
  overflow: hidden;
  max-width: 1300px;
  padding: 20px 20px 0;
  margin: 0 auto;
}

@media (min-width: 37.5em) {
  #footer .wrapper {
    padding: 30px 20px 0;
  }
}

#footer .columns {
  float: left;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
}

#footer .columns .title {
  position: relative;
  display: block;
  padding: 14px 0 14px 14px;
  margin: 1px 0 0;
  background: rgba(5, 36, 80, 0.5);
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

#footer .columns .title:hover {
  background: rgba(5, 36, 80, 0.3);
}

#footer .columns .footer-block {
  float: left;
  width: 100%;
  margin-top: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#footer .columns ul {
  float: none;
  padding: 0;
  margin: 0 0 1em;
  list-style: none;
}

#footer .columns ul li {
  padding-left: 14px;
  margin: 0;
}

#footer .columns ul.visible-content {
  display: block;
}

@media screen and (max-width: 37.4375em) {
  #footer .columns .expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    cursor: pointer;
  }
  #footer .columns .expand:after {
    display: inline-block;
    width: 12px;
    height: 7px;
    padding-left: 4px;
    margin-top: 18px;
    margin-left: 16px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAE9JREFUeNqMjbEJgEAQwHLO4aq28oV76FiCc0gsXoUT0U+dkFA3oKeNtQMW2plRQ538p6iB2hKV0+EKvqJbfgZvUZJV6iYTwADswAgk4RgA1Gyz4UTw5dcAAAAASUVORK5CYII=");
    content: '';
  }
  #footer .columns .expand.-expanded:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #footer .columns .expanded {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #footer .columns .-collapsed {
    display: none;
  }
  #footer .columns ul.-expanded {
    margin-top: 6px;
  }
}

@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 {
    float: left;
    padding: 0 30px 0 0;
    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 {
  clear: both;
  float: left;
  width: 100%;
  height: auto;
  padding-top: 20px;
  border-top: 1px solid #4c6b97;
  margin: 12px 0;
  color: #ffffff;
  text-align: center;
}

#footer .copyright .site,
#footer .copyright .nav,
#footer .copyright .social-media,
#footer .copyright .credits {
  height: 30px;
}

#footer .copyright .credits {
  display: block;
  padding: 10px 0 0;
  margin: 0 0 10px;
}

#footer .copyright .nav a {
  display: block;
  padding: 14px 0;
  margin: 1px 0 0;
  background: rgba(5, 36, 80, 0.5);
  line-height: 1em;
}

#footer .copyright .nav a:hover {
  background: rgba(5, 36, 80, 0.3);
}

#footer .copyright .social-media .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/social/sprite.png") no-repeat;
  background-size: 100% !important;
  -ms-interpolation-mode: bicubic;
}

#footer .copyright .social-media .justia {
  background-position: 0 0;
}

#footer .copyright .social-media .justia:hover {
  background-position: 0 -30px;
}

#footer .copyright .social-media .fb {
  background-position: 0 -60px;
}

#footer .copyright .social-media .fb:hover {
  background-position: 0 -90px;
}

#footer .copyright .social-media .linkedin {
  background-position: 0 -120px;
}

#footer .copyright .social-media .linkedin:hover {
  background-position: 0 -150px;
}

#footer .copyright .social-media .twitter {
  background-position: 0 -180px;
}

#footer .copyright .social-media .twitter:hover {
  background-position: 0 -210px;
}

#footer .copyright .social-media .gplus {
  background-position: 0 -240px;
}

#footer .copyright .social-media .gplus:hover {
  background-position: 0 -270px;
}

#footer .copyright .social-media .rss {
  background-position: 0 -300px;
}

#footer .copyright .social-media .rss:hover {
  background-position: 0 -330px;
}

@media (min-width: 37.5em) {
  #footer .copyright {
    margin: 20px 0 12px;
  }
  #footer .copyright .nav a {
    display: inline;
    padding: 0;
    margin: 10px 10px 0 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;
  }
}

#footer.short {
  border-top: 0;
  background: #06357a;
}

#footer.short .wrapper {
  padding: 0 20px;
}

#footer.short .copyright {
  border-top: 0;
  margin: 0 0 12px;
}

.jcard {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 10px;
  background-color: #ffffff;
}

.jcard .block-wrapper {
  margin-top: 1em;
}

@media (min-width: 37.5em) {
  .jcard {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
  }
}

.block,
.block-wrapper {
  zoom: 1;
}

.block:after,
.block-wrapper:after {
  visibility: hidden;
  clear: both;
  display: block;
  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.-small {
  margin-bottom: 30px;
}

.blocks .block:last-child {
  margin-bottom: 0;
}

.blocks .block-wrapper {
  margin-top: 1.3em;
}

.c3 svg {
  font-size: 0.625rem;
  -webkit-tap-highlight-color: transparent;
}

.c3 path, .c3 line {
  fill: none;
  stroke: #dddddd;
}

.c3 text {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #777777;
}

.c3 .c3-tooltip {
  line-height: 1;
  padding: 15px;
  background: #ffffff;
  color: #777777;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 0.75rem;
}

.c3 .c3-tooltip span {
  display: block;
  color: #000000;
  font-size: 1.75rem;
  margin-top: 5px;
  color: #ff7f00;
}

.c3-axis-x line {
  display: none;
}

.c3-bars path {
  shape-rendering: crispEdges;
}

.c3-grid line {
  stroke: #dddddd;
}

.c3-bar {
  stroke-width: 0;
  cursor: pointer;
}

.c3-bar._expanded_ {
  fill-opacity: 0.75;
  cursor: pointer;
}

/*
    .chart-wrapper {
        position: relative;
        max-width: 550px;
        margin: 0 auto;
        max-height: 230px;
    }

    .chart-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: white;
        top: 0;
        left: 0;
        opacity: 0.7;
    }

    .chart-disclaimer {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;

        img {
            width: 100px;
            transition: width 300ms ease, height 300ms ease;
        }

        &:hover {
            cursor: pointer;

            img {
                width: 150px;
            }
        }
    }*/
.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.3333333333%;
  }
}

.col--two-thirds {
  width: 100%;
}

@media (min-width: 60.9375em) {
  .col--two-thirds {
    width: 66.6666666667%;
  }
}

.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;
  font-size: 1.33333em;
  line-height: 1.25;
}

.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 {
  z-index: 110 !important;
  width: 100%;
  max-height: 600px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  line-height: 1.25;
}

.tt-dropdown-menu:hover {
  cursor: pointer;
}

.tt-dropdown-menu .single-line,
.tt-dropdown-menu .double-line {
  height: 1px;
  border: 0;
  margin: 10px 0 0;
  background-color: #dddddd;
}

.tt-dropdown-menu .double-line {
  margin-bottom: 10px;
}

.tt-dropdown-menu .single-space {
  margin-top: 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 {
  color: #777777;
  font-size: 0.75rem;
}

.tt-dropdown-menu .tt-suggestion .result img {
  float: left;
  width: 35px;
  height: 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;
}

.box-answers-subscription {
  background: #06357a;
  color: #ffffff;
  text-align: center;
}

.box-answers-subscription a {
  color: #ffffff;
  text-decoration: none;
}

.box-answers-subscription img {
  display: block;
  height: 100px;
  margin: 0 auto;
}

.box-answers-subscription .box-image {
  margin-right: -15px;
  text-align: center;
}

.box-answers-subscription .box-description p {
  margin: 1.5em auto;
}

.box-answers-subscription .box-main-title {
  line-height: 1em;
}

.box-answers-subscription .button {
  height: 45px;
}

.box-answers-subscription:hover {
  background: #052450;
}

@media (min-width: 37.5em) {
  .box-answers-subscription img {
    height: auto;
  }
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .box-answers-subscription .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box-answers-subscription .content-wrapper .box-image {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .box-answers-subscription .content-wrapper .box-image img {
    margin-top: -18px;
  }
  .box-answers-subscription .content-wrapper .box-description {
    margin-left: 25px;
    text-align: left;
  }
  .box-answers-subscription .content-wrapper .box-description p {
    margin: 0 0 10px;
  }
}

@media (min-width: 60.9375em) {
  .box-answers-subscription .box-description p {
    margin: 2.5em 0 2em;
  }
}

.button {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.6666666667em 1em 0.5333333333em;
  font-size: 0.9375rem;
  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 {
  padding: 0.6923076923em 1em 0.4615384615em;
  font-size: 0.8125rem;
}

.button-large {
  padding: 0.7058823529em 1em 0.5294117647em;
  font-size: 1.0625rem;
}

.button-contrast {
  background-color: #ffcb0b;
  color: #052450 !important;
}

.button-contrast:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.button-xlarge {
  padding: 0.65em 1em 0.5em;
  font-size: 1.25rem;
}

.button-radius {
  border-radius: 4px;
}

.button-round {
  border-radius: 1000px;
}

.button-sans {
  padding: 0.7em 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.button-sans.button-large {
  padding: 0.7em 1.5em;
  font-size: 1.3125em;
}

.button-submit {
  display: block;
  width: 100%;
  border: 0;
  margin: 0 auto;
}

@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;
  opacity: 0.6;
  cursor: not-allowed;
  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;
  opacity: 0.6;
  cursor: not-allowed;
  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-primary.inline {
  display: inline-block;
  vertical-align: top;
}

.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;
  opacity: 0.6;
  cursor: not-allowed;
  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-attract {
  background-color: #e62117;
  color: #ffffff;
  border-color: transparent;
}

.button-attract:hover, .button-attract:focus {
  background-color: #ba0000;
  color: #ffffff;
  text-decoration: none;
}

.button-attract.button-disabled, .button-attract[disabled] {
  background-color: #ba0000;
  color: #ffffff;
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.button-attract.button-disabled:hover, .button-attract.button-disabled:focus, .button-attract[disabled]:hover, .button-attract[disabled]:focus {
  background-color: #ba0000;
  color: #ffffff;
  text-decoration: none;
}

.button-attract.button-disabled:hover, .button-attract.button-disabled:focus, .button-attract[disabled]:hover, .button-attract[disabled]:focus {
  background-color: #ba0000;
  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 {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/icons_black_sprite.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  text-decoration: none;
  text-rendering: auto;
  vertical-align: middle;
  -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.blue {
  background-image: url("../images/icons/icons_blue_sprite.svg");
}

.jicon.white {
  background-image: url("../images/icons/icons_white_sprite.svg");
}

.jicon.gray {
  background-image: url("../images/icons/icons_gray_sprite.svg");
}

.jicon.social {
  background-image: url("../images/icons/icons_social_sprite.svg");
}

.jicon.profile {
  background-image: url("../images/icons/icons_profile_sprite.svg");
}

.jicon-affiliations {
  background-position: 0 0;
}

.jicon-annotations {
  background-position: 0 2.3255813953%;
}

.jicon-answers {
  background-position: 0 4.6511627907%;
}

.jicon-attorneys {
  background-position: 0 6.976744186%;
}

.jicon-attorneys2 {
  background-position: 0 9.3023255814%;
}

.jicon-awards {
  background-position: 0 11.6279069767%;
}

.jicon-badges {
  background-position: 0 13.9534883721%;
}

.jicon-bio {
  background-position: 0 16.2790697674%;
}

.jicon-blind {
  background-position: 0 18.6046511628%;
}

.jicon-blogs {
  background-position: 0 20.9302325581%;
}

.jicon-certifications {
  background-position: 0 23.2558139535%;
}

.jicon-check {
  background-position: 0 25.5813953488%;
}

.jicon-check2 {
  background-position: 0 27.9069767442%;
}

.jicon-down {
  background-position: 0 30.2325581395%;
}

.jicon-education {
  background-position: 0 32.5581395349%;
}

.jicon-education2 {
  background-position: 0 34.8837209302%;
}

.jicon-email {
  background-position: 0 37.2093023256%;
}

.jicon-email2 {
  background-position: 0 39.5348837209%;
}

.jicon-experience {
  background-position: 0 41.8604651163%;
}

.jicon-fee {
  background-position: 0 44.1860465116%;
}

.jicon-flag {
  background-position: 0 46.511627907%;
}

.jicon-gavel {
  background-position: 0 48.8372093023%;
}

.jicon-gear {
  background-position: 0 51.1627906977%;
}

.jicon-jurisdictions {
  background-position: 0 53.488372093%;
}

.jicon-languages {
  background-position: 0 55.8139534884%;
}

.jicon-lii {
  background-position: 0 58.1395348837%;
}

.jicon-location {
  background-position: 0 60.4651162791%;
}

.jicon-minus {
  background-position: 0 62.7906976744%;
}

.jicon-pdf {
  background-position: 0 65.1162790698%;
}

.jicon-pencil {
  background-position: 0 67.4418604651%;
}

.jicon-phone {
  background-position: 0 69.7674418605%;
}

.jicon-plus {
  background-position: 0 72.0930232558%;
}

.jicon-profile {
  background-position: 0 74.4186046512%;
}

.jicon-publications {
  background-position: 0 76.7441860465%;
}

.jicon-scale {
  background-position: 0 79.0697674419%;
}

.jicon-search {
  background-position: 0 81.3953488372%;
}

.jicon-see {
  background-position: 0 83.7209302326%;
}

.jicon-social-media {
  background-position: 0 86.0465116279%;
}

.jicon-speaking {
  background-position: 0 88.3720930233%;
}

.jicon-staff {
  background-position: 0 90.6976744186%;
}

.jicon-thumbs-up {
  background-position: 0 93.023255814%;
}

.jicon-vcard {
  background-position: 0 95.3488372093%;
}

.jicon-videos {
  background-position: 0 97.6744186047%;
}

.jicon-website {
  background-position: 0 100%;
}

.jicon-facebook {
  background-position: 0 0;
}

.jicon-google-plus {
  background-position: 0 16.6666666667%;
}

.jicon-google-plus2 {
  background-position: 0 33.3333333333%;
}

.jicon-justia {
  background-position: 0 50%;
}

.jicon-linkedin {
  background-position: 0 66.6666666667%;
}

.jicon-rss {
  background-position: 0 83.3333333333%;
}

.jicon-twitter {
  background-position: 0 100%;
}

.jicon-avvo {
  background-position: 0 0;
}

.jicon-bepress {
  background-position: 0 11.1111111111%;
}

.jicon-docstoc {
  background-position: 0 22.2222222222%;
}

.jicon-jdsupra {
  background-position: 0 33.3333333333%;
}

.jicon-lawyers {
  background-position: 0 44.4444444444%;
}

.jicon-llrx {
  background-position: 0 55.5555555556%;
}

.jicon-martindale {
  background-position: 0 66.6666666667%;
}

.jicon-nolo {
  background-position: 0 77.7777777778%;
}

.jicon-scribd {
  background-position: 0 88.8888888889%;
}

.jicon-ssrn {
  background-position: 0 100%;
}

.jicon.-small {
  width: 20px;
  height: 20px;
}

.jicon.-large {
  width: 30px;
  height: 30px;
}

.jicon.-xlarge {
  width: 60px;
  height: 60px;
}

.jicon-box {
  display: inline-block;
  padding: 2px;
  background-color: #06357a;
  vertical-align: middle;
}

.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-button .jicon {
  margin-right: 10px;
}

.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;
  }
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

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

.jwfeeds ul {
  list-style: none;
  padding: 0;
}

.jwfeeds ul li {
  margin: 0 0 1em;
}

.jwfeeds ul li .rss_item_date,
.jwfeeds ul li .gray {
  color: #777777;
}

.jwfeeds ul li .rss_item_date,
.jwfeeds ul li .rss_item_descr {
  display: block;
  font-size: 14px;
}

.jwfeeds ul li .rss_item_date > div,
.jwfeeds ul li .rss_item_descr > div {
  padding: 0;
}

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 {
  opacity: 0;
  overflow: hidden;
  height: 0;
}

.tab-content .-expanded {
  opacity: 1;
  overflow: visible;
  height: auto;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: height opacity;
  transition-property: height opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.tab-item {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  background-color: #f6f6f6;
  color: #333333;
}

.tab-item-text {
  display: block;
  padding: 10px 1.2em 8px;
  color: #333333;
  text-align: center;
}

.tab-item-text:hover {
  background-color: #ededed;
  color: #333333;
  text-decoration: none;
}

.tab-inline {
  display: none;
  border: none;
  background: none;
  color: #777777;
}

.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%;
    font-size: 0.8em;
    text-align: center;
  }
  .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.3333333333%;
  }
  .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.3333333333%;
  }
  .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;
  }
}

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

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, textarea::-webkit-input-placeholder, select::-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, textarea::-moz-placeholder, select::-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, textarea:-ms-input-placeholder, select:-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, textarea::placeholder, select::placeholder {
  color: #777777;
}

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

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

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

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;
  color: #777777;
  font-size: 0.85em;
  font-weight: normal;
}

.jform-radio {
  margin: 0.9em 0;
}

.jform-radio input [type='radio'] {
  padding: 0;
  margin-right: 0.6em;
}

.jform-radio .note {
  display: block;
  margin: 0;
  color: #777777;
  font-size: 0.85em;
  font-weight: normal;
}

.jform .errors-list {
  padding: 0;
  margin: 0;
  color: #ba0000;
  font-size: 0.8em;
  list-style-type: none;
}

.jform .errors-list li:first-child {
  margin-top: 0.4em;
}

.jform .errors-list li:last-child {
  margin-bottom: 1em;
}

.captcha {
  padding: 0;
  border: none;
  text-align: center;
}

.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 {
  opacity: 1;
  height: auto;
  padding: 0.5em 0;
  -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 {
  padding: 0;
  margin: 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 {
  margin-bottom: 0.75em;
  line-height: 1.25;
}

.list-gutter--tiny > li:last-child {
  margin-bottom: 0;
}

.list-gutter--normal > li {
  margin-bottom: 1em;
  line-height: 1.25;
}

.list-gutter--normal > li:last-child {
  margin-bottom: 0;
}

.list-gutter--xlarge > li {
  margin-bottom: 1em;
  line-height: 1.25;
}

.list-gutter--xlarge > li:last-child {
  margin-bottom: 0;
}

.list-no-styles {
  list-style: none;
}

.list-inline li {
  display: inline;
}

.list-fixed-columns > span,
.list-fixed-columns > li {
  display: inline-block;
  width: 65px;
  padding: 0 10px 10px 0;
}

.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-columns-four {
    -webkit-columns: 4 287px;
       -moz-columns: 4 287px;
            columns: 4 287px;
    -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 {
    position: relative;
    clear: both;
    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;
  }
}

.table-bordered > tr,
.table-bordered > td,
.table-bordered > th {
  border: 1px solid #dddddd;
}

.table-padding-side > td,
.table-padding-side > th {
  padding: 0 15px;
}

.table-padding-10 > td,
.table-padding-10 > th {
  padding: 10px;
}

.table-padding-full > td,
.table-padding-full > th {
  padding: 8px 15px;
  line-height: 1em;
}

.table-full-width {
  width: 100%;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dddddd;
}

.table-bordered-rows tr {
  border-bottom: 1px solid #dddddd;
}

.bordered-rows tr {
  border-bottom: 1px solid #dddddd;
}

.pagination {
  padding: 1.3125em 0 1.1em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}

.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;
}

.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 .-video-thumb {
  float: left;
  max-width: 100px;
  margin-right: 10px;
}

.videos > a:nth-child(odd) {
  background-color: #ededed;
}

.videos > a:hover {
  background-color: #dddddd;
  color: #1a1a1a;
  text-decoration: none;
}

.text-diminished {
  position: relative;
  overflow: hidden;
  display: block;
  max-height: 6em;
  margin-top: 1em;
}

.text-diminished:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 55px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#f6f6f6));
  background-image: -webkit-linear-gradient(rgba(246, 246, 246, 0), #f6f6f6);
  background-image: linear-gradient(rgba(246, 246, 246, 0), #f6f6f6);
  background-repeat: repeat-x;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
}

.text-diminished.white:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 246, 246, 0)), to(#ffffff));
  background-image: -webkit-linear-gradient(rgba(246, 246, 246, 0), #ffffff);
  background-image: linear-gradient(rgba(246, 246, 246, 0), #ffffff);
}

.text-diminished.large {
  max-height: 12em;
}

.text-diminished p {
  margin: 0;
}

.jprogress {
  overflow: hidden;
  display: block;
  margin: 1em 0;
  width: 100%;
  height: 40px;
  border: 1px solid #ededed;
  background-color: #ffffff;
}

.jprogress .-progressbar {
  float: left;
  width: 0;
  height: 100%;
  line-height: 40px;
  text-align: center;
  background-color: #f6f6f6;
  color: #ffffff;
  -webkit-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.jprogress .-danger {
  background-color: #d32f2f;
}

.jprogress .-warning {
  background-color: #fbc02d;
}

.jprogress .-success {
  background-color: #4caf50;
}

.jprogress .-info {
  background-color: #1976d2;
}

.alert {
  display: inline-block;
  padding: 1em 1.4em 0.8em;
  border: 1px solid;
  border-radius: 4px;
  margin: 1em 0;
  font-size: 0.875rem;
}

.alert._error, .alert.-error {
  border-color: #dda7b0;
  background-color: #f2dede;
  color: #a94442;
}

.alert._warning, .alert.-warning {
  border-color: #f5d99e;
  background-color: #fcf8e3;
  color: #8a6d3b;
}

.alert._success, .alert.-success {
  border-color: #bcdba1;
  background-color: #dff0d8;
  color: #3c763d;
}

.alert._info, .alert.-info {
  border-color: #92dae8;
  background-color: #d9edf7;
  color: #31708f;
}

.jspinner {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 30px auto;
}

.jspinner .-crl {
  background-color: #333333;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.jspinner.-bounce .-crl {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation-name: spinner-bounce;
          animation-name: spinner-bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.jspinner.-double-bounce .-crl {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation-name: spinner-double-bounce;
          animation-name: spinner-double-bounce;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.jspinner.-double-bounce .-crl2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.jspinner.-fading-circle .-crl {
  width: 15%;
  height: 15%;
  position: absolute;
  left: 42.5%;
  top: 0;
  border-radius: 50%;
  -webkit-transform-origin: center 30px;
      -ms-transform-origin: center 30px;
          transform-origin: center 30px;
  -webkit-animation-name: spinner-fading-circle;
          animation-name: spinner-fading-circle;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.jspinner.-fading-circle .-crl2 {
  -webkit-transform: rotate(36deg);
      -ms-transform: rotate(36deg);
          transform: rotate(36deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.jspinner.-fading-circle .-crl3 {
  -webkit-transform: rotate(72deg);
      -ms-transform: rotate(72deg);
          transform: rotate(72deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.jspinner.-fading-circle .-crl4 {
  -webkit-transform: rotate(108deg);
      -ms-transform: rotate(108deg);
          transform: rotate(108deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.jspinner.-fading-circle .-crl5 {
  -webkit-transform: rotate(144deg);
      -ms-transform: rotate(144deg);
          transform: rotate(144deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.jspinner.-fading-circle .-crl6 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.jspinner.-fading-circle .-crl7 {
  -webkit-transform: rotate(216deg);
      -ms-transform: rotate(216deg);
          transform: rotate(216deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.jspinner.-fading-circle .-crl8 {
  -webkit-transform: rotate(252deg);
      -ms-transform: rotate(252deg);
          transform: rotate(252deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.jspinner.-fading-circle .-crl9 {
  -webkit-transform: rotate(288deg);
      -ms-transform: rotate(288deg);
          transform: rotate(288deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.jspinner.-fading-circle .-crl10 {
  -webkit-transform: rotate(324deg);
      -ms-transform: rotate(324deg);
          transform: rotate(324deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes spinner-fading-circle {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes spinner-fading-circle {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@-webkit-keyframes spinner-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes spinner-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes spinner-double-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spinner-double-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.-widget-lawyer:nth-child(odd) {
  background-color: #f6f6f6;
}

.-widget-lawyer.-widget-listing {
  padding-top: 10px;
  padding-bottom: 10px;
}

.-widget-lawyer .-widget-avatar-wrap {
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #ededed;
          box-shadow: 0 0 0 1px #ededed;
}

.-widget-lawyer .-widget-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #dddddd;
}

.-widget-lawyer .-widget-info {
  position: relative;
  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% - 90px);
    width: calc(100% - 90px);
  }
}

.-widget-leaderboard > [class*='heading'] {
  margin-bottom: 2px;
}

.-widget-leaderboard > .subtitle {
  line-height: 1.4;
}

.-widget-leaderboard .-widget-lawyer {
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.-widget-leaderboard .-widget-lawyer:hover {
  background-color: #f6f6f6;
}

.-widget-leaderboard .-widget-lawyer .-name {
  width: 100%;
  border-bottom: 1px solid #dddddd;
}

.-widget-leaderboard .-widget-lawyer .-name a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.-widget-leaderboard .-widget-lawyer .-widget-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.-widget-leaderboard .-widget-lawyer .-profile-link {
  margin-bottom: -8px;
  text-decoration: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.-widget-leaderboard .-widget-lawyer .-profile-link .jicon {
  margin-right: 0.2em;
  margin-bottom: 0.2em;
}

.-widget-leaderboard .-widget-lawyer .-widget-points {
  float: right;
  width: 40%;
  text-align: center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.-widget-leaderboard .-widget-lawyer .-widget-points a {
  text-decoration: none;
}

.-widget-leaderboard .-widget-lawyer .-widget-points .-count {
  display: block;
  padding-top: 0.3em;
  border-left: 1px solid #dddddd;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 30em) {
  .-widget-leaderboard .-widget-lawyer .-widget-points .-count {
    font-size: 1.5625rem;
  }
}

@media (min-width: 50.3125em) {
  .-widget-leaderboard .-widget-lawyer .-widget-points .-count {
    font-size: 1.75rem;
  }
}

.-widget-leaderboard .-widget-lawyer .-widget-points .-label {
  display: block;
  border-left: 1px solid #dddddd;
}

.-widget-leaderboard .-widget-lawyer .-widget-points:hover {
  cursor: pointer;
}

.-widget-leaderboard .leaderboard-view-more {
  margin: 1.2em 0 1em;
}

.-widget-leaderboard .get-points {
  clear: both;
  display: block;
  background-color: #0a56c6;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.-widget-leaderboard .get-points:hover {
  background-color: #084aab;
}

.-widget-leaderboard .get-points [class*='heading'] {
  position: relative;
  padding-bottom: 0.3em;
  color: currentColor;
  font-weight: normal;
}

.-widget-leaderboard .get-points [class*='heading']:after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ffffff;
  content: '';
}

.-widget-leaderboard .get-points [class*='heading'] span {
  font-weight: bold;
}

.-widget-leaderboard .get-points .-desc {
  opacity: 0.7;
  display: block;
  margin-top: 0.8em;
  line-height: 1.2;
}

.-side-button input:first-child {
  float: left;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  margin-right: 4px;
}

.-side-button input[type='submit'] {
  width: 90px;
  height: 39px;
}

.ask-a-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding: 5px 0;
  border: 0;
  background: url("../images/background/question-box.jpg") no-repeat center;
  background-size: cover;
  color: #ffffff;
}

.ask-a-question .question-type-title {
  margin: 0.5em 0 0.3em;
  color: currentColor;
  text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
}

.ask-a-question form {
  overflow: hidden;
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  max-width: 766px;
  margin: 0 auto;
  border: 1px solid #dddddd;
  background-color: rgba(0, 0, 0, 0.35);
}

.ask-a-question textarea {
  padding: 1em 20px;
  font-size: 0.875rem;
  height: 9em;
}

.ask-a-question .question-details {
  display: block;
  padding: 0.5em 0;
  margin-top: 10px;
  color: currentColor;
}

.ask-a-question .button {
  display: block;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 30em) {
  .ask-a-question {
    padding: 20px 0;
  }
  .ask-a-question form {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

@media (min-width: 37.5em) {
  .ask-a-question {
    padding: 0;
    min-height: 340px;
  }
  .ask-a-question .question-details {
    float: left;
    padding: 0;
    font-size: 0.875rem;
  }
  .ask-a-question form {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .ask-a-question textarea {
    height: 8em;
  }
  .ask-a-question .button {
    float: right;
    width: auto;
  }
}

.leads-block a {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.leads-block.-v1 {
  background-color: #052450;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#06357a), to(#06357a));
  background-image: -webkit-linear-gradient(#06357a, #06357a);
  background-image: linear-gradient(#06357a, #06357a);
  background-repeat: no-repeat;
  background-size: 100% 167.5px;
}

.leads-block.-v1 a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 318px auto;
  padding-top: 338px;
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v1 {
    background-size: 100% 175px;
  }
  .leads-block.-v1 a {
    background-size: auto 228px;
    padding-top: 228px;
  }
}

.leads-block.-v1.-type1 a {
  background-image: url("../images/answers/seo-report-01a.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v1.-type1 a {
    background-image: url("../images/answers/seo-report-tablet-01a.png");
  }
}

.leads-block.-v1.-type2 a {
  background-image: url("../images/answers/seo-report-01b.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v1.-type2 a {
    background-image: url("../images/answers/seo-report-tablet-01b.png");
  }
}

.leads-block.-v1.-type3 a {
  background-image: url("../images/answers/seo-report-01c.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v1.-type3 a {
    background-image: url("../images/answers/seo-report-tablet-01c.png");
  }
}

.leads-block.-v1.-type4 a {
  background-image: url("../images/answers/seo-report-01d.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v1.-type4 a {
    background-image: url("../images/answers/seo-report-tablet-01d.png");
  }
}

.leads-block.-v2 {
  background-color: #06357a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4bade6), to(#4bade6));
  background-image: -webkit-linear-gradient(#4bade6, #4bade6);
  background-image: linear-gradient(#4bade6, #4bade6);
  background-repeat: no-repeat;
  background-size: 100% 203px;
}

.leads-block.-v2 a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 318px auto;
  padding-top: 366px;
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v2 {
    background-size: 100% 175px;
  }
  .leads-block.-v2 a {
    background-size: auto 228px;
    padding-top: 228px;
  }
}

.leads-block.-v2.-type1 a {
  background-image: url("../images/answers/seo-report-02a.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v2.-type1 a {
    background-image: url("../images/answers/seo-report-tablet-02a.png");
  }
}

.leads-block.-v2.-type2 a {
  background-image: url("../images/answers/seo-report-02b.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v2.-type2 a {
    background-image: url("../images/answers/seo-report-tablet-02b.png");
  }
}

.leads-block.-v2.-type3 a {
  background-image: url("../images/answers/seo-report-02c.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v2.-type3 a {
    background-image: url("../images/answers/seo-report-tablet-02c.png");
  }
}

.leads-block.-v2.-type4 a {
  background-image: url("../images/answers/seo-report-02d.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v2.-type4 a {
    background-image: url("../images/answers/seo-report-tablet-02d.png");
  }
}

.leads-block.-v3 {
  background-color: #1975b4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3a97d7), to(#3a97d7));
  background-image: -webkit-linear-gradient(#3a97d7, #3a97d7);
  background-image: linear-gradient(#3a97d7, #3a97d7);
  background-repeat: no-repeat;
  background-size: 100% 244px;
}

.leads-block.-v3 a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 318px auto;
  padding-top: 366px;
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v3 {
    background-size: 100% 55px;
  }
  .leads-block.-v3 a {
    background-size: auto 228px;
    padding-top: 228px;
  }
}

.leads-block.-v3.-type1 a {
  background-image: url("../images/answers/seo-report-03a.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v3.-type1 a {
    background-image: url("../images/answers/seo-report-tablet-03a.png");
  }
}

.leads-block.-v3.-type2 a {
  background-image: url("../images/answers/seo-report-03b.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v3.-type2 a {
    background-image: url("../images/answers/seo-report-tablet-03b.png");
  }
}

.leads-block.-v3.-type3 a {
  background-image: url("../images/answers/seo-report-03c.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v3.-type3 a {
    background-image: url("../images/answers/seo-report-tablet-03c.png");
  }
}

.leads-block.-v3.-type4 a {
  background-image: url("../images/answers/seo-report-03d.png");
}

@media (min-width: 37.5em) and (max-width: 60.875em) {
  .leads-block.-v3.-type4 a {
    background-image: url("../images/answers/seo-report-tablet-03d.png");
  }
}

.lawyer-avatar {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin: 0 auto;
  background-color: #dddddd;
}

.lawyer-avatar .-avatar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lawyer-avatar-wrapper {
  float: left;
}

.lawyer-supplementary {
  margin-top: 1em;
  margin-bottom: 1em;
}

.lawyer-summary {
  float: left;
}

.lawyer-coreinfo {
  margin-bottom: 2px;
}

@media (min-width: 37.5em) {
  .lawyer-coreinfo {
    margin-bottom: 6px;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-coreinfo {
    margin-bottom: 17px;
  }
}

.lawyer-name {
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  color: #1a1a1a;
  font-size: 1.1875rem;
  font-weight: bold;
  text-transform: none;
  text-overflow: ellipsis;
  line-height: 1.2;
  white-space: nowrap;
}

.lawyer-name a {
  color: #1a1a1a;
}

.lawyer-name a:hover {
  color: #ba0000;
  text-decoration: none;
}

@media (min-width: 30em) {
  .lawyer-name {
    font-size: 1.4375rem;
  }
}

@media (min-width: 37.5em) {
  .lawyer-name {
    font-size: 1.5625rem;
  }
}

.lawyer-status--premium {
  display: inline-block;
  padding: 0.5833333333em 1em 0.5em;
  padding-left: 1.5em;
  border-radius: 2px;
  background-color: #dddddd;
  color: #333333;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: 0.5em;
}

.lawyer-status--premium.-gold {
  background-color: #eebb56;
}

.lawyer-status--premium.-silver {
  background-color: #bfbfbf;
}

.lawyer-status--premium.-bronze {
  background-color: #c27239;
}

.lawyer-status--premium.-top-status-tag {
  position: absolute;
  z-index: 15;
  top: -14px;
  right: 20px;
  display: block;
}

.lawyer-control-group {
  border-top: 1px solid #f6f6f6;
  margin-top: 10px;
  margin-right: -10px;
  margin-left: -10px;
}

.lawyer-control-group .preview {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  border-top: 1px solid #f6f6f6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.lawyer-control-group .preview.-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  padding: 20px;
}

@media (min-width: 60.9375em) {
  .lawyer-control-group .preview {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 30em) {
  .lawyer-control-group {
    margin-right: -20px;
    margin-left: -20px;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-control-group .button {
    margin-bottom: 0;
    margin-left: 20px;
  }
  .lawyer-control-group .button:first-child {
    margin-left: 0 !important;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-control-group {
    margin-right: -25px;
    margin-left: -25px;
  }
  .lawyer-control-group .preview.-visible {
    padding-right: 25px;
    padding-left: 25px;
  }
  .lawyer-control-group .-group-wrapper {
    max-width: 805px;
    margin: 0 auto;
  }
}

.lawyer-card {
  position: relative;
  padding: 10px 10px 0;
  margin-bottom: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@media (min-width: 37.5em) {
  .lawyer-card {
    padding: 20px 20px 0;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card {
    padding: 25px 25px 0;
  }
}

@media (max-width: 50.25em) {
  .lawyer-card-group {
    margin-right: -21px;
    margin-left: -21px;
  }
  .lawyer-card-group .lawyer-card-status--premium {
    margin-bottom: 21px;
  }
  .lawyer-card-group .lawyer-card-status--premium:last-child {
    margin-bottom: 0;
  }
  .lawyer-card-group .lawyer-card-status--default {
    margin-bottom: 10px;
  }
  .lawyer-card-group .lawyer-card-status--default:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 29.9375em) {
  .lawyer-card-group {
    margin-right: -10px;
    margin-left: -10px;
  }
  .lawyer-card-group .lawyer-card-status--default {
    margin-bottom: 5px;
  }
}

.lawyer-card-aligner {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lawyer-card-aligner .-align-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.lawyer-card .-cover {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lawyer-card .-cover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-color: #06357a;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: '';
}

.lawyer-card .-cover:hover {
  text-decoration: none;
}

.lawyer-card .-cover:hover:before {
  opacity: 0.5;
}

.lawyer-card .-cover-labels {
  opacity: 0.7;
  display: block;
  width: 100%;
  padding: 0.4em 0;
  background-color: #06357a;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.lawyer-card .-cover-labels span {
  display: block;
}

@media (min-width: 30em) {
  .lawyer-card .-cover-labels {
    padding: 1em 0;
    font-size: 1.125rem;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-card .-cover-labels {
    font-size: 1.375rem;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card .-cover-labels {
    font-size: 1.5rem;
  }
}

.lawyer-card.-top-status-tag {
  padding-top: 21px;
}

.lawyer-card .-phone {
  float: left;
  font-size: 0.875rem;
}

.lawyer-card .-phone a {
  color: inherit;
}

.lawyer-card .-phone a:hover {
  color: #ba0000;
}

.lawyer-card .-info {
  font-size: 0.8125rem;
}

.lawyer-card .-practices,
.lawyer-card .-law-schools,
.lawyer-card .-address {
  clear: left;
  overflow: hidden;
  display: block;
  font-size: 0.8125rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lawyer-card .-locations .-lawyer-address {
  float: left;
  width: 33%;
  margin: 20px 0 0;
}

.lawyer-card .-free-consultation {
  float: left;
  display: block;
  color: #06357a;
  font-size: 0.8125rem;
  text-transform: capitalize;
}

.lawyer-card .-tagline {
  display: block;
  font-size: 0.75rem;
  line-height: 1.3;
}

.lawyer-card.-gold:hover {
  border-width: 1px;
  border-color: #eebb56;
  background-color: #fefdf8;
}

.lawyer-card.-silver:hover {
  border-width: 1px;
  border-color: #bfbfbf;
  background-color: #f6f6f6;
}

.lawyer-card.-bronze:hover {
  border-width: 1px;
  border-color: #c27239;
  background-color: #fefaf8;
}

.lawyer-card .-group-button {
  float: left;
  display: block;
  width: 100%;
  padding: 0.6em 0.6em 0.5em;
  border-left: 1px solid #f6f6f6;
  margin: 0;
  font-size: 0.8125rem;
  text-align: center;
  text-transform: lowercase;
}

.lawyer-card .-group-button .jicon {
  margin: 0 0.4em 0.2em 0;
}

.lawyer-card .-group-button:first-child {
  border: none;
}

.lawyer-card .-group-button:hover {
  text-decoration: none;
}

.lawyer-card .-group-button:first-child:nth-last-child(2),
.lawyer-card .-group-button:first-child:nth-last-child(2) ~ .-group-button {
  width: 50%;
}

.lawyer-card .-group-button:first-child:nth-last-child(3),
.lawyer-card .-group-button:first-child:nth-last-child(3) ~ .-group-button {
  width: 33.3333333333%;
}

@media (max-width: 50.25em) {
  .lawyer-card .-group-button .txt {
    display: none;
  }
  .lawyer-card .-group-button:after {
    content: attr(data-button-tag);
  }
}

@media (min-width: 30em) {
  .lawyer-card .-group-button {
    padding: 1em 0.6em 0.75rem;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card .-group-button.-small {
    padding: 1em 0.6em 0.625rem;
    font-size: 0.6875rem;
  }
}

@media (min-width: 30em) {
  .lawyer-card .-free-consultation {
    font-weight: bold;
  }
  .lawyer-card .lawyer-expl {
    margin-top: -0.2em;
  }
  .lawyer-card .-tagline {
    font-size: 0.875rem;
    line-height: 1.4em;
  }
  .lawyer-card .-info,
  .lawyer-card .-practices,
  .lawyer-card .-law-schools,
  .lawyer-card .-address {
    font-size: 0.875rem;
  }
  .lawyer-card .-group-wrapper {
    zoom: 1;
  }
  .lawyer-card .-group-wrapper:after {
    visibility: hidden;
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    content: ' ';
  }
  .lawyer-card .-group-wrapper .-group {
    float: left;
  }
  .lawyer-card .-group-wrapper .-group--1 {
    border-right: 1px solid #f6f6f6;
  }
  .lawyer-card .-group-wrapper .-group:only-child {
    float: none;
    border: none;
  }
  .lawyer-card .-group-wrapper--2 .-group {
    width: 50%;
  }
  .lawyer-card .-group-wrapper--3 .-group--1 {
    width: 33.3333333333%;
  }
  .lawyer-card .-group-wrapper--3 .-group--2 {
    width: 66.6666666667%;
  }
  .lawyer-card .-group-wrapper--4 .-group--1 {
    width: 25%;
  }
  .lawyer-card .-group-wrapper--4 .-group--2 {
    width: 75%;
  }
}

@media (min-width: 37.5em) {
  .lawyer-card .-practices,
  .lawyer-card .-law-schools,
  .lawyer-card .-address {
    overflow: visible;
    white-space: normal;
  }
}

.lawyer-card-status--default .-phone {
  margin-right: 8px;
}

.lawyer-card-status--default .lawyer-avatar-wrapper {
  width: 60px;
}

.lawyer-card-status--default .lawyer-summary {
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-left: 10px;
}

.lawyer-card-status--default .lawyer-card-aligner {
  max-height: 60px;
}

@media (min-width: 30em) {
  .lawyer-card-status--default .-phone {
    margin-right: 15px;
    font-size: 1.125rem;
  }
  .lawyer-card-status--default .-free-consultation {
    margin-top: 0;
    font-size: 1rem;
  }
  .lawyer-card-status--default .lawyer-avatar-wrapper {
    width: 90px;
  }
  .lawyer-card-status--default .lawyer-summary {
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
    margin-left: 20px;
  }
  .lawyer-card-status--default .lawyer-card-aligner {
    max-height: inherit;
  }
}

@media (min-width: 37.5em) {
  .lawyer-card-status--default .-phone {
    font-size: 1.3125rem;
  }
  .lawyer-card-status--default .-free-consultation {
    margin-top: 0.2em;
    font-weight: bold;
  }
  .lawyer-card-status--default .lawyer-avatar-wrapper {
    width: 120px;
  }
  .lawyer-card-status--default .lawyer-summary {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    margin-left: 20px;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-card-status--default {
    margin-bottom: 10px;
  }
  .lawyer-card-status--default .-free-consultation {
    margin-top: 0;
  }
  .lawyer-card-status--default .lawyer-avatar-wrapper {
    width: 140px;
  }
  .lawyer-card-status--default .lawyer-summary {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    margin-left: 20px;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info {
    position: relative;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group {
    margin-top: 0;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--1 {
    float: left;
    width: 220px;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
    clear: none;
    float: left;
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-top: 0;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
    margin-left: 20px;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 240px;
    width: 0;
    border-left: 1px solid #dddddd;
    content: '';
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card-status--default .lawyer-avatar-wrapper {
    width: 160px;
  }
  .lawyer-card-status--default .lawyer-summary {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    margin-left: 25px;
  }
  .lawyer-card-status--default:not(.lawyer-card-size--small) .lawyer-detailed-info .-info-group--2 {
    padding-left: 25px;
  }
}

.lawyer-card-status--premium {
  z-index: 5;
  border-top-width: 3px;
}

.lawyer-card-status--premium .-phone {
  font-size: 1rem;
}

.lawyer-card-status--premium .-free-consultation {
  clear: left;
  margin-bottom: 2px;
}

.lawyer-card-status--premium.-gold, .lawyer-card-status--premium.-silver, .lawyer-card-status--premium.-bronze {
  background-color: #f6f6f6;
}

.lawyer-card-status--premium.-gold {
  border-top-color: #eebb56;
}

.lawyer-card-status--premium.-gold:hover {
  border-top-width: 3px;
}

.lawyer-card-status--premium.-silver {
  border-top-color: #bfbfbf;
}

.lawyer-card-status--premium.-silver:hover {
  border-top-width: 3px;
}

.lawyer-card-status--premium.-bronze {
  border-top-color: #c27239;
}

.lawyer-card-status--premium.-bronze:hover {
  border-top-width: 3px;
}

.lawyer-card-status--premium .lawyer-avatar-wrapper {
  width: 90px;
}

.lawyer-card-status--premium .lawyer-summary {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 10px;
}

.lawyer-card-status--premium .lawyer-card-aligner {
  max-height: 90px;
}

@media (min-width: 30em) {
  .lawyer-card-status--premium .-phone {
    font-size: 1.375rem;
  }
  .lawyer-card-status--premium .-free-consultation {
    margin-bottom: 0;
    font-size: 0.9375rem;
  }
  .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 135px;
  }
  .lawyer-card-status--premium .lawyer-summary {
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
    margin-left: 20px;
  }
  .lawyer-card-status--premium .lawyer-card-aligner {
    max-height: inherit;
  }
}

@media (min-width: 37.5em) {
  .lawyer-card-status--premium .-free-consultation {
    font-size: 1rem;
  }
  .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 140px;
  }
  .lawyer-card-status--premium .lawyer-summary {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    margin-left: 20px;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-card-status--premium:nth-child(3) {
    clear: left;
  }
  .lawyer-card-status--premium:nth-child(1):nth-last-child(4), .lawyer-card-status--premium:nth-child(2):nth-last-child(3) {
    margin-bottom: 31px;
  }
  .lawyer-card-status--premium:not(.lawyer-card-size--small) {
    float: left;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .lawyer-card-status--premium:not(.lawyer-card-size--small):nth-of-type(even) {
    margin-left: 10px;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card-status--premium .lawyer-avatar-wrapper {
    width: 160px;
  }
  .lawyer-card-status--premium .lawyer-summary {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
    margin-left: 20px;
  }
}

@media (max-width: 50.25em) {
  .lawyer-card-status--sp + .lawyer-card-status--sp {
    display: none;
  }
  .lawyer-card-status--sp:nth-child(1):nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 50.25em) {
  .results-lawyers,
  .results-sponsored {
    background-color: #ededed;
  }
}

.results-sponsored + .results-lawyers,
.tab-content-listing + .results-lawyers {
  padding: 10px 0;
}

@media (min-width: 50.3125em) {
  .results-sponsored + .results-lawyers,
  .tab-content-listing + .results-lawyers {
    padding: 0;
    margin-top: 20px;
  }
}

@media (min-width: 60.9375em) {
  .results-sponsored + .results-lawyers,
  .tab-content-listing + .results-lawyers {
    margin-top: 30px;
  }
}

@media (min-width: 50.3125em) {
  .results-sponsored,
  .tab-content-listing {
    margin-right: 0;
    margin-left: 0;
  }
}

.results-sponsored-title {
  display: block;
  padding: 20px 0 1.5em;
  margin: 0;
  background-color: #ffffff;
  color: #777777;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.sidebar .results-sponsored-title {
  padding-top: 20px;
}

@media (min-width: 30em) {
  .results-sponsored-title {
    padding-top: 30px;
  }
}

@media (max-width: 37.4375em) {
  .ld-listings .lawyer-detailed-info .iconed-line,
  .ld-listings .lawyer-detailed-info .iconed-line-small {
    padding-left: 0;
  }
}

@media (min-width: 50.3125em) {
  .ld-listings .results-sponsored {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .ld-listings .results-sponsored .lawyer-card {
    padding-bottom: 55px;
  }
  .ld-listings .results-sponsored .lawyer-control-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
  }
}

.sidebar .lawyer-card-group {
  margin-right: 0;
  margin-left: 0;
}

.sidebar .results-sponsored {
  margin: 0 -1px -1px;
  background-color: #ededed;
}

.sidebar .results-sponsored .lawyer-card {
  margin-bottom: 10px;
}

.sidebar .results-sponsored .lawyer-card:first-child {
  margin-top: 0;
}

.sidebar .results-sponsored .lawyer-card:last-child {
  margin-bottom: 0;
}

.sidebar .results-sponsored .lawyer-card-status--premium {
  margin-top: 20px;
}

@media (min-width: 60.9375em) {
  .sidebar .results-sponsored .lawyer-card-size--small .lawyer-name {
    font-size: 1.25rem;
  }
  .sidebar .results-sponsored .lawyer-card-size--small .lawyer-avatar-wrapper {
    width: 90px;
  }
  .sidebar .results-sponsored .lawyer-card-size--small .lawyer-summary {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin-left: 10px;
  }
  .sidebar .results-sponsored .-phone {
    font-size: 1.1875rem;
  }
}

.lawyer-badge {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
}

.lawyer-badge-group {
  display: block;
  margin: 0;
  font-size: 0;
}

.lawyer-badge .-title {
  position: absolute;
  z-index: 115;
  top: 100%;
  left: -6px;
  opacity: 0;
  padding: 6px 8px 4px;
  border-radius: 2px;
  background-color: #777777;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: -webkit-transform opacity;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: attr(data-badge-text);
  pointer-events: none;
}

.lawyer-badge .-title:before {
  position: absolute;
  top: -6px;
  left: 9px;
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #777777;
  border-left: 7px solid transparent;
  content: '';
}

@media (min-width: 30em) {
  .lawyer-badge:hover .-title {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
        -ms-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

.ld-profile .lawyer-badge {
  margin-right: 5px;
}

@media (min-width: 30em) {
  .ld-profile .lawyer-badge {
    margin-right: 7px;
  }
}

@media (min-width: 37.5em) {
  .ld-profile .lawyer-badge {
    margin-right: 10px;
  }
}

.ld-firm .lawyer-badge,
.ld-listings .lawyer-badge {
  margin-top: 13.3333333333px;
}

@media (min-width: 37.5em) {
  .ld-firm .lawyer-badge,
  .ld-listings .lawyer-badge {
    margin-right: 13.3333333333px;
  }
  .ld-firm .lawyer-badge-group,
  .ld-listings .lawyer-badge-group {
    margin-right: -13.3333333333px;
  }
}

@media (min-width: 50.3125em) {
  .ld-firm .lawyer-badge,
  .ld-listings .lawyer-badge {
    margin-right: 10px;
  }
  .ld-firm .lawyer-badge-group,
  .ld-listings .lawyer-badge-group {
    margin-right: -10px;
  }
}

@media (min-width: 60.9375em) {
  .ld-firm .lawyer-badge,
  .ld-listings .lawyer-badge {
    margin-right: 8px;
  }
  .ld-firm .lawyer-badge-group,
  .ld-listings .lawyer-badge-group {
    margin-right: -8px;
  }
}

.social-media-block .jicon {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.social-media-block .-social-badges {
  position: relative;
  overflow: hidden;
}

.social-media-block .-social-badges .-wrap {
  margin-right: -5px;
  margin-bottom: -5px;
}

@media (min-width: 30em) {
  .social-media-block .jicon {
    width: 60px;
    height: 60px;
    margin-right: 7px;
    margin-bottom: 7px;
  }
  .social-media-block .-social-badges .-wrap {
    margin-right: -7px;
    margin-bottom: -7px;
  }
}

@media (min-width: 37.5em) {
  .social-media-block .jicon {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .social-media-block .-social-badges .-wrap {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}

.lawyer-card--detailed {
  position: relative;
}

.lawyer-card--detailed .lawyer-name {
  overflow: visible;
  margin-top: 0.74em;
  margin-bottom: 0;
  text-overflow: clip;
  line-height: 1;
  white-space: normal;
  font-size: 1.5rem;
}

@media (min-width: 30em) {
  .lawyer-card--detailed .lawyer-name {
    font-size: 1.8125rem;
  }
}

@media (min-width: 50.3125em) {
  .lawyer-card--detailed .lawyer-name {
    font-size: 2.1875rem;
  }
}

@media (min-width: 60.9375em) {
  .lawyer-card--detailed .lawyer-name {
    font-size: 2.5rem;
  }
}

.lawyer-card--detailed .lawyer-summary {
  float: none;
}

.lawyer-card--detailed .lawyer-coreinfo {
  margin-bottom: 1.35em;
}

.lawyer-card--detailed .lawyer-expl {
  display: block;
}

.lawyer-card--detailed .-update-name {
  display: block;
  color: #ba0000;
  font-size: 0.875em;
  font-style: italic;
}

.lawyer-card--detailed .lawyer-avatar {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin: 0 auto;
  background-color: #dddddd;
}

.lawyer-card--detailed .lawyer-avatar .-avatar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.lawyer-card--detailed .lawyer-avatar-wrapper {
  float: none;
  width: 200px;
  height: auto;
  margin: 20px auto;
}

@media (min-width: 50.3125em) {
  .lawyer-card--detailed .lawyer-status {
    right: 30px;
    padding-left: 1.5em;
  }
  .lawyer-card--detailed .lawyer-avatar-wrapper {
    float: left;
    width: 320px;
    margin: 0;
  }
  .lawyer-card--detailed .lawyer-summary {
    float: left;
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
  }
}

@media (min-width: 68.75em) {
  .lawyer-card--detailed.contact-info-active .lawyer-detailed-info {
    padding-right: 0;
  }
  .lawyer-card--detailed.contact-info-active .lawyer-key-info {
    float: left;
    width: -webkit-calc(100% - 359px);
    width: calc(100% - 359px);
    margin-top: 0;
  }
}

@media (max-width: 68.6875em) {
  .lawyer-card--detailed.contact-info-active {
    padding-bottom: 50px;
  }
}

.lawyer-contact-info {
  overflow: hidden;
  padding: 0;
  border-top: 1px solid #dddddd;
}

.lawyer-contact-info .cnt-item {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0 0.5em;
  border-left: 1px solid #dddddd;
  margin: 0;
  text-align: center;
  line-height: 1;
}

.lawyer-contact-info .cnt-item:after {
  display: inline-block;
  vertical-align: middle;
  content: attr(data-button-tag);
}

.lawyer-contact-info .cnt-item:first-child {
  border-left: none;
}

.lawyer-contact-info .cnt-item:active {
  background-color: #f6f6f6;
}

.lawyer-contact-info .cnt-item:hover {
  text-decoration: none;
}

.lawyer-contact-info .cnt-item:first-child:nth-last-child(2),
.lawyer-contact-info .cnt-item:first-child:nth-last-child(2) ~ .cnt-item {
  width: 50%;
}

.lawyer-contact-info .cnt-item:first-child:nth-last-child(3),
.lawyer-contact-info .cnt-item:first-child:nth-last-child(3) ~ .cnt-item {
  width: 33.3333333333%;
}

.lawyer-contact-info .cnt-item .txt {
  display: none;
  vertical-align: middle;
}

.lawyer-contact-info .cnt-item .jicon {
  margin: 0 0.6em 0.2em 0;
}

@media (min-width: 50.3125em) {
  .lawyer-contact-info .cnt-item:after {
    display: none;
  }
  .lawyer-contact-info .cnt-item .txt {
    display: inline-block;
  }
}

@media (max-width: 68.6875em) {
  .lawyer-contact-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.875em;
  }
  .lawyer-contact-info .cnt-item {
    height: 50px;
    padding-top: 4px;
  }
  .lawyer-contact-info .cnt-item:before {
    display: inline-block;
    height: 100%;
    margin-right: 0;
    vertical-align: middle;
    content: '';
  }
}

@media (min-width: 68.75em) {
  .lawyer-contact-info {
    padding-left: 30px;
    border-top: none;
    border-left: 1px solid #dddddd;
    margin: 1.4em 0 0.8em;
  }
  .lawyer-contact-info .cnt-item {
    float: none;
    width: auto !important;
    padding: 0;
    border: none;
    margin: 0 0 0.75em;
    text-align: left;
    line-height: 1.25;
  }
  .lawyer-contact-info .cnt-item:last-child {
    margin-bottom: 0;
  }
  .lawyer-contact-info .cnt-item .txt {
    display: inline;
    width: auto;
  }
  .lawyer-contact-info .cnt-item .jicon {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .contact-info-active .lawyer-contact-info {
    float: right;
    width: 319px;
    padding-right: 30px;
    padding-left: 30px;
    margin: 0 0 1.8em;
  }
}

.alphabet {
  zoom: 1;
  color: #777777;
}

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

.alphabet p {
  margin-bottom: 20px;
}

.alphabet a {
  float: left;
  display: block;
  width: -webkit-calc(25% - 2.25px);
  width: calc(25% - 2.25px);
  padding: 7% 0;
  margin: 0 3px 3px 0;
  background-color: #0a56c6;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.alphabet a:hover {
  background-color: #084aab;
  text-decoration: none;
}

@media (max-width: 37.4375em) {
  .alphabet a:nth-child(4n + 1) {
    margin-right: 0;
  }
}

@media (min-width: 37.5em) {
  .alphabet a {
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    margin: 0 10px 5px 0;
    background: none;
    color: #777777;
    font-weight: lighter;
    line-height: 30px;
  }
  .alphabet a:last-child {
    margin: 0;
  }
  .alphabet a:hover {
    background: none;
    color: #1a1a1a;
  }
}

.flex-icon-table {
  padding: 0;
  margin: 0.8em 0;
  list-style: none;
}

.flex-icon-table .table-item {
  padding: 0;
  margin-bottom: 1em;
  margin-left: 34px;
}

.flex-icon-table .table-item-primary {
  float: left;
  width: 34px;
  margin: 0;
  color: #777777;
  font-weight: normal;
  line-height: 1.4em;
}

@media (min-width: 60.9375em) {
  .flex-icon-table .table-item {
    margin-left: 50px;
  }
  .flex-icon-table .table-item-primary {
    width: 34px;
    margin: 0;
  }
}

#contact-us-map {
  height: 200px;
}

@media (min-width: 60.9375em) {
  #contact-us-map {
    height: 400px;
  }
}

.edit-button-wrapper {
  z-index: 18;
  width: 230px;
  margin: 0 auto;
}

.free-consultation-profile {
  margin-bottom: 0.5em;
}

.fees-desc {
  display: block;
  margin: -2px 0 20px;
}

.accounts .account-card-wrapper {
  background-color: #ffffff;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  max-width: 400px;
  padding: 20px;
  border-radius: 3px;
  margin: 20px auto;
  -webkit-box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
}

.accounts .justia-logo {
  display: block;
  width: 80%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 10px;
}

.accounts .head-text {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.accounts .account-content {
  text-align: center;
}

.accounts .account-content p:last-child {
  margin-bottom: 0;
}

.accounts .help-block {
  color: #777777;
  font-size: 0.875rem;
}

@media (min-width: 50.3125em) {
  .accounts .account-card-wrapper {
    padding: 20px 30px;
  }
  .accounts .large-account-card {
    max-width: 750px;
  }
  .accounts .head-text {
    font-size: 1.75rem;
  }
}

.account-page--signup {
  background: #ffffff url("../images/accounts/register_bg.jpg") bottom center no-repeat fixed;
  background-size: cover;
}

.account-page--signup .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-page--login {
  background: #ffffff url("../images/accounts/sign_bg.jpg") bottom center no-repeat fixed;
  background-size: cover;
}

.account-page--login .main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.accounts .custom-column-wrap {
  position: relative;
  margin-bottom: 20px;
}

.accounts .custom-column-wrap .social-block .auth-btn {
  margin-bottom: 10px;
}

.accounts .custom-column-wrap .social-block .auth-btn:last-child {
  margin-bottom: 0;
}

.accounts .custom-column-wrap .auth-btn {
  opacity: 0.8;
  display: block;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  overflow: hidden;
  padding-right: 10px;
}

.accounts .custom-column-wrap .auth-btn:hover {
  opacity: 1;
  text-decoration: none;
}

.accounts .custom-column-wrap .auth-btn .jicon {
  float: left;
  display: block;
  width: 45px;
  height: 45px;
}

.accounts .custom-column-wrap .auth-btn-text {
  overflow: hidden;
  position: relative;
  display: block;
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  padding-left: 15px;
  margin-left: 55px;
  line-height: 45px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accounts .custom-column-wrap .auth-btn-text:before {
  position: absolute;
  top: 15%;
  left: 0;
  opacity: 0.4;
  width: 1px;
  height: 70%;
  background-color: #000000;
  content: '';
}

.accounts .custom-column-wrap .auth-facebook {
  background-color: #3b5999;
}

.accounts .custom-column-wrap .auth-linkedin {
  background-color: #027bb6;
}

.accounts .custom-column-wrap .auth-google-plus {
  background-color: #d7453e;
}

.accounts .custom-column-wrap .auth-justia {
  background-color: #06357a;
}

.accounts .custom-column-wrap .form-block {
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

.accounts .custom-column-wrap .form-block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  content: '';
}

.accounts .custom-column-wrap .form-block:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 30px;
  margin-top: -15px;
  margin-left: -30px;
  background-color: #ffffff;
  text-align: center;
  line-height: 30px;
  content: 'or';
}

.accounts .custom-column-wrap .form-block .jfld-group {
  position: relative;
  margin: 0 0 10px;
}

.accounts .custom-column-wrap .form-block .jfld-group:last-of-type {
  margin-bottom: 0;
}

.accounts .custom-column-wrap .form-block .reset-link {
  display: block;
  float: right;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 30px;
}

@media (min-width: 50.3125em) {
  .accounts .custom-column-wrap {
    margin-left: -80px;
  }
  .accounts .custom-column-wrap > [class*='col--'] {
    float: left;
    width: 50%;
    padding-left: 80px;
  }
  .accounts .custom-column-wrap .form-block {
    position: relative;
    margin-top: 0;
  }
  .accounts .custom-column-wrap .form-block:before {
    left: 40px;
    width: 1px;
    height: 100%;
    background-color: #dddddd;
    content: '';
  }
  .accounts .custom-column-wrap .form-block:after {
    top: 50%;
    left: 10px;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    margin-left: 15px;
    line-height: 60px;
  }
  .accounts .custom-column-wrap .form-block .reset-link {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
    line-height: 25px;
  }
  .accounts .custom-column-wrap .form-block,
  .accounts .custom-column-wrap .social-block {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}

.account-page--userinfo .block-account {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 0;
}

.account-page--userinfo .block-account:last-child {
  border-bottom: 0;
}

.account-page--userinfo .block-header {
  font-weight: normal;
  padding-bottom: 30px;
}

.account-page--userinfo .block-header .heading-2 {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media screen and (min-width: 37.5em) {
  .account-page--userinfo .block-header .heading-2 {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 60.9375em) {
  .account-page--userinfo .block-header .heading-2 {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 68.75em) {
  .account-page--userinfo .block-header .heading-2 {
    font-size: 1.75rem;
  }
}

.account-page--userinfo .button-link {
  display: block;
  vertical-align: middle;
  padding: 0.2em 0;
}

.account-page--userinfo .switch-cols-big .-col + .-col {
  margin-top: 20px;
}

.account-page--userinfo .user-info,
.account-page--userinfo .linked-accounts {
  display: block;
  width: 100%;
  margin: 0;
}

.account-page--userinfo .user-info .-row,
.account-page--userinfo .linked-accounts .-row {
  margin-bottom: 20px;
}

.account-page--userinfo .user-info .-row:last-child,
.account-page--userinfo .linked-accounts .-row:last-child {
  margin-bottom: 0;
}

.account-page--userinfo .user-info {
  margin: 0 0 30px;
}

.account-page--userinfo .user-info .heading-3 {
  font-size: 1.375rem;
}

.account-page--userinfo .user-info .password-text span {
  display: block;
  letter-spacing: 2px;
  font-size: 2rem;
  line-height: 0.7;
}

.account-page--userinfo .labeled-social .jicon {
  width: 46px;
  height: 46px;
}

.account-page--userinfo .labeled-social .social-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.account-page--userinfo .to-connect .jicon {
  -webkit-filter: grayscale(1) brightness(2);
          filter: grayscale(1) brightness(2);
}

.account-page--userinfo .social-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-page--userinfo .social-account .-col {
  width: 60%;
}

.account-page--userinfo .social-account .-col:last-child {
  width: 40%;
  text-align: right;
}

.account-page--userinfo .social-account .button {
  vertical-align: middle;
}

.account-page--userinfo .jld-profile--info {
  margin: 20px 0;
}

.account-page--userinfo .block-my-jld .button {
  margin-bottom: 20px;
}

.account-page--userinfo .block-my-answers .-row {
  margin-bottom: 10px;
}

.account-page--userinfo .block-my-answers .-row:last-child {
  margin-bottom: 0;
}

.account-page--userinfo .answers-count {
  display: block;
  font-size: 1.375rem;
}

.account-page--userinfo .answers-rank {
  display: block;
}

.account-page--userinfo .answers-alert .-count {
  font-size: 1.375rem;
}

.account-page--userinfo .block-profile-stats .-col:first-child {
  margin-bottom: 30px;
}

.account-page--userinfo .stats-placeholder {
  display: block;
  width: 100%;
  max-width: 550px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 30em) {
  .account-page--userinfo .switch-cols-small .-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-page--userinfo .switch-cols-small .-col {
    width: 60%;
  }
  .account-page--userinfo .switch-cols-small .-col:last-child {
    width: 40%;
    text-align: right;
  }
  .account-page--userinfo .user-info .-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account-page--userinfo .labeled-social .social-name {
    margin-left: 30px;
  }
}

@media (min-width: 60.9375em) {
  .account-page--userinfo .block-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .account-page--userinfo .block-account.-full {
    display: block;
  }
  .account-page--userinfo .block-account.-full .block-header {
    width: 100%;
    padding-right: 0;
  }
  .account-page--userinfo .block-account.-full .block-content {
    width: 100%;
  }
  .account-page--userinfo .block-header {
    width: 300px;
    padding-right: 30px;
  }
  .account-page--userinfo .block-content {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
  }
  .account-page--userinfo .block-account {
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .account-page--userinfo .switch-cols-big .-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .account-page--userinfo .switch-cols-big .-col:last-child {
    text-align: right;
  }
  .account-page--userinfo .switch-cols-big .-col + .-col {
    margin-top: 0;
  }
  .account-page--userinfo .switch-cols-small .-col,
  .account-page--userinfo .switch-cols-big .-col {
    width: 70%;
  }
  .account-page--userinfo .switch-cols-small .-col:last-child,
  .account-page--userinfo .switch-cols-big .-col:last-child {
    width: 30%;
  }
  .account-page--userinfo .block-profile-stats .-col {
    margin-bottom: 0;
  }
  .account-page--userinfo .stats-placeholder {
    margin: 0;
  }
}

@media (min-width: 68.75em) {
  .account-page--userinfo .block-header {
    width: 380px;
  }
  .account-page--userinfo .block-content {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (min-width: 81.25em) {
  .account-page--userinfo .block-header {
    width: 440px;
  }
  .account-page--userinfo .block-content {
    width: -webkit-calc(100% - 440px);
    width: calc(100% - 440px);
  }
}

.account-page--userstats .block-full-stats .block-content {
  overflow: hidden;
}

.account-page--userstats .viewed-table-stats {
  margin-bottom: 50px;
  line-height: 1.2;
}

.account-page--userstats .viewed-table-stats thead {
  background-color: #ededed;
  color: #000000;
  vertical-align: middle;
}

.account-page--userstats .viewed-table-stats tfoot {
  background-color: #ededed;
  font-weight: bold;
}

.account-page--userstats .viewed-table-stats th,
.account-page--userstats .viewed-table-stats td {
  width: 25%;
  padding: 0.75em;
  text-align: center;
}

.account-page--userstats .viewed-table-stats .-desc {
  width: 50%;
  text-align: left;
}

@media (min-width: 30em) {
  .account-page--userstats .viewed-table-stats .-desc {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 37.5em) {
  .account-page--userstats .viewed-table-stats .-desc {
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (min-width: 60.9375em) {
  .account-page--userstats .viewed-table-stats .-desc {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 60.9375em) {
  .account-page--userstats .viewed-table-stats {
    margin-bottom: 0;
  }
  .account-page--userstats .grid-wrapper--gap {
    margin-left: -30px;
  }
  .account-page--userstats .grid-wrapper--gap > [class*='col--'] {
    float: left;
    padding-left: 30px;
  }
}

@media (min-width: 68.75em) {
  .account-page--userstats .grid-wrapper--gap {
    margin-left: -60px;
  }
  .account-page--userstats .grid-wrapper--gap > [class*='col--'] {
    padding-left: 60px;
  }
}

.accounts .block-full-chart {
  max-width: 1150px;
  margin: 30px 0 50px;
}

.accounts .c3-axis-x tspan {
  display: none;
}

.accounts .c3-axis-x .tick:nth-last-child(6n + 2) tspan {
  display: block;
}

@media (min-width: 50.3125em) {
  .accounts .block-small-chart svg {
    margin-left: -45px;
  }
}

#opinion hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  margin: 2em 0;
}

.border-boulder {
  border: 1px solid #777777;
}

.subscribe-text {
  display: inline-block;
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
}

.list-years {
  max-width: 688px;
  margin: 0 auto;
}

.trademark-image-wrapper {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 112px;
  height: 112px;
  margin-bottom: 5px;
  vertical-align: top;
}

.trademark-card {
  text-align: center;
}

.trademark-card-summary {
  width: 100%;
  text-align: left;
}

@media (min-width: 37.5em) {
  .trademark-card-summary {
    display: inline-block;
    width: -webkit-calc(100% - 190px);
    width: calc(100% - 190px);
    margin-left: 20px;
  }
}

.trademark-card-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
  vertical-align: top;
}

@media (min-width: 37.5em) {
  .trademark-card-image {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
  }
}

.trademark-image {
  max-width: 100%;
}

.trademark-clickable-cell {
  display: inline-block;
  width: 100%;
  padding: 10px;
}

.trademark-clickable-cell:hover {
  border: 1px solid #084aab;
  margin: -1px;
  text-decoration: none !important;
}

.pdf-iframe {
  width: 100%;
  height: 1040px;
  border: none;
}

.pdf-icon::before {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHhSURBVDjLjZPLSxtRFIfVZRdWi0oFBf+BrhRx5dKVYKG4tLhRqlgXPmIVJQiC60JCCZYqFHQh7rrQlUK7aVUUfCBRG5RkJpNkkswrM5NEf73n6gxpHujAB/fOvefjnHM5VQCqCPa1MNoZnU/Qxqhx4woE7ZZlpXO53F0+n0c52Dl8Pt/nQkmhoJOCdUWBsvQJ2u4ODMOAwvapVAqSJHGJKIrw+/2uxAmuJgFdMDUVincSxvEBTNOEpmlIp9OIxWJckMlkoOs6AoHAg6RYYNs2kp4RqOvfuIACVFVFPB4vKYn3pFjAykDSOwVta52vqW6nlEQiwTMRBKGygIh9GEDCMwZH6EgoE+qHLMuVBdbfKwjv3yE6Ogjz/PQ/CZVDPSFRRYE4/RHy1y8wry8RGWGSqyC/nM1meX9IQpQV2JKIUH8vrEgYmeAFwuPDCHa9QehtD26HBhCZnYC8ucGzKSsIL8wgsjiH1PYPxL+vQvm5B/3sBMLyIm7GhhCe90BaWykV/Gp+VR9oqPVe9vfBTsruM1HtBKVPmFIUNusBrV3B4ev6bsbyXlPdkbr/u+StHUkxruBPY+0KY8f38oWX/byvNAdluHNLeOxDB+uyQQfPCWZ3NT69BYJWkjxjnB1o9Fv/ASQ5s+ABz8i2AAAAAElFTkSuQmCC");
  content: '';
}

.fn {
  font-weight: bold;
}

.fn-s {
  display: block;
  margin-left: -15px;
  font-size: 0.8em;
}

.jtooltip {
  display: inline-block;
  margin-left: 10px;
}

.jtooltip span {
  position: relative;
  display: inline-block;
  float: left;
  width: 21px;
  height: 21px;
  margin-right: 3px;
}

.jtooltip span:after {
  position: absolute;
  z-index: 115;
  top: 20px;
  right: -100px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  content: attr(data-badge-text);
  pointer-events: none;
}

.jtooltip span:before {
  position: absolute;
  top: 15px;
  left: 3px;
  display: block;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-bottom: 6px solid #333333;
  border-left: 7px solid transparent;
  content: '';
}

.jtooltip span:after, .jtooltip span:before {
  opacity: 0;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.jtooltip span:hover:after {
  top: 30px;
}

.jtooltip span:hover:before {
  top: 25px;
}

.jtooltip span:hover:after, .jtooltip span:hover:before {
  opacity: 1;
}

.jtooltip span.icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px;
}

.pg-number {
  color: #777777;
  font-size: 0.9em;
}

.pg-number-data {
  position: absolute;
  left: 1em;
  margin-top: 0.4em;
  color: #777777;
  font-size: 0.6em;
}

.indent {
  margin: 0.5em 0;
  margin-bottom: 1em !important;
}

.footnote p {
  margin: 0;
}

.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;
  }
}

.-display-block {
  display: block !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-bottom: 10px;
  margin-left: 20px;
}

.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 {
  visibility: hidden;
  clear: both;
  display: block;
  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-10 {
  padding: 10px;
}

@media (min-width: 30em) {
  .has-padding-full-10 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 60.9375em) {
  .has-padding-full-10 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.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-margin-bottom-20 {
  margin-bottom: 20px;
}

.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-right-padding {
  padding-right: 0 !important;
}

.has-no-right-margin {
  margin-right: 0 !important;
}

.has-no-bottom-padding {
  padding-bottom: 0 !important;
}

.has-no-bottom-margin {
  margin-bottom: 0 !important;
}

.has-no-left-padding {
  padding-left: 0 !important;
}

.has-no-left-margin {
  margin-left: 0 !important;
}

.has-no-list-styles {
  padding: 0;
  list-style-type: none;
}

.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-right: -25px;
    margin-left: -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-right: -30px;
    margin-left: -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;
  }
}

.has-more-button {
  position: relative;
}

@media (min-width: 37.5em) {
  .has-more-button .more {
    position: absolute;
    right: 0;
    top: 6px;
  }
}

.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;
}

.bg-catalina-blue {
  background-color: #06357a !important;
}

.bg-science-blue {
  background-color: #0a56c6 !important;
}

.bg-cobalt {
  background-color: #084aab !important;
}

.bg-kashmir-blue {
  background-color: #4c6b97 !important;
}

.bg-deep-sapphire {
  background-color: #052a60 !important;
}

.bg-blue-whale {
  background-color: #052450 !important;
}

.bg-guardsman-red {
  background-color: #ba0000 !important;
}

.bg-sunset-orange {
  background-color: #ff534b !important;
}

.bg-supernova {
  background-color: #ffcb0b !important;
}

.bg-green {
  background-color: #008000 !important;
}

.bg-vivid-red {
  background-color: #e62117 !important;
}

.width-100 {
  display: block !important;
  width: 100% !important;
  margin: 0;
}

.cursor-default {
  cursor: default;
}

.cursor-disabled {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-help {
  cursor: help;
}

.cursor-text {
  cursor: text;
}

.zebra .-zb:nth-child(odd) {
  background-color: #f6f6f6;
}

.align-top {
  vertical-align: top;
}

.text-extended {
  height: auto;
  overflow: hidden;
}