@import './stylesheets/bootstrap.css';
@import './stylesheets/bootstrap-theme.css';
html {
  position: relative;
  min-height: 100%;
}

.prod-border {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  width: 250px;
  text-align: center;
}

.chkout-btn {
  margin-top: 20px;
  margin-left: 130px;
  margin-right: 20px;
}

.side-border {
  padding-left: 10px;
  padding-bottom: 30px;
  margin-top: 10px;
  margin-right: 20px;
  border: 1px solid #ddd;
}

.footer {
  position: absolute;
  margin-top: auto;
  width: 100%;
  background-color: #f5f5f5;
}

.footer h4 {
  font-size: 1.1em;
}

footer {
  padding: 20px 0;
  background: #FFC400;
  bottom: 0px;
  width: 100%;
}

footer ul {
  list-style-type: none !important;
  padding: 0px !important;
}

footer ul li {
  padding-bottom: 3px !important;
}

/* About Us Metro Tiles */
.tile {
  text-align: center;
  font-size: 1.4em;
  padding: 0px 10px;
}

.dynamicTile .item {
  line-height: 100px;
  height: 100px;
  text-align: center;
  padding: 0 8px;
}

.color1 {
  background: #ffe57f;
  color: #000000;
}

.color2 {
  background: #FFD740;
  color: #000000;
}

.color3 {
  background: #FFC400;
  color: #000000;
}

.color4 {
  background: #FFAB00;
  color: #000000;
}

.color5 {
  background: #FF8F00;
  color: #000000;
}

.color6 {
  background: #ff6f00;
  color: #000000;
}

.dynamicTile .col-sm-2.col-xs-4 {
  padding: 5px;
}

.dynamicTile .col-sm-4.col-xs-8 {
  padding: 5px;
}

/* Company Show Time line */
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table;
}

.timeline-centered:after {
  clear: both;
}

.timeline-centered:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  background: #f8f8f8;
  /*left: 50%;*/
  top: 20px;
  bottom: 20px;
  margin-left: 30px;
}

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry:after {
  clear: both;
}

.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
  float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  padding-top: 20px;
  margin-left: -8px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  margin-top: 10px;
  background: #fff;
  color: #737881;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  /*-moz-box-shadow: 0 0 0 5px #f8f8f8;*/
  /*-webkit-box-shadow: 0 0 0 5px #f8f8f8;*/
  /*box-shadow: 0 0 0 5px #f8f8f8;*/
  border: solid 3px #FFC400;
  line-height: 40px;
  font-size: 12px;
  float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
  background-color: #303641;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
  background-color: #ee4749;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
  background-color: #FFFFFF;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
  background-color: #21a9e1;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
  background-color: #fad839;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
  background-color: #cc2424;
  color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f8f8f8;
  padding: 0.7em;
  margin-left: 46px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow-wrap: break-word;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f8f8f8 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #000000;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-bottom: 0px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  font-weight: bold;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
  margin-bottom: 0px;
}

.pagination {
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.select-spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.select-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000000;
  opacity: 0.9;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.select-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.select-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.tradmark-class-search-result {
  min-height: 180px;
  text-align: center;
}

.fil1 {
  fill: #FFFFFF !important;
}

.tm-report-highlight {
  /*background: #333333; */
  /*color: #FFFFFF; */
  background: #f8f8f8;
  color: #000000;
  border: solid 2px #999999;
  border-radius: 5px;
  padding: 15px 0;
  margin-bottom: 10px;
}

.tm-report-highlight h2 {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.tm-report-highlight p {
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 0 !important;
  /*border: solid 1px #CC3300 !important;*/
  margin: 0 !important;
}

.legal-header p {
  margin-bottom: 4px !important;
}

.legal-header {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  padding: 0 30px 50px 30px;
  text-align: center;
}

hr.legal-order {
  background: #cc3300;
  height: 1px;
  padding: 0;
  margin: 0;
  width: 80px;
  margin: 0 auto 40px 10px;
  border: none;
  margin-top: 10px;
}

.legal-order {
  text-align: justify;
  font-size: 1em;
  padding: 10px;
  font-family: "charter", Georgia, "Cambria", "Times New Roman", Times, serif;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 2em;
}

.legal-order strong {
  font-weight: 400;
  border-bottom: solid 1px #000;
  border-bottom-style: dotted;
}

.legal-order a {
  color: #cc3300;
  font-weight: 400;
  border-bottom: none;
}

.legal-order table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.legal-order p {
  line-height: 1.6em !important;
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

.legal-order h3 {
  font-size: 1.5em;
  padding: 20px 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.legal-order blockquote {
  line-height: 1em !important;
  font-size: 1em !important;
  margin-bottom: 30px !important;
  border-left: 2px solid #FFC400 !important;
  font-weight: 400 !important;
  padding: 0 0px 0 30px !important;
}

.legal-order ul {
  list-style: none;
  font-size: 1.2em;
  padding-bottom: -30px;
  line-height: 1.5em;
}

.legal-order ul li {
  padding-bottom: 30px;
}

.legal-order ul li:last-child {
  padding-bottom: 0px;
}

.legal-order blockquote::before {
  content: none !important;
}

hr.patent-specification {
  background: #cc3300;
  height: 1px;
  padding: 0;
  margin: 0;
  width: 80px;
  margin: 0 auto 40px 10px;
  border: none;
  margin-top: 10px;
}

.legal-specification {
  font-size: 1em;
  padding: 5px;
  font-family: "Merriweather", serif;
  margin-bottom: 40px;
  font-weight: 400;
}

.legal-specification a {
  color: #cc3300;
  font-weight: 400;
  border-bottom: none;
}

.legal-specification h3 {
  margin-top: 0.4em;
  line-height: 1.6em;
  font-weight: 400;
  padding: 0 50px;
}

.legal-specification h4 {
  padding-top: 20px;
  font-weight: 400;
}

.legal-specification table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.legal-specification p {
  line-height: 1.8em;
  font-size: 1em;
  padding-bottom: 4px;
  word-wrap: break-word;
}

/**/
act table_of_content ul {
  list-style: none;
  padding-left: 0;
  line-height: 1.8em;
}

section h2 {
  font-size: 1.8em !important;
}

section content {
  font-size: 1.2em !important;
  font-family: "Georgia,Cambria,Times New Roman,Times,serif";
}

.india-code {
  font-size: 1em;
  /*padding: 10px 20px; */
  font-family: "Merriweather", serif;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 2em;
}

.india-code strong {
  font-weight: 400;
  border-bottom: solid 1px #000;
  border-bottom-style: dotted;
}

.india-code a {
  color: #cc3300;
  /*border-bottom: solid 1px #CC3300;*/
  /*border-bottom-style: dotted;*/
  font-weight: 400;
  border-bottom: none;
}

.india-code h2 {
  /*margin-left: 20px;*/
  margin-right: 200px;
  font-size: 1.8em;
  line-height: 1.4em;
  text-align: left;
  font-weight: 600;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  letter-spacing: -0.7px;
  /*text-transform: uppercase;*/
}

.india-code h3 {
  /*margin-left: 20px;*/
  margin-right: 200px;
  margin-top: 1em;
  line-height: 1.6em;
  font-weight: 500;
  font-style: italic;
  /*padding: 0 50px;*/
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  letter-spacing: -0.7px;
  /*text-align: center;*/
  /*text-transform: uppercase;;*/
}

.india-code h4 {
  font-weight: 400;
}

.india-code table {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.india-code p {
  line-height: 2.2em;
  font-size: 1em;
  text-align: justify;
}

mark {
  background: #ffff99;
}

section#sectionreferences ul {
  list-style: none;
  padding: 0;
}

em {
  font-weight: bold;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** https://github.com/geedmo/yamm3 ***/
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm .dropdown-menu {
  left: auto;
}

.yamm .yamm-content {
  padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  background: #eaeaea;
  left: 0;
  right: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  padding-bottom: 30px;
  border-bottom: solid 1px #CCCCCC;
  box-shadow: none;
}

.yamm .navbar-nav {
  /*border: solid 1px #CC3300; */
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #F8F8F8;
  border-bottom: solid 1px #CCCCCC;
}

.yamm .tt-suggestion a {
  color: #cc3300 !important;
}

.learnmenu .navbar-header {
  width: 100%;
  text-align: center;
}

.sponsored {
  border: solid 1px #FFC400;
  /*font-size: 1.2em*/
}

.learn-brand img {
  /*float: left;*/
  width: 240px;
  padding: 5px;
}

.yamm ul.navbar-nav li {
  /*border: solid 1px #cc3300;*/
  padding: 0 15px;
  float: none !important;
  display: inline-block !important;
}

.yamm ul.navbar-nav li a {
  font-size: 1.2em;
}

li.learnsearch {
  width: 260px;
  height: 25px;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ff6f00;
}

h2.learnmenu {
  font-size: 1.4em;
  margin-top: 10px;
  margin-bottom: 0px;
}

h2.learnmenu a {
  color: #CC3300 !important;
}

h4.learnmenu {
  margin: 0;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.9em;
}

.alert-info {
  background: #FF6F00;
  /*border: solid 1px #CCCCCC;*/
  color: #fff;
}

.payment-alert-box {
  padding: 20px !important;
  margin-bottom: 0px !important;
}

.payment-alert-box p, .payment-alert-box a {
  font-size: 12px;
  font-weight: 500;
}

.warning-text {
  color: red;
}

.entity {
  border-bottom: solid 1px #EEEEEE;
  padding: 10px 25px;
  font-size: 1.2em;
  line-height: 1.3em;
}

.entity-highlight {
  background: #FFFFCC;
}

/*** DASBOARD ***/
.dashboard .entity-right {
  float: right;
  text-align: right;
  padding-right: 8px;
  margin-top: 24px;
}

.dashboard .entity-right .icons {
  padding-top: 6px;
  font-size: 1.4em;
}

.dashboard .entity {
  border-bottom: solid 1px #e6e6e6;
  padding: 10px 10px;
}

.dashboard .entity:hover {
  background: #EEEEEE !important;
  cursor: pointer;
}

.dashboard .entity-highlight {
  background: #EEEEEE !important;
  /*background: #FFC400 !important;*/
}

.dashboard .entity h2 {
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.7px;
  margin-top: 10px;
  margin-bottom: 3px;
}

.dashboard .entity h4 {
  font-size: 0.8em;
  color: #666666;
  margin: 0;
}

.dashboard ul.menu {
  list-style: none;
  line-height: 1.8em;
  padding-left: 10px;
}

.dashboard .browse {
  padding-top: 20px;
}

.dashboard .full {
  /*height: 100vh;*/
  height: calc(100vh - 50px);
}

/*Remove the scrollbar from Chrome, Safari, Edge and IE*/
.dashboard .full ::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.dashboard .full * {
  -ms-overflow-style: none !important;
}

.container-fluid, .full {
  min-height: 100%;
}

#sidebar {
  padding-top: 5px;
}

.stepwizard-step p {
  margin-top: 2px;
  font-size: 0.8em;
  text-transform: uppercase;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  padding-bottom: 15px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

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

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center;
  vertical-align: top;
}

.landingpage-highlight {
  /*border: solid 1px #cc3300;*/
  padding-top: 40px;
}

.landingpage-highlight h3 {
  /*border: solid 1px #cc3300;*/
  margin: 0 auto;
  max-width: 140px;
}

.landingpage-highlight .btn-xs {
  padding: 2px 6px;
  /*font-size: 0.9em;*/
}

.learn-highlight {
  padding: 2px;
}

.qcheader .btn-md {
  margin-bottom: 8px !important;
}

.qccard {
  border: solid 1px #DDDDDD;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 3em 3em;
  margin-bottom: 1em;
}

.qctimeline {
  border: solid 1px #EEEEEE;
  background: #FFFFFF;
  padding: 15px 15px;
  margin-bottom: 0px;
  border-top: none;
}

.judgement-heading {
  padding: 0 40px;
}

a.blackurl:hover {
  text-decoration: none;
}

a.blackurl {
  color: #000000 !important;
}

a.blackurl h4 {
  color: #000000;
}

.menu-container {
  background: #FFFFFF;
  padding-bottom: 290px;
}

.breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
}

/* The switch - the box around the slider  https://www.w3schools.com/howto/howto_css_switch.asp  */
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

.buttonslider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 8px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .buttonslider {
  background-color: #FF6F00;
}

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

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

/* Rounded sliders */
.buttonslider.round {
  border-radius: 24px;
}

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

.landingpage-highlight h3 {
  /*border: solid 1px #cc3300;*/
  margin: 0 auto;
  max-width: 100px;
}

/*  FlexBox Bootstrap 3: https://www.bootply.com/127827; */
.row .equal {
  display: flex !important;
  flex-wrap: wrap !important;
}

a.feature-link {
  background: #000000;
  box-shadow: 6px 0 0 #000000, -6px 0 0 #000000;
  font-size: 1em;
  /*line-height: 1.5em; */
  display: inline;
  /*background: #FF6F00; */
  color: #FFFFFF !important;
  font-weight: 400;
  padding: 0px;
  padding-left: 0;
  padding-right: 0;
  /*box-shadow: 5px 0 0 #FF6F00, -5px 0 0 #FF6F00;*/
  text-transform: uppercase;
  /*text-decoration: underline;*/
}

a.feature-link:hover {
  text-decoration: none;
  box-shadow: 6px 0 0 #CC3300, -6px 0 0 #CC3300;
  color: #FFFFFF !important;
  background: #CC3300;
}

.btn-null {
  border: solid 1px #Ccc330;
  background: #EEE;
  color: #333;
  border: none;
}

#affix-nav {
  padding: 10px 0 6px 0;
  width: 100%;
  background: #FFD54C;
  border-bottom: solid 0px #CCCCCC;
}

#follow .qccard {
  background: #FFC400;
  border-top: solid 0px #FF6F00;
}

#follow .qccard h5 {
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: -0.4px;
}

