﻿/*!
 Theme Name: ProjectX16 Traditional
 Author: Paul and Kristian Szabo
 Template: projectx16
 Description: ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
 */
/*!
	Theme Name: Project X v16
	Theme URI:
	Description: Project X v16
	Author: Paul Yoon, Kristian Szabo
	Version: 1.0
	Tags: Foundation5, Responsive
*/
meta.foundation-version {
  font-family: "/5.5.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none !important;
  visibility: hidden; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 62.5rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
.text-left {
  text-align: left !important; }

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008CBA;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  h6 {
    font-size: 1rem; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
      text-align: left; }
    .tab-bar-section.right {
      text-align: right; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #008CBA;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #0078a0;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #008CBA; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
/* -- Shadowbox Styles -- */
#sb-container, #sb-wrapper {
  text-align: left; }

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0; }

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999; }

body > #sb-container {
  position: fixed; }

#sb-overlay {
  height: expression(document.documentElement.clientHeight+'px'); }

#sb-container > #sb-overlay {
  height: 100%; }

#sb-wrapper {
  position: relative; }

#sb-wrapper img {
  border: none; }

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
  height: 100%; }

#sb-body-inner {
  position: relative;
  height: 100%; }

#sb-content.html {
  height: 100%;
  overflow: auto; }

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px; }

#sb-title, #sb-title-inner {
  height: 26px; }

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff; }

#sb-info, #sb-info-inner {
  height: 20px; }

#sb-info-inner {
  font-size: 12px;
  color: #fff; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer; }

#sb-nav-close {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/shadowbox/images/close.png);
  background-repeat: no-repeat; }

#sb-nav-next {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/shadowbox/images/next.png);
  background-repeat: no-repeat; }

#sb-nav-previous {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/shadowbox/images/previous.png);
  background-repeat: no-repeat; }

#sb-nav-play {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/shadowbox/images/play.png);
  background-repeat: no-repeat; }

#sb-nav-pause {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/shadowbox/images/pause.png);
  background-repeat: no-repeat; }

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.eot");
  src: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.eot") format("embedded-opentype"), url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.woff") format("woff"), url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.ttf") format("truetype"), url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/widgets/slider/fonts/flexslider-icon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 20px;
  background: transparent;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/*@media screen and (max-width: 860px) {*/
/*.flex-direction-nav .flex-prev { opacity: 1; left: 10px;}*/
/*.flex-direction-nav .flex-next { opacity: 1; right: 10px;}*/
/*}*/
#attorney-sidebar .px-flexslider ul li::before {
  content: '';
  margin-left: 0;
  padding-right: 0;
  display: inline-block; }

#attorney-sidebar .px-flexslider ul li {
  margin-left: 0 !important; }

.meet-our-attorney-a {
  padding-right: 2px;
  display: inline-block;
  width: 33.3%;
  float: left;
  height: 0;
  padding-bottom: 33.33%;
  overflow: hidden;
  margin-bottom: 2px;
  position: relative; }

.meet-our-attorney-a span {
  width: calc(100% - 2px);
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 5px;
  opacity: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%; }

.meet-our-attorney-a:hover span {
  opacity: 1; }

.side-meet-our-attorneys div {
  padding: 0 !important; }

.side-meet-our-attorneys .clone {
  margin-left: 1px !important; }

#slider-widget .clone {
  margin-left: 0px !important; }

.text-slider.widget .flexslider .slides li > p {
  margin-bottom: 0; }

.header-img .slides > li {
  display: none; }

.phone, .small-text a {
  display: block; }

.video-slider .flexslider {
  margin-bottom: 0; }
.video-slider .slides > li {
  margin-bottom: 0 !important; }
  .video-slider .slides > li p {
    display: block;
    margin: 10px 0 0 0 !important; }
    .video-slider .slides > li p strong {
      display: block; }

.widget_px_client_review input[type=submit].client-review-text {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left; }
.widget_px_client_review input[type=image].client-review-image {
  background-color: transparent;
  border: none;
  color: #0c8dce;
  cursor: pointer;
  width: 100%;
  text-align: left; }

.widget address {
  font-style: normal; }

.mh-review-popup {
  display: none; }

div.ginput_container {
  padding-bottom: 0px !important; }

.gform_fields input, .gform_fields select {
  margin-bottom: 0px !important; }

.gform_fields textarea {
  padding: 0.5rem !important; }

.social-linkedin-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/linkedin_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-facebook-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/facebook_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-google-plus-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/googleplus_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-twitter-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/twitter_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-youtube-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/youtube_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-linkedin-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/linkedin_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-facebook-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/facebook_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-google-plus-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/googleplus_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-twitter-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/twitter_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-youtube-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/youtube_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-martindale-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/martindale_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-lawyers-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/lawyers_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-nolo-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/nolo_24x24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-linkedin-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/linkedin_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-facebook-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/facebook_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-google-plus-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/googleplus_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-twitter-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/twitter_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-youtube-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/youtube_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-martindale-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/martindale_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-lawyers-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/lawyers_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-nolo-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/nolo_32x32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

body .gform_wrapper.gf_reset_wrapper, body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper h1, body .gform_wrapper.gf_reset_wrapper h2, body .gform_wrapper.gf_reset_wrapper h3, body .gform_wrapper.gf_reset_wrapper h4, body .gform_wrapper.gf_reset_wrapper h5, body .gform_wrapper.gf_reset_wrapper h6, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

body .gform_wrapper.gf_reset_wrapper button, body .gform_wrapper.gf_reset_wrapper caption, body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper form, body .gform_wrapper.gf_reset_wrapper iframe, body .gform_wrapper.gf_reset_wrapper img, body .gform_wrapper.gf_reset_wrapper input[type=button], body .gform_wrapper.gf_reset_wrapper input[type=email], body .gform_wrapper.gf_reset_wrapper input[type=image], body .gform_wrapper.gf_reset_wrapper input[type=number], body .gform_wrapper.gf_reset_wrapper input[type=password], body .gform_wrapper.gf_reset_wrapper input[type=submit], body .gform_wrapper.gf_reset_wrapper input[type=tel], body .gform_wrapper.gf_reset_wrapper input[type=text], body .gform_wrapper.gf_reset_wrapper input[type=url], body .gform_wrapper.gf_reset_wrapper label, body .gform_wrapper.gf_reset_wrapper legend, body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper select, body .gform_wrapper.gf_reset_wrapper span, body .gform_wrapper.gf_reset_wrapper table, body .gform_wrapper.gf_reset_wrapper tbody, body .gform_wrapper.gf_reset_wrapper td, body .gform_wrapper.gf_reset_wrapper textarea, body .gform_wrapper.gf_reset_wrapper tfoot, body .gform_wrapper.gf_reset_wrapper th, body .gform_wrapper.gf_reset_wrapper thead, body .gform_wrapper.gf_reset_wrapper tr, body .gform_wrapper.gf_reset_wrapper ul {
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400; }

body .gform_wrapper.gf_reset_wrapper div, body .gform_wrapper.gf_reset_wrapper p, body .gform_wrapper.gf_reset_wrapper span {
  line-height: 1.8; }

body .gform_wrapper.gf_reset_wrapper fieldset, body .gform_wrapper.gf_reset_wrapper img {
  border: 0; }

body .gform_wrapper.gf_reset_wrapper li, body .gform_wrapper.gf_reset_wrapper ol, body .gform_wrapper.gf_reset_wrapper ul {
  list-style: none; }

body .gform_wrapper.gf_reset_wrapper a img {
  border: none; }

body .gform_wrapper.gf_reset_wrapper :focus {
  outline: 0; }

.gform_wrapper select, .gform_wrapper textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal; }

.gform_wrapper {
  overflow: inherit;
  margin: 1em 0;
  max-width: 98%; }

.gform_wrapper h1, .gform_wrapper h2, .gform_wrapper h3 {
  font-weight: 400;
  border: none;
  outline: 0;
  background: 0 0; }

.gform_wrapper :focus {
  outline: 0; }

.gform_wrapper form {
  text-align: left; }

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  outline-style: none;
  font-size: inherit;
  font-family: inherit;
  padding: .313em 0;
  letter-spacing: normal;
  text-indent: .25em; }

.gform_wrapper input[type=image] {
  border: none !important;
  padding: 0 !important;
  width: auto !important; }

.gform_wrapper textarea {
  outline-style: none;
  padding: .25em .125em;
  resize: none; }

.gform_wrapper ul {
  margin: 0 !important;
  list-style-type: none; }

.gform_wrapper ul, html > body .entry ul {
  text-indent: 0; }

.gform_wrapper form li, .gform_wrapper li {
  margin-left: 0 !important;
  list-style: none !important;
  overflow: visible; }

.gform_wrapper ul li.gfield {
  clear: both; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  overflow: hidden; }

.gform_wrapper form ul.left_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper ul.right_label li {
  margin-bottom: 14px; }

.gform_wrapper form ul.left_label li ul.gfield_checkbox li, .gform_wrapper form ul.left_label li ul.gfield_radio li, .gform_wrapper form ul.right_label li ul.gfield_checkbox li, .gform_wrapper form ul.right_label li ul.gfield_radio li, .gform_wrapper ul.left_label li ul.gfield_checkbox li, .gform_wrapper ul.left_label li ul.gfield_radio li, .gform_wrapper ul.right_label li ul.gfield_checkbox li, .gform_wrapper ul.right_label li ul.gfield_radio li {
  margin-bottom: 10px; }

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: visible; }

.gform_wrapper select option {
  padding: .125em;
  display: block; }

.gform_wrapper select[multiple=multiple] option {
  text-indent: .25em; }

.gform_wrapper .inline {
  display: inline !important; }

.gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 1.125em; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year, .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
  width: 4.688em;
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gfield_time_hour i {
  font-style: normal !important;
  font-family: sans-serif !important;
  width: .625em;
  text-align: center;
  float: right;
  margin-top: 9%; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  margin-right: .75em; }

.gform_wrapper .gfield_date_dropdown_day, .gform_wrapper .gfield_date_dropdown_month, .gform_wrapper .gfield_date_dropdown_year {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin-right: .375em; }

.gform_wrapper .gfield_time_ampm {
  vertical-align: top;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gfield_time_ampm select {
  width: 4.688em !important; }

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input, .gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input {
  width: 70% !important; }

.gform_wrapper .gfield_date_day, .gform_wrapper .gfield_date_month, .gform_wrapper .gfield_date_year {
  width: 3.125em;
  float: left; }

.gform_wrapper .gfield_date_year {
  width: 4.5em !important; }

.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input, .gform_wrapper .gfield_date_year input {
  width: 85% !important; }

.gform_wrapper .gfield_date_year input {
  width: 88% !important; }

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer; }

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF; }

.gform_wrapper .field_name_first, .gform_wrapper .field_name_last, .gform_wrapper .field_name_middle {
  width: 49.5%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container {
  overflow: hidden;
  width: 100%; }

.gform_wrapper .datepicker {
  width: 6.75em !important; }

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  width: 48.5%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .ginput_complex .ginput_right {
  margin-left: 1.6%; }

.gform_wrapper .gfield_error .ginput_complex .ginput_left, .gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 48.5%; }

.gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_left input[type=url] {
  width: 97.5; }

.gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=email], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=number], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=password], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=tel], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=text], .gform_wrapper .gfield_error .ginput_complex .ginput_right input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url] {
  width: 97.5%; }

.gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex select {
  width: 97% !important; }

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
  display: block;
  font-size: .875em;
  letter-spacing: .5pt;
  white-space: nowrap;
  margin: .188em 0 .75em; }

.gform_wrapper .field_sublabel_above .gfield_date_day label, .gform_wrapper .field_sublabel_above .gfield_date_month label, .gform_wrapper .field_sublabel_above .gfield_date_year label, .gform_wrapper .field_sublabel_above .gfield_time_ampm label, .gform_wrapper .field_sublabel_above .gfield_time_hour label, .gform_wrapper .field_sublabel_above .gfield_time_minute label, .gform_wrapper .field_sublabel_above .ginput_complex label, .gform_wrapper .field_sublabel_above .instruction {
  margin: .75em 0 .188em; }

.gform_wrapper .ginput_complex span.name_prefix, .gform_wrapper .ginput_complex span.name_suffix {
  display: block;
  clear: right;
  overflow: hidden; }

.gform_wrapper .ginput_complex span.name_prefix {
  min-height: 2.2em; }

.gform_wrapper .ginput_complex span.name_prefix select {
  width: auto !important; }

.gform_wrapper .ginput_complex span.name_suffix input[type=text] {
  width: 48%; }

.gform_wrapper .ginput_complex.has_middle span.name_suffix input[type=text] {
  width: 32%; }

.gform_wrapper .ginput_complex span.name_first, .gform_wrapper .ginput_complex span.name_last, .gform_wrapper .ginput_complex span.name_middle {
  vertical-align: bottom;
  min-height: 2.813em; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.no_middle_name.has_last_name span {
  width: 99.5%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.no_last_name span, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span, .gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.has_last_name span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  width: 48.5%;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  clear: right; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
  width: 99%; }

.gform_wrapper .left_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name, .gform_wrapper .right_label .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name {
  width: 63.25%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span {
  width: 31.9%; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_first, .gform_wrapper .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle, .gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name span.name_first {
  margin-right: 1.3%; }

.gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_prefix, .gform_wrapper .ginput_complex.ginput_container.has_prefix span.name_suffix {
  float: none !important;
  clear: both; }

.gform_wrapper .field_sublabel_above .ginput_complex .name_prefix, .gform_wrapper .field_sublabel_above .ginput_complex span.name_first, .gform_wrapper .field_sublabel_above .ginput_complex span.name_last, .gform_wrapper .field_sublabel_above .ginput_complex span.name_middle, .gform_wrapper .field_sublabel_above .ginput_complex span.name_suffix {
  vertical-align: top; }

.gform_wrapper .top_label .gfield_label {
  margin: .625em 0 .5em;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both; }

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: .75em 15px 0 0;
  width: 29%;
  font-weight: 700; }

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0; }

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: .75em 1em 0 0;
  width: 29%;
  font-weight: 700;
  text-align: right; }

.gform_wrapper .right_label li.field_sublabel_below .gfield_label {
  margin: 0 1em 0 0; }

.gform_wrapper .left_label li.hidden_label input, .gform_wrapper .right_label li.hidden_label input {
  margin-left: 3.7%; }

.gform_wrapper .left_label li.gfield .gfield_password_strength, .gform_wrapper .right_label li.gfield .gfield_password_strength {
  margin-left: 30%; }

body .gform_wrapper label.gfield_label + div.ginput_container {
  margin-top: .375em; }

.gform_wrapper .hidden_label .gfield_label {
  display: none !important; }

.gfield.left_label, .gfield.right_label {
  padding-top: 10px; }

.gform_wrapper li.hidden_label input {
  margin-top: .75em; }

.gform_wrapper label.hidden_sub_label {
  display: none; }

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: .75em; }

