*, :after, :before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -webkit-overflow-scrolling: touch;
  outline: none;
}

html {
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@media print {
  *, :before, :after {
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td, .table th {
    background-color: #fff !important;
  }

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

@font-face {
  font-family: Glyphicons Halflings;
}

.glyphicon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 1px;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

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

html {
  -webkit-tap-highlight-color: #0000;
  font-size: 10px;
}

body {
  color: #333;
  background-color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  -o-transition: all .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.img-circle {
  border-radius: 50%;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  position: static;
  overflow: visible;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  color: #777;
  font-weight: normal;
  line-height: 1;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover, a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  border-bottom: 1px solid #eee;
  margin: 40px 0 20px;
  padding-bottom: 9px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  margin-left: -5px;
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  border-left: 5px solid #eee;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 17.5px;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  color: #777;
  font-size: 80%;
  line-height: 1.42857;
  display: block;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right, .page-template-contact-us-php blockquote.l-aside, blockquote.mainMenuWrap {
  text-align: right;
  border-left: 0;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, .page-template-contact-us-php blockquote.l-aside footer:before, blockquote.mainMenuWrap footer:before, blockquote.pull-right small:before, .page-template-contact-us-php blockquote.l-aside small:before, blockquote.mainMenuWrap small:before, blockquote.pull-right .small:before, .page-template-contact-us-php blockquote.l-aside .small:before, blockquote.mainMenuWrap .small:before {
  content: "";
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, .page-template-contact-us-php blockquote.l-aside footer:after, blockquote.mainMenuWrap footer:after, blockquote.pull-right small:after, .page-template-contact-us-php blockquote.l-aside small:after, blockquote.mainMenuWrap small:after, blockquote.pull-right .small:after, .page-template-contact-us-php blockquote.l-aside .small:after, blockquote.mainMenuWrap .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 90%;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 90%;
  box-shadow: inset 0 -1px #00000040;
}

kbd kbd {
  box-shadow: none;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 10px;
  padding: 9.5px;
  font-size: 13px;
  line-height: 1.42857;
  display: block;
}

pre code {
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row, .c-practice-areas-list {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .c-practice-areas-list:before, .row:after, .c-practice-areas-list:after {
  content: " ";
  display: table;
}

.row:after, .c-practice-areas-list:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .o-footer-col, .col-lg-2, .col-xs-3, .col-sm-3, .c-stand-out .c-stand-out__item, .col-md-3, .page-template-contact-us-php .l-aside, .c-site-footer__notices-and-legal__heading, .c-free-consultation-banner__button, .c-home-hero-quote__attribution, .l-aside, .col-lg-3, .col-xs-4, .col-sm-4, .c-our-record .c-our-record__item, .c-result, .c-practice-area, .col-md-4, .similar-posts .similar-posts__post, .c-news--secondary, .hero__searchBarForm, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .c-our-record .c-our-record__item--wide, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .c-news-latest, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .page-template-contact-us-php .l-main-content.article-content, .hero__searchBarText, .l-main-content, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .c-stand-out h2, .c-site-footer__notices-and-legal__content, .c-free-consultation-banner__cta, .c-results h2, .c-home-hero-quote__text, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .c-site-footer__logo, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.6667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333%;
}

.col-xs-5 {
  width: 41.6667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333%;
}

.col-xs-8 {
  width: 66.6667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333%;
}

.col-xs-11 {
  width: 91.6667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.6667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333%;
}

.col-xs-pull-5 {
  right: 41.6667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333%;
}

.col-xs-pull-8 {
  right: 66.6667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333%;
}

.col-xs-pull-11 {
  right: 91.6667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.6667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333%;
}

.col-xs-push-5 {
  left: 41.6667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333%;
}

.col-xs-push-8 {
  left: 66.6667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333%;
}

.col-xs-push-11 {
  left: 91.6667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.6667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333%;
}

.col-xs-offset-5 {
  margin-left: 41.6667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333%;
}

.col-xs-offset-8 {
  margin-left: 66.6667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333%;
}

.col-xs-offset-11 {
  margin-left: 91.6667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .c-stand-out .c-stand-out__item, .col-sm-4, .c-our-record .c-our-record__item, .c-result, .c-practice-area, .col-sm-5, .col-sm-6, .c-our-record .c-our-record__item--wide, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.6667%;
  }

  .col-sm-3, .c-stand-out .c-stand-out__item {
    width: 25%;
  }

  .col-sm-4, .c-our-record .c-our-record__item, .c-result, .c-practice-area {
    width: 33.3333%;
  }

  .col-sm-5 {
    width: 41.6667%;
  }

  .col-sm-6, .c-our-record .c-our-record__item--wide {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333%;
  }

  .col-sm-8 {
    width: 66.6667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333%;
  }

  .col-sm-11 {
    width: 91.6667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.6667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333%;
  }

  .col-sm-pull-5 {
    right: 41.6667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333%;
  }

  .col-sm-pull-8 {
    right: 66.6667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333%;
  }

  .col-sm-pull-11 {
    right: 91.6667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.6667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333%;
  }

  .col-sm-push-5 {
    left: 41.6667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333%;
  }

  .col-sm-push-8 {
    left: 66.6667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333%;
  }

  .col-sm-push-11 {
    left: 91.6667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .o-footer-col, .col-md-3, .page-template-contact-us-php .l-aside, .c-site-footer__notices-and-legal__heading, .c-free-consultation-banner__button, .c-home-hero-quote__attribution, .l-aside, .col-md-4, .similar-posts .similar-posts__post, .c-news--secondary, .hero__searchBarForm, .col-md-5, .col-md-6, .col-md-7, .c-news-latest, .col-md-8, .page-template-contact-us-php .l-main-content.article-content, .hero__searchBarText, .l-main-content, .col-md-9, .c-stand-out h2, .c-site-footer__notices-and-legal__content, .c-free-consultation-banner__cta, .c-results h2, .c-home-hero-quote__text, .col-md-10, .c-site-footer__logo, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2, .o-footer-col {
    width: 16.6667%;
  }

  .col-md-3, .page-template-contact-us-php .l-aside, .c-site-footer__notices-and-legal__heading, .c-free-consultation-banner__button, .c-home-hero-quote__attribution, .l-aside {
    width: 25%;
  }

  .col-md-4, .similar-posts .similar-posts__post, .c-news--secondary, .hero__searchBarForm {
    width: 33.3333%;
  }

  .col-md-5 {
    width: 41.6667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7, .c-news-latest {
    width: 58.3333%;
  }

  .col-md-8, .page-template-contact-us-php .l-main-content.article-content, .hero__searchBarText, .l-main-content {
    width: 66.6667%;
  }

  .col-md-9, .c-stand-out h2, .c-site-footer__notices-and-legal__content, .c-free-consultation-banner__cta, .c-results h2, .c-home-hero-quote__text {
    width: 75%;
  }

  .col-md-10, .c-site-footer__logo {
    width: 83.3333%;
  }

  .col-md-11 {
    width: 91.6667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.6667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333%;
  }

  .col-md-pull-5 {
    right: 41.6667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333%;
  }

  .col-md-pull-8 {
    right: 66.6667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333%;
  }

  .col-md-pull-11 {
    right: 91.6667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.6667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333%;
  }

  .col-md-push-5 {
    left: 41.6667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333%;
  }

  .col-md-push-8 {
    left: 66.6667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333%;
  }

  .col-md-push-11 {
    left: 91.6667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1, .c-news--secondary, .l-aside {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.6667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .col-lg-8 {
    width: 66.6667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333%;
  }

  .col-lg-11 {
    width: 91.6667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.6667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333%;
  }

  .col-lg-pull-5 {
    right: 41.6667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333%;
  }

  .col-lg-pull-8 {
    right: 66.6667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333%;
  }

  .col-lg-pull-11 {
    right: 91.6667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.6667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333%;
  }

  .col-lg-push-5 {
    left: 41.6667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333%;
  }

  .col-lg-push-8 {
    left: 66.6667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333%;
  }

  .col-lg-push-11 {
    left: 91.6667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: #0000;
}

caption {
  color: #777;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
  position: static;
}

table td[class*="col-"], table th[class*="col-"] {
  float: none;
  display: table-cell;
  position: static;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  border: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  display: block;
}

label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  display: inline-block;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  width: 100%;
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  color: #555;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.form-control {
  color: #555;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
  box-shadow: inset 0 1px 1px #00000013;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px #00000013, 0 0 8px #66afe999;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: #0000;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  opacity: 1;
  background-color: #eee;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  position: relative;
}

.radio label, .checkbox label {
  cursor: pointer;
  min-height: 20px;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  margin-left: -20px;
  margin-top: 4px \9 ;
  position: absolute;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: normal;
  display: inline-block;
  position: relative;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"], .radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline, .radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  border-radius: 6px;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  border-radius: 6px;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  z-index: 2;
  text-align: center;
  pointer-events: none;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px #00000013;
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px #00000013, 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  color: #737373;
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .form-control {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .form-inline .radio, .form-inline .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  display: inline-block;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px #00000020;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity= 65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  border-radius: 0;
  font-weight: normal;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #0000;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: #0000;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  background-color: #0000;
  text-decoration: underline;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.btn-sm, .btn-group-sm > .btn {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-block {
  width: 100%;
  display: block;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
  position: relative;
  overflow: hidden;
}

.caret {
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-left: 4px solid #0000;
  border-right: 4px solid #0000;
  width: 0;
  height: 0;
  margin-left: 2px;
  display: inline-block;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  z-index: 1000;
  float: left;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: 4px;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 6px 12px #0000002d;
}

.dropdown-menu.pull-right, .page-template-contact-us-php .dropdown-menu.l-aside, .dropdown-menu.mainMenuWrap {
  left: auto;
  right: 0;
}

.dropdown-menu .divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.dropdown-menu > li > a {
  clear: both;
  color: #333;
  white-space: nowrap;
  padding: 3px 20px;
  font-weight: normal;
  line-height: 1.42857;
  display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  background-color: #f5f5f5;
  text-decoration: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #337ab7;
  outline: 0;
  text-decoration: none;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  filter: progid:DXImageTransform. Microsoft. gradient(enabled= false);
  cursor: not-allowed;
  background-color: #0000;
  background-image: none;
  text-decoration: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  color: #777;
  white-space: nowrap;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  display: block;
}

.dropdown-backdrop {
  z-index: 990;
  position: fixed;
  inset: 0;
}

.pull-right > .dropdown-menu, .page-template-contact-us-php .l-aside > .dropdown-menu, .mainMenuWrap > .dropdown-menu {
  left: auto;
  right: 0;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 2px;
  top: auto;
  bottom: 100%;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-block;
  position: relative;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  float: left;
  position: relative;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px #00000020;
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  display: table;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  width: 1%;
  display: table-cell;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
  width: 1%;
}

.input-group-addon {
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 12px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  white-space: nowrap;
  font-size: 0;
  position: relative;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  display: block;
  position: relative;
}

.nav > li > a {
  padding: 10px 15px;
  display: block;
  position: relative;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #0000;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  border: 1px solid #0000;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  line-height: 1.42857;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: #0000;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    width: 1%;
    display: table-cell;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-radius: 4px;
  margin-right: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.navbar {
  border: 1px solid #0000;
  min-height: 50px;
  margin-bottom: 20px;
  position: relative;
}

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

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #0000;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: visible;
  box-shadow: inset 0 1px #ffffff1a;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    box-shadow: none;
    border-top: 0;
    width: auto;
  }

  .navbar-collapse.collapse {
    padding-bottom: 0;
    height: auto !important;
    display: block !important;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1030;
  position: fixed;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  border-width: 0 0 1px;
  top: 0;
}

.navbar-fixed-bottom {
  border-width: 1px 0 0;
  margin-bottom: 0;
  bottom: 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  float: right;
  background-color: #0000;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 15px;
  padding: 9px 10px;
  position: relative;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  border-radius: 1px;
  width: 22px;
  height: 2px;
  display: block;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    float: none;
    box-shadow: none;
    background-color: #0000;
    border: 0;
    width: auto;
    margin-top: 0;
    position: static;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  border-top: 1px solid #0000;
  border-bottom: 1px solid #0000;
  margin: 8px -15px;
  padding: 10px 15px;
  box-shadow: inset 0 1px #ffffff1a, 0 1px #ffffff1a;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    vertical-align: middle;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .form-control {
    vertical-align: middle;
    width: auto;
    display: inline-block;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    vertical-align: middle;
    display: inline-table;
  }

  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    vertical-align: middle;
    margin-bottom: 0;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    margin-right: -15px;
    float: right !important;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: #0000;
}

.navbar-default .navbar-text, .navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #0000;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #0000;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #0000;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: #0000;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: #0000;
}

.navbar-inverse .navbar-text, .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #0000;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: #0000;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #0000;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: #0000;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px 15px;
  list-style: none;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  color: #ccc;
  padding: 0 5px;
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  border-radius: 4px;
  margin: 20px 0;
  padding-left: 0;
  display: inline-block;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  float: left;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  position: relative;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  text-align: center;
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 5px 14px;
  display: inline-block;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: #eee;
  text-decoration: none;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  display: inline;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  padding: 1px 5px;
  top: 0;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.jumbotron {
  color: inherit;
  background-color: #eee;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  -o-transition: border .2s ease-in-out;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 4px;
  line-height: 1.42857;
  transition: border .2s ease-in-out;
  display: block;
}

.thumbnail > img, .thumbnail a > img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.thumbnail .caption {
  color: #333;
  padding: 9px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}

.alert h4 {
  color: inherit;
  margin-top: 0;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  color: inherit;
  position: relative;
  top: -2px;
  right: -21px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  background-color: #f5f5f5;
  border-radius: 4px;
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #0000001a;
}

.progress-bar {
  float: left;
  color: #fff;
  text-align: center;
  -o-transition: width .6s ease;
  background-color: #337ab7;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  transition: width .6s;
  box-shadow: inset 0 -1px #00000026;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  animation: 2s linear infinite progress-bar-stripes;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right, .page-template-contact-us-php .media > .l-aside, .media > .mainMenuWrap {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  vertical-align: top;
  display: table-cell;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: -1px;
  padding: 10px 15px;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  color: #555;
  background-color: #f5f5f5;
  text-decoration: none;
}

button.list-group-item {
  text-align: left;
  width: 100%;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #0000000d;
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  border-bottom: 1px solid #0000;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 10px 15px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px 15px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  border-radius: 4px;
  margin-bottom: 0;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  height: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  min-height: 20px;
  margin-bottom: 20px;
  padding: 19px;
  box-shadow: inset 0 1px 1px #0000000d;
}

.well blockquote {
  border-color: #00000026;
}

.well-lg {
  border-radius: 6px;
  padding: 24px;
}

.well-sm {
  border-radius: 3px;
  padding: 9px;
}

.close {
  float: right;
  color: #000;
  text-shadow: 0 1px #fff;
  opacity: .2;
  filter: alpha(opacity= 20);
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}

.close:hover, .close:focus {
  color: #000;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity= 50);
  text-decoration: none;
}

button.close {
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: 0;
  padding: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  width: auto;
  margin: 10px;
  position: relative;
}

.modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  outline: 0;
  position: relative;
  box-shadow: 0 3px 9px #00000080;
}

.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  inset: 0;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity= 0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity= 50);
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  padding: 15px;
  position: relative;
}

.modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -9999px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px #00000080;
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  z-index: 1070;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  opacity: 0;
  filter: alpha(opacity= 0);
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity= 90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  max-width: 200px;
  padding: 3px 8px;
}

.tooltip-arrow {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltip.top .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
}

.tooltip.top-left .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  right: 5px;
}

.tooltip.top-right .tooltip-arrow {
  border-width: 5px 5px 0;
  border-top-color: #000;
  margin-bottom: -5px;
  bottom: 0;
  left: 5px;
}

.tooltip.right .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.tooltip.left .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
  margin-top: -5px;
  top: 50%;
  right: 0;
}

.tooltip.bottom .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-left: -5px;
  top: 0;
  left: 50%;
}

.tooltip.bottom-left .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  right: 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  margin-top: -5px;
  top: 0;
  left: 5px;
}

.popover {
  z-index: 1060;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: 6px;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 5px 10px #0003;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  border-style: solid;
  border-color: #0000;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  border-top-color: #00000040;
  border-bottom-width: 0;
  margin-left: -11px;
  bottom: -11px;
  left: 50%;
}

.popover.top > .arrow:after {
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
  margin-left: -10px;
  bottom: 1px;
}

.popover.right > .arrow {
  border-left-width: 0;
  border-right-color: #00000040;
  margin-top: -11px;
  top: 50%;
  left: -11px;
}

.popover.right > .arrow:after {
  content: " ";
  border-left-width: 0;
  border-right-color: #fff;
  bottom: -10px;
  left: 1px;
}

.popover.bottom > .arrow {
  border-top-width: 0;
  border-bottom-color: #00000040;
  margin-left: -11px;
  top: -11px;
  left: 50%;
}

.popover.bottom > .arrow:after {
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
  margin-left: -10px;
  top: 1px;
}

.popover.left > .arrow {
  border-left-color: #00000040;
  border-right-width: 0;
  margin-top: -11px;
  top: 50%;
  right: -11px;
}

.popover.left > .arrow:after {
  content: " ";
  border-left-color: #fff;
  border-right-width: 0;
  bottom: -10px;
  right: 1px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-inner > .item {
  -o-transition: .6s ease-in-out left;
  transition: left .6s ease-in-out;
  display: none;
  position: relative;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  display: block;
}

@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform .6s ease-in-out;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  width: 100%;
  position: absolute;
  top: 0;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  opacity: .5;
  filter: alpha(opacity= 50);
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  background-color: #0000;
  width: 15%;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.carousel-control.left {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#80000000", endColorstr= "#00000000", GradientType= 1);
  background-image: linear-gradient(to right, #00000080 0%, #0000 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  filter: progid:DXImageTransform. Microsoft. gradient(startColorstr= "#00000000", endColorstr= "#80000000", GradientType= 1);
  background-image: linear-gradient(to right, #0000 0%, #00000080 100%);
  background-repeat: repeat-x;
  left: auto;
  right: 0;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  opacity: .9;
  filter: alpha(opacity= 90);
  outline: 0;
  text-decoration: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  z-index: 5;
  margin-top: -10px;
  display: inline-block;
  position: absolute;
  top: 50%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  margin-left: -10px;
  left: 50%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  margin-right: -10px;
  right: 50%;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  z-index: 15;
  text-align: center;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
}

.carousel-indicators li {
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  margin: 1px;
  display: inline-block;
}

.carousel-indicators .active {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-caption {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px #0009;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  bottom: 20px;
  left: 15%;
  right: 15%;
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    padding-bottom: 30px;
    left: 20%;
    right: 20%;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

.center-block {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pull-right, .page-template-contact-us-php .l-aside, .mainMenuWrap {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0 / 0 a;
  color: #0000;
  text-shadow: none;
  background-color: #0000;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@font-face {
  font-family: Gotham-Bold;
  src: url("../Gotham-Bold.2c86fc32.eot#iefix") format("embedded-opentype"), url("../Gotham-Bold.2a24c364.otf") format("opentype"), url("../Gotham-Bold.4c469757.woff") format("woff"), url("../Gotham-Bold.0e76edc2.ttf") format("truetype"), url("../Gotham-Bold.34bdea19.svg#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gotham-Book;
  src: url("../Gotham-Book.5cb45cc4.eot#iefix") format("embedded-opentype"), url("../Gotham-Book.55ef426c.otf") format("opentype"), url("../Gotham-Book.a8e9f1cc.woff") format("woff"), url("../Gotham-Book.abd1f290.ttf") format("truetype"), url("../Gotham-Book.4749a614.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Gotham-Medium;
  src: url("../Gotham-Medium.a87381cf.eot#iefix") format("embedded-opentype"), url("../Gotham-Medium.85a6f0c1.otf") format("opentype"), url("../Gotham-Medium.b33e4528.woff") format("woff"), url("../Gotham-Medium.4da37b9f.ttf") format("truetype"), url("../Gotham-Medium.8542862f.svg#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: GothamCondensed-Bold;
  src: url("../GothamCondensed-Bold.5ccbaf2a.eot#iefix") format("embedded-opentype"), url("../GothamCondensed-Bold.01e75ebc.otf") format("opentype"), url("../GothamCondensed-Bold.d70062ee.woff") format("woff"), url("../GothamCondensed-Bold.8f49cf7f.ttf") format("truetype"), url("../GothamCondensed-Bold.ec968445.svg#GothamCondensed-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: GothamCondensed-Medium;
  src: url("../GothamCondensed-Medium.dff6b88b.eot#iefix") format("embedded-opentype"), url("../GothamCondensed-Medium.c1233c65.otf") format("opentype"), url("../GothamCondensed-Medium.ee6b7c14.woff") format("woff"), url("../GothamCondensed-Medium.ae9f358a.ttf") format("truetype"), url("../GothamCondensed-Medium.87869280.svg#GothamCondensed-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fp, .c-popular-link .c-popular-link__date, .article-content__post-date, .c-hero__caption, .o-section-intro, .c-site-footer__notices-and-legal__content, .c-news-latest, .c-result, .c-practice-area, .article-content .archiveItem__excerpt p, .article-content p, .article-content li, .hero__searchBarForm input:focus, .l-aside__subHeading, body {
  font-family: Gotham-Book, sans-serif;
}

.fp--medium, .pagination > div, .c-home-hero__content, .c-breadcrumbs a, .c-breadcrumbs span {
  font-family: Gotham-Medium, sans-serif;
}

.fp--bold, .archive-month-select, .similar-posts .similar-posts__post .similar-posts__tag, .c-site-footer__notices-and-legal__heading, .c-news--secondary h3, .c-news-latest h2, .article-content blockquote span:before, .article-content blockquote span:after, .gform_wrapper ul li#field_1_3 label, select.archive-dropdown {
  font-family: Gotham-Bold, sans-serif;
}

.fp--cond, .c-jump-to-links li a, .person-attributes-list li .person-attributes-list__note, div.mostPopularItem__link .mostPopularItem__date, .similar-posts .similar-posts__heading, .c-footer__tel, .c-office-locations li, .hero__searchBarForm, .c-home-hero-quote__attribution, .c-hero__aside, .o-home-content-section h2, .c-awards h2, .c-practice-areas h2, .mobileSecondary__item, .mobileSecondary__freeReview a, .mainMenuWrap ul#menu-main-menu a, .mainMenuWrap ul#menu-main-menu-2 a, .mainMenuWrap ul#menu-main-menu-1 a, .article-content h4, #stickyContactMenu ul li a, .l-aside .l-aside__heading, h1, h2, h3, h4, h5 {
  font-family: GothamCondensed-Medium, sans-serif;
}

.fp--condBold, .people-list .people-list__item .people-list__name, .c-our-process .tab-content .tab-pane .c-process-tab-controls a, .c-our-process .c-process-tabs li, .c-expertise-expandable-list .c-expertise-expandable-list__number, .c-our-attorneys__list .c-attorney__name, .c-our-record .c-our-record__value, .c-stand-out .c-stand-out__item, .c-page-intro .c-page-intro__links a, .c-site-footer__nav li, .c-site-footer ul li a, .btn, .c-btn--contact, .article-content .gform_button.button, .c-btn, .c-free-consultation-banner__heading, .c-free-consultation__name, .c-free-consultation-cta__heading-3, .c-result__value, .mainMenuWrap ul#menu-main-menu .sub-menu a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu a, #header-fixed .mainMenuWrap ul#menu-main-menu ul.sub-menu li a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 ul.sub-menu li a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 ul.sub-menu li a, .article-content blockquote footer, .article-content h3 {
  font-family: GothamCondensed-Bold, sans-serif;
}

@font-face {
  font-family: ChronicleDeck-SemiItalic;
  src: url("../ChronicleDeck-SemiItalic.fa5c9e2e.eot#iefix") format("embedded-opentype"), url("../ChronicleDeck-SemiItalic.66895f8e.otf") format("opentype"), url("../ChronicleDeck-SemiItalic.7a8f4c87.woff") format("woff"), url("../ChronicleDeck-SemiItalic.d51e22b8.ttf") format("truetype"), url("../ChronicleDeck-SemiItalic.43ac3543.svg#ChronicleDeck-SemiItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ChronicleDeck-Italic;
  src: url("../ChronicleDeck-Italic.7147f880.eot#iefix") format("embedded-opentype"), url("../ChronicleDeck-Italic.155d1134.otf") format("opentype"), url("../ChronicleDeck-Italic.0cbff3fa.woff") format("woff"), url("../ChronicleDeck-Italic.d6c9731e.ttf") format("truetype"), url("../ChronicleDeck-Italic.7bb4dd37.svg#ChronicleDeck-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: ChronicleDeck-Bold;
  src: url("../ChronicleDeck-Bold.9b2c865a.eot#iefix") format("embedded-opentype"), url("../ChronicleDeck-Bold.da89decd.otf") format("opentype"), url("../ChronicleDeck-Bold.d5ee4135.woff") format("woff"), url("../ChronicleDeck-Bold.b971210b.ttf") format("truetype"), url("../ChronicleDeck-Bold.eec2bcd3.svg#ChronicleDeck-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fs, .search .archiveItem__count, .blog-list .blog-list-post__title, .similar-posts .similar-posts__post .similar-posts__title, .c-stand-out h2, .c-page-intro p, .c-news--secondary a, .c-news-latest h3, .c-free-consultation-cta__heading-2, .c-free-consultation-cta__heading-1, .c-results h2, h1, .article-content .archiveItem__excerpt h3, .article-content h2, .page-sub-heading {
  font-family: ChronicleDeck-Bold;
}

.fs--italic, .page-template-template--landingPages .sidebarAccordion .accordionLinkGroup__item a, .search .c-hero .c-hero__searchCount, .c-popular-link .c-popular-link__title, .c-hero__caption span, .c-hero__caption a, .c-our-process .tab-content .tab-pane, .c-page-anchor-links a, .c-site-footer__nav-heading, #mainFooterMenu ul li a, .c-office-locations .c-office-locations__heading, .hero__searchBarText p, .hero__searchBarText, .c-home-hero-quote p, .c-hero--bio .c-hero__content p, .hero__searchBarForm input, .searchFilters li a, input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="search"].form-control, textarea.form-control {
  font-family: ChronicleDeck-Italic;
}

.fs--semiItalic, .error404 .article-content .pageContent, .c-jump-to-links li ul li a, .people-list .people-list__item .people-list__title, .person-attributes-list li, .c-aside-list li, .page-template-why-we-win .page-sub-heading, .c-expertise-expandable-list .c-expertise-expandable-list__heading, .c-attorneys__footer, .c-our-attorneys__list .c-attorney__position, .c-our-record .c-our-record__item, .c-free-consultation-banner__sub-heading, .c-hero--bio .c-hero__content, .c-hero--bio .c-hero__subheading, .mostPopularItem__link a, .article-content blockquote, .article-content em, .entry-content em {
  font-family: ChronicleDeck-SemiItalic;
}

.hero__searchBarForm input:-moz-placeholder {
  font-family: ChronicleDeck-SemiItalic;
}

.hero__searchBarForm input:-ms-input-placeholder {
  font-family: ChronicleDeck-SemiItalic;
}

.hero__searchBarForm input::-moz-placeholder {
  font-family: ChronicleDeck-SemiItalic;
}

.hero__searchBarForm input::-webkit-input-placeholder {
  font-family: ChronicleDeck-SemiItalic;
}

@font-face {
  font-family: HoeflerTextRegular;
  src: url("../HoeflerTextRegular.d248142b.eot");
  src: url("../HoeflerTextRegular.d248142b.eot") format("embedded-opentype"), url("../HoeflerTextRegular.b174e63d.woff2") format("woff2"), url("../HoeflerTextRegular.6b6ef9af.woff") format("woff"), url("../HoeflerTextRegular.f1fd4565.ttf") format("truetype"), url("../HoeflerTextRegular.7d0454f4.svg#HoeflerTextRegular") format("svg");
}

.ft, .c-practice-area__heading {
  font-family: HoeflerTextRegular;
}

[data-animate-css] {
  visibility: hidden;
}

.animated, #header-fixed.active {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite, .infinite#header-fixed.active {
  animation-iteration-count: infinite;
}

.animated.hinge, .hinge#header-fixed.active {
  animation-duration: 2s;
}

.animated.bounceIn, .bounceIn#header-fixed.active, .animated.bounceOut, .bounceOut#header-fixed.active, .animated.flipOutX, .flipOutX#header-fixed.active, .animated.flipOutY, .flipOutY#header-fixed.active {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  transform-origin: bottom;
  animation-name: bounce;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, .75, 1);
  }

  40% {
    transform: scale3d(.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, .85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0);
  }
}

.swing {
  transform-origin: top;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9)rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1)rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0)rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0)rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0)rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0)rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0)rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg)skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg)skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg)skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg)skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-.78125deg)skewY(-.78125deg);
  }

  77.7% {
    transform: skewX(.390625deg)skewY(.390625deg);
  }

  88.8% {
    transform: skewX(-.195313deg)skewY(-.195313deg);
  }
}

