/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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

/*** basscss extensions ***/

@media (min-width: 40em) {
  .sm-px2 { padding-left: 1rem; padding-right: 1rem; }
  .sm-px3 { padding-left: 2rem; padding-right: 2rem; }
}
@media (min-width: 52em) {
  .md-px2 { padding-left: 1rem; padding-right: 1rem; }
  .md-px3 { padding-left: 2rem; padding-right: 2rem; }
}

/************************************************/


* {
  box-sizing: border-box;
}
em { font-style: italic; }
strong { font-weight: bold; }

body {
  font-family: Tahoma;
}

.lg-section {
  max-width: 1200px;
  margin: auto;
}

.md-section {
  max-width: 800px;
  margin: auto;
}

.sm-section {
  max-width: 620px;
  margin: auto;
}



.ti-page-start {
  margin-top: 40px;
}

/* -- header -- */
.ti-header {
  box-shadow: inset 0px -1px 0px #DFE1E5;
}

.nav-item {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;

  /* identical to box height, or 150% */
  letter-spacing: 0.04em;

  color: rgba(0, 0, 0, 0.8);
}

.ti-selected {
  background: rgba(9, 30, 66, 0.08);
  border-radius: 3px;
}
.nav-item:hover {
  background: rgba(9, 30, 66, 0.08);
  border-radius: 3px;
}

