/* BASE STYLES */
html {
  font: 10px "Nitti Grotesk", sans-serif;
  background: #4D4D4D;
  -webkit-font-smoothing: antialiased; }

body {
  font: 10px "Nitti Grotesk", sans-serif;
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  /*font-family: 'Open Sans', sans-serif;
  font-weight: 300;*/
  line-height: 1.5;
  color: #333333;
  padding-top: 9rem; }

.pure-g [class*=pure-u] {
  font-family: "Nitti Grotesk", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  font-family: "Nitti Grotesk", sans-serif; }

h1 {
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0; }

h2 {
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0; }

h3 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: 0; }

h4 {
  font-size: 2.4rem;
  line-height: 3rem;
  letter-spacing: 0; }

h5 {
  font-size: 2.0rem;
  line-height: 2.5rem;
  letter-spacing: 0; }

p {
  margin: 0;
  font-family: "Nitti Grotesk", sans-serif; }

div {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important; }

input:focus, div:focus {
  outline: none; }

/* NAVBAR */
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  background: #e12a26; }
  .navbar .logo {
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 3rem;
    line-height: 6rem;
    padding-top: 0.6rem;
    transition: opacity 0.3s ease-out;
    position: relative;
    display: inline-block; }
    .navbar .logo img {
      height: 2.8rem; }
    .navbar .logo:hover {
      opacity: 0.8; }
  .navbar .menu {
    float: right;
    color: white; }
    .navbar .menu ul {
      text-align: right;
      float: right;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .navbar .menu ul li {
        line-height: 6rem;
        display: inline-block;
        list-style: none;
        transition: all 0.3s ease-out; }
        .navbar .menu ul li a {
          padding: 0 1.6rem;
          padding-left: 1.4rem;
          display: inline-flex;
          vertical-align: middle;
          text-decoration: none;
          color: white; }
          .navbar .menu ul li a .material-icons {
            margin-right: 1.2rem;
            font-size: 2rem;
            display: inline-flex;
            align-items: center; }
          .navbar .menu ul li a:hover {
            opacity: 0.65;
            cursor: pointer; }
        .navbar .menu ul li .vert-line {
          font-size: 2rem;
          position: relative;
          top: 0.2rem; }
    .navbar .menu #grey-menu-open, .navbar .menu #grey-menu-close {
      padding: 0;
      margin: 0; }
      .navbar .menu #grey-menu-open i, .navbar .menu #grey-menu-close i {
        font-size: 3.2rem;
        margin-right: 0; }
  .navbar .search {
    margin-top: 1rem;
    position: relative; }
    .navbar .search:hover {
      cursor: pointer; }
    .navbar .search .search-input {
      border-radius: 0.4rem;
      font-size: 4rem;
      height: 4rem;
      width: 100%;
      background: white;
      color: #333333; }
      .navbar .search .search-input .search-btn {
        box-sizing: border-box;
        background: #333333;
        border: 1px solid #404040;
        background: -moz-linear-gradient(top, #404040 0%, #333333 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #404040 0%, #333333 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: white;
        position: absolute;
        top: 0;
        right: 0;
        width: 5.8rem;
        height: 4rem;
        display: inline-flex;
        align-items: center;
        text-align: center;
        border-top-right-radius: 0.4rem;
        border-bottom-right-radius: 0.4rem;
        transition: opacity 0.3s ease-out; }
        .navbar .search .search-input .search-btn .material-icons {
          display: inline-block;
          margin: auto; }
        .navbar .search .search-input .search-btn:hover {
          opacity: 0.9;
          cursor: pointer; }
      .navbar .search .search-input input {
        background: none;
        float: left;
        padding: 1rem 1.6rem;
        font-size: 2rem;
        font-weight: 300;
        letter-spacing: 0.5px;
        width: 60%;
        height: 2rem;
        border: none;
        display: none; }
        .navbar .search .search-input input:focus {
          outline-width: 0; }
      .navbar .search .search-input .search-text {
        font-size: 2rem;
        position: absolute;
        left: 1.6rem;
        top: 0;
        line-height: 4rem;
        font-weight: 500;
        letter-spacing: 0.5px;
        color: #333333; }
        .navbar .search .search-input .search-text .selectedWord {
          color: #969696;
          border-left: 1px solid #969696;
          padding-left: 0.6rem; }
          .navbar .search .search-input .search-text .selectedWord:empty {
            display: none; }
    .navbar .search .search-autocomplete {
      z-index: 10;
      display: none;
      position: absolute;
      left: 0;
      right: 5.8rem;
      top: 4rem;
      background: white;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
      .navbar .search .search-autocomplete ul {
        margin: 0;
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
        color: #969696; }
        .navbar .search .search-autocomplete ul li {
          padding-left: 0.8rem;
          height: auto;
          list-style-type: none;
          font-size: 2rem;
          line-height: 4rem; }
          .navbar .search .search-autocomplete ul li.selected {
            cursor: pointer;
            background: #f7f7f7; }
          .navbar .search .search-autocomplete ul li .search-equals {
            color: #333333; }
    .navbar .search.active .search-input {
      border-bottom-left-radius: 0;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15); }
    .navbar .search.active .search-autocomplete {
      display: inline-block;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15); }
    .navbar .search.active .search-text {
      display: none; }
    .navbar .search.active input {
      display: inline-block; }
    .navbar .search.focus .search-input {
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15); }
    .navbar .search.focus .search-text {
      display: none; }
    .navbar .search.focus input {
      display: inline-block; }
  .navbar .bigsearch {
    background: #e12a26;
    padding-top: 8rem;
    padding-bottom: 2.4rem;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.4); }
    .navbar .bigsearch .title {
      margin-left: 3.2rem;
      font-size: 2.6rem;
      line-height: 2.8rem;
      font-weight: 200;
      padding-bottom: 1.6rem;
      letter-spacing: 0.05rem; }
      .navbar .bigsearch .title h1, .navbar .bigsearch .title h2 {
        font-size: 2.6rem;
        line-height: 2.8rem;
        font-weight: 200; }
      .navbar .bigsearch .title .version {
        font-size: 1.6rem; }
    .navbar .bigsearch .search .search-input {
      font-size: 2.2rem;
      border-radius: 0.4rem;
      height: 6rem; }
      .navbar .bigsearch .search .search-input .search-btn {
        width: 8.4rem;
        height: 6rem;
        border-radius: 0.4rem;
        transition: opacity 0.3s ease-out; }
        .navbar .bigsearch .search .search-input .search-btn:hover {
          opacity: 0.85;
          cursor: pointer; }
      .navbar .bigsearch .search .search-input input {
        padding: 1rem 3.2rem;
        font-size: 2.2rem;
        width: 60%;
        height: 4rem; }
      .navbar .bigsearch .search .search-input .search-text {
        font-size: 2.2rem;
        left: 9rem;
        line-height: 8rem;
        font-weight: 200;
        letter-spacing: 0.5px; }
        .navbar .bigsearch .search .search-input .search-text .selectedWord {
          border-left: 0.2rem solid #4A90E2;
          padding-left: 1rem; }
    .navbar .bigsearch .search .search-autocomplete {
      top: 6rem;
      left: 0;
      right: 8.4rem;
      width: auto; }
      .navbar .bigsearch .search .search-autocomplete ul {
        margin: 0;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
        padding-bottom: 2rem;
        padding-top: 2rem; }
        .navbar .bigsearch .search .search-autocomplete ul li {
          padding-left: 1.6rem;
          font-size: 2rem;
          line-height: 4rem; }
    .navbar .bigsearch .search.active .search-input {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .navbar .bigsearch .search-examples {
      font-size: 1.4rem;
      padding-bottom: 1.6rem; }
      .navbar .bigsearch .search-examples a {
        color: white;
        text-decoration: none; }
        .navbar .bigsearch .search-examples a:hover {
          opacity: 0.65; }
  .navbar .viri {
    background: #333333;
    border: 1px solid #404040;
    background: -moz-linear-gradient(top, #404040 0%, #333333 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #404040 0%, #333333 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #404040 0%, #333333 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: white;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin: 1rem;
    border-radius: 0.4rem;
    line-height: 4rem; }
    .navbar .viri p {
      display: inline-block;
      font-size: 1.6rem; }
    .navbar .viri .material-icons {
      margin-left: 0.8rem;
      line-height: 4rem;
      float: left;
      display: inline;
      width: 3rem; }
  .navbar .viri.viri-big {
    width: 14rem;
    height: 6rem;
    margin: 1rem;
    margin-left: 2.2rem;
    border-radius: 0.4rem;
    line-height: 6rem; }
    .navbar .viri.viri-big p {
      font-size: 1.8rem;
      font-weight: 500; }
    .navbar .viri.viri-big .material-icons {
      margin-left: 2rem;
      line-height: 6rem;
      font-size: 2.4rem;
      width: 4rem; }
  .navbar .menu-grey {
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    max-height: 0;
    position: relative;
    background: #4d4d4d;
    box-shadow: inset 0 0.2rem 0.8rem rgba(0, 0, 0, 0.35), inset 0 -0.2rem 0.8rem rgba(0, 0, 0, 0.35); }
    .navbar .menu-grey.active {
      max-height: 24rem; }
    .navbar .menu-grey ul {
      box-sizing: border-box;
      padding: 1rem 0;
      margin: 0;
      list-style-type: none; }
      .navbar .menu-grey ul li {
        margin: 0;
        border-bottom: 0.2rem solid white;
        line-height: 4rem; }
        .navbar .menu-grey ul li:last-child {
          border-bottom: none; }
        .navbar .menu-grey ul li a {
          color: white;
          text-decoration: none;
          font-size: 1.6rem; }
          .navbar .menu-grey ul li a .material-icons {
            position: relative;
            top: 0.6rem;
            font-size: 2rem;
            margin-right: 0.8rem; }
          .navbar .menu-grey ul li a:hover {
            opacity: 0.65;
            cursor: pointer; }
  .navbar .page-title {
    color: #e12a26;
    display: inline-flex;
    padding-top: 0.8rem;
    font-weight: bold; }
    .navbar .page-title .material-icons {
      align-items: center;
      margin-right: 0.8rem; }

.social-share {
  float: right;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  display: inline-flex;
  align-items: center;
  color: white; }
  .social-share a {
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    height: 2.4rem;
    width: 2.4rem;
    margin-left: 1.2rem;
    text-align: center;
    align-items: center;
    justify-content: center; }
    .social-share a i {
      text-align: center;
      font-size: 1.6rem;
      transition: opacity 0.3s ease-out; }
      .social-share a i:hover {
        cursor: pointer;
        opacity: 0.85; }
  .social-share #share-twitter i {
    margin-left: 0.1rem; }
  .social-share #share-fb i {
    margin-top: 0.1rem; }
  .social-share .download:hover {
    cursor: pointer;
    opacity: 0.85; }
  .social-share .line {
    height: 2.4rem;
    width: 1px;
    background: #f0f0f0;
    margin-left: 1.2rem; }

.white-bar {
  background: white;
  -webkit-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  z-index: 1000; }
  .white-bar .word-desc {
    font-size: 1.4rem;
    color: #969696;
    line-height: 4rem; }
    .white-bar .word-desc .mainWord {
      color: #e12a26;
      font-size: 1.8rem;
      font-weight: bold; }
    .white-bar .word-desc .wordType {
      color: #969696;
      font-size: 1.6rem;
      font-weight: normal; }

.module {
  background: white;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 2rem 0 #e6e6e6;
  -moz-box-shadow: 0 0 2rem 0 #e6e6e6;
  box-shadow: 0 0 2rem 0 #e6e6e6; }
  .module .module-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 1.6rem; }
  .module .module-body {
    -webkit-column-rule: 1px solid #f0f0f0;
    /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid #f0f0f0;
    /* Firefox */
    column-rule: 1px solid #f0f0f0;
    column-fill: auto;
    -moz-column-fill: auto;
    padding: 1.6rem 1.6rem 2.4rem 1.6rem; }
    .module .module-body.near {
      border-top: 1px solid #f0f0f0;
      background: #f7f7f7; }
      .module .module-body.near .synonym:hover {
        background: white; }
  .module .module-footer {
    border-top: 1px solid #f0f0f0;
    padding: 2.3rem 4rem;
    font-size: 1.6rem;
    color: #969696; }
    .module .module-footer p {
      display: inline-block; }
    .module .module-footer .info {
      float: right; }

.add-synonym {
  position: relative;
  padding: 2.4rem 3.2rem;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  /*.message {
    margin-top: 2rem;
  }*/
  /* .syn-invite {
     padding: 3.2rem 6.4rem;
     h3 {
       font-size: 2.4rem;
       font-weight: bold;
     }
     p {
       font-size: 2rem;
       width: 80%;
     }
   }*/ }
  .add-synonym p:first-child {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem; }
  .add-synonym .form-input {
    margin-bottom: 1.6rem;
    margin-right: 1.6rem;
    padding: 1.2rem;
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 0.4rem; }
    .add-synonym .form-input .material-icons {
      color: #d6d6d6;
      float: left; }
    .add-synonym .form-input input {
      margin-left: 0.8rem;
      background: none;
      border: none;
      width: 75%;
      color: #333333;
      font-size: 1.8rem; }
    .add-synonym .form-input.red {
      border: 1px solid #e12a26; }
    .add-synonym .form-input.green {
      border: 1px solid #23B353; }
  .add-synonym a.btn {
    display: inline-block;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
    background: #e12a26;
    line-height: 5rem;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    cursor: pointer; }
    .add-synonym a.btn:hover {
      opacity: 0.9; }
  .add-synonym a {
    color: #e12a26; }
    .add-synonym a:hover {
      opacity: 0.9; }

.loading {
  text-align: center;
  min-height: 100vh; }
  .loading i.fa {
    margin-top: 10rem;
    font-size: 6rem; }

.cjvt-text-primary {
  color: #373E4A; }

.cjvt-bg-primary {
  background: #373E4A; }

.button {
  width: 6rem;
  height: 6rem;
  border-radius: 0.6rem;
  display: inline-block;
  cursor: pointer;
  outline: none; }

.button-group .button {
  position: relative; }
  .button-group .button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .button-group .button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -0.2rem; }

.dropdown {
  position: relative;
  cursor: pointer;
  border-bottom: 0.2rem solid white;
  color: #333333;
  background: white;
  display: inline-block;
  transition: all 0.3s  ease-out; }
  .dropdown:hover {
    border-bottom: 0.2rem solid #333333; }
  .dropdown .dropdown-field {
    position: relative;
    display: block;
    line-height: 4rem; }
    .dropdown .dropdown-field .icon {
      float: left; }
    .dropdown .dropdown-field .arrow-icon {
      line-height: 4rem;
      font-size: 3rem;
      float: right; }
  .dropdown .dropdown-list {
    box-sizing: border-box;
    padding: 1.6rem;
    padding-top: 0;
    margin: 0;
    position: absolute;
    display: none;
    list-style-type: none;
    background: inherit;
    width: 100%;
    border-top: 0.2rem solid #e12a26;
    z-index: 200;
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.24);
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem; }
    .dropdown .dropdown-list li {
      font-weight: bold;
      line-height: 4rem;
      margin: 0;
      border-bottom: 0.2rem solid #333333; }
      .dropdown .dropdown-list li:hover {
        opacity: 0.65;
        cursor: pointer; }
  .dropdown.open {
    border-bottom: 0.2rem solid white;
    border-radius: 0.6rem 0.6rem 0 0; }
    .dropdown.open .arrow-icon {
      transform: rotate(180deg); }
    .dropdown.open .dropdown-list {
      display: block; }
  .dropdown.disabled {
    color: #f0f0f0; }
    .dropdown.disabled:hover {
      cursor: default;
      border-bottom: 0.2rem solid white; }

.sidebar {
  padding: 0.8rem 2.4rem;
  border-radius: 4px;
  background: white;
  letter-spacing: 0.02rem; }
  .sidebar h5 {
    color: #e12a26;
    border-bottom: 1px solid #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 4rem; }
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem; }
    .sidebar ul:last-child li:last-child {
      border-bottom: none; }
    .sidebar ul li {
      border-bottom: 1px solid #333333;
      line-height: 4rem;
      /*&:before {
        position:relative;
        top:0.6rem;
        margin-right:0.8rem;
        direction: ltr;
        display: inline-block;
        font-family: 'Material Icons';
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-feature-settings: 'liga';
        -webkit-font-smoothing: antialiased;
        content: attr(icon);
        border:none;
        align-items: center;
      }*/ }
      .sidebar ul li:hover {
        font-weight: bold; }
      .sidebar ul li.active {
        font-weight: bold; }

.btn-exit, .btn-exit {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  float: right;
  color: #d6d6d6 !important;
  transition: all 0.3s ease-out; }
  .btn-exit .material-icons, .btn-exit .material-icons {
    width: 3rem;
    height: 3rem;
    line-height: 3rem; }
  .btn-exit:hover, .btn-exit:hover {
    color: #333333;
    cursor: pointer; }

.loading-spinner {
  margin-top: 12rem; }
@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }
  .loading-spinner .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 4.2s ease-in-out infinite; }
@keyframes colors {
  0% {
    stroke: #e12a26; }
  50% {
    stroke: #333333; }
  100% {
    stroke: #e12a26; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }
footer {
  background: #333333;
  color: white;
  margin-top: 4.8rem;
  padding: 0;
  padding-bottom: 9.2rem;
  font-size: 1.4rem; }
  footer .pure-g > div {
    padding: 0;
    padding-top: 4.8rem;
    padding-left: 1.6rem; }
  footer .left-border {
    border-left: 1px solid #444; }
  footer .uni-logo {
    text-align: center; }
    footer .uni-logo img {
      width: 60%; }
  footer .cc-block i.fa {
    margin-top: 1.6rem;
    font-size: 4.5rem; }
  footer h5 {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 1.6rem; }
  footer a {
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease-out; }
    footer a:hover {
      opacity: 0.65; }
  footer .material-icons {
    margin-right: 0.8rem;
    font-size: 1.4rem;
    position: relative;
    top: 0.4rem; }

/* about */
.panel {
  background: white;
  box-shadow: 0 0 2rem 0 #e6e6e6;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  position: relative;
  text-align: center;
  margin-bottom: 2.4rem; }
  .panel a {
    color: #e12a26;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto; }
    .panel a:hover {
      text-decoration: underline; }
  .panel h3 {
    color: #e12a26;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.6rem;
    padding-top: 2.4rem; }
  .panel > p {
    padding: 0 3.2rem;
    padding-bottom: 3.2rem; }
  .panel ul, .panel ol {
    padding: 0 4.8rem;
    width: 100%; }
    .panel ul li, .panel ol li {
      padding: 0.8rem 0;
      list-style: none;
      width: 100%;
      display: inline-flex;
      vertical-align: middle;
      border-bottom: 1px solid #f0f0f0; }
      .panel ul li a, .panel ol li a {
        width: 100%;
        display: inline-flex;
        color: #333333;
        text-decoration: none; }
        .panel ul li a:hover, .panel ol li a:hover {
          text-decoration: none; }
      .panel ul li p, .panel ol li p {
        margin-bottom: 0; }
      .panel ul li:last-child, .panel ol li:last-child {
        border-bottom: none; }
      .panel ul li .material-icons, .panel ol li .material-icons {
        display: inline-block; }
        .panel ul li .material-icons:last-child, .panel ol li .material-icons:last-child {
          color: #d6d6d6;
          text-align: right;
          margin-left: auto; }
  .panel ol.leaderboard {
    text-align: left; }
    .panel ol.leaderboard li a {
      width: 100%;
      display: block; }
      .panel ol.leaderboard li a span:first-child {
        color: #969696;
        width: 3.2rem;
        display: inline-block; }
      .panel ol.leaderboard li a span.score {
        display: block;
        color: #969696;
        float: right;
        text-align: right; }
      .panel ol.leaderboard li a div.ratings {
        display: inline-flex;
        float: right; }
        .panel ol.leaderboard li a div.ratings .rating-plus {
          color: #23B353; }
        .panel ol.leaderboard li a div.ratings .rating-minus {
          color: #e12a26; }
        .panel ol.leaderboard li a div.ratings .material-icons {
          align-items: center;
          color: #d6d6d6; }
  .panel.big-panel {
    text-align: left;
    padding-top: 3.2rem;
    padding-bottom: 2.4rem; }
    .panel.big-panel h3 {
      padding: 0; }
    .panel.big-panel p {
      padding-bottom: 2.4rem;
      width: 100%; }
  .panel .line {
    border-bottom: 0.2rem dashed #e12a26;
    margin-bottom: 2.4rem; }
  .panel.publications p {
    font-size: 1.4rem; }
  .panel.index-statistics p {
    font-size: 2.4rem;
    font-weight: 300;
    margin-bottom: 0; }
  .panel.index-statistics h3 {
    font-size: 5.6rem;
    font-weight: 100;
    color: #333333;
    margin-bottom: 0;
    padding-top: 0; }
  .panel.divide-cols .pure-g > div {
    border-right: 1px solid #f0f0f0;
    padding: 3.2rem; }
    .panel.divide-cols .pure-g > div:last-child {
      border-right: none; }

.community .abc-left-column h3 {
  margin-bottom: 3.2rem; }
.community .panel p:last-child {
  padding-bottom: 3.2rem; }

.panel.small-panel .panel-grey {
  box-sizing: border-box;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  background: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }

.versions .pure-g .version {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #f0f0f0; }
.versions:last-child .version {
  border-bottom: none; }

a.btn-red {
  display: inline-block;
  width: 16rem;
  height: 5rem;
  line-height: 5rem;
  color: white;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
  border: 1px solid #e33434;
  background: #e12a26;
  background: -moz-linear-gradient(top, #ff4242 0%, #f03737 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff4242 0%, #f03737 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff4242 0%, #f03737 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  transition: opacity 0.3s ease-out; }
  a.btn-red:hover {
    text-decoration: none;
    opacity: 0.85; }

/* CONTAINERS */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
.tooltip .tooltiptext {
  font-family: "Nitti Grotesk", sans-serif;
  word-wrap: normal;
  font-size: 1.6rem;
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

.filters {
  padding: 0 2.4rem; }
  .filters h5 {
    font-weight: bold;
    font-size: 1.6rem; }
  .filters hr {
    margin: 0.8rem 0;
    border: none;
    border-top: 1px solid #f0f0f0; }
  .filters .filters-section .filters-header {
    color: #e12a26; }
  .filters .filters-section ol.filters-options {
    margin-top: 0;
    padding-left: 0;
    counter-reset: my-badass-counter;
    list-style: none; }
    .filters .filters-section ol.filters-options li {
      position: relative;
      padding: 0.4rem 0;
      border-top: 1px solid #f0f0f0;
      cursor: pointer;
      font-weight: 300;
      /*states*/ }
      .filters .filters-section ol.filters-options li:before {
        content: counter(my-badass-counter);
        counter-increment: my-badass-counter;
        border: 2px solid #333333;
        border-radius: 100%;
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.6rem;
        display: inline-block;
        text-align: center;
        margin-right: 1.6rem; }
      .filters .filters-section ol.filters-options li.hover {
        font-weight: bold; }
      .filters .filters-section ol.filters-options li.disabled {
        color: #969696;
        cursor: default; }
        .filters .filters-section ol.filters-options li.disabled:before {
          border-color: #969696; }
      .filters .filters-section ol.filters-options li.active {
        font-weight: bold;
        display: flex; }
        .filters .filters-section ol.filters-options li.active:after {
          position: absolute;
          left: 0;
          background: white;
          direction: ltr;
          display: inline-block;
          font-family: 'Material Icons';
          font-size: 20px;
          font-style: normal;
          font-weight: normal;
          letter-spacing: normal;
          line-height: 1;
          text-transform: none;
          white-space: nowrap;
          word-wrap: normal;
          -webkit-font-feature-settings: 'liga';
          -webkit-font-smoothing: antialiased;
          content: 'close';
          border: none;
          align-items: center; }
    .filters .filters-section ol.filters-options.red > li:before {
      color: #e12a26;
      border-color: #e12a26; }
    .filters .filters-section ol.filters-options.blue > li:before {
      color: #4A90E2;
      border-color: #4A90E2; }
  .filters .filters-section ul.filters-options {
    margin-top: 0;
    padding-left: 0;
    list-style: none; }
    .filters .filters-section ul.filters-options li {
      position: relative;
      display: block;
      overflow: hidden;
      cursor: pointer;
      padding: 0.4rem 0;
      border-top: 1px solid #f0f0f0;
      font-weight: 300; }
      .filters .filters-section ul.filters-options li .active-icon {
        display: none;
        position: absolute;
        left: 0; }
      .filters .filters-section ul.filters-options li > ul {
        display: block;
        height: 0;
        width: 100%;
        padding: 0; }
      .filters .filters-section ul.filters-options li.hover {
        font-weight: bold; }
      .filters .filters-section ul.filters-options li.active {
        font-weight: bold; }
        .filters .filters-section ul.filters-options li.active > .active-icon {
          display: inline; }
        .filters .filters-section ul.filters-options li.active > span {
          display: block;
          padding-left: 3.2rem; }
        .filters .filters-section ul.filters-options li.active > ul {
          height: auto; }
          .filters .filters-section ul.filters-options li.active > ul > li {
            padding-left: 3.2rem; }
      .filters .filters-section ul.filters-options li.disabled {
        color: #969696; }
        .filters .filters-section ul.filters-options li.disabled.hover {
          cursor: default;
          font-weight: 500; }
  .filters .filters-section li.expandable {
    overflow: hidden; }
    .filters .filters-section li.expandable > ul {
      height: 0; }
    .filters .filters-section li.expandable.opened > ul {
      height: auto; }
    .filters .filters-section li.expandable .material-icons {
      float: right; }
    .filters .filters-section li.expandable > ul {
      padding-left: 0;
      list-style: none; }
      .filters .filters-section li.expandable > ul > li {
        padding-left: 1.6rem; }

.collocations-container {
  position: relative; }
  .collocations-container .col-con-header {
    padding: 1.6rem 3.2rem;
    border-bottom: 1px solid #f0f0f0; }
    .collocations-container .col-con-header .headword-variations > span {
      margin-right: 3.2rem;
      padding-bottom: 0.8rem;
      font-weight: bold; }
      .collocations-container .col-con-header .headword-variations > span.active {
        border-bottom: 2px solid #333333; }
      .collocations-container .col-con-header .headword-variations > span:hover {
        border-bottom: 2px solid #e12a26; }
    .collocations-container .col-con-header .btn-exit {
      position: absolute;
      top: 1.9rem;
      right: 2.4rem; }
  .collocations-container .col-con-body .col-group {
    position: relative;
    margin: 1.6rem 1.6rem;
    padding: 0 1.6rem;
    border-radius: 0.4rem;
    transition: background 0.3s ease-out; }
    .collocations-container .col-con-body .col-group:after {
      content: ' ';
      display: inline-block;
      position: absolute;
      bottom: -0.8rem;
      left: 0;
      width: 100%;
      height: 1px;
      background: #f0f0f0; }
    .collocations-container .col-con-body .col-group.hover {
      background: #f7f7f7; }
    .collocations-container .col-con-body .col-group a.show-more-colls {
      position: absolute;
      top: 1rem;
      right: 1.6rem;
      height: 4rem;
      width: 4rem;
      display: block;
      text-align: center;
      color: #d6d6d6; }
    .collocations-container .col-con-body .col-group .col-element {
      display: inline-block;
      padding: 0.8rem;
      width: 180px;
      height: 5.6rem;
      margin-bottom: 0.8rem;
      font-size: 1.8rem; }
      .collocations-container .col-con-body .col-group .col-element:hover {
        background: #f7f7f7; }
      .collocations-container .col-con-body .col-group .col-element.filtered {
        color: #d6d6d6; }
      .collocations-container .col-con-body .col-group .col-element > i, .collocations-container .col-con-body .col-group .col-element k, .collocations-container .col-con-body .col-group .col-element p {
        display: inline; }
      .collocations-container .col-con-body .col-group .col-element > i {
        font-weight: bold;
        font-style: normal; }

.example-con-body {
  margin: 0 0.8rem;
  border-radius: 4px;
  padding: 0 3.2rem;
  padding-bottom: 3.2rem; }
  .example-con-body h5 {
    display: block;
    margin-top: 3.2rem;
    font-size: 2rem; }
    .example-con-body h5 a {
      transition: opacity 0.3s ease-out;
      display: inline-block;
      color: #333333;
      text-decoration: none; }
      .example-con-body h5 a:hover {
        opacity: 0.65; }
    .example-con-body h5 .material-icons {
      display: inline-block;
      margin-right: 1.6rem;
      float: left;
      color: #969696; }
    .example-con-body h5 span {
      display: inline-block;
      font-weight: bold;
      float: left; }
    .example-con-body h5 p, .example-con-body h5 i, .example-con-body h5 k {
      display: inline-block; }
  .example-con-body .divider-line {
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    margin-top: 2.4rem; }
  .example-con-body ul {
    margin-top: 0;
    position: relative; }
    .example-con-body ul li {
      font-family: "Nitti Grotesk", sans-serif;
      line-height: 1.2;
      font-size: 1.6rem;
      padding-right: 6.4rem;
      margin-left: 0.8rem;
      margin-bottom: 2.4rem; }
      .example-con-body ul li .cite {
        color: #969696; }
      .example-con-body ul li i, .example-con-body ul li k {
        font-weight: bold;
        font-style: normal; }
  .example-con-body .close-example {
    float: right;
    margin-top: 2.8rem;
    font-size: 2.4rem;
    color: #969696;
    transition: color 0.3s ease-out; }
    .example-con-body .close-example:hover {
      cursor: pointer;
      color: #333333; }
  .example-con-body .colloc-selected {
    font-weight: bold; }

.labels {
  position: absolute;
  left: 0rem;
  top: 0;
  width: 5rem;
  text-align: right; }
  .labels .label {
    margin-bottom: 0.8rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 100%;
    border: 2px solid #333333;
    font-weight: bold;
    display: block;
    text-align: center; }
    .labels .label.red {
      color: #e12a26;
      border-color: #e12a26; }
    .labels .label.blue {
      color: #4A90E2;
      border-color: #4A90E2; }

.vir {
  background: #333333;
  color: white;
  height: 9rem;
  position: relative;
  margin: 0rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.35);
  cursor: pointer; }
  .vir .vir-icon {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    background: #e12a26;
    font-size: 5.6rem;
    float: left;
    width: 5.6rem;
    height: 9rem;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 9rem;
    text-transform: uppercase; }
  .vir .vir-body {
    position: absolute;
    top: 0;
    left: 5.6rem;
    padding: 0.8rem 1.6rem; }
    .vir .vir-body .vir-title {
      font-size: 2.2rem;
      line-height: 1.1;
      font-weight: 400; }
    .vir .vir-body .vir-desc {
      font-size: 1.4rem;
      display: block;
      line-height: 1.4;
      width: 100%;
      height: 2.3rem; }
    .vir .vir-body .material-icons {
      margin-left: -0.2rem;
      margin-right: 0.2rem; }

/*# sourceMappingURL=styles.css.map */