#follow .qccard h4 {
  margin-top: 6px;
  margin-bottom: 6px;
}

#follow .qccard .btn-lg {
  padding-top: 3px;
  padding-bottom: 3px;
}

hr.thin {
  background: #999999;
  height: 1px;
  padding: 0;
  width: 80px;
  border: none;
  margin: 10px auto 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*z-index: 1040;*/
  background-color: #000;
}

.product-landing {
  padding: 0 6px;
  margin-bottom: 6px;
  min-height: 250px;
}

.product-landing section {
  border: solid 1px #CCCCCC;
  height: 100%;
  background: #FFFFFF;
  padding: 0 12px 12px 12px;
  text-align: left;
}

.product-landing section a {
  position: absolute;
  bottom: 12px;
  display: block;
}

.product-landing section h3 {
  padding-right: 79px;
}

.product-landing section p {
  padding-right: 10px;
}

.showcase {
  top: -12em;
  height: 300px;
  position: relative;
}

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

.related-people .person {
  width: 60px;
  float: right;
  vertical-align: bottom;
  text-align: center;
  margin-top: 120px;
}

.qcheader .qcswag {
  padding-top: 10px;
  margin-top: 10px;
}

.related-people .person .person-image {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.qcheader .entity-image {
  margin-top: 40px;
  width: 60px;
}

.qcheader .qcswag {
  padding-top: 0px;
}

.search-classes {
  padding: 20px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  text-align: center;
}

.search-classes .conflict {
  justify-content: center;
  padding-top: 6px;
  font-size: 0.7em;
  color: #000000;
  background: #FFFFFF;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  display: block;
  position: relative;
  border: solid 1px #333333;
  width: 106px;
  height: 82px;
  border-radius: 6px;
  text-transform: uppercase;
  animation: fade-in 0.4s linear;
  -webkit-animation-fill-mode: both;
}

.search-classes .conflict number {
  font-weight: 700;
  position: absolute;
  top: 20px;
  display: block;
  font-size: 2.8em;
  width: 106px;
  text-align: center;
}

.search-classes .conflict:nth-child(1) {
  -webkit-animation-delay: 0.2s;
}

.search-classes .conflict:nth-child(2) {
  -webkit-animation-delay: 0.4s;
}

.search-classes .conflict:nth-child(3) {
  -webkit-animation-delay: 0.6s;
}

.search-classes .conflict:nth-child(4) {
  -webkit-animation-delay: 0.8s;
}

.search-classes .conflict:nth-child(5) {
  -webkit-animation-delay: 1s;
}

.search-classes .conflict:nth-child(6) {
  -webkit-animation-delay: 1.2s;
}

.search-classes .conflict:nth-child(7) {
  -webkit-animation-delay: 1.4s;
}

.search-classes .conflict:nth-child(8) {
  -webkit-animation-delay: 1.6s;
}

.search-classes .conflict:nth-child(9) {
  -webkit-animation-delay: 1.8s;
}

.search-classes .conflict:nth-child(10) {
  -webkit-animation-delay: 2s;
}

.search-classes .conflict:nth-child(11) {
  -webkit-animation-delay: 2.2s;
}

.search-classes .conflict:nth-child(12) {
  -webkit-animation-delay: 2.4s;
}

.search-classes .conflict:nth-child(13) {
  -webkit-animation-delay: 2.6s;
}

.search-classes .conflict:nth-child(14) {
  -webkit-animation-delay: 2.8s;
}

.search-classes .conflict:nth-child(15) {
  -webkit-animation-delay: 3s;
}

.search-classes .conflict:nth-child(16) {
  -webkit-animation-delay: 3.2s;
}

.search-classes .conflict:nth-child(17) {
  -webkit-animation-delay: 3.4s;
}

.search-classes .conflict:nth-child(18) {
  -webkit-animation-delay: 3.6s;
}

.search-classes .conflict:nth-child(19) {
  -webkit-animation-delay: 3.8s;
}

.search-classes .conflict:nth-child(20) {
  -webkit-animation-delay: 4s;
}

.search-classes .conflict:nth-child(21) {
  -webkit-animation-delay: 4.2s;
}

.search-classes .conflict:nth-child(22) {
  -webkit-animation-delay: 4.4s;
}

.search-classes .conflict:nth-child(23) {
  -webkit-animation-delay: 4.6s;
}

.search-classes .conflict:nth-child(24) {
  -webkit-animation-delay: 4.8s;
}

.search-classes .conflict:nth-child(25) {
  -webkit-animation-delay: 5s;
}

.search-classes .conflict:nth-child(26) {
  -webkit-animation-delay: 5.2s;
}

.search-classes .conflict:nth-child(27) {
  -webkit-animation-delay: 5.4s;
}

.search-classes .conflict:nth-child(28) {
  -webkit-animation-delay: 5.6s;
}

.search-classes .conflict:nth-child(29) {
  -webkit-animation-delay: 5.8s;
}

.search-classes .conflict:nth-child(30) {
  -webkit-animation-delay: 6s;
}

.search-classes .conflict:nth-child(31) {
  -webkit-animation-delay: 6.2s;
}

.search-classes .conflict:nth-child(32) {
  -webkit-animation-delay: 6.4s;
}

.search-classes .conflict:nth-child(33) {
  -webkit-animation-delay: 6.6s;
}

.search-classes .conflict:nth-child(34) {
  -webkit-animation-delay: 6.8s;
}

.search-classes .conflict:nth-child(35) {
  -webkit-animation-delay: 7s;
}

.search-classes .conflict:nth-child(36) {
  -webkit-animation-delay: 7.2s;
}

.search-classes .conflict:nth-child(37) {
  -webkit-animation-delay: 7.4s;
}

.search-classes .conflict:nth-child(38) {
  -webkit-animation-delay: 7.6s;
}

.search-classes .conflict:nth-child(39) {
  -webkit-animation-delay: 7.8s;
}

.search-classes .conflict:nth-child(40) {
  -webkit-animation-delay: 8s;
}

.search-classes .conflict:nth-child(41) {
  -webkit-animation-delay: 8.2s;
}

.search-classes .conflict:nth-child(42) {
  -webkit-animation-delay: 8.4s;
}

.search-classes .conflict:nth-child(43) {
  -webkit-animation-delay: 8.6s;
}

.search-classes .conflict:nth-child(44) {
  -webkit-animation-delay: 8.8s;
}

.search-classes .conflict:nth-child(45) {
  -webkit-animation-delay: 9s;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear-then-fade {
  0%, 100% {
    opacity: 0;
  }
  5%, 60% {
    opacity: 1;
  }
}
.flash {
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
  font-size: 1.2em;
  max-width: 100%;
  width: max-content;
}
.flash__message {
  padding: 4px 14px;
  font-size: 1.4em;
  padding: 4px 12px;
  background-color: var(--color-dark);
  animation: appear-then-fade 6s both;
  background: #28c704;
  color: #FFFFFF;
  border-radius: 4px;
}

.tab-pane {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .menu-container {
    /*padding-bottom: 234px !important;*/
  }
  #sidebar {
    border-right: solid 1px #e6e6e6;
    width: inherit;
    min-width: 210px;
    max-width: 210px;
    float: left;
    height: 100%;
    position: relative;
    overflow: auto;
  }
  #main {
    width: calc(100% - 210px);
  }
}
@media only screen and (max-device-width: 768px) {
  .landingpage-highlight .btn-xs {
    padding: 2px 6px;
    font-size: 0.7em;
  }
  .footer {
    height: 1050px !important;
  }
}
.fcol {
  /*margin-right: 20px;*/
}