.gform_wrapper .left_label ul.gfield_checkbox, .gform_wrapper .left_label ul.gfield_radio, .gform_wrapper .right_label ul.gfield_checkbox, .gform_wrapper .right_label ul.gfield_radio {
  margin-left: 30% !important;
  overflow: hidden; }

.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small {
  width: 25%; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 47.5%; }

.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width: 97.5%; }

.gform_wrapper textarea.small {
  height: 5em;
  width: 97.5%; }

.gform_wrapper textarea.medium {
  height: 9.375em;
  width: 97.5%; }

.gform_wrapper textarea.large {
  height: 15.625em;
  width: 97.5%; }

.gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
  width: 15%; }

.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
  width: 35%; }

.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
  width: 62.5%; }

.gform_wrapper .left_label div.ginput_complex, .gform_wrapper .right_label div.ginput_complex {
  width: 64%; }

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important; }

.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 1.3em; }

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: .625em 0 .375em; }

.gform_wrapper span.gform_description {
  font-weight: 400; }

.gform_wrapper .gsection {
  border-bottom: 1px solid #CCC;
  padding: 0 0 .5em;
  margin: 1.8em 0;
  clear: both; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important; }

.gform_wrapper ul.gfield_checkbox, .gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top; }

.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
  float: left;
  margin-top: 2px; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description, .gform_wrapper .instruction {
  font-size: .875em;
  line-height: 1.5;
  clear: both;
  font-family: inherit;
  letter-spacing: normal; }

.gform_wrapper .description, .gform_wrapper .gfield_description, .gform_wrapper .gsection_description {
  padding: .625em 0; }

.gform_wrapper .top_label .gsection_description {
  width: 97.5%; }

.gform_wrapper .gfield_description {
  padding: .625em 0 0;
  width: 97.5%; }

.gform_wrapper li.field_description_above .gfield_description {
  margin-bottom: .75em; }

.gform_wrapper .left_label .gfield_description, .gform_wrapper .right_label .gfield_description {
  width: 63%; }

.gform_wrapper .description_above .gfield_description {
  padding: 0 0 .625em; }

.gform_wrapper .field_description_below .gfield_description {
  padding: .625em 0 1em; }

.gfield_date_year + .gfield_description {
  padding: 0; }

.gform_wrapper .left_label .gfield_description, .gform_wrapper .left_label .instruction, .gform_wrapper .right_label .gfield_description, .gform_wrapper .right_label .instruction {
  margin-left: 30%; }

.gform_wrapper .left_label .gsection .gsection_description, .gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-top: .25em;
  padding-left: 0;
  line-height: 1.5; }

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: .25em; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  margin-bottom: 0.375em !important;
  padding: 0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797; }

.gform_wrapper li.gfield.gfield_creditcard_warning {
  padding-bottom: 1em !important;
  border: 1px solid #790000;
  border-top: none; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
  font-size: 1em;
  font-family: inherit;
  min-height: 1.563em;
  background-color: #790000;
  color: #FFF;
  max-width: 100%; }

.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
  display: block;
  padding: .625em;
  line-height: 1.5;
  letter-spacing: .2pt; }

li.gfield + li.gfield.gfield_creditcard_warning {
  margin-top: 1em !important; }

.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  max-width: 97.5%; }

.gform_wrapper .top_label .gfield_error {
  width: 97%; }

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 97.5%; }

.gform_wrapper .left_label .gfield_error input.large, .gform_wrapper .left_label .gfield_error select.large, .gform_wrapper .left_label .gfield_error textarea.textarea, .gform_wrapper .right_label .gfield_error input.large, .gform_wrapper .right_label .gfield_error select.large, .gform_wrapper .right_label .gfield_error textarea.textarea {
  width: 66%; }

.gform_wrapper .gfield_error .gfield_label {
  color: #790000; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: .75em;
  margin-bottom: 0.75em !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 6px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_ampm.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_time_minute.ginput_container {
  margin-left: 0; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 97.5%;
  padding-right: 6px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: .75em; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label {
  position: relative;
  top: .75em; }

.gform_wrapper div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 1em 0;
  clear: both;
  width: 97.5%; }

.gform_wrapper ol.validation_list {
  clear: both;
  width: 97.5%;
  margin-bottom: 1.6em;
  color: #790000; }

.gform_wrapper ol.validation_list li {
  list-style-type: decimal !important; }

.gform_wrapper ol.validation_list li a {
  color: #790000; }

.gform_wrapper ol.validation_list:after {
  content: ""; }

.gform_wrapper div#error {
  margin-bottom: 1.6em; }

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
  vertical-align: middle !important; }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item, body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item {
  background-color: transparent !important;
  background-position: 0 0;
  background-size: 1em 1em !important;
  background-repeat: no-repeat;
  border: none !important;
  width: 1em !important;
  height: 1em !important;
  vertical-align: middle !important;
  opacity: .5; }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgNTEyYy0xNDEuMzc1IDAtMjU2LTExNC42MDktMjU2LTI1NnMxMTQuNjI1LTI1NiAyNTYtMjU2YzE0MS4zOTEgMCAyNTYgMTE0LjYwOSAyNTYgMjU2cy0xMTQuNjA5IDI1Ni0yNTYgMjU2ek0yNTYgNjRjLTEwNi4wMzEgMC0xOTIgODUuOTY5LTE5MiAxOTJzODUuOTY5IDE5MiAxOTIgMTkyYzEwNi4wNDcgMCAxOTItODUuOTY5IDE5Mi0xOTJzLTg1Ljk1My0xOTItMTkyLTE5MnpNMjg4IDM4NGgtNjR2LTk2aC05NnYtNjRoOTZ2LTk2aDY0djk2aDk2djY0aC05NnY5NnoiPjwvcGF0aD48L3N2Zz4=); }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxnIGlkPSJpY29tb29uLWlnbm9yZSI+PC9nPjxwYXRoIGQ9Ik0yNTYgMGMtMTQxLjM3NSAwLTI1NiAxMTQuNjI1LTI1NiAyNTYgMCAxNDEuMzkxIDExNC42MjUgMjU2IDI1NiAyNTYgMTQxLjM5MSAwIDI1Ni0xMTQuNjA5IDI1Ni0yNTYgMC0xNDEuMzc1LTExNC42MDktMjU2LTI1Ni0yNTZ6TTI1NiA0NDhjLTEwNi4wMzEgMC0xOTItODUuOTY5LTE5Mi0xOTJzODUuOTY5LTE5MiAxOTItMTkyYzEwNi4wNDcgMCAxOTIgODUuOTY5IDE5MiAxOTJzLTg1Ljk1MyAxOTItMTkyIDE5MnpNMTI4IDI4OGgyNTZ2LTY0aC0yNTZ2NjR6Ij48L3BhdGg+PC9zdmc+); }

body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].add_list_item:hover, body .gform_wrapper table.gfield_list tbody tr td.gfield_list_icons button[type=button].delete_list_item:hover {
  opacity: 1; }

.gform_wrapper li.gfield fieldset {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 100%; }

.gform_wrapper li.gfield fieldset > * {
  width: auto; }

.gform_wrapper li.gfield fieldset legend.gfield_label {
  width: 100%;
  line-height: 2em; }

div.gf_page_steps + div.validation_error {
  margin-top: 1em; }

.gform_wrapper div.gfield_description.validation_error {
  color: #790000;
  font-weight: 700;
  font-size: .875em;
  line-height: 1.2;
  margin-bottom: 1em; }

.gform_wrapper .validation_message {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal; }

.gform_wrapper li.gfield_error input[type=email], .gform_wrapper li.gfield_error input[type=number], .gform_wrapper li.gfield_error input[type=password], .gform_wrapper li.gfield_error input[type=tel], .gform_wrapper li.gfield_error input[type=text], .gform_wrapper li.gfield_error input[type=url], .gform_wrapper li.gfield_error textarea {
  border: 1px solid #790000; }

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #790000; }

.gform_wrapper .gform_footer {
  padding: 1em 0 .625em;
  margin: 1em 0 0;
  clear: both; }

.gform_wrapper .gform_footer.left_label, .gform_wrapper .gform_footer.right_label {
  padding: 1em 0 .625em;
  margin-left: 30%;
  width: 64%; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
  font-size: 1em; }

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_footer a.gform_save_link {
  font-size: 1em;
  margin-left: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_footer input[type=image] {
  padding: 0;
  width: auto !important;
  background: 0 0 !important;
  border: none !important; }

.gform_wrapper .ginput_complex .ginput_full, .gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  min-height: 2.813em; }

.gform_wrapper .ginput_complex .ginput_full input[type=email], .gform_wrapper .ginput_complex .ginput_full input[type=number], .gform_wrapper .ginput_complex .ginput_full input[type=password], .gform_wrapper .ginput_complex .ginput_full input[type=tel], .gform_wrapper .ginput_complex .ginput_full input[type=text], .gform_wrapper .ginput_complex .ginput_full input[type=url] {
  width: 97.5% !important; }

.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  position: relative;
  margin: 0 0 .5em;
  line-height: 1.3; }

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700; }

.gform_wrapper input.datepicker.datepicker_with_icon {
  margin-right: 0.25em !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gf_hidden, .gform_wrapper .gform_hidden, .gform_wrapper input.gform_hidden, .gform_wrapper input[type=hidden] {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden; }

.gform_wrapper .gf_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.gform_wrapper .ginput_full br, .gform_wrapper .ginput_left br, .gform_wrapper .ginput_right br {
  display: none !important; }

.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
  padding: 0 !important; }

.gform_wrapper ul.gfield_radio li input + input {
  margin-left: .25em; }

.gform_wrapper ul.gfield_radio li input[value=gf_other_choice] {
  margin-right: .375em;
  margin-top: .25em; }

.gform_wrapper .top_label .gfield_description {
  padding: .625em 0 0; }

.gform_wrapper .gfield_description.validation_message, .gform_wrapper .top_label .gfield_description.validation_message {
  padding: 0.625em 0 !important; }

.gform_wrapper .gfield_description + .gform_wrapper .gfield_description.validation_message, .gform_wrapper .ginput_container + .gfield_description.validation_message {
  margin-top: .375em; }

.gform_wrapper .ginput_container.ginput_list + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper .left_label .ginput_container.ginput_list, .gform_wrapper .right_label .ginput_container.ginput_list {
  padding-top: 0.75em !important; }

.gform_wrapper form .left_label li.gfield_html_formatted, .gform_wrapper form .right_label li.gfield_html_formatted {
  margin-left: 30% !important;
  width: 64%; }

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: .625em; }

body .gform_wrapper ul li.gfield.gfield_html img {
  max-width: 97.5% !important; }

.gform_wrapper .gform_ajax_spinner {
  padding-left: .625em; }

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gform_wrapper .gfield_captcha_input_container {
  padding-top: .188em; }

.gform_wrapper .simple_captcha_small input {
  width: 6.25em; }

.gform_wrapper .simple_captcha_medium input {
  width: 9.375em; }

.gform_wrapper .simple_captcha_large input {
  width: 12.5em; }

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small, .gform_wrapper .left_label .simple_captcha_large, .gform_wrapper .left_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_large, .gform_wrapper .right_label .simple_captcha_medium, .gform_wrapper .right_label .simple_captcha_small {
  margin-left: 32%; }

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: 0 0 !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important; }

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
  margin-left: 32%; }

.gform_wrapper .math_small input {
  width: 4.313em; }

.gform_wrapper .math_medium input {
  width: 5.625em; }

.gform_wrapper .math_large input {
  width: 6.75em; }

.gform_wrapper div.charleft {
  font-size: .688em;
  margin-top: .25em;
  color: #B7B7B7;
  width: 92% !important;
  white-space: nowrap !important; }

.gform_wrapper div.charleft[style] {
  width: 92% !important; }

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #A1A1A1; }

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important; }

.gf_submission_limit_message {
  color: #790000;
  font-size: 1.4em; }

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7; }

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em; }

.gform_wrapper .top_label span.ginput_total {
  margin: .5em 0; }

.gform_wrapper span.ginput_product_price_label {
  margin-right: .125em; }

.gform_wrapper span.ginput_product_price {
  color: #900; }

.gform_wrapper span.ginput_quantity_label {
  margin-left: .625em;
  margin-right: .125em; }

.gform_wrapper input.ginput_quantity {
  width: 2.5em; }

.gform_wrapper .gform_page_footer {
  margin: 1.25em 0;
  width: 99%;
  border-top: 1px dotted #CCC;
  padding: 1em 0 0;
  clear: both; }

.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  margin-bottom: .5em; }

.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button {
  margin-right: .625em; }

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 99%;
  margin: 0 0 .5em;
  padding: 0 0 1em;
  border-bottom: 1px dotted #CCC; }

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: .813em;
  line-height: 1 !important;
  margin: 0 0 0.375em !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  border: 1px solid #EEE;
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }

.gform_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: right;
  font-family: helvetica,arial,sans-serif;
  font-size: 13px !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }

.gform_wrapper .gf_progressbar_percentage span {
  display: block;
  width: auto;
  float: right;
  margin-right: 5px;
  margin-left: 5px; }

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #959595;
  text-shadow: none; }

.gform_wrapper .percentbar_blue {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-blue.png);
  background-repeat: repeat-x;
  background-color: #0072BC;
  color: #FFF; }

.gform_wrapper .percentbar_gray {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-gray.png);
  background-repeat: repeat-x;
  background-color: #666;
  color: #FFF; }

.gform_wrapper .percentbar_green {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-green.png);
  background-repeat: repeat-x;
  background-color: #94DC21;
  color: #FFF; }

.gform_wrapper .percentbar_orange {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-orange.png);
  background-repeat: repeat-x;
  background-color: #DC7021;
  color: #FFF; }

.gform_wrapper .percentbar_red {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-red.png);
  background-repeat: repeat-x;
  background-color: #DC2521;
  color: #FFF; }

.gform_wrapper .percentbar_custom {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-percentbar-custom.png);
  background-repeat: repeat-x; }