.jello {
  transform-origin: center;
  animation-name: jello;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    animation-timing-function: ease-out;
    transform: perspective(400px)rotate3d(0, 1, 0, -360deg);
  }

  40% {
    animation-timing-function: ease-out;
    transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -190deg);
  }

  50% {
    animation-timing-function: ease-in;
    transform: perspective(400px)translate3d(0, 0, 150px)rotate3d(0, 1, 0, -170deg);
  }

  80% {
    animation-timing-function: ease-in;
    transform: perspective(400px)scale3d(.95, .95, .95);
  }

  to {
    animation-timing-function: ease-in;
    transform: perspective(400px);
  }
}

.animated.flip, .flip#header-fixed.active {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@keyframes flipInY {
  from {
    opacity: 0;
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
  }

  40% {
    animation-timing-function: ease-in;
    transform: perspective(400px)rotate3d(0, 1, 0, -20deg);
  }

  60% {
    opacity: 1;
    transform: perspective(400px)rotate3d(0, 1, 0, 10deg);
  }

  80% {
    transform: perspective(400px)rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(1, 0, 0, -20deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(1, 0, 0, 90deg);
  }
}

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    opacity: 1;
    transform: perspective(400px)rotate3d(0, 1, 0, -15deg);
  }

  to {
    opacity: 0;
    transform: perspective(400px)rotate3d(0, 1, 0, 90deg);
  }
}

.flipOutY {
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@keyframes lightSpeedIn {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0)skewX(-30deg);
  }

  60% {
    opacity: 1;
    transform: skewX(20deg);
  }

  80% {
    opacity: 1;
    transform: skewX(-5deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)skewX(30deg);
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -200deg);
  }

  to {
    transform-origin: center;
    opacity: 1;
    transform: none;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: 0 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }

  to {
    transform-origin: 0 100%;
    opacity: 1;
    transform: none;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    transform-origin: 100% 100%;
    opacity: 1;
    transform: none;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: 0 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }

  to {
    transform-origin: 0 100%;
    opacity: 1;
    transform: none;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -90deg);
  }

  to {
    transform-origin: 100% 100%;
    opacity: 1;
    transform: none;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 200deg);
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: 0 100%;
    opacity: 1;
  }

  to {
    transform-origin: 0 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: 100% 100%;
    opacity: 1;
  }

  to {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: 0 100%;
    opacity: 1;
  }

  to {
    transform-origin: 0 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: 100% 100%;
    opacity: 1;
  }

  to {
    transform-origin: 100% 100%;
    opacity: 0;
    transform: rotate3d(0, 0, 1, 90deg);
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform-origin: 0 0;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 80deg);
  }

  40%, 80% {
    transform-origin: 0 0;
    opacity: 1;
    animation-timing-function: ease-in-out;
    transform: rotate3d(0, 0, 1, 60deg);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0)rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.1, .1, .1)translate3d(0, -1000px, 0);
  }

  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.1, .1, .1)translate3d(-1000px, 0, 0);
  }

  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.475, .475, .475)translate3d(10px, 0, 0);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.1, .1, .1)translate3d(1000px, 0, 0);
  }

  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.475, .475, .475)translate3d(-10px, 0, 0);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.1, .1, .1)translate3d(0, 1000px, 0);
  }

  60% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.475, .475, .475)translate3d(0, -60px, 0);
  }

  to {
    opacity: 0;
    transform-origin: bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.1, .1, .1)translate3d(0, 2000px, 0);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475)translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform-origin: 0;
    transform: scale(.1)translate3d(-2000px, 0, 0);
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475)translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform-origin: 100%;
    transform: scale(.1)translate3d(2000px, 0, 0);
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    transform: scale3d(.475, .475, .475)translate3d(0, 60px, 0);
  }

  to {
    opacity: 0;
    transform-origin: bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    transform: scale3d(.1, .1, .1)translate3d(0, -2000px, 0);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown, #header-fixed.active {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    visibility: visible;
    transform: translate3d(0, 100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

h1, h2, h3, h4, h5 {
  text-shadow: none;
  font-weight: normal;
}

.l-site-wrapper {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .l-site-wrapper {
    padding-top: 100px;
  }
}

@media screen and (max-width: 800px) {
  .l-site-wrapper {
    padding-top: 94px;
  }
}

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1250px) {
  .container {
    padding: 0 3.4rem;
  }
}

@media screen and (max-width: 1250px) and (max-width: 979px) {
  .container {
    padding: 0 1rem;
  }
}

.l-content {
  background: #fff;
  padding: 50px 0 60px;
}

.single .l-content {
  padding: 90px 0 60px;
}

.l-aside {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .l-aside {
    margin-top: 6rem;
  }
}

.l-aside .l-aside__heading {
  text-transform: uppercase;
  color: #001c31;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.l-aside .l-aside__heading--alt {
  color: #aaa;
  margin-bottom: 14px;
  line-height: 3rem;
}

@media (max-width: 992px) {
  .l-aside {
    text-align: left;
  }
}

.l-aside.l-contact-cities .l-aside__heading {
  margin-top: -80px;
  padding-top: 80px;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 800px) {
  html {
    font-size: 12px;
  }
}

body {
  color: #363636;
  background: #fff;
}

iframe {
  max-width: 100%;
}

a {
  color: #09f;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  text-decoration: none;
}

.page-sub-heading {
  color: #001c31;
  margin-bottom: 1.7rem;
  font-size: 4.5rem;
  line-height: 1;
}

.page-section-border:after, .c-our-expertise > .container:after, .c-attorneys__footer:after, .c-our-record .container:after {
  content: "";
  background: #d1d1d1;
  width: 86%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.align-right {
  float: right;
  padding-left: .5rem;
}

@media screen and (max-width: 500px) {
  .align-right {
    float: none;
    padding-left: 0;
  }
}

.single .l-content .container {
  z-index: 1;
  position: relative;
}

.single .l-content .container:after {
  content: "";
  z-index: -1;
  background: url("../watermark.b319a968.jpg");
  width: 567px;
  height: 529px;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.article-content--listing .wp-pagenavi span.current {
  color: #fff;
  background: #09f;
}

.article-content--listing .wp-pagenavi a:hover {
  background: #09f;
  color: #fff !important;
}

input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="search"].form-control, textarea.form-control {
  border-radius: 0;
  height: auto;
  padding: 1.1rem;
  font-size: 16px;
  font-weight: normal;
}

.l-aside__subHeading {
  color: #aaa;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.searchFilters li a {
  margin: .4rem 0;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: 18px;
  display: block;
}

.searchFilters li:first-child a {
  color: #001c31;
  border-right: 4px solid #001c31;
}

.article-content .gfield {
  padding-left: 0;
}

.article-content .gfield label {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
}

.article-content .gfield input[type="email"], .article-content .gfield input[type="text"], .article-content .gfield textarea {
  border: 4px solid #eee;
  padding: .8rem;
}

.article-content .gfield select {
  background-image: url("../selectArrow--lightGrey.876d588a.png");
}

.article-content .gfield input[type="radio"] {
  margin-top: 0 !important;
}

select {
  -webkit-appearance: none;
  appearance: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../selectArrow--grey.e8cecdb1.png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px 9px;
  border: 4px solid #eee;
  border-radius: 0;
  padding: .8rem;
  font-weight: bold;
}

select.archive-dropdown {
  text-align: right;
  float: right;
  border-color: #aaa;
  width: 100%;
  padding-right: 32px;
}

select.archive-dropdown:hover {
  background-image: url("../selectArrow--white.94ce49bb.png") !important;
}

.c-page-anchor-links li {
  list-style: none;
}

@media screen and (max-width: 1415px) {
  .at4-share-outer {
    display: none !important;
  }
}

.hero__searchBarForm input {
  height: 40px;
}

.hero__searchBarForm input:focus {
  font-size: 14px;
}

.hero__searchBarForm i {
  top: 12px !important;
}

#wpadminbar {
  z-index: 2147483647;
}

.c-free-consultation-banner__button a.c-btn {
  margin-top: 1rem;
}

.c-free-consultation-banner__button a.c-btn i {
  color: #000;
  top: 2px;
}

.c-free-consultation-banner__button a.c-btn:hover {
  background: #fff;
  border-color: #0000;
}

.c-free-consultation-banner__button a.c-btn:hover i {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .c-results .container {
    padding: 0 30px;
  }
}

.category-resources .contributorsSection, .category-sec-cftc-resources .contributorsSection, .category-qui-tam .contributorsSection, .category-firm-news .contributorsSection, .category-resources .archiveItem__date, .category-sec-cftc-resources .archiveItem__date, .category-qui-tam .archiveItem__date, .category-firm-news .archiveItem__date {
  display: none;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  min-width: 58%;
}

.gform_wrapper ul li#field_1_3 {
  max-width: 58%;
  margin-top: 1rem;
  padding: 1.5rem;
  background: #eee !important;
}

.gform_wrapper ul li#field_1_3 select {
  width: 100%;
  margin-left: 0 !important;
}

#menu-item-5002 a, #menu-main-menu-1 li:last-child a {
  cursor: pointer;
}

.category-firm-news .archiveItem__categories {
  display: none;
}

.l-aside__section--archive {
  margin-top: 2rem;
}

.l-main-content.article-content .archiveItem:first-child {
  padding-top: 0;
}

.similar-posts__post {
  transition: background .25s;
}

.similar-posts__post:hover {
  background-color: #eee;
}

body .gform_wrapper.gf_browser_gecko select, body .gform_wrapper.gf_browser_chrome select {
  padding: .8rem;
}

#field_1_23 {
  margin-top: 1rem;
}

#field_1_23, #field_1_24, #field_1_25 {
  max-width: none;
  padding: 1.5rem;
  background: #eee !important;
}

#field_1_24, #field_1_25 {
  float: left;
  clear: none;
  width: 50%;
  margin-bottom: 1rem;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #field_1_24, #field_1_25 {
    width: 100%;
    margin-top: 0;
  }

  #field_1_24 {
    margin-bottom: 0;
  }
}

#field_1_24 input {
  width: 100%;
}

body .gform_wrapper img.ui-datepicker-trigger {
  position: absolute;
  top: 47px;
  right: 34px;
}

#stickyContactMenu {
  z-index: 1000000;
  background: #001c31;
  width: 100%;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  #stickyContactMenu {
    display: block;
  }
}

#stickyContactMenu ul li:first-child {
  float: left;
}

#stickyContactMenu ul li:last-child {
  float: right;
}

#stickyContactMenu ul li a {
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 2.3rem;
  font-size: 2rem;
  display: block;
}

#stickyContactMenu ul li a i {
  color: #009d9e;
  background: #fff;
  border-radius: 8px;
  line-height: .66;
}

@media screen and (min-width: 980px) {
  .addthis-smartlayers-mobile {
    opacity: 0 !important;
    display: none !important;
  }
}

.addthis-smartlayers-mobile .at-share-dock.atss {
  box-shadow: none !important;
  bottom: 77px !important;
}

@media screen and (max-width: 800px) {
  .addthis-smartlayers-mobile .at-share-dock.atss {
    bottom: 57px !important;
  }
}

.post-type-archive-attorney .l-aside, .wsp-authors-title, .wsp-authors-list {
  display: none;
}

.entry-content {
  color: #717171;
  max-width: 785px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 1rem;
  line-height: 1.5;
}

.entry-content:empty {
  display: none;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.entry-content h1 span, .entry-content h2 span, .entry-content h3 span, .entry-content h4 span, .entry-content h5 span, .entry-content h6 span {
  color: #000 !important;
}

.entry-content h1 {
  font-size: 2.1875rem;
}

.entry-content h2 {
  font-size: 1.75rem;
}

.entry-content h3 {
  font-size: 1.5rem;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content em {
  font-style: italic;
}

.entry-content p {
  margin-bottom: 1.5em;
}

.entry-content ol, .entry-content ul {
  margin-top: 2em;
  margin-bottom: 2em;
  padding-left: 1.5em;
}

.entry-content ol {
  margin-left: 1.5rem;
  list-style-type: decimal;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content img {
  max-width: 100%;
  margin-bottom: .9em;
}

.entry-content hr {
  background: #eee;
  border: none;
  border-bottom: 1px solid #ddd;
  height: 2px;
  margin: 2rem 0;
}

.entry-content ol {
  padding-left: .5rem;
}

@media screen and (max-width: 600px) {
  .entry-content .alignleft, .entry-content .alignright, .entry-content .aligncenter {
    float: none !important;
    margin: 0 auto !important;
    display: block !important;
  }
}

.entry-content .alignleft {
  float: left;
  margin-right: 1rem;
  display: inline;
}

.entry-content .alignright {
  float: right;
  margin-left: 1rem;
  display: inline;
}

.entry-content .aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}

.entry-content .assistive-text {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content .comment-content img, .entry-content .widget img {
  max-width: 100%;
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content img[class*="align"], .entry-content img[class*="wp-image-"] {
  height: auto;
}

.entry-content .site-header img, .entry-content .entry-content img, .entry-content img.size-full {
  width: auto;
  max-width: 100%;
}

.entry-content .entry-content img.wp-smiley, .entry-content .comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.entry-content .wp-caption {
  color: #969697;
  border: none;
  max-width: 100%;
  margin-bottom: 0;
  font-size: .9375rem;
}

.entry-content .wp-caption.aligncenter, .entry-content .wp-caption.alignleft, .entry-content .wp-caption.alignright {
  margin-bottom: 0;
}

.entry-content .wp-caption img {
  max-width: 98%;
  margin: 1.2% auto 0;
  display: block;
}

.entry-content .wp-caption-text {
  text-align: center;
}

.entry-content .wp-caption .wp-caption-text {
  margin: .8075em 0 0;
}

.entry-content .site-content .gallery {
  margin-bottom: 1.5em;
}

.entry-content .site-content .gallery a img {
  border: none;
  max-width: 90%;
  height: auto;
}

.entry-content .site-content .gallery dd {
  margin: 0;
}

.entry-content embed, .entry-content iframe, .entry-content object {
  max-width: 100%;
}

.entry-content table {
  color: #333;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 1rem 0;
}

.entry-content td, .entry-content th {
  vertical-align: middle;
  border: 1px solid #0000;
  height: 3rem;
  transition: all .3s;
}

.entry-content th {
  background: #dfdfdf;
  font-weight: bold;
}

.entry-content td {
  text-align: center;
  background: #fafafa;
}

.entry-content tr:nth-child(2n) td {
  background: #f1f1f1;
}

.entry-content tr:nth-child(odd) td {
  background: #fefefe;
}

.entry-content tr td:hover {
  color: #fff;
  background: #666;
}

.article-content em {
  font-style: italic;
}

.article-content h2 {
  color: #001c31;
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 2.3rem;
  line-height: 3rem;
}

.article-content h3 {
  color: #001c31;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.98rem;
  line-height: 32px;
}

.article-content h4 {
  color: #666;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 32px;
}

.article-content figcaption {
  color: #666;
  padding-top: 5px;
  font-size: 15px;
}

.article-content figcaption a {
  color: #666;
  text-decoration: underline;
}

.article-content figcaption a:after {
  display: none;
}

.article-content p, .article-content li {
  color: #001c31;
  font-size: 1.05rem;
  line-height: 2rem;
}

.article-content p {
  margin-bottom: 2rem;
}

.article-content p.wp-caption-text {
  margin-top: 10px;
  margin-bottom: 2rem;
  font-size: 12px;
  line-height: 1.5;
}

.article-content blockquote {
  color: #b7b7b7;
  border: 1px solid #d1d1d1;
  border-left: none;
  border-right: none;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 19px 0;
  font-size: 27px;
  line-height: 39px;
}

.article-content blockquote span {
  font-size: 32px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .article-content blockquote span {
    font-size: 20px;
    line-height: 1.5;
  }
}

.article-content blockquote span:before, .article-content blockquote span:after {
  color: #ff5f01;
  font-size: 85px;
  line-height: 48px;
  position: absolute;
}

.article-content blockquote span:before {
  content: "“";
  top: 5px;
  left: -60px;
}

.article-content blockquote span:after {
  content: "”";
  bottom: -21px;
  right: -60px;
}

.article-content blockquote footer {
  color: #001c31;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 23px;
  line-height: 48px;
}

.article-content blockquote footer:before {
  display: none;
}

.article-content blockquote footer a:not(.btn) {
  color: #001c31;
  text-decoration: underline;
}

.article-content blockquote footer a:not(.btn):after {
  display: none;
}

.article-content blockquote:not(.articleBlockQuote) {
  quotes: "“" "”" "‘" "’";
  text-indent: -12px;
  border: none;
}

.article-content blockquote:not(.articleBlockQuote):before {
  content: open-quote;
  color: #001c31;
  padding-right: 3px;
  font-size: 21px;
  position: relative;
  top: 1px;
}

.article-content blockquote:not(.articleBlockQuote) p {
  display: inline;
}

.article-content ul, .article-content ol {
  margin-top: 2rem;
  margin-bottom: 10px;
}

.article-content ul li, .article-content ol li {
  padding: 0 0 16px 35px;
}

.article-content ul ul, .article-content ol ul {
  margin: 0;
}

.article-content ol {
  counter-reset: item;
  list-style-type: none;
}

.article-content ol > li {
  position: relative;
}

.article-content ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #ff5f01;
  position: absolute;
  left: 0;
}

.article-content ol ul {
  counter-reset: innerAlpha;
}

.article-content ol ul li {
  padding-bottom: 1px;
}

.article-content ol ul li:before {
  content: counter(innerAlpha, lower-alpha) ". ";
  counter-increment: innerAlpha;
  color: #ff5f01;
  background: none;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.article-content ul ul {
  margin-bottom: 0;
}

.article-content ul li {
  position: relative;
}

.article-content ul li:before {
  content: "";
  background: #ff5f01;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: 0;
}

.article-content ul li li {
  padding-left: 35px;
  padding-bottom: 0 !important;
}

.article-content ul li li:before {
  content: "";
  background: #fff;
  border: 2px solid #ff5f01;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  left: -1px;
}

.article-content ul li li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 650px) {
  .article-content {
    padding-top: 0;
  }

  .article-content figure {
    margin-bottom: 2rem;
  }
}

.article-content .panel .panel-heading .panel-title a {
  color: #363636;
}

.l-aside .panel-title {
  font-size: 22px;
}

.home .header {
  border-bottom: 1px solid #d1d1d1;
}

.header {
  color: #fff;
  z-index: 10000000;
  background: #001c31;
  padding: 2rem 0 0;
  position: relative;
}

.header .container {
  position: relative;
}

@media screen and (max-width: 1100px) {
  .header {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: fixed;
    top: 0;
    left: 0;
  }

  .header .container {
    height: 70px;
  }
}

.header a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.125rem;
}

@media screen and (max-width: 1226px) {
  .header a {
    font-size: 1rem;
  }
}

#header-fixed {
  width: 100%;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#header-fixed.active {
  display: block;
}

#header-fixed .mainMenuWrap ul#menu-main-menu a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 a {
  padding: .5rem 1.6rem 1rem;
  font-size: 1.1rem;
}

#header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child), #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child), #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child) {
  display: inline-block;
  position: relative;
}

#header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child):hover > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child):hover > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child):hover > a:after {
  height: .7rem;
}

#header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-item > a, #header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-ancestor > a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-item > a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-ancestor > a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-item > a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-ancestor > a {
  color: #ffad00;
}

#header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-item > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-ancestor > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-item > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-ancestor > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-item > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-ancestor > a:after {
  height: .7rem;
}

#header-fixed .mainMenuWrap ul#menu-main-menu > li.menu-item-has-children:hover > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 > li.menu-item-has-children:hover > a:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 > li.menu-item-has-children:hover > a:after {
  height: .4rem;
}

#header-fixed .mainMenuWrap ul#menu-main-menu li:last-child, #header-fixed .mainMenuWrap ul#menu-main-menu-2 li:last-child, #header-fixed .mainMenuWrap ul#menu-main-menu-1 li:last-child {
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) 1.5s;
  transform: translate3d(0, 0, 0);
}

#header-fixed .mainMenuWrap ul#menu-main-menu li:last-child a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 li:last-child a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 li:last-child a {
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) 2s;
  transform: translate3d(0, 0, 0);
}

#header-fixed .mainMenuWrap ul#menu-main-menu li:last-child:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 li:last-child:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 li:last-child:after {
  transition: background-color .9s cubic-bezier(.07, .98, .24, .98);
}

#header-fixed .mainMenuWrap ul#menu-main-menu li:last-child:hover:after, #header-fixed .mainMenuWrap ul#menu-main-menu-2 li:last-child:hover:after, #header-fixed .mainMenuWrap ul#menu-main-menu-1 li:last-child:hover:after {
  background-color: #007acc;
}

#header-fixed .mainMenuWrap ul#menu-main-menu ul.sub-menu li a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 ul.sub-menu li a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 ul.sub-menu li a {
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  border-left: none;
  padding: .7rem;
  font-size: .9rem;
}

#header-fixed .mainMenuWrap ul#menu-main-menu ul.sub-menu li:not(:first-child) a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 ul.sub-menu li:not(:first-child) a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 ul.sub-menu li:not(:first-child) a {
  border-top: none;
}

#header-fixed .mainMenuWrap ul#menu-main-menu ul.sub-menu li:last-child a, #header-fixed .mainMenuWrap ul#menu-main-menu-2 ul.sub-menu li:last-child a, #header-fixed .mainMenuWrap ul#menu-main-menu-1 ul.sub-menu li:last-child a {
  border-bottom: none;
}

#header-fixed .logoWrap {
  bottom: initial;
  display: none;
}

#header-fixed .fixedLogoWrap {
  display: block;
}

#header-fixed .fixedLogoWrap img {
  width: 210px;
  height: 51px;
}

.logoWrap, .fixedLogoWrap {
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 1rem;
}

@media screen and (max-width: 1100px) {
  .logoWrap, .fixedLogoWrap {
    left: 0;
  }
}

.logoWrap__logo svg {
  width: 276px;
  height: 66px;
}

@media screen and (max-width: 1145px) {
  .logoWrap__logo svg {
    width: 206px;
    height: 56px;
  }
}

.fixedLogoWrap {
  display: none;
}

.fixedLogoWrap .logoWrap__logo img {
  margin: .7rem 0;
}

.mainMenuWrap {
  text-align: right;
  width: 810%;
  margin-top: 1rem;
}

@media screen and (max-width: 1170px) {
  .mainMenuWrap {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  .mainMenuWrap {
    width: 810%;
    display: none;
  }
}

.mainMenuWrap ul#menu-main-menu, .mainMenuWrap ul#menu-main-menu-2, .mainMenuWrap ul#menu-main-menu-1 {
  margin-bottom: 0;
  font-size: 0;
}

.mainMenuWrap ul#menu-main-menu li, .mainMenuWrap ul#menu-main-menu-2 li, .mainMenuWrap ul#menu-main-menu-1 li {
  display: block;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child), .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child), .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child) {
  display: inline-block;
  position: relative;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child):hover > a, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child):hover > a, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child):hover > a {
  color: #ffad00;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child):hover > a:after, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child):hover > a:after, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child):hover > a:after {
  height: 1rem;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child):hover .sub-menu, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child):hover .sub-menu, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child):hover .sub-menu {
  visibility: visible;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-item > a, .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-ancestor > a, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-item > a, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-ancestor > a, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-item > a, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-ancestor > a {
  color: #ffad00;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-item > a:after, .mainMenuWrap ul#menu-main-menu > li:not(:last-child).current-menu-ancestor > a:after, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-item > a:after, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child).current-menu-ancestor > a:after, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-item > a:after, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child).current-menu-ancestor > a:after {
  height: 1rem;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child) > a, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child) > a, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child) > a {
  text-align: left;
}

.mainMenuWrap ul#menu-main-menu > li:not(:last-child) > a:after, .mainMenuWrap ul#menu-main-menu-2 > li:not(:last-child) > a:after, .mainMenuWrap ul#menu-main-menu-1 > li:not(:last-child) > a:after {
  content: "";
  background: #fff;
  width: 100%;
  height: .4rem;
  transition: height .2s cubic-bezier(0, .29, .8, .99);
  position: absolute;
  bottom: -1px;
  left: 0;
}

.mainMenuWrap ul#menu-main-menu > li.menu-item-has-children:hover > a:after, .mainMenuWrap ul#menu-main-menu-2 > li.menu-item-has-children:hover > a:after, .mainMenuWrap ul#menu-main-menu-1 > li.menu-item-has-children:hover > a:after {
  height: .9rem;
}

.mainMenuWrap ul#menu-main-menu > li:last-child, .mainMenuWrap ul#menu-main-menu-2 > li:last-child, .mainMenuWrap ul#menu-main-menu-1 > li:last-child {
  border-bottom: 1px solid #09f;
  border-left: 1px solid #363636;
  display: inline-block;
  transform: translate3d(0, -200%, 0);
}

.mainMenuWrap ul#menu-main-menu > li:last-child.active, .mainMenuWrap ul#menu-main-menu-2 > li:last-child.active, .mainMenuWrap ul#menu-main-menu-1 > li:last-child.active {
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) 1.5s;
  transform: translate3d(0, 0, 0);
}

.mainMenuWrap ul#menu-main-menu > li:last-child.active a, .mainMenuWrap ul#menu-main-menu-2 > li:last-child.active a, .mainMenuWrap ul#menu-main-menu-1 > li:last-child.active a {
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) 2s;
  transform: translate3d(0, 0, 0);
}

.mainMenuWrap ul#menu-main-menu > li:last-child:after, .mainMenuWrap ul#menu-main-menu-2 > li:last-child:after, .mainMenuWrap ul#menu-main-menu-1 > li:last-child:after {
  content: "";
  z-index: -1;
  background: #09f;
  border-left: 1px solid #363636;
  width: calc(100% + 1px);
  height: 200%;
  position: absolute;
  top: -100%;
  left: -1px;
}

.mainMenuWrap ul#menu-main-menu > li:last-child a, .mainMenuWrap ul#menu-main-menu-2 > li:last-child a, .mainMenuWrap ul#menu-main-menu-1 > li:last-child a {
  text-align: center;
  z-index: 1;
  border: none;
  font-size: 1.312rem;
  position: relative;
  transform: translate3d(0, -200%, 0);
}

.mainMenuWrap ul#menu-main-menu > li:last-child a span, .mainMenuWrap ul#menu-main-menu-2 > li:last-child a span, .mainMenuWrap ul#menu-main-menu-1 > li:last-child a span {
  font-size: .8125rem;
  display: block;
}

.mainMenuWrap ul#menu-main-menu > li:last-child a, .mainMenuWrap ul#menu-main-menu > li:last-child:after, .mainMenuWrap ul#menu-main-menu-2 > li:last-child a, .mainMenuWrap ul#menu-main-menu-2 > li:last-child:after, .mainMenuWrap ul#menu-main-menu-1 > li:last-child a, .mainMenuWrap ul#menu-main-menu-1 > li:last-child:after {
  transition: background-color .9s cubic-bezier(.07, .98, .24, .98);
}

.mainMenuWrap ul#menu-main-menu > li:last-child:hover:after, .mainMenuWrap ul#menu-main-menu-2 > li:last-child:hover:after, .mainMenuWrap ul#menu-main-menu-1 > li:last-child:hover:after {
  background-color: #007acc;
}

.mainMenuWrap ul#menu-main-menu a, .mainMenuWrap ul#menu-main-menu-2 a, .mainMenuWrap ul#menu-main-menu-1 a {
  border-top: 1px solid #363636;
  border-bottom: 0;
  border-left: 1px solid #363636;
  padding: 1.6rem 1.6rem 1.8rem;
  line-height: 1;
  display: block;
  position: relative;
}

.mainMenuWrap ul#menu-main-menu .sub-menu, .mainMenuWrap ul#menu-main-menu-2 .sub-menu, .mainMenuWrap ul#menu-main-menu-1 .sub-menu {
  visibility: hidden;
  z-index: 1;
  width: calc(100% - 1px);
  position: absolute;
  top: calc(100% - .4rem);
  left: 1px;
  box-shadow: 0 3px 10px #0000001a;
}

.mainMenuWrap ul#menu-main-menu .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu li:first-child a {
  border-top: 1rem solid #fff;
}

.mainMenuWrap ul#menu-main-menu .sub-menu li:hover a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu li:hover a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu li:hover a {
  color: #09f;
}

.mainMenuWrap ul#menu-main-menu .sub-menu li:not(:first-child) a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu li:not(:first-child) a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu li:not(:first-child) a {
  border-top: none;
}

.mainMenuWrap ul#menu-main-menu .sub-menu li:last-child a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu li:last-child a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu li:last-child a {
  border-bottom: none;
}

.mainMenuWrap ul#menu-main-menu .sub-menu a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu a {
  text-align: left;
  color: #001c31;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-left: none;
  padding: .7rem;
  font-size: .9rem;
}

@media screen and (max-width: 1226px) {
  .mainMenuWrap ul#menu-main-menu .sub-menu a, .mainMenuWrap ul#menu-main-menu-2 .sub-menu a, .mainMenuWrap ul#menu-main-menu-1 .sub-menu a {
    font-size: .875rem;
  }
}