.termsAndPolicies {
  padding-right: 7px !important;
  color: black !important;
  font-weight: bold !important;
}

.termsAndPolicies:hover {
  color: black !important;
}

.footerSocial {
  color: black !important;
  padding-right: 3px !important;
}

.footerSocial:hover {
  /*color: #cc3300 !important;*/
  text-decoration: none;
}

/*** END OF STICK FOOTER ******/
body {
  height: 100%;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
  background: #f8f8f8;
}

h4.qcswag {
  /*border-bottom: solid 1px #CCC;*/
  padding-bottom: 0px;
  padding-top: 40px;
  text-align: left;
  padding-left: 10px;
}

h3.qcswag {
  letter-spacing: -1px;
  font-weight: 600;
  border-bottom: solid 1px #CCCCcc;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 1.6em;
  margin-bottom: 1.2em;
  padding-bottom: 4px;
  /*border-bottom: solid 1px #FFC400;*/
  font-size: 1.5em;
  text-transform: uppercase;
  margin-top: 1.5em;
}

h2.qcswag {
  font-weight: bold;
  padding-left: 2px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-bottom: 0px;
  /*font-style: italic;*/
  /*color: #CC3300;*/
}

h1.qcswag {
  font-weight: 700;
  letter-spacing: -0.6px;
  font-style: 34px;
}

.hvr-float {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.orange {
  color: #ff6f00;
}

header {
  background: #FFC400;
}

a {
  color: #cc3300;
  text-decoration: none;
}

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

/* Open Menu on Hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* For trademark selector */
#tm-selector .dropdown-menu {
  width: 100%;
}

/**************************/
header .nav a {
  color: #000000;
}

.field_with_errors {
  border: solid 1px #ff9966;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#error_explanation {
  padding: 15px;
  background: #f8f8f8;
  margin-bottom: 15px;
}

#error_explanation h2 {
  font-size: 1.4em;
  margin: 0;
}

.navbar-nav a {
  background: none !important;
}

.navbar-nav a:hover {
  color: #CC3300 !important;
  /*text-decoration: underline !important;*/
}

.navbar .navbar-toggle .icon-bar {
  background: #000000;
  height: 3px;
}

button.navbar-toggle {
  border: none;
}

.numberCircle {
  border: 1px solid black;
  border-radius: 100%;
  padding: 0px 5px 0px 5px;
}

.bg-orange {
  background: #ff6f00;
  color: #FFFFFF;
}

.bg-orange h2 {
  padding: 0px;
  margin: 20px 0;
  font-weight: 400;
  color: #FFFFFF;
}

.bg-white {
  background: #FFF;
}

.bg-yellow {
  background: #FFC400;
  border-bottom: solid 4px #FFC400;
}

.bg-grey {
  background: #eeeeee;
}

.landing_title_secondary {
  letter-spacing: -1px !important;
  margin-bottom: 0px !important;
  padding-bottom: 5px !important;
}

.landing_title_primary {
  font-weight: 600 !important;
  letter-spacing: -2px !important;
  visibility: visible;
  animation-duration: 0.2s;
  animation-name: pulse;
}

.landing_features h2 {
  margin-bottom: 1px;
  letter-spacing: -1px;
}

.landing_features div {
  font-size: 1.2em;
  margin-bottom: 5px;
}

.landing_features a {
  font-size: 0.9em;
  font-weight: 600;
}

.landing_pills {
  margin-right: 25px;
}

.landing_pills a {
  font-size: 17px;
}

.price_breakdown_table {
  font-size: 1.2em;
}

.landing_contact {
  background: #ff6f00;
}

.landing_contact h2 {
  padding: 0px;
  margin: 20px 0;
  font-weight: 400;
  color: #FFF;
}

.msme_benefits {
  background: #f1f1f1;
  border: solid 1px #CCC;
  width: 100%;
  padding: 15px 8px;
  margin-bottom: 20px;
}

#faqs {
  /*padding: 70px 0;*/
}

.faq {
  border-bottom: solid 1px #CCCCCC;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 1.16em;
  padding-right: 10px;
  padding-left: 10px;
}

.faq h3 {
  letter-spacing: -0.5px;
  font-size: 20px;
}

.faq ul {
  /*font-size:1.1em;*/
  /*line-height:1.4em;*/
}

.faq p {
  /*font-size: 1.2em;*/
}

.price {
  text-transform: uppercase;
}

.compliances {
  padding: 0 10px;
  margin-bottom: 20px;
}

.compliances-main {
  background: #FFF;
  padding: 20px 20px 40px 20px;
  text-align: center;
  height: 240px;
  width: 370px;
  background: #EEEEEE;
  /*border-bottom: solid 1px #d5d5d5;*/
  /*border-right: solid 1px #d5d5d5;*/
  border: solid 1px #d5d5d5;
  margin: 0;
}

.compliances-main h3 {
  font-size: 1.8em;
}

.compliances-main-active {
  background: #FFC400;
  padding: 40px 10px 10px 10px;
  text-align: center;
  color: #333333;
}

.compliances-main-active .btn-warning {
  background: #ff6f00;
}

.pricing {
  padding: 0 10px;
  margin-bottom: 20px;
}

.pricing-main {
  background: #FFF;
  padding: 20px 20px 20px 20px;
  text-align: center;
  border-bottom: solid 1px #d5d5d5;
  border-right: solid 1px #d5d5d5;
  margin: 0;
}

.pricing-main h3 {
  font-size: 1.8em;
}

.pricing-main-active {
  background: #FFC400;
  padding: 40px 10px 10px 10px;
  text-align: center;
  color: #333333;
}

.pricing-main-active .btn-warning {
  background: #ff6f00;
}

t .quickcompany-band {
  height: 20px;
  background: #ffc24f;
}

.panel {
  /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)*/
}

h4 {
  line-height: 1.2em;
}

.black-highlight {
  background: #000000;
  color: #FFFFFF;
  opacity: 0.9;
}

.highlight-box {
  background: #FFFFFF;
  padding: 20px;
  border: 3px solid #000000;
  border-radius: 5px;
  width: 230px;
  margin: 54px 0 0 auto;
}

a.yellow-heading {
  /*background: #000000;*/
  background: #FFC400;
  color: #000000;
  opacity: 0.9;
  line-height: 1em;
  font-size: 0.7em;
}

a.yellow-heading:hover {
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

h4.red {
  color: #CC3300;
}

h4.qc-panel-title {
  padding-left: 10px;
  font-size: 1.2em;
}

h4.qc-panel-title a {
  color: #333;
  color: #cc3300;
}

.report-status {
  background: #FFC400;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 0px 10px 0;
  border-radius: 5px;
  /*min-height: 100px;*/
}

.report-status h1 {
  padding: 0px;
  font-weight: 600;
  font-size: 2.6em;
  margin: 0;
}

.searchreport h3 {
  border-bottom: solid 1px #FFC400;
}

/*https://stackoverflow.com/questions/13516534/how-to-avoid-page-break-inside-table-row-for-wkhtmltopdf*/
.wicked_pdf table, .wicked_pdf tr, .wicked_pdf td, .wicked_pdf th, .wicked_pdf tbody, .wicked_pdf thead, .wicked_pdf tfoot {
  page-break-inside: avoid !important;
}

.report-box h2 {
  font-weight: 600;
  padding-left: 2px;
  letter-spacing: -1.5px;
  font-weight: 600;
  font-style: italic;
  padding-bottom: 6px;
  border-bottom: solid 2px #FFC400;
  margin: 0;
  padding-left: 5px;
  /*text-transform: uppercase;*/
}

.report-box p {
  font-size: 1.1em;
}

.hero {
  padding: 150px 0 70px 0;
}

.white {
  background: #FFF;
}

.white-theme-hero {
  background: #FFFFFF;
  min-height: 400px;
  padding-top: 40px;
}

.home-trademark-fold {
  min-height: 1100px !important;
}

.theme-hero {
  background: rgb(255, 217, 0);
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 217, 0) 0%, rgb(255, 196, 0) 52%, rgb(255, 196, 0) 54%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(255, 217, 0)), color-stop(52%, rgb(255, 196, 0)), color-stop(54%, rgb(255, 196, 0)));
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 217, 0) 0%, rgb(255, 196, 0) 52%, rgb(255, 196, 0) 54%);
  background: -o-radial-gradient(center, ellipse cover, rgb(255, 217, 0) 0%, rgb(255, 196, 0) 52%, rgb(255, 196, 0) 54%);
  background: -ms-radial-gradient(center, ellipse cover, rgb(255, 217, 0) 0%, rgb(255, 196, 0) 52%, rgb(255, 196, 0) 54%);
  background: radial-gradient(ellipse at center, rgb(255, 217, 0) 0%, rgb(255, 196, 0) 52%, rgb(255, 196, 0) 54%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffd900", endColorstr="#FFC400", GradientType=1 );
  padding-top: 10em;
  padding-bottom: 12em;
}

.theme-hero .features {
  padding: 30px 30px 0 30px;
}

.theme-hero .features .img-responsive {
  max-width: 50px;
  display: inline-block;
  margin-top: 30px;
}

.theme-hero-lg {
  min-height: 620px;
}

.theme-hero h2 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4em;
  letter-spacing: -0.5px;
  font-weight: 500;
}