.nav-item a, .nav-item span {
  padding: 0 1rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

a.logxx { /* login / logout */
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;

  /* identical to box height, or 160% */
  letter-spacing: 0.04em;

  text-decoration: none;
  color: #000000;
}

.btn {
  padding: 7px 15px;
  border-radius: 3px;

  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;

  text-decoration: none;
  cursor: pointer;
  border: initial; /* remove border from button */
}

.btn:disabled {
  cursor: default;
}

.btn-primary {
  background: #F07F3C;
  color: #FFFFFF;
}

.btn-primary:disabled {
  background: rgba(155, 153, 203, 0.24);
  cursor: initial;
}

.btn-small {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.btn-neutral {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
  border: 1px solid rgba(0, 0, 0, 0.64);
  background: none;
}

/** a tag with a close button **/
.text-tag {
  display: inline;
  background: rgba(155, 153, 203, 0.24);
  border-radius: 3px;
  padding: 3px 8px;
  margin-right: 12px;

  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}
.text-tag .text-tag-close {
  cursor: pointer;
}


/* menu dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-btn {
  white-space: nowrap;
}
.dropdown-content-out {
  display: none;
  position: absolute;
  z-index: 100;
  padding-top: 1rem;
}
nav .dropdown-content-out { /* only for header menu */
  min-width: 260px;
}

.dropdown-content {
  background: #FAFBFC;
  /* grey / border */
  border: 1px solid #DFE1E5;
  border-radius: 4px;
  padding: 1rem 2rem;
}
nav .dropdown-content {
  margin-left: -2rem;
}
.dropdown-content a, .dropdown-content span { /* span for disabled content */
  text-decoration: none;
  display: block;
  margin: 0.5rem 0;
  line-height: 20px;
  padding: 0;
}
.dropdown-content a:hover {
  color: #F07F3C; /* orange */
}

.dropdown:hover .dropdown-content-out {
  display: block;
}

.ti-warning {
  margin-right: -5px;
  font-weight: normal;
  font-size: 12px;
  color: #ED0505 !important;
  border: 2px solid #ED0505;
  border-radius: 50%;
  padding: 0px 5px !important;
}

/* -- end header -- */

.ti-message {
  padding: 5px 10px;
  border-radius: 8px;
  background: #FAFBFC;   /* grey / fill */
  border: 1px solid #DFE1E5; /* grey / border */
}
.ti-message-alert {
  border: 1px solid #ffb08f;
  background-color: #ffefe6;
}

.ti-lightbox {
  cursor: zoom-in;
}

.ti-lightbox-plus {
  text-align: right;
  font-size: 10px;
  line-height: 10px;
  position: relative;
  margin-top: 0px;
  margin-right: 8px;
  z-index: 1;
}

/* -- jumbotron -- */

.jumbotron {
  height: 600px;
  background: linear-gradient(308.63deg, #9B99CB 31.36%, #D299B3 80.65%);
}

.jumbotron-title {
  padding-top: 100px;
  padding-left: 120px;
  color: white;
  font-family: Rockwell;
  font-style: normal;
  font-weight: normal;
  font-size: 60px;
  line-height: 70px;
}

.jumbotron-text {
  padding-top: 40px;
  padding-left: 120px;
  max-width: 600px;

  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;

  /* or 133% */
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

/* -- end jumbotron -- */


/* DEV site indicator ribbon */
.ribbon {
  position: fixed;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; right: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
/* end ribbon */

/* general */

.ti-h2 {
  margin: 0;
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;
  /* purple light */
  color: #9B99CB;
}

.ti-h3 {
  font-size: 1.25rem;
  line-height: 1.4rem;
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  padding-top: 1rem;
  letter-spacing: 0.02em;
  /* purple light */
  color: #9B99CB;
}

.ti-h3t {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  padding-top: 1rem;
  letter-spacing: 0.02em;
  /* purple light */
  color: #9B99CB;
}

.ti-h4 {
  font-size: 1.1rem;
  line-height: 1.2rem;
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  padding-top: 1rem;
  letter-spacing: 0.02em;
  /* purple light */
  color: #9B99CB;
}

.ti-under {
  margin-top: 12px;
  position: relative;
  height: 0px;
  left: 40px;
  width: 200px;
  border-bottom: 2px solid #000000;
}

.ti-under:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 200px;
  top: -3px;

  /* orange */
  border: 2px solid #F07F3C;
  box-sizing: border-box;
}


.ti-p {
  max-width: 640px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.5rem;

  /* or 150% */
  letter-spacing: 0.02em;

  /* black / 100 */
  color: #000000;
}

.ti-link {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 20px;

  white-space: nowrap;
  letter-spacing: 0.04em;

  /* orange */
  color: #F07F3C;
  text-decoration: none;
}

.ti-link-underline:hover {
  text-decoration: underline;
}

.ti-soon {
  font-family: Tahoma;
  font-style: normal;
  font-size: 1rem;
  line-height:20px;
  white-space: nowrap;
  letter-spacing: 0.04em;
  color: rgba(240, 127, 60, 0.7); /* faded orange */
  cursor: default;
}

.ti-features-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;

  /* black / 100 */
  color: #000000;
}

/* limit block to 3-lines */
.ti-line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ti-note {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: rgba(0,0,0,0.6);
}

.subscribe_banner {
  width: 100%;
  background: #EFEFF7;
  text-align: center;
}
.subscribe_banner h2 {
  font-family: Rockwell;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 0.5em;

  color: rgba(0, 0, 0, 0.8);
}

.subscribe_banner p {
  margin: auto;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;

  /* black / 80 */
  color: rgba(0, 0, 0, 0.8);
}

.subscribe-btn2 {
  background: #F088B6; /* pink */
  color: black;
}


.home-section h2 {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;

  /* purple light */
  color: #9B99CB;
}

.latest-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;

  /* identical to box height, or 133% */
  letter-spacing: 0.02em;

  /* black / 80 */
  color: rgba(0, 0, 0, 0.8);
}

.latest-date {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #9B99CB;
}

.btn-more {
  margin: 0 11px;
  color: #F07F3C;
  border: 3px solid #F07F3C;
}

.footer {
  background: #F4F5F7;
}


.footer-main a {
  margin: 24px 0;
  padding-right: 40px;

  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;

  /* identical to box height */
  letter-spacing: 0.02em;

  /* purple light */
  color: #9B99CB;
  display: block;
  text-decoration: none;
}

.footer-sub a, .footer-sub span { /* span used for disabled links */
  margin: 16px 0;
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;

  /* black / 80 */
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  display: block;
}

.footer-copyright {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  padding: 0.5rem 2rem;
}


.ti-page p {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  padding-bottom: 1em;

  /* or 150% */
  letter-spacing: 0.04em;

  /* black / 100 */
  color: #000000;
}

.ti-page p:empty {
  /* WYSIWYG editor people usually add a blank line as paragraph */
  padding: 0;
}


.ti-page h1, .ti-page h2, .ti-page h3, .ti-page h4, .ti-page h5 {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  padding-top: 1em;
  /* identical to box height, or 150% */
  letter-spacing: 0.02em;
  /* purple light */
  color: #9B99CB;
}

.ti-page h1 {
  font-size: 2em;
  line-height: 2.2em;
}
.ti-page h2 {
  font-size: 1.5em;
  line-height: 1.65em;
}
.ti-page h3 {
  font-size: 1.25em;
  line-height: 1.4em;
}
.ti-page h4 {
  font-size: 1em;
  line-height: 1.1em;
}
.ti-page h5 {
  font-size: 0.875em;
  line-height: 1em;
}
.ti-page a {
  color: #F07F3C; /* orange */
  text-decoration: none;
}
.ti-page em {
  font-style: italic;
}
.ti-page strong {
  font-weight: 700;
}
.ti-page code {
  font-family: monospace;
}
.ti-page li {
  list-style: initial;
  margin-left: 20px;

  font-weight: normal;
  font-size: 1em;
  line-height: 1.4em;
  padding-bottom: 1em;
  letter-spacing: 0.04em;
}

.ti-page img {
  width: 100%;
  height: auto;
}

/*************************/

.ti-page-intro {
  /* regular / 24 */
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.75em;

  /* or 150% */
  letter-spacing: 0.02em;

  /* black / 100 */
  color: #000000;
}

/** Pagination ***********************************/
.pg-select li {
  display: inline-block;
}
.pg-index {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;

  text-align: center;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.8);
  padding: 2px 4px;
  margin: 0 2px;

  cursor: pointer;
}
.pg-index a {
  color: inherit;
  text-decoration: none;
}
.pg-selected {
  color: white;
  background: #F07F3C;
  border-radius: 3px;
}
.pg-disabled {
  color: #A5ADBA;
  cursor: initial;
}