.gform_wrapper .gf_page_steps {
  width: 99%;
  margin: 0 0 .5em;
  padding: 0 0 .25em;
  border-bottom: 1px dotted #CCC; }

.gform_wrapper .gf_step {
  width: auto !important;
  margin: 0 1em .625em 0;
  font-size: 1em;
  height: 1.25em;
  line-height: 1.25 !important;
  filter: alpha(opacity=20);
  -moz-opacity: .2;
  -khtml-opacity: .2;
  opacity: .2;
  font-family: arial,sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 1.25em;
  float: left;
  font-family: arial,sans-serif; }

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.gform_wrapper .gf_step_clear {
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden; }

.gform_wrapper .gfield_password_strength {
  border: 1px solid #DDD;
  margin-top: 1.15em;
  margin-bottom: 1.15em;
  line-height: 1.8;
  padding: .313em;
  text-align: center;
  background-color: #EEE; }

.gform_wrapper ul.top_label li.gfield .gfield_password_strength {
  width: 97.45%; }

.gform_wrapper ul.top_label li.gfield.gfield_error.gfield_contains_required .gfield_password_strength {
  width: 95%;
  margin: 1.15em 0 1.15em .375em; }

.gform_wrapper ul.left_label li.gfield .gfield_password_strength, .gform_wrapper ul.right_label li.gfield .gfield_password_strength {
  margin-top: 1.15em;
  margin-bottom: 1.15em;
  width: 62%; }

.gform_wrapper .gfield_password_strength.bad {
  background-color: #FFB78C;
  border-color: #FF853C; }

.gform_wrapper .gfield_password_strength.good {
  background-color: #FFEC8b;
  border-color: #FC0; }

.gform_wrapper .gfield_password_strength.mismatch, .gform_wrapper .gfield_password_strength.short {
  background-color: #FFA0A0;
  border-color: #f04040; }

.gform_wrapper .gfield_password_strength.strong {
  background-color: #C3FF88;
  border-color: #8DFF1C; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  margin: 0 0 .5em;
  overflow: visible;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 .5em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul {
  margin: 1em 0 1em 1.5em; }

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ol li ul li {
  margin: 0 0 .5em; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
  margin: 0 0 1.5em;
  padding-left: 0; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
  font-weight: 700; }

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
  margin: 0 0 1em 1.5em; }

.gform_wrapper table.gfield_list, .gform_wrapper table.gfield_list caption, .gform_wrapper table.gfield_list tbody, .gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list tfoot, .gform_wrapper table.gfield_list th, .gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

.gform_wrapper table.gfield_list {
  border-spacing: 0;
  border-collapse: collapse; }

.gform_wrapper table.gfield_list thead th {
  font-weight: 700;
  text-align: left; }

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
  color: #790000; }

.gform_wrapper table.gfield_list thead, .gform_wrapper table.gfield_list tr {
  padding: 0;
  margin: 0; }

.gform_wrapper table.gfield_list td, .gform_wrapper table.gfield_list th {
  padding: .25em 0; }

.gform_wrapper table.gfield_list td + td, .gform_wrapper table.gfield_list th + th {
  padding: 0 0 0 .25em; }

.gform_wrapper .left_label .gfield_list, .gform_wrapper .right_label .gfield_list {
  width: 64%; }

.gform_wrapper .top_label .gfield_list {
  width: 97.5%; }

.gform_wrapper .left_label .gf_list_one_column, .gform_wrapper .right_label .gf_list_one_column {
  width: 45%; }

.gform_wrapper .top_label .gf_list_one_column {
  width: 46%; }

.gform_wrapper .gfield_list td.gfield_list_cell input {
  width: 97.5%; }

.gfield_icon_disabled {
  cursor: default !important;
  filter: alpha(opacity=60);
  -moz-opacity: .6;
  -khtml-opacity: .6;
  opacity: .6; }

.gform_wrapper table.gfield_list tr td.gfield_list_icons, .gform_wrapper table.gfield_list tr td:last-child {
  width: auto !important;
  min-width: 3.75em !important;
  padding: 0 0 0 .25em; }

.gform_wrapper table.gfield_list td.gfield_list_icons img {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: middle; }

.gform_wrapper table.gfield_list td.gfield_list_cell {
  width: auto !important; }

.gform_wrapper select.chosen-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important; }

.gform_wrapper .chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.gform_wrapper .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #AAA;
  border-top: 0;
  background: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.gform_wrapper .chosen-container a {
  cursor: pointer; }

.gform_wrapper .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #AAA;
  border-radius: 5px;
  background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #FFF), color-stop(50%, #F6F6F6), color-stop(52%, #EEE), color-stop(100%, #F4F4F4));
  background: -webkit-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -moz-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: -o-linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background: linear-gradient(top, #FFF 20%, #F6F6F6 50%, #EEE 52%, #F4F4F4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.gform_wrapper .chosen-container-single .chosen-default {
  color: #999; }

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.gform_wrapper .chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite.png)-42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-single .chosen-single abbr:hover, .gform_wrapper .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.gform_wrapper .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite.png) 0 2px no-repeat; }

.gform_wrapper .chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.gform_wrapper .chosen-container-single .chosen-search input[type=text] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #AAA;
  background: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite.png) 100% -20px no-repeat;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.gform_wrapper .chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

.gform_wrapper .chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.gform_wrapper .chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none; }

.gform_wrapper .chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #FFF; }

.gform_wrapper .chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #F4F4F4; }

.gform_wrapper .chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.gform_wrapper .chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.gform_wrapper .chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.gform_wrapper .chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #AAA;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(1%, #EEE), color-stop(15%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -moz-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: -o-linear-gradient(#EEE 1%, #FFF 15%);
  background-image: linear-gradient(#EEE 1%, #FFF 15%);
  cursor: text; }

.gform_wrapper .chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field .default {
  color: #999; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #AAA;
  border-radius: 3px;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(#F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite.png)-42px 1px no-repeat;
  font-size: 1px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #CCC;
  background-color: #E4E4E4;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #F4F4F4), color-stop(50%, #F0F0F0), color-stop(52%, #E8E8E8), color-stop(100%, #EEE));
  background-image: -webkit-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -moz-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: -o-linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  background-image: linear-gradient(top, #F4F4F4 20%, #F0F0F0 50%, #E8E8E8 52%, #EEE 100%);
  color: #666; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #D4D4D4; }

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.gform_wrapper .chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #CCC;
  cursor: default; }

.gform_wrapper .chosen-container-active .chosen-single {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #AAA;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #EEE), color-stop(80%, #FFF));
  background-image: -webkit-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -moz-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: -o-linear-gradient(#EEE 20%, #FFF 80%);
  background-image: linear-gradient(#EEE 20%, #FFF 80%);
  box-shadow: 0 1px 0 #fff inset; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.gform_wrapper .chosen-container-active .chosen-choices {
  border: 1px solid #5897FB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.gform_wrapper .chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #111 !important; }

.gform_wrapper .chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.gform_wrapper .chosen-disabled .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-disabled .chosen-single {
  cursor: default; }

.gform_wrapper .chosen-rtl {
  text-align: right; }

.gform_wrapper .chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.gform_wrapper .chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.gform_wrapper .chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.gform_wrapper .chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.gform_wrapper .chosen-rtl .chosen-choices li {
  float: right; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.gform_wrapper .chosen-rtl .chosen-drop, .gform_wrapper .chosen-rtl.chosen-container-single-nosearch .chosen-search {
  left: 9999px; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.gform_wrapper .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.gform_wrapper .chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite.png)-30px -20px no-repeat;
  direction: rtl; }

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.gform_wrapper .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .gform_wrapper .chosen-container .chosen-results-scroll-down span, .gform_wrapper .chosen-container .chosen-results-scroll-up span, .gform_wrapper .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .gform_wrapper .chosen-container-single .chosen-single abbr, .gform_wrapper .chosen-container-single .chosen-single div b, .gform_wrapper .chosen-rtl .chosen-search input[type=text] {
    background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/chosen-sprite-2x.png) !important;
    background-position: 0 0;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_amex {
  background-position: -72px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_discover {
  background-position: -108px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_maestro {
  background-position: -144px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_jcb {
  background-position: -180px -192px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style2 div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px; }

.gform_card_icon_container input[type=radio]#gform_payment_method_creditcard {
  float: left;
  position: relative;
  top: 4px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left, .gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-height: 43px;
  position: relative;
  float: left; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left {
  width: 50%;
  margin-right: 1%; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
  min-width: 85px !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left label, .gform_wrapper .ginput_complex .ginput_cardinfo_right label {
  white-space: nowrap !important; }

.gform_wrapper .ginput_complex span.ginput_cardextras {
  display: block;
  overflow: hidden; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left span.ginput_card_expiration_container {
  position: relative;
  display: block;
  min-width: 160px !important; }

.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month, .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  width: 47% !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 4px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  padding: 25px;
  border: 2px dashed #ddd;
  text-align: center;
  color: #AAA;
  margin-bottom: 10px; }

.left_label .gform_fileupload_multifile, .right_label .gform_fileupload_multifile {
  margin-left: 3.5%; }

.gform_delete {
  vertical-align: middle;
  cursor: pointer; }

.gform_wrapper .copy_values_option_container .copy_values_enabled {
  width: auto; }

.gform_wrapper li.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 1px; }

.gform_wrapper .form_saved_message {
  margin: 1em 0;
  line-height: 1.8;
  border: 2px solid #91AFC7;
  background-color: #E3F3F3;
  border-radius: 2px; }

.form_saved_message_sent, .gform_wrapper .form_saved_message {
  width: 100%;
  font-size: 1em;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

.gform_wrapper .form_saved_message form {
  text-align: center; }

.gform_wrapper .form_saved_message span:first-child {
  display: block;
  padding: 2.5em 1em; }

.form_saved_message a.resume_form_link {
  word-wrap: break-word; }

.form_saved_message a.resume_form_link:after, .form_saved_message a.resume_form_link:before {
  content: "";
  display: block; }

.form_saved_message a.resume_form_link:before {
  margin-top: .75em; }

.form_saved_message a.resume_form_link:after {
  margin-bottom: .75em; }

.form_saved_message a + br, .form_saved_message br + br {
  display: none; }

.form_saved_message .form_saved_message_emailform {
  margin: 1em 0 0; }

div.form_saved_message div.form_saved_message_emailform form input[type=text] {
  line-height: 2.25;
  height: 2.25em;
  margin-bottom: .25em; }

div.form_saved_message div.form_saved_message_emailform form input[type=submit] {
  margin: .75em auto 0;
  display: block; }

.form_saved_message .form_saved_message_emailform .validation_message {
  color: red; }

.form_saved_message_sent {
  margin: 1em 0;
  border: 2px solid #CFE2C0;
  background-color: #E9FFD9;
  border-radius: 2px; }

.form_saved_message_sent span:first-child {
  display: block;
  padding: 1em; }

body #content .entry-content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area, body .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container #recaptcha_widget_div #recaptcha_area .recaptchatable tbody tr td .recaptcha_input_area {
  line-height: 1 !important; }

body .gform_wrapper img.ui-datepicker-trigger {
  width: 17px !important;
  height: 16px !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

body .gform_wrapper img.add_list_item, body .gform_wrapper img.delete_list_item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper ul li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 1em; }

.gform_wrapper li.gfield ul.gfield_radio li input[type=radio] + input[type=text] {
  width: 45.25%; }

.gform_wrapper .top_label li.gfield.gf_inline {
  vertical-align: top;
  width: auto !important;
  margin-right: .875em;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large {
  width: 25.4em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium {
  width: 18.7em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
  width: 6em !important; }

.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small {
  width: 5em !important; }

.gform_wrapper .top_label li.gfield.gf_inline select {
  width: auto !important; }

.gform_wrapper .top_label li.gfield.gf_inline textarea {
  width: 95% !important; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text], .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
  width: 70% !important; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour, .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute {
  width: 3.125em; }

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto; }

.gform_wrapper li.gf_inline div.ginput_container {
  white-space: nowrap !important; }

.gform_wrapper .top_label li.gfield.gf_left_half {
  margin: 0 0 .5em;
  width: 49%; }

.gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0 0 .5em;
  width: 48.5%; }

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .top_label li.gfield.gf_left_half {
  clear: left !important;
  margin-right: 1.6%; }

.gform_wrapper .top_label li.gfield.gf_right_half {
  clear: right !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 47.5% !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
  margin-right: 1.2%; }

.gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium, .gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium, .gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium, .gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
  width: 97%; }

.gform_wrapper .top_label li.gfield.gf_left_half textarea, .gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 98%; }

.gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
  width: 35%; }

.gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_left_half + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield.gsection.gf_right_half, .gform_wrapper .top_label li.gfield.gf_right_half + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half, .gform_wrapper .top_label li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_right_half {
  padding: 1em 0 .5em; }

.gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 0 0 .5em; }

.gform_wrapper .top_label li.gfield.gf_left_third + li.gsection, .gform_wrapper .top_label li.gfield.gf_right_third + li.gsection, .gform_wrapper .top_label li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half + li.gfield.gsection.gf_left_half + li.gfield.gsection.gf_right_half {
  padding: 1em 0 .5em; }

.gform_wrapper .top_label li.gfield.gf_left_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_half + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_half + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_half + li.gfield {
  clear: both; }

.gform_wrapper .top_label li.gfield.gf_left_third, .gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  width: 31.9%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

.gform_wrapper .top_label li.gfield.gf_left_third {
  margin: 0 0 .5em;
  clear: left !important; }

.gform_wrapper .top_label li.gfield.gf_middle_third, .gform_wrapper .top_label li.gfield.gf_right_third {
  margin-bottom: .5em;
  margin-left: 1.3% !important; }

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third, .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
  width: 31.5%; }

.gform_wrapper .top_label li.gfield.gf_middle_third {
  clear: none !important; }

.gform_wrapper .top_label li.gfield.gf_right_third {
  clear: right !important; }

.gform_wrapper .top_label li.gfield.gf_left_third input.large, .gform_wrapper .top_label li.gfield.gf_left_third input.medium, .gform_wrapper .top_label li.gfield.gf_left_third select.large, .gform_wrapper .top_label li.gfield.gf_left_third select.medium, .gform_wrapper .top_label li.gfield.gf_middle_third input.large, .gform_wrapper .top_label li.gfield.gf_middle_third input.medium, .gform_wrapper .top_label li.gfield.gf_middle_third select.large, .gform_wrapper .top_label li.gfield.gf_middle_third select.medium, .gform_wrapper .top_label li.gfield.gf_right_third input.large, .gform_wrapper .top_label li.gfield.gf_right_third input.medium, .gform_wrapper .top_label li.gfield.gf_right_third select.large, .gform_wrapper .top_label li.gfield.gf_right_third select.medium {
  width: 97.5%; }

.gform_wrapper .top_label li.gfield.gf_left_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_left_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_middle_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_middle_third + li.gfield, .gform_wrapper .top_label li.gfield.gf_right_third + .gform_footer, .gform_wrapper .top_label li.gfield.gf_right_third + li.gfield {
  clear: both; }

.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_2col ul.gfield_radio li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
  width: 50%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 0 .5em;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_3col ul.gfield_radio li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
  width: 33%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 0 .5em;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
  width: 25%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 0 .5em;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  margin: 0 0 .5em;
  min-height: 1.8em;
  vertical-align: top; }

.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio, .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox, .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
  overflow: hidden; }

.gform_wrapper li.gfield.gf_list_2col label.gfield_label, .gform_wrapper li.gfield.gf_list_3col label.gfield_label, .gform_wrapper li.gfield.gf_list_4col label.gfield_label, .gform_wrapper li.gfield.gf_list_5col label.gfield_label, .gform_wrapper li.gfield.gf_list_inline label.gfield_label {
  margin: .625em 0; }

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px; }

.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px; }

.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px; }

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px; }

.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px; }

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li, .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px; }

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  margin: 0 .625em .625em 0;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