.mainMenuWrap ul#menu-main-menu li.menu-item-43 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-43 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-43 > a:after {
  background: #ffad00;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-43 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-43 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-43 .sub-menu li:first-child a {
  border-top-color: #ffad00;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-38432 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-38432 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-38432 > a:after {
  background: #00b8ba;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-38432 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-38432 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-38432 .sub-menu li:first-child a {
  border-top-color: #00b8ba;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-38 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-38 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-38 > a:after {
  background: #ad15cc;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-38 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-38 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-38 .sub-menu li:first-child a {
  border-top-color: #ad15cc;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-35 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-35 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-35 > a:after {
  background: #df1900;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-35 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-35 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-35 .sub-menu li:first-child a {
  border-top-color: #df1900;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-42 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-42 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-42 > a:after {
  background: #00a735;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-42 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-42 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-42 .sub-menu li:first-child a {
  border-top-color: #00a735;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-31 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-31 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-31 > a:after {
  background: #ff6f1a;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-31 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-31 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-31 .sub-menu li:first-child a {
  border-top-color: #ff6f1a;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-33 > a:after, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-33 > a:after, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-33 > a:after {
  background: #d40078;
}

.mainMenuWrap ul#menu-main-menu li.menu-item-33 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-2 li.menu-item-33 .sub-menu li:first-child a, .mainMenuWrap ul#menu-main-menu-1 li.menu-item-33 .sub-menu li:first-child a {
  border-top-color: #d40078;
}

@media screen and (max-width: 1100px) {
  #header-fixed.active {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .addthis-smartlayers-mobile .at-share-dock.atss {
    position: relative;
  }
}

.footerCopyWrap {
  text-align: left;
}

.footerCopyWrap .c-site-footer__notices-and-legal__heading {
  width: auto;
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .footerCopyWrap .c-site-footer__notices-and-legal__content {
    padding-left: 0;
    display: inline;
  }
}

.footerUtilityNav {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .footerUtilityNav {
    margin-top: 1rem;
  }
}

.footerUtilityNav li {
  display: inline-block;
}

.footerUtilityNav li:before {
  content: " | ";
}

@media screen and (max-width: 1024px) {
  .footerUtilityNav li:first-child:before {
    display: none;
  }

  .flexRow--notice--first .c-site-footer__notices-and-legal__heading {
    width: 100%;
    display: block;
  }
}

.flexRow--notice {
  justify-content: space-around;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .flexRow--notice {
    flex-direction: column;
    padding: 0 1rem;
    display: flex;
  }
}

.flexRow--notice .c-site-footer__notices-and-legal__heading {
  text-align: right;
  flex-basis: 16%;
  padding: 0;
}

@media screen and (max-width: 1260px) {
  .flexRow--notice .c-site-footer__notices-and-legal__heading {
    flex-basis: 20%;
  }
}

@media screen and (max-width: 1024px) {
  .flexRow--notice .c-site-footer__notices-and-legal__heading {
    flex-basis: initial;
  }
}

.flexRow--notice .c-site-footer__notices-and-legal__content {
  flex-basis: 74%;
}

@media screen and (max-width: 1260px) {
  .flexRow--notice .c-site-footer__notices-and-legal__content {
    flex-basis: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .flexRow--notice .c-site-footer__notices-and-legal__content {
    flex-basis: initial;
  }
}

.mobileNavWrap {
  position: relative;
}

.mobileNavWrap.mobileNavWrap--active .mobileNav {
  transform: translate3d(-100%, 0, 0);
}

.mobileNavWrap.mobileNavWrap--active .mobileNavTrigger {
  background: gray;
}

.mobileNavWrap.mobileNavWrap--active .mobileNavTrigger svg rect {
  fill: #fff;
}

.mobileLogo {
  max-width: 150px;
  padding: 1rem;
}

.mobileLogo svg {
  width: 243px;
  height: 33px;
}

.mobileNavTrigger {
  color: #fff;
  cursor: pointer;
  padding: .9rem 1rem;
  font-size: 2.2rem;
  line-height: .8;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.mobileNav {
  z-index: 10;
  background: gray;
  width: 100%;
  max-width: 522px;
  transition: transform .55s cubic-bezier(.07, .98, .24, .98) .9s;
  position: absolute;
  top: 1rem;
  left: 100%;
  transform: translate3d(0, 0, 0);
}

.mobileNav ul {
  background: #414042;
  margin: 0;
  padding: 1rem 0;
}

.mobileNav a {
  color: gray;
  text-transform: uppercase;
  text-align: right;
  padding: 1rem 5rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}

.mobileNav a:hover {
  color: #fff;
  background: #333;
}

@media screen and (max-width: 600px) {
  .mobileNav a {
    padding: 1rem;
    font-size: .8rem;
  }
}

.c-navigation-toggle {
  cursor: pointer;
  color: #fff;
  padding: .5rem;
  font-size: 33px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1100px) {
  .c-navigation-toggle {
    display: block;
  }
}

.c-mobile-nav {
  box-sizing: border-box;
  z-index: 9999999;
  background: #001d31;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  transition: all .4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  overflow: scroll;
  transform: translate3d(0, -100%, 0);
}

.c-mobile-nav .menu-mobile-menu-container {
  padding-right: 20px;
}

.c-mobile-nav ul {
  margin: 0 !important;
}

.c-mobile-nav ul > li {
  margin-bottom: 0;
  list-style: none !important;
}

.c-mobile-nav ul > li a {
  color: #fff;
  text-transform: uppercase;
  text-align: right;
  padding: 1rem 2rem;
  font: 1.8rem / 1.2rem GothamCondensed-Medium;
  text-decoration: none;
  display: block;
  position: relative;
}

.c-mobile-nav ul > li a:after {
  content: "";
  background: #fff;
  width: .4rem;
  height: 100%;
  transition: height .2s cubic-bezier(0, .29, .8, .99);
  position: absolute;
  top: 0;
  right: 0;
}

.c-mobile-nav ul li.menu-item-has-children > a:before {
  content: "";
  padding-right: 1rem;
  font-family: fontawesome;
  font-size: .8rem;
  display: inline-block;
  transform: translateY(-4px);
}

.c-mobile-nav ul li.menu-item-has-children > a.active:before {
  content: "";
}

.c-mobile-nav ul li:first-child > a:after, .c-mobile-nav ul li:first-child .sub-menu {
  background: #d59710;
}

.c-mobile-nav ul li:first-child .sub-menu li a {
  border-top-color: #d59710;
  border-bottom: 2px solid #a6750c;
}

.c-mobile-nav ul li:nth-child(2) > a:after, .c-mobile-nav ul li:nth-child(2) .sub-menu {
  background: #009d9e;
}

.c-mobile-nav ul li:nth-child(2) .sub-menu li a {
  border-top-color: #009d9e;
  border-bottom: 2px solid #006a6b;
}

.c-mobile-nav ul li:nth-child(4) > a:after, .c-mobile-nav ul li:nth-child(4) .sub-menu {
  background: #9500b4;
}

.c-mobile-nav ul li:nth-child(4) .sub-menu li a {
  border-top-color: #9500b4;
  border-bottom: 2px solid #6b0081;
}

.c-mobile-nav ul li:nth-child(5) > a:after, .c-mobile-nav ul li:nth-child(5) .sub-menu {
  background: #b71602;
}

.c-mobile-nav ul li:nth-child(5) .sub-menu li a {
  border-top-color: #b71602;
  border-bottom: 2px solid #851001;
}

.c-mobile-nav ul li:nth-child(6) > a:after, .c-mobile-nav ul li:nth-child(6) .sub-menu {
  background: #008d2d;
}

.c-mobile-nav ul li:nth-child(6) .sub-menu li a {
  border-top-color: #008d2d;
  border-bottom: 2px solid #005a1d;
}

.c-mobile-nav ul li:nth-child(3) > a:after, .c-mobile-nav ul li:nth-child(3) .sub-menu {
  background: #ff5f01;
}

.c-mobile-nav ul li:nth-child(3) .sub-menu li a {
  border-top-color: #ff5f01;
  border-bottom: 2px solid #cd4c00;
}

.c-mobile-nav ul li:nth-child(7) > a:after, .c-mobile-nav ul li:nth-child(7) .sub-menu {
  background: #b20265;
}

.c-mobile-nav ul li:nth-child(7) .sub-menu li a {
  border-top-color: #b20265;
  border-bottom: 2px solid #800148;
}

.c-mobile-nav ul li.menu-item-279 > a:after, .c-mobile-nav ul li.menu-item-279 .sub-menu {
  background: #09f;
}

.c-mobile-nav ul li.menu-item-279 .sub-menu li a {
  border-top-color: #09f;
  border-bottom: 2px solid #007acc;
}

.c-mobile-nav ul li.menu-item-18085, .c-mobile-nav ul .sub-menu {
  display: none;
}

.c-mobile-nav ul .sub-menu li a {
  border-bottom: 2px solid;
  font-size: 1.5rem;
}

.c-mobile-nav ul .sub-menu li a:after {
  display: none;
}

.c-mobile-nav.is-active {
  transform: translate3d(0, 31px, 0);
}

body.mobileNav-is-active {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.mobileSecondary__freeReview a {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #09f;
  margin-top: 4rem;
  padding: 1.5rem;
  font-size: 2.5rem;
  display: block;
}

.mobileSecondary__group {
  flex-basis: 33%;
  margin-top: 1rem;
  margin-bottom: 7rem;
  display: flex;
}

.mobileSecondary__item {
  color: #fff;
  text-align: center;
  flex-basis: 33.333%;
  padding: 1.5rem;
  font-size: 2rem;
  display: inline-block;
}

@media screen and (max-width: 500px) {
  .mobileSecondary__item {
    padding: 1rem;
    font-size: 1.3rem;
  }
}

.mobileSecondary__item a {
  color: #fff;
}

.mobileSecondary__tel span {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 1rem 2rem;
}

.mobileSecondary__language__switch {
  position: relative;
}

.mobileSecondary__language__switch a {
  color: #09f;
}

.mobileSecondary__language__switch a i.fa-globe {
  color: #fff;
}

.mobileSecondary__language__switch ul {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border: 1px solid #aaa;
  width: 210px;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) .6s, opacity .9s cubic-bezier(.07, .98, .24, .98), visibility 0s linear 1s;
  position: absolute;
  bottom: 60px;
  left: 26px;
  transform: translate3d(0, -40px, 0);
}

.mobileSecondary__language__switch ul.active {
  opacity: 1;
  visibility: visible;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98), opacity .9s cubic-bezier(.07, .98, .24, .98), visibility linear;
  transform: translate3d(0, 0, 0);
}

.mobileSecondary__language__switch ul li a {
  color: #001c31;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 1.3rem 1rem;
  font-size: 1.6rem;
  display: block;
}

.mobileSecondary__language__switch ul li a:hover {
  color: #fff;
  background: #09f;
}

.mobileSecondary__language__switch ul li:last-child {
  border: none;
}

.mobileSecondary__other a i {
  color: gray;
  padding: 0 1rem;
}

.mainContent {
  background: #fff;
  padding: 3em 0;
}

.article-content .archiveItem {
  padding: 2.5em 0;
}

.article-content .archiveItem__date {
  color: #aaa;
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1em;
}

.article-content .archiveItem__excerpt, .article-content .archiveItem__thumbnail {
  vertical-align: top;
  display: inline-block;
}

.article-content .archiveItem__categories {
  color: #aaa;
}

.article-content .archiveItem__categories a:after {
  display: none;
}

.article-content .archiveItem__excerpt {
  width: 65%;
  margin-right: 2%;
}

@media screen and (max-width: 1100px) {
  .article-content .archiveItem__excerpt {
    width: 100%;
  }
}

.article-content .archiveItem__excerpt h3 {
  text-transform: none;
  margin-top: 0;
}

.article-content .archiveItem__content--noThumnb .archiveItem__excerpt {
  width: 100%;
  margin-right: 0;
}

.article-content .archiveItem__thumbnail {
  width: 30%;
}

.article-content .archiveItem__thumbnail img {
  height: auto;
}

.mostPopularItem__link {
  display: block;
}

.mostPopularItem__link a {
  color: #001d31;
  padding: .5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5rem;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98);
  transform: translateX(.5rem);
}

.mostPopularItem__link a:hover {
  background-color: #aaa;
  transform: translateX(0);
  color: #fff !important;
}

.mostPopularItem__link a:hover i {
  color: #fff !important;
}

.o-home-content-section, .c-awards, .c-practice-areas {
  background: url("../bg--practice-areas.617c3e04.jpg") center;
}

.o-home-content-section h2, .c-awards h2, .c-practice-areas h2 {
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
  width: 86%;
  max-width: 1104px;
  margin: 0 auto 10px;
  padding-bottom: 17px;
  font-size: 2.88rem;
  line-height: 4rem;
}

.formConfirmation {
  padding: 0 20px;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

h1 {
  color: #fff;
  text-shadow: 2px 2px 3px #000000b3;
  font-size: 4.19rem;
  line-height: 4.19rem;
}

img {
  max-width: 100%;
  height: auto;
}

.blog .hero__searchBar, body.archive.date .hero__searchBar, .category-whistleblower-blog:not(.search) .hero__searchBar, .category-in-the-media:not(.search) .hero__searchBar, .category-sec-cftc-blog:not(.search) .hero__searchBar, .category-whistleblowerlawinsights:not(.search) .hero__searchBar, .page-color-green .hero__searchBar, .category-articles-by-attorneys .hero__searchBar, body.color-scheme-news-and-insights:not(.search) .hero__searchBar {
  border-color: #b71602;
}

.blog .hero__searchBar .btn.btn--primary, body.archive.date .hero__searchBar .btn.btn--primary, .category-whistleblower-blog:not(.search) .hero__searchBar .btn.btn--primary, .category-in-the-media:not(.search) .hero__searchBar .btn.btn--primary, .category-sec-cftc-blog:not(.search) .hero__searchBar .btn.btn--primary, .category-whistleblowerlawinsights:not(.search) .hero__searchBar .btn.btn--primary, .page-color-green .hero__searchBar .btn.btn--primary, .category-articles-by-attorneys .hero__searchBar .btn.btn--primary, body.color-scheme-news-and-insights:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #b71602;
}

.blog .hero__searchBar .btn.btn--primary:after, body.archive.date .hero__searchBar .btn.btn--primary:after, .category-whistleblower-blog:not(.search) .hero__searchBar .btn.btn--primary:after, .category-in-the-media:not(.search) .hero__searchBar .btn.btn--primary:after, .category-sec-cftc-blog:not(.search) .hero__searchBar .btn.btn--primary:after, .category-whistleblowerlawinsights:not(.search) .hero__searchBar .btn.btn--primary:after, .page-color-green .hero__searchBar .btn.btn--primary:after, .category-articles-by-attorneys .hero__searchBar .btn.btn--primary:after, body.color-scheme-news-and-insights:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.blog .hero__searchBar .btn.btn--primary:hover, body.archive.date .hero__searchBar .btn.btn--primary:hover, .category-whistleblower-blog:not(.search) .hero__searchBar .btn.btn--primary:hover, .category-in-the-media:not(.search) .hero__searchBar .btn.btn--primary:hover, .category-sec-cftc-blog:not(.search) .hero__searchBar .btn.btn--primary:hover, .category-whistleblowerlawinsights:not(.search) .hero__searchBar .btn.btn--primary:hover, .page-color-green .hero__searchBar .btn.btn--primary:hover, .category-articles-by-attorneys .hero__searchBar .btn.btn--primary:hover, body.color-scheme-news-and-insights:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #b71602;
  background-color: #fff;
}

.blog .hero__searchBar .btn.btn--primary:hover:after, body.archive.date .hero__searchBar .btn.btn--primary:hover:after, .category-whistleblower-blog:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .category-in-the-media:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .category-sec-cftc-blog:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .category-whistleblowerlawinsights:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .page-color-green .hero__searchBar .btn.btn--primary:hover:after, .category-articles-by-attorneys .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-news-and-insights:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .blog .l-main-content .blog-list a, body.archive.date .l-main-content .blog-list a, .category-whistleblower-blog:not(.search) .l-main-content .blog-list a, .category-in-the-media:not(.search) .l-main-content .blog-list a, .category-sec-cftc-blog:not(.search) .l-main-content .blog-list a, .category-whistleblowerlawinsights:not(.search) .l-main-content .blog-list a, .page-color-green .l-main-content .blog-list a, .category-articles-by-attorneys .l-main-content .blog-list a, body.color-scheme-news-and-insights:not(.search) .l-main-content .blog-list a {
  color: #b71602;
}

.blog .c-hero, .blog .c-home-hero-quote, .blog .hero__searchBar, .blog .c-free-consultation-banner, .blog .mostPopularItem__link a:hover, body.archive.date .c-hero, body.archive.date .c-home-hero-quote, body.archive.date .hero__searchBar, body.archive.date .c-free-consultation-banner, body.archive.date .mostPopularItem__link a:hover, .category-whistleblower-blog:not(.search) .c-hero, .category-whistleblower-blog:not(.search) .c-home-hero-quote, .category-whistleblower-blog:not(.search) .hero__searchBar, .category-whistleblower-blog:not(.search) .c-free-consultation-banner, .category-whistleblower-blog:not(.search) .mostPopularItem__link a:hover, .category-in-the-media:not(.search) .c-hero, .category-in-the-media:not(.search) .c-home-hero-quote, .category-in-the-media:not(.search) .hero__searchBar, .category-in-the-media:not(.search) .c-free-consultation-banner, .category-in-the-media:not(.search) .mostPopularItem__link a:hover, .category-sec-cftc-blog:not(.search) .c-hero, .category-sec-cftc-blog:not(.search) .c-home-hero-quote, .category-sec-cftc-blog:not(.search) .hero__searchBar, .category-sec-cftc-blog:not(.search) .c-free-consultation-banner, .category-sec-cftc-blog:not(.search) .mostPopularItem__link a:hover, .category-whistleblowerlawinsights:not(.search) .c-hero, .category-whistleblowerlawinsights:not(.search) .c-home-hero-quote, .category-whistleblowerlawinsights:not(.search) .hero__searchBar, .category-whistleblowerlawinsights:not(.search) .c-free-consultation-banner, .category-whistleblowerlawinsights:not(.search) .mostPopularItem__link a:hover, .page-color-green .c-hero, .page-color-green .c-home-hero-quote, .page-color-green .hero__searchBar, .page-color-green .c-free-consultation-banner, .page-color-green .mostPopularItem__link a:hover, .category-articles-by-attorneys .c-hero, .category-articles-by-attorneys .c-home-hero-quote, .category-articles-by-attorneys .hero__searchBar, .category-articles-by-attorneys .c-free-consultation-banner, .category-articles-by-attorneys .mostPopularItem__link a:hover, body.color-scheme-news-and-insights:not(.search) .c-hero, body.color-scheme-news-and-insights:not(.search) .c-home-hero-quote, body.color-scheme-news-and-insights:not(.search) .hero__searchBar, body.color-scheme-news-and-insights:not(.search) .c-free-consultation-banner, body.color-scheme-news-and-insights:not(.search) .mostPopularItem__link a:hover {
  background-color: #b71602;
}

.blog .archiveSearchForm i, .blog .archiveItem__categories a, .blog .similar-posts__tag, body.archive.date .archiveSearchForm i, body.archive.date .archiveItem__categories a, body.archive.date .similar-posts__tag, .category-whistleblower-blog:not(.search) .archiveSearchForm i, .category-whistleblower-blog:not(.search) .archiveItem__categories a, .category-whistleblower-blog:not(.search) .similar-posts__tag, .category-in-the-media:not(.search) .archiveSearchForm i, .category-in-the-media:not(.search) .archiveItem__categories a, .category-in-the-media:not(.search) .similar-posts__tag, .category-sec-cftc-blog:not(.search) .archiveSearchForm i, .category-sec-cftc-blog:not(.search) .archiveItem__categories a, .category-sec-cftc-blog:not(.search) .similar-posts__tag, .category-whistleblowerlawinsights:not(.search) .archiveSearchForm i, .category-whistleblowerlawinsights:not(.search) .archiveItem__categories a, .category-whistleblowerlawinsights:not(.search) .similar-posts__tag, .page-color-green .archiveSearchForm i, .page-color-green .archiveItem__categories a, .page-color-green .similar-posts__tag, .category-articles-by-attorneys .archiveSearchForm i, .category-articles-by-attorneys .archiveItem__categories a, .category-articles-by-attorneys .similar-posts__tag, body.color-scheme-news-and-insights:not(.search) .archiveSearchForm i, body.color-scheme-news-and-insights:not(.search) .archiveItem__categories a, body.color-scheme-news-and-insights:not(.search) .similar-posts__tag, .blog .mostPopularItem__link i, body.archive.date .mostPopularItem__link i, .category-whistleblower-blog:not(.search) .mostPopularItem__link i, .category-in-the-media:not(.search) .mostPopularItem__link i, .category-sec-cftc-blog:not(.search) .mostPopularItem__link i, .category-whistleblowerlawinsights:not(.search) .mostPopularItem__link i, .page-color-green .mostPopularItem__link i, .category-articles-by-attorneys .mostPopularItem__link i, body.color-scheme-news-and-insights:not(.search) .mostPopularItem__link i, .blog .wp-pagenavi a, body.archive.date .wp-pagenavi a, .category-whistleblower-blog:not(.search) .wp-pagenavi a, .category-in-the-media:not(.search) .wp-pagenavi a, .category-sec-cftc-blog:not(.search) .wp-pagenavi a, .category-whistleblowerlawinsights:not(.search) .wp-pagenavi a, .page-color-green .wp-pagenavi a, .category-articles-by-attorneys .wp-pagenavi a, body.color-scheme-news-and-insights:not(.search) .wp-pagenavi a {
  color: #b71602;
}

.blog .wp-pagenavi a:hover, body.archive.date .wp-pagenavi a:hover, .category-whistleblower-blog:not(.search) .wp-pagenavi a:hover, .category-in-the-media:not(.search) .wp-pagenavi a:hover, .category-sec-cftc-blog:not(.search) .wp-pagenavi a:hover, .category-whistleblowerlawinsights:not(.search) .wp-pagenavi a:hover, .page-color-green .wp-pagenavi a:hover, .category-articles-by-attorneys .wp-pagenavi a:hover, body.color-scheme-news-and-insights:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #b71602;
}

.blog .wp-pagenavi span.current, body.archive.date .wp-pagenavi span.current, .category-whistleblower-blog:not(.search) .wp-pagenavi span.current, .category-in-the-media:not(.search) .wp-pagenavi span.current, .category-sec-cftc-blog:not(.search) .wp-pagenavi span.current, .category-whistleblowerlawinsights:not(.search) .wp-pagenavi span.current, .page-color-green .wp-pagenavi span.current, .category-articles-by-attorneys .wp-pagenavi span.current, body.color-scheme-news-and-insights:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #b71602;
}

.blog .article-content a, body.archive.date .article-content a, .category-whistleblower-blog:not(.search) .article-content a, .category-in-the-media:not(.search) .article-content a, .category-sec-cftc-blog:not(.search) .article-content a, .category-whistleblowerlawinsights:not(.search) .article-content a, .page-color-green .article-content a, .category-articles-by-attorneys .article-content a, body.color-scheme-news-and-insights:not(.search) .article-content a, .blog .article-content blockquote span:after, .blog .article-content blockquote span:before, .blog .similar-posts__tag a, body.archive.date .article-content blockquote span:after, body.archive.date .article-content blockquote span:before, body.archive.date .similar-posts__tag a, .category-whistleblower-blog:not(.search) .article-content blockquote span:after, .category-whistleblower-blog:not(.search) .article-content blockquote span:before, .category-whistleblower-blog:not(.search) .similar-posts__tag a, .category-in-the-media:not(.search) .article-content blockquote span:after, .category-in-the-media:not(.search) .article-content blockquote span:before, .category-in-the-media:not(.search) .similar-posts__tag a, .category-sec-cftc-blog:not(.search) .article-content blockquote span:after, .category-sec-cftc-blog:not(.search) .article-content blockquote span:before, .category-sec-cftc-blog:not(.search) .similar-posts__tag a, .category-whistleblowerlawinsights:not(.search) .article-content blockquote span:after, .category-whistleblowerlawinsights:not(.search) .article-content blockquote span:before, .category-whistleblowerlawinsights:not(.search) .similar-posts__tag a, .page-color-green .article-content blockquote span:after, .page-color-green .article-content blockquote span:before, .page-color-green .similar-posts__tag a, .category-articles-by-attorneys .article-content blockquote span:after, .category-articles-by-attorneys .article-content blockquote span:before, .category-articles-by-attorneys .similar-posts__tag a, body.color-scheme-news-and-insights:not(.search) .article-content blockquote span:after, body.color-scheme-news-and-insights:not(.search) .article-content blockquote span:before, body.color-scheme-news-and-insights:not(.search) .similar-posts__tag a, .blog .article-content ul li:before, .blog .article-content ol ul li:before, body.archive.date .article-content ul li:before, body.archive.date .article-content ol ul li:before, .category-whistleblower-blog:not(.search) .article-content ul li:before, .category-whistleblower-blog:not(.search) .article-content ol ul li:before, .category-in-the-media:not(.search) .article-content ul li:before, .category-in-the-media:not(.search) .article-content ol ul li:before, .category-sec-cftc-blog:not(.search) .article-content ul li:before, .category-sec-cftc-blog:not(.search) .article-content ol ul li:before, .category-whistleblowerlawinsights:not(.search) .article-content ul li:before, .category-whistleblowerlawinsights:not(.search) .article-content ol ul li:before, .page-color-green .article-content ul li:before, .page-color-green .article-content ol ul li:before, .category-articles-by-attorneys .article-content ul li:before, .category-articles-by-attorneys .article-content ol ul li:before, body.color-scheme-news-and-insights:not(.search) .article-content ul li:before, body.color-scheme-news-and-insights:not(.search) .article-content ol ul li:before, .blog .c-accordion .panel-title a .fa, body.archive.date .c-accordion .panel-title a .fa, .category-whistleblower-blog:not(.search) .c-accordion .panel-title a .fa, .category-in-the-media:not(.search) .c-accordion .panel-title a .fa, .category-sec-cftc-blog:not(.search) .c-accordion .panel-title a .fa, .category-whistleblowerlawinsights:not(.search) .c-accordion .panel-title a .fa, .page-color-green .c-accordion .panel-title a .fa, .category-articles-by-attorneys .c-accordion .panel-title a .fa, body.color-scheme-news-and-insights:not(.search) .c-accordion .panel-title a .fa {
  color: #b71602;
}

.blog .c-home-hero-quote, body.archive.date .c-home-hero-quote, .category-whistleblower-blog:not(.search) .c-home-hero-quote, .category-in-the-media:not(.search) .c-home-hero-quote, .category-sec-cftc-blog:not(.search) .c-home-hero-quote, .category-whistleblowerlawinsights:not(.search) .c-home-hero-quote, .page-color-green .c-home-hero-quote, .category-articles-by-attorneys .c-home-hero-quote, body.color-scheme-news-and-insights:not(.search) .c-home-hero-quote {
  border-color: #b71602;
}

.blog .c-popular-link .c-popular-link__title .fa, body.archive.date .c-popular-link .c-popular-link__title .fa, .category-whistleblower-blog:not(.search) .c-popular-link .c-popular-link__title .fa, .category-in-the-media:not(.search) .c-popular-link .c-popular-link__title .fa, .category-sec-cftc-blog:not(.search) .c-popular-link .c-popular-link__title .fa, .category-whistleblowerlawinsights:not(.search) .c-popular-link .c-popular-link__title .fa, .page-color-green .c-popular-link .c-popular-link__title .fa, .category-articles-by-attorneys .c-popular-link .c-popular-link__title .fa, body.color-scheme-news-and-insights:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #b71602;
}

.blog .c-popular-link:hover, body.archive.date .c-popular-link:hover, .category-whistleblower-blog:not(.search) .c-popular-link:hover, .category-in-the-media:not(.search) .c-popular-link:hover, .category-sec-cftc-blog:not(.search) .c-popular-link:hover, .category-whistleblowerlawinsights:not(.search) .c-popular-link:hover, .page-color-green .c-popular-link:hover, .category-articles-by-attorneys .c-popular-link:hover, body.color-scheme-news-and-insights:not(.search) .c-popular-link:hover {
  background-color: #b71602;
}

.blog .c-hero__caption a:hover, body.archive.date .c-hero__caption a:hover, .category-whistleblower-blog:not(.search) .c-hero__caption a:hover, .category-in-the-media:not(.search) .c-hero__caption a:hover, .category-sec-cftc-blog:not(.search) .c-hero__caption a:hover, .category-whistleblowerlawinsights:not(.search) .c-hero__caption a:hover, .page-color-green .c-hero__caption a:hover, .category-articles-by-attorneys .c-hero__caption a:hover, body.color-scheme-news-and-insights:not(.search) .c-hero__caption a:hover, .blog .c-page-anchor-links a, .blog .c-aside-list li a, .blog .archive-dropdown, body.archive.date .c-page-anchor-links a, body.archive.date .c-aside-list li a, body.archive.date .archive-dropdown, .category-whistleblower-blog:not(.search) .c-page-anchor-links a, .category-whistleblower-blog:not(.search) .c-aside-list li a, .category-whistleblower-blog:not(.search) .archive-dropdown, .category-in-the-media:not(.search) .c-page-anchor-links a, .category-in-the-media:not(.search) .c-aside-list li a, .category-in-the-media:not(.search) .archive-dropdown, .category-sec-cftc-blog:not(.search) .c-page-anchor-links a, .category-sec-cftc-blog:not(.search) .c-aside-list li a, .category-sec-cftc-blog:not(.search) .archive-dropdown, .category-whistleblowerlawinsights:not(.search) .c-page-anchor-links a, .category-whistleblowerlawinsights:not(.search) .c-aside-list li a, .category-whistleblowerlawinsights:not(.search) .archive-dropdown, .page-color-green .c-page-anchor-links a, .page-color-green .c-aside-list li a, .page-color-green .archive-dropdown, .category-articles-by-attorneys .c-page-anchor-links a, .category-articles-by-attorneys .c-aside-list li a, .category-articles-by-attorneys .archive-dropdown, body.color-scheme-news-and-insights:not(.search) .c-page-anchor-links a, body.color-scheme-news-and-insights:not(.search) .c-aside-list li a, body.color-scheme-news-and-insights:not(.search) .archive-dropdown {
  color: #b71602;
}

