#page-container { width: auto !important }
.breadcrumbs {
  background-color: #ececec;
  margin-top: 0 !important;
  padding-top: 10px;
  width: 100%;
}
.breadcrumbs > .grid_16 {
  display: block;
  max-width: 960px;
  padding: 0 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.tm-inside-article {
  font-family: 'Lato', Tahoma, Helvetica, Sans-Serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.35em;
  color: #333333;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.tm-inside-article p,
.tm-inside-article ul,
.tm-inside-article ol,
{
  margin: 20px 0;
}
.tm-inside-article a {
  color: #0C7EC3;
}
.tm-inside-article hr {
  margin: 40px 0;
}

.tm-inside-article h1 {
  font-family: "Open Sans Condensed", "Lato", Tahoma, Helvetica, Sans-serif;
  text-transform: uppercase;
  color: #333333;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  max-width: 960px;
}
.tm-inside-article h2 {
  font-family: "Open Sans Condensed", "Lato", Tahoma, Helvetica, Sans-serif;
  color: #ec5c4c;
  margin: 40px 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
}
.tm-inside-article h3 {
  font-family: "Open Sans Condensed", "Lato", Tahoma, Helvetica, Sans-serif;
  color: #ec5c4c;
  margin: 40px 0;
  padding: 0;
  font-size: 23px;
  font-weight: 700;
}
.tm-inside-article h4 {
  font-family: "Open Sans Condensed", "Lato", Tahoma, Helvetica, Sans-serif;
  color: #383838;
  margin: 40px 0 20px 0;
  padding: 0;
  font-size: 19px;
  font-weight: 700;
}

.tm-inside-article .container {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px 20px 30px 20px;
}

.tm-inside-article .row {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.tm-inside-article .align-self-center {
  align-self: center;
}
.tm-inside-article .align-center {
  align-items: center;
}

.tm-inside-article-banners {
  margin-bottom: 50px;
  max-width: 100%;
  overflow: hidden;
}
.tm-inside-article-banners img {
  max-width: 100%;
}

/*.tm-inside-article-article p:first-child:first-letter {
  float: left;
  color: #ec5c4c;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 900;
}*/


.tm-inside-article-head {
  background-color: #ec5c4c;
}
.tm-inside-article-head-content {
  height: 76px;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
.tm-inside-article-thinkmate {
  text-indent: -999px;
  overflow: hidden;
  background-image: url(../png/inside_thinkmate.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 124px;
  height: 70px;
}
.tm-inside-article-logo {
  position: relative;
  z-index: 1;
  width: 110px;
  height: 112px;
}
.tm-inside-article-logo > * {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.tm-inside-article-logo-layer-1 {
  top: 0; left: 0;
  background-image: url(../png/logo_spin-2.png);
  z-index: 2;
}
.tm-inside-article-logo-layer-2 {
  background: url(../png/logo_rotator-2.png);
  background-size: contain;
  z-index: 3;
  -webkit-animation: logospin 5s linear infinite;
  animation: logospin 5s linear infinite;
}
.tm-inside-article-logo-layer-3 {
  background: url(../png/logo_check-2.png);
  background-size: cover;
  z-index: 4;
}
.tm-inside-article-logo-layer-4 {
  display: block;
  margin: 10%;
  width: 80%;
  height: 80%;
  z-index: 5;
}

.tm-inside-article-nav {
  background-color: #ececec;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}


@media (max-width: 850px) {
  .tm-inside-article .row { flex-direction: column-reverse }
  .tm-inside-article .row .col+.col { text-align: center }
  .tm-inside-article h4 { margin-top: 0 }
  .tm-inside-article-logo { width: 68px; height: 68px; }
}