.theme-hero p {
  padding-left: 37px;
  font-size: 1.1em;
}

.court-hero {
  min-height: 900px !important;
  padding: 0 10px;
}

.hero-height {
  min-height: 500px;
  padding-top: 140px;
}

.nomargin {
  margin: 0;
  padding: 0;
}

.qcshadow {
  border-right: solid 1px #d5d5d5;
  border-bottom: solid 1px #d5d5d5;
}

.qcfeature {
  background: #FFF;
  margin-bottom: 10px;
  padding: 20px 0 10px 0;
}

.feature-card {
  /*padding-bottom: 50px;*/
  height: 420px;
}

.feature-float {
  margin-top: -100px;
  padding-bottom: 70px;
}

a.sign-in-google {
  display: block;
  width: 102px;
  height: 102px;
  margin: 0 auto;
}

a.sign-in-facebook {
  display: block;
  width: 102px;
  height: 102px;
  margin: 0 auto;
}

.company-search {
  padding-top: 150px;
}

.company-search h1 {
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 2.8em;
}

#company-search-bar {
  display: none;
}

h2 {
  margin-top: 1.6em;
  font-weight: 600;
}

h3 {
  margin-top: 1.4em;
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h2.landing {
  font-size: 2em;
  letter-spacing: -1px;
  font-weight: 600;
}

hr.yellow {
  background: #FFC400;
  height: 5px;
  padding: 0;
  margin: 0;
  width: 80px;
  margin: 0 auto 30px auto;
  border: none;
}

hr.yellowright {
  background: #FFC400;
  height: 5px;
  padding: 0;
  width: 80px;
  margin: 5px 0 20px 0;
  border: none;
}

hr.red {
  background: #ff6f00;
  height: 5px;
  padding: 0;
  margin: 0;
  width: 80px;
  margin: 0 auto 40px auto;
  border: none;
  margin-top: 10px;
}

.blurry-text {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.blurry-text::-moz-selection { /* Code for Firefox */
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.blurry-text::selection {
  color: transparent;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.zerobottompadding {
  padding-bottom: 0;
  margin-bottom: 0;
}

button.go-button {
  background: #ff6f00;
  color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  padding: 12px 18px;
  text-shadow: none;
  font-weight: 400;
}

button.go-button:hover, button.go-button:focus, button.go-button:visited {
  background: #cc3300;
  text-shadow: none;
  color: #FFF;
}

.company-search input.form-control::-moz-placeholder {
  color: #999;
  /*font-weight: 300;*/
}

#company-name {
  background: #FFF;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.company-search p {
  color: #666666;
  font-size: 0.9em;
}

.red {
  color: #cc3300;
}

.isa_error {
  color: #D8000C;
  background-color: #FFBABA;
}

div .pricing h2 {
  margin: 0;
  padding: 0;
  font-size: 2.4em;
}

div .pricing ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 10px 10px;
  text-align: left;
}

div .pricing ul li {
  padding: 10px 5px;
  border-bottom: solid 1px #cccbcc;
}

.tm-product-highlight {
  /*background: #FFFFFF; */
  padding-top: 25px;
  height: 360px;
}

ul.product-cart {
  background: #FFF;
  list-style: none;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

ul.product-cart li {
  padding: 0px 25px 0px 0px;
  color: #666;
  float: left;
}

ul.list-documents {
  font-size: 1.2em;
  list-style: none;
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0px 0px 0px;
}

ul.list-documents li {
  padding: 0px 25px 0px 0px;
  color: #666;
  border-bottom: solid 1px #e0e0e0;
}

.btn-warning {
  background: #F0AD4E;
  border: none;
  text-shadow: none;
}

.btn {
  box-shadow: none;
}

div.learn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.learn {
  overflow-wrap: break-word;
}

.learn ol.breadcrumb {
  /*border: solid 1px #CC3300;*/
  padding: 2px 0;
}

ul.learn {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

ul.learn li {
  font-size: 1.2em;
  border-bottom: solid 1px #f8f8f8;
  padding: 8px 0;
}

.learn h1 {
  margin-top: 14px;
}

.learn h2 {
  font-weight: 600;
  letter-spacing: -0.8px;
}

.learn h3 {
  font-weight: 600;
}

.learn .well {
  padding: 24px 18px 13px 18px !important;
  letter-spacing: 0px !important;
  font-size: 1.1em;
}

.learn h4 {
  line-height: 1.5em;
  margin-bottom: 0px;
  margin-top: 20px;
}

.learn p, .learn ol, .learn ul {
  font-size: 1.24em;
  line-height: 1.6em;
}

.learn blockquote p {
  line-height: 1.2em;
}

.toc-index {
  border: solid 1px #CCC;
  background: #f8f8f8;
  padding: 10px 20px 30px 20px;
}

div.search-white {
  background: #FFF;
}

div.search-white input.form-control {
  padding: 10px 0px;
}

div.search-white input.form-control:focus {
  box-shadow: none;
}

div.search-white button {
  box-shadow: none;
  color: #ff6f00;
  background: none;
}

div.search-white button:hover {
  background: none;
  color: #ee5b13;
}

div.search-white button:focus {
  background: none;
  color: #ee5b13;
}

h3.companyname {
  font-size: 1.4em;
  margin-bottom: 2px;
}

ul.companyincludes {
  list-style: none;
}

.btn-yellow {
  background: #ffad1e;
  text-shadow: none;
  color: #FFF;
  text-transform: uppercase;
}

.btn-yellow:focus, .btn-yellow:hover {
  color: #FFF;
  background: #ff6f00;
}

.btn-orange {
  background: #ff6f00;
  text-shadow: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 400;
}

a.btn-orange:visited {
  color: #FFF;
}

.btn-orange:focus, .btn-orange:hover, .btn-orange:visited {
  color: #FFF;
  background: #cc3300;
}

a.btn-orange:hover {
  color: #FFF;
  background: #cc6600;
}

.uppercase {
  text-transform: uppercase;
}

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

ul.questions li {
  padding: 10px;
  border-bottom: solid 1px #eeeeee;
}

.section {
  padding: 60px 0;
}

.search-section {
  /*padding-bottom: 300px;*/
}

.lighter {
  color: #AAA;
}

.color-grey {
  color: #666666;
}

.grey {
  background: #eeeeee;
}

.our-customers {
  padding-top: 70px;
}

/* Company Search */
.ui-widget-content {
  background: #FFF;
  border: solid 1px #999999;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
}

.ui-corner-all {
  border-radius: 0px;
}

.iframe-pg {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframe-pg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company-graph {
  position: relative;
  width: 100%;
  cursor: pointer;
}

#company-graph {
  display: block;
  width: 100%;
  height: auto;
}

.company-graph-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #555555;
}

.company-graph:hover .company-graph-overlay {
  opacity: 0.9;
}

#vis-full:hover {
  color: white;
}

.company-graph-overlay-text {
  color: white;
  font-size: 20px;
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tm-image {
  text-align: center;
  border: solid 1px #EEE;
  padding: 8px;
  margin: 0 auto;
  max-width: 100%;
}

.tm-image-size {
  max-height: 100px;
  min-height: 100px;
}

.modal-header {
  padding: 20px 15px 20px 15px;
}

.modal-content {
  /*min-width: 500px;*/
}

.tmsearchimage {
  margin: 0 auto;
  margin-bottom: 15px;
}

/** Image height responsiveness **/
.responsive-container {
  position: relative;
  width: 100%;
  max-height: 90px;
}

.dummy {
  padding-top: 100%; /* forces 1:1 aspect ratio */
}

.img-center {
  margin: 0 auto;
}

.img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; /* Align center inline elements */
  font: 0/0 a;
}

.img-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.img-container img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%; /* <-- Set maximum height to 100% of its parent */
  max-width: 100%; /* <-- Set maximum width to 100% of its parent */
}

.minheight {
  min-height: 200px;
}

#payment-form > input:nth-child(12) {
  border: none;
  color: #FFF;
  background: #ff6f00;
  text-transform: uppercase;
  padding: 6px 12px;
  box-shadow: none;
  font-size: 1.2em;
}

ul.nav-stacked li {
  background: #f8f8f8;
}

.nav-pills > li > a {
  padding: 4px 12px;
  margin-right: 8px;
  color: #000000;
  /*font-weight: 500;*/
  /*font-size: 1.2em;*/
  letter-spacing: -0.4px;
  /*border-radius: 0 !important;*/
}

.nav-pills > li.active > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background: #FF6F00 !important;
  text-decoration: none;
  color: #FFFFFF !important;
  /*color: #000000 !important;*/
  /*border-bottom: solid 2px #FF6f00;*/
  /*padding-bottom: 10px;*/
}

.nav-pill-tabs > li > a {
  padding: 6px 14px;
  margin-right: 8px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -0.4px;
  margin-bottom: 2px;
  padding-top: 18px !important;
}

.nav-pill-tabs > li.active > a, .nav-pill-tabs > li > a:hover, .nav-pill-tabs > li > a:focus {
  background: none !important;
  border-bottom: solid 2px #FF6F00 !important;
  text-decoration: none;
  color: #CC3300 !important;
  margin-bottom: 0px;
}

i.fa {
  /*display: none !important; */
}

/* Salvattore Code */
#grid[data-columns="3"]::before {
  content: "3 .col-sm-4";
}

#grid[data-columns="2"]::before {
  content: "2 .col-sm-6";
}

#grid[data-columns=""]::before {
  content: "1 .col-sm-12";
}

/* .modal-transparent */
.modal-transparent {
  background: transparent;
}

.modal-transparent .modal-content {
  background: transparent;
}

.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-transparent.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.modal-fullscreen {
  /*background: #000000;*/
  /*background: 0.4;*/
  background-color: rgba(255, 255, 255, 0.95);
}