body.gform_wrapper .top_label li.gsection.gf_scroll_text {
  width: 92.5% !important; }

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text {
  height: 11.25em;
  width: 97.5% !important;
  background-color: #fff;
  overflow: auto;
  border: 1px solid #CCC;
  border-bottom: 1px solid #CCC !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: 0.625em 0.625em 0 0.5em !important; }

.gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title, .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title {
  margin: 0 0.625em 0 0.5em !important; }

.gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
  margin: .625em;
  font-size: .8em; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
  list-style-type: disc !important;
  margin: 0 0 .5em;
  overflow: visible;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
  list-style-type: disc !important;
  margin: 1em 0 1em 1.5em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
  list-style-type: decimal !important;
  overflow: visible;
  margin: 0 0 .5em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
  list-style-type: decimal !important;
  margin: 1em 0 1.5em 2em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul, .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  list-style-type: disc !important;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
  margin: 1em 0 1em 1.5em; }

.gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
  margin: 0 0 .5em; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
  margin: 0 0 1.5em;
  padding-left: 0; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
  font-weight: 700; }

.gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
  margin: 0 0 1em 1.5em; }

.gform_wrapper li.gfield.gfield_html.gf_alert_blue, .gform_wrapper li.gfield.gfield_html.gf_alert_gray, .gform_wrapper li.gfield.gfield_html.gf_alert_green, .gform_wrapper li.gfield.gfield_html.gf_alert_red, .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1.25em 0 !important;
  padding: 1.25em !important; }

.gform_wrapper li.gfield.gfield_html.gf_alert_green {
  border: 1px solid #97B48A;
  background-color: #CBECA0;
  text-shadow: #DFB 1px 1px;
  color: #030; }

.gform_wrapper li.gfield.gfield_html.gf_alert_red {
  border: 1px solid #CFADB3;
  background-color: #FAF2F5;
  text-shadow: #FFF 1px 1px;
  color: #832525; }

.gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
  border: 1px solid #E6DB55;
  background-color: #FFFBCC;
  text-shadow: #FCFAEA 1px 1px;
  color: #222; }

.gform_wrapper li.gfield.gfield_html.gf_alert_gray {
  border: 1px solid #CCC;
  background-color: #EEE;
  text-shadow: #FFF 1px 1px;
  color: #424242; }

.gform_wrapper li.gfield.gfield_html.gf_alert_blue {
  border: 1px solid #a7c2e7;
  background-color: #D1E4F3;
  text-shadow: #E0F1FF 1px 1px;
  color: #314475; }

div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #E6DB55;
  border-bottom: 1px solid #E6DB55;
  padding: 2em;
  background-color: #FFFBCC;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
  margin: 1.875em 0;
  max-width: 99%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 2em;
  background-color: #EAEAEA;
  color: #424242;
  font-size: 1.6em; }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
  position: relative;
  background-color: #FFFBD2;
  margin: 1.875em 0;
  border: 1px solid #E6DB55;
  -webkit-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  -moz-box-shadow: 0 0 5px rgba(221, 215, 131, 0.75);
  box-shadow: 0 0 5px rgba(221, 215, 131, 0.75); }

div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.5em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #FFF;
  border-bottom: 1px solid #E6DB55;
  color: #424242;
  background: #fffce5;
  background: -moz-linear-gradient(top, #fffce5 0, #fff9bf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fffce5), color-stop(100%, #fff9bf));
  background: -webkit-linear-gradient(top, #fffce5 0, #fff9bf 100%);
  background: -o-linear-gradient(top, #fffce5 0, #fff9bf 100%);
  background: -ms-linear-gradient(top, #fffce5 0, #fff9bf 100%);
  background: linear-gradient(to bottom, #fffce5 0, #fff9bf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffce5', endColorstr='#fff9bf', GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
  position: relative;
  background-color: #f1fcdf;
  margin: 1.875em 0;
  border: 1px solid #a7c37c;
  -webkit-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  -moz-box-shadow: 0 0 5px rgba(86, 122, 86, 0.4);
  box-shadow: 0 0 5px rgba(86, 122, 86, 0.4); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
  margin: 0;
  padding: 2.5em;
  max-width: 99%;
  font-size: 1.8em;
  border-top: 2px solid #effade;
  border-bottom: 1px solid #a7c37c;
  text-shadow: #DFB 1px 1px;
  color: #030;
  background: #dbf2b7;
  background: -moz-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbf2b7), color-stop(100%, #b4d088));
  background: -webkit-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
  background: -o-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
  background: -ms-linear-gradient(top, #dbf2b7 0, #b4d088 100%);
  background: linear-gradient(to bottom, #dbf2b7 0, #b4d088 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbf2b7', endColorstr='#b4d088', GradientType=0 ); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 40%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg); }

div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after, div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

div.gf_simple_horizontal_wrapper {
  max-width: 97.5%; }

div.gf_simple_horizontal div.gform_body, div.gf_simple_horizontal div.gform_footer, div.gf_simple_horizontal_wrapper div.gform_body, div.gf_simple_horizontal_wrapper div.gform_footer {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  vertical-align: top; }

div.gf_simple_horizontal div.gform_body, div.gf_simple_horizontal_wrapper div.gform_body {
  width: 74%;
  margin: 0 !important;
  padding: 0 !important; }

div.gf_simple_horizontal div.gform_footer, div.gf_simple_horizontal_wrapper div.gform_footer {
  width: 24%;
  margin: 0 !important;
  padding: 0 !important; }

div.gf_simple_horizontal div.gform_body ul li.gfield input.large, div.gf_simple_horizontal div.gform_body ul li.gfield input.medium, div.gf_simple_horizontal div.gform_body ul li.gfield input.small, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.large, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.medium, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield input.small {
  width: 97.5%; }

div.gf_simple_horizontal div.gform_body ul li.gfield label.gfield_label, div.gf_simple_horizontal_wrapper div.gform_body ul li.gfield label.gfield_label {
  position: absolute;
  left: -9000px; }

.gform_wrapper .left_label li.gfield.gsection.gf_section_right, .gform_wrapper .right_label li.gfield.gsection.gf_section_right {
  margin-left: 30% !important;
  width: 64%; }

.gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area, .gform_wrapper.gf_browser_safari .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important; }

.gform_wrapper.gf_browser_chrome .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_chrome .right_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_safari .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%; }

.gform_wrapper.gf_browser_chrome.fixdrop_wrapper select, .gform_wrapper.gf_browser_opera.fixdrop_wrapper select, .gform_wrapper.gf_browser_safari.fixdrop_wrapper select {
  background: inherit inherit/inherit inherit inherit inherit !important;
  border-style: solid; }

.entry .gform_wrapper.gf_browser_safari ul li:after, .entry .gform_wrapper.gf_browser_safari ul li:before {
  content: ""; }

.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .entry .gform_wrapper.gf_browser_gecko ul li:after, .entry .gform_wrapper.gf_browser_gecko ul li:before, .entry .gform_wrapper.gf_browser_ie ul li:after, .entry .gform_wrapper.gf_browser_ie ul li:before, .entry .gform_wrapper.gf_browser_iphone ul li:after, .entry .gform_wrapper.gf_browser_iphone ul li:before, .entry .gform_wrapper.gf_browser_opera ul li:after, .entry .gform_wrapper.gf_browser_opera ul li:before, .entry .gform_wrapper.gf_browser_unknown ul li:after, .entry .gform_wrapper.gf_browser_unknown ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_gecko ul li:after, .gform_wrapper.gf_browser_gecko ul li:before, .gform_wrapper.gf_browser_ie ul li:after, .gform_wrapper.gf_browser_ie ul li:before, .gform_wrapper.gf_browser_iphone ul li:after, .gform_wrapper.gf_browser_iphone ul li:before, .gform_wrapper.gf_browser_opera ul li:after, .gform_wrapper.gf_browser_opera ul li:before, .gform_wrapper.gf_browser_unknown ul li:after, .gform_wrapper.gf_browser_unknown ul li:before {
  content: none; }

.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
  margin-top: .25em; }

.gform_wrapper.gf_browser_safari.fixdrop_wrapper select {
  height: 2.25em;
  line-height: 2.125em;
  border-color: #A6A6A6;
  margin-top: 1px;
  margin-bottom: 1px; }

.gform_wrapper.gf_browser_safari select[multiple=multiple] {
  height: auto !important; }

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {
  text-indent: .188em;
  line-height: 1.5em;
  margin-bottom: .313em; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: .375em; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  margin-left: .063em; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
  padding-top: 2px; }

.gform_wrapper.gf_browser_chrome.fixdrop_wrapper select {
  height: 2.25em;
  line-height: 2.125em; }

.gform_wrapper.gf_browser_chrome select[multiple=multiple] {
  height: auto !important; }

.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 1.1%; }

.gform_wrapper.gf_browser_chrome .gfield_error input[type=email], .gform_wrapper.gf_browser_chrome .gfield_error input[type=number], .gform_wrapper.gf_browser_chrome .gfield_error input[type=password], .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel], .gform_wrapper.gf_browser_chrome .gfield_error input[type=text], .gform_wrapper.gf_browser_chrome .gfield_error input[type=url], .gform_wrapper.gf_browser_chrome .gfield_error select, .gform_wrapper.gf_browser_chrome .gfield_error textarea, .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 2px; }

@media all and (max-width: 480px), all and (max-device-width: 480px) {
  body .gform_wrapper.gf_browser_chrome select {
    width: 93.75% !important; } }
.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
  margin-left: .063em; }

.gform_wrapper.gf_browser_gecko .ginput_complex .ginput_cardinfo_left select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: .063em; }

.gform_wrapper.gf_browser_gecko .gfield_checkbox li input, .gform_wrapper.gf_browser_gecko .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_gecko .gfield_radio li input[type=radio] {
  margin-top: .438em; }

.gform_wrapper.gf_browser_gecko select {
  padding: .188em 0; }

.gform_wrapper.gf_browser_opera .ginput_complex .ginput_right select {
  padding: .313em 0;
  margin-bottom: .313em; }

.gform_wrapper.gf_browser_opera .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important; }

.gform_wrapper.gf_browser_opera .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_opera .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%; }

.gform_wrapper.gf_browser_opera.fixdrop_wrapper select {
  height: 2.225em;
  line-height: 2.125em;
  border-color: #A6A6A6;
  border-collapse: collapse;
  border-size: 1px;
  margin-top: 1px;
  margin-bottom: 1px; }

.gform_wrapper.gf_browser_opera select[multiple=multiple] {
  height: auto !important; }

.gform_wrapper.gf_browser_ie .gfield_time_hour {
  width: 5em; }

.gform_wrapper.gf_browser_ie .gfield_time_minute {
  width: 4.375em; }

.gform_wrapper.gf_browser_ie .gfield_time_ampm {
  padding-top: .125em; }

.gform_wrapper.gf_browser_ie .gfield_time_hour input, .gform_wrapper.gf_browser_ie .gfield_time_minute input {
  margin-left: 0; }

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left label, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right label {
  margin: .188em 0 .313em; }

.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: .188em; }

.gform_wrapper.gf_browser_ie ul.top_label .clear-multi {
  overflow: hidden;
  clear: both; }

.gform_wrapper.gf_browser_ie .gfield_radio li {
  line-height: 1.3em !important; }

.gform_wrapper.gf_browser_ie .gfield_checkbox li input, .gform_wrapper.gf_browser_ie .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_ie .gfield_radio li input[type=radio] {
  margin-top: 0; }

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_left select, .gform_wrapper.gf_browser_ie .ginput_complex .ginput_right select {
  padding: .125em 0; }

.gform_wrapper.gf_browser_ie .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important; }

.gform_wrapper.gf_browser_ie .left_label #recaptcha_area #recaptcha_table, .gform_wrapper.gf_browser_ie .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%; }

.gform_wrapper.gf_browser_ie .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  position: relative;
  top: -1px;
  left: 4px; }

.gform_wrapper.gf_browser_ie img.add_list_item, .gform_wrapper.gf_browser_ie img.delete_list_item {
  width: 16px !important;
  height: 16px !important;
  background-size: 16px 16px !important; }

/* ----- START Global CSS ----- */
html {
  height: 100%;
  width: 100%; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    html {
      font-size: 0.9375rem; } }

body {
  background: #fff;
  height: 100%;
  width: 100%; }
  body a {
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s; }

/*
 * Project Base Font Size
 */
