@media (min-width: 860px) {
  .mobileOnly {
    display: none; } }

@media (max-width: 859px) {
  .desktopOnly {
    display: none; } }

.rightLinksWrapper,
[data-oc-lazy-load="lazyLoadParams"],
body > footer {
  visibility: visible; }

@media (min-width: 860px) {
  .sidebar {
    float: left;
    width: 35%;
    font-size: 12px;
    font-size: 0.75rem; } }

@media (min-width: 1020px) {
  .sidebar {
    width: 30%; } }

.sidebar > * {
  margin-bottom: 10px; }

@media (min-width: 860px) {
  .sidebar {
    margin-bottom: -10px; } }

@media (min-width: 860px) {
  .main {
    float: right;
    width: 65%;
    padding: 0 0 0 20px; } }

@media (min-width: 1020px) {
  .main {
    width: 70%; } }

.grayHero {
  position: relative;
  padding: 55px 0 10px;
  background: #303032;
  border-bottom: 1px solid black;
  text-align: center; }
  @media (min-width: 640px) {
    .grayHero {
      padding: 55px 0 10px; } }
  @media (min-width: 860px) {
    .grayHero {
      padding: 55px 0 10px;
      text-align: left; } }
  .grayHero h1 {
    color: #ffffff;
    font-family: "open sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25em;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (min-width: 460px) {
      .grayHero h1 {
        font-size: 32px;
        font-size: 2rem; } }
    @media (min-width: 640px) {
      .grayHero h1 {
        font-size: 40px;
        font-size: 2.5rem; } }
  .grayHero h2 {
    color: #cccccc;
    font-family: "open sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 460px) {
      .grayHero h2 {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 640px) {
      .grayHero h2 {
        font-size: 26px;
        font-size: 1.625rem; } }
  .grayHero .spacer {
    display: none; }
    @media (min-width: 860px) {
      .grayHero .spacer {
        display: block; } }
  .grayHero .tabsWrapper {
    margin: 20px 0 -14px; }
    @media (min-width: 640px) {
      .grayHero .tabsWrapper {
        margin: 30px 0 -24px; } }
    @media (min-width: 860px) {
      .grayHero .tabsWrapper {
        position: absolute;
        margin: 0;
        bottom: -14px;
        right: 40px; } }
    .grayHero .tabsWrapper li {
      display: inline-block;
      margin-left: 4px;
      font-size: 10px;
      font-size: 0.625rem; }
      .grayHero .tabsWrapper li:first-child {
        margin-left: 0; }
      @media (min-width: 460px) {
        .grayHero .tabsWrapper li {
          font-size: inherit; } }
      .grayHero .tabsWrapper li a {
        display: block;
        padding: 5px;
        background: #cccccc;
        color: #8e8e8e;
        border: 2px solid #cccccc;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        text-align: center; }
        @media (min-width: 860px) {
          .grayHero .tabsWrapper li a {
            min-width: 130px;
            padding: 10px 10px 20px; } }
        .grayHero .tabsWrapper li a:hover, .grayHero .tabsWrapper li a.selected {
          background: #ffffff; }
        .grayHero .tabsWrapper li a:hover {
          text-decoration: underline; }
        .grayHero .tabsWrapper li a.selected {
          cursor: default; }
          .grayHero .tabsWrapper li a.selected:hover {
            text-decoration: none; }

.horizontalBar {
  height: 20px; }
  @media (min-width: 640px) {
    .horizontalBar {
      height: 40px; } }
  .horizontalBar.small {
    height: 10px; }
    @media (min-width: 640px) {
      .horizontalBar.small {
        height: 20px; } }

.slideMenu {
  display: block;
  position: fixed;
  height: calc(100% - 50px);
  top: -100%;
  overflow-y: auto;
  opacity: 0;
  width: 100%;
  left: 0;
  transition: top 500ms ease-out, opacity .1ms ease-in-out;
  z-index: 999;
  background: #303032;
  color: #ffffff; }
  .slideMenu .slideMenuItem {
    display: block;
    position: relative;
    padding: 1rem 10px;
    border-bottom: 1px solid #8e8e8e;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px; }
  .slideMenu .fa {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    vertical-align: middle; }
    .slideMenu .fa.fa-mobile {
      font-size: 24px;
      font-size: 1.5rem;
      margin: -4px 10px -4px 0; }
  .slideMenu .slideMenuButton {
    margin: 20px 20px 0 20px; }

body {
  overflow-y: auto; }
  body main .tabsWrapper {
    margin: 20px 0 -14px; }
    @media (min-width: 640px) {
      body main .tabsWrapper {
        margin: 30px 0 -24px; } }
    @media (min-width: 860px) {
      body main .tabsWrapper {
        float: right;
        margin: 0; } }
    body main .tabsWrapper li {
      display: inline-block;
      margin-left: 4px;
      font-size: 10px;
      font-size: 0.625rem; }
      body main .tabsWrapper li:first-child {
        margin-left: 0; }
      @media (min-width: 460px) {
        body main .tabsWrapper li {
          font-size: inherit; } }
      body main .tabsWrapper li a {
        display: block;
        padding: 5px;
        background: #585F69;
        color: white;
        border: 1px solid grey;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        text-align: center; }
        @media (min-width: 860px) {
          body main .tabsWrapper li a {
            min-width: 130px;
            background: #585F69; } }
        body main .tabsWrapper li a:hover, body main .tabsWrapper li a.selected {
          background: #3498db; }
        body main .tabsWrapper li a:hover {
          text-decoration: underline;
          background: #3498db; }
        body main .tabsWrapper li a.selected {
          cursor: default; }
          body main .tabsWrapper li a.selected:hover {
            text-decoration: none; }

body.openedMenu {
  overflow-y: hidden; }
  body.openedMenu .slideMenu {
    top: 50px;
    opacity: 1;
    transition: top 500ms ease-out, opacity .1ms ease-in-out; }
  body.openedMenu .wrap {
    background: #303032; }
  body.openedMenu main {
    visibility: hidden; }

body > footer {
  position: relative;
  width: 100%;
  padding: 20px 0 40px;
  overflow: hidden;
  background: #303032;
  border-top: 1px solid black;
  color: #ffffff; }
  body > footer .content {
    text-align: center; }
    @media (min-width: 640px) {
      body > footer .content {
        text-align: left; } }
    body > footer .content > div, body > footer .content > nav {
      float: left;
      width: 100%;
      margin: 10px 0; }

.wrap {
  margin-bottom: -165px;
  padding-bottom: 165px; }
  @media (min-width: 640px) {
    .wrap {
      margin-bottom: -141px;
      padding-bottom: 141px; } }

.footerOffices {
  display: flex; }
  .footerOffices > div {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 10px; }
    .footerOffices > div:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }

.footerLinks {
  color: #8e8e8e;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 640px) {
    .footerLinks {
      font-size: 14px;
      font-size: 0.875rem; } }
  .footerLinks ul {
    margin-bottom: 5px; }
    @media (min-width: 640px) {
      .footerLinks ul {
        display: inline-block;
        margin-bottom: 0; } }
  .footerLinks li, .footerLinks p {
    color: white; }
  .footerLinks li {
    display: inline-block;
    margin: 0 5px; }
    @media (min-width: 640px) {
      .footerLinks li {
        margin: 0 10px 0 0; } }
  .footerLinks p {
    display: inline-block;
    margin: 0 10px 0 0; }

*:focus {
  outline: none; }

form .alert {
  margin-bottom: 10px; }

input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none; }

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
  color: #8e8e8e; }

.placeholderjs {
  color: #8e8e8e; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea,
select {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #303032;
  background-color: #ffffff;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem; }
  input[type="text"].noMargin,
  input[type="password"].noMargin,
  input[type="email"].noMargin,
  input[type="date"].noMargin,
  input[type="number"].noMargin,
  textarea.noMargin,
  select.noMargin {
    margin: 0; }
  input[type="text"].notFull,
  input[type="password"].notFull,
  input[type="email"].notFull,
  input[type="date"].notFull,
  input[type="number"].notFull,
  textarea.notFull,
  select.notFull {
    width: auto; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 2px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea {
  border: 1px solid #8e8e8e;
  border-radius: 4px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"] {
  height: 26px; }
  input[type="text"].big,
  input[type="password"].big,
  input[type="email"].big,
  input[type="date"].big,
  input[type="number"].big {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem; }

textarea {
  max-width: 100%;
  padding: 5px; }
  textarea.big {
    height: 120px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem; }

select {
  min-height: 26px;
  padding: 1px 0 0 2px; }
  select.big {
    min-height: 40px;
    padding: 0 5px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem; }

label {
  display: block; }
  label input[type="text"],
  label input[type="password"],
  label input[type="email"],
  label textarea,
  label select {
    margin-top: 5px; }
  label.indent {
    margin-left: 15px; }
    @media (min-width: 640px) {
      label.indent {
        margin-left: 25px; } }

.ng-submitted .ng-invalid {
  border-color: #a94442; }

:not(output):-moz-ui-invalid:not(:focus),
:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  box-shadow: none; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.invisible {
  visibility: hidden; }

.noWrap {
  white-space: nowrap; }

.clear {
  display: block;
  clear: both; }

.spacer {
  height: 10px; }
  @media (min-width: 640px) {
    .spacer {
      height: 20px; } }
  .spacer.small {
    height: 5px; }
    @media (min-width: 640px) {
      .spacer.small {
        height: 10px; } }
  .spacer.big {
    height: 20px; }
    @media (min-width: 640px) {
      .spacer.big {
        height: 40px; } }

.separator {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #8e8e8e; }

.leftJustify {
  text-align: left; }

.centerJustify {
  text-align: center; }

.rightJustify {
  text-align: right; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.smallFont {
  font-size: 0.75rem; }

.largeFont {
  font-size: 1.25rem; }

.red {
  color: #a94442; }

.table {
  display: table; }
  .table .rowGroup {
    display: table-row-group; }
  .table .row {
    display: table-row; }
  .table .cell {
    display: table-cell; }

.preWrap {
  white-space: pre-wrap; }

.crosshatch {
  background: url("https://production-trackbill.netdna-ssl.com/images/misc/background/crosshatch-light.a54ed8ea39495010.png"); }
  .crosshatch.border {
    border-top: 1px solid #ececec; }

.graySection {
  background: #ececec;
  border: 1px solid #cccccc;
  border-left-width: 0;
  border-right-width: 0; }

.unsupportedWarnings .alert {
  border: none; }

.unsupportedWarnings p {
  max-width: none; }

.ib {
  display: inline-block; }

.flex-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 600px) {
    .flex-group {
      flex-direction: row; } }

p {
  line-height: 1.5;
  margin: 5px 0;
  max-width: 700px; }
  p.full {
    max-width: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }
  a.link {
    color: #3866c6; }
    a.link:hover {
      color: #233d86; }

ul.list {
  list-style-type: disc;
  list-style-position: inside; }
  ul.list.padding {
    padding: 0 6px; }
    @media (min-width: 640px) {
      ul.list.padding {
        padding: 0 12px; } }
    ul.list.padding li {
      padding: 2px 0; }
      @media (min-width: 640px) {
        ul.list.padding li {
          padding: 4px 0; } }
    ul.list.padding ul {
      padding: 0 10px; }
      @media (min-width: 640px) {
        ul.list.padding ul {
          padding: 0 25px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

.heading {
  line-height: 1.5em;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 400;
  color: #233d86; }
  .heading.serif {
    font-family: "roboto slab", "Times New Roman", serif;
    font-weight: 400; }
  .heading.black {
    color: #303032; }
  .heading.gray {
    color: #8e8e8e; }
  .heading.white {
    color: #ffffff; }
  .heading.overflowHidden {
    overflow: hidden;
    height: 1.5em; }

h1.heading {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 460px) {
    h1.heading {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 640px) {
    h1.heading {
      font-size: 40px;
      font-size: 2.5rem; } }

h2.heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 460px) {
    h2.heading {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 640px) {
    h2.heading {
      font-size: 32px;
      font-size: 2rem; } }

h3.heading {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 460px) {
    h3.heading {
      font-size: 24px;
      font-size: 1.5rem; } }

h4.heading {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 460px) {
    h4.heading {
      font-size: 18px;
      font-size: 1.125rem; } }

h5.heading {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 460px) {
    h5.heading {
      font-size: 16px;
      font-size: 1rem; } }

h6.heading {
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 460px) {
    h6.heading {
      font-size: 14px;
      font-size: 0.875rem; } }

.button {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 5px 0 5px 0;
  background: #233d86;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: arial, sans-serif;
  font-weight: bold; }
  @media (min-width: 460px) {
    .button {
      margin-left: 0;
      margin-right: 0;
      margin-top: inherit;
      margin-bottom: inherit;
      padding: 0 20px;
      width: auto; } }
  .button:hover {
    background-color: #3866c6; }
  .button.callToAction {
    background: #e16f00;
    color: #ffffff; }
    .button.callToAction:hover {
      background: #ff7f03; }
    .button.callToAction.red {
      background: #a94442;
      color: #ffffff; }
  .button.whiteOutline {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block; }
    .button.whiteOutline:hover {
      background: #ffffff;
      background: rgba(142, 142, 142, 0.2); }
  .button.disabled, .button:disabled {
    cursor: default;
    background-color: #cccccc;
    color: #8e8e8e; }
    .button.disabled:hover, .button:disabled:hover {
      background-color: #cccccc; }
  .button.full {
    display: block;
    width: 100%; }
  .button.big {
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px; }
    @media (min-width: 460px) {
      .button.big {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 15px 75px; } }
  .button.right {
    float: right; }

.buttons {
  margin: -5px 0; }
  @media (min-width: 460px) {
    .buttons {
      margin: 0 -5px; } }
  .buttons .button {
    margin: 5px 0; }
    @media (min-width: 460px) {
      .buttons .button {
        margin: 0 5px; } }

@media (min-width: 460px) {
  .sidebar .button.big {
    padding: 15px 30px; } }

.printPage {
  display: none; }
  @media (min-width: 860px) {
    .printPage {
      display: block; } }

.alert {
  padding: 2px 10px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert.float {
    z-index: 99;
    position: fixed;
    padding: 15px;
    text-align: center;
    top: 135px;
    left: 15px;
    right: 15px; }
    @media (min-width: 640px) {
      .alert.float {
        left: 10%;
        right: 10%; } }
    @media (min-width: 1020px) {
      .alert.float {
        left: 20%;
        right: 20%; } }
  .alert.padding {
    padding: 10px 20px; }
  .alert.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
  .alert.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
  .alert.tip {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
  .alert.passive {
    background-color: #FFFFFF;
    color: #404042;
    border: 1px solid #8e8e8e; }
  .alert.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }

.ngdialog-open .alert.float {
  z-index: 251; }

.bottomPopUp {
  transition: left 500ms ease-out; }
  .bottomPopUp > div {
    width: 100%;
    padding: 10px 10px; }
    @media (min-width: 640px) {
      .bottomPopUp > div {
        padding: 10px 40px; } }
  .bottomPopUp #bottomPopUp {
    position: absolute;
    bottom: 0;
    margin-bottom: 165px; }
    @media (min-width: 640px) {
      .bottomPopUp #bottomPopUp {
        margin-bottom: 141px; } }
  .bottomPopUp .placeholder {
    visibility: hidden; }
  .bottomPopUp p {
    max-width: none;
    margin: 0;
    font-family: "roboto slab", "Times New Roman", serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #303032; }
  .bottomPopUp a {
    margin: 10px auto; }

.fixedHeader #bottomPopUp {
  position: fixed;
  margin: 0; }
  .fixedHeader #bottomPopUp.snappedToBottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 165px; }
    @media (min-width: 640px) {
      .fixedHeader #bottomPopUp.snappedToBottom {
        margin-bottom: 141px; } }

.touchevents #bottomPopUp {
  position: absolute;
  bottom: 0;
  margin-bottom: 165px; }
  @media (min-width: 640px) {
    .touchevents #bottomPopUp {
      margin-bottom: 141px; } }

.carouselWrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto; }

.carouselItem {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: opacity 1s ease-out; }
  .carouselItem.active {
    position: relative;
    opacity: 1; }

.carouselItemTestimonial {
  position: absolute;
  opacity: 0;
  right: -100%;
  top: 12.5%;
  transition: opacity 1s ease-out; }
  .carouselItemTestimonial.active {
    position: relative;
    opacity: 1;
    left: 0;
    top: 0; }

.carouselItemLogo {
  position: absolute;
  opacity: 0;
  top: 43.45%;
  right: -100%;
  width: 100%;
  transition: opacity 1s ease-out; }
  .carouselItemLogo.active {
    position: relative;
    opacity: 1;
    left: 0%;
    top: 0; }

.carouselPager {
  width: 100%;
  text-align: center; }
  .carouselPager > div {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    background: #8e8e8e; }
    .carouselPager > div.active {
      background: #303032; }

.circlesWrapper {
  display: block;
  text-align: center; }
  @media (min-width: 460px) {
    .circlesWrapper {
      display: inline-block;
      text-align: left; } }
  .circlesWrapper li {
    position: relative;
    margin: 10px 0;
    min-height: 50px; }
    @media (min-width: 460px) {
      .circlesWrapper li {
        display: flex;
        align-items: center; } }
    @media (min-width: 640px) {
      .circlesWrapper li {
        min-height: 75px; } }
    .circlesWrapper li img {
      display: block;
      margin: 0 auto;
      vertical-align: top;
      width: 50px;
      height: 50px; }
      @media (min-width: 460px) {
        .circlesWrapper li img {
          display: inline-block;
          margin-right: 10px; } }
      @media (min-width: 640px) {
        .circlesWrapper li img {
          width: 75px;
          height: 75px; } }
    .circlesWrapper li p {
      display: inline-block;
      max-width: 350px; }

.container {
  background: #ffffff;
  border: 1px solid #8e8e8e;
  border-radius: 4px;
  padding: 0;
  position: relative; }
  .container.spacing {
    margin-bottom: 10px; }
    @media (min-width: 1020px) {
      .container.spacing {
        margin-bottom: 20px; } }
    .container.spacing:last-child {
      margin-bottom: 0; }
  .container .header {
    background-color: #ececec;
    border-bottom: 1px solid #8e8e8e;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: block;
    line-height: 28px;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    text-align: center; }
    @media (min-width: 460px) {
      .container .header {
        text-align: left; } }
    @media (min-width: 460px) {
      .container .header.hasSelect {
        padding-right: 250px; } }
    @media (min-width: 1020px) {
      .container .header.hasSelect {
        padding-right: 300px; } }
    .container .header > div, .container .header > a {
      display: block;
      text-align: center;
      margin-top: 5px; }
      @media (min-width: 460px) {
        .container .header > div, .container .header > a {
          position: absolute;
          margin: 0;
          bottom: 10px;
          right: 10px; } }
    @media (min-width: 460px) {
      .container .header .spacer {
        display: none; } }
    .container .header .button {
      height: auto;
      margin: 0;
      line-height: inherit; }
    .container .header select {
      margin: 10px 0 5px; }
      @media (min-width: 460px) {
        .container .header select {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          margin: 0;
          right: 10px;
          width: 230px; } }
      @media (min-width: 1020px) {
        .container .header select {
          width: 280px; } }
  .container .body {
    padding: 10px; }
  .container .footer {
    padding: 10px;
    border-top: 1px solid #8e8e8e;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .container .footer .extra {
      margin-bottom: 10px;
      text-align: center; }
      @media (min-width: 640px) {
        .container .footer .extra {
          margin: 0;
          text-align: left;
          position: absolute;
          line-height: 30px;
          line-height: 1.875rem; } }
  .container.expandable .header {
    cursor: pointer; }
  .container.expandable .toggle {
    position: absolute;
    left: 10px; }
    @media (min-width: 460px) {
      .container.expandable .toggle {
        position: static; } }
  .container.expandable.collapsed .header {
    border-bottom: 0;
    border-radius: 4px; }
  .container.expandable.collapsed .body {
    display: none; }
  @media (min-width: 860px) {
    .container.mobileExpandable .header {
      cursor: default; } }
  @media (min-width: 860px) {
    .container.mobileExpandable .toggle {
      display: none; } }
  @media (min-width: 860px) {
    .container.mobileExpandable.collapsed .header {
      border-bottom: 1px solid #8e8e8e;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; } }
  @media (min-width: 860px) {
    .container.mobileExpandable.collapsed .body {
      display: block; } }
  .container.noBody .header {
    border: 0;
    border-radius: 4px; }
  .container.noBody .body {
    display: none; }
  .container.directory .body {
    padding: 0 10px; }

.directory .body > ul {
  line-height: 20px; }
  .directory .body > ul > li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #8e8e8e; }
    .directory .body > ul > li:last-child {
      border-bottom: 0; }
    .directory .body > ul > li > a {
      display: block;
      width: 100%; }
      .directory .body > ul > li > a.active {
        color: #303032;
        font-weight: bold;
        cursor: default; }

.dt {
  visibility: hidden;
  overflow: hidden;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 400px; }

.dt-row-even {
  background: #f6f7f8; }

.dt.dt-loaded {
  visibility: visible !important; }

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

.dt .dt-clone {
  opacity: .4; }

.dt .dt-clone .dt-resize-handle {
  visibility: hidden; }

.dt .dt-cell,
.dt .dt-header-cell {
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.625;
  text-overflow: ellipsis;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.dt .dt-row,
.dt .dt-header-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  -o-flex-flow: row;
  flex-flow: row; }

.dt .dt-row-left,
.dt .dt-row-right {
  z-index: 9; }

.dt .dt-row-left,
.dt .dt-row-center,
.dt .dt-row-right {
  position: relative; }

.dt .dt-header {
  overflow: hidden; }

.dt .dt-header .dt-header-inner {
  white-space: nowrap;
  align-items: stretch;
  -webkit-align-items: stretch; }

.dt .dt-header .dt-header-cell {
  position: relative;
  white-space: nowrap;
  display: inline-block; }

.dt .dt-header .dt-header-cell.dt-drag-over {
  background: #EEE; }

.dt .dt-header .dt-header-cell.sortable .dt-header-cell-label {
  cursor: pointer; }

.dt .dt-header .dt-header-cell .sort-btn {
  visibility: hidden;
  display: inline-block; }

.dt .dt-header .dt-header-cell .sort-btn.sort-desc,
.dt .dt-header .dt-header-cell .sort-btn.sort-asc {
  visibility: visible; }

.dt .dt-header .dt-header-cell .dt-resize-handle {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  padding: 0 5px;
  visibility: hidden;
  cursor: ew-resize; }

.dt .dt-header .dt-header-cell.resizable:hover .dt-resize-handle {
  visibility: visible; }

.dt .dt-header .dt-header-cell:last-child .dt-resize-handle {
  visibility: hidden !important; }

.dt .dt-body {
  overflow: auto;
  position: relative;
  z-index: 10; }

.dt .dt-body .dt-body-scroller {
  white-space: nowrap; }

.dt .dt-body .dt-group-row {
  outline: none; }

.dt .dt-body .dt-row {
  backface-visibility: hidden;
  outline: none;
  white-space: nowrap; }

.dt .dt-body .dt-row > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.dt .dt-body .dt-tree-toggle {
  cursor: pointer; }

.dt .dt-footer .page-count {
  display: inline-block; }

.dt .dt-footer .dt-pager {
  display: inline-block;
  float: right; }

.dt .dt-footer .dt-pager .pager,
.dt .dt-footer .dt-pager .pager li {
  padding: 0;
  margin: 0;
  list-style: none; }

.dt .dt-footer .dt-pager .pager li,
.dt .dt-footer .dt-pager .pager li a {
  display: inline-block;
  outline: none; }

.dt.fixed .dt-body .dt-row,
.dt.fixed .dt-body .dt-group-row {
  position: absolute; }

.dt.material {
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
  .dt.material.selectable:not(.checkboxable) .dt-body .dt-row:focus,
  .dt.material.selectable:not(.checkboxable) .dt-body .dt-row:focus .dt-row-block {
    background-color: #EEE; }
  .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected, .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected:hover, .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected:focus,
  .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected .dt-row-block,
  .dt.material.selectable:not(.checkboxable) .dt-body .dt-row.selected:hover .dt-row-block {
    background-color: #304FFE;
    color: #FFF; }
  .dt.material .dt-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .dt.material .dt-header .dt-header-cell {
      text-align: left;
      padding: .5rem 1.2rem;
      font-weight: 400;
      color: #757575;
      vertical-align: bottom; }
    .dt.material .dt-header .dt-resize-handle {
      border-right: solid 1px #eee; }
  .dt.material .dt-header .dt-row-left,
  .dt.material .dt-body .dt-row-left {
    background-color: #FFF;
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==); }
  .dt.material .dt-header .dt-row-right,
  .dt.material .dt-body .dt-row-right {
    background-position: 0 0;
    background-color: #fff;
    background-repeat: repeat-y;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQI12PQkNdi1VTQ5gbSwkAsDQARLAIGtOSFUAAAAABJRU5ErkJggg==); }
  .dt.material .dt-body .dt-row .dt-cell {
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0;
    -webkit-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }
  .dt.material .dt-body .dt-row:hover,
  .dt.material .dt-body .dt-row:hover .dt-row-block {
    background-color: #eee;
    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: linear; }
  .dt.material .dt-body .dt-row:hover input[type='checkbox']:after {
    background-color: #b3e5fc; }
  .dt.material .dt-body .dt-group-row {
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0;
    background: #B6B6B6; }
  .dt.material .dt-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 16px; }
    .dt.material .dt-footer .page-count {
      line-height: 50px;
      height: 50px;
      padding: 0 1.2rem; }
    .dt.material .dt-footer .pager {
      margin: 5px 10px; }
      .dt.material .dt-footer .pager a {
        height: 24px;
        min-width: 24px;
        line-height: 26px;
        padding: 0 6px;
        border-radius: 3px;
        margin: 6px 3px;
        text-align: center;
        vertical-align: top;
        color: rgba(0, 0, 0, 0.54);
        text-decoration: none; }
        .dt.material .dt-footer .pager a:hover {
          color: rgba(0, 0, 0, 0.75);
          background-color: rgba(158, 158, 158, 0.2); }
      .dt.material .dt-footer .pager .icon-left,
      .dt.material .dt-footer .pager .icon-skip,
      .dt.material .dt-footer .pager .icon-right,
      .dt.material .dt-footer .pager .icon-prev {
        font-size: 20px;
        line-height: 32px;
        padding: 0 3px; }
      .dt.material .dt-footer .pager .disabled a {
        cursor: not-allowed;
        color: rgba(0, 0, 0, 0.26) !important;
        background-color: transparent !important; }
      .dt.material .dt-footer .pager .active a {
        background-color: rgba(158, 158, 158, 0.2);
        font-weight: bold; }
  .dt.material .empty-row {
    height: 50px;
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }
  .dt.material .loading-row {
    text-align: left;
    padding: .5rem 1.2rem;
    vertical-align: top;
    border-top: 0; }

.dt-menu {
  position: relative;
  display: inline-block;
  font-size: 14px; }
  .dt-menu .dropdown-toggle {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.26);
    z-index: 2;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color: transparent;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer; }
  .dt-menu .dropdown-menu {
    position: absolute;
    right: 0;
    background: #FFF;
    z-index: 99;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12); }
    .dt-menu .dropdown-menu input[type='text'] {
      padding: 10px 15px;
      display: block;
      width: 100%;
      font-size: 16px;
      outline: none;
      border: none;
      border-bottom: 1px solid #eee; }

.dt-checkbox {
  position: relative;
  margin: .5rem;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer; }
  .dt-checkbox input[type='checkbox'] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    outline: none; }
    .dt-checkbox input[type='checkbox']:before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: "";
      position: absolute;
      left: 0;
      z-index: 1;
      width: 1rem;
      height: 1rem;
      border: 2px solid #f2f2f2; }
    .dt-checkbox input[type='checkbox']:checked:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      height: .5rem;
      border-color: #009688;
      border-top-style: none;
      border-right-style: none; }
    .dt-checkbox input[type='checkbox']:after {
      content: "";
      position: absolute;
      top: -0.125rem;
      left: 0;
      width: 1.1rem;
      height: 1.1rem;
      background: #fff;
      cursor: pointer; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(6.25rem);
    transform: translateY(6.25rem); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/**
 * PROGRESS BAR -----
 */
.progress-linear {
  display: block;
  position: relative;
  width: 100%;
  height: 5px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  margin-top: -5px; }

.progress-linear .container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 5px;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  background-color: #aad1f9; }

.progress-linear .bar {
  transition: all .2s linear;
  -webkit-animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  background-color: #106cc8;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px; }

@-webkit-keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1); } }

@keyframes query {
  0% {
    opacity: 1;
    -webkit-transform: translateX(35%) scale(0.3, 1);
    transform: translateX(35%) scale(0.3, 1); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale(0, 1);
    transform: translateX(-50%) scale(0, 1); } }

.material.autoReportScheduleDatatable.dt {
  height: 470px; }

.greenIcon {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #2bb673;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 460px) {
    .greenIcon {
      width: 50px;
      height: 50px;
      border-radius: 50px; } }
  .greenIcon .fa {
    font-size: 15px;
    line-height: 25px; }
    @media (min-width: 460px) {
      .greenIcon .fa {
        font-size: 25px;
        line-height: 50px; } }
    .greenIcon .fa.fa-edit {
      margin-right: -2px;
      line-height: 27px; }
      @media (min-width: 460px) {
        .greenIcon .fa.fa-edit {
          margin-right: -3px;
          line-height: 53px; } }
    .greenIcon .fa.fa-mobile {
      font-size: 20px; }
      @media (min-width: 460px) {
        .greenIcon .fa.fa-mobile {
          font-size: 35px; } }
    .greenIcon .fa.fa-question-circle {
      margin-right: -2px; }
      @media (min-width: 460px) {
        .greenIcon .fa.fa-question-circle {
          margin-right: -3px; } }

.miniFeatureWithIcon {
  position: relative;
  min-height: 25px;
  margin: 10px 0;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #8e8e8e; }
  @media (min-width: 460px) {
    .miniFeatureWithIcon {
      min-height: 50px;
      padding: 0 0 10px 60px; } }
  .miniFeatureWithIcon .greenIcon {
    position: absolute;
    left: 0; }
  .miniFeatureWithIcon p {
    line-height: 25px;
    font-size: 12px; }
    @media (min-width: 460px) {
      .miniFeatureWithIcon p {
        line-height: 50px;
        font-size: 18px; } }
  @media (min-width: 460px) {
    .miniFeatureWithIcon.right {
      padding: 0 60px 10px 0;
      text-align: right; } }
  @media (min-width: 460px) {
    .miniFeatureWithIcon.right .greenIcon {
      left: auto;
      right: 0; } }
  .miniFeatureWithIcon:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.ngdialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 249;
  background-color: #000000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.ngdialog-content {
  z-index: 250;
  position: fixed;
  top: 75px;
  left: 0;
  right: 0;
  margin: auto;
  outline: none;
  width: 300px; }
  @media (min-width: 460px) {
    .ngdialog-content {
      min-width: 440px; } }
  @media (min-width: 640px) {
    .ngdialog-content {
      min-width: 620px; } }
  @media (min-width: 760px) {
    .ngdialog-content {
      min-width: 740px; } }
  .ngdialog-content .container {
    margin: 0;
    background: none;
    border: none; }
  .ngdialog-content .header {
    padding: 10px 40px 10px 20px;
    background: #233d86;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: none;
    position: relative; }
    .ngdialog-content .header .close {
      position: absolute;
      right: 14px;
      top: 12px;
      color: #ffffff;
      font-size: 22px;
      font-size: 1.375rem; }
      @media (min-width: 460px) {
        .ngdialog-content .header .close {
          top: 18px; } }
  .ngdialog-content .body {
    background: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 20px; }

.loginModal .loginModalContent {
  padding: 20px;
  background: #ffffff; }
  .loginModal .loginModalContent p {
    padding: 0 25px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 460px) {
      .loginModal .loginModalContent p {
        font-size: 18px;
        font-size: 1.125rem; } }

.loginModal .carouselItem img {
  display: none; }
  @media (min-width: 640px) {
    .loginModal .carouselItem img {
      display: inline-block; } }

.loginModal .loginModalCTA {
  padding: 20px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  .loginModal .loginModalCTA p {
    margin: 0; }

.ouibounce .ngdialog-content {
  width: 80%;
  max-width: 600px; }

.sendEmailModal form {
  background: #ffffff;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.directEmailModal form {
  background: #ffffff;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.confirmModal form {
  background: #ffffff;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.contactEditForm form {
  background: #ffffff;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.addEditTemplateModal form {
  background: #ffffff;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.addEditTemplateModal .tox-tinymce {
  min-height: 400px; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block; }
    .pagination ul li {
      float: left;
      margin: 0 2.5px;
      padding: 0 7.5px;
      border: 1px solid #8e8e8e;
      border-radius: 4px;
      font-size: 12px;
      font-size: 0.75rem;
      cursor: pointer; }
      @media (min-width: 640px) {
        .pagination ul li {
          font-size: 14px;
          font-size: 0.875rem; } }
      .pagination ul li.navigation {
        color: #303032; }
        .pagination ul li.navigation:hover {
          border-color: #e16f00; }
        .pagination ul li.navigation.disabled {
          color: #cccccc;
          cursor: default; }
          .pagination ul li.navigation.disabled:hover {
            border-color: #8e8e8e; }
      .pagination ul li.result-count {
        display: none; }
        @media (min-width: 640px) {
          .pagination ul li.result-count {
            display: inline-block; } }
        .pagination ul li.result-count:hover {
          border-color: #e16f00; }
        .pagination ul li.result-count.current {
          border-color: #e16f00;
          cursor: default; }

.sidebarAdWrapper {
  display: none;
  margin-bottom: 10px;
  border-radius: 4px;
  background-image: url("https://production-trackbill.netdna-ssl.com/images/misc/background/square-capitol-outline.9e022587bb3bae05.png");
  background-position: bottom center;
  background-size: cover;
  -ms-behavior: url(/components/backgroundsize.htc); }
  @media (min-width: 860px) {
    .sidebarAdWrapper {
      display: block; } }

.sidebarAdContent {
  padding: 25px 10px;
  border-radius: 4px; }
  @media (min-width: 1020px) {
    .sidebarAdContent {
      padding: 25px; } }
  @media (min-width: 1400px) {
    .sidebarAdContent {
      padding: 50px 25px; } }
  .sidebarAdContent h2 {
    line-height: 1.25em;
    font-size: 26px;
    font-size: 1.625rem;
    text-shadow: #303032 2px 2px 10px; }
  .sidebarAdContent p {
    margin: 20px auto;
    line-height: 1.5em;
    font-size: 14px;
    font-size: 0.875rem;
    text-shadow: #303032 2px 2px 10px; }
    @media (min-width: 1020px) {
      .sidebarAdContent p {
        font-size: 16px;
        font-size: 1rem; } }
  .sidebarAdContent .button {
    padding: 15px 25px;
    box-shadow: #303032 2px 2px 10px; }

.tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px; }
  .tag .delete {
    margin-left: 10px; }
  .tag.full {
    width: 100%;
    margin-bottom: 10px; }
    .tag.full .delete {
      float: right; }

.tagJoin select {
  width: auto; }

.tagList .tag {
  cursor: pointer; }
  .tagList .tag input {
    cursor: pointer; }
  .tagList .tag a {
    padding: 0 5px; }
  .tagList .tag span {
    color: #8e8e8e; }

.sidebar .tagList {
  max-height: 250px;
  overflow-y: auto;
  margin-right: -5px;
  padding-right: 5px; }
  .sidebar .tagList .tag:last-child {
    margin-bottom: 0; }

.statesWrapper {
  margin-bottom: -5px; }
  .statesWrapper .tag {
    margin: 0 5px 5px 0; }

.participantsWrapper .tag {
  margin: 0 5px 5px 0; }

.szn-autocomplete-results {
  position: absolute;
  z-index: 2;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  overflow-y: auto;
  max-height: 175px;
  background: #ffffff;
  border: 1px solid #8e8e8e;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .szn-autocomplete-results > li {
    display: block;
    padding: 3px 20px;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold; }
    .szn-autocomplete-results > li b {
      font-weight: normal; }
    .szn-autocomplete-results > li:hover, .szn-autocomplete-results > li.selected {
      background-color: #3866c6;
      color: #ffffff; }

.testimonial {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 640px) {
    .testimonial {
      font-size: 16px;
      font-size: 1rem; } }
  @media (min-width: 640px) {
    .testimonial .signature {
      margin-top: 10px; } }
  .testimonial .signature img {
    max-height: 50px;
    display: block;
    margin: 10px auto; }
    @media (min-width: 640px) {
      .testimonial .signature img {
        display: inline-block;
        margin: 0 10px 0 0; } }
  .testimonial .signature p {
    display: inline-block;
    margin: 0;
    text-align: center; }
    @media (min-width: 640px) {
      .testimonial .signature p {
        text-align: left; } }
  .testimonial .signature .heading {
    font-weight: bold; }
  .testimonial .signature .signatureTitle {
    color: #8e8e8e; }
  @media (min-width: 760px) {
    .testimonial.hasImage {
      min-height: 205px;
      padding-left: 120px; } }
  .testimonial.hasImage .testimonialImage {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 10px; }
    @media (min-width: 760px) {
      .testimonial.hasImage .testimonialImage {
        position: absolute;
        left: 0;
        top: 0; } }
    .testimonial.hasImage .testimonialImage img {
      vertical-align: top; }

.triColumn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  text-align: center; }
  @media (min-width: 1020px) {
    .triColumn {
      float: left;
      width: 33%;
      max-width: none;
      margin: 0;
      padding: 10px 20px; } }
  .triColumn img {
    display: block;
    margin: 0 auto; }
    .triColumn img.triIcon {
      height: 75px; }
    @media (min-width: 860px) {
      .triColumn img {
        height: 200px; } }
  .triColumn h3 {
    display: inline-block;
    margin: 10px 0 0; }
  .triColumn p {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 640px) {
      .triColumn p {
        font-size: 16px;
        font-size: 1rem; } }

.dualColumn {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 10px auto;
  text-align: center; }
  @media (min-width: 1020px) {
    .dualColumn {
      float: left;
      width: 50%;
      max-width: none;
      margin: 0;
      padding: 10px 20px; } }
  .dualColumn img {
    display: block;
    margin: 0 auto; }
    .dualColumn img.triIcon {
      height: 75px; }
    @media (min-width: 860px) {
      .dualColumn img {
        height: 200px; } }
  .dualColumn h3 {
    display: inline-block;
    margin: 10px 0 0; }
  .dualColumn p {
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 640px) {
      .dualColumn p {
        font-size: 16px;
        font-size: 1rem; } }

.youtubeContainer {
  position: relative;
  padding-bottom: 56.15%; }
  .youtubeContainer iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px; }

.switch input {
  display: none; }

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2196F3; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

/* onoffswitch */
.onoffswitch {
  position: relative;
  width: 80px;
  bottom: -7px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-right: 10px; }

.onoffswitch-checkbox {
  display: none; }

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 50px; }

.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s; }

.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 20px;
  font-size: 0.75rem;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center; }

.onoffswitch-inner:before {
  padding-right: 15px;
  background-color: #233D86;
  color: #FFFFFF; }

.onoffswitch-inner:after {
  padding-left: 15px;
  background-color: #EEEEEE;
  color: #999999; }

.oos-public.onoffswitch-inner:before {
  content: "Web"; }

.oos-public.onoffswitch-inner:after {
  content: "Private"; }

.oos-pinned.onoffswitch-inner:before {
  content: "Pinned"; }

.oos-pinned.onoffswitch-inner:after {
  content: "Unpinned"; }

.greyed {
  background-color: #EEEEEE;
  color: #999999; }

.onoffswitch-switch {
  display: block;
  width: 21px;
  margin: 0px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  border: 2px solid #999999;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0; }

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px; }

/* buttons */
.buttonWrap {
  padding: 20px 0; }

/* pin icon */
.icon-pin {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iMjQiIGhlaWdodD0iMjQiCnZpZXdCb3g9IjAgMCAyNCAyNCIKc3R5bGU9IiBmaWxsOiMwMDAwMDA7Ij4gICAgPHBhdGggZD0iTSAxNC40OTAyMzQgMi40OTAyMzQ0IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAxMy43OTI5NjkgNC4yMDcwMzEyIEwgMTQuMzg4NjcyIDQuODAyNzM0NCBMIDguMTg5NDUzMSA5Ljc3NTM5MDYgTCA3LjIwNzAzMTIgOC43OTI5Njg4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCA2LjQ5MDIzNDQgOC40OTAyMzQ0IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCA1Ljc5Mjk2ODggMTAuMjA3MDMxIEwgOS4wOTM3NSAxMy41MDc4MTIgTCAzLjI4OTA2MjUgMTkuMzEwNTQ3IEMgMi45MDIwNjI1IDE5LjY5NzU0NyAyLjkwMjA2MjUgMjAuMzIzOTM3IDMuMjg5MDYyNSAyMC43MTA5MzggQyAzLjY3NjA2MjUgMjEuMDk3OTM4IDQuMzAyNDUzMSAyMS4wOTc5MzggNC42ODk0NTMxIDIwLjcxMDkzOCBMIDEwLjQ5MjE4OCAxNC45MDYyNSBMIDEzLjc5Mjk2OSAxOC4yMDcwMzEgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDE1LjIwNzAzMSAxNi43OTI5NjkgTCAxNC4zMTA1NDcgMTUuODk2NDg0IEwgMTkuMjE0ODQ0IDkuNjI4OTA2MiBMIDE5Ljc5Mjk2OSAxMC4yMDcwMzEgQSAxLjAwMDEgMS4wMDAxIDAgMSAwIDIxLjIwNzAzMSA4Ljc5Mjk2ODggTCAxNS4yMDcwMzEgMi43OTI5Njg4IEEgMS4wMDAxIDEuMDAwMSAwIDAgMCAxNC40OTAyMzQgMi40OTAyMzQ0IHoiPjwvcGF0aD48L3N2Zz4=") 50% 50% no-repeat;
  background-size: 100%; }

.loginPage .container {
  border: none; }
  @media (min-width: 860px) {
    .loginPage .container {
      margin: 50px auto;
      border: 1px solid #8e8e8e;
      border-radius: 4px; } }

.loginPage .body {
  padding: 20px; }
  @media (min-width: 860px) {
    .loginPage .body {
      padding: 40px; } }

@media (min-width: 860px) {
  .loginPage h1 {
    margin-bottom: 20px; } }

.loginPage-loadingSpacerFix {
  height: 1px;
  margin-top: -1px; }

.loginPage-mobileDownload {
  max-width: 350px;
  margin: 10px auto; }
  @media (min-width: 860px) {
    .loginPage-mobileDownload {
      display: none; } }
  .loginPage-mobileDownload .alert {
    padding: 10px; }
  .loginPage-mobileDownload .fa {
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 28px;
    font-size: 1.75rem; }
  .loginPage-mobileDownload .link {
    line-height: 28px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold; }

.loginForm {
  max-width: 350px;
  margin: 0 auto; }
  .loginForm .button {
    width: 100%;
    height: 40px; }

.dashboardStates {
  margin-bottom: -10px; }

.hearingsWrapper .hearing {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #8e8e8e; }
  .hearingsWrapper .hearing:last-child {
    margin: 0;
    padding: 0;
    border: 0; }

.hearingTitle {
  font-size: 14px;
  font-size: 0.875rem; }
  .hearingTitle a {
    margin-left: 5px; }

h4.hearingTitle {
  font-size: 16px;
  font-size: 1rem; }
  h4.hearingTitle a {
    margin-left: 5px; }

.hearingDetails {
  margin: 5px 20px; }
  .hearingDetails li {
    margin-bottom: 5px; }
    .hearingDetails li:last-child {
      margin-bottom: 0; }
    .hearingDetails li p {
      margin: 0; }

.keywordsWrapper .pastKeywordAlertsWrapper .filterItem {
  padding: 0 5px;
  margin: 0 -5px 5px 0;
  border: none; }

.keywordsWrapper .pastKeywordAlertsWrapper .filterList {
  max-height: 240px;
  overflow-y: scroll;
  padding-right: 5px;
  margin: 5px 0 0; }

.keywordSettings {
  text-align: left; }
  .keywordSettings input[type="text"] {
    margin-bottom: 0; }
  .keywordSettings .alertFrequency {
    margin: 5px 0 0 10px; }
    @media (min-width: 640px) {
      .keywordSettings .alertFrequency {
        margin-left: 25px; } }

.settingsWrapper h5 {
  margin-bottom: 5px; }

.settingsWrapper input[type="checkbox"] {
  margin-left: 10px; }

.checkoutWrapper .pricing {
  display: inline-block;
  position: relative;
  line-height: 1em; }
  .checkoutWrapper .pricing .dollarsign {
    position: absolute;
    top: 0;
    left: -10px;
    line-height: 1em;
    font-size: 14px;
    font-size: 0.875rem; }

.riskFreeBadge {
  margin: 0 auto 20px;
  max-width: 600px;
  text-align: center; }
  .riskFreeBadge img {
    max-width: 150px; }
    @media (min-width: 860px) {
      .riskFreeBadge img {
        float: left; } }
  .riskFreeBadge p {
    float: right;
    max-width: 400px;
    display: none;
    font-family: "roboto slab", "Times New Roman", serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #8e8e8e;
    text-align: justify; }
    @media (min-width: 860px) {
      .riskFreeBadge p {
        display: block; } }

.product {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  padding: 20px;
  background: #303032;
  color: #ffffff;
  cursor: pointer; }
  @media (min-width: 460px) {
    .product {
      width: 80%; } }
  @media (min-width: 640px) {
    .product {
      width: 60%; } }
  @media (min-width: 860px) {
    .product {
      margin: 0 2px;
      width: 220px; } }
  .product h3 {
    font-size: 48px;
    font-size: 3rem;
    margin-top: 20px; }
    @media (min-width: 860px) {
      .product h3 {
        margin-top: 40px; } }
  .product .description {
    margin-top: 20px; }
    @media (min-width: 860px) {
      .product .description {
        margin-top: 40px; } }
    .product .description p {
      color: #8e8e8e; }
  .product .button {
    margin-top: 40px;
    padding: 0 10px;
    width: 200px; }
    @media (min-width: 860px) {
      .product .button {
        width: 100%; } }
  @media (min-width: 860px) {
    .product.enterpriseProduct {
      width: 666px;
      height: auto;
      margin-top: 4px; } }
  .product.enterpriseProduct p {
    font-size: 18px;
    font-size: 1.125rem; }
  .product.enterpriseProduct .button {
    margin-top: 10px; }
    @media (min-width: 860px) {
      .product.enterpriseProduct .button {
        width: auto;
        padding: 0 20px; } }

.registerWrapper {
  max-width: 1000px; }
  .registerWrapper .container {
    max-width: 500px;
    margin: 0 auto 10px; }
    @media (min-width: 860px) {
      .registerWrapper .container {
        float: left;
        width: 48%;
        margin: 0 1%; } }

.cartSummary {
  text-align: center; }
  .cartSummary .heading {
    display: inline-block; }
  .cartSummary .pricing {
    margin-left: 5px;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 860px) {
      .cartSummary .pricing {
        font-size: 32px;
        font-size: 2rem; } }
  .cartSummary a {
    color: #8e8e8e; }

.cartWrapper form {
  max-width: 500px;
  margin: 20px auto; }
  .cartWrapper form label {
    vertical-align: top; }

.billing-col-6 {
  display: inline-block;
  width: 100%;
  padding-right: 1%; }
  @media (min-width: 460px) {
    .billing-col-6 {
      width: 50%;
      padding-right: 1%; } }

.billing-col-3 {
  display: inline-block;
  width: 50%;
  padding-right: 1%; }
  @media (min-width: 460px) {
    .billing-col-3 {
      width: 25%; } }

.billing-col-end {
  padding-right: 0; }

.StripeElement {
  border: 1px solid #8e8e8e;
  border-radius: 4px;
  height: 26px;
  padding: 5px;
  margin-bottom: 10px; }

.certificates {
  display: none;
  max-width: 400px;
  margin: 20px auto;
  text-align: center; }
  @media (min-width: 860px) {
    .certificates {
      display: block; } }
  .certificates tbody {
    display: inline-block; }
  .certificates td {
    width: 125px;
    vertical-align: middle; }
  .certificates .card img {
    float: left;
    width: 25%; }
    .certificates .card img.faded {
      opacity: 0.25; }

.itemTracking {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  box-shadow: #ececec 2px 2px 3px;
  border: 1px solid #e16f00;
  font-size: 11.6px;
  font-size: 0.725rem;
  color: #8e8e8e;
  font-weight: 900;
  width: 150px;
  text-align: center; }
  .itemTracking:hover {
    background-color: #e16f00;
    color: #ffffff; }
  .itemTracking.disabled {
    cursor: default;
    background-color: #ffffff;
    color: #8e8e8e;
    border-color: #e16f00; }
    .itemTracking.disabled:hover {
      background-color: #e16f00;
      color: #ffffff; }
  .itemTracking.tracked {
    background-color: #233d86;
    color: #ffffff;
    border-color: #233d86; }
    .itemTracking.tracked path {
      fill: #ffcc33; }
    .itemTracking.tracked i {
      color: #ffcc33; }
    .itemTracking.tracked:hover {
      background-color: #233d86; }
  .itemTracking i {
    position: relative;
    padding-left: 3px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .itemTracking img {
    position: relative;
    height: 20px;
    top: -6px;
    padding-left: 5px; }

.itemTags form {
  position: relative; }
  .itemTags form .newTagInputContainer {
    width: 100%; }
    @media (min-width: 460px) {
      .itemTags form .newTagInputContainer {
        padding-right: 155px; } }
  .itemTags form input[type="text"] {
    height: 30px;
    line-height: 30px; }
    @media (min-width: 460px) {
      .itemTags form input[type="text"] {
        margin-bottom: 0; } }
  @media (min-width: 460px) {
    .itemTags form input[type="submit"] {
      position: absolute;
      width: 150px;
      bottom: 0;
      right: 0; } }

.itemTags .tagsContainer {
  margin-bottom: -5px; }
  .itemTags .tagsContainer .tag {
    margin: 0 5px 5px 0; }

.itemNotes form,
.itemTeamDiscussion form {
  position: relative; }
  .itemNotes form textarea,
  .itemTeamDiscussion form textarea {
    display: block;
    width: 100% !important;
    min-height: 100px;
    height: 100%;
    white-space: pre-wrap; }
  @media (min-width: 460px) {
    .itemNotes form input[type="submit"],
    .itemTeamDiscussion form input[type="submit"] {
      float: right;
      width: 150px; } }

.itemNotes p {
  margin: 0;
  max-width: none; }

.itemTeamDiscussion .teamDiscussionHeading h6 {
  display: inline-block; }

.itemTeamDiscussion .teamDiscussionHeading .teamDiscussionMetaData {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #8e8e8e; }

.itemTeamDiscussion .updateDiscussionContainer {
  margin: 5px 0; }

.itemList.outdated {
  opacity: 0.8; }

.itemList .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec; }

.itemList .itemTitle a {
  padding-right: 5px;
  color: #233d86; }

.itemList .tagsContainer,
.itemList .notesContainer {
  max-height: 100px;
  overflow-x: auto; }

.itemList .itemTags form input[type="text"] {
  margin-bottom: 5px; }
  @media (min-width: 460px) {
    .itemList .itemTags form input[type="text"] {
      margin-bottom: 0; } }

.itemList .itemTags .spacer {
  height: 5px; }

@media (min-width: 460px) {
  .itemList .itemNotes form .newNotesTextareaContainer {
    padding-right: 155px; } }

.itemList .itemNotes form textarea {
  min-height: 60px;
  margin-bottom: 5px; }
  @media (min-width: 460px) {
    .itemList .itemNotes form textarea {
      margin-bottom: 0; } }

@media (min-width: 460px) {
  .itemList .itemNotes form input[type="submit"] {
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0; } }

.itemList .itemTracking {
  margin: 5px 0; }
  .itemList .itemTracking + .itemTracking {
    margin-left: 5px; }

.itemList .itemShowExtras {
  display: inline-block; }
  @media (min-width: 524px) {
    .itemList .itemShowExtras:before {
      content: "|";
      padding-left: .25em; } }

.itemList .itemExtraActions {
  width: auto;
  margin-left: 2px; }

.itemDetailsTable {
  width: 100%;
  display: block; }
  @media (min-width: 460px) {
    .itemDetailsTable {
      display: table;
      border-collapse: separate;
      border-spacing: 0 .5em; } }
  .itemDetailsTable .table {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .table {
        display: table;
        border-collapse: separate;
        border-spacing: 0 .5em; } }
  .itemDetailsTable .rowGroup {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .rowGroup {
        display: table-row-group; } }
  .itemDetailsTable .row {
    display: block;
    width: 100%;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .row {
        display: table-row; } }
  .itemDetailsTable .fakerow {
    display: block;
    width: 100%;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .fakerow {
        display: table;
        border-collapse: separate;
        border-spacing: 0 .5em; } }
  .itemDetailsTable .fakecell {
    display: block;
    width: 100%;
    width: fit-content;
    table-layout: fixed;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .fakecell {
        display: table-row; } }
  .itemDetailsTable .cell {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .cell {
        display: table-cell;
        width: auto; } }
    .itemDetailsTable .cell.title {
      padding-right: 5px; }
    @media (min-width: 460px) {
      .itemDetailsTable .cell.detail {
        width: 100%;
        padding: 2px 0; } }
  .itemDetailsTable h6 {
    display: inline-block;
    padding-right: 5px;
    color: #8e8e8e; }

.itemPageHeaderStyleHookPatch .grayHero h1.heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 460px) {
    .itemPageHeaderStyleHookPatch .grayHero h1.heading {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 640px) {
    .itemPageHeaderStyleHookPatch .grayHero h1.heading {
      font-size: 26px;
      font-size: 1.625rem; } }

.itemPageHeaderStyleHookPatch .grayHero h2.heading {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 460px) {
    .itemPageHeaderStyleHookPatch .grayHero h2.heading {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 640px) {
    .itemPageHeaderStyleHookPatch .grayHero h2.heading {
      font-size: 18px;
      font-size: 1.125rem; } }

.itemPage .detailsSection {
  overflow: auto;
  max-height: 400px; }
  @media (min-width: 860px) {
    .itemPage .detailsSection {
      max-height: 800px; } }
  .itemPage .detailsSection.itemDocument {
    padding: 0; }
    .itemPage .detailsSection.itemDocument iframe {
      display: block;
      width: 100%;
      height: 400px; }
      @media (min-width: 860px) {
        .itemPage .detailsSection.itemDocument iframe {
          height: 800px; } }
  .itemPage .detailsSection.itemList .item:first-child {
    margin-top: 0; }
  .itemPage .detailsSection.itemList .item:last-child {
    margin: 0;
    padding: 0;
    border: none; }

.itemPage .itemTracking {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1rem; }
  .itemPage .itemTracking img {
    top: -11px; }

.itemPage .tableOfContents {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em; }
  .itemPage .tableOfContents li {
    display: inline-block; }
    .itemPage .tableOfContents li:after {
      content: " | "; }
    .itemPage .tableOfContents li.noSeparator:after {
      color: transparent; }

.itemPage .actionWrapper {
  margin: 10px 0; }
  .itemPage .actionWrapper:first-child {
    margin-top: 0; }
  .itemPage .actionWrapper:last-child {
    margin-bottom: 0; }
  .itemPage .actionWrapper .date {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    font-weight: bold; }

.socialSharing {
  display: inline-block;
  margin-right: 5px; }
  .socialSharing li {
    display: inline-block;
    margin-left: 10px; }
    .socialSharing li:first-child {
      margin-left: 5px; }
    .socialSharing li a {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      line-height: 1.25rem;
      border-radius: 4px;
      vertical-align: middle; }
  .socialSharing .facebook {
    background-color: #3B5998; }
  .socialSharing .twitter {
    padding: 1px;
    background-color: #4099FF; }
  .socialSharing .linkedIn {
    background-color: #007bb6; }
  .socialSharing .googlePlus {
    background-color: #dd4b39; }

#emailContents {
  display: none; }

.trackForTeamModal .trackForTeamModalCTA {
  padding: 20px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.trackForTeamModal .teamMemberSelectContainer {
  overflow-y: auto;
  max-height: 150px; }
  @media (min-width: 460px) {
    .trackForTeamModal .teamMemberSelectContainer {
      max-height: 193px; } }
  .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #8e8e8e; }
    @media (min-width: 460px) {
      .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect {
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect:last-child {
      padding: 0;
      border: none; }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect input {
      margin: 14px 0; }
      @media (min-width: 460px) {
        .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect input {
          margin: 17px 0; } }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect div {
      position: absolute;
      top: 0;
      left: 25px;
      cursor: default; }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect h4.emailOnly {
      line-height: 41px; }
      @media (min-width: 460px) {
        .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect h4.emailOnly {
          line-height: 47px; } }

.landingWithHero .heroWrapper {
  position: relative;
  background-size: cover;
  background-position: top center;
  -ms-behavior: url(/components/backgroundsize.htc); }
  .landingWithHero .heroWrapper.congressBG {
    background-position: bottom center;
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/landing_mobile.d4813e54f834076e.jpg"); }
    @media (min-width: 640px) {
      .landingWithHero .heroWrapper.congressBG {
        background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/landing.f4b970c497e46a8a.jpg"); } }
  .landingWithHero .heroWrapper.capitolOutlineBG {
    background: #233d86;
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/capitol-outline.cf8ed273d39a52e8.png");
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 640px) {
      .landingWithHero .heroWrapper.capitolOutlineBG {
        background-position: 100% 50px; } }
  .landingWithHero .heroWrapper.dcBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/district-of-columbia.a94a906f11558311.jpg"); }
  .landingWithHero .heroWrapper.connecticutBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/connecticut.4fc28b1f6c1fbb61.jpg"); }
  .landingWithHero .heroWrapper.illinoisBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/illinois2.6ac3b605f0af6fdc.jpg"); }
  .landingWithHero .heroWrapper.missouriBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/missouri.67e386fe6200944e.jpg"); }
  .landingWithHero .heroWrapper.marylandBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/maryland.f02151a8801d8f6a.jpg"); }
  .landingWithHero .heroWrapper.northCarolinaBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/north-carolina.d33ceedea4ae61a4.jpg"); }
  .landingWithHero .heroWrapper.rhodeIslandBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states/rhode-island.acfa3ac542863857.jpg"); }
  .landingWithHero .heroWrapper.phoneFlagBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/iphone-flag.bba5ace54e6f6a59.jpg"); }
  .landingWithHero .heroWrapper.phoneMacBG {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/iphone-mac.d969e3127e86cdf3.jpg"); }
  .landingWithHero .heroWrapper.whiteDC2 {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states-white/dc-2.6320344d16e4ca70.png");
    background-size: cover; }
  .landingWithHero .heroWrapper.whiteDC3 {
    background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/states-white/dc-3.12f40fcd1f060aac.png");
    background-size: cover; }

.landingWithHero .heroContent {
  padding: 75px 10px 50px; }
  @media (min-width: 640px) {
    .landingWithHero .heroContent {
      padding: 125px 40px 100px; } }
  .landingWithHero .heroContent h1 {
    line-height: 1.25em;
    text-shadow: #303032 2px 2px 10px; }
    @media (min-width: 1020px) {
      .landingWithHero .heroContent h1 {
        font-size: 50px;
        font-size: 3.125rem; } }
  .landingWithHero .heroContent h2 {
    line-height: 1.5em;
    text-shadow: #303032 2px 2px 10px; }
    @media (min-width: 1020px) {
      .landingWithHero .heroContent h2 {
        font-size: 34px;
        font-size: 2.125rem; } }
  .landingWithHero .heroContent p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5em;
    text-shadow: #303032 2px 2px 10px;
    font-size: 16px;
    font-size: 1rem; }
    @media (min-width: 640px) {
      .landingWithHero .heroContent p {
        font-size: 18px;
        font-size: 1.125rem; } }
    @media (min-width: 860px) {
      .landingWithHero .heroContent p {
        font-size: 24px;
        font-size: 1.5rem; } }
  .landingWithHero .heroContent form {
    max-width: 450px;
    margin: 0 auto; }

.layoutNoHeaderFooter .fakeHeaderForLogo {
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center; }
  @media (min-width: 860px) {
    .layoutNoHeaderFooter .fakeHeaderForLogo {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .layoutNoHeaderFooter .fakeHeaderForLogo a {
    display: inline-block; }
  .layoutNoHeaderFooter .fakeHeaderForLogo img {
    max-height: 50px; }

.layoutNoHeaderFooter .heroContent {
  padding: 50px 10px; }
  @media (min-width: 640px) {
    .layoutNoHeaderFooter .heroContent {
      padding: 100px 40px; } }
  .layoutNoHeaderFooter .heroContent.underFakeHeader {
    margin-top: -32px; }

.landingSections > div {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 860px) {
    .landingSections > div {
      padding-top: 40px;
      padding-bottom: 40px; } }

.landingSections .carouselWrapper {
  max-width: none; }

.homePage .heroVideo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -ms-behavior: url(/components/backgroundsize.htc);
  background: url("https://production-trackbill.netdna-ssl.com/images/hero/tb-home-web-banner-poster-mobile.36e20cab8c776530.jpg") center center/cover no-repeat; }
  @media (min-width: 640px) {
    .homePage .heroVideo {
      background-image: url("https://production-trackbill.netdna-ssl.com/images/hero/tb-home-web-banner-poster.b06f2ff49cc89d12.png"); } }
  .homePage .heroVideo .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.homePage .heroContent {
  padding: 75px 10px 40px; }
  @media (min-width: 640px) {
    .homePage .heroContent {
      padding: 125px 40px 90px; } }
  @media (min-width: 860px) {
    .homePage .heroContent {
      padding: 225px 40px 150px; } }
  .homePage .heroContent .subLink {
    margin-top: 20px;
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.2);
    transition: background 200ms ease-in-out;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 460px) {
      .homePage .heroContent .subLink {
        font-size: 18px;
        font-size: 1.125rem; } }
    .homePage .heroContent .subLink.mobile {
      display: inline-block; }
      .homePage .heroContent .subLink.mobile:before {
        display: inline-block;
        width: 24px;
        content: "\a0";
        background: url("https://production-trackbill.netdna-ssl.com/images/misc/ico-mobile.5c8989a476746160.png") center center/auto 100% no-repeat; }
      @media (min-width: 640px) {
        .homePage .heroContent .subLink.mobile {
          display: none; }
          .homePage .heroContent .subLink.mobile:before {
            content: ""; } }
    .homePage .heroContent .subLink.desktop {
      display: none; }
      @media (min-width: 640px) {
        .homePage .heroContent .subLink.desktop {
          display: inline-block;
          margin-top: 40px; } }
      @media (min-width: 860px) {
        .homePage .heroContent .subLink.desktop {
          margin-top: 55px; } }
    .homePage .heroContent .subLink:hover {
      background: rgba(0, 0, 0, 0.8); }
  .homePage .heroContent .button.callToAction {
    box-shadow: #303032 2px 2px 10px;
    text-transform: uppercase; }

.referralPage .testimonial {
  text-align: center; }
  @media (min-width: 860px) {
    .referralPage .testimonial {
      text-align: left; } }

.mobilePage .heroContent .sendDownloadLink {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 640px) {
    .mobilePage .heroContent .sendDownloadLink {
      font-size: 16px;
      font-size: 1rem; } }

.mobilePage .heroContent img {
  margin: 0 5px; }

.logosWrapper img {
  vertical-align: middle;
  mix-blend-mode: multiply;
  /* for white background pngs */
  width: 40%;
  padding: 4%; }
  @media (min-width: 460px) {
    .logosWrapper img {
      width: 30%;
      padding: 1%; } }
  @media (min-width: 640px) {
    .logosWrapper img {
      width: 25%; } }
  @media (min-width: 1020px) {
    .logosWrapper img {
      width: 19%;
      padding: 0 1%; } }

@media (min-width: 1020px) {
  .logosWrapper.logosWrapperSix img {
    width: 15%;
    padding: 0 1%; } }

.repsWrapper .repWrapper {
  display: inline-block;
  margin: 10px 25px; }
  .repsWrapper .repWrapper img {
    width: 150px;
    border-radius: 50%; }

@media (min-width: 1020px) {
  .repsWrapper .mobileSplitter {
    display: none; } }

@media (min-width: 860px) {
  .testimonialWrapper .testimonial {
    text-align: left; } }

.landingInfographic .wrap {
  padding-top: 50px; }

.landingInfographic .infographic {
  box-shadow: rgba(48, 48, 50, 0.5) 10px 10px 15px; }

.liveChatWrapper {
  padding: 15px 0; }
  @media (min-width: 860px) {
    .liveChatWrapper {
      padding: 40px 0; } }
  @media (min-width: 1020px) {
    .liveChatWrapper {
      padding-bottom: 0;
      height: 540px; } }
  @media (min-width: 1020px) {
    .liveChatWrapper .chatHeaders,
    .liveChatWrapper .chatContent {
      float: left;
      width: 60%;
      position: relative;
      z-index: 2; } }
  .liveChatWrapper .heading {
    margin-bottom: 10px; }
    @media (min-width: 640px) {
      .liveChatWrapper .heading {
        margin-bottom: 20px; } }
  .liveChatWrapper .chatContent .message {
    font-size: x-large; }
  .liveChatWrapper .chatContent .qualifier {
    font-size: x-small;
    color: #777;
    margin-top: 1.5em; }
  @media (min-width: 1020px) {
    .liveChatWrapper .spacer {
      display: none; } }
  .liveChatWrapper img {
    display: none; }
    @media (min-width: 640px) {
      .liveChatWrapper img {
        display: inline-block; } }
    @media (min-width: 1020px) {
      .liveChatWrapper img {
        position: absolute;
        right: 0;
        margin: 0 20px; } }

.trackbill-widget-example {
  padding: 10px 0; }
  @media (min-width: 860px) {
    .trackbill-widget-example {
      float: left;
      width: 50%;
      padding: 0 10px; } }
  @media (min-width: 1020px) {
    .trackbill-widget-example {
      padding: 0 25px; } }

.featuresWrapper > div {
  padding: 15px 0; }
  @media (min-width: 860px) {
    .featuresWrapper > div {
      padding: 40px 0; } }
  .featuresWrapper > div:nth-child(even) {
    background-color: #ececec;
    border: 1px solid #cccccc;
    border-left-width: 0;
    border-right-width: 0; }

.featuresWrapper h3 {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 460px) {
    .featuresWrapper h3 {
      font-size: 32px;
      font-size: 2rem; } }

.featuresWrapper h4 {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 460px) {
    .featuresWrapper h4 {
      font-size: 24px;
      font-size: 1.5rem; } }

.paragraphFormWrapper {
  margin: 10px 0; }
  .paragraphFormWrapper p {
    max-width: 800px;
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem; }
    @media (min-width: 640px) {
      .paragraphFormWrapper p {
        margin: 5px auto;
        line-height: 2; } }
    .paragraphFormWrapper p .extraText {
      display: none; }
      @media (min-width: 640px) {
        .paragraphFormWrapper p .extraText {
          display: inline; } }
  .paragraphFormWrapper input[type="text"],
  .paragraphFormWrapper input[type="email"],
  .paragraphFormWrapper select {
    max-width: 400px;
    margin: 5px 0;
    vertical-align: middle; }
    @media (min-width: 640px) {
      .paragraphFormWrapper input[type="text"],
      .paragraphFormWrapper input[type="email"],
      .paragraphFormWrapper select {
        width: 250px;
        margin: 0; } }
  @media (min-width: 640px) {
    .paragraphFormWrapper .noWrap {
      display: inline-block; } }
  .paragraphFormWrapper.white {
    color: #ffffff; }
    .paragraphFormWrapper.white .heading {
      color: #ffffff; }

.mobileAppLinksWrapper {
  padding: 15px 0; }
  .mobileAppLinksWrapper form {
    display: none; }
  @media (min-width: 860px) {
    .mobileAppLinksWrapper {
      padding: 40px 0 0; }
      .mobileAppLinksWrapper a {
        display: none; }
      .mobileAppLinksWrapper form {
        display: block;
        margin-left: 225px; } }
  .mobileAppLinksWrapper img, .mobileAppLinksWrapper img.phoneHand {
    position: absolute;
    left: 40px;
    bottom: 0; }
  .mobileAppLinksWrapper img.storeBtn {
    position: relative;
    left: auto; }
  .mobileAppLinksWrapper .sendDownloadLink,
  .mobileAppLinksWrapper input[type="text"],
  .mobileAppLinksWrapper .alert {
    display: inline-block;
    width: 400px; }
  .mobileAppLinksWrapper .sendDownloadLink {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 640px) {
      .mobileAppLinksWrapper .sendDownloadLink {
        font-size: 16px;
        font-size: 1rem; } }
  .mobileAppLinksWrapper input[type="submit"] {
    margin-bottom: 40px; }

.reportWrapper main .button.disabled {
  display: none; }

.reportWrapper .container .body {
  max-height: 350px;
  overflow-y: auto; }
  .reportWrapper .container .body.coverPage {
    max-height: none; }

.reportWrapper .skipButton {
  margin-top: 5px; }
  @media (min-width: 460px) {
    .reportWrapper .skipButton {
      margin: 0 5px 0 0; } }

.reportWrapper label {
  line-height: 30px;
  line-height: 1.875rem; }

.reportWrapper select {
  width: auto;
  margin: 0; }

.reportWrapper .stateSelection {
  margin-bottom: 10px; }
  @media (min-width: 460px) {
    .reportWrapper .stateSelection {
      display: flex;
      margin: 5px 0; } }
  @media (min-width: 460px) {
    .reportWrapper .stateSelection label {
      flex-grow: 1;
      max-width: 40%; } }
  .reportWrapper .stateSelection select {
    width: 100%; }
    @media (min-width: 460px) {
      .reportWrapper .stateSelection select {
        flex-grow: 1;
        max-width: 60%; } }

.reportWrapper .tagList {
  margin: -5px 0; }
  .reportWrapper .tagList .tag {
    margin: 5px 10px 5px 0; }

.reportWrapper .coverPage > div {
  margin-top: 10px; }

.reportWrapper .coverPage h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem; }

.reportWrapper .coverPage label {
  margin: 0;
  line-height: initial; }

.reportWrapper .coverPage img {
  padding: 5px;
  border: 1px solid #cccccc; }

.reportWrapper .coverPage .button {
  margin-right: 10px; }

.reportWrapper .pdfWrapper,
.reportWrapper .csvWrapper {
  display: none; }
  @media (min-width: 760px) {
    .reportWrapper .pdfWrapper,
    .reportWrapper .csvWrapper {
      display: block; } }

.reportWrapper .pdfWrapper iframe {
  width: 100%;
  height: 1180px; }

.reportWrapper .csvWrapper {
  max-height: 636px;
  overflow: auto;
  box-shadow: #8e8e8e 0 0 10px; }
  .reportWrapper .csvWrapper table {
    width: 300%;
    text-align: left; }
  .reportWrapper .csvWrapper th, .reportWrapper .csvWrapper td {
    border: 1px solid #cccccc;
    padding: 5px; }
  .reportWrapper .csvWrapper th {
    background: #ececec;
    font-family: "open sans", Arial, sans-serif;
    font-weight: 600; }

.topBar {
  margin: 10px 0;
  padding: 10px;
  border: 4px solid #EFF1F0;
  border-left: none;
  border-right: none;
  text-align: center; }
  @media (min-width: 860px) {
    .topBar {
      margin-top: 0;
      border: 1px solid #8e8e8e;
      border-radius: 4px;
      line-height: 22px;
      line-height: 1.375rem; } }
  .topBar > * {
    margin-top: 10px; }
    .topBar > *:first-child, .topBar > *.clear {
      margin: 0; }
    @media (min-width: 1020px) {
      .topBar > * {
        margin: 0; } }

@media (min-width: 1020px) {
  .sortOrder {
    float: left; } }

.sortOrder div {
  display: inline-block; }
  .sortOrder div span:before {
    content: " | "; }
  .sortOrder div span:first-child:before {
    content: none; }

.sortOrder a.active {
  text-decoration: none;
  color: #303032;
  cursor: text; }

@media (min-width: 1020px) {
  .itemTypeFilter {
    float: right; } }

.itemTypeFilter li {
  display: inline-block;
  margin: 0 2px; }

.itemTypeFilter a {
  display: block;
  padding: 0 5px;
  border-radius: 4px;
  color: #233d86;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 860px) {
    .itemTypeFilter a {
      border: 1px solid #233d86; } }
  .itemTypeFilter a:hover, .itemTypeFilter a.active {
    background: #233d86;
    color: #ffffff; }
  .itemTypeFilter a.active {
    cursor: default; }

.filterItem {
  padding: 10px;
  border-top: 1px solid #8e8e8e; }
  .filterItem:first-child {
    border-top: 0; }
  .filterItem select {
    width: auto;
    margin: 0; }

.titleSmash {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 1.4em;
  text-align: justify;
  margin-right: -.5em;
  padding-right: 1em;
  justify-content: space-between; }
  .titleSmash:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0.2em; }
  .titleSmash:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #f1f1f1; }

.flexTitle {
  display: flex; }

.titleChild {
  margin-left: auto; }
  .titleChild::before {
    content: '';
    margin-left: 0.5em; }

.filterTitle {
  cursor: pointer;
  color: #233d86;
  font-size: 14px;
  font-size: 0.875rem; }
  .filterTitle .expansionIcon {
    margin-right: 5px;
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem; }

.filterList {
  position: relative;
  margin: 10px 0 5px; }
  .filterList li {
    position: relative;
    padding-right: 25px;
    line-height: 22px;
    line-height: 1.375rem; }
    .filterList li span {
      position: absolute;
      right: 0; }
  .filterList label {
    cursor: pointer;
    color: #3866c6; }
    .filterList label:hover {
      color: #233d86; }

.createReport {
  display: none; }
  @media (min-width: 860px) {
    .createReport {
      display: block; } }

.advancedSearchWrapper {
  text-align: center; }
  @media (min-width: 640px) {
    .advancedSearchWrapper {
      text-align: left; } }

@media (min-width: 640px) {
  .advancedSearchRow {
    display: table-row; } }

.advancedSearchRow input:last-child {
  margin-bottom: 0; }

.advancedSearchRow .cell {
  display: block;
  margin: 0 auto 5px;
  line-height: 26px; }
  @media (min-width: 640px) {
    .advancedSearchRow .cell {
      display: table-cell;
      padding: 10px;
      vertical-align: top; } }
  .advancedSearchRow .cell.advancedSearchLabel select {
    width: auto;
    margin: 0; }
  .advancedSearchRow .cell.advancedSearchInput {
    width: 100%;
    max-width: 300px; }
  .advancedSearchRow .cell.advancedSearchLink {
    vertical-align: bottom;
    margin-bottom: 0; }

.advancedSearchStates p {
  margin: 0; }

.advancedSearchStates select {
  width: auto;
  margin: 5px 0 0; }

.advancedSearchStates .statesWrapper {
  margin-top: 10px; }

.reportWrapper .sidebar, .settingsWrapper .sidebar {
  height: 500px;
  background-color: #585f69; }
  .reportWrapper .sidebar h5, .settingsWrapper .sidebar h5 {
    font-weight: 400;
    font-size: 14px; }

.reportWrapper .sidebar .nav > li > a, .settingsWrapper .sidebar .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px; }

.reportWrapper .sidebar .nav > li, .settingsWrapper .sidebar .nav > li {
  width: 100%; }

.reportWrapper .sidebar .nav > li.disabled > a, .settingsWrapper .sidebar .nav > li.disabled > a {
  color: #777; }

.reportWrapper .sidebar .nav > li.disabled > a:hover, .settingsWrapper .sidebar .nav > li.disabled > a:hover {
  background-color: #585F69; }

.reportWrapper .sidebar > .nav > .nav-item > a, .settingsWrapper .sidebar > .nav > .nav-item > a {
  background-color: #585F69;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.reportWrapper .sidebar > .nav > .nav-item > a:hover, .settingsWrapper .sidebar > .nav > .nav-item > a:hover {
  background-color: #3498db;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.reportWrapper .sidebar > .nav > .nav-item > a.active, .settingsWrapper .sidebar > .nav > .nav-item > a.active {
  background-color: #3498db;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.headline h2,
.headline h3,
.headline h4 {
  border-bottom: 2px solid #3498db; }

.headline h4 a {
  font-family: "open sans", Arial, sans-serif;
  font-size: 14px; }

.wizard-steps .headline h1, .wizard-steps .headline h2, .wizard-steps .headline h3, .wizard-steps .headline h4, .wizard-steps .headline h5, .wizard-steps .headline h6, .wizard-steps .headline h7 {
  border-bottom: 2px solid #3498db; }

.wizard-steps > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
  background-color: #585F69;
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.wizard-steps > .completed > a, .nav-list > .completed > a:hover, .nav-list > .completed > a:focus {
  background-color: #3498db;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.nav-list > .completed > a:hover {
  background-color: #3498ff; }

.wizard-steps > .disabled > a, .nav-list > .disabled > a:hover, .nav-list > .disabled > a:focus {
  background-color: #F5F5F5;
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }

.wizard-content-actions {
  background-color: #F5F5F5;
  border: 1px solid #E3E3E3;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
  padding: 5px; }

.step-options {
  padding-left: 10px;
  background: #EEEEEE;
  color: #585F69; }

.wizard-steps .step-options h1,
.wizard-steps .step-options h2,
.wizard-steps .step-options h3,
.wizard-steps .step-options h4,
.wizard-steps .step-options h5,
.wizard-steps .step-options h6 {
  padding: 3px 15px; }

.wizard-steps .step-options div {
  padding: 3px 15px; }

.wizard-steps .step-options ul {
  list-style-type: none; }

.wizard-steps .step-options span.badge {
  background-color: #3498db;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px !important; }

.cron-select-wrap {
  display: inline-block; }

.cron-select-wrap .cron-select {
  width: 150px;
  height: 34px;
  padding: 6px 12px;
  margin: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.cron-select-wrap select {
  min-width: 100px; }

.cron-select-wrap select[multiple] {
  height: 140px; }

.form-group .din {
  display: inline-block; }

.select-options {
  display: inline-block; }

/*!
* lazyYT (lazy load YouTube videos)
* v1.0.1 - 2014-12-30
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000; }

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/*
 * Video Title (YouTube style)
 */
.lazyYT-container .html5-info-bar {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1); }

.lazyYT-container .html5-title {
  padding-right: 6px;
  padding-left: 12px; }

.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap; }

.lazyYT-container .html5-title-text {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none; }

.lazyYT-container .html5-title-text:hover {
  color: #fff;
  text-decoration: underline; }

/*
 * Thumbnail
 */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9; }

.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f; }

.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e; }

#loading-bar {
  transition: all 350ms linear; }
  #loading-bar.ng-enter, #loading-bar.ng-leave.ng-leave-active {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  #loading-bar.ng-enter.ng-enter-active, #loading-bar.ng-leave {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  #loading-bar .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    z-index: 2;
    background: #2bb673;
    transition: width 350ms ease-out;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px; }
  #loading-bar .peg {
    position: absolute;
    width: 70px;
    height: 2px;
    right: 0;
    top: 0;
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    box-shadow: #2bb673 1px 0 6px 1px;
    border-radius: 100%; }

.fixedHeader #loading-bar .bar {
  position: fixed;
  top: 50px; }

.touchevents #loading-bar .bar {
  position: absolute;
  top: 0; }

.tcon {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  background: none; }
  .tcon > * {
    display: block; }
  .tcon:focus {
    outline: none; }

.tcon-menu__lines {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: inline-block;
  height: 3px;
  width: 21px;
  border-radius: 1.5px;
  background: #233d86;
  position: relative;
  top: -1.5px; }
  .tcon-menu__lines:before, .tcon-menu__lines:after {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    height: 3px;
    width: 21px;
    border-radius: 1.5px;
    background: #233d86;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transform-origin: 1.5px center;
    -ms-transform-origin: 1.5px center;
    transform-origin: 1.5px center; }
  .tcon-menu__lines:before {
    top: 7px; }
  .tcon-menu__lines:after {
    top: -7px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); }

.tcon-menu--arrow {
  width: auto; }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines:before, .tcon-menu--arrow.tcon-transform .tcon-menu__lines:after {
    top: 0;
    width: 11.666666667px; }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines:before {
    -webkit-transform: rotate(0.125turn);
    -ms-transform: rotate(0.125turn);
    transform: rotate(0.125turn); }
  .tcon-menu--arrow.tcon-transform .tcon-menu__lines:after {
    -webkit-transform: rotate(-0.125turn);
    -ms-transform: rotate(-0.125turn);
    transform: rotate(-0.125turn); }

.tcon-menu--arrowup {
  width: auto; }
  .tcon-menu--arrowup.tcon-transform {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    -ms-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
    -webkit-transform: rotate(0.25turn);
    -ms-transform: rotate(0.25turn);
    transform: rotate(0.25turn); }

.pdfEmbedDownload {
  position: absolute;
  color: #ffffff;
  cursor: pointer; }
  .pdfEmbedDownload p {
    display: inline-block;
    margin: 0;
    height: 47px;
    line-height: 47px;
    background: rgba(147, 147, 147, 0.7); }
    .pdfEmbedDownload p span {
      opacity: .87; }
  .pdfEmbedDownload:hover p {
    background: #838383; }
    .pdfEmbedDownload:hover p span {
      opacity: 1; }
  .pdfEmbedDownload .fa {
    position: relative;
    top: 3px;
    padding-left: 15px;
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 15px; }
  .pdfEmbedDownload .pdfEmbedDownloadText {
    display: none;
    padding-right: 15px; }

@media (min-width: 460px) {
  .pdfEmbedContainer:hover .fa {
    padding-right: 0;
    margin-right: 15px; } }

@media (min-width: 460px) {
  .pdfEmbedContainer:hover .pdfEmbedDownloadText {
    display: inline-block; } }

.transparentHeader > header .mainNavItem > a {
  text-shadow: #303032 2px 2px 10px; }
  .transparentHeader > header .mainNavItem > a.button.callToAction {
    text-shadow: none;
    box-shadow: #303032 2px 2px 10px; }

.homePage > header {
  background: rgba(48, 48, 50, 0.4); }
  @media (min-width: 1020px) {
    .homePage > header {
      height: 65px;
      margin-bottom: -65px; }
      .homePage > header .headerLinks {
        margin-top: 5px; } }

.openedMenu > header,
.transparentHeader.fixedHeader > header,
.touchevents .transparentHeader > header {
  background: #303032; }

.noHero .wrap {
  padding-top: 50px; }

.wrap ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px; }

.wrap ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #8e8e8e; }

#hubspot-messages-iframe-container {
  min-width: 108px !important;
  min-height: 92px !important;
  z-index: 1 !important; }

#jsd-widget {
  display: initial !important;
  position: fixed !important;
  margin-right: 5px; }

main .container {
  border-style: solid !important;
  overflow: visible;
  min-height: 1px;
  top: 1px;
  margin-top: 1px; }

main .sidebar {
  margin-top: -2px; }

main.advancedSearchWrapper .content {
  padding-top: 18px; }

/*remove border on tablet and mobile deice screens*/
@media (max-width: 859px) {
  main .container {
    border-style: none !important; } }