.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: 0.97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-fullscreen {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

div.center-strike {
  width: 100%;
  text-align: center;
  /*border: solid 1px #cc3300;*/
  border-bottom: 1px solid #CCC;
  line-height: 0.1em;
  margin: 30px 0 30px;
}

div.center-strike span {
  background: #fff;
  padding: 0 10px;
}

.kickstart {
  font-weight: 600;
  letter-spacing: -2px;
  font-size: 1.8em;
  color: #FFF;
}

.nav-heading {
  margin-top: 14px;
  font-size: 1.4em;
  letter-spacing: -1px;
  display: block;
  float: left;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.1em;
}

.price-amount {
  font-weight: 600;
  font-size: 2.6em;
  letter-spacing: -1px;
  line-height: 1em;
}

/* Full Screen Modal Box - fROM whenwmarry*/
.modal-fullscreen .modal-backdrop {
  /*background: #ff6f00;*/
  background: transparent;
}

.modal-fullscreen .modal-title {
  padding-left: 40px;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  /*min-height: 100%;*/
}

.modal-fullscreen .modal-header {
  /*background: #FFF;*/
  background: transparent;
  text-align: left;
  /*color: #FF9900;*/
  border: none;
}

.modal-fullscreen .modal-header h4 {
  text-align: left;
  font-size: 1.8em;
}

.modal-fullscreen .modal-header .close {
  font-size: 3em;
  font-weight: lighter;
  color: #333;
}

.modal-fullscreen .item-slide {
  /*border: solid 1px #CCC;*/
  margin: 0 auto;
}

.modal-fullscreen .item-slide h1 {
  font-weight: 600;
  letter-spacing: -1px;
}

.modal-fullscreen .item-slide h3 {
  padding: 0;
  margin: 0;
  font-size: 1.8em;
}

/* FOR THE VIDEO */
.modal-transparent-fullscreen {
  background: transparent;
}

.modal-transparent-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */
.modal-transparent-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}

/* Twitterb Type Ahead */
.tt-query,
.tt-hint {
  /*width: 396px;*/
  /*height: 30px;*/
  /*padding: 8px 12px;*/
  font-size: 18px;
  line-height: 1.42857143;
  /*line-height: 30px;*/
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  color: #999;
}

.tt-query { /* UPDATE: newer versions use tt-input instead of tt-query */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
  font-size: 18px;
  line-height: 1.42857143;
  box-shadow: none;
  /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
}

.input-group-sm .tt-input {
  /*background: #CC3300 !important;*/
  border: none !important;
  font-size: 14px !important;
  padding-left: 8px !important;
  padding-top: 7px !important;
  height: 30px !important;
  /*background: #CC3300 !important;*/
}

.input-group-sm .tt-hint {
  /*margin-top: 3px;*/
  height: 30px !important;
  /*background: #CC3300 !important;*/
  border: none !important;
  font-size: 14px !important;
  padding-left: 8px !important;
}

.input-group-lg {
  border: solid 1px #999999;
  border-radius: 6px !important;
}

.input-group-lg .form-control {
  border: none !important;
}

.input-group-lg .tt-input {
  /*background: #CC3300 !important;*/
  border: none !important;
  font-size: 18px !important;
  padding-left: 12px !important;
  padding-top: 7px !important;
  height: 46px !important;
  width: 100%;
  /*border: solid 1px #CC3300;*/
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  background: #FFFFFF !important;
}

.input-group-lg .tt-hint {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  /*margin-top: 3px;*/
  height: 46px !important;
  width: 100%;
  /*background: #CC3300 !important;*/
  border: none !important;
  font-size: 14px !important;
  padding-left: 12px !important;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
  width: 100%;
  margin-top: 0px;
  /*padding: 2px 0 4px 0;*/
  background-color: #fff;
  border: 1px solid #E8E8E8;
  /*border: 1px solid #CCCCCC;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 2px;
  box-shadow: none;
}

.tt-suggestion {
  padding: 3px 12px;
  font-size: 16px;
  line-height: 18px !important;
  font-weight: 600 !important;
}

.tt-suggestion.tt-is-under-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
  float: left;
  width: 100%;
}

/************* TIMELINE *******************/
/*.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 6px;
  background: #FFC400;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 7px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content:" ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 8px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content:" ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #ffffff !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-inverted  .timeline-heading h4{
  text-align: left;
}
.timeline-inverted  .timeline-footer{
  text-align: left;
}

.timeline-heading h5 {
  font-weight: 400;
  padding: 0 15px;
  color: #333;
  text-align: right;
}
.timeline-body > p, .timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.timeline-footer {
  padding: 0px 15px;
  background-color:#f4f4f4;
  text-align: right;
  font-size: 13px;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

*/
.no-float {
  float: none !important;
}

.timeline-dot {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #ff6f00;
  position: absolute;
  top: 0px;
  left: 4px;
}

.card {
  position: relative;
  display: block;
  /*margin-bottom: .75rem;*/
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card_user {
  max-width: 20.27rem;
}

.featured-card-court {
  text-align: center;
  background: #FFFFFF;
  padding: 60px 10px 20px 10px;
  border: solid 1px #DDDDDD;
  margin-top: 20px;
  border-radius: 7px;
}

.featured-card-court img {
  width: 70%;
}

.featured-card {
  text-align: center;
  background: #FFFFFF;
  padding: 60px 10px 20px 10px;
  border: solid 1px #DDDDDD;
  margin-top: 20px;
  border-radius: 7px;
}

.featured-card img {
  width: 50%;
}

.featured-card p {
  color: #666666;
  padding: 0px 10px;
}

.featured-card h4 {
  letter-spacing: -1px;
  margin: 0;
  padding-top: 10px;
}

ul.guide-index {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 1.3em;
  line-height: 1.7em;
  margin-bottom: 10px;
  margin-left: 20px;
}

ul.guide-index li {
  border-bottom: solid 1px #F1F1F1;
  padding-bottom: 4px;
}

.theme-guide-index {
  font-size: 1.2em;
  padding-top: 10px;
}

.theme-guide-index hr {
  background: #cca200;
  height: 1px;
  padding: 0;
  margin: 0;
  width: 120px;
  margin: 10px auto;
  border: none;
}

ul.theme-guide-index {
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 1.3em;
  line-height: 1.7em;
  margin-bottom: 10px;
  margin-left: 20px;
}

ul.theme-guide-index li {
  border-bottom: solid 1px #333333;
  padding-bottom: 4px;
}

hr.heavy-break {
  border: solid 3px #e5e5e5;
}

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large > li > ul > li {
  list-style: none;
}

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

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

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.dropdown-menu-lg {
  width: 260px;
  padding: 20px 0px;
}

.dropdown-menu-lg > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-lg > li > ul > li {
  list-style: none;
}

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

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

.dropdown-menu-lg .disabled > a,
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  color: #999999;
}

.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-lg .dropdown-header {
  color: #CC3300;
  font-size: 18px;
}

.dropdown-header-link:hover {
  text-decoration: none !important;
}

/* User Profile */
.profileCard {
  background: white;
  padding: 12px;
  min-width: 220px;
  max-width: 250px;
}

.profileEvents {
  /*margin-left: 40px;*/
}

.profileStats {
  font-size: 13px;
}

.profileStatsCount {
  font-size: 19px;
}

.profileStatsImage {
  min-width: 40px;
  max-width: 50px;
  margin: 0 auto;
}

.profileEventsImage {
  min-width: 40px;
  max-width: 110px;
  margin: 0 auto;
  margin-top: 10px;
}

.notice {
  width: 100% !important;
  background: #ff6f00 !important;
  margin-bottom: 20px !important;
  color: white !important;
  font-size: 20px !important;
  padding: 5px !important;
}

.search-fold {
  padding: 20px 0px 20px 10px !important;
  font-size: 18px !important;
  border: 1px solid #E0E0E0;
}

/* Social Menu */
.company-heading {
  border-bottom: solid 2px #ffc24f;
  padding-bottom: 3px;
  font-size: 1.4em;
}

.social-heading {
  border-bottom: solid 2px #ffc24f;
  padding-bottom: 3px;
}

.social-leftmost {
  padding: 0 10px 0 20px !important;
  margin: 0px !important;
}

ul.social-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.social-menu li {
  width: 100%;
  margin-bottom: 2px;
  /*float: left;*/
}

ul.social-menu li a.active {
  border-left: solid 5px #FFC400;
  box-shadow: 1px 1px 0px #efefef;
}

ul.social-menu li a {
  padding: 3px 4px 3px 8px;
  margin: 0px;
  background: #FFF;
  width: 100%;
  display: block;
  color: #000;
  text-decoration: none;
}

ul.social-menu li a:hover {
  background: #CCC;
}

.tm-info > .row {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px 10px 0px;
}

.tm-info {
  margin: 0 10px 30px 10px;
}

.grey-btn:hover {
  border: 0px;
}

.grey-btn {
  border: 0px;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
  border: none;
}

.table.keystats td {
  margin: 0px;
  padding: 10px;
}

.table.keystats td h4, h3 {
  /*padding: 0;*/
  /*margin-top: 2px;*/
  letter-spacing: -0.8px;
}

.keystats {
  background: #efefef;
  border: 1px solid #ddd;
}

.keystats .item {
  border-top: solid 1px #ddd;
  text-align: center;
  padding: 10px 15px;
}

.nopadding {
  margin: 0px !important;
  padding: 0px !important;
}

.askexpert .form-group {
  margin-bottom: 7px;
}

.affix {
  top: 45px;
  z-index: 100;
}

#landingpage-menu.affix {
  top: 0px;
  z-index: 100;
}

.kickstart {
  height: auto;
  background-position: center top;
  background-size: 100% auto;
  height: 300px;
}

.kickstart h1 {
  color: #FFF;
}

.kickstart .video {
  height: 300px;
}

#embed-video {
  height: 300px;
}

#play-button {
  padding-top: 100px;
}

#videobanner {
  padding-top: 20px;
}

.hero-highlight {
  border-bottom: solid 2px #FFC400;
  padding-bottom: 30px;
}

.hero-highlight h2 {
  font-size: 1.6em;
}

.social-container {
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 500px;
}

.post {
  background: #FFF;
  padding: 10px 20px;
  margin-bottom: 15px;
}

.text-yellow {
  color: #FFC400;
}

.text-red {
  color: #ff6f00;
}

table.select-company {
  border-bottom: solid 2px #ddd;
}

table.select-company thead {
  border-bottom: solid 3px #FFC400;
}

table.select-company tbody td {
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  background: #FFF;
}