.blog .c-page-anchor-links a:hover, .blog .c-aside-list li a:hover, .blog .archive-dropdown:hover, body.archive.date .c-page-anchor-links a:hover, body.archive.date .c-aside-list li a:hover, body.archive.date .archive-dropdown:hover, .category-whistleblower-blog:not(.search) .c-page-anchor-links a:hover, .category-whistleblower-blog:not(.search) .c-aside-list li a:hover, .category-whistleblower-blog:not(.search) .archive-dropdown:hover, .category-in-the-media:not(.search) .c-page-anchor-links a:hover, .category-in-the-media:not(.search) .c-aside-list li a:hover, .category-in-the-media:not(.search) .archive-dropdown:hover, .category-sec-cftc-blog:not(.search) .c-page-anchor-links a:hover, .category-sec-cftc-blog:not(.search) .c-aside-list li a:hover, .category-sec-cftc-blog:not(.search) .archive-dropdown:hover, .category-whistleblowerlawinsights:not(.search) .c-page-anchor-links a:hover, .category-whistleblowerlawinsights:not(.search) .c-aside-list li a:hover, .category-whistleblowerlawinsights:not(.search) .archive-dropdown:hover, .page-color-green .c-page-anchor-links a:hover, .page-color-green .c-aside-list li a:hover, .page-color-green .archive-dropdown:hover, .category-articles-by-attorneys .c-page-anchor-links a:hover, .category-articles-by-attorneys .c-aside-list li a:hover, .category-articles-by-attorneys .archive-dropdown:hover, body.color-scheme-news-and-insights:not(.search) .c-page-anchor-links a:hover, body.color-scheme-news-and-insights:not(.search) .c-aside-list li a:hover, body.color-scheme-news-and-insights:not(.search) .archive-dropdown:hover {
  color: #e91c03;
}

.blog .archive-dropdown, body.archive.date .archive-dropdown, .category-whistleblower-blog:not(.search) .archive-dropdown, .category-in-the-media:not(.search) .archive-dropdown, .category-sec-cftc-blog:not(.search) .archive-dropdown, .category-whistleblowerlawinsights:not(.search) .archive-dropdown, .page-color-green .archive-dropdown, .category-articles-by-attorneys .archive-dropdown, body.color-scheme-news-and-insights:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--green.90eacc2a.png");
}

.blog .archive-dropdown:hover, body.archive.date .archive-dropdown:hover, .category-whistleblower-blog:not(.search) .archive-dropdown:hover, .category-in-the-media:not(.search) .archive-dropdown:hover, .category-sec-cftc-blog:not(.search) .archive-dropdown:hover, .category-whistleblowerlawinsights:not(.search) .archive-dropdown:hover, .page-color-green .archive-dropdown:hover, .category-articles-by-attorneys .archive-dropdown:hover, body.color-scheme-news-and-insights:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #b71602;
  border-color: #b71602;
}

.blog .sidebarAccordion .accordionLinkGroup__item a:hover, body.archive.date .sidebarAccordion .accordionLinkGroup__item a:hover, .category-whistleblower-blog:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .category-in-the-media:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .category-sec-cftc-blog:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .category-whistleblowerlawinsights:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-green .sidebarAccordion .accordionLinkGroup__item a:hover, .category-articles-by-attorneys .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-news-and-insights:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #b71602;
}

.blog .c-hero, body.archive.date .c-hero, .category-whistleblower-blog:not(.search) .c-hero, .category-in-the-media:not(.search) .c-hero, .category-sec-cftc-blog:not(.search) .c-hero, .category-whistleblowerlawinsights:not(.search) .c-hero, .page-color-green .c-hero, .category-articles-by-attorneys .c-hero, body.color-scheme-news-and-insights:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(56% 1%, #df1900 0, #b71602 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 56% 1%, #df1900 0, #b71602 300px);
}

.blog .c-accordion .panel-title a:not(.collapsed), body.archive.date .c-accordion .panel-title a:not(.collapsed), .category-whistleblower-blog:not(.search) .c-accordion .panel-title a:not(.collapsed), .category-in-the-media:not(.search) .c-accordion .panel-title a:not(.collapsed), .category-sec-cftc-blog:not(.search) .c-accordion .panel-title a:not(.collapsed), .category-whistleblowerlawinsights:not(.search) .c-accordion .panel-title a:not(.collapsed), .page-color-green .c-accordion .panel-title a:not(.collapsed), .category-articles-by-attorneys .c-accordion .panel-title a:not(.collapsed), body.color-scheme-news-and-insights:not(.search) .c-accordion .panel-title a:not(.collapsed) {
  background: #b71602;
}

.page-template-default .hero__searchBar, .page-color-blue .hero__searchBar, .post-type-archive-success-story .hero__searchBar, .single-success-story .hero__searchBar, .archive.author .hero__searchBar, .archive.date .hero__searchBar, body.color-scheme-success-stories:not(.search) .hero__searchBar {
  border-color: #009d9e;
}

.page-template-default .hero__searchBar .btn.btn--primary, .page-color-blue .hero__searchBar .btn.btn--primary, .post-type-archive-success-story .hero__searchBar .btn.btn--primary, .single-success-story .hero__searchBar .btn.btn--primary, .archive.author .hero__searchBar .btn.btn--primary, .archive.date .hero__searchBar .btn.btn--primary, body.color-scheme-success-stories:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #009d9e;
}

.page-template-default .hero__searchBar .btn.btn--primary:after, .page-color-blue .hero__searchBar .btn.btn--primary:after, .post-type-archive-success-story .hero__searchBar .btn.btn--primary:after, .single-success-story .hero__searchBar .btn.btn--primary:after, .archive.author .hero__searchBar .btn.btn--primary:after, .archive.date .hero__searchBar .btn.btn--primary:after, body.color-scheme-success-stories:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.page-template-default .hero__searchBar .btn.btn--primary:hover, .page-color-blue .hero__searchBar .btn.btn--primary:hover, .post-type-archive-success-story .hero__searchBar .btn.btn--primary:hover, .single-success-story .hero__searchBar .btn.btn--primary:hover, .archive.author .hero__searchBar .btn.btn--primary:hover, .archive.date .hero__searchBar .btn.btn--primary:hover, body.color-scheme-success-stories:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #009d9e;
  background-color: #fff;
}

.page-template-default .hero__searchBar .btn.btn--primary:hover:after, .page-color-blue .hero__searchBar .btn.btn--primary:hover:after, .post-type-archive-success-story .hero__searchBar .btn.btn--primary:hover:after, .single-success-story .hero__searchBar .btn.btn--primary:hover:after, .archive.author .hero__searchBar .btn.btn--primary:hover:after, .archive.date .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-success-stories:not(.search) .hero__searchBar .btn.btn--primary:hover:after {
  color: #009d9e;
}

.page-template-default .c-hero, .page-template-default .c-home-hero-quote, .page-template-default .hero__searchBar, .page-template-default .c-free-consultation-banner, .page-template-default .mostPopularItem__link a:hover, .page-color-blue .c-hero, .page-color-blue .c-home-hero-quote, .page-color-blue .hero__searchBar, .page-color-blue .c-free-consultation-banner, .page-color-blue .mostPopularItem__link a:hover, .post-type-archive-success-story .c-hero, .post-type-archive-success-story .c-home-hero-quote, .post-type-archive-success-story .hero__searchBar, .post-type-archive-success-story .c-free-consultation-banner, .post-type-archive-success-story .mostPopularItem__link a:hover, .single-success-story .c-hero, .single-success-story .c-home-hero-quote, .single-success-story .hero__searchBar, .single-success-story .c-free-consultation-banner, .single-success-story .mostPopularItem__link a:hover, .archive.author .c-hero, .archive.author .c-home-hero-quote, .archive.author .hero__searchBar, .archive.author .c-free-consultation-banner, .archive.author .mostPopularItem__link a:hover, .archive.date .c-hero, .archive.date .c-home-hero-quote, .archive.date .hero__searchBar, .archive.date .c-free-consultation-banner, .archive.date .mostPopularItem__link a:hover, body.color-scheme-success-stories:not(.search) .c-hero, body.color-scheme-success-stories:not(.search) .c-home-hero-quote, body.color-scheme-success-stories:not(.search) .hero__searchBar, body.color-scheme-success-stories:not(.search) .c-free-consultation-banner, body.color-scheme-success-stories:not(.search) .mostPopularItem__link a:hover {
  background-color: #009d9e;
}

.page-template-default .archiveSearchForm i, .page-template-default .archiveItem__categories a, .page-template-default .similar-posts__tag, .page-color-blue .archiveSearchForm i, .page-color-blue .archiveItem__categories a, .page-color-blue .similar-posts__tag, .post-type-archive-success-story .archiveSearchForm i, .post-type-archive-success-story .archiveItem__categories a, .post-type-archive-success-story .similar-posts__tag, .single-success-story .archiveSearchForm i, .single-success-story .archiveItem__categories a, .single-success-story .similar-posts__tag, .archive.author .archiveSearchForm i, .archive.author .archiveItem__categories a, .archive.author .similar-posts__tag, .archive.date .archiveSearchForm i, .archive.date .archiveItem__categories a, .archive.date .similar-posts__tag, body.color-scheme-success-stories:not(.search) .archiveSearchForm i, body.color-scheme-success-stories:not(.search) .archiveItem__categories a, body.color-scheme-success-stories:not(.search) .similar-posts__tag, .page-template-default .mostPopularItem__link i, .page-color-blue .mostPopularItem__link i, .post-type-archive-success-story .mostPopularItem__link i, .single-success-story .mostPopularItem__link i, .archive.author .mostPopularItem__link i, .archive.date .mostPopularItem__link i, body.color-scheme-success-stories:not(.search) .mostPopularItem__link i, .page-template-default .wp-pagenavi a, .page-color-blue .wp-pagenavi a, .post-type-archive-success-story .wp-pagenavi a, .single-success-story .wp-pagenavi a, .archive.author .wp-pagenavi a, .archive.date .wp-pagenavi a, body.color-scheme-success-stories:not(.search) .wp-pagenavi a {
  color: #009d9e;
}

.page-template-default .wp-pagenavi a:hover, .page-color-blue .wp-pagenavi a:hover, .post-type-archive-success-story .wp-pagenavi a:hover, .single-success-story .wp-pagenavi a:hover, .archive.author .wp-pagenavi a:hover, .archive.date .wp-pagenavi a:hover, body.color-scheme-success-stories:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #009d9e;
}

.page-template-default .wp-pagenavi span.current, .page-color-blue .wp-pagenavi span.current, .post-type-archive-success-story .wp-pagenavi span.current, .single-success-story .wp-pagenavi span.current, .archive.author .wp-pagenavi span.current, .archive.date .wp-pagenavi span.current, body.color-scheme-success-stories:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #009d9e;
}

.page-template-default .article-content blockquote span:after, .page-template-default .article-content blockquote span:before, .page-template-default .article-content ol > li:before, .page-template-default .c-accordion .panel-title a .fa, .page-template-default .article-content a, .page-template-default .similar-posts__tag a, .page-color-blue .article-content blockquote span:after, .page-color-blue .article-content blockquote span:before, .page-color-blue .article-content ol > li:before, .page-color-blue .c-accordion .panel-title a .fa, .page-color-blue .article-content a, .page-color-blue .similar-posts__tag a, .post-type-archive-success-story .article-content blockquote span:after, .post-type-archive-success-story .article-content blockquote span:before, .post-type-archive-success-story .article-content ol > li:before, .post-type-archive-success-story .c-accordion .panel-title a .fa, .post-type-archive-success-story .article-content a, .post-type-archive-success-story .similar-posts__tag a, .single-success-story .article-content blockquote span:after, .single-success-story .article-content blockquote span:before, .single-success-story .article-content ol > li:before, .single-success-story .c-accordion .panel-title a .fa, .single-success-story .article-content a, .single-success-story .similar-posts__tag a, .archive.author .article-content blockquote span:after, .archive.author .article-content blockquote span:before, .archive.author .article-content ol > li:before, .archive.author .c-accordion .panel-title a .fa, .archive.author .article-content a, .archive.author .similar-posts__tag a, .archive.date .article-content blockquote span:after, .archive.date .article-content blockquote span:before, .archive.date .article-content ol > li:before, .archive.date .c-accordion .panel-title a .fa, .archive.date .article-content a, .archive.date .similar-posts__tag a, body.color-scheme-success-stories:not(.search) .article-content blockquote span:after, body.color-scheme-success-stories:not(.search) .article-content blockquote span:before, body.color-scheme-success-stories:not(.search) .article-content ol > li:before, body.color-scheme-success-stories:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-success-stories:not(.search) .article-content a, body.color-scheme-success-stories:not(.search) .similar-posts__tag a {
  color: #009d9e;
}

.page-template-default .article-content ul li:before, .page-color-blue .article-content ul li:before, .post-type-archive-success-story .article-content ul li:before, .single-success-story .article-content ul li:before, .archive.author .article-content ul li:before, .archive.date .article-content ul li:before, body.color-scheme-success-stories:not(.search) .article-content ul li:before {
  background: #009d9e;
}

.page-template-default .article-content ul li li:before, .page-color-blue .article-content ul li li:before, .post-type-archive-success-story .article-content ul li li:before, .single-success-story .article-content ul li li:before, .archive.author .article-content ul li li:before, .archive.date .article-content ul li li:before, body.color-scheme-success-stories:not(.search) .article-content ul li li:before {
  background: none;
  border-color: #009d9e;
}

.page-template-default .article-content ol ul li:before, .page-color-blue .article-content ol ul li:before, .post-type-archive-success-story .article-content ol ul li:before, .single-success-story .article-content ol ul li:before, .archive.author .article-content ol ul li:before, .archive.date .article-content ol ul li:before, body.color-scheme-success-stories:not(.search) .article-content ol ul li:before {
  color: #009d9e;
  background: none;
}

.page-template-default .c-home-hero-quote, .page-color-blue .c-home-hero-quote, .post-type-archive-success-story .c-home-hero-quote, .single-success-story .c-home-hero-quote, .archive.author .c-home-hero-quote, .archive.date .c-home-hero-quote, body.color-scheme-success-stories:not(.search) .c-home-hero-quote {
  border-color: #009d9e;
}

.page-template-default .c-popular-link .c-popular-link__title .fa, .page-color-blue .c-popular-link .c-popular-link__title .fa, .post-type-archive-success-story .c-popular-link .c-popular-link__title .fa, .single-success-story .c-popular-link .c-popular-link__title .fa, .archive.author .c-popular-link .c-popular-link__title .fa, .archive.date .c-popular-link .c-popular-link__title .fa, body.color-scheme-success-stories:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #009d9e;
}

.page-template-default .c-popular-link:hover, .page-color-blue .c-popular-link:hover, .post-type-archive-success-story .c-popular-link:hover, .single-success-story .c-popular-link:hover, .archive.author .c-popular-link:hover, .archive.date .c-popular-link:hover, body.color-scheme-success-stories:not(.search) .c-popular-link:hover {
  background-color: #009d9e;
}

.page-template-default .c-hero__caption a:hover, .page-color-blue .c-hero__caption a:hover, .post-type-archive-success-story .c-hero__caption a:hover, .single-success-story .c-hero__caption a:hover, .archive.author .c-hero__caption a:hover, .archive.date .c-hero__caption a:hover, body.color-scheme-success-stories:not(.search) .c-hero__caption a:hover, .page-template-default .c-page-anchor-links a, .page-template-default .c-aside-list li a, .page-template-default .archive-dropdown, .page-color-blue .c-page-anchor-links a, .page-color-blue .c-aside-list li a, .page-color-blue .archive-dropdown, .post-type-archive-success-story .c-page-anchor-links a, .post-type-archive-success-story .c-aside-list li a, .post-type-archive-success-story .archive-dropdown, .single-success-story .c-page-anchor-links a, .single-success-story .c-aside-list li a, .single-success-story .archive-dropdown, .archive.author .c-page-anchor-links a, .archive.author .c-aside-list li a, .archive.author .archive-dropdown, .archive.date .c-page-anchor-links a, .archive.date .c-aside-list li a, .archive.date .archive-dropdown, body.color-scheme-success-stories:not(.search) .c-page-anchor-links a, body.color-scheme-success-stories:not(.search) .c-aside-list li a, body.color-scheme-success-stories:not(.search) .archive-dropdown {
  color: #009d9e;
}

.page-template-default .c-page-anchor-links a:hover, .page-template-default .c-aside-list li a:hover, .page-template-default .archive-dropdown:hover, .page-color-blue .c-page-anchor-links a:hover, .page-color-blue .c-aside-list li a:hover, .page-color-blue .archive-dropdown:hover, .post-type-archive-success-story .c-page-anchor-links a:hover, .post-type-archive-success-story .c-aside-list li a:hover, .post-type-archive-success-story .archive-dropdown:hover, .single-success-story .c-page-anchor-links a:hover, .single-success-story .c-aside-list li a:hover, .single-success-story .archive-dropdown:hover, .archive.author .c-page-anchor-links a:hover, .archive.author .c-aside-list li a:hover, .archive.author .archive-dropdown:hover, .archive.date .c-page-anchor-links a:hover, .archive.date .c-aside-list li a:hover, .archive.date .archive-dropdown:hover, body.color-scheme-success-stories:not(.search) .c-page-anchor-links a:hover, body.color-scheme-success-stories:not(.search) .c-aside-list li a:hover, body.color-scheme-success-stories:not(.search) .archive-dropdown:hover {
  color: #00d0d1;
}

.page-template-default .archive-dropdown, .page-color-blue .archive-dropdown, .post-type-archive-success-story .archive-dropdown, .single-success-story .archive-dropdown, .archive.author .archive-dropdown, .archive.date .archive-dropdown, body.color-scheme-success-stories:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--blue.6a603d23.png");
}

.page-template-default .archive-dropdown:hover, .page-color-blue .archive-dropdown:hover, .post-type-archive-success-story .archive-dropdown:hover, .single-success-story .archive-dropdown:hover, .archive.author .archive-dropdown:hover, .archive.date .archive-dropdown:hover, body.color-scheme-success-stories:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #009d9e;
  border-color: #009d9e;
}

.page-template-default .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-blue .sidebarAccordion .accordionLinkGroup__item a:hover, .post-type-archive-success-story .sidebarAccordion .accordionLinkGroup__item a:hover, .single-success-story .sidebarAccordion .accordionLinkGroup__item a:hover, .archive.author .sidebarAccordion .accordionLinkGroup__item a:hover, .archive.date .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-success-stories:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #009d9e;
}

.page-template-default .c-hero, .page-color-blue .c-hero, .post-type-archive-success-story .c-hero, .single-success-story .c-hero, .archive.author .c-hero, .archive.date .c-hero, body.color-scheme-success-stories:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(45% 1%, #00b8ba 0, #009d9e 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 45% 1%, #00b8ba 0, #009d9e 300px);
}

.page-template-default .c-accordion .panel-title a:not(.collapsed), .page-color-blue .c-accordion .panel-title a:not(.collapsed), .post-type-archive-success-story .c-accordion .panel-title a:not(.collapsed), .single-success-story .c-accordion .panel-title a:not(.collapsed), .archive.author .c-accordion .panel-title a:not(.collapsed), .archive.date .c-accordion .panel-title a:not(.collapsed), body.color-scheme-success-stories:not(.search) .c-accordion .panel-title a:not(.collapsed) {
  background: #009d9e;
}

.parent-pageid-9 .hero__searchBar, .page-color-pink .hero__searchBar, .page-id-9 .hero__searchBar, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar {
  border-color: #9500b4;
}

.parent-pageid-9 .hero__searchBar .btn.btn--primary, .page-color-pink .hero__searchBar .btn.btn--primary, .page-id-9 .hero__searchBar .btn.btn--primary, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #9500b4;
}

.parent-pageid-9 .hero__searchBar .btn.btn--primary:after, .page-color-pink .hero__searchBar .btn.btn--primary:after, .page-id-9 .hero__searchBar .btn.btn--primary:after, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.parent-pageid-9 .hero__searchBar .btn.btn--primary:hover, .page-color-pink .hero__searchBar .btn.btn--primary:hover, .page-id-9 .hero__searchBar .btn.btn--primary:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #9500b4;
  background-color: #fff;
}

.parent-pageid-9 .hero__searchBar .btn.btn--primary:hover:after, .page-color-pink .hero__searchBar .btn.btn--primary:hover:after, .page-id-9 .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar .btn.btn--primary:hover:after {
  color: #9500b4;
}

.parent-pageid-9 .c-hero, .parent-pageid-9 .c-home-hero-quote, .parent-pageid-9 .hero__searchBar, .parent-pageid-9 .c-free-consultation-banner, .parent-pageid-9 .mostPopularItem__link a:hover, .page-color-pink .c-hero, .page-color-pink .c-home-hero-quote, .page-color-pink .hero__searchBar, .page-color-pink .c-free-consultation-banner, .page-color-pink .mostPopularItem__link a:hover, .page-id-9 .c-hero, .page-id-9 .c-home-hero-quote, .page-id-9 .hero__searchBar, .page-id-9 .c-free-consultation-banner, .page-id-9 .mostPopularItem__link a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-hero, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-home-hero-quote, body.color-scheme-whistle-blower-practice-areas:not(.search) .hero__searchBar, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-free-consultation-banner, body.color-scheme-whistle-blower-practice-areas:not(.search) .mostPopularItem__link a:hover {
  background-color: #9500b4;
}

.parent-pageid-9 .archiveSearchForm i, .parent-pageid-9 .archiveItem__categories a, .parent-pageid-9 .similar-posts__tag a, .page-color-pink .archiveSearchForm i, .page-color-pink .archiveItem__categories a, .page-color-pink .similar-posts__tag a, .page-id-9 .archiveSearchForm i, .page-id-9 .archiveItem__categories a, .page-id-9 .similar-posts__tag a, body.color-scheme-whistle-blower-practice-areas:not(.search) .archiveSearchForm i, body.color-scheme-whistle-blower-practice-areas:not(.search) .archiveItem__categories a, body.color-scheme-whistle-blower-practice-areas:not(.search) .similar-posts__tag a, .parent-pageid-9 .mostPopularItem__link i, .page-color-pink .mostPopularItem__link i, .page-id-9 .mostPopularItem__link i, body.color-scheme-whistle-blower-practice-areas:not(.search) .mostPopularItem__link i, .parent-pageid-9 .wp-pagenavi a, .page-color-pink .wp-pagenavi a, .page-id-9 .wp-pagenavi a, body.color-scheme-whistle-blower-practice-areas:not(.search) .wp-pagenavi a {
  color: #9500b4;
}

.parent-pageid-9 .wp-pagenavi a:hover, .page-color-pink .wp-pagenavi a:hover, .page-id-9 .wp-pagenavi a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #9500b4;
}

.parent-pageid-9 .wp-pagenavi span.current, .page-color-pink .wp-pagenavi span.current, .page-id-9 .wp-pagenavi span.current, body.color-scheme-whistle-blower-practice-areas:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #9500b4;
}

.parent-pageid-9 .article-content blockquote span:after, .parent-pageid-9 .article-content blockquote span:before, .parent-pageid-9 .article-content ol > li:before, .parent-pageid-9 .c-accordion .panel-title a .fa, .parent-pageid-9 .c-accordion .panel-title a .fa, .parent-pageid-9 .article-content a, .page-color-pink .article-content blockquote span:after, .page-color-pink .article-content blockquote span:before, .page-color-pink .article-content ol > li:before, .page-color-pink .c-accordion .panel-title a .fa, .page-color-pink .c-accordion .panel-title a .fa, .page-color-pink .article-content a, .page-id-9 .article-content blockquote span:after, .page-id-9 .article-content blockquote span:before, .page-id-9 .article-content ol > li:before, .page-id-9 .c-accordion .panel-title a .fa, .page-id-9 .c-accordion .panel-title a .fa, .page-id-9 .article-content a, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content blockquote span:after, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content blockquote span:before, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content ol > li:before, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content a {
  color: #9500b4;
}

.parent-pageid-9 .article-content ul li:before, .page-color-pink .article-content ul li:before, .page-id-9 .article-content ul li:before, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content ul li:before {
  background: #9500b4;
}

.parent-pageid-9 .article-content ul li li:before, .page-color-pink .article-content ul li li:before, .page-id-9 .article-content ul li li:before, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content ul li li:before {
  background: none;
  border-color: #9500b4;
}

.parent-pageid-9 .article-content ol ul li:before, .page-color-pink .article-content ol ul li:before, .page-id-9 .article-content ol ul li:before, body.color-scheme-whistle-blower-practice-areas:not(.search) .article-content ol ul li:before {
  color: #9500b4;
  background: none;
}

.parent-pageid-9 .c-home-hero-quote, .page-color-pink .c-home-hero-quote, .page-id-9 .c-home-hero-quote, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-home-hero-quote {
  border-color: #9500b4;
}

.parent-pageid-9 .c-popular-link .c-popular-link__title .fa, .page-color-pink .c-popular-link .c-popular-link__title .fa, .page-id-9 .c-popular-link .c-popular-link__title .fa, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #9500b4;
}

.parent-pageid-9 .c-popular-link:hover, .page-color-pink .c-popular-link:hover, .page-id-9 .c-popular-link:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-popular-link:hover {
  background-color: #9500b4;
}

.parent-pageid-9 .c-hero__caption a:hover, .page-color-pink .c-hero__caption a:hover, .page-id-9 .c-hero__caption a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-hero__caption a:hover, .parent-pageid-9 .c-page-anchor-links a, .parent-pageid-9 .c-aside-list li a, .parent-pageid-9 .archive-dropdown, .page-color-pink .c-page-anchor-links a, .page-color-pink .c-aside-list li a, .page-color-pink .archive-dropdown, .page-id-9 .c-page-anchor-links a, .page-id-9 .c-aside-list li a, .page-id-9 .archive-dropdown, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-page-anchor-links a, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-aside-list li a, body.color-scheme-whistle-blower-practice-areas:not(.search) .archive-dropdown {
  color: #9500b4;
}

.parent-pageid-9 .c-page-anchor-links a:hover, .parent-pageid-9 .c-aside-list li a:hover, .parent-pageid-9 .archive-dropdown:hover, .page-color-pink .c-page-anchor-links a:hover, .page-color-pink .c-aside-list li a:hover, .page-color-pink .archive-dropdown:hover, .page-id-9 .c-page-anchor-links a:hover, .page-id-9 .c-aside-list li a:hover, .page-id-9 .archive-dropdown:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-page-anchor-links a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-aside-list li a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .archive-dropdown:hover {
  color: #bf00e7;
}

.parent-pageid-9 .archive-dropdown, .page-color-pink .archive-dropdown, .page-id-9 .archive-dropdown, body.color-scheme-whistle-blower-practice-areas:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--pink.a57ce580.png");
}

.parent-pageid-9 .archive-dropdown:hover, .page-color-pink .archive-dropdown:hover, .page-id-9 .archive-dropdown:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #9500b4;
  border-color: #9500b4;
}

.parent-pageid-9 .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-pink .sidebarAccordion .accordionLinkGroup__item a:hover, .page-id-9 .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-whistle-blower-practice-areas:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #9500b4;
}

.parent-pageid-9 .c-hero, .page-color-pink .c-hero, .page-id-9 .c-hero, body.color-scheme-whistle-blower-practice-areas:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(53% 1%, #ad15cc 0, #9500b4 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 53% 1%, #ad15cc 0, #9500b4 300px);
}

.parent-pageid-9 .c-accordion .panel-title a:not(.collapsed), .page-color-pink .c-accordion .panel-title a:not(.collapsed), .page-id-9 .c-accordion .panel-title a:not(.collapsed), body.color-scheme-whistle-blower-practice-areas:not(.search) .c-accordion .panel-title a:not(.collapsed) {
  background: #9500b4;
}

.parent-pageid-17 .hero__searchBar, .category-qui-tam:not(.search) .hero__searchBar, .category-sec-cftc-resources:not(.search) .hero__searchBar, .category-resources:not(.search) .hero__searchBar, .page-color-red .hero__searchBar, .page-id-17 .hero__searchBar, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar {
  border-color: #008d2d;
}

.parent-pageid-17 .hero__searchBar .btn.btn--primary, .category-qui-tam:not(.search) .hero__searchBar .btn.btn--primary, .category-sec-cftc-resources:not(.search) .hero__searchBar .btn.btn--primary, .category-resources:not(.search) .hero__searchBar .btn.btn--primary, .page-color-red .hero__searchBar .btn.btn--primary, .page-id-17 .hero__searchBar .btn.btn--primary, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #008d2d;
}