/***********************************************/


.link-wrapper {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}


.ti-tags {
  line-height: 40px;
}

.ti-tag {
  display: inline-block;
  padding: 6px;
  margin-right: 12px;
  border-radius: 3px;
  white-space: nowrap;

  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.8);
}

.ti-tag-region {
  background-color: #41C0F0;
}

.ti-tag-sector {
  background-color: #FDC833;
}

.ti-tag-technology {
  background-color: #94C23D;
}
.ti-tag-low {
  opacity: 0.6;
  font-size: 11px;
  line-height: 11px;
}


/* a one-column card (full-width on large screens) */
.ti-card1 {
  display: flex;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  box-shadow: 0 20px 30px -15px rgba(0,0,0,.13);
  min-height: 250px;
  flex-direction: column;
  width: 100%;

  /* WTF - if removed card will be in front of menu */
  transform: translateY(-1px);
}

.ti-card1:hover {
  box-shadow: 0 20px 40px -10px rgba(0,0,0,.18);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.ti-card1-meta { /* photo wrapper */
  position: relative;
  z-index: 0;
  height: 200px;
}

@media only screen and (min-width: 640px) {
  .ti-card1 {
    flex-direction: row;
  }
  .ti-card1-meta {
    flex-basis: 40%;
    height: auto;
  }
}

.ti-card1-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}


.ti-card1-description {
  padding: 2rem;
  background: #fff;
  position: relative;
  z-index: 1;
  flex-basis: 60%;
}

.ti-card1-title {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.65rem;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 1rem;
}

.ti-card1-date {
  color: #b3b3b3;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.ti-card1-author {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

/***********************************/

.ti-prop-label {
  font-family: Rockwell;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: rgba(0,0,0, 0.6);
}

.ti-prop-value {
  font-family: Rockwell;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

/**********************************/

.blog-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  z-index: 0;
  height: 100%;
  min-height: 200px;
  border: 1px solid #DFE1E5;
}
.blog-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0,0,0,.18);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.blog-card-meta {
  position: relative;
  z-index: 0;
  height: 240px;
}

.blog-card-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}


.blog-card-description {
  flex-basis: 60%;
  padding: 0 1.5rem;
  background: #fff;
}

@media only screen and (min-width: 640px) {
  .blog-card {
    flex-direction: row;
  }
  .blog-card-meta {
    flex-basis: 40%;
    height: auto;
  }
}


.blog-card-date {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  /* purple light */
  color: #9B99CB;
}