table.select-company td {
  font-size: 1.1em;
  background: #ffffff;
  padding: 16px 15px !important;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

table.select-company-white {
  border-bottom: solid 2px #ddd;
}

table.select-company-white thead {
  border-bottom: solid 3px #FFC400;
}

table.select-company-white tbody td {
  border-left: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  /*background: #FFFFFF;*/
}

table.select-company-white td {
  font-size: 1.1em;
  background: #ffffff;
  padding: 16px 15px !important;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

table.cost-breakdown td {
  padding: 10px 8px !important;
}

ul.searchoptions {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: none;
  /*border: none !important*/
  /*padding-top: 20px;*/
  /*border: solid 1px blue;*/
}

ul.searchoptions li {
  float: left;
  padding: 15px 22px 0px 22px;
  font-size: 600;
  /*margin-right: 15px;*/
  /*border: solid 1px #ccc;*/
  padding-right: 10px;
  /*border-bottom: solid 2px #F8F8F8;*/
}

ul.searchoptions li a {
  color: #CC3300 !important;
  background: transparent !important;
  text-transform: uppercase;
  /*border: none !important;*/
  padding: 0px 0 8px 0;
}

.searchoptions > li > a {
  border: none !important;
}

.scrtabs-tab-scroll-arrow {
  color: #cc3300 !important;
  border: none !important;
  /*height: 50px;*/
  padding-top: 17px;
}

.scrtabs-tab-scroll-arrow-left {
  padding-left: 5px;
}

.scrtabs-tabs-fixed-container {
  /*border: solid 1px green;*/
  /*height: 50px;*/
}

.scrtabs-tab-container {
  /*padding-top: 12px;*/
  height: 44px;
  /*border: solid 1px green;*/
}

ul.searchoptions li a:hover {
  border: none !important;
  border-bottom: solid 2px #cc3300 !important;
}

ul.searchoptions li.active a {
  border: none !important;
  border-bottom: solid 2px #cc3300 !important;
}

.lion {
  padding-top: 0px !important;
  line-height: 2em !important;
}

.pagination {
  font-size: 1.2em;
}

.searchresult {
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  /*min-height: 110px;*/
}

.data-filter {
  max-height: 220px;
  /*border: 1px solid #F8F8F8;*/
  margin-top: 20px;
  /*background: white;*/
}

.data-filter ul {
  overflow-y: auto;
  max-height: 185px;
  padding-top: 5px;
}

.data-filter span {
  /*width: 100%;*/
  display: block;
  /*background-color: #F8F8F8;*/
  padding: 5px 5px 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-left: 9px;
}

.data-filter ul {
  list-style: none;
  padding-left: 8px;
  padding-top: 0px;
}

.data-filter ul::-webkit-scrollbar {
  width: 10px;
}

.data-filter ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.data-filter ul::-webkit-scrollbar-thumb {
  background: #888;
}

.applied_filters {
  list-style: none;
  padding: 0 0 0 5px;
  margin: 15px 0 0 0;
}

.applied_filters li {
  display: inline;
}

.irs--sharp .irs-bar {
  background-color: #FF6F00 !important;
}

.irs--sharp .irs-handle {
  background-color: #FF6F00 !important;
}

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  background-color: #FF6F00 !important;
}

.irs--sharp .irs-handle > i:first-child {
  border-top-color: #FF6F00 !important;
}

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  border-top-color: #FF6F00 !important;
}

.irs--sharp .irs-min, .irs--sharp .irs-max {
  background-color: grey !important;
}

.irs--sharp .irs-line {
  background-color: grey !important;
}

.pricing-table-new-left {
  background: #FFFFFF;
  margin: 40px 0;
  border: solid 2px #CCC;
  border-right: 0px;
  width: 33%;
  float: left;
  padding: 0 10px;
}

.pricing-table-new-middle {
  background: #FFFFFF;
  padding: 20px 13px;
  margin: 10px 0;
  border: solid 4px #FFC400;
  width: 33%;
  float: left;
}

.pricing-table-new-right {
  background: #FFFFFF;
  margin: 40px 0;
  border-left: 0px;
  border: solid 2px #ff6f00;
  width: 33%;
  float: left;
  border-left: 0px;
  padding: 0 10px;
}

.pricing-table-new-right h2, .pricing-table-new-left h2, .pricing-table-new-middle h2 {
  margin: 0px;
}

.pricing-table-new-right h3, .pricing-table-new-left h3, .pricing-table-new-middle h3 {
  margin: 0px;
  padding-top: 30px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 10px;
}

.pricing-table-new-horizontal-left {
  background: #FFFFFF;
  margin: 0px 20px;
  border: solid 2px #CCC;
  border-bottom: 0px;
  padding: 0 10px;
  padding-top: 40px;
}

.pricing-table-new-horizontal-middle {
  background: #FFFFFF;
  padding: 30px 10px;
  margin: 0px;
  border: solid 4px #ff6f00;
  padding-top: 40px;
}

.pricing-table-new-horizontal-right {
  background: #FFFFFF;
  margin: 0px 20px;
  border: solid 2px #CCC;
  border-top: solid 0px;
  /*border-bottom: 0px;*/
  padding: 0 10px;
  padding-top: 40px;
}

.pricing-table-new-horizontal-right h3, .pricing-table-new-horizontal-left h3, .pricing-table-new-horizontal-middle h3 {
  margin: 0px;
  font-size: 1.2em;
}

/**************/
.pricing-table-left {
  font-size: 1.1em;
  background: #FFFFFF;
  margin: 40px 0;
  border: solid 2px #999999;
  border-right: 0px;
  width: 32%;
  float: left;
  padding: 30px 10px 0 10px;
  text-align: center;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pricing-table-middle {
  font-size: 1.1em;
  background: #FFFFFF;
  padding: 50px 10px;
  margin: 10px 0;
  border: solid 3px #ff6f00;
  width: 36%;
  float: left;
  text-align: center;
  border-radius: 6px;
}

.pricing-table-right {
  font-size: 1.1em;
  background: #FFFFFF;
  margin: 40px 0;
  border-left: 0px;
  border: solid 2px #999999;
  width: 32%;
  float: left;
  border-left: 0px;
  padding: 30px 10px 0 10px;
  text-align: center;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pricing-table-bg-yellow {
  background: none !important;
  border: none !important;
  min-height: !important;
}

.pricing-table-right h1, .pricing-table-left h1, .pricing-table-middle h1 {
  margin: 0px;
}

.pricing-table-horizontal-left {
  background: #FFFFFF;
  margin: 0px 20px;
  border: solid 2px #CCC;
  padding: 0 10px;
  padding-top: 40px;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0px;
}

.pricing-table-horizontal-middle {
  background: #FFFFFF;
  padding: 30px 10px;
  margin: 0px;
  border: solid 2px #ff6f00;
  padding-top: 40px;
  border-radius: 6px;
}

.pricing-table-horizontal-right {
  background: #FFFFFF;
  margin: 0px 20px;
  border: solid 2px #CCC;
  padding: 0 10px;
  padding-top: 40px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: solid 0px;
}

.pricing-table-horizontal-right h3, .pricing-table-horizontal-left h3, .pricing-table-horizontal-middle h3 {
  margin: 0px;
}

/* VERTICAL TIMELINE */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* The line */
.cbp_tmtimeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #EEEEEE;
  left: 20%;
  margin-left: -10px;
}

.cbp_tmtimeline > li {
  position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 30%;
  padding-right: 110px;
  position: absolute;
  padding-top: 5px;
}

.cbp_tmtimeline > li .cbp_tmtime span {
  display: block;
  text-align: right;
  /*font-weight: */
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
  font-size: 0.9em;
  color: #000000;
  /*display: none;*/
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
  font-weight: 600;
  font-size: 1.3em;
  color: #000000;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #000000;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #EEEEEE;
  color: #000;
  padding: 35px 25px;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
  border-radius: 5px;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  text-transform: uppercase;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #f8f8f8;
}

.cbp_tmtimeline > li .cbp_tmlabel p {
  margin: 0;
  padding: 0;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin: 0px;
  padding: 0px;
  /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
  font-size: 1.3em;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #EEEEEE;
  border-width: 10px;
  top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #F8F8F8;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 20px;
  height: 20px;
  font-family: "ecoico";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #fff;
  background: #eeeeee;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #FFC400;
  text-align: center;
  left: 20%;
  top: 0;
  padding-top: 0px;
  margin: 7px 0 0 -17px;
}

.cbp_tmicon-phone:before {
  content: "\e000";
}

.cbp_tmicon-screen:before {
  content: "\e001";
}

.cbp_tmicon-mail:before {
  content: "\e002";
}

.cbp_tmicon-earth:before {
  content: "\e003";
}

#tmselector ul.nav > li > a {
  padding: 3px 5px !important;
  font-weight: normal;
  margin-left: 5px;
}

#tmselector ul.nav > li > a:hover {
  /*color: #FFFFFF !important;*/
}

/*chartist label size*/
.ct-label {
  font-size: 14px;
  font-style: bold;
  fill: #000000 !important;
}

.tagline {
  padding-top: 0px;
  padding-bottom: 10px;
  font-size: 1.4em;
}

.tagline_primary {
  padding-top: 10px;
  padding-bottom: 0px;
  font-size: 1.4em;
  letter-spacing: -1px;
}

.main-header .navbar-right {
  float: right;
}

.supermenu .navbar-form {
  width: 874px;
  padding-left: 200px;
}

.supermenu .navbar-form .form-control {
  width: 100%;
}

.navbar {
  border: none;
  margin-bottom: 0px;
}

.navbar-collapse {
  box-shadow: none;
}

/* ######### For dockets functionality #########  */
.select_tm_text {
  font-size: 0.8em;
  margin: 0px 0px 0px 8px;
  padding: 1px 12px 1px 12px;
}

.select_tm_checkbox {
  margin: 0px !important;
}

.border-shadow {
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
}

/*################################*/
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  /*border: solid 1px #CC3300; */
  padding-top: 0px;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background: none;
  /*background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));*/
  /*background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));*/
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background: none;
  /*background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));*/
  /*background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));*/
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 4px;
  /* width will be set using JavaScript */
  background: #cccccc;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

ul.cd-timeline-navigation {
  list-style: none;
}

.cd-horizontal-timeline .events-content ol, .cd-horizontal-timeline .events-wrapper .events ol {
  list-style: none;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff6f00;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  background-color: #F8F8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  /*background-color: #f8f8f8;*/
  /*border-color: #ff6f00;*/
  border-width: 2px;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
  border-color: #FFC400;
}