.parent-pageid-17 .hero__searchBar .btn.btn--primary:after, .category-qui-tam:not(.search) .hero__searchBar .btn.btn--primary:after, .category-sec-cftc-resources:not(.search) .hero__searchBar .btn.btn--primary:after, .category-resources:not(.search) .hero__searchBar .btn.btn--primary:after, .page-color-red .hero__searchBar .btn.btn--primary:after, .page-id-17 .hero__searchBar .btn.btn--primary:after, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.parent-pageid-17 .hero__searchBar .btn.btn--primary:hover, .category-qui-tam:not(.search) .hero__searchBar .btn.btn--primary:hover, .category-sec-cftc-resources:not(.search) .hero__searchBar .btn.btn--primary:hover, .category-resources:not(.search) .hero__searchBar .btn.btn--primary:hover, .page-color-red .hero__searchBar .btn.btn--primary:hover, .page-id-17 .hero__searchBar .btn.btn--primary:hover, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #008d2d;
  background-color: #fff;
}

.parent-pageid-17 .hero__searchBar .btn.btn--primary:hover:after, .category-qui-tam:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .category-sec-cftc-resources:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .category-resources:not(.search) .hero__searchBar .btn.btn--primary:hover:after, .page-color-red .hero__searchBar .btn.btn--primary:hover:after, .page-id-17 .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar .btn.btn--primary:hover:after {
  color: #008d2d;
}

.parent-pageid-17 .c-hero, .parent-pageid-17 .c-home-hero-quote, .parent-pageid-17 .hero__searchBar, .parent-pageid-17 .c-free-consultation-banner, .parent-pageid-17 .mostPopularItem__link a:hover, .category-qui-tam:not(.search) .c-hero, .category-qui-tam:not(.search) .c-home-hero-quote, .category-qui-tam:not(.search) .hero__searchBar, .category-qui-tam:not(.search) .c-free-consultation-banner, .category-qui-tam:not(.search) .mostPopularItem__link a:hover, .category-sec-cftc-resources:not(.search) .c-hero, .category-sec-cftc-resources:not(.search) .c-home-hero-quote, .category-sec-cftc-resources:not(.search) .hero__searchBar, .category-sec-cftc-resources:not(.search) .c-free-consultation-banner, .category-sec-cftc-resources:not(.search) .mostPopularItem__link a:hover, .category-resources:not(.search) .c-hero, .category-resources:not(.search) .c-home-hero-quote, .category-resources:not(.search) .hero__searchBar, .category-resources:not(.search) .c-free-consultation-banner, .category-resources:not(.search) .mostPopularItem__link a:hover, .page-color-red .c-hero, .page-color-red .c-home-hero-quote, .page-color-red .hero__searchBar, .page-color-red .c-free-consultation-banner, .page-color-red .mostPopularItem__link a:hover, .page-id-17 .c-hero, .page-id-17 .c-home-hero-quote, .page-id-17 .hero__searchBar, .page-id-17 .c-free-consultation-banner, .page-id-17 .mostPopularItem__link a:hover, body.color-scheme-whistle-blower-resources:not(.search) .c-hero, body.color-scheme-whistle-blower-resources:not(.search) .c-home-hero-quote, body.color-scheme-whistle-blower-resources:not(.search) .hero__searchBar, body.color-scheme-whistle-blower-resources:not(.search) .c-free-consultation-banner, body.color-scheme-whistle-blower-resources:not(.search) .mostPopularItem__link a:hover {
  background-color: #008d2d;
}

.parent-pageid-17 .archiveSearchForm i, .parent-pageid-17 .archiveItem__categories a, .parent-pageid-17 .similar-posts__tag a, .category-qui-tam:not(.search) .archiveSearchForm i, .category-qui-tam:not(.search) .archiveItem__categories a, .category-qui-tam:not(.search) .similar-posts__tag a, .category-sec-cftc-resources:not(.search) .archiveSearchForm i, .category-sec-cftc-resources:not(.search) .archiveItem__categories a, .category-sec-cftc-resources:not(.search) .similar-posts__tag a, .category-resources:not(.search) .archiveSearchForm i, .category-resources:not(.search) .archiveItem__categories a, .category-resources:not(.search) .similar-posts__tag a, .page-color-red .archiveSearchForm i, .page-color-red .archiveItem__categories a, .page-color-red .similar-posts__tag a, .page-id-17 .archiveSearchForm i, .page-id-17 .archiveItem__categories a, .page-id-17 .similar-posts__tag a, body.color-scheme-whistle-blower-resources:not(.search) .archiveSearchForm i, body.color-scheme-whistle-blower-resources:not(.search) .archiveItem__categories a, body.color-scheme-whistle-blower-resources:not(.search) .similar-posts__tag a, .parent-pageid-17 .mostPopularItem__link i, .category-qui-tam:not(.search) .mostPopularItem__link i, .category-sec-cftc-resources:not(.search) .mostPopularItem__link i, .category-resources:not(.search) .mostPopularItem__link i, .page-color-red .mostPopularItem__link i, .page-id-17 .mostPopularItem__link i, body.color-scheme-whistle-blower-resources:not(.search) .mostPopularItem__link i, .parent-pageid-17 .wp-pagenavi a, .category-qui-tam:not(.search) .wp-pagenavi a, .category-sec-cftc-resources:not(.search) .wp-pagenavi a, .category-resources:not(.search) .wp-pagenavi a, .page-color-red .wp-pagenavi a, .page-id-17 .wp-pagenavi a, body.color-scheme-whistle-blower-resources:not(.search) .wp-pagenavi a {
  color: #008d2d;
}

.parent-pageid-17 .wp-pagenavi a:hover, .category-qui-tam:not(.search) .wp-pagenavi a:hover, .category-sec-cftc-resources:not(.search) .wp-pagenavi a:hover, .category-resources:not(.search) .wp-pagenavi a:hover, .page-color-red .wp-pagenavi a:hover, .page-id-17 .wp-pagenavi a:hover, body.color-scheme-whistle-blower-resources:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #008d2d;
}

.parent-pageid-17 .wp-pagenavi span.current, .category-qui-tam:not(.search) .wp-pagenavi span.current, .category-sec-cftc-resources:not(.search) .wp-pagenavi span.current, .category-resources:not(.search) .wp-pagenavi span.current, .page-color-red .wp-pagenavi span.current, .page-id-17 .wp-pagenavi span.current, body.color-scheme-whistle-blower-resources:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #008d2d;
}

.parent-pageid-17 .article-content blockquote span:after, .parent-pageid-17 .article-content blockquote span:before, .parent-pageid-17 .article-content ol > li:before, .parent-pageid-17 .c-accordion .panel-title a .fa, .parent-pageid-17 .c-accordion .panel-title a .fa, .parent-pageid-17 .article-content a, .category-qui-tam:not(.search) .article-content blockquote span:after, .category-qui-tam:not(.search) .article-content blockquote span:before, .category-qui-tam:not(.search) .article-content ol > li:before, .category-qui-tam:not(.search) .c-accordion .panel-title a .fa, .category-qui-tam:not(.search) .c-accordion .panel-title a .fa, .category-qui-tam:not(.search) .article-content a, .category-sec-cftc-resources:not(.search) .article-content blockquote span:after, .category-sec-cftc-resources:not(.search) .article-content blockquote span:before, .category-sec-cftc-resources:not(.search) .article-content ol > li:before, .category-sec-cftc-resources:not(.search) .c-accordion .panel-title a .fa, .category-sec-cftc-resources:not(.search) .c-accordion .panel-title a .fa, .category-sec-cftc-resources:not(.search) .article-content a, .category-resources:not(.search) .article-content blockquote span:after, .category-resources:not(.search) .article-content blockquote span:before, .category-resources:not(.search) .article-content ol > li:before, .category-resources:not(.search) .c-accordion .panel-title a .fa, .category-resources:not(.search) .c-accordion .panel-title a .fa, .category-resources:not(.search) .article-content a, .page-color-red .article-content blockquote span:after, .page-color-red .article-content blockquote span:before, .page-color-red .article-content ol > li:before, .page-color-red .c-accordion .panel-title a .fa, .page-color-red .c-accordion .panel-title a .fa, .page-color-red .article-content a, .page-id-17 .article-content blockquote span:after, .page-id-17 .article-content blockquote span:before, .page-id-17 .article-content ol > li:before, .page-id-17 .c-accordion .panel-title a .fa, .page-id-17 .c-accordion .panel-title a .fa, .page-id-17 .article-content a, body.color-scheme-whistle-blower-resources:not(.search) .article-content blockquote span:after, body.color-scheme-whistle-blower-resources:not(.search) .article-content blockquote span:before, body.color-scheme-whistle-blower-resources:not(.search) .article-content ol > li:before, body.color-scheme-whistle-blower-resources:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-whistle-blower-resources:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-whistle-blower-resources:not(.search) .article-content a {
  color: #008d2d;
}

.parent-pageid-17 .article-content ul li:before, .category-qui-tam:not(.search) .article-content ul li:before, .category-sec-cftc-resources:not(.search) .article-content ul li:before, .category-resources:not(.search) .article-content ul li:before, .page-color-red .article-content ul li:before, .page-id-17 .article-content ul li:before, body.color-scheme-whistle-blower-resources:not(.search) .article-content ul li:before {
  background: #008d2d;
}

.parent-pageid-17 .article-content ul li li:before, .category-qui-tam:not(.search) .article-content ul li li:before, .category-sec-cftc-resources:not(.search) .article-content ul li li:before, .category-resources:not(.search) .article-content ul li li:before, .page-color-red .article-content ul li li:before, .page-id-17 .article-content ul li li:before, body.color-scheme-whistle-blower-resources:not(.search) .article-content ul li li:before {
  background: none;
  border-color: #008d2d;
}

.parent-pageid-17 .article-content ol ul li:before, .category-qui-tam:not(.search) .article-content ol ul li:before, .category-sec-cftc-resources:not(.search) .article-content ol ul li:before, .category-resources:not(.search) .article-content ol ul li:before, .page-color-red .article-content ol ul li:before, .page-id-17 .article-content ol ul li:before, body.color-scheme-whistle-blower-resources:not(.search) .article-content ol ul li:before {
  color: #008d2d;
  background: none;
}

.parent-pageid-17 .c-home-hero-quote, .category-qui-tam:not(.search) .c-home-hero-quote, .category-sec-cftc-resources:not(.search) .c-home-hero-quote, .category-resources:not(.search) .c-home-hero-quote, .page-color-red .c-home-hero-quote, .page-id-17 .c-home-hero-quote, body.color-scheme-whistle-blower-resources:not(.search) .c-home-hero-quote {
  border-color: #008d2d;
}

.parent-pageid-17 .c-popular-link .c-popular-link__title .fa, .category-qui-tam:not(.search) .c-popular-link .c-popular-link__title .fa, .category-sec-cftc-resources:not(.search) .c-popular-link .c-popular-link__title .fa, .category-resources:not(.search) .c-popular-link .c-popular-link__title .fa, .page-color-red .c-popular-link .c-popular-link__title .fa, .page-id-17 .c-popular-link .c-popular-link__title .fa, body.color-scheme-whistle-blower-resources:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #008d2d;
}

.parent-pageid-17 .c-popular-link:hover, .category-qui-tam:not(.search) .c-popular-link:hover, .category-sec-cftc-resources:not(.search) .c-popular-link:hover, .category-resources:not(.search) .c-popular-link:hover, .page-color-red .c-popular-link:hover, .page-id-17 .c-popular-link:hover, body.color-scheme-whistle-blower-resources:not(.search) .c-popular-link:hover {
  background-color: #008d2d;
}

.parent-pageid-17 .c-hero__caption a:hover, .category-qui-tam:not(.search) .c-hero__caption a:hover, .category-sec-cftc-resources:not(.search) .c-hero__caption a:hover, .category-resources:not(.search) .c-hero__caption a:hover, .page-color-red .c-hero__caption a:hover, .page-id-17 .c-hero__caption a:hover, body.color-scheme-whistle-blower-resources:not(.search) .c-hero__caption a:hover, .parent-pageid-17 .c-page-anchor-links a, .parent-pageid-17 .c-aside-list li a, .parent-pageid-17 .archive-dropdown, .category-qui-tam:not(.search) .c-page-anchor-links a, .category-qui-tam:not(.search) .c-aside-list li a, .category-qui-tam:not(.search) .archive-dropdown, .category-sec-cftc-resources:not(.search) .c-page-anchor-links a, .category-sec-cftc-resources:not(.search) .c-aside-list li a, .category-sec-cftc-resources:not(.search) .archive-dropdown, .category-resources:not(.search) .c-page-anchor-links a, .category-resources:not(.search) .c-aside-list li a, .category-resources:not(.search) .archive-dropdown, .page-color-red .c-page-anchor-links a, .page-color-red .c-aside-list li a, .page-color-red .archive-dropdown, .page-id-17 .c-page-anchor-links a, .page-id-17 .c-aside-list li a, .page-id-17 .archive-dropdown, body.color-scheme-whistle-blower-resources:not(.search) .c-page-anchor-links a, body.color-scheme-whistle-blower-resources:not(.search) .c-aside-list li a, body.color-scheme-whistle-blower-resources:not(.search) .archive-dropdown {
  color: #008d2d;
}

.parent-pageid-17 .c-page-anchor-links a:hover, .parent-pageid-17 .c-aside-list li a:hover, .parent-pageid-17 .archive-dropdown:hover, .category-qui-tam:not(.search) .c-page-anchor-links a:hover, .category-qui-tam:not(.search) .c-aside-list li a:hover, .category-qui-tam:not(.search) .archive-dropdown:hover, .category-sec-cftc-resources:not(.search) .c-page-anchor-links a:hover, .category-sec-cftc-resources:not(.search) .c-aside-list li a:hover, .category-sec-cftc-resources:not(.search) .archive-dropdown:hover, .category-resources:not(.search) .c-page-anchor-links a:hover, .category-resources:not(.search) .c-aside-list li a:hover, .category-resources:not(.search) .archive-dropdown:hover, .page-color-red .c-page-anchor-links a:hover, .page-color-red .c-aside-list li a:hover, .page-color-red .archive-dropdown:hover, .page-id-17 .c-page-anchor-links a:hover, .page-id-17 .c-aside-list li a:hover, .page-id-17 .archive-dropdown:hover, body.color-scheme-whistle-blower-resources:not(.search) .c-page-anchor-links a:hover, body.color-scheme-whistle-blower-resources:not(.search) .c-aside-list li a:hover, body.color-scheme-whistle-blower-resources:not(.search) .archive-dropdown:hover {
  color: #00c03d;
}

.parent-pageid-17 .archive-dropdown, .category-qui-tam:not(.search) .archive-dropdown, .category-sec-cftc-resources:not(.search) .archive-dropdown, .category-resources:not(.search) .archive-dropdown, .page-color-red .archive-dropdown, .page-id-17 .archive-dropdown, body.color-scheme-whistle-blower-resources:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--red.521b3ecf.png");
}

.parent-pageid-17 .archive-dropdown:hover, .category-qui-tam:not(.search) .archive-dropdown:hover, .category-sec-cftc-resources:not(.search) .archive-dropdown:hover, .category-resources:not(.search) .archive-dropdown:hover, .page-color-red .archive-dropdown:hover, .page-id-17 .archive-dropdown:hover, body.color-scheme-whistle-blower-resources:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #008d2d;
  border-color: #008d2d;
}

.parent-pageid-17 .sidebarAccordion .accordionLinkGroup__item a:hover, .category-qui-tam:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .category-sec-cftc-resources:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .category-resources:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-red .sidebarAccordion .accordionLinkGroup__item a:hover, .page-id-17 .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-whistle-blower-resources:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #008d2d;
}

.parent-pageid-17 .c-hero, .category-qui-tam:not(.search) .c-hero, .category-sec-cftc-resources:not(.search) .c-hero, .category-resources:not(.search) .c-hero, .page-color-red .c-hero, .page-id-17 .c-hero, body.color-scheme-whistle-blower-resources:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(62% 1%, #00a735 0, #008d2d 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 62% 1%, #00a735 0, #008d2d 300px);
}

.parent-pageid-17 .c-accordion .panel-title a:not(.collapsed), .category-qui-tam:not(.search) .c-accordion .panel-title a:not(.collapsed), .category-sec-cftc-resources:not(.search) .c-accordion .panel-title a:not(.collapsed), .category-resources:not(.search) .c-accordion .panel-title a:not(.collapsed), .page-color-red .c-accordion .panel-title a:not(.collapsed), .page-id-17 .c-accordion .panel-title a:not(.collapsed), body.color-scheme-whistle-blower-resources:not(.search) .c-accordion .panel-title a:not(.collapsed) {
  background: #008d2d;
}

.parent-pageid-5 .hero__searchBar, .category-firm-news .hero__searchBar, .page-color-orange .hero__searchBar, .page-id-5 .hero__searchBar, .single-attorney .hero__searchBar, .post-type-archive-attorney .hero__searchBar, body.color-scheme-about:not(.search) .hero__searchBar {
  border-color: #ff5f01;
}

.parent-pageid-5 .hero__searchBar .btn.btn--primary, .category-firm-news .hero__searchBar .btn.btn--primary, .page-color-orange .hero__searchBar .btn.btn--primary, .page-id-5 .hero__searchBar .btn.btn--primary, .single-attorney .hero__searchBar .btn.btn--primary, .post-type-archive-attorney .hero__searchBar .btn.btn--primary, body.color-scheme-about:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #ff5f01;
}

.parent-pageid-5 .hero__searchBar .btn.btn--primary:after, .category-firm-news .hero__searchBar .btn.btn--primary:after, .page-color-orange .hero__searchBar .btn.btn--primary:after, .page-id-5 .hero__searchBar .btn.btn--primary:after, .single-attorney .hero__searchBar .btn.btn--primary:after, .post-type-archive-attorney .hero__searchBar .btn.btn--primary:after, body.color-scheme-about:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.parent-pageid-5 .hero__searchBar .btn.btn--primary:hover, .category-firm-news .hero__searchBar .btn.btn--primary:hover, .page-color-orange .hero__searchBar .btn.btn--primary:hover, .page-id-5 .hero__searchBar .btn.btn--primary:hover, .single-attorney .hero__searchBar .btn.btn--primary:hover, .post-type-archive-attorney .hero__searchBar .btn.btn--primary:hover, body.color-scheme-about:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #ff5f01;
  background-color: #fff;
}

.parent-pageid-5 .hero__searchBar .btn.btn--primary:hover:after, .category-firm-news .hero__searchBar .btn.btn--primary:hover:after, .page-color-orange .hero__searchBar .btn.btn--primary:hover:after, .page-id-5 .hero__searchBar .btn.btn--primary:hover:after, .single-attorney .hero__searchBar .btn.btn--primary:hover:after, .post-type-archive-attorney .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-about:not(.search) .hero__searchBar .btn.btn--primary:hover:after {
  color: #ff5f01;
}

.parent-pageid-5 .c-hero, .parent-pageid-5 .c-home-hero-quote, .parent-pageid-5 .hero__searchBar, .parent-pageid-5 .c-free-consultation-banner, .parent-pageid-5 .mostPopularItem__link a:hover, .category-firm-news .c-hero, .category-firm-news .c-home-hero-quote, .category-firm-news .hero__searchBar, .category-firm-news .c-free-consultation-banner, .category-firm-news .mostPopularItem__link a:hover, .page-color-orange .c-hero, .page-color-orange .c-home-hero-quote, .page-color-orange .hero__searchBar, .page-color-orange .c-free-consultation-banner, .page-color-orange .mostPopularItem__link a:hover, .page-id-5 .c-hero, .page-id-5 .c-home-hero-quote, .page-id-5 .hero__searchBar, .page-id-5 .c-free-consultation-banner, .page-id-5 .mostPopularItem__link a:hover, .single-attorney .c-hero, .single-attorney .c-home-hero-quote, .single-attorney .hero__searchBar, .single-attorney .c-free-consultation-banner, .single-attorney .mostPopularItem__link a:hover, .post-type-archive-attorney .c-hero, .post-type-archive-attorney .c-home-hero-quote, .post-type-archive-attorney .hero__searchBar, .post-type-archive-attorney .c-free-consultation-banner, .post-type-archive-attorney .mostPopularItem__link a:hover, body.color-scheme-about:not(.search) .c-hero, body.color-scheme-about:not(.search) .c-home-hero-quote, body.color-scheme-about:not(.search) .hero__searchBar, body.color-scheme-about:not(.search) .c-free-consultation-banner, body.color-scheme-about:not(.search) .mostPopularItem__link a:hover {
  background-color: #ff5f01;
}

.parent-pageid-5 .archiveSearchForm i, .parent-pageid-5 .archiveItem__categories a, .parent-pageid-5 .similar-posts__tag a, .category-firm-news .archiveSearchForm i, .category-firm-news .archiveItem__categories a, .category-firm-news .similar-posts__tag a, .page-color-orange .archiveSearchForm i, .page-color-orange .archiveItem__categories a, .page-color-orange .similar-posts__tag a, .page-id-5 .archiveSearchForm i, .page-id-5 .archiveItem__categories a, .page-id-5 .similar-posts__tag a, .single-attorney .archiveSearchForm i, .single-attorney .archiveItem__categories a, .single-attorney .similar-posts__tag a, .post-type-archive-attorney .archiveSearchForm i, .post-type-archive-attorney .archiveItem__categories a, .post-type-archive-attorney .similar-posts__tag a, body.color-scheme-about:not(.search) .archiveSearchForm i, body.color-scheme-about:not(.search) .archiveItem__categories a, body.color-scheme-about:not(.search) .similar-posts__tag a, .parent-pageid-5 .mostPopularItem__link i, .category-firm-news .mostPopularItem__link i, .page-color-orange .mostPopularItem__link i, .page-id-5 .mostPopularItem__link i, .single-attorney .mostPopularItem__link i, .post-type-archive-attorney .mostPopularItem__link i, body.color-scheme-about:not(.search) .mostPopularItem__link i, .parent-pageid-5 .wp-pagenavi a, .category-firm-news .wp-pagenavi a, .page-color-orange .wp-pagenavi a, .page-id-5 .wp-pagenavi a, .single-attorney .wp-pagenavi a, .post-type-archive-attorney .wp-pagenavi a, body.color-scheme-about:not(.search) .wp-pagenavi a {
  color: #ff5f01;
}

.parent-pageid-5 .wp-pagenavi a:hover, .category-firm-news .wp-pagenavi a:hover, .page-color-orange .wp-pagenavi a:hover, .page-id-5 .wp-pagenavi a:hover, .single-attorney .wp-pagenavi a:hover, .post-type-archive-attorney .wp-pagenavi a:hover, body.color-scheme-about:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #ff5f01;
}

.parent-pageid-5 .wp-pagenavi span.current, .category-firm-news .wp-pagenavi span.current, .page-color-orange .wp-pagenavi span.current, .page-id-5 .wp-pagenavi span.current, .single-attorney .wp-pagenavi span.current, .post-type-archive-attorney .wp-pagenavi span.current, body.color-scheme-about:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #ff5f01;
}

.parent-pageid-5 .article-content blockquote span:after, .parent-pageid-5 .article-content blockquote span:before, .parent-pageid-5 .article-content ol > li:before, .parent-pageid-5 .c-accordion .panel-title a .fa, .parent-pageid-5 .c-accordion .panel-title a .fa, .parent-pageid-5 .article-content a, .category-firm-news .article-content blockquote span:after, .category-firm-news .article-content blockquote span:before, .category-firm-news .article-content ol > li:before, .category-firm-news .c-accordion .panel-title a .fa, .category-firm-news .c-accordion .panel-title a .fa, .category-firm-news .article-content a, .page-color-orange .article-content blockquote span:after, .page-color-orange .article-content blockquote span:before, .page-color-orange .article-content ol > li:before, .page-color-orange .c-accordion .panel-title a .fa, .page-color-orange .c-accordion .panel-title a .fa, .page-color-orange .article-content a, .page-id-5 .article-content blockquote span:after, .page-id-5 .article-content blockquote span:before, .page-id-5 .article-content ol > li:before, .page-id-5 .c-accordion .panel-title a .fa, .page-id-5 .c-accordion .panel-title a .fa, .page-id-5 .article-content a, .single-attorney .article-content blockquote span:after, .single-attorney .article-content blockquote span:before, .single-attorney .article-content ol > li:before, .single-attorney .c-accordion .panel-title a .fa, .single-attorney .c-accordion .panel-title a .fa, .single-attorney .article-content a, .post-type-archive-attorney .article-content blockquote span:after, .post-type-archive-attorney .article-content blockquote span:before, .post-type-archive-attorney .article-content ol > li:before, .post-type-archive-attorney .c-accordion .panel-title a .fa, .post-type-archive-attorney .c-accordion .panel-title a .fa, .post-type-archive-attorney .article-content a, body.color-scheme-about:not(.search) .article-content blockquote span:after, body.color-scheme-about:not(.search) .article-content blockquote span:before, body.color-scheme-about:not(.search) .article-content ol > li:before, body.color-scheme-about:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-about:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-about:not(.search) .article-content a {
  color: #ff5f01;
}

.parent-pageid-5 .c-accordion .panel-title a:not(.collapsed), .category-firm-news .c-accordion .panel-title a:not(.collapsed), .page-color-orange .c-accordion .panel-title a:not(.collapsed), .page-id-5 .c-accordion .panel-title a:not(.collapsed), .single-attorney .c-accordion .panel-title a:not(.collapsed), .post-type-archive-attorney .c-accordion .panel-title a:not(.collapsed), body.color-scheme-about:not(.search) .c-accordion .panel-title a:not(.collapsed), .parent-pageid-5 .article-content ul li:before, .category-firm-news .article-content ul li:before, .page-color-orange .article-content ul li:before, .page-id-5 .article-content ul li:before, .single-attorney .article-content ul li:before, .post-type-archive-attorney .article-content ul li:before, body.color-scheme-about:not(.search) .article-content ul li:before {
  background: #ff5f01;
}

.parent-pageid-5 .article-content ul li li:before, .category-firm-news .article-content ul li li:before, .page-color-orange .article-content ul li li:before, .page-id-5 .article-content ul li li:before, .single-attorney .article-content ul li li:before, .post-type-archive-attorney .article-content ul li li:before, body.color-scheme-about:not(.search) .article-content ul li li:before {
  background: none;
  border-color: #ff5f01;
}

.parent-pageid-5 .article-content ol ul li:before, .category-firm-news .article-content ol ul li:before, .page-color-orange .article-content ol ul li:before, .page-id-5 .article-content ol ul li:before, .single-attorney .article-content ol ul li:before, .post-type-archive-attorney .article-content ol ul li:before, body.color-scheme-about:not(.search) .article-content ol ul li:before {
  color: #ff5f01;
  background: none;
}

.parent-pageid-5 .c-home-hero-quote, .category-firm-news .c-home-hero-quote, .page-color-orange .c-home-hero-quote, .page-id-5 .c-home-hero-quote, .single-attorney .c-home-hero-quote, .post-type-archive-attorney .c-home-hero-quote, body.color-scheme-about:not(.search) .c-home-hero-quote {
  border-color: #ff5f01;
}

.parent-pageid-5 .c-popular-link .c-popular-link__title .fa, .category-firm-news .c-popular-link .c-popular-link__title .fa, .page-color-orange .c-popular-link .c-popular-link__title .fa, .page-id-5 .c-popular-link .c-popular-link__title .fa, .single-attorney .c-popular-link .c-popular-link__title .fa, .post-type-archive-attorney .c-popular-link .c-popular-link__title .fa, body.color-scheme-about:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #ff5f01;
}

.parent-pageid-5 .c-popular-link:hover, .category-firm-news .c-popular-link:hover, .page-color-orange .c-popular-link:hover, .page-id-5 .c-popular-link:hover, .single-attorney .c-popular-link:hover, .post-type-archive-attorney .c-popular-link:hover, body.color-scheme-about:not(.search) .c-popular-link:hover {
  background-color: #ff5f01;
}

.parent-pageid-5 .c-hero__caption a:hover, .category-firm-news .c-hero__caption a:hover, .page-color-orange .c-hero__caption a:hover, .page-id-5 .c-hero__caption a:hover, .single-attorney .c-hero__caption a:hover, .post-type-archive-attorney .c-hero__caption a:hover, body.color-scheme-about:not(.search) .c-hero__caption a:hover, .parent-pageid-5 .c-page-anchor-links a, .parent-pageid-5 .c-aside-list li a, .parent-pageid-5 .archive-dropdown, .category-firm-news .c-page-anchor-links a, .category-firm-news .c-aside-list li a, .category-firm-news .archive-dropdown, .page-color-orange .c-page-anchor-links a, .page-color-orange .c-aside-list li a, .page-color-orange .archive-dropdown, .page-id-5 .c-page-anchor-links a, .page-id-5 .c-aside-list li a, .page-id-5 .archive-dropdown, .single-attorney .c-page-anchor-links a, .single-attorney .c-aside-list li a, .single-attorney .archive-dropdown, .post-type-archive-attorney .c-page-anchor-links a, .post-type-archive-attorney .c-aside-list li a, .post-type-archive-attorney .archive-dropdown, body.color-scheme-about:not(.search) .c-page-anchor-links a, body.color-scheme-about:not(.search) .c-aside-list li a, body.color-scheme-about:not(.search) .archive-dropdown {
  color: #ff5f01;
}