.blog-card-author {
  font-weight: normal;
}

.blog-card-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  /* black / 80 */
  color: rgba(0, 0, 0, 0.8);
}

.blog-card-intro {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #000000;
}

.blog-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

/***** report ****/
.report-card {
  line-height: 1.4;
  border-radius: 5px;
  border: 1px solid #DFE1E5;
}
.report-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0,0,0,.18);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.report-card-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  /* black / 80 */
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.report-card-author {
  font-weight: normal;
  text-decoration: none;
  color: inherit;
}

/***** news ****/
.news-card {
  background: #fff;
  line-height: 1.4;
  border-radius: 5px;
  z-index: 0;
  height: 100%;
  min-height: 200px;
  border: 1px solid #DFE1E5;
}
.news-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0,0,0,.18);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
/* reuse blog style */

/***** carousel ***/

.ti-carousel-meta {
  position: relative;
  z-index: 0;
  height: 300px;
}

.ti-carousel-photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.ti-carousel-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0, .6);
}

.ti-carousel-text {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: auto;
  padding: 0 90px; /* size of arrows */
  max-width: 800px;
  color: white;
}

.ti-carousel-title {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  color: white;
}

.ti-carousel-detail {
  flex: 1;
  max-width: 540px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: white;
}

.ti-carousel-link {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  padding-right: 40%;
  letter-spacing: 0.04em;
  color: white;
  text-decoration: none;
}

@media (min-width: 832px) { /* md */
  .ti-carousel-title {
    font-size: 40px;
    line-height: 48px;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .ti-carousel-detail {
    font-size: 20px;
    line-height: 28px;
  }
  .ti-carousel-link {
    padding-right: 20%;
  }
}


/************* plans & pricing ****/

.ti-plan-connect, .ti-plan-essential {
  background: white;
  color: #83CE3E;
}

.ti-plan-prime {
  background: #FFE3D5;
  color: #FB791E;
}

.ti-plan-corporate {
  background: #FB781E;
  color: white;
}

.ti-plan-main {
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}

.ti-plan-title {
  font-family: Rockwell;
  font-style: normal;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.2rem;
}

.ti-plan-price {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

.ti-plan-price .ti-plan-period{
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.06em;
}

ul.ti-plan-items li {
  padding: 0.5rem 0;
}
.ti-plan-check {
  line-height: 1rem;
  font-size: 1.5rem;
  padding-right: 0.6rem;
}
.ti-plan-note {
  font-size: 0.8rem;
  line-height: 0.85rem;
}

.ti-plan-description {
  font-size: 0.8rem;
  line-height: 0.85rem;
  margin-top: 0.75rem;
  min-height: 100px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
}


/********** profile page ******/

.ti-card-profile {
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  z-index: 0;
  min-height: 200px;
  flex-direction: row;
}

.ti-profile-avatar {
  width: 150px;
  height: 150px;
  background-color: grey;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
}

.ti-card-profile-name {
  padding: 1rem 0;

  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: 0.02em;
  color: #000000;
}

.ti-card-profile-role {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #9B99CB;
}


.ti-access-matrix th {
  font-family: Tahoma;
  font-size: 12px;
}

.ti-access-matrix tbody tr:hover {
  background-color: #ffa;
}

.table-header-rotated {
  border-collapse: collapse;
}
.table-header-rotated td {
  width: 30px;
}
.table-header-rotated td {
  text-align: center;
  padding: 5px 5px;
  border: 1px solid #ccc;
}
.table-header-rotated th.rotate {
  height: 140px;
  white-space: nowrap;
}
.table-header-rotated th.rotate > div {
  transform: translate(17px, 115px) rotate(315deg);
  width: 30px;
}
.table-header-rotated th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
}
.table-header-rotated th.row-header {
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.col-odd {
  background: RGBA(207, 207, 207, 0.3);
}

/**************** signup / login ***********/

.ti-login {
  /* purple light */
  background: #9B99CB;;
}

.ti-login-p {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
}

.ti-login-forgot {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
}

.ti-login-forgot a {
  color: rgba(0, 0, 0, 0.64);
}

.ti-form-main { /* whole page forms, i.e. signup & login */
  background: white;
  border-radius: 3px;
  padding: 40px;
  max-width: 400px;
}

.ti-form label {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.9);
}

.ti-form input {
  border-radius: 4px;
  height: 2.5rem;
  border: 2px solid #DFE1E5;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.ti-form textarea {
  border-radius: 4px;
  border: 2px solid #DFE1E5;
  padding: 0.25rem 0.75rem;
  vertical-align: top;
}

.ti-form-main input {
    width: 100%;
    align-items: center;
}

.ti-form label input[type=checkbox] {
  height: 13px; /* align checkbox to label */
}

.ti-form input[type=text], .ti-form input[type=password] {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.ti-form input[type=submit] {
  height: initial;
  border: none;
}

.ti-form input:hover {
  border-color: #b5b5b5;
}

.ti-form input:focus {
  border-color: #2188ff; /* blue */
  outline: none;
}

.ti-form .error input {
  border-color: #DE350B; /* red */
}

.ti-form .error-msg {
  font-size: 0.75rem;
  color: #DE350B; /* red */
}

.ti-form-legal, .ti-form-note {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4);
}


.ti-form-newsletter {
  padding: 12px;
  border: 1px solid #DFE1E5;
  border-radius: 5px;
}
.ti-form-newsletter input {
  width: 100%;
}

/****************** events *******/

.ti-event-box {
  width: 100%;
  background: #FAFBFC;   /* grey / fill */
  border: 1px solid #DFE1E5; /* grey / border */
  box-sizing: border-box;
  border-radius: 4px;
}

.ti-event-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.ti-event-description {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #000000;
}

.ti-event-prop-label {
  font-family: Rockwell;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #9B99CB;
}


.ti-event-prop-value {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.8);
}