.cd-horizontal-timeline .events a.selected::after {
  /*background: #FFC400 !important;*/
  /*background-color: #cc3300;*/
  border-color: #FFC400;
  /*border-color: #cc3300;*/
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #FFC400;
  /*border-color: #ff6f00;*/
}

.datapage-highlight {
  background: #FFFFFF;
  border: solid 1px #EEEEEE;
  padding: 18px 8px;
  margin-bottom: 14px;
  overflow-wrap: break-word;
}

.highlight-features h4 {
  font-size: 1.1em;
  text-transform: uppercase;
  /*font-weight: normal;*/
}

/*********** SEARCH FILTERS **************/
[data-toggle=collapse] {
  cursor: pointer;
}

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

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

.valign-middle {
  vertical-align: middle !important;
}

.datashow .btn-group {
  /*border: solid 1px #CC3300;*/
  margin-bottom: 20px;
}

/* Tabs for the Dashboard ***/
.nav-center {
  text-align: center;
}
.nav-center ul.nav {
  display: inline-block;
}
.nav-center ul.nav li {
  display: inline a;
  display-float: left;
}

ul.nav-tab {
  border: solid 3px green;
  text-align: center;
}

ul.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

ul.nav-tabs a {
  color: #333 !important;
  /*background: #CCC;*/
}

ul.nav-tabs a.active {
  color: #CC3300 !important;
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  border-top: solid 2px #FF6F00;
  border-bottom: solid 1px #FFFFFF;
}

ul.nav-tabs a:hover {
  color: #000000 !important;
  /*background: none;*/
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
  /*border: none;*/
  /*background: #CCC;*/
}

@media screen and (max-width: 767px) {
  .showcase {
    top: -180px;
    height: auto;
    position: relative;
    margin-bottom: -120px;
  }
  /* SM */
  .menu-container {
    padding-bottom: 578px;
  }
  .court-hero {
    min-height: 780px !important;
    padding: 0 10px;
  }
  .simple-calendar td {
    font-size: 0.9em;
  }
  .learn-highlight {
    padding: 10px 0;
  }
  .post {
    background: #FFF;
    padding: 10px 5px;
    margin-bottom: 15px;
  }
  .yamm {
    /*border-bottom: solid 1px #ff9900;*/
    min-height: auto;
  }
  li.learnsearch {
    width: 100%;
    height: 40px;
  }
  li.learnsearch form {
    border-top: solid 1px #ff9900;
    padding: 3px 15px 0 15px;
  }
  .yamm ul.navbar-nav li {
    /*border: solid 1px #cc3300;*/
    padding: 0 !important;
    /*float: none !important;*/
    display: block !important;
    background: #FFC400;
    font-size: 0.9em;
  }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    background: #FFC400;
    border-bottom: #FFC400;
  }
  .learn-menu {
    padding: 0 !important;
  }
  .learnmenu .navbar-header {
    width: auto;
    text-align: left;
  }
  .learn-brand {
    float: left;
    padding-left: 15px;
  }
  .learn-brand img {
    width: 200px;
    padding: 2px 0 0 0px;
  }
  .legal-order {
    padding: 25px 0;
  }
  /*
    .table-responsive {

      thead,
      tbody,
      tfoot,
      tr,
      th,
      td {
        display: block;
      }

      thead {
        display: none;
      }

      .align-center,
      .align-right {
        text-align: inherit;
      }

      tr {
        border-top: 1px solid #ddd;

        &:first-child {
          border: 0;
        }
      }

      > tbody > tr > td {
        padding-left: 50%;
        border-top-color: rgba(221, 221, 221, 0.5);

        &:first-child {
          border: 0;
        }
      }

      [data-label] {
        position: relative;

        &:before {
          position: absolute;
          top: 0;
          left: 0;
          padding: 8px;
          content: attr(data-label);
          font-weight: bold;
        }
      }

    }
    */
  /* .navbar-fixed-top.visible-xs + .row {
     padding-top: 60px; // height plus padding
   }

   .btn .visible-xs {
     display: inline-block !important;
   }
   */
  .sliding-sidebar {
    width: 220px;
    position: absolute;
    z-index: 1;
    background: #f8f8f8;
    /*min-height: 100%;*/
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-bottom: 10px;
  }
  .sliding-sidebar.collapse.in {
    transform: translate3D(0, 0, 0);
    box-shadow: 1px 1px 3px #CCCCCC;
    /*box-shadow:
      1px 0 0 rgba(0,0,0,0.05),
      2px 0 0 rgba(0,0,0,0.05),
      3px 0 0 rgba(0,0,0,0.05);*/
  }
  .sliding-sidebar.collapse, .sliding-sidebar.collapsing {
    display: block !important;
    transform: translate3D(-100%, 0, 0);
    transition: all 200ms;
  }
}
/***   MEDIA   ***/
.parent-collapsed {
  display: none;
}

.collapsed .parent-expanded {
  display: none;
}
.collapsed .parent-collapsed {
  display: inline-block;
}