.parent-pageid-5 .c-page-anchor-links a:hover, .parent-pageid-5 .c-aside-list li a:hover, .parent-pageid-5 .archive-dropdown:hover, .category-firm-news .c-page-anchor-links a:hover, .category-firm-news .c-aside-list li a:hover, .category-firm-news .archive-dropdown:hover, .page-color-orange .c-page-anchor-links a:hover, .page-color-orange .c-aside-list li a:hover, .page-color-orange .archive-dropdown:hover, .page-id-5 .c-page-anchor-links a:hover, .page-id-5 .c-aside-list li a:hover, .page-id-5 .archive-dropdown:hover, .single-attorney .c-page-anchor-links a:hover, .single-attorney .c-aside-list li a:hover, .single-attorney .archive-dropdown:hover, .post-type-archive-attorney .c-page-anchor-links a:hover, .post-type-archive-attorney .c-aside-list li a:hover, .post-type-archive-attorney .archive-dropdown:hover, body.color-scheme-about:not(.search) .c-page-anchor-links a:hover, body.color-scheme-about:not(.search) .c-aside-list li a:hover, body.color-scheme-about:not(.search) .archive-dropdown:hover {
  color: #ff7f34;
}

.parent-pageid-5 .archive-dropdown, .category-firm-news .archive-dropdown, .page-color-orange .archive-dropdown, .page-id-5 .archive-dropdown, .single-attorney .archive-dropdown, .post-type-archive-attorney .archive-dropdown, body.color-scheme-about:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--orange.28a1133e.png");
}

.parent-pageid-5 .archive-dropdown:hover, .category-firm-news .archive-dropdown:hover, .page-color-orange .archive-dropdown:hover, .page-id-5 .archive-dropdown:hover, .single-attorney .archive-dropdown:hover, .post-type-archive-attorney .archive-dropdown:hover, body.color-scheme-about:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #ff5f01;
  border-color: #ff5f01;
}

.parent-pageid-5 .sidebarAccordion .accordionLinkGroup__item a:hover, .category-firm-news .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-orange .sidebarAccordion .accordionLinkGroup__item a:hover, .page-id-5 .sidebarAccordion .accordionLinkGroup__item a:hover, .single-attorney .sidebarAccordion .accordionLinkGroup__item a:hover, .post-type-archive-attorney .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-about:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #ff5f01;
}

.parent-pageid-5 .c-hero, .category-firm-news .c-hero, .page-color-orange .c-hero, .page-id-5 .c-hero, .single-attorney .c-hero, .post-type-archive-attorney .c-hero, body.color-scheme-about:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(48% 1%, #ff6f1a 0, #ff5f01 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 48% 1%, #ff6f1a 0, #ff5f01 300px);
}