/****** fix libs *****/
.popper {
  text-align: initial !important;
}


/******** page-detail: CsItem, VendorDetail ******/

.list-item-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
  padding-bottom: 0.2rem;
}

.detail-header-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.8);
}

.detail-prop-title {
  font-family: Tahoma;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.02em;
  color: #9B99CB;
  padding: 24px 0 8px;
}

/*** TABLES ****/

.sticky-header th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: inherit;
}

/* background colors */
.ti-tbl-light {
  background: #FAFBFC;
}
.ti-tbl-dark {
  background: #DFE1E5;
}
.ti-tbl-vertical {
  /* background: #FDC833; */
  background: #F7CB4F; /* knock-off color without opacity */
}
.ti-tbl-tech-bg {
  background: #94C23D;
  opacity: 0.7;
}
.ti-tbl-tech {
  color: #6a8e27;
}
.ti-tbl-tech th, .ti-tbl-tech td {
  border-top: 2px solid #94C23D;
}

/* table with 2 or more value columns */
.ti-tbl2 {
  border-collapse: separate;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}


.ti-tbl2-double {
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.ti-tbl2-border-left {
  border-left: 1px solid #E5E5E5;
}
.ti-tbl2-border-right {
  border-right: 1px solid #E5E5E5;
}

.ti-tbl2-header {
  font-family: Tahoma;
  padding: 14px 30px;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.ti-tbl2-row th, .ti-tbl2-row td {
  border-top: 1px solid #E5E5E5;
  padding: 8px 30px;
  text-align: initial;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #000000;
}
td.ti-tbl2-val {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
}
.ti-tbl2 td { vertical-align: middle }

/* feature table usually single column */
.ti-tblf {
  border-collapse: separate;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}
.ti-tblf-header {
  padding: 14px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000000;
  border-radius: 5px 5px 0 0;
}
.ti-tblf-row-highlight {
  background: #F4F5F7;
}
.ti-tblf-row th,
.ti-tblf-row td {
  border-top: 1px solid #E5E5E5;
  padding: 10px 14px;
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #000000;
}
.ti-tblf-val {
  font-family: Tahoma;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.64);

  padding: 3px 10px;
  background: rgba(253, 200, 51, 0.8);
  border: 2px solid #FFFFFF;
  border-radius: 100px;
}
.ti-tblf-relevant {
  background: rgba(253, 200, 51, 0.4);
}
.ti-tblf-tech {
  background:rgba(180, 212, 119, 0.8);
}
.ti-tblf td { vertical-align: middle }