/***   End of Search Filter   ***/
@media only screen and (min-width: 1100px) {
  body {
    zoom: 1.1;
    -moz-transform: scale(1.1);
    -moz-transform-origin: 0 0;
  }
  .cd-horizontal-timeline {
    margin: 2em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  /* replace text with an icon */
  overflow: hidden;
  color: #333333;
  /*text-indent: 100%;*/
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
  padding-left: 8px;
  font-size: 2em;
  line-height: 0.9em;
  text-decoration: none !important;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  /*font-family: "Playfair Display", serif;*/
  font-weight: 600;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  /*color: #959595;*/
  height: 250px;
}

.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .highlight-features h3 {
    font-size: 1.3em !important;
  }
  .stats-right {
    padding-right: 0px;
  }
  .cd-horizontal-timeline .events-content h2 {
    font-size: 2em;
    letter-spacing: -1px;
  }
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
/*** MEDIA STYLES ****/
@media only screen and (min-width: 768px) {
  .search-feature {
    min-height: 250px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    background: #FFFFFF;
    padding: 0px 10px 15px 10px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 2px;
  }
  .search-feature .svg-placeholder {
    padding: 25px 50px 10px 50px;
    margin: 0 auto;
    width: 100%;
  }
  .search-feature .svg-placeholder img {
    /*text-orientation: cent;*/
    height: auto !important;
    /*padding: 0 25px;*/
    /*border: solid 1px #cc3300;*/
    width: 100%;
    /*margin: 0 30px;*/
    max-width: 200px;
    /*padding-top: 25px;*/
    /*padding-bottom: 10px;*/
  }
  .search-feature p {
    font-size: 18px;
    letter-spacing: -1px;
  }
  .search-feature a.btn {
    font-size: 14px;
  }
  .search-group .dropdown-toggle {
    border: none;
    padding: 0 25px;
    height: 75px;
    font-size: 24px;
    padding-top: 5px;
  }
  /* Search Group */
  .search-group {
    border: none !important;
    background: #FFFFFF;
    border-bottom: solid 1px #CCCCCC !important;
    border-right: solid 1px #CCCCCC !important;
    border-radius: 0;
    margin-bottom: 40px;
  }
  .search-group .tt-input {
    border: #FFFFFF !important;
    height: 75px !important;
    font-size: 3em !important;
    background: !important;
    border-radius: 0px !important;
  }
  .search-group .tt-suggestion {
    font-size: 28px !important;
    padding: 24px 15px;
    letter-spacing: -1px;
    line-height: 34px !important;
  }
  .search-group .tt-suggestion button {
    font-size: 16px !important;
    padding: 4px 6px;
  }
  .search-group input {
    font-size: 3em;
    border: solid 1px #FFFFFF;
    letter-spacing: -2px;
    border-radius: 0;
    color: #000000;
    border: solid 0px #CC3300 !important;
    height: 75px;
    /*font-weighyt: 700;*/
  }
  .search-group .btn-primary {
    height: 74px;
    font-size: 35px;
    padding-top: 5px;
    padding-right: 25px;
    border: solid 0px;
    background: none;
    color: #999999;
  }
  .search-group .tt-suggestion {
    font-size: 28px !important;
    padding: 24px 15px;
    letter-spacing: -1px;
    line-height: 34px !important;
  }
  .search-group .tt-suggestion button {
    font-size: 16px !important;
    padding: 4px 6px;
  }
  .search-group ul.dropdown-menu {
    font-size: 24px;
    min-width: 300px;
  }
  .navbar-nav > li > a {
    padding-left: 9px;
    padding-right: 9px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.4px;
  }
  .navbar-nav > li > a.signin-header {
    margin-left: 5px !important;
    border-radius: 5px;
    border: solid 1px #333333 !important;
    padding: 1px 8px !important;
    margin-top: 13px;
  }
  .navbar-nav > li > a.signin-header:hover {
    background: #ff6f00 !important;
    color: #FFFFFF !important;
    border: solid 1px #ff6f00 !important;
    text-decoration: none !important;
  }
  .navbar-nav > li > a.search-header {
    margin-left: 5px !important;
    border-radius: 5px;
    border: solid 1px #ff6f00 !important;
    padding: 1px 10px 1px 10px !important;
    margin-top: 13px;
    background: #ff6f00 !important;
    color: #FFFFFF !important;
  }
  .navbar-nav > li > a.search-header:hover {
    background: #CC3300 !important;
    color: #FFFFFF !important;
    border: solid 1px #CC3300 !important;
    text-decoration: none !important;
  }
  .search-group input.tt-hint {
    color: #CCCCCC;
  }
}
@media (max-width: 768px) {
  a.blackurl {
    padding-bottom: 50px;
  }
  a.blackurl h4 {
    padding-bottom: 35px;
  }
  .judgement-heading {
    padding: 0 10px;
    font-size: 2em;
  }
  .legal-order p {
    line-height: 1.6em;
    font-size: 1em;
    margin-bottom: 15px;
  }
  .india-code h2 {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .featured-card img {
    width: auto;
    margin: 0 auto;
    height: 100px;
  }
  /* Search Group */
  .search-group {
    border: none !important;
    background: #FFFFFF;
    border-bottom: solid 1px #CCCCCC !important;
    border-right: solid 1px #CCCCCC !important;
    border-radius: 0;
    height: 50px !important;
    margin-bottom: 20px;
  }
  .search-group ul.dropdown-menu {
    font-size: 18px;
    min-width: 200px;
  }
  .search-group input.tt-hint {
    color: #CCCCCC;
  }
  .search-group input {
    font-size: 24px !important;
    border: solid 1px #FFFFFF;
    letter-spacing: -1px;
    border-radius: 0;
    color: #000000;
    border: solid 0px #CC3300 !important;
    height: 48px;
    /*font-weight: 700;*/
  }
  .search-group .btn-primary {
    height: 48px;
    font-size: 24px;
    padding-top: 10px;
    padding-right: 19px;
    border: solid 0px;
    background: none;
    color: #999999;
  }
  .search-group .tt-suggestion {
    font-size: 18px !important;
    padding: 15px 10px;
    letter-spacing: -1px;
    line-height: 20px !important;
  }
  .search-group .tt-suggestion button {
    font-size: 10px !important;
    padding: 2px 3px;
  }
  .search-feature .svg-placeholder {
    margin: 0 auto;
    width: 100%;
    /*border: solid 1px green;*/
    text-align: center;
  }
  .search-feature {
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    background: #FFFFFF;
    padding: 10px 10px;
    margin-bottom: 15px;
    text-align: center;
  }
  .search-feature img {
    /*height: 64px !important;*/
    width: 80%;
    /*border: solid 1px #cc3300;*/
    margin: 0 auto;
  }
  .search-group .btn-primary {
    background: #FFFFFF !important;
    color: #999999 !important;
    border-color: #FFFFFF;
  }
  .search-group .dropdown-toggle {
    border: solid 1px #EEEEEE;
    border-radius: 0 !important;
  }
  .search-group .tt-input {
    border: solid 1px #FFFFFF !important;
  }
  .search-group .dropdown-toggle {
    /*border: none; padding: 0 25px; */
    height: 49px;
    font-size: 14px;
    padding-top: 10px;
  }
  .feature-float {
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .featured-card {
    background: #FFFFFF;
    padding: 20px 10px 30px 10px;
    padding-left: 15px;
    margin-top: 10px;
    border: solid 1px #CCCCCC;
  }
  .featured-card p {
    color: #666666;
    padding: 0px 10px;
  }
  .featured-card h4 {
    letter-spacing: -1px;
    margin: 0;
    padding-top: 10px;
  }
  .highlight-box {
    position: inherit;
    margin-bottom: 20px;
  }
  .navbar-nav > li > a {
    border-top: solid 1px #ff9900;
    padding-left: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background: #ff6f00;
    color: #FFFFFF;
  }
  .supermenu .navbar-form {
    /*border: solid 1px #CC3300;
    box-shadow: none;

    width: auto;
    padding-left: 30px;
    margin-right: 10px;
    padding-top: 2px;
    padding-bottom: 0px;

    /*padding-right: 10px*/
  }
  .navbar-toggle {
    margin-right: 5px;
  }
  .learn-heading {
    margin-top: 50px;
  }
  /*
    .post
    {
      padding: 10px 0px;
    }
    */
  .cbp_tmtimeline > li .cbp_tmtime span:last-child {
    padding-top: 17px;
    font-size: 1.1em;
    font-weight: 600;
  }
  .social-container {
    padding-top: 80px;
  }
  .kickstart {
    background: #FFC400;
    height: 300px;
  }
  .kickstart h1 {
    /*color: #000;*/
  }
  #embed-video {
    height: 300px;
  }
  #videobanner {
    padding-top: 30px;
  }
  .kickstart .video {
    height: 300px;
  }
  .dropdown-menu-lg {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-lg > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-lg > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-lg .dropdown-header {
    padding: 3px 15px !important;
  }
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-header .navbar-nav > li.dropdown:hover > a,
  .navbar-header .navbar-nav > li.dropdown:hover > a:hover,
  .navbar-header .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(1, 231, 231);
    color: rgb(85, 85, 85);
  }
  li.dropdown:hover > .dropdown-menu {
    display: block;
  }
}
/*==========  Non-Mobile First Method  ==========*/
@media only screen and (max-width: 2400px) {
  .modal-fullscreen .item-slide {
    margin-top: 100px;
    width: 40%;
  }
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .modal-fullscreen .item-slide {
    margin-top: 95px;
    width: 40%;
  }
  .supermenu .navbar-form {
    width: 720px;
    padding-left: 180px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .theme-hero-lg {
    min-height: 740px;
  }
  .highlight-box {
    position: inherit;
    margin-bottom: 20px;
  }
  .search-feature p {
    /*text-align: center;*/
  }
  .modal-fullscreen .item-slide {
    margin-top: 150px;
    width: 70%;
  }
  .supermenu .navbar-form {
    width: 490px;
    padding-left: 180px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .home-trademark-fold {
    min-height: 1600px !important;
  }
  .supermenu .navbar-form {
    width: auto;
    padding-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-right: 10px;
  }
  body {
    /*margin-bottom: 300px;*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    background: #FFF;
  }
  /* Company Search Menu */
  .company-search-menu .nav > li > a:hover, .nav > li > a:focus {
    background: #ff6f00;
    color: #FFF;
  }
  .modal-fullscreen .item-slide {
    margin-top: 150px;
    width: 70%;
  }
  .company-search-menu li.divider {
    border-bottom: solid 3px #CCC;
  }
  .price-highlight {
    font-size: 0.8em;
  }
  .icon-svg {
    max-height: 100%;
    height: auto;
    width: auto;
  }
  h3.icon-text a {
    background: #ff6f00 !important;
  }
  .icon-text {
    font-size: 1em;
    /*font-weight: bold;*/
  }
  .hero {
    padding: 50px 0 50px 0;
    background: #FFF;
  }
  /* TIME LINE */
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li {
    margin-bottom: 0px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
    left: 28px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
    left: 28px;
  }
  .timeline-heading h4 {
    text-align: left;
  }
  .timeline-footer {
    text-align: left;
  }
}
/* Extra Small Devices, Phones XS */
@media only screen and (max-width: 480px) {
  .related-people {
    text-align: left;
  }
  .related-people .person {
    width: 90px;
    float: left;
    vertical-align: bottom;
    text-align: center;
    margin-right: 10px;
    margin-top: 50px;
  }
  .related-people .person .person-image {
    display: inline-block;
    width: 80px;
    margin: 0 auto;
  }
  .nav-pill-tabs {
    padding-top: 30px;
  }
  .nav-pills > li {
    display: inline-block !important;
    float: none;
    margin-top: 2px;
  }
  .modal-dialog {
    margin: 120px 20px 0 20px;
  }
  .highlight-box {
    width: 100%;
  }
  .legal-header h3 {
    padding: 0px;
  }
  .legal-header {
    padding: 0 10px 50px 10px;
  }
  .highlight-features {
    /*padding-left: 100px;*/
    font-size: 1.4em;
  }
  .search-feature {
    padding: 15px;
    min-height: 225px;
  }
  .search-feature p {
    padding-top: 7px;
    margin: 0;
    font-weight: 600;
  }
  .search-feature .btn {
    padding: 2px 5px;
    font-weight: 600;
  }
  /* if not columns are defined, default to 3 */
  #grid[data-columns]::before {
    content: "2 .col-xs-6";
  }
  .inthemedia img {
    height: 40px;
    margin-bottom: 10px;
  }
  .responsive-container {
    margin-bottom: 20px;
    max-height: 110px;
  }
  .tree li a {
    font-size: 14px;
  }
  .flowchart {
    overflow: scroll;
  }
  .tmsearchimage {
    width: 150px;
  }
  .searchmessage {
    padding: 0 25px;
  }
  .tree ul {
    font-size: 12px;
  }
  .company-search {
    padding: 50px 0 20px 0;
  }
  .company-search h1 {
    font-size: 2.2em;
  }
  .pricing {
    margin-bottom: 20px;
  }
  .theme-hero-lg {
    min-height: 780px;
  }
}
.graph-list li {
  display: inline;
  margin-right: 20px;
}

.report-list li {
  margin-bottom: 5px;
  font-size: 15px;
  cursor: default;
}

@media print {
  footer {
    display: none;
  }
  a[href]:after {
    content: none;
  }
}
.modal-backdrop.in {
  background: rgb(0, 0, 0) !important;
  /*background: linear-gradient(0deg, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0) 100%) !important;*/
}

.modal-bottom {
  text-align: center;
  width: 100% !important;
  padding-top: 400px;
}

.modal-bottom .modal-header {
  font-size: 1.2em;
  border: none;
  padding: 20px 0 10px 0;
}

.modal-bottom .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.fade-bottom {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.fade-bottom.in {
  opacity: 1;
  transform: scale(1);
}

.calendar-heading {
  font-size: 1.8em;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
}

.simple-calendar .today {
  background: #ff6f00;
  color: #FFFFFF;
  border: none;
}

/* .simple-calendar .wday-6, .simple-calendar .wday-0
{
    background: #CCC !important;
    border-color: #AAA;
} */
.simple-calendar .prev-month, .simple-calendar .next-month {
  background: #CCCCCC !important;
}

.simple-calendar table {
  border: none;
}

.simple-calendar th {
  background: #FFFFFF;
  text-align: center;
  font-weight: 500;
  border: none;
  /* border-bottom: 1px solid  #CCCCCC !important; */
  font-size: 1.2em;
}

.simple-calendar table > thead > tr > th:first-child {
  border-top-left-radius: 10px;
}

.simple-calendar table > thead > tr > th:last-child {
  border-top-right-radius: 10px;
}

/* 
.simple-calendar table > thead > tr:last-child > td:first-child
{
    border-bottom-left-radius: 10px;
}
 */
.simple-calendar .day {
  font-size: 1.7em;
  padding-top: 16px;
  text-align: center;
  height: 64px;
  /* border-top:none !important; */
}

.simple-calendar td {
  background: #FFFFFF;
}

.simple-calendar td description {
  font-size: 0.6em;
  font-weight: 600;
  color: #CC3300;
  display: block;
  text-transform: uppercase;
}

/* ALL LOADERS */
.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

/* LOADER 6 */
#loader-6 {
  top: 40px;
  left: -2.5px;
}

#loader-6 span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: blue;
}

#loader-6 span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}

#loader-6 span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader-6 span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}

#loader-6 span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
