html {
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  background: #fdfdfd; }

h1, h2, h3, h4, h5 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700;
  color: rgba(0, 115, 209, 0.66);
  line-height: 1.1;
  margin: 0px 0 25px 0;
  letter-spacing: -0.05em; }

h3 {
  font-size: 180%;
  font-weight: 400; }

h4, h5 {
  font-size: 130%;
  font-weight: 400; }

a {
  -webkit-transition: color .2s;
  transition: color .2s; }

.large {
  font-size: 120%;
  line-height: 140%;
  font-weight: normal; }

@media (max-width: 500px) {
  .hide-mobile {
    display: none; } }
.launchpad-quick-icon {
  position: fixed;
  bottom: 0px;
  left: 10px;
  padding: 3px 12px;
  border: 1px solid #ccc;
  background: #ddd;
  display: block;
  font-size: 24px;
  color: #333; }
  .launchpad-quick-icon:hover {
    border: 1px solid #ddd;
    background: #eee;
    text-decoration: none;
    color: #333; }

header {
  position: relative;
  margin: 0 0 20px 0; }

.page-container {
  margin: 0 auto;
  width: 1100px;
  padding: 0px;
  min-height: 400px; }
  @media (max-width: 1200px) {
    .page-container {
      width: 900px;
      padding: 0px; } }
  @media (max-width: 900px) {
    .page-container {
      width: 100%;
      max-width: 100%;
      padding: 10px; } }
  .page-container.no-min-height {
    min-height: 0 !important; }
  .page-container h1 {
    font-size: 32px;
    margin: 0 0 20px 0; }
  .page-container h2 {
    font-size: 32px;
    margin: 20px 0 30px 0; }
  .page-container img {
    max-width: 100%; }

.page-column-left {
  float: left;
  width: calc(100% - 300px); }
  @media (max-width: 900px) {
    .page-column-left {
      width: 100%;
      float: none; } }

.page-column-right {
  float: left;
  width: 280px;
  margin: 0 0 0 20px; }
  @media (max-width: 900px) {
    .page-column-right {
      width: 100%;
      float: none;
      margin: 20px 0 0 0; } }

.latest-news-sidebar {
  padding: 6px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #57a2e0;
  border-radius: 2px;
  margin: 0 0 15px 0; }
  .latest-news-sidebar h3 {
    margin: 10px 0 20px 0; }
  .latest-news-sidebar .blog-post {
    margin: 0 0 10px 0; }
    .latest-news-sidebar .blog-post .blog-post-date {
      font-size: 12px; }
    .latest-news-sidebar .blog-post .blog-base {
      text-align: right; }

.sidebar-box {
  padding: 6px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #57a2e0;
  border-radius: 2px;
  margin: 0 0 15px 0; }
  .sidebar-box h3 {
    margin: 10px 0 20px 0; }

.scroll-top {
  background-color: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 25px;
  color: white;
  line-height: 36px;
  font-weight: bold;
  font-size: 35px;
  text-align: center; }
  .scroll-top:hover {
    background: #000;
    color: white; }

.loading-animation {
  display: none; }

.sso-frame {
  width: 100%;
  height: 1000px;
  border: 0; }

.sso-login-holder {
  background: url("../images/loading.gif") no-repeat;
  background-position: center 100px; }

.no-data-notice {
  text-align: center;
  margin: 50px 0;
  color: #ccc; }

.header-bar {
  width: 100%;
  height: 220px;
  background: url("../images/hero-images/tgc-header-1.jpg");
  background-size: cover; }
  .header-bar .header-cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1920px auto; }

.hero-image {
  width: 100%;
  height: 380px;
  background: url("../images/hero-images/tgc-header-1.jpg");
  background-size: cover; }
  @media (min-width: 1100px) {
    .hero-image {
      height: 450px; } }
  .hero-image .hero-cover {
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: center; }
    .hero-image .hero-cover .hero-text {
      max-width: 800px;
      text-align: center; }
      .hero-image .hero-cover .hero-text .large-hero-text {
        font-weight: 400;
        font-size: 200%;
        color: #fff;
        margin-bottom: 30px;
        text-shadow: 0 2px 6px #333; }
      .hero-image .hero-cover .hero-text .btn {
        text-transform: uppercase; }

.offer-bar {
  background: rgba(0, 115, 209, 0.66);
  color: #fff; }
  .offer-bar .offer-content {
    padding: 25px 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 120%;
    line-height: 140%;
    font-weight: normal;
    width: 1100px; }
    @media (max-width: 1200px) {
      .offer-bar .offer-content {
        width: 900px;
        padding: 30px 0; } }
    @media (max-width: 900px) {
      .offer-bar .offer-content {
        width: 100%;
        max-width: 100%;
        padding: 30px 10px; } }

.home-intro {
  display: flex;
  align-items: center;
  background-size: cover;
  color: white;
  text-shadow: 0px 0px 6px #000; }
  @media (max-width: 440px) {
    .home-intro {
      margin: 40px 0 0 0; } }
  .home-intro .page-container {
    margin: 0;
    min-height: 0; }
    .home-intro .page-container h1 {
      color: white;
      font-size: 44px; }
      .home-intro .page-container h1 .tag {
        display: block;
        font-size: 34px;
        text-transform: uppercase;
        padding: 10px 0 0 0;
        font-weight: normal; }
    @media (max-width: 768px) {
      .home-intro .page-container h1 {
        font-size: 34px; }
        .home-intro .page-container h1 .tag {
          font-size: 26px; }
      .home-intro .page-container p {
        font-size: 15px; } }
    @media (max-width: 500px) {
      .home-intro .page-container h1 {
        font-size: 30px; }
        .home-intro .page-container h1 .tag {
          font-size: 22px; } }

.community-bar {
  background-color: #f6f6f6;
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 30px 0;
  margin: 30px 0; }
  .community-bar h2 {
    margin-top: 0;
    font-size: 32px; }
  .community-bar .page-container {
    min-height: 0px; }

.blackbelt-bar {
  background-color: rgba(0, 115, 209, 0.66);
  border-top: #0073d1;
  border-bottom: #0073d1;
  padding: 30px 0;
  margin: 30px 0;
  color: white; }
  .blackbelt-bar h2 {
    margin-top: 0;
    font-size: 32px;
    color: white; }
  .blackbelt-bar img {
    margin: 0 0 30px 0; }
  .blackbelt-bar .page-container {
    min-height: 0px; }

.side-capsule-container {
  text-align: center; }
  @media (max-width: 900px) {
    .side-capsule-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .side-capsule-container .side-capsule {
    display: block;
    margin: 25px 0; }
    @media (max-width: 900px) {
      .side-capsule-container .side-capsule {
        max-width: 440px;
        width: 48%; } }
    @media (max-width: 500px) {
      .side-capsule-container .side-capsule {
        max-width: 100%;
        width: 100%; } }
    .side-capsule-container .side-capsule:hover {
      opacity: 0.9; }

.addressContainer {
  margin: 10px 0; }
  .addressContainer .addressItem {
    padding: 10px;
    background: #EEE;
    overflow: hidden; }
    .addressContainer .addressItem:nth-child(odd) {
      background: #DDD; }
    .addressContainer .addressItem .address {
      width: 70%;
      float: left; }
    .addressContainer .addressItem .action {
      width: 30%;
      float: left; }
    @media (max-width: 500px) {
      .addressContainer .addressItem .address {
        width: 100%;
        float: none; }
      .addressContainer .addressItem .action {
        width: 100%;
        float: none;
        margin: 10px 0; } }

.basket-apply-discount-container {
  width: 300px;
  float: right;
  margin: 0 0 30px 0; }

.quantity-saving-block {
  max-width: 125px;
  text-align: justify;
  font-size: 80% !important;
  line-height: 15px; }

.basket-promo-saving-text {
  font-size: 80%;
  color: #5C95BF;
  text-transform: uppercase; }

.basket_currency {
  text-align: right;
  margin: 15px 0; }
  .basket_currency a {
    padding: 0 5px; }

.basket-btn-save {
  background-color: #337ab7;
  border: 1px solid transparent !important; }
  .basket-btn-save:hover, .basket-btn-save:focus {
    border: 1px solid transparent !important; }

.product-page-text {
  width: 100%; }
  @media (max-width: 900px) {
    .product-page-text {
      width: 100%; } }

.product-page-price {
  width: 100%; }
  @media (max-width: 900px) {
    .product-page-price {
      width: 100%; } }

.product-page-left {
  float: left;
  width: calc(100% - 300px); }
  @media (max-width: 900px) {
    .product-page-left {
      width: 100%;
      float: none; } }

.product-page-right {
  float: left;
  width: 280px;
  margin: 0 0 0 20px; }
  @media (max-width: 900px) {
    .product-page-right {
      width: 100%;
      float: none;
      margin: 20px 0 0 0; } }

.buy-product-container {
  width: 100%;
  min-width: 260px;
  margin: 0 auto 50px auto;
  background: #EEE;
  border: 1px solid #DDD;
  position: relative;
  min-height: 71px;
  height: auto; }
  @media (max-width: 500px) {
    .buy-product-container {
      height: auto; } }
  .buy-product-container .buy-capsule-container {
    float: left;
    width: 184px;
    height: 69px; }
    .buy-product-container .buy-capsule-container img {
      width: 184px;
      height: 69px; }
    @media (max-width: 500px) {
      .buy-product-container .buy-capsule-container {
        float: none;
        width: 100%;
        height: auto; }
        .buy-product-container .buy-capsule-container img {
          width: 100%;
          height: auto; } }
  .buy-product-container .buy-info-container {
    float: left;
    padding: 6px 10px;
    width: calc(100% - 190px); }
    @media (max-width: 500px) {
      .buy-product-container .buy-info-container {
        float: none;
        width: 100%;
        margin: 0 0 10px 0; } }
    .buy-product-container .buy-info-container :last-child {
      margin: 0 0 10px 0; }
  .buy-product-container .buy-title-container {
    font-size: 18px;
    font-weight: bold; }
  .buy-product-container .buy-bundle-contents {
    color: #5C95BF;
    font-size: 11px; }
  .buy-product-container .buy-promo-text {
    color: #5C95BF;
    font-size: 13px; }
  .buy-product-container .buy-details-container {
    width: 250px;
    position: absolute;
    padding: 5px;
    background: #EEE;
    border: 1px solid #DDD;
    bottom: -38px;
    right: 5px; }
    .buy-product-container .buy-details-container .discount-container {
      width: 50px;
      height: 40px;
      border: 1px solid #3C541B;
      padding: 5px;
      position: absolute;
      background: #4c6b22;
      top: -1px;
      left: -62px;
      box-sizing: content-box;
      color: #a4d007;
      line-height: 40px;
      font-size: 22px;
      text-align: center; }
    .buy-product-container .buy-details-container .price-info-container {
      width: 80px;
      float: left; }
      .buy-product-container .buy-details-container .price-info-container .price-container {
        float: left;
        margin: 0 5px 0 0;
        width: 75px;
        text-align: center; }
        .buy-product-container .buy-details-container .price-info-container .price-container .originalPrice {
          text-decoration: line-through;
          font-size: 14px; }
        .buy-product-container .buy-details-container .price-info-container .price-container .price {
          font-size: 18px;
          font-weight: bold;
          line-height: 18px; }
          .buy-product-container .buy-details-container .price-info-container .price-container .price.no-offer {
            line-height: 40px; }
    .buy-product-container .buy-details-container .discountText {
      display: none;
      float: right;
      height: 50px;
      padding: 6px;
      font-size: 16px;
      line-height: 38px;
      color: #a4d007;
      background: #4c6b22; }
  .buy-product-container .buy-button-container {
    margin: 0;
    width: 155px;
    float: right; }
    .buy-product-container .buy-button-container .buy-button-selector {
      position: relative; }
      .buy-product-container .buy-button-container .buy-button-selector .view-basket-button {
        display: inline-block;
        width: 100%;
        background-color: #5bc0de;
        border: 2px solid transparent;
        padding: 6px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        border-radius: 2px;
        color: white;
        text-decoration: none; }
        .buy-product-container .buy-button-container .buy-button-selector .view-basket-button:hover {
          border-color: #3B97B3; }
      .buy-product-container .buy-button-container .buy-button-selector .button {
        width: 100%;
        cursor: pointer;
        color: #fff;
        border: 2px solid transparent;
        background-color: #5cb85c;
        border-color: transparent;
        display: inline-block;
        padding: 6px;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: bold; }
        .buy-product-container .buy-button-container .buy-button-selector .button:hover, .buy-product-container .buy-button-container .buy-button-selector .button:focus {
          border-color: #398439;
          border-radius: 2px 2px 0 0; }
        .buy-product-container .buy-button-container .buy-button-selector .button.active {
          border-color: transparent;
          border-radius: 2px 2px 0 0; }
        .buy-product-container .buy-button-container .buy-button-selector .button .drop-arrow {
          padding: 0 0 0 4px;
          display: inline-block; }
      .buy-product-container .buy-button-container .buy-button-selector .loading {
        display: none;
        width: 100%;
        background-color: transparent;
        border: 2px solid transparent;
        padding: 6px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center; }
      .buy-product-container .buy-button-container .buy-button-selector .buy-option-list {
        max-height: 0px;
        overflow: hidden;
        background-color: rgba(110, 202, 110, 0.8);
        color: white;
        position: absolute;
        width: 100%;
        border-radius: 2px;
        transition: all 0.5s ease;
        z-index: 900; }
        .buy-product-container .buy-button-container .buy-button-selector .buy-option-list.open {
          max-height: 300px;
          border-radius: 0 0 2px 2px;
          z-index: 900; }
        .buy-product-container .buy-button-container .buy-button-selector .buy-option-list a {
          font-weight: bold;
          padding: 5px;
          color: white;
          display: block; }
          .buy-product-container .buy-button-container .buy-button-selector .buy-option-list a:hover {
            text-decoration: none;
            background-color: rgba(92, 184, 92, 0.8); }
    .buy-product-container .buy-button-container .delivery-method-label {
      font-weight: 300;
      font-size: 15px;
      margin: 0 0 2px 0; }
    .buy-product-container .buy-button-container .btn {
      width: 100%;
      margin: 5px 0 0 0; }

.product-pages-container {
  padding: 6px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #57a2e0;
  border-radius: 2px;
  margin: 0 0 15px 0; }
  .product-pages-container h3 {
    margin: 10px 0 20px 0; }
  .product-pages-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-pages-container ul li {
      padding: 0;
      margin: 0; }

.product-addon-container {
  padding: 6px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #57a2e0;
  border-radius: 2px;
  margin: 0 0 15px 0; }
  .product-addon-container h3 {
    margin: 10px 0 10px 0; }
  .product-addon-container ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .product-addon-container ul li {
      padding: 0;
      margin: 0; }
      .product-addon-container ul li.product-addon-item {
        text-align: center; }
        .product-addon-container ul li.product-addon-item img {
          margin: 0 0 5px 0; }
          .product-addon-container ul li.product-addon-item img:hover {
            opacity: 0.9; }

.system-requirements-os-tabs {
  overflow: hidden; }
  .system-requirements-os-tabs ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .system-requirements-os-tabs ul li {
      float: left;
      margin: 0 5px 0 0;
      background: #1b1d1f;
      border-radius: 4px 4px 0 0; }
      .system-requirements-os-tabs ul li:hover, .system-requirements-os-tabs ul li:active, .system-requirements-os-tabs ul li:focus, .system-requirements-os-tabs ul li.active {
        background: #32363A; }
      .system-requirements-os-tabs ul li a {
        color: white;
        padding: 5px 10px;
        display: block;
        font-size: 19px; }
        .system-requirements-os-tabs ul li a:hover, .system-requirements-os-tabs ul li a:active, .system-requirements-os-tabs ul li a:focus {
          color: white;
          text-decoration: none; }

.system-requirements-specs-container {
  border: 2px solid #32363A;
  min-height: 100px;
  padding: 10px;
  font-size: 13px;
  border-radius: 0 4px 4px 4px; }
  .system-requirements-specs-container .system-requirements-os-container {
    display: none; }
    .system-requirements-specs-container .system-requirements-os-container.active {
      display: block; }
    .system-requirements-specs-container .system-requirements-os-container .requirement-line {
      margin: 0 0 15px 0; }
      .system-requirements-specs-container .system-requirements-os-container .requirement-line:nth-child(odd) {
        background: #F7F7F7; }
      .system-requirements-specs-container .system-requirements-os-container .requirement-line p {
        margin: 0; }

.bundle-contents-container .bundle-item-container {
  overflow: hidden;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  margin: 0 0 6px 0;
  display: block;
  color: #111; }
  .bundle-contents-container .bundle-item-container:hover {
    border: 1px solid #DDD; }
  .bundle-contents-container .bundle-item-container .item-capsule {
    width: 184px;
    height: 69px;
    float: left; }
    .bundle-contents-container .bundle-item-container .item-capsule img {
      width: 184px;
      height: 69px; }
  .bundle-contents-container .bundle-item-container .item-details {
    width: calc(100% - 314px);
    float: left;
    padding: 8px 10px; }
    .bundle-contents-container .bundle-item-container .item-details .item-details-name {
      font-size: 18px;
      color: #111;
      line-height: 40px; }
  .bundle-contents-container .bundle-item-container .item-price {
    width: 130px;
    float: left;
    text-align: right;
    padding: 8px; }
    .bundle-contents-container .bundle-item-container .item-price .originalPrice {
      text-decoration: line-through;
      font-size: 13px; }
    .bundle-contents-container .bundle-item-container .item-price .price {
      font-size: 16px;
      line-height: 16px; }
      .bundle-contents-container .bundle-item-container .item-price .price.no-offer {
        line-height: 40px; }
.bundle-contents-container .bundle-price-summary {
  overflow: hidden;
  font-size: 16px;
  padding: 15px 8px 8px 8px;
  background: #F5F5F5; }
  .bundle-contents-container .bundle-price-summary .price-labels {
    width: calc(100% - 130px);
    float: left;
    text-align: right; }
  .bundle-contents-container .bundle-price-summary .price-totals {
    width: 130px;
    float: left;
    text-align: right; }
    .bundle-contents-container .bundle-price-summary .price-totals .bundle-total {
      font-weight: bold; }

.bundles-container .bundle-container {
  background: #EEE;
  border: 1px solid #DDD;
  margin: 0 0 45px 0;
  display: block;
  color: #111;
  position: relative; }
  .bundles-container .bundle-container .bundle-capsule {
    width: 184px;
    height: 69px;
    float: left; }
    .bundles-container .bundle-container .bundle-capsule img {
      width: 184px;
      height: 69px; }
    @media (max-width: 500px) {
      .bundles-container .bundle-container .bundle-capsule {
        float: none;
        width: 100%;
        height: auto; }
        .bundles-container .bundle-container .bundle-capsule img {
          width: 100%;
          height: auto; } }
  .bundles-container .bundle-container .bundle-details {
    width: calc(100% - 185px);
    float: left;
    padding: 8px 10px; }
    .bundles-container .bundle-container .bundle-details .bundle-details-name {
      font-size: 18px;
      color: #111; }
    .bundles-container .bundle-container .bundle-details .bundle-items-list {
      font-size: 11px;
      margin: 0 0 10px 0; }
      .bundles-container .bundle-container .bundle-details .bundle-items-list .contains {
        color: green; }
    @media (max-width: 500px) {
      .bundles-container .bundle-container .bundle-details {
        float: none;
        width: 100%; } }
  .bundles-container .bundle-container .bundle-view-container {
    position: absolute;
    right: 5px;
    bottom: -37px;
    padding: 5px;
    background: #EEE;
    border: 1px solid #DDD; }
    .bundles-container .bundle-container .bundle-view-container .bundle-discount-container {
      width: 50px;
      height: 40px;
      border: 1px solid #3C541B;
      padding: 5px;
      position: absolute;
      background: #4c6b22;
      top: -1px;
      left: -62px;
      box-sizing: content-box;
      color: #a4d007;
      line-height: 40px;
      font-size: 22px;
      text-align: center; }
    .bundles-container .bundle-container .bundle-view-container .bundle-price-container {
      float: left;
      margin: 0 5px 0 0;
      width: 75px;
      text-align: center; }
      .bundles-container .bundle-container .bundle-view-container .bundle-price-container .originalPrice {
        text-decoration: line-through;
        font-size: 13px; }
      .bundles-container .bundle-container .bundle-view-container .bundle-price-container .price {
        font-size: 16px;
        line-height: 16px; }
        .bundles-container .bundle-container .bundle-view-container .bundle-price-container .price.no-offer {
          line-height: 40px; }
    .bundles-container .bundle-container .bundle-view-container .bundle-button-container {
      width: 125px;
      float: right; }
      .bundles-container .bundle-container .bundle-view-container .bundle-button-container .btn {
        padding: 8px 12px; }

.dlc-items-container .dlc-item-container {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  margin: 0 0 45px 0;
  display: block;
  color: #111;
  position: relative; }
  .dlc-items-container .dlc-item-container .item-capsule {
    width: 184px;
    height: 69px;
    float: left; }
    .dlc-items-container .dlc-item-container .item-capsule img {
      width: 184px;
      height: 69px; }
  .dlc-items-container .dlc-item-container .item-details {
    width: calc(100% - 314px);
    float: left;
    padding: 8px 10px; }
    .dlc-items-container .dlc-item-container .item-details .item-details-name {
      font-size: 18px;
      color: #111; }
  .dlc-items-container .dlc-item-container .item-view-container {
    position: absolute;
    right: 5px;
    bottom: -37px;
    padding: 5px;
    background: #EEE;
    border: 1px solid #DDD; }
    .dlc-items-container .dlc-item-container .item-view-container .item-discount-container {
      width: 50px;
      height: 40px;
      border: 1px solid #3C541B;
      padding: 5px;
      position: absolute;
      background: #4c6b22;
      top: -1px;
      left: -62px;
      box-sizing: content-box;
      color: #a4d007;
      line-height: 40px;
      font-size: 22px;
      text-align: center; }
    .dlc-items-container .dlc-item-container .item-view-container .item-price-container {
      float: left;
      margin: 0 5px 0 0;
      width: 75px;
      text-align: center; }
      .dlc-items-container .dlc-item-container .item-view-container .item-price-container .originalPrice {
        text-decoration: line-through;
        font-size: 13px; }
      .dlc-items-container .dlc-item-container .item-view-container .item-price-container .price {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px; }
        .dlc-items-container .dlc-item-container .item-view-container .item-price-container .price.no-offer {
          line-height: 40px; }
    .dlc-items-container .dlc-item-container .item-view-container .item-button-container {
      width: 95px;
      float: right; }
      .dlc-items-container .dlc-item-container .item-view-container .item-button-container .btn {
        padding: 8px 12px; }

.account-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  .account-grid .grid-item {
    box-sizing: border-box;
    margin: 10px 0;
    border: 1px solid #ccc;
    background: #ddd;
    padding: 15px;
    width: 30%;
    text-align: center;
    color: #333;
    font-size: 22px; }
    @media (max-width: 767px) {
      .account-grid .grid-item {
        width: 48%; } }
    @media (max-width: 500px) {
      .account-grid .grid-item {
        width: 100%; } }
    .account-grid .grid-item:hover {
      border: 1px solid #ddd;
      background: #eee;
      text-decoration: none; }
    .account-grid .grid-item i.fa {
      font-size: 32px;
      display: block;
      margin: 0 0 10px 0; }

.order-invoice h3 {
  margin: 15px 0; }

.order-payment-notice {
  margin: 15px 0;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  background: #f9f9f9; }
  .order-payment-notice h2 {
    color: #333;
    font-size: 24px;
    margin: 15px 0; }

.order-details-section .grid-row div {
  padding-top: 5px;
  padding-bottom: 5px; }

.order-payment-process {
  margin: 15px auto;
  text-align: center;
  padding: 5px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  width: 100%;
  max-width: 500px; }
  .order-payment-process h2 {
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0; }
  .order-payment-process .payment-form {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    background: white;
    margin: 0 0 15px 0; }

.blog-posts-list:first-child {
  padding-top: 0 !important; }
.blog-posts-list .blog-post {
  margin: 0 0 0 0;
  border-bottom: 1px solid #ccc;
  padding: 30px 0; }
  .blog-posts-list .blog-post .blog-post-left {
    float: left;
    width: 220px; }
    @media (max-width: 767px) {
      .blog-posts-list .blog-post .blog-post-left {
        width: 100%;
        float: none;
        text-align: center; } }
    .blog-posts-list .blog-post .blog-post-left img {
      width: 220px;
      height: 220px; }
  .blog-posts-list .blog-post .blog-post-right {
    margin-left: 250px;
    min-height: 220px; }
    @media (max-width: 767px) {
      .blog-posts-list .blog-post .blog-post-right {
        margin-left: 0;
        margin-top: 20px; } }
    .blog-posts-list .blog-post .blog-post-right .blog-post-title {
      display: block;
      font-size: 28px;
      font-weight: 300;
      color: #333;
      line-height: 1.1;
      text-decoration: none;
      margin: 0 0 15px 0; }
      .blog-posts-list .blog-post .blog-post-right .blog-post-title:hover {
        text-decoration: none;
        color: #57a2e0; }
    .blog-posts-list .blog-post .blog-post-right .blog-post-date {
      font-size: 80%;
      line-height: 140%;
      margin: 0 0 20px 0; }
    .blog-posts-list .blog-post .blog-post-right .blog-base {
      margin-top: 15px; }

.blog-post-view-more {
  margin: 20px 0 0 0; }

.full-blog-post .post-date {
  font-size: 80%;
  margin: 0 0 15px 0; }
.full-blog-post .post-base {
  margin: 10px 0; }
  .full-blog-post .post-base .post-social {
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    font-size: 80%; }
    .full-blog-post .post-base .post-social img {
      width: 20px;
      height: 20px; }

.comments {
  margin: 40px 0 0 0; }
  .comments h2 {
    margin: 30px 0 10px 0; }
  .comments .comment-container {
    overflow: hidden;
    padding: 8px;
    border: 1px solid #ddd;
    border-left: 5px solid #57a2e0;
    margin: 10px 0;
    border-radius: 4px 0px 0px 4px; }
    .comments .comment-container .user {
      float: left;
      width: 120px;
      text-align: center; }
      .comments .comment-container .user img {
        width: 80px;
        height: 80px;
        margin: 0 5px 0 0;
        border-radius: 50%;
        background: #EEEEEE; }
      .comments .comment-container .user .user-name {
        font-weight: bold;
        font-size: 13px;
        margin: 10px 0 0 0; }
    .comments .comment-container .comment {
      float: left;
      width: calc(100% - 180px); }
      .comments .comment-container .comment .comment-date {
        font-size: 80%;
        line-height: 140%;
        margin: 0 0 20px 0; }

.new-comment {
  margin: 0; }

.login-new-comment {
  text-align: center; }

.codebase-tabs-holder ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .codebase-tabs-holder ul li {
    float: left; }
    .codebase-tabs-holder ul li a {
      display: block;
      padding: 6px 8px;
      border: 1px solid #ccc;
      border-bottom: none;
      margin: 0 3px 0 0; }
      .codebase-tabs-holder ul li a:hover {
        background: #ccc; }

.codebase-tab-item {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 0 0 30px 0; }
  .codebase-tab-item.hidden {
    display: none; }

.ratings-container {
  margin: 15px 0; }
  .ratings-container .thumb-up-holder, .ratings-container .thumb-down-holder {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    padding: 0 15px 0 0;
    color: #333; }
    .ratings-container .thumb-up-holder.current-vote, .ratings-container .thumb-down-holder.current-vote {
      color: rgba(0, 115, 209, 0.66); }
    .ratings-container .thumb-up-holder:hover, .ratings-container .thumb-up-holder:active, .ratings-container .thumb-down-holder:hover, .ratings-container .thumb-down-holder:active {
      color: rgba(0, 115, 209, 0.66);
      text-decoration: none; }

.comments-container {
  margin: 10px 0 20px 0; }
  .comments-container .comment-item {
    margin: 0 0 10px 0;
    padding: 10px; }
    .comments-container .comment-item:nth-of-type(even) {
      background: #efefef; }
    .comments-container .comment-item .comment-author {
      font-size: 90%;
      color: #666; }
      .comments-container .comment-item .comment-author .post-time {
        font-size: 80%; }

.ratings-mini-container {
  margin: 4px 0; }
  .ratings-mini-container .thumb-up-holder, .ratings-mini-container .thumb-down-holder {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 0 15px 0 0;
    color: #333; }
    .ratings-mini-container .thumb-up-holder.current-vote, .ratings-mini-container .thumb-down-holder.current-vote {
      color: rgba(0, 115, 209, 0.66); }

h2, .header, .header_notop {
  color: #3c67a8;
  font-size: 130%;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px; }

.academic-request-form {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px; }

.g-recaptcha {
  margin: 0 0 10px 0; }

.testimonial {
  margin: 0 0 30px 0; }
  .testimonial .testimonial-name {
    font-style: italic;
    font-size: 85%; }

footer {
  background: #16181a;
  width: 100%;
  font-size: 85%;
  color: #fff;
  margin: 20px 0 0 0; }
  footer .top-footer {
    background: #1b1d1f;
    padding: 40px 0; }
    footer .top-footer .footer-action-bar {
      margin: 0 0 10px 0; }
      footer .top-footer .footer-action-bar .currency-wrapper {
        float: right;
        font-size: 16px; }
        @media (max-width: 900px) {
          footer .top-footer .footer-action-bar .currency-wrapper {
            float: none;
            text-align: center; } }
        footer .top-footer .footer-action-bar .currency-wrapper a {
          padding: 0 0 0 10px;
          color: #a4a5a6; }
          footer .top-footer .footer-action-bar .currency-wrapper a:hover {
            color: white; }
    footer .top-footer .footer-header {
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      border-bottom: solid 1px #323436;
      padding-bottom: 10px;
      margin-bottom: 14px; }
    footer .top-footer .footer-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer .top-footer .footer-list li {
        margin: 0 0 12px 0;
        padding: 0; }
        footer .top-footer .footer-list li a {
          color: #a4a5a6;
          font-size: 14px; }
          footer .top-footer .footer-list li a:hover {
            color: white;
            text-decoration: none; }
  footer .footer-wrapper {
    width: 1100px;
    overflow: hidden;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      footer .footer-wrapper {
        width: 900px;
        padding: 0; } }
    @media (max-width: 900px) {
      footer .footer-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 10px; } }
    footer .footer-wrapper .footer-logo {
      float: left;
      width: 220px;
      padding: 40px 0; }
      @media (max-width: 900px) {
        footer .footer-wrapper .footer-logo {
          float: none;
          max-width: 220px;
          width: 100%;
          margin: 0 auto; } }
      footer .footer-wrapper .footer-logo img {
        width: 100%; }
    footer .footer-wrapper .footer-content {
      float: left;
      width: calc(100% - 220px);
      text-align: center;
      height: 100%;
      padding: 40px 0; }
      @media (max-width: 900px) {
        footer .footer-wrapper .footer-content {
          float: none;
          width: 100%;
          padding: 10px 0; } }
      footer .footer-wrapper .footer-content .footer-copy {
        color: #a4a5a6;
        font-size: 14px;
        font-weight: bold; }
      footer .footer-wrapper .footer-content .footer-links {
        margin: 20px 0 0 0; }
        footer .footer-wrapper .footer-content .footer-links a {
          text-align: center;
          margin: 0 8px;
          display: inline-block;
          color: #a4a5a6;
          font-size: 14px; }
          footer .footer-wrapper .footer-content .footer-links a:hover {
            color: white;
            text-decoration: none; }

.printable-wrapper {
  padding: 15px;
  font-size: 14px; }
  .printable-wrapper h1 {
    font-size: 26px; }
  .printable-wrapper h2 {
    font-size: 20px; }
  .printable-wrapper h3 {
    font-size: 20px; }

.knowledgebase-page-left {
  float: left;
  width: calc(100% - 300px);
  font-size: 16px; }
  @media (max-width: 900px) {
    .knowledgebase-page-left {
      width: 100%;
      float: none; } }

.knowledgebase-page-right {
  float: left;
  width: 280px;
  margin: 0 0 0 20px;
  text-align: center; }
  @media (max-width: 900px) {
    .knowledgebase-page-right {
      width: 100%;
      float: none;
      margin: 20px 0 0 0; } }

.knowledgebase-item {
  padding: 20px;
  line-height: 30px;
  height: 30px;
  box-sizing: content-box; }
  .knowledgebase-item:nth-of-type(odd) {
    background: #f5f5f5; }
  .knowledgebase-item .title {
    color: black;
    font-size: 18px; }
    .knowledgebase-item .title:hover {
      text-decoration: none;
      color: rgba(0, 115, 209, 0.66); }

.navbar {
  border: 0;
  z-index: 999; }

.navbar-right {
  margin-right: 0; }

.navbar-default {
  position: absolute;
  width: 100%;
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: rgba(0, 0, 0, 0.7);
    color: white;
    background: rgba(0, 0, 0, 0.5); }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background: rgba(0, 0, 0, 0.7); }
  .navbar-default .navbar-brand {
    padding: 4px 10px;
    line-height: 40px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .navbar-default .navbar-brand {
        max-width: calc(100% - 120px); } }
    .navbar-default .navbar-brand img {
      max-width: 100%; }
  .navbar-default .nav-container {
    margin: 0 auto;
    width: 100%; }
    .navbar-default .nav-container .navbar-collapse {
      border-top: 0px; }
      @media (max-width: 767px) {
        .navbar-default .nav-container .navbar-collapse {
          background-color: rgba(0, 0, 0, 0.8); }
          .navbar-default .nav-container .navbar-collapse .navbar-nav li a {
            margin: 0; }
          .navbar-default .nav-container .navbar-collapse .navbar-nav li.open .dropdown-menu {
            border: 0;
            background-color: transparent;
            margin: 0 0 0 10px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .navbar-default .nav-container .navbar-collapse .navbar-nav li.open .dropdown-menu {
        margin: 0; } }

    .navbar-default .nav-container .navbar-nav li a {
      color: #FFF;
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold;
      padding: 7px;
      margin: 10px 3px 10px 3px;
      border: 1px solid transparent;
      transition: background .3s;
      border-radius: 2px;
      text-shadow: 0 0 4px #000; }
      .navbar-default .nav-container .navbar-nav li a:hover, .navbar-default .nav-container .navbar-nav li a:focus {
        color: #666;
        text-shadow: none;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-color: rgba(255, 255, 255, 0.25);
        background: #fff; }
    .navbar-default .nav-container .navbar-nav li.open a {
      color: #666;
      text-shadow: none; }
      .navbar-default .nav-container .navbar-nav li.open a:hover, .navbar-default .nav-container .navbar-nav li.open a:focus {
        color: #666; }
    .navbar-default .nav-container .navbar-nav li.open .dropdown-menu {
      border-radius: 2px;
      box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.35);
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-color: rgba(255, 255, 255, 0.25);
      -webkit-background-clip: initial;
      background-clip: initial;
      margin: 0 0 0 3px;
      padding: 8px; }
      @media (max-width: 767px) {
        .navbar-default .nav-container .navbar-nav li.open .dropdown-menu {
          padding: 0;
          border: 0;
          box-shadow: none;
          margin: 0; } }
      .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a {
        margin: 0;
        background: none;
        border: 0px;
        font-weight: normal;
        color: #666;
        text-transform: none;
        text-shadow: none; }
        @media (max-width: 767px) {
          .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a {
            color: #FFF; } }
        .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a:hover, .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a:focus {
          background-color: rgba(0, 115, 209, 0.66);
          color: #FFF; }
          @media (max-width: 767px) {
            .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a:hover, .navbar-default .nav-container .navbar-nav li.open .dropdown-menu li a:focus {
              background-color: rgba(255, 255, 255, 0.25);
              border: 1px solid rgba(255, 255, 255, 0.25);
              border-color: rgba(255, 255, 255, 0.25); } }

.input-group-btn .btn {
  padding: 5px 12px; }

.btn {
  border-radius: 0px;
  transition: border .3s;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold; }
  .btn.btn-success {
    color: #fff;
    border: 2px solid transparent;
    background-color: rgba(92, 184, 92, 0.8);
    border-color: transparent; }
    .btn.btn-success:hover {
      border-color: #398439; }
  .btn.btn-primary {
    color: #fff;
    border: 2px solid transparent;
    background-color: rgba(0, 115, 209, 0.66);
    border-color: transparent; }
    .btn.btn-primary:hover {
      border-color: #0073D1; }
  .btn.btn-default {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.3); }
    .btn.btn-default:hover {
      border: 1px solid #FFF;
      background-color: transparent;
      border-color: #FFF; }
  .btn.btn-lg {
    font-size: 90%; }
  .btn.btn-borderless {
    border: 0px !important; }

.btn.disabled, .btn[disabled] {
  cursor: default;
  color: #000;
  opacity: 1; }
  .btn.disabled:hover, .btn.disabled:focus, .btn[disabled]:hover, .btn[disabled]:focus {
    color: #000;
    opacity: 1; }

form {
  margin: 0; }

.form-control {
  border-radius: 0px;
  max-width: 100%;
  width: auto; }
  .form-control.full-width {
    width: 100%; }

.frm-sm {
  width: 200px; }

.frm-md {
  width: 300px; }

.frm-lg {
  width: 450px; }

.form-loading {
  display: none; }

.help-block {
  font-size: 90%; }

.table .cell-fit-content {
  width: 1%;
  white-space: nowrap; }

.table-nonfluid {
  width: auto !important; }

.table-noborders td, .table-noborders tr, .table-noborders th {
  border: 0 !important; }

.alert {
  border-radius: 0; }

.alert-spacing {
  margin: 15px 0; }

.alert-small {
  font-size: 12px; }

.email-verify {
  margin: 0 auto 15px auto;
  padding: 9px 15px;
  font-size: 12px; }

.spinner {
  margin: 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 8px;
  height: 18px;
  background-color: #333;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-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); } }
.grid-list {
  margin: 10px 0;
  border: 1px solid #eee; }
  .grid-list .grid-row {
    padding: 6px;
    border-bottom: 1px solid #eee; }
    .grid-list .grid-row:nth-of-type(even) {
      background-color: #f9f9f9; }
    .grid-list .grid-row:last-child {
      border: 0; }

.grid-row {
  width: 100%;
  clear: both;
  overflow: hidden; }
  .grid-row .grid-10 {
    width: 10%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-20 {
    width: 20%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-30 {
    width: 30%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-33 {
    width: 33%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-40 {
    width: 40%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-50 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-60 {
    width: 60%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-70 {
    width: 70%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  .grid-row .grid-80 {
    width: 80%;
    float: left;
    box-sizing: border-box;
    padding: 10px; }
  @media (max-width: 900px) {
    .grid-row .grid-10, .grid-row .grid-20, .grid-row .grid-30, .grid-row .grid-33, .grid-row .grid-40, .grid-row .grid-50, .grid-row .grid-60, .grid-row .grid-70, .grid-row .grid-80 {
      width: 100%;
      float: none;
      padding: 5px 0; } }
  .grid-row div:first-child {
    padding-left: 0px; }

.bold {
  font-weight: bold; }

/*# sourceMappingURL=tgc.css.map */