.single-attorney .c-hero {
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.page-template-contact-us .hero__searchBar, .page-color-purple .hero__searchBar, body.color-scheme-contact-us:not(.search) .hero__searchBar {
  border-color: #b20265;
}

.page-template-contact-us .hero__searchBar .btn.btn--primary, .page-color-purple .hero__searchBar .btn.btn--primary, body.color-scheme-contact-us:not(.search) .hero__searchBar .btn.btn--primary {
  color: #fff;
  background-color: #b20265;
}

.page-template-contact-us .hero__searchBar .btn.btn--primary:after, .page-color-purple .hero__searchBar .btn.btn--primary:after, body.color-scheme-contact-us:not(.search) .hero__searchBar .btn.btn--primary:after {
  color: #fff;
}

.page-template-contact-us .hero__searchBar .btn.btn--primary:hover, .page-color-purple .hero__searchBar .btn.btn--primary:hover, body.color-scheme-contact-us:not(.search) .hero__searchBar .btn.btn--primary:hover {
  color: #b20265;
  background-color: #fff;
}

.page-template-contact-us .hero__searchBar .btn.btn--primary:hover:after, .page-color-purple .hero__searchBar .btn.btn--primary:hover:after, body.color-scheme-contact-us:not(.search) .hero__searchBar .btn.btn--primary:hover:after {
  color: #b20265;
}

.page-template-contact-us .c-hero, .page-template-contact-us .c-home-hero-quote, .page-template-contact-us .hero__searchBar, .page-template-contact-us .c-free-consultation-banner, .page-template-contact-us .mostPopularItem__link a:hover, .page-color-purple .c-hero, .page-color-purple .c-home-hero-quote, .page-color-purple .hero__searchBar, .page-color-purple .c-free-consultation-banner, .page-color-purple .mostPopularItem__link a:hover, body.color-scheme-contact-us:not(.search) .c-hero, body.color-scheme-contact-us:not(.search) .c-home-hero-quote, body.color-scheme-contact-us:not(.search) .hero__searchBar, body.color-scheme-contact-us:not(.search) .c-free-consultation-banner, body.color-scheme-contact-us:not(.search) .mostPopularItem__link a:hover {
  background-color: #b20265;
}

.page-template-contact-us .archiveSearchForm i, .page-template-contact-us .archiveItem__categories a, .page-template-contact-us .similar-posts__tag a, .page-color-purple .archiveSearchForm i, .page-color-purple .archiveItem__categories a, .page-color-purple .similar-posts__tag a, body.color-scheme-contact-us:not(.search) .archiveSearchForm i, body.color-scheme-contact-us:not(.search) .archiveItem__categories a, body.color-scheme-contact-us:not(.search) .similar-posts__tag a, .page-template-contact-us .mostPopularItem__link i, .page-color-purple .mostPopularItem__link i, body.color-scheme-contact-us:not(.search) .mostPopularItem__link i, .page-template-contact-us .wp-pagenavi a, .page-color-purple .wp-pagenavi a, body.color-scheme-contact-us:not(.search) .wp-pagenavi a {
  color: #b20265;
}

.page-template-contact-us .wp-pagenavi a:hover, .page-color-purple .wp-pagenavi a:hover, body.color-scheme-contact-us:not(.search) .wp-pagenavi a:hover {
  color: #09f;
  background: #b20265;
}

.page-template-contact-us .wp-pagenavi span.current, .page-color-purple .wp-pagenavi span.current, body.color-scheme-contact-us:not(.search) .wp-pagenavi span.current {
  color: #fff;
  background: #b20265;
}

.page-template-contact-us .article-content blockquote span:after, .page-template-contact-us .article-content blockquote span:before, .page-template-contact-us .article-content ol > li:before, .page-template-contact-us .c-accordion .panel-title a .fa, .page-template-contact-us .c-accordion .panel-title a .fa, .page-template-contact-us .article-content a, .page-color-purple .article-content blockquote span:after, .page-color-purple .article-content blockquote span:before, .page-color-purple .article-content ol > li:before, .page-color-purple .c-accordion .panel-title a .fa, .page-color-purple .c-accordion .panel-title a .fa, .page-color-purple .article-content a, body.color-scheme-contact-us:not(.search) .article-content blockquote span:after, body.color-scheme-contact-us:not(.search) .article-content blockquote span:before, body.color-scheme-contact-us:not(.search) .article-content ol > li:before, body.color-scheme-contact-us:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-contact-us:not(.search) .c-accordion .panel-title a .fa, body.color-scheme-contact-us:not(.search) .article-content a {
  color: #b20265;
}

.page-template-contact-us .article-content ul li:before, .page-color-purple .article-content ul li:before, body.color-scheme-contact-us:not(.search) .article-content ul li:before {
  background: #b20265;
}

.page-template-contact-us .article-content ul li li:before, .page-color-purple .article-content ul li li:before, body.color-scheme-contact-us:not(.search) .article-content ul li li:before {
  background: none;
  border-color: #b20265;
}

.page-template-contact-us .article-content ol ul li:before, .page-color-purple .article-content ol ul li:before, body.color-scheme-contact-us:not(.search) .article-content ol ul li:before {
  color: #b20265;
  background: none;
}

.page-template-contact-us .c-home-hero-quote, .page-color-purple .c-home-hero-quote, body.color-scheme-contact-us:not(.search) .c-home-hero-quote {
  border-color: #b20265;
}

.page-template-contact-us .c-popular-link .c-popular-link__title .fa, .page-color-purple .c-popular-link .c-popular-link__title .fa, body.color-scheme-contact-us:not(.search) .c-popular-link .c-popular-link__title .fa {
  color: #b20265;
}

.page-template-contact-us .c-popular-link:hover, .page-color-purple .c-popular-link:hover, body.color-scheme-contact-us:not(.search) .c-popular-link:hover {
  background-color: #b20265;
}

.page-template-contact-us .c-hero__caption a:hover, .page-color-purple .c-hero__caption a:hover, body.color-scheme-contact-us:not(.search) .c-hero__caption a:hover, .page-template-contact-us .c-page-anchor-links a, .page-template-contact-us .c-aside-list li a, .page-template-contact-us .archive-dropdown, .page-color-purple .c-page-anchor-links a, .page-color-purple .c-aside-list li a, .page-color-purple .archive-dropdown, body.color-scheme-contact-us:not(.search) .c-page-anchor-links a, body.color-scheme-contact-us:not(.search) .c-aside-list li a, body.color-scheme-contact-us:not(.search) .archive-dropdown {
  color: #b20265;
}

.page-template-contact-us .c-page-anchor-links a:hover, .page-template-contact-us .c-aside-list li a:hover, .page-template-contact-us .archive-dropdown:hover, .page-color-purple .c-page-anchor-links a:hover, .page-color-purple .c-aside-list li a:hover, .page-color-purple .archive-dropdown:hover, body.color-scheme-contact-us:not(.search) .c-page-anchor-links a:hover, body.color-scheme-contact-us:not(.search) .c-aside-list li a:hover, body.color-scheme-contact-us:not(.search) .archive-dropdown:hover {
  color: #e40382;
}

.page-template-contact-us .archive-dropdown, .page-color-purple .archive-dropdown, body.color-scheme-contact-us:not(.search) .archive-dropdown {
  background-image: url("../selectArrow--purple.fa14121f.png");
}

.page-template-contact-us .archive-dropdown:hover, .page-color-purple .archive-dropdown:hover, body.color-scheme-contact-us:not(.search) .archive-dropdown:hover {
  color: #fff;
  background-color: #b20265;
  border-color: #b20265;
}

.page-template-contact-us .sidebarAccordion .accordionLinkGroup__item a:hover, .page-color-purple .sidebarAccordion .accordionLinkGroup__item a:hover, body.color-scheme-contact-us:not(.search) .sidebarAccordion .accordionLinkGroup__item a:hover {
  color: #b20265;
}

.page-template-contact-us .c-hero, .page-color-purple .c-hero, body.color-scheme-contact-us:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(67% 1%, #d40078 0, #b20265 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 67% 1%, #d40078 0, #b20265 300px);
}

.page-template-contact-us .c-accordion .panel-title a:not(.collapsed), .page-color-purple .c-accordion .panel-title a:not(.collapsed), body.color-scheme-contact-us:not(.search) .c-accordion .panel-title a:not(.collapsed) {
  background: #b20265;
}

.post-type-archive-attorney .hero__searchBar {
  border-color: #ff5f01;
}

.page-template-person .c-hero__aside .c-hero__aside__language-switch, .page-template-person .c-hero__aside .c-hero__aside__contact a, .page-template-attorneys .c-hero__aside .c-hero__aside__language-switch, .page-template-attorneys .c-hero__aside .c-hero__aside__contact a, .page-template-person .c-office-locations .c-office-locations__heading, .page-template-attorneys .c-office-locations .c-office-locations__heading {
  color: #fff;
}

.page-template-person .hero__searchBar, .page-template-attorneys .hero__searchBar {
  border-color: #ff5f01;
}

@media screen and (max-width: 1140px) {
  .page-template-person .c-hero__aside .c-hero__aside__language-switch, .page-template-person .c-hero__aside .c-hero__aside__contact a, .page-template-attorneys .c-hero__aside .c-hero__aside__language-switch, .page-template-attorneys .c-hero__aside .c-hero__aside__contact a {
    color: #fff;
  }
}

.page-template-person .mostPopularItem__link i, .page-template-attorneys .mostPopularItem__link i {
  color: #ff5f01;
}

.why-we-win .hero__searchBar, .why-we-win .c-home-hero-quote, .page-template-why-we-win .hero__searchBar, .page-template-why-we-win .c-home-hero-quote, body.color-scheme-why-we-win:not(.search) .hero__searchBar, body.color-scheme-why-we-win:not(.search) .c-home-hero-quote {
  border-color: #d59710;
}

.why-we-win .c-hero, .why-we-win .c-home-hero-quote, .why-we-win .hero__searchBar, .why-we-win .c-free-consultation-banner, .why-we-win .mostPopularItem__link a:hover, .why-we-win .article-content ul li:before, .page-template-why-we-win .c-hero, .page-template-why-we-win .c-home-hero-quote, .page-template-why-we-win .hero__searchBar, .page-template-why-we-win .c-free-consultation-banner, .page-template-why-we-win .mostPopularItem__link a:hover, .page-template-why-we-win .article-content ul li:before, body.color-scheme-why-we-win:not(.search) .c-hero, body.color-scheme-why-we-win:not(.search) .c-home-hero-quote, body.color-scheme-why-we-win:not(.search) .hero__searchBar, body.color-scheme-why-we-win:not(.search) .c-free-consultation-banner, body.color-scheme-why-we-win:not(.search) .mostPopularItem__link a:hover, body.color-scheme-why-we-win:not(.search) .article-content ul li:before {
  background-color: #d59710;
}

.why-we-win .article-content ul li li:before, .page-template-why-we-win .article-content ul li li:before, body.color-scheme-why-we-win:not(.search) .article-content ul li li:before {
  background-color: #0000;
  border-color: #d59710;
}

.why-we-win .c-btn--cta, .page-template-why-we-win .c-btn--cta, body.color-scheme-why-we-win:not(.search) .c-btn--cta {
  background-color: #d59710;
  border-color: #d59710;
}

.why-we-win .c-btn--cta .fa, .page-template-why-we-win .c-btn--cta .fa, body.color-scheme-why-we-win:not(.search) .c-btn--cta .fa {
  color: #09f;
}

.why-we-win .c-btn--cta:hover .fa, .page-template-why-we-win .c-btn--cta:hover .fa, body.color-scheme-why-we-win:not(.search) .c-btn--cta:hover .fa, .why-we-win .archiveSearchForm i, .why-we-win .archiveItem__categories a, .why-we-win .article-content blockquote span:after, .why-we-win .article-content blockquote span:before, .why-we-win .article-content ol li:before, .why-we-win .c-accordion .panel-title a .fa, .page-template-why-we-win .archiveSearchForm i, .page-template-why-we-win .archiveItem__categories a, .page-template-why-we-win .article-content blockquote span:after, .page-template-why-we-win .article-content blockquote span:before, .page-template-why-we-win .article-content ol li:before, .page-template-why-we-win .c-accordion .panel-title a .fa, body.color-scheme-why-we-win:not(.search) .archiveSearchForm i, body.color-scheme-why-we-win:not(.search) .archiveItem__categories a, body.color-scheme-why-we-win:not(.search) .article-content blockquote span:after, body.color-scheme-why-we-win:not(.search) .article-content blockquote span:before, body.color-scheme-why-we-win:not(.search) .article-content ol li:before, body.color-scheme-why-we-win:not(.search) .c-accordion .panel-title a .fa, .why-we-win .mostPopularItem__link i, .page-template-why-we-win .mostPopularItem__link i, body.color-scheme-why-we-win:not(.search) .mostPopularItem__link i {
  color: #d59710;
}

.why-we-win .c-hero, .page-template-why-we-win .c-hero, body.color-scheme-why-we-win:not(.search) .c-hero {
  background: url("../hero-pattern-repeat.3a9c8669.png") -webkit-radial-gradient(38% 1%, #ffad00 0, #d59710 300px);
  background: url("../hero-pattern-repeat.3a9c8669.png"), radial-gradient(at 38% 1%, #ffad00 0, #d59710 300px);
}

.page-template-blog .c-hero__aside .c-hero__aside__language-switch, .page-template-blog .c-hero__aside .c-hero__aside__contact a {
  color: #b71602;
}

.page-template-blog .hero__searchBar {
  border-color: #b71602;
}

.archive-dropdown:hover {
  background-image: url("../selectArrow--white.94ce49bb.png");
}

.c-hero {
  box-sizing: border-box;
  background-color: #009d9e;
  background-image: url("../hero-pattern-repeat.3a9c8669.png");
  background-repeat: repeat;
  padding-bottom: 4rem;
  position: relative;
  background-size: cover !important;
}

.c-hero .container {
  z-index: 23;
}

.c-hero .c-hero__content {
  float: left;
  width: 73%;
  padding: 11rem 0 0;
}

@media screen and (max-width: 1140px) {
  .c-hero .c-hero__content {
    width: 100%;
    padding-top: 2rem;
  }
}

.c-hero .addthis_toolbox {
  display: none !important;
}

.c-hero .c-hero__interior-container {
  position: relative;
}

.c-hero .c-hero__interior-container .c-hero__aside__tel, .c-hero .c-hero__interior-container .c-hero__aside__language-switch, .c-hero .c-hero__interior-container .c-office-locations li {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.c-hero .c-hero__interior-container .c-hero__aside__contact {
  font-size: 1.0625rem;
  line-height: 2rem;
}

.c-hero .c-hero__interior-container .c-office-locations__heading {
  color: #fff;
  font-size: 14px;
  line-height: 2rem;
}

.c-hero .c-hero__heading {
  text-shadow: 2px 2px 3px #0006;
}

.c-hero.dark-font h1 {
  color: #363636;
  text-shadow: 2px 2px 3px #fff6;
}

.c-hero.dark-font .c-breadcrumbs a, .c-hero.dark-font .c-breadcrumbs span {
  color: #363636;
  border-color: #363636;
}

.c-hero.dark-font .c-hero__aside a, .c-hero.dark-font .c-hero__interior-container .c-office-locations__heading {
  color: #363636;
}

@media screen and (max-width: 1140px) {
  .c-hero {
    height: auto;
    padding: 60px 0;
  }

  .c-hero .c-hero__content {
    position: relative;
    top: auto;
    transform: none;
  }

  .c-hero .c-hero__interior-container {
    flex-flow: column wrap;
    min-height: 200px;
    display: flex;
  }

  .c-hero .c-hero__interior-container .c-hero__aside {
    text-align: left;
    order: 2;
    margin-top: 2rem;
    position: relative;
    top: auto;
    right: auto;
  }

  .c-hero .c-hero__interior-container .c-hero__aside .c-hero__aside__language-switch, .c-hero .c-hero__interior-container .c-hero__aside .c-hero__aside__tel, .c-hero .c-hero__interior-container .c-hero__aside .c-hero__aside__contact {
    margin-right: 10px;
    display: inline-block;
  }

  .c-hero .c-hero__interior-container .c-hero__aside .c-hero__aside__language-switch {
    color: #001c31;
  }

  .c-hero .c-hero__interior-container .c-hero__aside .c-hero__aside__language-switch i {
    color: #fff;
  }
}

.c-hero .hero__searchBar.container {
  z-index: 22;
}

@media screen and (max-width: 900px) {
  .c-hero__interior-container .c-office-locations li {
    margin-right: 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 1140px) {
  body:not(.home) .c-hero__interior-container .c-office-locations li {
    margin-right: 10px;
    display: inline-block;
  }
}

.hero__withSearch {
  position: relative;
}

.hero__withSearch > div.container {
  margin-bottom: 3em;
}

@media screen and (max-width: 1140px) {
  .hero__withSearch > div.container {
    margin-bottom: 5rem;
  }
}

.hero__withSearch + .l-content {
  padding-top: 120px;
}

@media screen and (max-width: 767px) {
  .hero__withSearch + .l-content {
    padding-top: 155px;
  }
}

.c-hero__aside {
  float: right;
  text-align: right;
  width: 25%;
  padding: 3.5rem 0 0;
  font-size: 24px;
}

@media screen and (max-width: 1140px) {
  .c-hero__aside {
    width: 100%;
    padding-top: 0;
    margin-top: 0 !important;
  }
}

.c-hero__aside a {
  color: #fff;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-hero__aside .languageSwitcher__currentLanguage {
  color: #001c31;
  font-size: 1.5rem;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-hero__aside .languageSwitcher__currentLanguage:hover {
  color: #d59710;
}

.c-hero__aside .c-hero__aside__language-switch {
  color: #001c31;
  margin-bottom: 14px;
}

.c-hero__aside .c-hero__aside__language-switch .fa-globe {
  color: #fff;
}

.c-hero__aside .c-hero__aside__contact a {
  color: #001c31;
  margin-right: 24px;
}

.c-hero__aside .c-hero__aside__contact a:hover {
  color: #d59710;
}

.c-hero__aside .c-hero__aside__contact a:last-child {
  margin-right: 0;
}

.c-hero__aside .c-hero__aside__tel {
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .c-hero__heading, .c-hero--attorneys h1 {
    font-size: 2.8rem !important;
    line-height: 1 !important;
  }
}

.c-hero--bio .container {
  min-height: 45rem;
  padding-top: 6.5rem;
  padding-bottom: 5rem;
}

.c-hero--bio .c-hero__headshot {
  background-position: top;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 880px) {
  .c-hero--bio .c-hero__headshot {
    width: 100%;
    left: 0;
  }
}

.c-hero--bio .c-hero__headshot img {
  display: none;
}

.c-hero--bio .c-hero__heading {
  margin-bottom: 4px;
  padding-right: 2%;
}

@media screen and (max-width: 900px) {
  .c-hero--bio .c-hero__heading {
    font-size: 2rem;
    line-height: 1;
  }
}

.c-hero--bio .c-hero__subheading {
  color: #fff;
  margin: 0 0 1.6rem;
  font-size: 2rem;
  line-height: 2rem;
}

.c-hero--bio .c-hero__content {
  width: 38%;
  font-size: 1.625rem;
  line-height: 2.625rem;
  position: relative;
  transform: none;
}

@media screen and (max-width: 1140px) {
  .c-hero--bio {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 880px) {
  .c-hero--bio .container {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .c-hero--bio .c-hero__content {
    width: 100%;
  }

  .c-hero--bio .c-hero__headshot {
    background: none;
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
  }

  .c-hero--bio .c-hero__headshot img {
    display: block;
  }
}

.c-hero--newsAndInsights {
  background-color: #001c31;
  background-image: url("../attorneys-bg.5e80e156.jpg");
  background-position: center;
  background-size: cover;
}

.c-hero--attorneys {
  background-color: #ff5f01;
  margin-bottom: 4rem;
  padding: 0 0 6rem;
}

@media screen and (max-width: 900px) {
  .c-hero--attorneys {
    margin-bottom: 5rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 600px) {
  .c-hero--attorneys {
    margin-bottom: 7rem;
  }
}

.c-hero--attorneys h1 {
  font-size: 4rem;
  line-height: 4rem;
}

@media screen and (max-width: 1140px) {
  .c-hero--attorneys h1 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.c-hero--attorneys .c-hero__content {
  padding: 9rem 0 0;
}

@media screen and (max-width: 1140px) {
  .c-hero--attorneys .c-hero__content {
    padding: 2rem 0 0;
  }
}

.c-hero--attorneys .c-hero__aside {
  top: -52px;
}

@media (max-width: 760px) {
  .c-hero--attorneys {
    padding-bottom: 14rem;
  }
}

@media (max-width: 560px) {
  .c-hero--attorneys {
    padding-bottom: 12rem;
  }
}

.c-hero--attorneys .c-hero__aside .languageSwitcher__currentLanguage, .c-hero--attorneys .c-hero__aside .c-hero__aside__contact a {
  color: #fff;
}

.c-hero--attorneys .c-hero__aside .languageSwitcher__currentLanguage:hover, .c-hero--attorneys .c-hero__aside .c-hero__aside__contact a:hover {
  color: #09f;
}

.hero__searchBarForm input {
  color: #363636;
}

.page-template-why-we-win .c-hero {
  background: url("../why-we-win-bg.e51da0dc.jpg") center / cover;
}

.c-home-hero-quote {
  box-shadow: 0 -5px 10px #00000040;
}

.home .c-home-hero-quote {
  display: none;
}

.hero__searchBar {
  height: 160px;
  box-shadow: 0 -5px 10px #00000040;
}

@media screen and (max-width: 800px) {
  .hero__searchBar {
    height: auto;
    padding: 1rem;
  }
}

.hero__searchBar .row, .hero__searchBar .c-practice-areas-list {
  width: 100%;
  margin: 0;
  padding: 16px;
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
  .hero__searchBar .row, .hero__searchBar .c-practice-areas-list {
    padding: 0;
    transform: none;
    position: relative !important;
  }
}

.search .c-hero .c-hero__aside a {
  color: #09f;
}

.search .c-hero .c-hero__aside a:hover {
  color: #d59710 !important;
}

.c-hero__aside__language-switch {
  position: relative;
}

.c-hero__aside__language-switch ul {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  border: 1px solid #aaa;
  width: 210px;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98) .6s, opacity .9s cubic-bezier(.07, .98, .24, .98), visibility 0s linear 1s;
  position: absolute;
  top: 50px;
  right: 0;
  transform: translate3d(0, -40px, 0);
}

@media screen and (max-width: 1140px) {
  .c-hero__aside__language-switch ul {
    left: 0;
    right: inherit;
  }
}

.c-hero__aside__language-switch ul.active {
  opacity: 1;
  visibility: visible;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98), opacity .9s cubic-bezier(.07, .98, .24, .98), visibility linear;
  transform: translate3d(0, 0, 0);
}

.c-hero__aside__language-switch ul li a {
  color: #001c31;
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: .3rem 1rem;
  font-size: 1.2rem;
  display: block;
}

.c-hero__aside__language-switch ul li a:hover {
  color: #fff;
  background: #09f;
}

.c-hero__aside__language-switch ul li:last-child {
  border: none;
}

.home .c-hero .c-home-hero-quote {
  opacity: 0;
  width: 100%;
  height: 200px;
  padding: 10px;
  transition: opacity .35s;
  position: relative;
}

@media screen and (max-width: 1350px) {
  .home .c-hero .c-home-hero-quote {
    width: 90%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

.home .c-hero .c-home-hero-quote.active {
  opacity: 1;
}

.home .c-hero .c-home-hero-quote > div {
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-home-hero-quote.container {
  display: none;
}

.page-template-why-we-win .c-hero .c-hero__aside__language-switch:hover, .page-template-why-we-win .c-hero .c-hero__aside__contact a:hover {
  color: #09f;
}

.blog .c-hero__aside .languageSwitcher__currentLanguage, .blog .c-hero__aside .c-hero__aside__contact a, .category-whistleblower-blog .c-hero__aside .languageSwitcher__currentLanguage, .category-whistleblower-blog .c-hero__aside .c-hero__aside__contact a {
  color: #b71602;
}

.blog .c-hero__aside .languageSwitcher__currentLanguage:hover, .blog .c-hero__aside .c-hero__aside__contact a:hover, .category-whistleblower-blog .c-hero__aside .languageSwitcher__currentLanguage:hover, .category-whistleblower-blog .c-hero__aside .c-hero__aside__contact a:hover {
  color: #e91c03;
}

.c-hero--bio {
  padding-bottom: 0;
}

.c-hero--bio .c-hero__content {
  padding-top: 0;
  padding-bottom: 4rem;
}

.c-hero--bio .c-hero__content p {
  font-size: 22px;
}

.c-hero--bio .c-hero__aside {
  margin-top: -40px;
  padding: 0;
}

.c-hero--bio .container {
  min-height: 0;
  padding-bottom: 0;
}

.c-hero--bio .c-hero__social {
  bottom: -30px;
}

.c-hero--bio .c-hero__social svg {
  width: 68px;
  height: 90px;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 600px) {
  .c-hero--bio .c-hero__social svg {
    width: 48px;
    height: 50px;
  }
}

.c-hero--bio .c-hero__social svg:hover {
  transform: translate3d(0, -3px, 0);
}

.c-hero--bio .c-hero__social .c-btn--contact {
  transition: background .9s cubic-bezier(.07, .98, .24, .98), color .9s cubic-bezier(.07, .98, .24, .98);
}

@media screen and (max-width: 600px) {
  .c-hero--bio .c-hero__social .c-btn--contact {
    font-size: 1.3rem;
  }
}

.c-hero--bio .c-hero__social .c-btn--contact:hover {
  color: #fff;
  background: #ff5f01;
}

.c-breadcrumbs {
  margin-bottom: 24px;
}

.c-breadcrumbs a, .c-breadcrumbs span {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .c-breadcrumbs a, .c-breadcrumbs span {
    font-size: 12px;
  }
}

.c-breadcrumbs > span {
  border: none;
  padding: 0 3px 0 4px;
}

.c-breadcrumbs span span {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .home .c-home-hero {
    background-position: center;
    height: auto;
    min-height: 0;
    padding-bottom: 90px;
  }

  .home .c-home-hero .c-hero__heading {
    font-size: 35px;
    line-height: 1;
  }
}

.home .c-home-hero {
  background: url("../bg--home-hero.8654a972.jpg") center / cover no-repeat !important;
}

.c-home-hero {
  color: #fff;
  z-index: 1;
  height: 550px;
  position: relative;
  box-shadow: 0 0 10px #0006;
}

.c-home-hero .c-home-hero__container {
  display: none;
  position: relative;
}

.c-home-hero .c-hero__aside {
  z-index: 200;
  top: 125px;
}

@media screen and (max-width: 768px) {
  .c-home-hero .c-hero__aside {
    display: none;
  }
}

.c-home-hero .languageSwitcher__currentLanguage {
  color: #09f;
}

.c-home-hero .languageSwitcher__currentLanguage:hover {
  color: #001c31;
}

.c-home-hero .c-hero__aside__contact a {
  color: #09f;
}

.c-home-hero .c-hero__aside__contact a:hover {
  color: #001c31 !important;
}

@media screen and (max-width: 900px) {
  .c-home-hero {
    height: auto;
    padding: 60px 0 250px;
  }

  .c-home-hero .c-home-hero__container {
    flex-flow: wrap;
    display: flex;
  }

  .c-home-hero .c-hero__aside {
    text-align: left;
    order: 2;
    position: relative;
    top: auto;
    right: auto;
  }

  .c-home-hero .c-hero__aside .c-hero__aside__language-switch, .c-home-hero .c-hero__aside .c-hero__aside__tel, .c-home-hero .c-hero__aside .c-hero__aside__contact, .c-home-hero .c-office-locations li {
    margin-right: 10px;
    display: inline-block;
  }
}

.c-home-hero__content {
  max-width: 800px;
  font-size: 18px;
  line-height: 32px;
  position: absolute;
  top: 98px;
  left: 1rem;
}

@media screen and (max-width: 900px) {
  .c-home-hero__content {
    width: 100%;
    max-width: 60%;
    margin-bottom: 2rem;
    position: relative;
    top: auto;
    left: 0;
  }
}

@media screen and (max-width: 500px) {
  .c-home-hero__content {
    max-width: 100%;
  }
}

.c-home-hero__content p {
  text-shadow: 2px 2px 3px #000000b3;
  text-transform: uppercase;
  max-width: 670px;
}

@media screen and (max-width: 768px) {
  .c-home-hero__content p {
    text-shadow: 2px 2px 1px #000;
    font-size: 11px;
    line-height: 2;
  }
}

.c-home-hero__content h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}

.c-home-hero-quote {
  color: #fff;
  box-sizing: border-box;
  z-index: 5;
  background: linear-gradient(to right, #38413c, #0d0f0e);
  border: 8px solid #00c3c4;
  width: 90%;
  max-width: 1338px;
  padding: 15px 28px;
  transition: opacity .25s;
  bottom: -9px;
  left: 0;
  right: 0;
  transform: translateY(50%);
  position: absolute !important;
}

.c-home-hero-quote p {
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.c-home-hero-quote .row, .c-home-hero-quote .c-practice-areas-list {
  font-size: 0;
}

.c-home-hero-quote .heroQuote {
  height: 120px;
}

@media screen and (max-width: 800px) {
  .c-home-hero-quote .heroQuote {
    height: auto;
  }
}

.c-home-hero-quote .heroQuote__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 800px) {
  .c-home-hero-quote .heroQuote__inner {
    top: inherit;
    position: relative;
    transform: none;
  }
}

.c-home-hero-quote__text {
  vertical-align: middle;
  float: none;
  margin-bottom: 0;
  display: inline-block;
}

.c-home-hero-quote__attribution {
  float: right;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  padding-top: 9px;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .c-home-hero-quote__attribution {
    font-size: 16px;
  }
}

.hero__searchBar {
  color: #fff;
  box-sizing: border-box;
  z-index: 5;
  background: linear-gradient(to right, #38413c, #0d0f0e);
  border: 8px solid #00c3c4;
  width: 90%;
  padding: 28px 24px;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(50%);
  position: absolute !important;
}

.hero__searchBar .row, .hero__searchBar .c-practice-areas-list {
  font-size: 0;
}

.hero__searchBarText {
  vertical-align: middle;
  float: none;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}

@media screen and (max-width: 981px) {
  .hero__searchBarText {
    font-size: 17px;
    line-height: 1.34;
  }
}

@media screen and (max-width: 800px) {
  .hero__searchBarText {
    font-size: 15px;
    line-height: 1.5;
  }
}

.hero__searchBarForm {
  float: none;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
}

@media (max-width: 992px) {
  .hero__searchBarForm {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}

.archiveSearchForm {
  position: relative;
}

.archiveSearchForm i {
  z-index: 9;
  color: #000;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  top: 9px;
  right: 5px;
}

.archiveSearch__input {
  border: 0;
  border-radius: 5px;
  width: 85%;
  padding: .5em;
  font-size: 1rem;
  line-height: 1.125rem;
}

@media (max-width: 992px) {
  .archiveSearch__input {
    width: 100%;
  }
}

.page-template-why-we-win .c-hero, .page-template-template-whistleblower-practice-areas .c-hero, .page-template-template-whistleblower-resources .c-hero {
  background-size: cover;
  min-height: 500px;
}

.c-practice-areas {
  text-align: center;
  padding: 11rem 0 10rem;
}

@media screen and (max-width: 650px) {
  .c-practice-areas {
    padding-top: 13rem;
  }
}

@media screen and (max-width: 450px) {
  .c-practice-areas {
    padding-top: 16rem;
  }
}

.c-practice-areas a {
  color: #09f;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-practice-areas a p span, .c-practice-areas a:hover h3, .c-practice-areas a:hover p i {
  color: #001c31;
}

.c-practice-area {
  color: #001d31;
  font-size: 20px;
  line-height: 32px;
}

.c-practice-area .fa {
  color: #09f;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-practice-area .fa:hover {
  color: #001c31;
}

.c-practice-area__heading {
  color: #09f;
  margin-bottom: -7px;
  font-size: 2.25rem;
  line-height: 3rem;
}

.home .c-practice-areas {
  padding: 218px 0 176px;
}

@media screen and (max-width: 768px) {
  .home .c-practice-areas {
    padding: 176px 0 68px;
  }
}

.c-results {
  color: #fff;
  text-align: center;
  background: url("../bg--results.a000137f.jpg") center / cover no-repeat;
  padding: 50px 0 0;
}

@media screen and (max-width: 768px) {
  .c-results {
    background-image: url("../mobile--bg--why-we-win.62938530.jpg");
  }
}

.c-results h2 {
  float: none;
  margin: 0 auto 2.2rem;
  padding: 0 0 3.7rem;
  font-size: 4.5rem;
  line-height: 4rem;
  position: relative;
}

@media screen and (max-width: 650px) {
  .c-results h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .c-results h2 {
    font-size: 2.2rem;
  }
}

.c-results h2:after {
  content: "";
  background: #ffc100;
  width: 190px;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-results .row:last-child, .c-results .c-practice-areas-list:last-child {
  flex-wrap: wrap;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-results .row:last-child, .c-results .c-practice-areas-list:last-child {
    justify-content: space-between;
  }
}

.c-results .row:last-child > div, .c-results .c-practice-areas-list:last-child > div {
  flex-basis: 33%;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .c-results .row:last-child > div, .c-results .c-practice-areas-list:last-child > div {
    flex-basis: 49%;
  }
}

@media screen and (max-width: 660px) {
  .c-results .row:last-child > div, .c-results .c-practice-areas-list:last-child > div {
    flex-basis: 100%;
  }
}

.c-results .row:last-child > div > *, .c-results .c-practice-areas-list:last-child > div > * {
  padding: 0 .5rem;
}

.c-result {
  margin-bottom: 50px;
  padding: 0 2%;
  font-size: 20px;
  line-height: 32px;
}

@media screen and (max-width: 1235px) {
  .c-result {
    padding: 0;
  }
}

.c-result a {
  color: #fff;
  text-decoration: underline;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-result a:hover {
  color: #ffc100;
}

.c-result__value {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 68px;
}

@media screen and (max-width: 650px) {
  .c-result__value {
    font-size: 44px;
  }
}

.c-awards {
  text-align: center;
  padding: 128px 0 176px;
}

@media screen and (max-width: 768px) {
  .c-awards {
    padding: 58px 0 36px;
  }
}

.c-awards h2 {
  width: 90%;
  max-width: 1120px;
}

.c-awards__carousel-wrapper {
  max-width: 1284px;
  padding-top: 20px;
}

.c-awards__carousel-wrapper .bx-wrapper, .c-awards__carousel-wrapper .bx-window {
  width: 100% !important;
}

.c-awards__carousel li {
  float: none;
  text-align: center;
  max-width: 25%;
  margin: 20px;
  vertical-align: middle !important;
  display: inline-block !important;
}

@media screen and (max-width: 700px) {
  .c-awards__carousel li {
    max-width: 50%;
  }
}

.c-awards__carousel li img {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .c-free-consultation {
    background-position: 110%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1100px) {
  .c-free-consultation {
    background-position: 125%;
  }
}

@media screen and (max-width: 1010px) {
  .c-free-consultation {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 855px) {
  .c-free-consultation {
    background-position: 150%;
  }
}

@media screen and (max-width: 664px) {
  .c-free-consultation {
    background-position: 50% -20px;
    padding-top: 0;
    padding-bottom: 0;
    background-size: 664px !important;
  }

  .c-free-consultation .container {
    text-align: center;
    background-color: #0199ff;
    padding: 35px 0;
  }
}

@media (max-width: 992px) {
  .c-free-consultation-cta {
    width: 50%;
  }
}

@media screen and (max-width: 664px) {
  .c-free-consultation-cta {
    float: none;
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1004px) {
  .c-free-consultation-cta__heading-2 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-2 {
    font-size: 8rem;
  }
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1080px) {
  .c-free-consultation__name {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (max-width: 664px) {
  .c-free-consultation__name {
    right: auto;
    left: initial;
    text-align: center;
    bottom: inherit;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px;
    display: none;
    position: relative;
  }
}

@media screen and (max-width: 1140px) {
  .c-free-consultation-banner {
    margin-top: 0;
    padding-top: 2rem;
  }
}

@media (max-width: 992px) {
  .c-free-consultation-banner__cta {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .c-free-consultation-cta .c-btn {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1004px) {
  .c-free-consultation-cta .c-btn {
    width: 85%;
  }
}

@media screen and (max-width: 993px) {
  .c-free-consultation-cta .c-btn {
    width: 97%;
  }
}

.c-btn {
  text-transform: uppercase;
  color: #000;
  box-sizing: border-box;
  text-align: left;
  border-style: solid;
  border-width: 8px;
  width: 300px;
  max-width: 100%;
  padding: 16px 20px;
  font-size: 46px;
  line-height: 50px;
  transition: all .2s ease-in;
  display: inline-block;
  position: relative;
}

.c-btn:after {
  display: none;
}

.c-btn .fa {
  color: #d59710;
  height: 30px;
  margin: auto;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.c-btn--white {
  border-color: #fff;
}

.c-btn--full-width {
  width: 97%;
}

.c-btn--auto-width {
  width: auto;
}

.c-btn--formConfirmationOption {
  background: #b20265;
  border-color: #800148;
  margin: 25px 25px 0 0;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .c-btn--formConfirmationOption_pdf {
    display: none !important;
  }
}

.c-btn--blue {
  color: #09f;
  border-color: #09f;
}

.c-btn--blue:hover {
  background: #09f;
  color: #fff !important;
}

.c-btn--cta {
  background: #ff5f01;
  border-color: #ff5f01;
  color: #fff !important;
}

.c-btn--cta:hover {
  background: none;
  color: #d59710 !important;
  border-color: #d59710 !important;
}

.c-btn--cta:hover .fa {
  color: #ff5f01;
}

@media screen and (max-width: 600px) {
  .c-btn {
    min-width: 100px;
  }
}

.article-content .gform_button.button {
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box;
  text-align: left;
  background: #b20265;
  border: 8px solid #800148;
  width: auto;
  max-width: 100%;
  padding: 16px 20px;
  font-size: 46px;
  line-height: 50px;
  transition: all .2s ease-in;
  display: inline-block;
  position: relative;
  font-size: 40px !important;
}

.c-btn--contact {
  text-transform: uppercase;
  color: #001c31;
  background: #fff;
  border: 8px solid #ff5f01;
  padding: 0 12px;
  font-size: 1.875rem;
  line-height: 3rem;
}

.btn {
  text-transform: uppercase;
  color: #fff;
  background: #001c31;
  border: none;
  border-radius: 0;
  padding: .7rem 2rem;
  font-size: 27px;
  transition: background-color .9s cubic-bezier(.07, .98, .24, .98);
  display: inline-block;
}

.btn:after {
  content: "";
  color: #d59710;
  padding-left: 10px;
  font-family: fontAwesome;
  font-size: 21px;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98), color .9s cubic-bezier(.07, .98, .24, .98);
  display: inline-block;
  transform: translate3d(0%, 0, 0);
}

.btn:hover {
  background-color: #d59710;
}

.btn:hover:after {
  color: #001c31;
  transform: translate3d(10%, 0, 0);
}

.c-news {
  background: #fff;
  padding: 5rem 0 90px;
}

@media screen and (max-width: 768px) {
  .c-news {
    padding: 2rem 0 90px;
  }
}

.c-news a {
  color: #09f;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

@media screen and (max-width: 768px) {
  .c-news a.c-btn {
    border-width: 5px;
    padding: 1rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.c-news a:hover {
  color: #001c31;
}

.c-news-latest {
  font-size: 1.5rem;
  line-height: 3rem;
}

.c-news-latest h2 {
  color: #09f;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1.88rem;
}

.c-news-latest p {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .c-news-latest p {
    font-size: 14px;
    line-height: 2;
  }
}

.c-news-latest h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 2.88rem;
  line-height: 4rem;
}

@media screen and (max-width: 768px) {
  .c-news-latest h3 {
    font-size: 2.1rem;
    line-height: 1.5;
  }
}

.c-news-latest h3 a {
  color: #001c31;
}

.c-news-latest h3 a:hover {
  text-decoration: underline;
}

.c-news--secondary {
  border-left: 1px solid #d1d1d1;
  padding-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .c-news--secondary .container {
    border-top: 1px solid #d1d1d1;
  }
}

.c-news--secondary h3 {
  color: #09f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 2rem;
}

.c-news--secondary a {
  color: #001d31;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
}

.c-news--secondary a .fa {
  color: #09f;
  font-size: 1.2rem;
  transition: color .9s cubic-bezier(.07, .98, .24, .98);
}

.c-news--secondary a:hover {
  color: #09f;
}

.c-news--secondary a:hover .fa {
  color: #001c31;
}

@media screen and (max-width: 768px) {
  .c-news-latest:after {
    content: "";
    background: #eee;
    width: 100%;
    height: 1px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }
}

.c-office-locations .c-office-locations__heading {
  color: #a6b3ac;
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 30px;
}

.c-office-locations li {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.c-site-footer {
  color: #fff;
  background: url("../bg--footer.60c4e47e.jpg") center / cover;
  padding: 4.7rem 0;
}

.c-site-footer a {
  color: #fff;
}

.c-site-footer a:hover {
  color: #d59710;
}

.c-site-footer .o-footer-col.c-social-links .c-office-locations {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .c-site-footer .o-footer-col.c-social-links .c-office-locations {
    text-align: left;
    border-bottom: 1px solid #fff3;
    padding: 2rem 0;
  }
}

.c-site-footer .o-footer-col.c-social-links .c-office-locations li {
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-site-footer .o-footer-col.c-social-links .c-office-locations li {
    display: inline-block;
  }
}

.c-site-footer ul li a {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 16px;
  display: block;
}

@media (max-width: 992px) {
  .c-site-footer .row, .c-site-footer .c-practice-areas-list {
    font-size: 0;
  }
}

.c-site-footer__logo {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .o-footer-col {
    vertical-align: top;
    width: 33.3333%;
    display: inline-block;
  }
}

@media (max-width: 650px) {
  .o-footer-col {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .o-footer-col {
    width: 100%;
  }
}

.c-social-links {
  margin-bottom: 20px;
  padding-top: 1px;
  font-size: 38px;
  line-height: 30px;
}

.c-social-links a {
  margin-right: 4px;
}

.c-social-link--facebook:hover {
  color: #3b5998 !important;
}

.c-social-link--twitter:hover {
  color: #55acee !important;
}

.c-social-link--google:hover {
  color: #dd4b39 !important;
}

.c-footer__tel {
  margin-bottom: 21px;
  font-size: 24px;
  line-height: 32px;
}

.c-office-locations li {
  line-height: 2rem;
}

.c-site-footer__nav-heading, #mainFooterMenu ul li a {
  text-transform: none;
  margin-bottom: 17px;
  padding-bottom: 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  position: relative;
}

.c-site-footer__nav-heading:after, #mainFooterMenu ul li a:after {
  content: "";
  background: #ffffff4d;
  width: 84px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-site-footer__nav-heading a, #mainFooterMenu ul li a a {
  padding-top: 10px;
  display: inline-block;
}

.c-site-footer__nav-heading.stacked, #mainFooterMenu ul li a.stacked {
  margin-bottom: 17px;
}

.c-site-footer__nav-heading.last:after, #mainFooterMenu ul li a.last:after {
  display: none;
}

.c-site-footer__nav li {
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 16px;
}

.c-site-footer__notices-and-legal {
  padding-top: 3.8rem;
}

.c-site-footer__notices-and-legal .row, .c-site-footer__notices-and-legal .c-practice-areas-list {
  margin-bottom: 15px;
}

.c-site-footer__notices-and-legal__heading {
  text-align: right;
  color: #858e94;
  text-transform: uppercase;
  width: auto;
  font-size: 11.5px;
  line-height: 16px;
  display: inline-block;
}

.c-site-footer__notices-and-legal__heading a {
  color: #858e94;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .c-site-footer__notices-and-legal__heading {
    text-align: left !important;
  }
}

@media screen and (max-width: 992px) {
  .c-site-footer__notices-and-legal__heading {
    text-align: left;
    width: auto;
    display: inline-block;
  }
}

.c-site-footer__notices-and-legal__content {
  color: #516675;
  width: auto;
  padding-left: 0;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  .c-site-footer__notices-and-legal__content {
    width: auto;
    display: inline-block;
  }
}

.c-site-footer__notices-and-legal__content a {
  color: #516675;
  text-decoration: underline;
}

.c-site-footer .container {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .c-site-footer .container {
    text-align: center;
  }

  .c-site-footer .c-site-footer__notices-and-legal__content {
    color: #d1d1d1;
    text-align: left;
  }

  .c-site-footer .c-site-footer__logo {
    text-align: left;
  }

  .c-site-footer .c-site-footer__notices-and-legal {
    padding-top: 1rem;
  }

  .c-site-footer .c-site-footer__notices-and-legal__content a {
    color: #fff;
  }

  .o-footer-col--hideMobile {
    display: none !important;
  }
}

@media screen and (max-width: 992px) {
  .c-site-footer__notices-and-legal__heading {
    text-align: left !important;
    color: #fff !important;
  }
}

@media screen and (max-width: 1024px) {
  .o-footer-col.c-social-links {
    position: inherit;
  }
}

.o-footer-col.c-social-links .c-social-links__links {
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .o-footer-col.c-social-links .c-social-links__links {
    position: absolute;
    top: 0;
    right: 1rem;
  }

  .o-footer-col.c-social-links .c-footer__tel {
    text-align: center;
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3;
    margin-bottom: 0;
    padding: 2rem 0;
  }

  .o-footer-col.c-social-links .c-footer__tel a {
    font-size: 37px;
  }

  .o-footer-col.c-social-links .c-office-locations__heading {
    text-align: left;
    margin-top: 0;
  }
}

.o-footer-col.c-social-links .c-office-locations {
  border-bottom: 1px solid #fff3;
  padding: 3rem 0;
}

@media screen and (max-width: 1100px) {
  .o-footer-col.c-social-links .c-office-locations h3 {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .o-footer-col.c-social-links .c-office-locations h3 {
    text-align: center;
  }
}

.o-footer-col.c-social-links .c-office-locations ul {
  margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
  .o-footer-col.c-social-links .c-office-locations ul {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .o-footer-col.c-social-links .c-office-locations ul {
    text-align: center;
  }
}

@media screen and (max-width: 1100px) {
  .o-footer-col.c-social-links .c-office-locations ul li {
    display: inline-block;
  }
}

.o-footer-col.c-social-links .c-office-locations li {
  display: inline-block;
}

@media screen and (max-width: 400px) {
  .o-footer-col.c-social-links .c-office-locations li {
    font-size: 1.2rem;
  }
}

.c-page-anchor-links {
  margin-bottom: 6px;
}

.c-page-anchor-links a {
  font-size: 18px;
  line-height: 26px;
}

.c-page-anchor-links a.is-active {
  color: #001c31;
  border-right: 3px solid #001c31;
  padding-right: 15px;
}

.c-page-anchor-links a:after {
  display: none;
}

.c-accordion {
  background: none;
  border-top: 1px solid #d1d1d1;
}

.c-accordion .panel {
  box-shadow: none;
  border: none;
}

.c-accordion .panel-default {
  border: none;
  border-bottom: 1px solid #d1d1d1;
}

.c-accordion .panel-default p {
  margin-bottom: 0;
}

.c-accordion .panel-group .panel-heading + .panel-collapse > .list-group, .c-accordion .panel-group .panel-heading + .panel-collapse > .panel-body, .c-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}

.c-accordion .panel-heading {
  background: none;
  border: none;
  padding: 0;
}

.c-accordion .panel-title {
  margin-bottom: 0;
}

.c-accordion .panel-title a {
  padding: 25px 15px;
  display: block;
}

.c-accordion .panel-title a:not(.collapsed) {
  background: #009d9e;
  color: #fff !important;
}

.c-accordion .panel-title a:not(.collapsed) .fa {
  color: #fff;
}

.c-accordion .panel-title a .fa {
  color: #ff5f01;
  float: right;
  margin-right: 14px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.c-accordion .panel-title a:after {
  display: none;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.is-open .collapse {
  display: block;
}

.c-ctas {
  padding: 50px 0;
}

.c-free-consultation {
  color: #fff;
  background: #0199ff url("../bg--free-consultation.0ce02778.jpg") right 30% / 50% no-repeat;
  padding: 8vw 0;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .c-free-consultation {
    background-position: 110%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1100px) {
  .c-free-consultation {
    background-position: 125%;
  }
}

@media screen and (max-width: 1010px) {
  .c-free-consultation {
    padding: 5vw 0;
  }
}

@media screen and (max-width: 855px) {
  .c-free-consultation {
    background-position: 150%;
  }
}

@media screen and (max-width: 664px) {
  .c-free-consultation {
    background-position: 50% -20px;
    padding-top: 0;
    padding-bottom: 0;
    background-size: 664px !important;
  }

  .c-free-consultation .container {
    text-align: center;
    background-color: #0199ff;
    padding: 35px 0;
  }
}

.c-free-consultation-cta {
  text-transform: uppercase;
  float: left;
  width: 46%;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .c-free-consultation-cta {
    width: 50%;
  }
}

@media screen and (max-width: 664px) {
  .c-free-consultation-cta {
    float: none;
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.c-free-consultation-cta__heading-1 {
  font-size: 2.7rem;
  line-height: 3.32rem;
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-1 {
    font-size: 2.2rem;
  }
}

.c-free-consultation-cta__heading-2 {
  margin-bottom: -6px;
  font-size: 9.1rem;
  line-height: 7.32rem;
}

@media screen and (max-width: 1004px) {
  .c-free-consultation-cta__heading-2 {
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-2 {
    font-size: 8rem;
  }
}

.c-free-consultation-cta__heading-3 {
  margin-bottom: 9px;
  font-size: 3.1rem;
  line-height: 3.32rem;
}

@media screen and (max-width: 900px) {
  .c-free-consultation-cta__heading-3 {
    font-size: 2.2rem;
  }
}

.c-free-consultation__name {
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000000b3;
  font-size: 2.88rem;
  line-height: 3.13rem;
  position: absolute;
  bottom: 66px;
  right: 3%;
}

@media screen and (max-width: 1080px) {
  .c-free-consultation__name {
    font-size: 2rem;
    line-height: 1;
  }
}

@media (max-width: 664px) {
  .c-free-consultation__name {
    right: auto;
    left: initial;
    text-align: center;
    bottom: inherit;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    font-size: 35px;
    line-height: 40px;
    display: none;
    position: relative;
  }
}

.c-free-consultation-banner {
  color: #fff;
  background-color: #009d9e;
  padding: 4.25rem 0 65px;
  font-size: 0;
}

@media screen and (max-width: 1140px) {
  .c-free-consultation-banner {
    margin-top: 0;
    padding-top: 2rem;
  }
}

.c-free-consultation-banner__cta, .c-free-consultation-banner__button {
  float: none;
  vertical-align: middle;
  display: inline-block;
}

.c-free-consultation-banner__cta .c-btn:hover, .c-free-consultation-banner__button .c-btn:hover {
  color: #000;
  background: #d59710;
  border-color: #d59710;
}

.c-free-consultation-banner__cta .c-btn:hover .fa, .c-free-consultation-banner__button .c-btn:hover .fa {
  color: #000;
}

@media (max-width: 992px) {
  .c-free-consultation-banner__cta {
    margin-bottom: 30px;
  }
}

.c-free-consultation-banner__sub-heading {
  font-size: 3rem;
  line-height: 3.38rem;
}

.c-free-consultation-banner__heading {
  text-transform: uppercase;
  font-size: 4.68rem;
  line-height: 4.88rem;
}

.c-hero__heading__description {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000000b3;
  max-width: 70%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 1100px) {
  .c-free-consultation-cta .c-btn {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1004px) {
  .c-free-consultation-cta .c-btn {
    width: 85%;
  }
}

@media screen and (max-width: 993px) {
  .c-free-consultation-cta .c-btn {
    width: 97%;
  }
}

.c-free-consultation-cta .c-btn:hover {
  color: #000;
  background: #d59710;
  border-color: #0000;
}

.c-free-consultation-cta .c-btn:hover .fa {
  color: #000;
}

.home .c-hero__aside .c-hero__aside__language-switch, .home .c-hero__aside .c-hero__aside__contact a {
  color: #09f;
}

.home .c-free-consultation-banner {
  display: none;
}

.c-page-intro {
  padding-bottom: 4rem;
}

.c-page-intro p {
  padding-top: .5rem;
  font-size: 2rem;
  line-height: 3rem;
}

.c-page-intro .c-page-intro__links li {
  padding-bottom: 18px;
}

.c-page-intro .c-page-intro__links a {
  text-transform: uppercase;
  color: #d59710;
  font-size: 1.875rem;
  line-height: 2rem;
}

.c-stand-out {
  color: #fff;
  text-align: center;
  background: url("../WhyWeWin_FourWays_BG.1408a24e.jpg") center / cover no-repeat;
  padding: 4.4rem 0 4.7rem;
}

.c-stand-out h2 {
  float: none;
  width: 90%;
  margin: 0 auto 3rem;
  padding: 0 0 2.4rem;
  font-size: 4.5rem;
  line-height: 5rem;
  position: relative;
}

@media screen and (max-width: 600px) {
  .c-stand-out h2 {
    font-size: 3.5rem;
  }
}

.c-stand-out h2:after {
  content: "";
  background: #ffc100;
  width: 190px;
  height: 8px;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-stand-out .row > div:first-of-type, .c-stand-out .c-practice-areas-list > div:first-of-type {
  padding-left: 0;
}

.c-stand-out .row > div:last-of-type, .c-stand-out .c-practice-areas-list > div:last-of-type {
  padding-right: 0;
}

.c-stand-out .c-stand-out__icon {
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 193px;
  height: 193px;
  margin: 0 auto 5px;
  line-height: 193px;
}

.c-stand-out .c-stand-out__item {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 4rem;
}

.c-stand-out .c-stand-out__item a {
  color: #fff;
}

@media (max-width: 768px) {
  .c-stand-out .c-stand-out__item {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-our-record {
  text-align: center;
  color: #001c31;
}

.c-our-record .container {
  padding: 7rem 0 4rem;
  position: relative;
}

@media screen and (max-width: 650px) {
  .c-our-record .container {
    padding: 7rem 3rem 4rem;
  }
}

.c-our-record .c-our-record__item {
  margin-bottom: 10px;
  padding: 0 1%;
  font-size: 1.25rem;
  line-height: 2rem;
}

.c-our-record .c-our-record__item--wide {
  padding: 0 11.5%;
}

.c-our-record .c-our-record__value {
  margin-bottom: -3px;
  font-size: 3rem;
  line-height: 4rem;
}

.c-our-record .c-our-record__icon {
  height: 160px;
  margin-bottom: 14px;
  line-height: 160px;
  position: relative;
}

.c-our-record .c-our-record__icon img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.o-section-intro {
  color: #001c31;
  padding: 0 2%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.c-our-attorneys {
  text-align: center;
  color: #001c31;
  padding: 7.6rem 0 0;
}

.c-our-attorneys__list {
  margin-bottom: 3rem;
  padding-top: 10px;
  overflow: hidden;
}

.c-our-attorneys__list .c-attorney {
  float: left;
  color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  height: 592px;
  position: relative;
}

.c-our-attorneys__list .c-attorney:after {
  content: "";
  background: linear-gradient(#001d0400 66%, #001d31cc 100%);
  width: 100%;
  height: 50%;
  transition: all .2s linear;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-our-attorneys__list .c-attorney:hover:after {
  height: 75%;
}

.c-our-attorneys__list .c-attorney.john-phillips {
  background-image: url("../bio--john.eb936eae.jpg");
}

.c-our-attorneys__list .c-attorney.mary-cohen {
  background-image: url("../bio--mary.fa42374b.jpg");
}

@media screen and (max-width: 1300px) {
  .c-our-attorneys__list .c-attorney {
    height: 415px;
  }
}

@media screen and (max-width: 960px) {
  .c-our-attorneys__list .c-attorney {
    height: 355px;
  }
}

@media screen and (max-width: 850px) {
  .c-our-attorneys__list .c-attorney {
    width: 50%;
    height: 592px;
  }
}

@media screen and (max-width: 650px) {
  .c-our-attorneys__list .c-attorney {
    height: 415px;
  }
}

@media screen and (max-width: 410px) {
  .c-our-attorneys__list .c-attorney {
    width: 100%;
    height: 550px;
  }
}

.c-our-attorneys__list .c-attorney__info {
  text-align: center;
  z-index: 5;
  width: 100%;
  position: absolute;
  bottom: 2.4rem;
}

.c-our-attorneys__list .c-attorney__name {
  text-transform: uppercase;
  text-shadow: 2px 2px 3px #000000b3;
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.25rem;
  line-height: 2.25rem;
  display: block;
}

.c-our-attorneys__list .c-attorney__position {
  text-shadow: 2px 2px 3px #000000b3;
  font-size: 1.5rem;
  line-height: 2rem;
}

.c-our-attorneys__list .c-attorney:hover .c-attorney__name, .c-our-attorneys__list .c-attorney:hover .c-attorney__position {
  color: #d59710;
}

.c-attorneys__footer {
  color: #666;
  padding-bottom: 3.8rem;
  font-size: 1rem;
  line-height: 1.6875rem;
  position: relative;
  overflow: hidden;
}

.c-attorneys__footer a {
  color: inherit;
  text-decoration: underline;
}

.c-attorneys__footer .col-sm-5 {
  margin-bottom: 1.5rem;
}

.c-attorneys__footer .col-sm-5:first-child {
  padding-right: 5%;
}

.c-attorneys__footer .c-btn {
  color: #001c31;
  border-color: #d59710;
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
}

.c-attorneys__footer .c-btn .fa {
  color: #09f;
  height: 12px;
  font-size: 12px;
}

.c-our-expertise {
  color: #001c31;
  padding: 7.6rem 0 0;
}

.c-our-expertise > .container {
  padding-bottom: 5.5rem;
  position: relative;
}

.c-our-expertise .o-section-intro {
  text-align: center;
  margin-bottom: 1rem;
}

.c-expertise-expandable-list {
  margin-bottom: 4rem;
  margin-left: -48px;
  margin-right: -48px;
}

.c-expertise-expandable-list .panel-default > .panel-heading {
  color: #001c31;
  background: none;
  border: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 120px;
  position: relative;
}

.c-expertise-expandable-list .panel-default > .panel-heading .fa {
  color: #d59710;
  height: 2.25rem;
  margin: auto;
  font-size: 2.25rem;
  transition: all .2s linear;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
}

.c-expertise-expandable-list .panel-default {
  border: none;
  transition: background .2s linear;
  position: relative;
  margin-top: 0 !important;
}

.c-expertise-expandable-list .panel-default:after {
  content: "";
  background: #d1d1d1;
  width: 97%;
  height: 1px;
  margin: 0 auto;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-expertise-expandable-list .panel-default.is-open {
  background: #0000000d;
}

.c-expertise-expandable-list .panel-default.is-open .panel-heading .fa {
  transform: rotate(90deg);
}

.c-expertise-expandable-list .panel-body {
  padding-left: 120px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  border: none !important;
}

.c-expertise-expandable-list .c-expertise-expandable-list__number {
  color: #fff;
  text-align: center;
  background: #d59710;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 30px;
  font-size: 2.25rem;
  line-height: 56px;
  display: inline-block;
  position: absolute;
  left: 24px;
}

.c-expertise-expandable-list .c-expertise-expandable-list__heading {
  padding-right: 30px;
  font-size: 2.25rem;
  line-height: 3.5rem;
  display: inline-block;
}

@media screen and (max-width: 1380px) {
  .c-expertise-expandable-list {
    margin-left: 0;
    margin-right: 0;
  }

  .c-expertise-expandable-list .c-expertise-expandable-list__number {
    left: 0;
  }

  .c-expertise-expandable-list .panel-body, .c-expertise-expandable-list .panel-default > .panel-heading {
    padding-left: 95px;
  }
}

.c-our-process {
  color: #001c31;
  padding: 7.6rem 0 0;
}

.c-our-process .o-section-intro {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0;
}

.c-our-process .process-tab {
  margin-top: 4rem;
}

.c-our-process .c-process-tabs {
  border-collapse: collapse;
  border: 8px solid #d59710;
  width: 100%;
  margin-bottom: 1px;
  display: table;
}

.c-our-process .c-process-tabs li {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  float: none;
  border-right: 15px solid #d59710;
  width: 20%;
  height: 80px;
  margin: 0;
  padding: 0;
  font-size: 2.25rem;
  transition: all .2s linear;
  display: table-cell;
}

.c-our-process .c-process-tabs li a {
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 80px;
  display: block;
  position: relative;
  background: none !important;
  border: none !important;
}

.c-our-process .c-process-tabs li a:after {
  content: "";
  border-top: 40px solid #0000;
  border-bottom: 40px solid #0000;
  border-left: 19px solid #d59710;
  width: 0;
  height: 0;
  transition: border .2s linear;
  position: absolute;
  top: 0;
  right: -34px;
}

.c-our-process .c-process-tabs li:last-child {
  border-right: none;
}

.c-our-process .c-process-tabs li:last-child a:after {
  display: none;
}

.c-our-process .c-process-tabs li.before-active a:after {
  z-index: 100;
  right: -19px;
  border-left: 19px solid #fff !important;
}

.c-our-process .c-process-tabs li.before-active a:hover:after {
  border-left: 19px solid #d59710 !important;
}

.c-our-process .c-process-tabs li.active, .c-our-process .c-process-tabs li:hover {
  background: #d59710;
}

.c-our-process .c-process-tabs li.active a, .c-our-process .c-process-tabs li:hover a {
  color: #fff;
}

@media screen and (max-width: 1075px) {
  .c-our-process .c-process-tabs li {
    height: 70px;
    font-size: 1.75rem;
  }

  .c-our-process .c-process-tabs li a {
    line-height: 70px;
  }

  .c-our-process .c-process-tabs li a:after {
    border-top-width: 35px;
    border-bottom-width: 35px;
  }
}

@media screen and (max-width: 900px) {
  .c-our-process .c-process-tabs li {
    border-right: 9px solid #d59710;
    height: 60px;
    font-size: 1.25rem;
  }

  .c-our-process .c-process-tabs li a {
    line-height: 60px;
  }

  .c-our-process .c-process-tabs li a:after {
    border-top-width: 30px;
    border-bottom-width: 30px;
    right: -28px;
  }
}

@media screen and (max-width: 600px) {
  .c-our-process .c-process-tabs {
    border-width: 5px;
    display: block;
  }

  .c-our-process .c-process-tabs li {
    border-bottom: 5px solid #d59710;
    border-right: 0;
    width: 100%;
    font-size: 2rem;
    display: block;
  }

  .c-our-process .c-process-tabs li:last-child {
    border-bottom: none;
  }

  .c-our-process .c-process-tabs li a:after {
    display: none;
  }
}

.c-our-process .tab-content .tab-pane {
  background: #f2f3f3;
  padding: 3rem 0 5.5rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
  position: relative;
  overflow: hidden;
}

.c-our-process .tab-content .tab-pane .icon-block {
  text-align: center;
  margin-bottom: 2rem;
}

.c-our-process .tab-content .tab-pane .icon-block img {
  background: #fff;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls {
  position: absolute;
  bottom: 3rem;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a {
  text-transform: uppercase;
  color: #001c31;
  font-size: 2.25rem;
  line-height: 2.25rem;
  display: block;
  position: relative;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a .fa {
  color: #d59710;
  height: 20px;
  margin: auto;
  font-size: 1.5rem;
  line-height: 1;
  transition: transform .9s cubic-bezier(.07, .98, .24, .98);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a.prev {
  float: left;
  padding-left: 25px;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a.prev:hover .fa {
  transform: translate3d(-10px, 0, 0);
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a.prev .fa {
  left: 0;
  right: auto;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a.next {
  float: right;
  padding-right: 25px;
}

.c-our-process .tab-content .tab-pane .c-process-tab-controls a.next:hover .fa {
  transform: translate3d(10px, 0, 0);
}

@media screen and (max-width: 768px) {
  .c-our-process .tab-content .tab-pane .c-process-tab-controls {
    width: 100%;
  }

  .c-our-process .tab-content .tab-pane .c-process-tab-controls a .fa {
    height: 13px;
  }

  .c-our-process .tab-content .tab-pane .c-process-tab-controls a.prev {
    padding-left: 18px;
  }

  .c-our-process .tab-content .tab-pane .c-process-tab-controls a.next {
    padding-right: 18px;
  }
}

.c-hero__caption {
  color: #aaa;
  padding: .7rem 0 0;
  font-size: 14px;
  line-height: 24px;
}

.c-hero__caption p {
  margin-bottom: 0;
}

.c-hero__caption span, .c-hero__caption a {
  color: #666;
}

.c-hero__caption a {
  text-decoration: underline;
}

.c-hero__caption a:hover {
  color: #09f;
  text-decoration: none;
}

.article-content__post-date {
  color: #aaa;
  font-size: 16px;
  position: absolute;
  top: -50px;
}

.post-categories {
  font-size: 14px;
  line-height: 16px;
}

.post-categories a {
  color: #09f;
  text-decoration: none;
}

.post-categories a:after {
  display: none;
}

.similar-posts {
  padding-top: 4rem;
}

.similar-posts .similar-posts__heading {
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 22px;
  font-size: 1.875rem;
  line-height: 3rem;
}

.similar-posts .similar-posts__post {
  margin-bottom: 2rem;
}

.similar-posts .similar-posts__post .similar-posts__tag {
  color: #09f;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 2rem;
}

.similar-posts .similar-posts__post .similar-posts__title {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
}

.similar-posts .similar-posts__post .similar-posts__date {
  color: #aaa;
  font-size: 16px;
  line-height: 32px;
}

.c-popular-links {
  margin-left: -12px;
  margin-right: -24px;
}

@media (max-width: 992px) {
  .c-popular-links {
    margin-left: 0;
    margin-right: 0;
  }
}

.c-popular-link {
  padding: 8px 24px 8px 12px;
}

@media (max-width: 992px) {
  .c-popular-link {
    padding: 8px;
  }
}

.c-popular-link .c-popular-link__title {
  color: #001c31;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}

.c-popular-link .c-popular-link__title .fa {
  color: #09f;
}

.c-popular-link .c-popular-link__date {
  color: #aaa;
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.c-popular-link:hover {
  background: #09f;
}

.c-popular-link:hover .c-popular-link__title, .c-popular-link:hover .c-popular-link__title .fa, .c-popular-link:hover .c-popular-link__date {
  color: #fff;
}

.c-aside-list li {
  font-size: 1.125rem;
  line-height: 2rem;
}

.c-aside-list li a {
  color: #09f;
}

.archive-month-select {
  text-align: center;
  text-transform: uppercase;
  color: #09f;
  float: right;
  border: 4px solid #afafaf;
  width: 170px;
  height: 45px;
  font-size: 14px;
  line-height: 38px;
}

.archive-month-select .fa {
  font-size: 11px;
}

div.mostPopularItem__link {
  margin-bottom: 1rem;
}

div.mostPopularItem__link .mostPopularItem__link {
  padding-bottom: 0;
}

div.mostPopularItem__link .mostPopularItem__date {
  color: #aaa;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

div.mostPopularItem__link .mostPopularItem__date:hover, div.mostPopularItem__link:hover .mostPopularItem__date {
  color: #fff;
}

.article-content__author-block .author-block__headline {
  justify-content: flex-start;
  margin: 28px 0 23px;
  display: flex;
}

.article-content__author-block .author-block__headline img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-right: 30px;
}

.article-content__author-block .author-block__name_position {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.article-content__author-block .author-block__name_position h4 {
  font-family: Gotham-Book, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.person-attributes-list li {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
}

.person-attributes-list li.no-spacing {
  margin-bottom: 0;
}

.person-attributes-list li .person-attributes-list__note {
  color: #b6b6b6;
  font-size: 14px;
  line-height: 24px;
}

.c-hero__social {
  font-size: 0;
  position: absolute;
  bottom: -25px;
  right: 3%;
}

.c-hero__social a {
  vertical-align: middle;
  margin-left: 30px;
  display: inline-block;
}

.people-list {
  margin-bottom: 8rem;
  padding-top: 2.5rem;
}

.people-list .people-list__item {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1.8rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.people-list .people-list__item .people-list__image {
  float: left;
  background-position: top;
  background-size: cover;
  width: 24%;
  padding-top: 30%;
}

.people-list .people-list__item .people-list__content {
  float: left;
  color: #001c31;
  width: 76%;
  padding-left: 5%;
  font-size: 1.25rem;
  line-height: 2rem;
}

.people-list .people-list__item .people-list__name {
  color: #ff5f01;
  text-transform: uppercase;
  margin: 0 0 3px;
  font-size: 3rem;
  line-height: 3rem;
}

.people-list .people-list__item .people-list__title {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media screen and (max-width: 500px) {
  .page-template-attorneys .l-content {
    padding-top: 230px;
  }
}

.single-attorney .c-breadcrumbs a, .single-attorney .c-breadcrumbs span {
  font-size: 16px;
}

@media screen and (max-width: 1140px) {
  .single-attorney .c-breadcrumbs a, .single-attorney .c-breadcrumbs span {
    font-size: 12px;
  }
}

.single-attorney .c-hero__aside a {
  color: #fff;
}

.single-attorney .c-hero__aside a:hover {
  color: #09f !important;
}

@media screen and (max-width: 1140px) {
  .single-attorney .c-hero__aside {
    display: none;
  }
}

.single-attorney .c-hero__aside .languageSwitcher__currentLanguage__list li a {
  color: #09f;
}

@media screen and (max-width: 1140px) {
  .single-attorney .c-hero__heading {
    margin: 0;
    font-size: 2rem;
    line-height: 1;
  }

  .single-attorney .c-hero--bio .c-hero__content p {
    font-size: 18px;
    line-height: 2;
  }
}

@media screen and (max-width: 880px) {
  .single-attorney .c-hero--bio .c-hero__headshot {
    padding-top: 70%;
  }
}

.single-attorney .c-hero__aside--Grey a {
  color: gray;
}

.single-attorney .c-hero__aside--Grey a:hover {
  color: #09f;
}

.single-attorney .c-hero__aside--Grey .c-hero__aside__language-switch .fa-globe, .single-attorney .c-hero__aside--Grey .c-hero__aside__tel, .single-attorney .c-hero__aside--Grey .c-office-locations__heading {
  color: gray;
}

.single-attorney .c-hero__aside--Grey .languageSwitcher__currentLanguage__list a:hover {
  color: gray !important;
}

.single-attorney .c-hero__aside--Black a {
  color: #000;
}

.single-attorney .c-hero__aside--Black a:hover {
  color: #09f;
}

.single-attorney .c-hero__aside--Black .c-hero__aside__language-switch .fa-globe, .single-attorney .c-hero__aside--Black .c-hero__aside__tel, .single-attorney .c-hero__aside--Black .c-office-locations__heading {
  color: #000;
}

.single-attorney .c-hero__aside--Black .languageSwitcher__currentLanguage__list a:hover {
  color: #000 !important;
}

.c-jump-to-links li a {
  text-transform: uppercase;
  color: #001c31;
  padding-right: 15px;
  font-size: 1.125rem;
  line-height: 2rem;
}

.c-jump-to-links li ul {
  margin-bottom: .4rem;
}

.c-jump-to-links li ul li a {
  color: #ff5f01;
  text-transform: none;
  font-size: 1.25rem;
  line-height: 2rem;
}

.c-jump-to-links li.is-active > a {
  border-right: 4px solid #001c31;
}

.post-type-archive-attorney .c-jump-to-links li ul {
  display: none;
}

.post-type-archive-attorney .c-jump-to-links > li:first-child ul {
  display: block;
}

.post-type-archive-attorney .people-list {
  margin-bottom: 0;
}

.post-type-archive-attorney .people-list__content .archiveItem__excerpt__description {
  font-size: 14px;
  line-height: 20px;
}

.post-type-archive-attorney .people-list__content.people-list__content--no-image {
  padding-left: 0;
}

.post-type-archive-attorney .addthis_toolbox {
  display: none !important;
}

.blog-list {
  color: #001c31;
  margin-bottom: 3.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.blog-list .blog-list-post {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 1.5rem;
  padding-bottom: 1.8rem;
}

.blog-list .blog-list-post .post-categories {
  clear: both;
  color: #aaa;
  width: 100%;
}

.blog-list .blog-list-post__content-wrapper {
  overflow: hidden;
}

.blog-list .blog-list-post__content {
  float: left;
  width: 61%;
}

.blog-list .blog-list-post__image {
  float: left;
  width: 36%;
  margin-left: 3%;
}

.blog-list .blog-list-post__date {
  color: #aaa;
  margin-bottom: .8rem;
  font-size: 14px;
}

.blog-list .blog-list-post__title {
  color: #001c31;
  margin-top: 0;
  font-size: 1.875rem;
  line-height: 2rem;
}

@media (max-width: 600px) {
  .blog-list .blog-list-post__content-wrapper {
    flex-flow: column wrap;
    display: flex;
  }

  .blog-list .blog-list-post__content, .blog-list .blog-list-post__image {
    float: none;
    width: 100%;
  }

  .blog-list .blog-list-post__image {
    order: 1;
    margin-bottom: 1.5rem;
  }

  .blog-list .blog-list-post__content {
    order: 2;
  }
}

.pagination {
  width: 100%;
  overflow: hidden;
}

.pagination > div {
  cursor: pointer;
  color: #b71602;
  float: left;
  text-align: center;
  border: 2px solid #d1d1d1;
  border-width: 2px 1px;
  width: 28px;
  height: 29px;
  font-size: 18px;
  line-height: 25px;
}

.pagination > div:first-child {
  border-left-width: 2px;
}

.pagination > div:last-child {
  border-right-width: 2px;
}

.pagination > div.is-active {
  color: #fff;
  background: #b71602;
  border-color: #b71602;
}

.error404 .l-content.page404 {
  background: url("../404.b4075cef.jpg") center / cover;
}

@media screen and (max-width: 980px) {
  .error404 .l-content.page404 {
    background-position: 100% 0;
    background-size: 1490px;
  }
}

.error404 .article-content {
  color: #fff;
  float: right;
  background: #009d9e;
  max-width: 650px;
  padding: 4rem;
}

@media screen and (max-width: 980px) {
  .error404 .article-content {
    float: none;
    width: 100%;
    max-width: none;
  }
}

.error404 .article-content h1 {
  text-shadow: none;
  margin-bottom: 0;
  font-size: 4.375rem;
  line-height: 1.2;
}

.error404 .article-content .pageContent {
  margin: 1.2rem 0 2rem;
  font-size: 27px;
  line-height: 1.6;
}

.category-whistleblower-blog .c-hero {
  background: url("../bg-whistle-blower-insights.0ba75fec.jpg") center / cover;
}

.page-template-template-about-us .c-our-attorneys__list, .page-template-template-whistleblower-resources .c-our-attorneys__list, .page-template-template-whistleblower-practice-areas .c-our-attorneys__list {
  margin-bottom: 0;
}

.page-template-contact-us-php .gform_fields li {
  background: none !important;
}

.page-template-contact-us-php .gform_fields li:before {
  display: none;
}

.page-template-contact-us-php .article-content .gfield select {
  background-image: url("../selectArrow--purple.fa14121f.png");
}

.page-template-contact-us-php .article-content .gfield select:hover {
  color: #fff;
  background-color: #b20265;
  background-image: url("../selectArrow--white.94ce49bb.png");
  border-color: #b20265;
}

.page-template-contact-us-php .article-content .gform_button.button {
  transition: background .9s cubic-bezier(.07, .98, .24, .98);
}

.page-template-contact-us-php .article-content .gform_button.button:hover {
  background: #d40078;
}

.page-template-contact-us-php #field_1_9 > label {
  color: #001c31;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: ChronicleDeck-Bold;
  font-size: 2.3rem;
  line-height: 3rem;
}

.page-template-contact-us-php .gform_wrapper h2 {
  margin-bottom: 0;
}

.page-template-contact-us-php .gform_wrapper .gfield_date_day label, .page-template-contact-us-php .gform_wrapper .gfield_date_month label, .page-template-contact-us-php .gform_wrapper .gfield_date_year label, .page-template-contact-us-php .gform_wrapper .gfield_time_ampm label, .page-template-contact-us-php .gform_wrapper .gfield_time_hour label, .page-template-contact-us-php .gform_wrapper .gfield_time_minute label, .page-template-contact-us-php .gform_wrapper .ginput_complex label, .page-template-contact-us-php .gform_wrapper .instruction {
  font-size: 12px;
}

.page-template-contact-us-php #input_1_18 {
  margin-top: 0;
}

.page-template-contact-us-php .l-main-content.article-content {
  max-width: 70%;
}

@media screen and (max-width: 991px) {
  .page-template-contact-us-php .l-main-content.article-content {
    width: 100%;
    max-width: 100%;
  }

  .page-template-contact-us-php .gform_wrapper ul li#field_1_3 {
    max-width: 100% !important;
  }
}

.page-template-contact-us-php .l-aside {
  margin-left: 2%;
}

@media screen and (max-width: 991px) {
  .page-template-contact-us-php .l-aside {
    float: none !important;
  }
}

.page-template-contact-us-php #field_1_18 > label {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  font-size: 14px;
  display: block;
}

.page-template-contact-us-php #input_1_18_6_container {
  margin-left: 0;
}

.page-template-contact-us-php .gform_wrapper input[type="radio"] {
  margin-left: 2px !important;
}

@media screen and (max-width: 991px) {
  .page-template-contact-us-php .gform_wrapper .top_label input.medium, .page-template-contact-us-php .gform_wrapper .top_label select.medium {
    width: 100%;
  }
}

#field_1_23 ul {
  padding-left: 1.3rem !important;
}

#field_1_23 ul li {
  margin-bottom: 1rem !important;
}

#field_1_23 ul li:last-child {
  margin-bottom: 0 !important;
}

select, .gform_wrapper select, .article-content select {
  font-size: 14px !important;
}

@media screen and (max-width: 768px) {
  select, .gform_wrapper select, .article-content select {
    font-size: 10px !important;
  }
}

.article-content--listing .archiveItem {
  border-bottom: 1px solid #d1d1d1;
}

.article-content--listing h2 {
  margin-bottom: 0;
}

.article-content--listing .archiveItem__excerpt a h3:hover {
  text-decoration: underline;
}

.article-content--listing .archiveItem__excerpt__description {
  margin-bottom: 1rem;
}

.article-content--listing .archiveItem__excerpt__description p {
  font-size: 16px;
}

.article-content--listing .wp-pagenavi {
  margin-top: 3rem;
}

.article-content--listing .wp-pagenavi > :first-child {
  border-left: 1px solid #d1d1d1 !important;
}

.article-content--listing .wp-pagenavi span.current, .article-content--listing .wp-pagenavi a, .article-content--listing .wp-pagenavi span {
  border-color: #d1d1d1 #d1d1d1 #d1d1d1 currentColor;
  border-left-style: none;
  border-left-width: medium;
  margin: 0;
  padding: .5rem .8rem;
}

.article-content--listing .archiveItem__categories a:hover {
  text-decoration: underline;
}

.archive .at4-share-outer {
  display: none;
}

.search .c-hero {
  background-color: #052b46;
  background-image: url("../header-pattern-dark.7c23f3e4.png");
}

.search .c-hero .search-form__inputWrap {
  float: left;
  width: 53%;
  margin-right: 1rem;
  position: relative;
}

.search .c-hero .search-form__inputWrap .fa-search {
  color: #363636;
  opacity: 1;
  transition: opacity .9s cubic-bezier(.07, .98, .24, .98);
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%);
}

.search .c-hero .search-form__inputWrap input:focus + i {
  opacity: 0;
}

.search .c-hero .c-btn {
  color: #fff;
  background: #009d9e;
  border: none;
  width: auto;
  height: auto;
  padding: .68rem 59px .68rem 26px;
  font-size: 38px;
  line-height: 1;
}

.search .c-hero .c-btn:hover {
  background: #d59710;
}

.search .c-hero .c-btn:hover i {
  color: #fff;
}

.search .c-hero .c-btn i {
  color: #d59710;
  top: 50%;
  bottom: inherit;
  height: auto;
  font-size: 22px;
  transition: color .2s ease-in;
  transform: translateY(-50%);
}

.search .c-hero .c-hero__aside .c-hero__aside__language-switch, .search .c-hero .c-hero__aside .c-hero__aside__contact a {
  color: #09f;
}

.search .c-hero .c-hero__searchCount {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}

.search .c-free-consultation-banner {
  background: #afafaf;
}

.search .archiveItem {
  position: relative;
}

.search .archiveItem__count {
  color: #aaa;
  padding-top: 4rem;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.search .archiveItem {
  padding-left: 6rem;
}

.l-main-content.article-content .archiveItem:first-child .archiveItem__count {
  padding-top: 1.9rem;
}

.page-template-template--landingPages .blogFeed {
  background: #fff;
}

.page-template-template--landingPages .multicolumnText__header, .page-template-template--landingPages .blogFeed__header {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.page-template-template--landingPages .multicolumnText__header__left, .page-template-template--landingPages .blogFeed__header__left {
  flex-basis: 70%;
}

.page-template-template--landingPages .multicolumnText__header__right, .page-template-template--landingPages .blogFeed__header__right {
  flex-basis: 30%;
}

.page-template-template--landingPages .multicolumnText__header__right a.c-btn, .page-template-template--landingPages .blogFeed__header__right a.c-btn {
  width: auto;
  padding: 1rem;
  font-size: 2.5rem;
}

.page-template-template--landingPages .multicolumnText__header__right a.c-btn span, .page-template-template--landingPages .blogFeed__header__right a.c-btn span {
  vertical-align: middle;
  padding-right: 1rem;
  display: inline-block;
}

.page-template-template--landingPages .multicolumnText__header__right a.c-btn i, .page-template-template--landingPages .blogFeed__header__right a.c-btn i {
  color: #09f;
  right: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  float: none;
  display: inline-block;
  position: relative;
}

.page-template-template--landingPages .multicolumnText__header__right a.c-btn:hover i, .page-template-template--landingPages .blogFeed__header__right a.c-btn:hover i {
  color: #fff;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__btn, .page-template-template--landingPages .multicolumnText .blogFeed__btn, .page-template-template--landingPages .blogFeed .multicolumnText__btn, .page-template-template--landingPages .blogFeed .blogFeed__btn {
  float: right;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__title, .page-template-template--landingPages .multicolumnText .blogFeed__title, .page-template-template--landingPages .blogFeed .multicolumnText__title, .page-template-template--landingPages .blogFeed .blogFeed__title {
  text-align: left;
  border-bottom: none;
  margin: 0;
  padding: 0;
  font-size: 5rem;
  line-height: 1.5;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__description, .page-template-template--landingPages .multicolumnText .blogFeed__description, .page-template-template--landingPages .blogFeed .multicolumnText__description, .page-template-template--landingPages .blogFeed .blogFeed__description {
  font-size: 1.4rem;
  line-height: 1.8;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__columns, .page-template-template--landingPages .multicolumnText .blogFeed__columns, .page-template-template--landingPages .blogFeed .multicolumnText__columns, .page-template-template--landingPages .blogFeed .blogFeed__columns {
  text-align: left;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -2rem;
  margin-right: -2rem;
  display: flex;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__columns > div, .page-template-template--landingPages .multicolumnText .blogFeed__columns > div, .page-template-template--landingPages .blogFeed .multicolumnText__columns > div, .page-template-template--landingPages .blogFeed .blogFeed__columns > div {
  float: none;
  flex-basis: 33.33%;
  width: 100%;
  padding: 2rem;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__columns > div a, .page-template-template--landingPages .multicolumnText .blogFeed__columns > div a, .page-template-template--landingPages .blogFeed .multicolumnText__columns > div a, .page-template-template--landingPages .blogFeed .blogFeed__columns > div a {
  color: #09f;
  margin-bottom: 1rem;
  font-size: 28px;
  line-height: 1.4;
  display: block;
}

.page-template-template--landingPages .multicolumnText .multicolumnText__columns > div p, .page-template-template--landingPages .multicolumnText .blogFeed__columns > div p, .page-template-template--landingPages .blogFeed .multicolumnText__columns > div p, .page-template-template--landingPages .blogFeed .blogFeed__columns > div p {
  font-size: 1rem;
}

.page-template-template--landingPages .l-aside {
  float: right;
  margin-left: 1rem;
}

.page-template-template--landingPages .sidebarAccordion {
  margin-bottom: 0;
}

.page-template-template--landingPages .sidebarAccordion + .sidebarAccordion {
  border-top: none;
}

.page-template-template--landingPages .sidebarAccordion .panel-title a {
  padding: 1rem;
}

.page-template-template--landingPages .sidebarAccordion .accordionLinkGroup__item a {
  color: #001c31;
  padding: .3rem 0;
  font-size: 1rem;
  display: block;
}

.accordionLinkGroup__item a:hover {
  color: #09f;
}

@media print {
  a[href]:after, nav.mainMenuWrap, .c-free-consultation-banner, footer, .c-btn--formConfirmationOption {
    display: none !important;
  }

  .logoWrap__logo svg path {
    fill: #001c31;
  }

  .l-content {
    padding: 100px 0 60px;
  }
}