body, p, ul, ol, ul li, ol li, h1, h2, h3, h4, h5 {
  font-size: 0.875rem;
  /* 14px */
  font-family: "Titillium Web", sans-serif;
  line-height: 1.125rem;
  color: #000; }
  @media only screen and (max-width: 40em) {
    body, p, ul, ol, ul li, ol li, h1, h2, h3, h4, h5 {
      font-size: 1rem;
      /* 16px */
      line-height: 1.125rem; } }

h1 {
  font-size: 1.3125rem;
  line-height: 1.5625rem; }

h2 {
  font-size: 1.0625rem;
  line-height: 1.3125rem; }

h3 {
  font-size: 0.9375rem;
  line-height: 1.1875rem; }

h4 {
  font-size: 0.875rem;
  line-height: 1.125rem; }

h5 {
  font-size: 0.875rem;
  line-height: 1.125rem; }

h6 {
  font-size: 0.8125rem;
  line-height: 1.0625rem; }

/*
 * Modifed Foundation CSS
 */
table {
  margin-bottom: 0;
  background: none;
  border: none; }

/*
 * Modifed Flexslider CSS
 */
.flexslider {
  border: none;
  box-shadow: none;
  background: none; }
  .flexslider ul.slides li img {
    margin: 0 auto; }

/* ----- START Containers ----- */
.container-header-top {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  z-index: 0;
  border-bottom: 1px solid #d9d8d3; }

.header-locations-cont {
  list-style: none;
  margin-left: 0; }
  .header-locations-cont li {
    margin-bottom: 5px; }
    .header-locations-cont li strong, .header-locations-cont li phone {
      display: inline-block; }

.container-header-mid {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  z-index: 0; }

.container-header-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #585340;
  z-index: 5;
  border-bottom: 2px solid #fff; }

.container-header-tagline {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #a9a79d;
  z-index: 0;
  border-bottom: 2px solid #fff; }

.container-header-marketing {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  background: #fff;
  overflow: hidden; }

.container-header-bucket {
  width: 100%;
  background: #939801;
  position: relative;
  z-index: 2;
  border-top: 2px solid #fff; }

.container-attorney-filter {
  width: 100%;
  background: #434031;
  position: relative;
  z-index: 2; }

.container-mid {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media only screen and (max-width: 40em) {
    .container-mid {
      padding-top: 1.25rem;
      padding-bottom: 0; } }

.container-footer-top {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
  background: #d9d8d3;
  border-bottom: 0.1875rem solid #fff; }
  @media only screen and (max-width: 40em) {
    .container-footer-top {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.container-footer-mid {
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background: #a9a79d;
  border-bottom: 0.1875rem solid #fff; }
  @media only screen and (max-width: 40em) {
    .container-footer-mid {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.container-footer-bottom {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  background: #585340; }
  @media only screen and (max-width: 40em) {
    .container-footer-bottom {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }

/* ----- END Containers ----- */
/* ----- START Header Top ----- */
/*
 * Top Logo
 */
.header-address address {
  padding: 0.4375rem 0;
  font-size: 0.75rem;
  font-style: normal;
  color: #585340;
  line-height: 1rem; }

/*
 * START Search Form
 */
@media only screen and (max-width: 40em) {
  .search-box {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    z-index: 1; } }
.search-box a.btn-search {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
  background: #f1f0ee url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/btn-search.png) center top no-repeat;
  float: right;
  height: 2.125rem;
  width: 2.125rem; }
  .search-box a.btn-search:hover {
    background: #f1f0ee url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/btn-search.png) center top no-repeat; }
.search-box a.search-close {
  background: #f1f0ee url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/btn-search.png) center top no-repeat;
  display: none; }
  .search-box a.search-close:hover {
    background: #f1f0ee url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/btn-search.png) center top no-repeat;
    display: none; }
.search-box .searchform {
  display: none;
  padding-right: 1.25rem;
  margin-right: -0.9375rem;
  float: right;
  width: 12.5rem;
  height: 2.125rem;
  position: relative;
  z-index: 0;
  background: #f1f0ee; }
.search-box form {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%; }
.search-box ol {
  margin: 0;
  padding: 0; }
.search-box ol li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none; }
.search-box label {
  display: none; }
.search-box input {
  margin: 0.375rem 0 0 0;
  padding: 0.125rem 0.3125rem;
  font-size: 0.6875rem;
  /* 11px */
  text-align: left;
  color: #585340;
  width: 80%;
  height: 1.25rem;
  border: none;
  background: #fff;
  float: right; }
.search-box input[type="text"]:focus {
  color: #000;
  background: #fff; }
.search-box input.submit {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.6875rem;
  text-align: center;
  color: #585340;
  width: 20%;
  height: 2.125rem;
  border: none;
  overflow: hidden;
  float: left;
  background: none; }
  .search-box input.submit:hover {
    color: #c4cb01; }

/* ----- START Header Mid ----- */
/*
 * Top Logo
 */
.header-logo {
  padding-top: 0.3125rem;
  padding-bottom: 1.5625rem;
  text-align: center; }
  @media only screen and (max-width: 40em) {
    .header-logo {
      padding-top: 0.9375rem;
      padding-bottom: 1.25rem; } }

/*
 * Top Contact Info Phone
 */
.contact-info-phone {
  padding-top: 0.9375rem;
  text-align: center; }
  .contact-info-phone b {
    font-size: 1.875rem;
    font-weight: 600;
    text-transform: none;
    line-height: 1.875rem;
    color: #acb201; }
    .contact-info-phone b span {
      display: block;
      font-size: 0.875rem;
      font-weight: 400;
      text-transform: none;
      line-height: 1rem;
      color: #585340; }
  @media only screen and (max-width: 40em) {
    .contact-info-phone {
      padding-top: 0;
      padding-bottom: 1.25rem; } }

/*
 * Top Navigation
 */
.header-top-nav {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  text-align: center; }
  .header-top-nav nav.top ul {
    margin: 0;
    padding: 0; }
  .header-top-nav nav.top ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-top-nav nav.top ul li a {
    position: relative;
    margin: 0;
    padding: 0 0.3125rem 0 0.5rem;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: none;
    color: #585340;
    line-height: 0.875rem; }
    .header-top-nav nav.top ul li a:hover {
      color: #c4cb01; }
    .header-top-nav nav.top ul li a:before {
      display: block;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0.0625rem;
      left: -1px;
      z-index: 1;
      content: "|";
      color: #585340; }
  .header-top-nav nav.top ul li:first-child a:before {
    display: none;
    content: ""; }
  .header-top-nav nav.top ul li:last-child a {
    padding-right: 0; }
  @media only screen and (max-width: 40em) {
    .header-top-nav {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }

/*
 * START Main Nav
 */
.main-nav-area {
  position: relative; }

nav.top-bar {
  text-align: left;
  height: auto;
  background: none; }
  nav.top-bar .top-bar-section {
    line-height: 0.5rem !important; }
  nav.top-bar .title-area {
    display: none; }
    @media only screen and (max-width: 40em) {
      nav.top-bar .title-area {
        /*    display: block;*/
        /* show mobile */ } }
  @media only screen and (max-width: 40em) {
    nav.top-bar {
      padding-left: 0;
      padding-right: 0;
      /*    height: rem-calc(45);*/
      /* show mobile */ } }

nav.top-bar .top-bar-section ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  background: none; }
  nav.top-bar .top-bar-section ul li {
    display: inline;
    margin: 0 0 -0.125rem 0;
    padding: 0 1.25rem;
    background: none; }
  nav.top-bar .top-bar-section ul li:hover {
    /*    padding-bottom: rem-calc(5);*/ }
  nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button) {
    display: block;
    margin: 0;
    padding: 0.8125rem 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.125rem;
    background: none;
    border-bottom: 0.125rem solid #fff; }
    nav.top-bar .top-bar-section ul li:not(.has-form) a:not(.button):hover {
      color: #c4cb01;
      border-bottom: 0.125rem solid #c4cb01; }
  nav.top-bar .top-bar-section ul li.current_page_item a:not(.button) {
    color: #c4cb01; }
  nav.top-bar .top-bar-section ul li ul {
    display: none;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    top: 100%;
    position: relative; }
    nav.top-bar .top-bar-section ul li ul:after {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      background: #3a372b;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.98; }
  nav.top-bar .top-bar-section ul li.mega-menu > ul, nav.top-bar .top-bar-section ul li.mega-menu:hover > ul {
    display: none !important; }
  nav.top-bar .top-bar-section ul li.has-dropdown:hover li a,
  nav.top-bar .top-bar-section ul li.mega-menu:hover li a {
    background: none !important; }
  nav.top-bar .top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button),
  nav.top-bar .top-bar-section ul li.mega-menu li:not(.has-form) a:not(.button) {
    margin-bottom: 0;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    line-height: 1.0625rem;
    color: #fff;
    border: none;
    background: none !important; }
    nav.top-bar .top-bar-section ul li ul.dropdown li:not(.has-form) a:not(.button):hover,
    nav.top-bar .top-bar-section ul li.mega-menu li:not(.has-form) a:not(.button):hover {
      color: #c4cb01 !important;
      border: none; }
  nav.top-bar .top-bar-section ul ul ul {
    margin-top: -0.3125rem; }
  nav.top-bar .top-bar-section ul .has-dropdown > a:after {
    display: none; }
  nav.top-bar .top-bar-section ul .has-dropdown > a {
    padding-right: 0 !important;
    position: relative; }
  nav.top-bar .top-bar-section ul .has-dropdown .dropdown li.has-dropdown {
    padding-right: 1.875rem; }
    nav.top-bar .top-bar-section ul .has-dropdown .dropdown li.has-dropdown a {
      position: relative; }
      nav.top-bar .top-bar-section ul .has-dropdown .dropdown li.has-dropdown a:after {
        display: block;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 4px !important;
        right: -10px;
        z-index: 1; }
  nav.top-bar .top-bar-section ul .has-dropdown .dropdown .title {
    display: none; }

/*
 * START Filter Attoreny & Mega AOP
 */
.filter-attorney, .mega-aop {
  margin-top: 0.125rem;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%; }
  .filter-attorney:after, .mega-aop:after {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #3a372b;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.98; }
  .filter-attorney ul li, .mega-aop ul li {
    margin: 0;
    padding: 1.5625rem 0 1.5625rem 1.875rem;
    list-style: none;
    border-left: 1px solid #67614b; }
    .filter-attorney ul li:first-child, .mega-aop ul li:first-child {
      border: none; }
  .filter-attorney ul ul, .mega-aop ul ul {
    margin-left: 0;
    padding-top: 0.625rem; }
    .filter-attorney ul ul li ul, .mega-aop ul ul li ul {
      margin-left: 0.625rem;
      padding-top: 0; }
  .filter-attorney ul li li, .mega-aop ul li li {
    padding: 0;
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none;
    color: #8c8c8c;
    border: none; }
    .filter-attorney ul li li p, .mega-aop ul li li p {
      margin: 1.875rem 0 1.875rem 0;
      padding: 0;
      font-size: 0.8125rem;
      color: #fff; }
    .filter-attorney ul li li a, .mega-aop ul li li a {
      display: block;
      padding: 0.3125rem 0;
      line-height: 0.9375rem;
      color: #fff !important; }
      .filter-attorney ul li li a:hover, .mega-aop ul li li a:hover {
        color: #c4cb01; }

.filter-attorney ul li {
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: none;
  line-height: 1.625rem;
  color: #c4cb01; }
.filter-attorney ul ul.attorney-list {
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4; }
.filter-attorney ul ul.attorney-advance-search a {
  display: inline-block;
  margin: 0;
  padding: 0.4375rem 4.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #c4cb01;
  border: 2px solid #c4cb01; }
  .filter-attorney ul ul.attorney-advance-search a:hover {
    color: #fff;
    background: none;
    border: 2px solid #fff; }

.mega-aop ul li {
  border: none; }
  .mega-aop ul li a {
    font-size: 1rem;
    text-transform: uppercase;
    color: #c4cb01;
    line-height: 1.125rem; }
    .mega-aop ul li a:hover {
      color: #f5fe01; }
  .mega-aop ul li ul li a {
    font-size: 0.8125rem;
    font-weight: normal;
    text-transform: none; }

/*
 * START Stick Main Nav (ONLY Small width)
 */
.off-canvas-wrap .tab-bar-area {
  padding: 0.3125rem;
  background: #fff; }
  .off-canvas-wrap .tab-bar-area .tab-bar {
    background: #585340; }
    .off-canvas-wrap .tab-bar-area .tab-bar .left-small {
      border-color: #fff; }
      .off-canvas-wrap .tab-bar-area .tab-bar .left-small a.menu-icon:hover span:after {
        box-shadow: 0 0 0 1px #c4cb01, 0 7px 0 1px #c4cb01, 0 14px 0 1px #c4cb01; }

.left-off-canvas-menu {
  margin: 0;
  padding: 0;
  background: #1d1b15; }
  .left-off-canvas-menu ul li label {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    color: #fff;
    background: #000; }
  .left-off-canvas-menu ul {
    margin: 0;
    padding: 0; }
  .left-off-canvas-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .left-off-canvas-menu ul li a {
    display: block;
    margin: 0;
    padding: 0.375rem 0 0.375rem 0.9375rem;
    color: #fff;
    line-height: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .left-off-canvas-menu ul li a:hover {
      color: #c4cb01;
      background: rgba(255, 255, 255, 0.1); }
  .left-off-canvas-menu ul ul {
    padding-top: 0; }
    .left-off-canvas-menu ul ul a {
      padding-left: 1.875rem; }
  .left-off-canvas-menu ul ul ul li {
    position: relative; }
  .left-off-canvas-menu ul ul ul a {
    padding-left: 2.8125rem; }
    .left-off-canvas-menu ul ul ul a:before {
      display: block;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0.3125rem;
      left: 1.875rem;
      content: "\00bb"; }

/*
 * START Header Tagline
 */
.header-tagline {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem; }
  .header-tagline h4 {
    margin: 0 0 0.3125rem 0;
    padding: 0;
    font-size: 1.875rem;
    font-weight: 200;
    color: #fff;
    line-height: 2.125rem; }
  .header-tagline p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.375rem; }
  @media only screen and (max-width: 40em) {
    .header-tagline {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem;
      text-align: center; }
      .header-tagline h4 {
        font-size: 1.75rem;
        line-height: 1.875rem; }
      .header-tagline p {
        font-size: 1rem;
        line-height: 1.125rem; } }

/*
 * START Marketing Area
 */
.marketing-area {
  padding-left: 0;
  padding-right: 0; }

ul.header-img {
  margin: 0;
  padding: 0;
  position: relative; }
  ul.header-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* full width image */ }
  ul.header-img li {
    margin: 0;
    padding: 0;
    list-style: none; }

.banners {
  margin-bottom: 0; }
  .banners img {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* full width image */ }
  .banners .flex-control-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 1.25rem;
    left: 0;
    bottom: auto;
    z-index: 11;
    width: 100%; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .banners .flex-control-nav {
        top: 5%; } }
    @media only screen and (max-width: 40em) {
      .banners .flex-control-nav {
        display: none; } }
  .banners .flex-control-paging a {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: none; }
  .banners .flex-control-paging a.flex-active {
    background-color: rgba(255, 255, 255, 0.9); }

/*
 * START Bucket Zone
 */
/* start AOP Over 6 Buckets */
.aop-over-6-buckets .header-bucket .bucket-aops {
  position: relative; }
.aop-over-6-buckets .header-bucket h4.bucket-title {
  display: block;
  margin: 0 auto;
  padding: 1.25rem 0;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  height: auto;
  background: #c4cb01; }
  .aop-over-6-buckets .header-bucket h4.bucket-title span {
    display: inline-block;
    padding: 0 0 0 1.25rem;
    position: relative; }
    .aop-over-6-buckets .header-bucket h4.bucket-title span:before {
      display: block;
      margin: 0;
      padding: 0;
      content: "\00bb";
      font-size: 1.25rem;
      line-height: 0.875rem;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
.aop-over-6-buckets .header-bucket .bucket-title.open span:before {
  top: 0.1875rem;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg); }
.aop-over-6-buckets .header-bucket ul {
  display: block;
  margin: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4; }
  @media only screen and (max-width: 40em) {
    .aop-over-6-buckets .header-bucket ul {
      display: none;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-column-count: auto;
      /* Chrome, Safari, Opera */
      -moz-column-count: auto;
      /* Firefox */
      column-count: auto; } }
.aop-over-6-buckets .header-bucket ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid; }
  @media only screen and (max-width: 40em) {
    .aop-over-6-buckets .header-bucket ul li a {
      border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.4); } }
.aop-over-6-buckets .header-bucket ul li a {
  display: block;
  margin: 0;
  padding: 0.1875rem 0;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.125rem; }
  .aop-over-6-buckets .header-bucket ul li a:hover {
    color: #c4cb01; }
  @media only screen and (max-width: 40em) {
    .aop-over-6-buckets .header-bucket ul li a {
      padding: 0.375rem 1.25rem; } }
.aop-over-6-buckets .header-bucket ul ul {
  margin: 0;
  padding: 0;
  -webkit-column-count: auto;
  /* Chrome, Safari, Opera */
  -moz-column-count: auto;
  /* Firefox */
  column-count: auto; }
  .aop-over-6-buckets .header-bucket ul ul li:first-child a {
    border-top: none; }

/* end AOP Over 6 Buckets */
.header-bucket {
  /* start AOP 2-6 Buckets */
  /* end AOP 3-6 Buckets */ }
  .header-bucket .large-block-grid-6,
  .header-bucket .medium-block-grid-6,
  .header-bucket .large-block-grid-5,
  .header-bucket .medium-block-grid-5,
  .header-bucket .large-block-grid-4,
  .header-bucket .medium-block-grid-4,
  .header-bucket .large-block-grid-3,
  .header-bucket .medium-block-grid-3,
  .header-bucket .large-block-grid-2,
  .header-bucket .medium-block-grid-2,
  .header-bucket .large-block-grid-1,
  .header-bucket .medium-block-grid-1 {
    margin: 0;
    padding: 0; }
    .header-bucket .large-block-grid-6 li,
    .header-bucket .medium-block-grid-6 li,
    .header-bucket .large-block-grid-5 li,
    .header-bucket .medium-block-grid-5 li,
    .header-bucket .large-block-grid-4 li,
    .header-bucket .medium-block-grid-4 li,
    .header-bucket .large-block-grid-3 li,
    .header-bucket .medium-block-grid-3 li,
    .header-bucket .large-block-grid-2 li,
    .header-bucket .medium-block-grid-2 li,
    .header-bucket .large-block-grid-1 li,
    .header-bucket .medium-block-grid-1 li {
      padding: 0;
      list-style: none;
      position: relative;
      border-right: 2px solid #fff; }
      .header-bucket .large-block-grid-6 li:hover,
      .header-bucket .medium-block-grid-6 li:hover,
      .header-bucket .large-block-grid-5 li:hover,
      .header-bucket .medium-block-grid-5 li:hover,
      .header-bucket .large-block-grid-4 li:hover,
      .header-bucket .medium-block-grid-4 li:hover,
      .header-bucket .large-block-grid-3 li:hover,
      .header-bucket .medium-block-grid-3 li:hover,
      .header-bucket .large-block-grid-2 li:hover,
      .header-bucket .medium-block-grid-2 li:hover,
      .header-bucket .large-block-grid-1 li:hover,
      .header-bucket .medium-block-grid-1 li:hover {
        background: #585340; }
      .header-bucket .large-block-grid-6 li:first-child,
      .header-bucket .medium-block-grid-6 li:first-child,
      .header-bucket .large-block-grid-5 li:first-child,
      .header-bucket .medium-block-grid-5 li:first-child,
      .header-bucket .large-block-grid-4 li:first-child,
      .header-bucket .medium-block-grid-4 li:first-child,
      .header-bucket .large-block-grid-3 li:first-child,
      .header-bucket .medium-block-grid-3 li:first-child,
      .header-bucket .large-block-grid-2 li:first-child,
      .header-bucket .medium-block-grid-2 li:first-child,
      .header-bucket .large-block-grid-1 li:first-child,
      .header-bucket .medium-block-grid-1 li:first-child {
        border-left: 2px solid #fff; }
      @media only screen and (max-width: 40em) {
        .header-bucket .large-block-grid-6 li,
        .header-bucket .medium-block-grid-6 li,
        .header-bucket .large-block-grid-5 li,
        .header-bucket .medium-block-grid-5 li,
        .header-bucket .large-block-grid-4 li,
        .header-bucket .medium-block-grid-4 li,
        .header-bucket .large-block-grid-3 li,
        .header-bucket .medium-block-grid-3 li,
        .header-bucket .large-block-grid-2 li,
        .header-bucket .medium-block-grid-2 li,
        .header-bucket .large-block-grid-1 li,
        .header-bucket .medium-block-grid-1 li {
          border-right: none;
          border-left: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.58); }
          .header-bucket .large-block-grid-6 li:first-child,
          .header-bucket .medium-block-grid-6 li:first-child,
          .header-bucket .large-block-grid-5 li:first-child,
          .header-bucket .medium-block-grid-5 li:first-child,
          .header-bucket .large-block-grid-4 li:first-child,
          .header-bucket .medium-block-grid-4 li:first-child,
          .header-bucket .large-block-grid-3 li:first-child,
          .header-bucket .medium-block-grid-3 li:first-child,
          .header-bucket .large-block-grid-2 li:first-child,
          .header-bucket .medium-block-grid-2 li:first-child,
          .header-bucket .large-block-grid-1 li:first-child,
          .header-bucket .medium-block-grid-1 li:first-child {
            border-left: none; } }
    .header-bucket .large-block-grid-6 a,
    .header-bucket .medium-block-grid-6 a,
    .header-bucket .large-block-grid-5 a,
    .header-bucket .medium-block-grid-5 a,
    .header-bucket .large-block-grid-4 a,
    .header-bucket .medium-block-grid-4 a,
    .header-bucket .large-block-grid-3 a,
    .header-bucket .medium-block-grid-3 a,
    .header-bucket .large-block-grid-2 a,
    .header-bucket .medium-block-grid-2 a,
    .header-bucket .large-block-grid-1 a,
    .header-bucket .medium-block-grid-1 a {
      display: block;
      margin: 0;
      padding: 1.875rem 0.625rem;
      font-size: 1rem;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.125rem;
      color: #fff;
      position: relative; }
      .header-bucket .large-block-grid-6 a:hover,
      .header-bucket .medium-block-grid-6 a:hover,
      .header-bucket .large-block-grid-5 a:hover,
      .header-bucket .medium-block-grid-5 a:hover,
      .header-bucket .large-block-grid-4 a:hover,
      .header-bucket .medium-block-grid-4 a:hover,
      .header-bucket .large-block-grid-3 a:hover,
      .header-bucket .medium-block-grid-3 a:hover,
      .header-bucket .large-block-grid-2 a:hover,
      .header-bucket .medium-block-grid-2 a:hover,
      .header-bucket .large-block-grid-1 a:hover,
      .header-bucket .medium-block-grid-1 a:hover {
        color: #c4cb01; }
      @media only screen and (min-width: 40.063em) and (max-width: 64em) {
        .header-bucket .large-block-grid-6 a,
        .header-bucket .medium-block-grid-6 a,
        .header-bucket .large-block-grid-5 a,
        .header-bucket .medium-block-grid-5 a,
        .header-bucket .large-block-grid-4 a,
        .header-bucket .medium-block-grid-4 a,
        .header-bucket .large-block-grid-3 a,
        .header-bucket .medium-block-grid-3 a,
        .header-bucket .large-block-grid-2 a,
        .header-bucket .medium-block-grid-2 a,
        .header-bucket .large-block-grid-1 a,
        .header-bucket .medium-block-grid-1 a {
          font-size: 0.875rem;
          line-height: 1.125rem; } }
      @media only screen and (max-width: 40em) {
        .header-bucket .large-block-grid-6 a,
        .header-bucket .medium-block-grid-6 a,
        .header-bucket .large-block-grid-5 a,
        .header-bucket .medium-block-grid-5 a,
        .header-bucket .large-block-grid-4 a,
        .header-bucket .medium-block-grid-4 a,
        .header-bucket .large-block-grid-3 a,
        .header-bucket .medium-block-grid-3 a,
        .header-bucket .large-block-grid-2 a,
        .header-bucket .medium-block-grid-2 a,
        .header-bucket .large-block-grid-1 a,
        .header-bucket .medium-block-grid-1 a {
          font-size: 1rem;
          padding-top: 0.625rem;
          padding-bottom: 0.625rem; } }
  .header-bucket ul ul {
    display: none; }
  @media only screen and (max-width: 40em) {
    .header-bucket .columns {
      padding-left: 0;
      padding-right: 0; } }

/*
 * Flyout Menu
 */
.flyout-menu .large-block-grid-7,
.flyout-menu .medium-block-grid-7,
.flyout-menu .large-block-grid-6,
.flyout-menu .medium-block-grid-6,
.flyout-menu .large-block-grid-5,
.flyout-menu .medium-block-grid-5,
.flyout-menu .large-block-grid-4,
.flyout-menu .medium-block-grid-4,
.flyout-menu .large-block-grid-3,
.flyout-menu .medium-block-grid-3,
.flyout-menu .large-block-grid-2,
.flyout-menu .medium-block-grid-2,
.flyout-menu .large-block-grid-1,
.flyout-menu .medium-block-grid-1 {
  /* flyout sub menu ul */ }
  .flyout-menu .large-block-grid-7 ul,
  .flyout-menu .medium-block-grid-7 ul,
  .flyout-menu .large-block-grid-6 ul,
  .flyout-menu .medium-block-grid-6 ul,
  .flyout-menu .large-block-grid-5 ul,
  .flyout-menu .medium-block-grid-5 ul,
  .flyout-menu .large-block-grid-4 ul,
  .flyout-menu .medium-block-grid-4 ul,
  .flyout-menu .large-block-grid-3 ul,
  .flyout-menu .medium-block-grid-3 ul,
  .flyout-menu .large-block-grid-2 ul,
  .flyout-menu .medium-block-grid-2 ul,
  .flyout-menu .large-block-grid-1 ul,
  .flyout-menu .medium-block-grid-1 ul {
    display: none;
    margin: 0;
    padding: 0.9375rem 0;
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #585340; }
    @media only screen and (max-width: 40em) {
      .flyout-menu .large-block-grid-7 ul,
      .flyout-menu .medium-block-grid-7 ul,
      .flyout-menu .large-block-grid-6 ul,
      .flyout-menu .medium-block-grid-6 ul,
      .flyout-menu .large-block-grid-5 ul,
      .flyout-menu .medium-block-grid-5 ul,
      .flyout-menu .large-block-grid-4 ul,
      .flyout-menu .medium-block-grid-4 ul,
      .flyout-menu .large-block-grid-3 ul,
      .flyout-menu .medium-block-grid-3 ul,
      .flyout-menu .large-block-grid-2 ul,
      .flyout-menu .medium-block-grid-2 ul,
      .flyout-menu .large-block-grid-1 ul,
      .flyout-menu .medium-block-grid-1 ul {
        position: relative;
        left: 0;
        z-index: 0; } }
  .flyout-menu .large-block-grid-7 ul li,
  .flyout-menu .medium-block-grid-7 ul li,
  .flyout-menu .large-block-grid-6 ul li,
  .flyout-menu .medium-block-grid-6 ul li,
  .flyout-menu .large-block-grid-5 ul li,
  .flyout-menu .medium-block-grid-5 ul li,
  .flyout-menu .large-block-grid-4 ul li,
  .flyout-menu .medium-block-grid-4 ul li,
  .flyout-menu .large-block-grid-3 ul li,
  .flyout-menu .medium-block-grid-3 ul li,
  .flyout-menu .large-block-grid-2 ul li,
  .flyout-menu .medium-block-grid-2 ul li,
  .flyout-menu .large-block-grid-1 ul li,
  .flyout-menu .medium-block-grid-1 ul li {
    display: block;
    margin: 0;
    padding: 0 !important;
    list-style: none;
    width: 100%;
    border: none !important; }
    .flyout-menu .large-block-grid-7 ul li:hover,
    .flyout-menu .medium-block-grid-7 ul li:hover,
    .flyout-menu .large-block-grid-6 ul li:hover,
    .flyout-menu .medium-block-grid-6 ul li:hover,
    .flyout-menu .large-block-grid-5 ul li:hover,
    .flyout-menu .medium-block-grid-5 ul li:hover,
    .flyout-menu .large-block-grid-4 ul li:hover,
    .flyout-menu .medium-block-grid-4 ul li:hover,
    .flyout-menu .large-block-grid-3 ul li:hover,
    .flyout-menu .medium-block-grid-3 ul li:hover,
    .flyout-menu .large-block-grid-2 ul li:hover,
    .flyout-menu .medium-block-grid-2 ul li:hover,
    .flyout-menu .large-block-grid-1 ul li:hover,
    .flyout-menu .medium-block-grid-1 ul li:hover {
      background: none; }
  .flyout-menu .large-block-grid-7 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-7 li ul li a,
  .flyout-menu .medium-block-grid-7 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-7 li ul li a,
  .flyout-menu .large-block-grid-6 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-6 li ul li a,
  .flyout-menu .medium-block-grid-6 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-6 li ul li a,
  .flyout-menu .large-block-grid-5 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-5 li ul li a,
  .flyout-menu .medium-block-grid-5 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-5 li ul li a,
  .flyout-menu .large-block-grid-4 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-4 li ul li a,
  .flyout-menu .medium-block-grid-4 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-4 li ul li a,
  .flyout-menu .large-block-grid-3 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-3 li ul li a,
  .flyout-menu .medium-block-grid-3 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-3 li ul li a,
  .flyout-menu .large-block-grid-2 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-2 li ul li a,
  .flyout-menu .medium-block-grid-2 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-2 li ul li a,
  .flyout-menu .large-block-grid-1 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-1 li ul li a,
  .flyout-menu .medium-block-grid-1 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-1 li ul li a {
    display: block;
    margin: 0;
    padding: 0.3125rem 0.625rem;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.8125rem;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 0.9375rem;
    color: #fff !important;
    height: auto;
    width: auto;
    background: none !important; }
  .flyout-menu .large-block-grid-7 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-7 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-6 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-6 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-5 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-5 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-4 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-4 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-3 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-3 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-2 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-2 li:hover ul li:hover a,
  .flyout-menu .large-block-grid-1 li:hover ul li:hover a,
  .flyout-menu .medium-block-grid-1 li:hover ul li:hover a {
    color: #c4cb01 !important; }

.header-bucket-clone {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50; }

/*
 * Sub Title
 */
/*.sub-title {
  display: block;
  margin: 0;
  padding:0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index:5;
  width: 100%;
  text-align: left;
  h4 {
    @media only screen and (min-width:40.063em) and (max-width:64em) {
      font-size: rem-calc(36);
      line-height: rem-calc(38);
    }
    @media only screen and (max-width: 40em) {
      margin-bottom: rem-calc(10);
      font-size: rem-calc(24);
      line-height: rem-calc(26);
    }
  }
}*/
/*
 * Top Breadcrumbs
 */
.breadcrumbs {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem; }

#crumbs {
  font-size: 0.8125rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.0625rem;
  color: #fff; }
  #crumbs a {
    font-size: 0.8125rem;
    font-weight: normal;
    text-decoration: none !important;
    color: #fff; }
    #crumbs a:hover {
      color: #f5fe01; }
  #crumbs .current {
    font-weight: 600;
    color: #f5fe01; }

/* ----- END Header ----- */
/* ----- Start Attorney Filter ----- */
.attorney-filter .see-more {
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 20px 0; }
.attorney-filter #filter-aop {
  overflow: hidden; }
.attorney-filter #filter-position {
  overflow: hidden; }
.attorney-filter h4 {
  margin: 0.9375rem 0.625rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.625rem;
  color: #c4cb01; }
.attorney-filter ul li {
  padding-bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }
  .attorney-filter ul li:last-child {
    border-right: none; }
  @media only screen and (max-width: 40em) {
    .attorney-filter ul li {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }
.attorney-filter ul ul {
  margin: 0;
  padding: 0 0 1.25rem 0; }
.attorney-filter ul ul li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none; }
  .attorney-filter ul ul li input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .attorney-filter ul ul li input[type=checkbox] + label {
    display: block;
    margin: 0 0.625rem;
    padding: 0.4375rem 0 0.4375rem 1.5625rem;
    position: relative;
    font-size: 0.8125rem;
    font-weight: normal;
    text-align: left;
    line-height: 1rem;
    color: #fff;
    vertical-align: middle;
    cursor: pointer; }
    .attorney-filter ul ul li input[type=checkbox] + label:before {
      display: block;
      position: absolute;
      top: 0.5rem;
      left: 0;
      z-index: 1;
      content: "";
      width: 0.9375rem;
      height: 0.9375rem;
      background: #fff;
      border: none; }
  .attorney-filter ul ul li input[type=checkbox]:checked + label:before {
    background: #c4cb01; }
  .attorney-filter ul ul li:hover {
    background: none; }
    .attorney-filter ul ul li:hover input[type=checkbox] + label {
      color: #c4cb01; }
@media only screen and (max-width: 40em) {
  .attorney-filter {
    padding-left: 0;
    padding-right: 0; } }

.filter-search .attorney-searchform {
  display: block;
  margin: 0;
  padding: 1.25rem 0.9375rem;
  float: left;
  width: 100%; }
  .filter-search .attorney-searchform label {
    display: none; }
  .filter-search .attorney-searchform input {
    margin: 0;
    padding: 0.625rem 0.3125rem;
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: none;
    text-align: left;
    color: #999999;
    line-height: 1.25rem;
    height: auto;
    border: none;
    background: #585340;
    float: left;
    box-shadow: none; }
  .filter-search .attorney-searchform input[type="text"]:focus {
    color: #fff;
    background: #938b6b; }
  .filter-search .attorney-searchform input.submit {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.6875rem;
    text-align: left;
    color: #585340;
    text-indent: 9999px;
    width: 20%;
    height: 2.5rem;
    border: none;
    overflow: hidden;
    float: left;
    background: #585340 url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/btn-search.png) center center no-repeat; }
    .filter-search .attorney-searchform input.submit:hover {
      color: #c4cb01;
      background-color: #938b6b; }

.filter-no-results {
  text-align: center;
  font-size: 200%;
  color: #BABABA; }

/* ----- END Attorney Filter ----- */
/* ----- START Sidebar ----- */
@media only screen and (max-width: 40em) {
  .sidebar {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 0.1875rem solid #939801; } }

.atty-sidebar h4, .atty-sidebar h3, .atty-sidebar h2 {
  margin: 0 -1.25rem 1.25rem;
  padding: 0.4375rem 1.25rem 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.125rem;
  color: #585340;
  background: none;
  border-top: 0.1875rem solid #939801; }
.atty-sidebar h5 {
  margin: 0.625rem 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  color: #939801;
  line-height: 1.0625rem; }
.atty-sidebar p, .atty-sidebar address {
  font-size: 0.8125rem;
  color: #585340;
  line-height: 1.0625rem;
  margin: 0.9375rem 0;
  padding: 0;
  font-style: normal; }
.atty-sidebar ul, .atty-sidebar ol {
  margin: 0;
  padding: 0; }
.atty-sidebar ul li, .atty-sidebar ol li {
  font-size: 0.8125rem;
  color: #585340;
  line-height: 1.0625rem;
  list-style: none; }
.atty-sidebar ul:not(.slides) {
  margin: 0.625rem 0; }
  .atty-sidebar ul:not(.slides) li {
    position: relative;
    padding: 0.125rem 0 0.125rem 0.625rem; }
    .atty-sidebar ul:not(.slides) li:before {
      display: block;
      position: absolute;
      top: -0.0625rem;
      left: 0;
      font-size: 1.125rem;
      font-weight: 400;
      content: "\203A";
      color: #766f55; }
.atty-sidebar ul ul {
  margin-top: 0.3125rem; }
  .atty-sidebar ul ul li:before {
    color: #a9a288; }
.atty-sidebar a {
  color: #939801; }
  .atty-sidebar a:hover {
    color: #c4cb01; }
.atty-sidebar p.more {
  margin-bottom: 0; }
  .atty-sidebar p.more a {
    font-size: 0.8125rem;
    font-weight: 600; }
.atty-sidebar p:last-child {
  margin-bottom: 0; }
.atty-sidebar .side-video-img {
  margin: 0 0 0.3125rem 0.625rem;
  float: right; }

.side-box, .widget {
  font-size: 0.8125rem;
  color: #585340;
  line-height: 1.0625rem;
  display: block;
  padding: 0 1.25rem 1.25rem;
  background: none;
  clear: both;
 /*
* side fiexslider
*/ }
  @media only screen and (max-width: 40em) {
    .side-box, .widget {
      margin-bottom: 0; } }
  .side-box h4, .side-box h3, .side-box h2, .widget h4, .widget h3, .widget h2 {
    margin: 0 -1.25rem 1.25rem;
    padding: 0.4375rem 1.25rem 0;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.125rem;
    color: #585340;
    background: none;
    border-top: 0.1875rem solid #939801; }
  .side-box h5, .widget h5 {
    margin: 0.625rem 0;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: none;
    color: #939801;
    line-height: 1.0625rem; }
  .side-box p, .side-box address, .widget p, .widget address {
    font-size: 0.8125rem;
    color: #585340;
    line-height: 1.0625rem;
    margin: 0.9375rem 0;
    padding: 0;
    font-style: normal; }
  .side-box ul, .side-box ol, .widget ul, .widget ol {
    margin: 0;
    padding: 0; }
  .side-box ul li, .side-box ol li, .widget ul li, .widget ol li {
    font-size: 0.8125rem;
    color: #585340;
    line-height: 1.0625rem;
    list-style: none; }
  .side-box ul, .widget ul {
    margin: 0.625rem 0; }
    .side-box ul li, .widget ul li {
      position: relative; }
  .side-box ul ul, .widget ul ul {
    margin-top: 0.3125rem; }
    .side-box ul ul li:before, .widget ul ul li:before {
      color: #a9a288; }
  .side-box a, .widget a {
    color: #939801; }
    .side-box a:hover, .widget a:hover {
      color: #c4cb01; }
  .side-box p.more, .widget p.more {
    margin-bottom: 0; }
    .side-box p.more a, .widget p.more a {
      font-size: 0.8125rem;
      font-weight: 600; }
  .side-box p:last-child, .widget p:last-child {
    margin-bottom: 0; }
  .side-box .side-video-img, .widget .side-video-img {
    margin: 0 0 0.3125rem 0.625rem;
    float: right; }
  .side-box .flexslider, .widget .flexslider {
    margin: 1.25rem 0 0.9375rem 0;
    padding: 0; }
    .side-box .flexslider .slides, .side-box .flexslider .flex-direction-nav, .widget .flexslider .slides, .widget .flexslider .flex-direction-nav {
      margin: 0;
      padding: 0; }
      .side-box .flexslider .slides li, .side-box .flexslider .flex-direction-nav li, .widget .flexslider .slides li, .widget .flexslider .flex-direction-nav li {
        margin: 0;
        padding: 0;
        position: static; }
        .side-box .flexslider .slides li:before, .side-box .flexslider .flex-direction-nav li:before, .widget .flexslider .slides li:before, .widget .flexslider .flex-direction-nav li:before {
          display: none;
          content: ""; }
        .side-box .flexslider .slides li p, .side-box .flexslider .flex-direction-nav li p, .widget .flexslider .slides li p, .widget .flexslider .flex-direction-nav li p {
          margin-bottom: 0; }
        .side-box .flexslider .slides li h5, .side-box .flexslider .flex-direction-nav li h5, .widget .flexslider .slides li h5, .widget .flexslider .flex-direction-nav li h5 {
          margin-top: 0; }
      .side-box .flexslider .slides img, .side-box .flexslider .flex-direction-nav img, .widget .flexslider .slides img, .widget .flexslider .flex-direction-nav img {
        width: auto; }
    .side-box .flexslider .flex-direction-nav, .widget .flexslider .flex-direction-nav {
      margin: 0;
      padding: 0;
      position: absolute;
      top: -2.25rem;
      left: auto !important;
      z-index: 1;
      width: 100%;
      height: 0.875rem;
      overflow: hidden; }
      .side-box .flexslider .flex-direction-nav li, .widget .flexslider .flex-direction-nav li {
        position: relative; }
        .side-box .flexslider .flex-direction-nav li a, .widget .flexslider .flex-direction-nav li a {
          margin: 0;
          padding: 0;
          opacity: 1 !important;
          z-index: 1;
          width: 1rem;
          height: 1rem;
          overflow: visible; }
          .side-box .flexslider .flex-direction-nav li a:before, .widget .flexslider .flex-direction-nav li a:before {
            font-size: 0.875rem;
            line-height: 0.875rem;
            width: 1rem;
            height: 1rem;
            overflow: visible; }
        .side-box .flexslider .flex-direction-nav li .flex-prev, .widget .flexslider .flex-direction-nav li .flex-prev {
          right: 1.125rem !important;
          left: auto !important; }
          .side-box .flexslider .flex-direction-nav li .flex-prev:hover, .widget .flexslider .flex-direction-nav li .flex-prev:hover {
            opacity: 0.5 !important; }
        .side-box .flexslider .flex-direction-nav li .flex-next, .widget .flexslider .flex-direction-nav li .flex-next {
          right: 0; }
          .side-box .flexslider .flex-direction-nav li .flex-next:hover, .widget .flexslider .flex-direction-nav li .flex-next:hover {
            opacity: 0.5 !important; }

#locations-widget.widget ul li::before {
  display: none; }

.side-blog-archives li,
.side-blog-categories li {
  color: #585340 !important; }
.side-blog-archives a,
.side-blog-categories a {
  color: #585340; }

/* ----- END Sidebar ----- */
/* ----- START Main Content ----- */
.content {
  line-height: 1.375rem;
  /* START attorney filter results */
  /* END attorney filter results */ }
  .content .banner-sub-img {
    margin: 0;
    padding: 0;
    line-height: 1%;
    height: 1%; }
    .content .banner-sub-img img {
      margin-bottom: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .content .content-inner {
      padding-bottom: 1.25rem; } }
  .content p {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .content ul, .content ol {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-top: 0; }
  .content p, .content ul li, .content ol li {
    line-height: 1.375rem;
    color: #585340; }
  .content table ul, .content table ol {
    margin-top: 0;
    margin-bottom: 0; }
    .content table ul ul, .content table ul ol, .content table ol ul, .content table ol ol {
      margin-top: 0.3125rem;
      margin-bottom: 0.3125rem; }
  .content a {
    color: #939801; }
    .content a:hover {
      color: #c4cb01; }
  .content h1 {
    font-weight: 900;
    color: #585340;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
    margin-top: 0; }
  .content h2 {
    font-weight: 600;
    color: #939801;
    text-transform: none;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .content h3 {
    font-weight: bold;
    color: #585340;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .content h4 {
    font-weight: bold;
    color: #847d60;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .content h5 {
    font-weight: bold;
    color: #beb9a6;
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .content .atty-table {
    margin-bottom: 1.875rem; }
    .content .atty-table .atty-table-right {
      padding-left: 0.9375rem; }
      .content .atty-table .atty-table-right img {
        margin-right: 0.1875rem; }
    .content .atty-table h1 {
      margin: 0 0 0.625rem 0;
      padding: 0 0 0.625rem 0;
      text-transform: none;
      font-size: 1.25rem;
      font-weight: 900;
      line-height: 1.375rem;
      color: #939801;
      border-bottom: 1px solid #a9a79d; }
    .content .atty-table p {
      display: block;
      margin: 0.625rem 0;
      padding: 0 0 0.625rem 0;
      font-size: 0.9375rem;
      border-bottom: 1px solid #a9a79d; }
      .content .atty-table p:last-child {
        border: none; }
    .content .atty-table td {
      vertical-align: top; }
  .content .atty-img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    border: 10px solid #e6e6e6; }
    @media only screen and (max-width: 40em) {
      .content .atty-img {
        border-width: 5px; } }
  .content .attorney-social-icon > span {
    margin-right: 0.25rem; }
  .content .attorney-filter-results {
    margin: 0;
    padding: 0; }
    .content .attorney-filter-results .attorney-result {
      margin: 0 0.5% 0.625rem;
      padding: 0.625rem;
      width: 32.3%;
      height: 9.6875rem;
      float: left;
      background: #a9a79d; }
      .content .attorney-filter-results .attorney-result:hover {
        background: #585340; }
      @media only screen and (max-width: 40em) {
        .content .attorney-filter-results .attorney-result {
          margin-right: 0;
          width: 100%;
          height: auto; } }
      .content .attorney-filter-results .attorney-result a {
        display: block;
        padding: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .content .attorney-filter-results .attorney-result .attorney-profile-img {
        display: block;
        margin: 0 2% 0 0;
        padding: 0;
        width: 28%;
        float: left; }
        .content .attorney-filter-results .attorney-result .attorney-profile-img img {
          width: 100%;
          max-width: 100%;
          max-height: 100px; }
        .content .attorney-filter-results .attorney-result .attorney-profile-img span {
          display: block;
          margin: 0.9375rem 0 0 0;
          padding: 0;
          text-align: left; }
          .content .attorney-filter-results .attorney-result .attorney-profile-img span:after {
            display: block;
            margin: 0;
            padding: 10px;
            content: "Profile";
            font-size: 0.8125rem;
            font-weight: 600;
            color: #fff;
            line-height: 1.0625rem;
            text-indent: 0px;
            text-align: center;
            text-transform: uppercase;
            background: #c4cb01; }
      .content .attorney-filter-results .attorney-result .attorney-info {
        display: block;
        margin: 0 0 0 2%;
        padding: 0;
        width: 68%;
        height: 100%;
        float: left;
        overflow-y: auto;
        overflow-style: marquee-block; }
        .content .attorney-filter-results .attorney-result .attorney-info h4 {
          margin: 0 0 0.625rem 0;
          padding: 0;
          font-size: 1rem;
          font-weight: 600;
          color: #fff;
          text-transform: uppercase;
          line-height: 1.125rem; }
          .content .attorney-filter-results .attorney-result .attorney-info h4 i {
            display: block;
            font-style: normal;
            font-size: 0.8125rem;
            line-height: 0.9375rem;
            text-transform: none;
            color: #000; }
        .content .attorney-filter-results .attorney-result .attorney-info p {
          margin: 0.625rem 0;
          padding: 0;
          font-size: 0.8125rem;
          line-height: 1rem;
          color: #fff;
          text-align: left; }

/* ----- END Main Content ----- */
/* ----- START Footer ----- */
footer a {
  color: #fff; }
  footer a:hover {
    color: #c4cb01; }
footer h4 {
  margin: 0 0 0.3125rem 0;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
footer p {
  margin: 0.9375rem 0;
  padding: 0; }
footer p, footer address, footer ul li {
  line-height: 1rem;
  color: #999999; }
footer .footer-logo {
  margin-top: 1.25rem; }
  @media only screen and (max-width: 40em) {
    footer .footer-logo {
      margin-top: 0;
      padding-bottom: 1.25rem;
      text-align: center; } }
footer .contact-info-phone {
  padding-top: 0; }
  footer .contact-info-phone p {
    margin: 0 0 0.625rem 0;
    padding: 0; }
  footer .contact-info-phone b {
    color: #fff; }
    footer .contact-info-phone b span {
      color: #fff; }
  @media only screen and (max-width: 40em) {
    footer .contact-info-phone {
      padding-bottom: 0; } }

nav.footer-nav {
  margin-bottom: 2.5rem; }
  nav.footer-nav ul {
    margin: 0;
    padding: 0;
    text-align: left; }
  nav.footer-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0.9375rem;
    list-style: none; }
    nav.footer-nav ul li:first-child {
      padding-left: 0; }
  nav.footer-nav ul li a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: #fff;
    text-transform: uppercase; }
    nav.footer-nav ul li a:hover {
      color: #c4cb01; }
    nav.footer-nav ul li a img {
      margin-right: 0.625rem; }
  @media only screen and (max-width: 40em) {
    nav.footer-nav {
      text-align: center;
      padding-bottom: 1.25rem; } }

.footer-geo p, .footer-disclaimer p {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #999999; }
  .footer-geo p:first-child, .footer-disclaimer p:first-child {
    margin-top: 0; }
  .footer-geo p a, .footer-disclaimer p a {
    color: #939801; }
    .footer-geo p a:hover, .footer-disclaimer p a:hover {
      color: #c4cb01; }

.footer-disclaimer p {
  font-size: 0.6875rem; }
  @media only screen and (max-width: 40em) {
    .footer-disclaimer p img {
      display: block;
      text-align: center;
      margin: 1.25rem auto 0; } }

/* ----- END Footer ----- */
/* ----- START Quick Contact Form ----- */
/*
 * Quick Contact Form
 */
.top-qc {
  background: #ff7f00; }
  @media only screen and (max-width: 40em) {
    .top-qc {
      display: none; } }

.browser-lock-sidebar {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 23%;
  right: 0;
  z-index: 99; }
  .browser-lock-sidebar .top-qc {
    float: right; }
    .browser-lock-sidebar .top-qc a {
      display: block; }
  .browser-lock-sidebar ul.browser-lock-widgets {
    list-style: none; }
    .browser-lock-sidebar ul.browser-lock-widgets .widget {
      padding: 0;
      margin: 0;
      float: right; }
      .browser-lock-sidebar ul.browser-lock-widgets .widget a {
        display: block; }

.qc-shadowbox {
  display: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

.quick-contact-box {
  display: none;
  top: 10%;
  position: absolute;
  margin: 0 auto;
  padding: 1.5625rem 0;
  width: 36%;
  background: #585340;
  border: none;
  z-index: 999;
  left: 32%; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .quick-contact-box {
      width: 60%;
      left: 18%; } }
  @media only screen and (max-width: 40em) {
    .quick-contact-box {
      width: 100%;
      left: 0; } }
  .quick-contact-box h4 {
    margin: 0 0 0.3125rem 0;
    padding: 0 1.5625rem;
    font-size: 1.875rem;
    font-weight: 400;
    text-transform: none;
    color: #c4cb01;
    line-height: 2.125rem; }
  .quick-contact-box p {
    margin: 0 0 1.25rem 0;
    padding: 0 1.5625rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.1875rem; }
  .quick-contact-box p.qc-top {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px; }
    .quick-contact-box p.qc-top a {
      font-size: 1.5rem;
      color: #fff;
      text-decoration: none; }
      .quick-contact-box p.qc-top a:hover {
        color: #000; }

.quick-contact-box form {
  margin: 0;
  padding: 0 1.5625rem; }
  .quick-contact-box form ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
  .quick-contact-box form ul li {
    clear: both;
    display: inline;
    margin: 0;
    padding: 0;
    text-align: left; }
  .quick-contact-box form label, .quick-contact-box form .gform_title {
    display: none; }
  .quick-contact-box form input, .quick-contact-box form select, .quick-contact-box form textarea {
    margin: 0 0 0.5625rem 0;
    /*padding: rem-calc(3) rem-calc(10);*/
    /*font-size: rem-calc(12);*/
    font-weight: 600;
    line-height: 1.125rem;
    color: #fff;
    border: none;
    background: #3a372b;
    border: none; }
  .quick-contact-box form textarea {
    height: 6.25rem;
    overflow: auto; }
  .quick-contact-box form input:focus, .quick-contact-box form select:focus, .quick-contact-box form textarea:focus {
    background: #fff;
    color: #000; }
  .quick-contact-box form input.button {
    display: block;
    margin: 0 0 0 auto;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.875rem;
    font-weight: bold;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    overflow: hidden;
    background: #939801;
    border: none; }
    .quick-contact-box form input.button:hover {
      border: none;
      background: #767a01; }
  .quick-contact-box form .validation_message, .quick-contact-box form .validation_error {
    color: #ffffff !important; }

.container-footer-top .footer-quick-contact-box {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: none;
  background: none;
  /* -- Footer Map -- */ }
  .container-footer-top .footer-quick-contact-box h4 {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.375rem;
    color: #585340;
    text-transform: none; }
  .container-footer-top .footer-quick-contact-box .footer-map {
    margin: 2.5625rem 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-height: 14.875rem;
    overflow: hidden;
    border: 1px solid #c1bfb8; }
    .container-footer-top .footer-quick-contact-box .footer-map #map_canvas_ln_map_widget_580 {
      width: 100% !important; }
    @media only screen and (max-width: 40em) {
      .container-footer-top .footer-quick-contact-box .footer-map {
        margin-top: 1.25rem; } }
.container-footer-top .footer-quick-contact-box form {
  padding-left: 0;
  padding-right: 0; }
  .container-footer-top .footer-quick-contact-box form .gform_body > ul {
    list-style: none;
    margin: 0; }
  .container-footer-top .footer-quick-contact-box form .gform_title {
    display: none; }
  .container-footer-top .footer-quick-contact-box form input, .container-footer-top .footer-quick-contact-box form select, .container-footer-top .footer-quick-contact-box form textarea {
    color: #a9a79d;
    background: #fff;
    border: 1px solid #c1bfb8; }
  .container-footer-top .footer-quick-contact-box form input:focus, .container-footer-top .footer-quick-contact-box form select:focus, .container-footer-top .footer-quick-contact-box form textarea:focus {
    background: #cccccc;
    color: #585340; }
  .container-footer-top .footer-quick-contact-box form input.button {
    color: #fff;
    background: #c4cb01;
    border: 1px solid #c4cb01;
    display: block;
    padding: 5px 25px;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 0.9375rem;
    text-transform: uppercase;
    overflow: hidden;
    background: #939801; }
    .container-footer-top .footer-quick-contact-box form input.button:hover {
      color: #777569;
      background: #d9d8d3;
      border: 1px solid #777569; }

/* ----- END Quick Contact Form ----- */
/*----- START Detect Mobile & Tablet Devices ----- */
.is-mobile, .is-tablet {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  height: -1%;
  line-height: 1%; }

@media only screen and (max-width: 40em) {
  .is-mobile {
    display: none; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .is-tablet {
    display: none; } }

.info-window {
  display: none;
  margin: 0;
  padding: 0.625rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.78);
  color: #fff; }

/*----- END Detect Mobile & Tablet Devices ----- */
/* -- Shadowbox Styles -- */
#sb-container, #sb-wrapper {
  text-align: left; }

#sb-container, #sb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0; }

#sb-container {
  height: 100%;
  display: none;
  visibility: hidden;
  z-index: 999; }

body > #sb-container {
  position: fixed; }

#sb-overlay {
  height: expression(document.documentElement.clientHeight+'px'); }

#sb-container > #sb-overlay {
  height: 100%; }

#sb-wrapper {
  position: relative; }

#sb-wrapper img {
  border: none; }

#sb-body {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #303030;
  height: 100%; }

#sb-body-inner {
  position: relative;
  height: 100%; }

#sb-content.html {
  height: 100%;
  overflow: auto; }

#sb-loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 10px; }

#sb-body, #sb-loading {
  background-color: #060606; }

#sb-title, #sb-info {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

#sb-title-inner, #sb-info-inner {
  position: relative;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  line-height: 16px; }

#sb-title, #sb-title-inner {
  height: 26px; }

#sb-title-inner {
  font-size: 16px;
  padding: 5px 0;
  color: #fff; }

#sb-info, #sb-info-inner {
  height: 20px; }

#sb-info-inner {
  font-size: 12px;
  color: #fff; }

#sb-nav {
  float: right;
  height: 16px;
  padding: 2px 0;
  width: 45%; }

#sb-nav a {
  display: block;
  float: right;
  height: 16px;
  width: 16px;
  margin-left: 3px;
  cursor: pointer; }

#sb-nav-close {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/shadowbox/close.png);
  background-repeat: no-repeat; }

#sb-nav-next {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/shadowbox/next.png);
  background-repeat: no-repeat; }

#sb-nav-previous {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/shadowbox/previous.png);
  background-repeat: no-repeat; }

#sb-nav-play {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/shadowbox/play.png);
  background-repeat: no-repeat; }

#sb-nav-pause {
  background-image: url(https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/themes/projectx16/images/shadowbox/pause.png);
  background-repeat: no-repeat; }

#sb-counter {
  float: left;
  padding: 2px 0;
  width: 45%; }

#sb-counter a {
  padding: 0 4px 0 0;
  text-decoration: none;
  cursor: pointer;
  color: #fff; }

#sb-counter a.sb-counter-current {
  text-decoration: underline; }

div.sb-message {
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  padding: 10px;
  text-align: center; }

div.sb-message a:link, div.sb-message a:visited {
  color: #fff;
  text-decoration: underline; }

/* Social Media */
ul.attorney-profile-socialmedia {
  margin-left: 0;
  list-style: none;
  display: block;
  padding: 0.625rem 0 0.3125rem 0;
  border-bottom: 1px solid #cacbcb; }
  ul.attorney-profile-socialmedia li {
    display: inline-block;
    margin-right: 10px; }

.social-linkedin-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/linkedin_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-facebook-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/facebook_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-google-plus-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/googleplus_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-twitter-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/twitter_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-youtube-16 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-16x16/youtube_16x16.png");
  height: 16px;
  width: 16px;
  display: inline-block; }

.social-linkedin-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/linkedin_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-facebook-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/facebook_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-google-plus-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/googleplus_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-twitter-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/twitter_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-youtube-24 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-24x24/youtube_24X24.png");
  height: 24px;
  width: 24px;
  display: inline-block; }

.social-linkedin-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/linkedin_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-facebook-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/facebook_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-google-plus-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/googleplus_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-twitter-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/twitter_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.social-youtube-32 a {
  background: url("https://dobkinlawgroup.com/web/20240819064140im_/https://www.dobkinlawgroup.com/wp-content/plugins/admin/master-assets/social-icons/sm-32x32/youtube_32X32.png");
  height: 32px;
  width: 32px;
  display: inline-block; }

.footer-social-media {
  margin: 0 0 10px 0;
  display: block;
  padding: 0;
  list-style: none; }
  .footer-social-media li {
    display: inline-block;
    padding-left: 5px; }
    .footer-social-media li:first-child {
      padding-left: 0; }

.gform_wrapper .top_label .gfield_label {
  display: none !important; }

ul.page-numbers {
  list-style: none;
  margin: 0; }
  ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center; }
  ul.page-numbers a:hover, ul.page-numbers current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none; }
  ul.page-numbers a, ul.page-numbers span {
    display: block;
    padding: 0 6px;
    line-height: 1.125rem;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888; }
  ul.page-numbers a span {
    padding: 0; }
  ul.page-numbers:hover {
    text-decoration: none; }
  ul.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.footer-quick-contact-box .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large {
  margin-bottom: 0 !important; }

ul.children {
  margin-top: 0 !important;
  margin-bottom: 0px !important; }

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

phone {
  display: block; }

.locations-widget-location {
  margin-bottom: 20px; }

@media print {
  a[href]:after {
    display: none;
    content: ""; }

  .show-for-small-only, #google_translate_element, .hide-for-small, .top-bar .toggle-topbar, .hide-for-small-only, .top-qc, .ask-a-lawyer {
    display: none; }

  .medium-8 {
    width: 66.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .header-logo {
    text-align: left; } }
.blog-comments .child-comments {
  margin-left: 2rem; }
.blog-comments .commentlist {
  margin: 0 !important; }
.blog-comments form .row > p {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important; }
.blog-comments form input[type=text], .blog-comments form input[type=email] {
  width: 100% !important;
  margin: 10px 0 !important; }
.blog-comments form textarea {
  width: 100% !important; }
.blog-comments .comment-author {
  display: block;
  float: none;
  margin: 0 0 5px 0 !important;
  background: #efefef;
  border: 1px solid #ccc;
  padding: 5px !important; }

.header-case-results {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  /* flexslider */ }
  .header-case-results h4 {
    display: block;
    margin: 0.625rem 0 1.25rem 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.375rem;
    color: #fff; }
  .header-case-results h5 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: #fff; }
    @media only screen and (max-width: 40em) {
      .header-case-results h5 {
        font-size: 1.625rem;
        line-height: 1.625rem; } }
  .header-case-results p {
    margin: 0.625rem 0;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #fff; }
    .header-case-results p strong {
      color: #c4cb01;
      font-weight: 600; }
    @media only screen and (max-width: 40em) {
      .header-case-results p {
        font-size: 1.125rem;
        line-height: 1.25rem; } }
  .header-case-results p.more {
    text-align: right; }
    .header-case-results p.more a {
      font-weight: 600;
      color: #c4cb01; }
      .header-case-results p.more a:hover {
        color: #ff7f00; }
  .header-case-results h5 + p {
    margin-top: 0; }
  .header-case-results .case-slide {
    margin: 0;
    padding: 0 1.25rem; }
    @media only screen and (max-width: 40em) {
      .header-case-results .case-slide {
        padding: 0; } }
    @media only screen and (max-width: 40em) {
      .header-case-results .case-slide .flex-direction-nav {
        display: none; } }

.container-header-case-results {
  width: 100%;
  position: relative;
  z-index: 0;
  background-size: cover !important;
  border-top: 2px solid #fff; }
  .container-header-case-results:before {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.7; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.con-slide-awards-reviews .review-info:before {
  content: "-" !important; }

/*# sourceMappingURL=style.css.map */

/*
     FILE ARCHIVED ON 06:41:40 Aug 19, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:21:08 Oct 24, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.563
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.01
  esindex: 0.009
  cdx.remote: 10.334
  LoadShardBlock: 397.01 (3)
  PetaboxLoader3.datanode: 306.512 (5)
  PetaboxLoader3.resolve: 542.308 (3)
  load_resource: 482.042
  loaddict: 78.924
*/