@charset "UTF-8";
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 0.2s;
  transition: color 0.2s;
}

.newsletter a {
  text-decoration: underline;
}

.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;
  z-index: 100;
}
.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: 880px;
    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;
}

.desk--widget.bottom-right {
  bottom: 70px !important;
  right: 15px !important;
}

.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;
  z-index: 100;
}
.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;
}

.policy-page h3 {
  margin: 30px 0 10px 0;
}

.navbar {
  border: 0;
  z-index: 999;
}

.navbar-right {
  margin-right: 0;
}

.header-wrapper {
  width: 100%;
  background-color: #1b1d1f !important;
  position: relative;
  z-index: 2;
}
.header-wrapper .header-container {
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 1200px) {
  .header-wrapper .header-container {
    width: 880px;
  }
}
@media (max-width: 900px) {
  .header-wrapper .header-container {
    width: 100%;
    max-width: 100%;
  }
}
.header-wrapper .header-container .header-top-container {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  .header-wrapper .header-container .header-top-container {
    display: block;
  }
}
.header-wrapper .header-container .header-top-container .header-top-container-logo {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-wrapper .header-container .header-top-container .header-top-container-logo {
    display: block;
  }
}
.header-wrapper .header-container .header-top-container .header-top-container-right {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-wrapper .header-container .header-top-container .header-top-container-right {
    display: none;
  }
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons {
  overflow: hidden;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons .social-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: white;
  float: right;
  text-align: center;
  margin: 0 0 0 10px;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons .social-icon.youtube {
  color: #cc181e;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons .social-icon.twitter {
  color: #1DA1F2;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons .social-icon.facebook {
  color: #3B5998;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .social-icons .social-icon:hover {
  opacity: 0.9;
}
.header-wrapper .header-container .header-top-container .header-top-container-right .strapline {
  color: white;
  font-size: 20px;
  text-align: right;
}

.navbar-default {
  position: relative;
  width: 100%;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  margin: 10px 0 0 0;
}
.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: 1080px) {
  .navbar-default .navbar-brand {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    max-width: calc(100% - 120px);
  }
}
.navbar-default .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.navbar-default .navbar-collapse {
  border-top: 0px;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background-color: #1b1d1f;
  }
  .navbar-default .navbar-collapse .navbar-nav {
    margin: 7.5px 10px;
  }
  .navbar-default .navbar-collapse .navbar-nav li a {
    margin: 0;
  }
  .navbar-default .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 .navbar-collapse .navbar-nav li.open .dropdown-menu {
    margin: 0;
  }
}
.navbar-default .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 0.3s;
  border-radius: 2px;
  text-shadow: 0 0 4px #000;
}
@media (max-width: 1080px) {
  .navbar-default .navbar-nav li a {
    padding: 7px 3px;
    font-size: 15px;
  }
}
.navbar-default .navbar-nav li a:hover, .navbar-default .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 .navbar-nav li.open a {
  color: #666;
  text-shadow: none;
}
.navbar-default .navbar-nav li.open a:hover, .navbar-default .navbar-nav li.open a:focus {
  color: #666;
}
.navbar-default .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 .navbar-nav li.open .dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: none;
    margin: 0;
  }
}
.navbar-default .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 .navbar-nav li.open .dropdown-menu li a {
    color: #FFF;
  }
}
.navbar-default .navbar-nav li.open .dropdown-menu li a:hover, .navbar-default .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 .navbar-nav li.open .dropdown-menu li a:hover, .navbar-default .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);
  }
}

.toggle-switch {
  display: none;
}
.toggle-switch, .toggle-switch:after, .toggle-switch:before, .toggle-switch *, .toggle-switch *:after, .toggle-switch *:before, .toggle-switch + .toggle-switch-btn {
  box-sizing: border-box;
}
.toggle-switch::selection, .toggle-switch:after::selection, .toggle-switch:before::selection, .toggle-switch *::selection, .toggle-switch *:after::selection, .toggle-switch *:before::selection, .toggle-switch + .toggle-switch-btn::selection {
  background: none;
}
.toggle-switch + .toggle-switch-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.toggle-switch + .toggle-switch-btn:after, .toggle-switch + .toggle-switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.toggle-switch + .toggle-switch-btn:after {
  left: 0;
}
.toggle-switch + .toggle-switch-btn:before {
  display: none;
}
.toggle-switch:checked + .toggle-switch-btn:after {
  left: 50%;
}

.toggle-switch-light + .toggle-switch-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
}
.toggle-switch-light + .toggle-switch-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  content: "";
  text-align: center;
  font: normal normal normal 18px/1.5 FontAwesome;
  color: #f0f0f0;
}
.toggle-switch-light:checked + .toggle-switch-btn {
  background: #9FD6AE;
}
.toggle-switch-light:checked + .toggle-switch-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  content: "";
  text-align: center;
  font: normal normal normal 18px/1.5 FontAwesome;
  color: #9FD6AE;
}

.input-group-btn .btn {
  padding: 5px 12px;
}

.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;
}

.btn {
  transition: border 0.3s;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 12px;
}
.btn:focus {
  outline: none;
}
.btn.btn-default-outline {
  border: 1px solid #fff;
  color: white;
  background: transparent;
}
.btn.btn-default-outline:hover {
  background: white;
  color: #333;
}
.btn.btn-default-grey-outline {
  border: 1px solid #ddd;
  color: #ddd;
  background: transparent;
}
.btn.btn-default-grey-outline:hover {
  background: #eee;
  color: #ddd;
}
.btn.btn-transparent {
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #fff;
  color: #fff;
}
.btn.btn-transparent:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
}
.btn.btn-dark-transparent {
  background-color: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(0, 0, 0, 0.9);
  color: #fff;
}
.btn.btn-dark-transparent:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.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-success.btn.disabled, .btn.btn-success.btn[disabled] {
  cursor: default;
  color: #fff;
  opacity: 1;
  background-color: rgba(92, 184, 92, 0.5);
  border-color: transparent;
}
.btn.btn-success.btn.disabled:hover, .btn.btn-success.btn.disabled:focus, .btn.btn-success.btn[disabled]:hover, .btn.btn-success.btn[disabled]:focus {
  color: #fff;
  opacity: 1;
  background-color: rgba(92, 184, 92, 0.5);
  border-color: transparent;
}
.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-info {
  color: #fff;
  border: 2px solid transparent;
  background-color: #5bc0de;
  border-color: transparent;
}
.btn.btn-info:hover {
  border-color: #3da0bd;
}
.btn.btn-danger {
  color: #fff;
  border: 2px solid transparent;
  background-color: #d9534f;
  border-color: transparent;
}
.btn.btn-danger:hover {
  border-color: #b63632;
}
.btn.btn-warning {
  color: #fff;
  border: 2px solid transparent;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn.btn-warning:hover {
  border-color: #c2852d;
}
.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-grey {
  color: #696868;
  border: 2px solid #e8e8e8;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
}
.btn.btn-grey:hover {
  border: 2px solid #b3b3b3;
  background-color: #e8e8e8;
  border-color: #b3b3b3;
}
.btn.btn-steam {
  color: #fff;
  border: 0;
  background-color: #555555;
  border-color: #555555;
  line-height: 30px;
}
.btn.btn-steam:hover {
  border: 0;
  background-color: #353535;
  border-color: #353535;
}
.btn.btn-steam img {
  float: left;
  width: 30px;
  height: 30px;
}
.btn.btn-google {
  color: rgba(0, 0, 0, 0.54);
  border: 0;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 30px;
}
.btn.btn-google:hover {
  border: 0;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-google img {
  float: left;
  width: 30px;
  height: 30px;
}
.btn.btn-facebook {
  color: #fff;
  border: 0;
  background-color: #4267b2;
  border-color: #4267b2;
  line-height: 30px;
}
.btn.btn-facebook:hover {
  border: 0;
  background-color: #3B5998;
  border-color: #3B5998;
}
.btn.btn-facebook img {
  float: left;
  width: 30px;
  height: 30px;
}
.btn.btn-outline-default {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn.btn-outline-default:hover {
  border-color: #fff;
  background-color: #fff;
  color: #333;
}
.btn.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.btn.btn-borderless {
  border: 0px !important;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: "Loading...";
  text-align: center;
  font-size: 18px;
  display: block;
  margin: 60px 0;
}

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;
}

.tgc-welcome-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
}
.tgc-welcome-modal-overlay.hidden {
  display: none !important;
}

.tgc-welcome-modal-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  left: 20px;
  bottom: 20px;
}
.tgc-welcome-modal-container.hidden {
  display: none !important;
}
.tgc-welcome-modal-container .tgc-welcome-modal {
  background: #60a8d4;
  background: linear-gradient(0deg, #60a8d4 0%, #d0f2ff 100%);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 12px #000;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner {
  text-align: center;
  width: 100%;
  position: relative;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-logo {
  max-width: 500px;
  margin-bottom: 40px;
  width: 100%;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-intro {
  font-size: 4.5rem;
  font-weight: bold;
  background: linear-gradient(to right, #e78989 20%, #cb5b5b 40%, #cb5b5b 60%, #e78989 80%);
  background-size: 200% auto;
  color: #cb5b5b;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: tgc-welcome-modal-shine 1s linear infinite;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-sub {
  font-size: 4rem;
  color: #000000;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-email-entry {
  margin: 40px auto 40px auto;
  width: 100%;
  max-width: 500px;
  font-size: 2.5rem;
  padding: 12px 24px;
  height: auto;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-email-button {
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 500px;
  font-size: 2.5rem;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .tgc-welcome-modal-notice {
  max-width: 500px;
  color: #000000;
  margin: 40px auto 0 auto;
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-inner .first-order-success {
  padding: 12px;
  background: #509d50;
  color: white;
  font-size: 2.4rem;
  margin: 40px 0;
}
@media (min-width: 60em) {
  .tgc-welcome-modal-container .tgc-welcome-modal {
    height: 100%;
    max-height: 650px;
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
  }
}
.tgc-welcome-modal-container .tgc-welcome-modal .tgc-welcome-modal-close {
  border: 0;
  background: transparent;
  color: black;
  font-size: 24px;
  padding: 8px 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  z-index: 1;
  font-weight: bold;
}
@media (min-width: 60em) {
  .tgc-welcome-modal-container {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
}

@keyframes tgc-welcome-modal-shine {
  to {
    background-position: 200% center;
  }
}
.header-bar {
  width: 100%;
  height: 220px;
  background: url("../images/hero-images/tgc-header-1.jpg");
  background-size: cover;
  height: 20px;
  background: transparent !important;
}
.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;
  display: none;
}

.slider-background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-focus-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.slider-focus-block .slider-focus-block-left {
  max-width: 50%;
}
.slider-focus-block .slider-focus-block-left img {
  max-width: 100%;
}
.slider-focus-block .slider-focus-block-right {
  max-width: 50%;
}
.slider-focus-block .slider-focus-block-right img {
  max-width: 100%;
}
@media (max-width: 850px) {
  .slider-focus-block {
    display: flex;
    flex-direction: column;
  }
  .slider-focus-block .slider-focus-block-left {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .slider-focus-block .slider-focus-block-right {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.black-friday-container {
  background-image: url("/images/banners/black-friday/black-friday.jpg");
  background-size: cover;
  text-align: center;
}
.black-friday-container img {
  max-width: 100%;
  width: 45%;
}
@media (max-width: 700px) {
  .black-friday-container img {
    width: 100%;
  }
}

.spectrum-hero-image {
  width: 100%;
  height: 380px;
  overflow: hidden;
  background: url("../images/hero-images/tgc-spectrum-background.jpg") #000;
  background-size: cover;
  display: table;
}
@media (min-width: 1100px) {
  .spectrum-hero-image {
    height: 450px;
  }
}
.spectrum-hero-image .spectrum-image {
  padding: 50px 0 0 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.spectrum-hero-image .spectrum-image .spectrum-overlay {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.spectrum-hero-image .spectrum-image .spectrum-overlay .spectrum-myworld {
  display: inline-block;
  width: 32%;
  height: 100%;
  position: absolute;
  top: 11%;
  bottom: 0;
  left: 0;
}
.spectrum-hero-image .spectrum-image .spectrum-overlay .spectrum-gameguru {
  display: inline-block;
  width: 36%;
  height: 100%;
  position: absolute;
  top: 11%;
  bottom: 0;
  left: 32%;
}
.spectrum-hero-image .spectrum-image .spectrum-overlay .spectrum-agk {
  display: inline-block;
  width: 32%;
  height: 100%;
  position: absolute;
  top: 11%;
  bottom: 0;
  left: 68%;
}
.spectrum-hero-image .spectrum-image .spectrum-overlay img {
  max-width: 100%;
  max-height: 350px;
}
@media (min-width: 1100px) {
  .spectrum-hero-image .spectrum-image .spectrum-overlay img {
    max-height: 450px;
  }
}

.home-newsletter-section {
  text-align: center;
  background-color: #eeeeee;
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 30px 0;
}
.home-newsletter-section h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  color: rgba(0, 115, 209, 0.66);
  text-align: center;
  font-weight: 600;
}
.home-newsletter-section .home-newsletter-form {
  margin: 30px auto 0 auto;
  max-width: 500px;
}
.home-newsletter-section .home-newsletter-success {
  text-align: center;
  font-size: 18px;
}

.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: 880px;
    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;
  }
}

.free-products-container {
  background: #1abc9c;
  background-image: url("../images/free-stuff-bg-v2.jpg");
  padding: 20px 0 40px 0;
  margin: -30px 0 0 0;
}
.free-products-container h3 {
  text-align: center;
  margin: 30px 0 20px 0;
  font-size: 38px;
  font-weight: 600;
  padding: 10px 0;
  color: white;
}
.free-products-container .free-products-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}
.free-products-container .free-products-grid .free-product-item {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(32% - 20px);
  min-width: 180px;
  max-width: 500px;
  margin: 30px auto 15px auto;
  background: #f5f5f5;
  position: relative;
  min-height: 80px;
  height: auto;
  border-radius: 4px;
  padding: 0 0 58px 0;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .free-products-container .free-products-grid .free-product-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
  }
}
.free-products-container .free-products-grid .free-product-item .free-product-capsule {
  text-align: center;
  position: relative;
  top: -15px;
}
.free-products-container .free-products-grid .free-product-item .free-product-capsule img {
  max-width: 100%;
  border-radius: 4px;
}
.free-products-container .free-products-grid .free-product-item .free-product-info {
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0 10px;
}
.free-products-container .free-products-grid .free-product-item .free-product-info .free-product-title {
  font-size: 18px;
  font-weight: bold;
}
.free-products-container .free-products-grid .free-product-item .free-product-base {
  height: 58px;
  padding: 10px;
  background: #e4e4e4;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-container .page-column-left {
  float: left;
  width: calc(100% - 320px);
}
@media (max-width: 900px) {
  .home-container .page-column-left {
    width: 100%;
    float: none;
  }
}
.home-container .page-column-right {
  float: left;
  width: 300px;
  margin: 0 0 0 20px;
}
@media (max-width: 900px) {
  .home-container .page-column-right {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
  }
}

.news-container {
  background-color: #eeeeee;
  border-top: 1px solid #e2e3e4;
  border-bottom: 1px solid #e2e3e4;
  padding: 30px 0;
  position: relative;
  z-index: 0;
  margin: 0;
}
.news-container h3 {
  font-size: 34px;
  margin: 0;
  color: rgba(0, 115, 209, 0.66);
  text-align: center;
  font-weight: 600;
}
.news-container .blog-posts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .news-container .blog-posts-list {
    flex-direction: column;
  }
}
.news-container .blog-posts-list .blog-post {
  width: calc(33.33% - 26.66px);
  flex-grow: 0;
  flex-shrink: 0;
  background: white;
  padding: 0;
  border: 0;
  transition: transform 150ms;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
  overflow: hidden;
}
.news-container .blog-posts-list .blog-post:hover {
  transform: scale(1.03, 1.03);
}
@media (max-width: 767px) {
  .news-container .blog-posts-list .blog-post {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
.news-container .blog-posts-list .blog-post .blog-post-image-wrapper {
  overflow: hidden;
}
.news-container .blog-posts-list .blog-post .blog-post-image-wrapper .blog-post-image {
  width: 100%;
}
.news-container .blog-posts-list .blog-post:hover .blog-post-content {
  position: absolute;
  bottom: 0;
}
@media (hover: none) {
  .news-container .blog-posts-list .blog-post:hover .blog-post-content {
    position: static;
  }
}
.news-container .blog-posts-list .blog-post .blog-post-content {
  padding: 20px;
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background: white;
  transition: all 300ms;
}
@media (hover: none) {
  .news-container .blog-posts-list .blog-post .blog-post-content {
    position: static;
  }
}
.news-container .blog-posts-list .blog-post .blog-post-content .blog-post-date {
  font-size: 14px;
  color: #333;
  font-weight: normal;
  padding: 0 0 15px 0;
}
.news-container .blog-posts-list .blog-post .blog-post-content .blog-post-title {
  font-size: 18px;
  color: #333;
  display: block;
  padding: 0 0 15px 0;
}
.news-container .blog-posts-list .blog-post .blog-post-content .blog-post-desc {
  height: 90px;
  overflow: hidden;
}
.news-container .blog-posts-list .blog-post .blog-post-content .blog-base {
  padding: 15px 0 0 0;
  text-align: right;
}

.community-bar {
  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;
}

.home-product-intro-container {
  position: relative;
}
.home-product-intro-container .home-product-intro {
  font-size: 18px;
  margin: 0 0 40px 0;
  text-align: justify;
  font-weight: normal;
  padding: 0 20px 0 0;
}
@media (max-width: 900px) {
  .home-product-intro-container .home-product-intro {
    padding: 0;
  }
}

.home-product-sections {
  padding: 0;
  position: relative;
}
.home-product-sections .home-product-section {
  width: 100%;
  position: relative;
}
.home-product-sections .home-product-section.gameguru-max {
  z-index: 2;
  margin: 0 0 30px 0;
}
.home-product-sections .home-product-section.gameguru-max:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  /*transform: skewY(-1.5deg);*/
  background-image: url("/assets/images/blue-poly-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-product-sections .home-product-section.agk-studio {
  z-index: 1;
  margin: 0 0 0 0;
}
.home-product-sections .home-product-section.agk-studio:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #3170d4;
}
.home-product-sections .home-product-section.agk {
  z-index: 1;
  margin: 0 0 30px 0;
}
.home-product-sections .home-product-section.agk:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: 0;
  transform: skewY(-1.5deg);
  background: #660b1d;
}
.home-product-sections .home-product-section.gameguru {
  z-index: 2;
}
.home-product-sections .home-product-section.gameguru:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: 0;
  transform: skewY(-1.5deg);
  background: #2c2c2c;
}
.home-product-sections .home-product-section.myworld {
  z-index: 3;
}
.home-product-sections .home-product-section.myworld:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -30px;
  left: 0;
  transform: skewY(-1.5deg);
  background: #4794b1;
}
.home-product-sections .home-product-section .product-section-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
.home-product-sections .home-product-section .product-section-image:hover .product-section-image-overlay {
  display: block;
}
.home-product-sections .home-product-section .product-section-image.gameguru-max {
  background-image: url("../images/spectrum/gameguru-max-full-width-spectrum-early-access.jpg");
}
.home-product-sections .home-product-section .product-section-image.gameguru-max img {
  margin: 40px 0 0 0;
}
.home-product-sections .home-product-section .product-section-image.agk-studio {
  background-image: url("../images/spectrum/agk-studio-full-width-spectrum-bg.jpg");
}
.home-product-sections .home-product-section .product-section-image.agk-studio img {
  margin: 40px 0 0 0;
}
.home-product-sections .home-product-section .product-section-image.agk {
  background-image: url("../images/spectrum/agk-full-width-spectrum-bg.jpg");
}
.home-product-sections .home-product-section .product-section-image.agk img {
  margin: 40px 0 0 0;
}
.home-product-sections .home-product-section .product-section-image.gameguru {
  background-image: url("../images/spectrum/gameguru-full-width-spectrum-bg.jpg");
  background-position: center center;
}
.home-product-sections .home-product-section .product-section-image.gameguru img {
  margin: 20px 0 0 0;
}
.home-product-sections .home-product-section .product-section-image.myworld {
  background-image: url("../images/spectrum/myworld-full-width-spectrum-bg.jpg");
  background-position: center center;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay .gameguru-max-overlay-contents-container {
  display: table;
  width: 100%;
  height: 100%;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay .gameguru-max-overlay-contents-container .gameguru-max-overlay-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay .gameguru-max-overlay-contents-container .gameguru-max-overlay-content .gameguru-max-tagline {
  display: block;
  margin: 50px 0;
  font-size: 24px;
  color: white;
  text-shadow: 0 0 6px #000;
  font-weight: bold;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay .gameguru-max-overlay-contents-container .gameguru-max-overlay-content .gameguru-max-cta {
  background: #008398;
  padding: 12px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.home-product-sections .home-product-section .product-section-image .product-section-gameguru-max-overlay .gameguru-max-overlay-contents-container .gameguru-max-overlay-content .gameguru-max-cta:hover {
  background: #006580;
}
.home-product-sections .home-product-section .product-section-image .product-section-agks-overlay {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.home-product-sections .home-product-section .product-section-image .product-section-agks-overlay .agks-overlay-contents-container {
  display: table;
  width: 100%;
  height: 100%;
}
.home-product-sections .home-product-section .product-section-image .product-section-agks-overlay .agks-overlay-contents-container .agks-overlay-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.home-product-sections .home-product-section .product-section-image .product-section-agks-overlay .agks-overlay-contents-container .agks-overlay-content .agks-cta {
  background: rgba(92, 184, 92, 0.9);
  padding: 12px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0 0 8px #000;
}
.home-product-sections .home-product-section .product-section-image .product-section-agks-overlay .agks-overlay-contents-container .agks-overlay-content .agks-cta:hover {
  background: #5cb85c;
}
.home-product-sections .home-product-section .product-section-image .product-section-image-overlay {
  display: none;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-product-sections .home-product-section .product-section-image .product-section-image-overlay .overlay-contents-container {
  display: table;
  width: 100%;
  height: 100%;
}
.home-product-sections .home-product-section .product-section-image .product-section-image-overlay .overlay-contents-container .overlay-content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.home-product-sections .home-product-section .product-section-details {
  font-size: 18px;
  text-align: center;
  background: #f6f6f6;
  color: #FFF;
  padding: 30px 20px 40px 20px;
  font-weight: 300;
  position: relative;
}
@media (max-width: 500px) {
  .home-product-sections .home-product-section .product-section-details {
    font-size: 16px;
    line-height: 1.4;
  }
}
.home-product-sections .home-product-section .product-section-details.myworld {
  background: #4794b1;
  border-top: 3px solid #1a576c;
}
.home-product-sections .home-product-section .product-section-details.gameguru-max {
  background: transparent;
}
.home-product-sections .home-product-section .product-section-details.gameguru-max ul {
  list-style-position: inside;
  margin: 15px 0;
}
.home-product-sections .home-product-section .product-section-details.agk-studio {
  background: #3170d4;
  border-top: 3px solid #3170d4;
}
.home-product-sections .home-product-section .product-section-details.agk {
  background: #660b1d;
  border-top: 3px solid #3f0712;
}
.home-product-sections .home-product-section .product-section-details.gameguru {
  background: #2c2c2c;
  border-top: 3px solid #1e1e1e;
}

.side-news-container {
  background: #eeeeee;
  color: #000;
  padding: 15px;
  border: 1px solid #e2e3e4;
  border-radius: 4px;
}
.side-news-container h2 {
  font-size: 28px;
  margin-top: 0;
}
.side-news-container .blog-posts-list .blog-post {
  margin: 0 0 0 0;
  border-bottom: 0;
  padding: 20px 0;
}
.side-news-container .blog-posts-list .blog-post:first-of-type {
  padding-top: 0px;
}
.side-news-container .blog-posts-list .blog-post .blog-post-title {
  display: block;
  font-size: 24px;
  font-weight: normal;
  color: #333;
  line-height: 1.1;
  text-decoration: none;
  margin: 0 0 15px 0;
}
.side-news-container .blog-posts-list .blog-post .blog-post-date {
  font-size: 80%;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.side-news-container .blog-posts-list .blog-post .blog-base {
  margin-top: 15px;
  text-align: center;
}
.side-news-container .blog-posts-list .blog-post .blog-base .btn {
  padding: 4px 8px;
}

.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;
}

.btn-guest-checkout {
  font-size: 100%;
  padding: 10px 18px;
}

.checkout-auth-page-container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.checkout-auth-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 930px) {
  .checkout-auth-columns {
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
}
.checkout-auth-columns .checkout-auth-column-login {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.checkout-auth-columns .checkout-auth-column-login:before {
  content: " ";
  display: block;
  width: 2px;
  background: #9a9999;
  height: 700px;
  position: absolute;
  right: 0;
  top: 100px;
}
@media (max-width: 930px) {
  .checkout-auth-columns .checkout-auth-column-login {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-auth-columns .checkout-auth-column-login:before {
    display: none;
  }
}
.checkout-auth-columns .checkout-auth-column-guest {
  flex-grow: 0;
  flex-shrink: 0;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 930px) {
  .checkout-auth-columns .checkout-auth-column-guest {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.checkout-review-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 930px) {
  .checkout-review-columns {
    flex-direction: column-reverse;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
  }
}
.checkout-review-columns .checkout-review-column-details {
  flex-grow: 0;
  flex-shrink: 0;
  width: 55%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 930px) {
  .checkout-review-columns .checkout-review-column-details {
    width: 100%;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
.checkout-review-columns .checkout-review-column-details .checkout-review-payment-review {
  display: none;
}
@media (max-width: 930px) {
  .checkout-review-columns .checkout-review-column-details .checkout-review-payment-review {
    display: block;
  }
}
.checkout-review-columns .checkout-review-column-cart {
  flex-grow: 0;
  flex-shrink: 0;
  width: 45%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 930px) {
  .checkout-review-columns .checkout-review-column-cart {
    width: 100%;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}

.checkout-capsule-image {
  width: 100px;
}

.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;
  }
}

.address-modal-list-items .address-modal-list-item {
  padding: 10px;
}
.address-modal-list-items .address-modal-list-item:nth-child(even) {
  background: #ccc;
}

.address-modal-list-new {
  padding: 10px;
}

.payment-redirect-wrapper .payment-redirect-message {
  text-align: center;
  margin: 180px auto;
  font-size: 28px;
}

.stripe-payment-button {
  width: 100%;
  margin: 0 0 15px 0;
}
.stripe-payment-button[disabled] {
  color: white;
  background: rgba(92, 184, 92, 0.5);
  cursor: default;
}
.stripe-payment-button[disabled]:hover {
  border-color: transparent;
  color: white;
  background: rgba(92, 184, 92, 0.5);
}

.paypal-payment-button {
  width: 100%;
  margin: 0 0 15px 0;
}
.paypal-payment-button[disabled] {
  color: white;
  background: rgba(0, 115, 209, 0.4);
  cursor: default;
}
.paypal-payment-button[disabled]:hover {
  border-color: transparent;
  color: white;
  background: rgba(0, 115, 209, 0.4);
}

.free-checkout-button {
  width: 100%;
  margin: 0 0 15px 0;
}

.checkout-feedback {
  margin: 20px;
}
.checkout-feedback .feedback-title {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.checkout-feedback p {
  text-align: center;
}
.checkout-feedback .feedback-star-bar {
  margin: 10px 0;
}
.checkout-feedback .feedback-star-bar .rating {
  unicode-bidi: bidi-override;
  text-align: center;
}
.checkout-feedback .feedback-star-bar .rating .face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  font-size: 70px;
  cursor: pointer;
  visibility: hidden;
  width: 70px;
  height: 70px;
}
.checkout-feedback .feedback-star-bar .rating .face:before {
  color: #777;
  visibility: visible;
}
.checkout-feedback .feedback-star-bar .rating .face.happy:before {
  content: "";
}
.checkout-feedback .feedback-star-bar .rating .face.neutral:before {
  content: "";
}
.checkout-feedback .feedback-star-bar .rating .face.sad:before {
  content: "";
}
.checkout-feedback .feedback-star-bar .rating .face:hover.happy:before, .checkout-feedback .feedback-star-bar .rating .face:checked.happy:before {
  color: #1d961d;
}
.checkout-feedback .feedback-star-bar .rating .face:hover.neutral:before, .checkout-feedback .feedback-star-bar .rating .face:checked.neutral:before {
  color: #efb712;
}
.checkout-feedback .feedback-star-bar .rating .face:hover.sad:before, .checkout-feedback .feedback-star-bar .rating .face:checked.sad:before {
  color: #e82424;
}

.basket-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .basket-list-container {
    max-width: 400px;
    margin: 20px auto;
  }
}
.basket-list-container .basket-header, .basket-list-container .basket-line-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header, .basket-list-container .basket-line-item {
    flex-direction: column;
  }
}
.basket-list-container .basket-header .basket-line-item-column, .basket-list-container .basket-line-item .basket-line-item-column {
  padding: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}
.basket-list-container .basket-header .basket-line-item-column.basket-product-name-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-product-name-column {
  flex-grow: 1;
  flex-shrink: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header .basket-line-item-column.basket-product-name-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-product-name-column {
    padding: 0px;
  }
  .basket-list-container .basket-header .basket-line-item-column.basket-product-name-column div, .basket-list-container .basket-line-item .basket-line-item-column.basket-product-name-column div {
    padding: 0 5px;
  }
}
.basket-list-container .basket-header .basket-line-item-column.basket-delivery-method-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-delivery-method-column {
  width: 200px;
}
.basket-list-container .basket-header .basket-line-item-column.basket-delivery-method-column .inline-label, .basket-list-container .basket-line-item .basket-line-item-column.basket-delivery-method-column .inline-label {
  display: none;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header .basket-line-item-column.basket-delivery-method-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-delivery-method-column {
    width: 100%;
  }
  .basket-list-container .basket-header .basket-line-item-column.basket-delivery-method-column .inline-label, .basket-list-container .basket-line-item .basket-line-item-column.basket-delivery-method-column .inline-label {
    display: inline-block;
    font-weight: normal;
  }
  .basket-list-container .basket-header .basket-line-item-column.basket-delivery-method-column form, .basket-list-container .basket-line-item .basket-line-item-column.basket-delivery-method-column form {
    display: inline-block;
  }
}
.basket-list-container .basket-header .basket-line-item-column.basket-item-price-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-item-price-column {
  width: 110px;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header .basket-line-item-column.basket-item-price-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-item-price-column {
    display: none;
  }
}
.basket-list-container .basket-header .basket-line-item-column.basket-quantity-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-quantity-column {
  width: 150px;
}
.basket-list-container .basket-header .basket-line-item-column.basket-quantity-column .inline-label, .basket-list-container .basket-line-item .basket-line-item-column.basket-quantity-column .inline-label {
  display: none;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header .basket-line-item-column.basket-quantity-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-quantity-column {
    width: 100%;
  }
  .basket-list-container .basket-header .basket-line-item-column.basket-quantity-column .inline-label, .basket-list-container .basket-line-item .basket-line-item-column.basket-quantity-column .inline-label {
    display: inline-block;
    font-weight: normal;
  }
  .basket-list-container .basket-header .basket-line-item-column.basket-quantity-column form, .basket-list-container .basket-line-item .basket-line-item-column.basket-quantity-column form {
    display: inline-block;
  }
}
.basket-list-container .basket-header .basket-line-item-column.basket-price-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-price-column {
  width: 100px;
  text-align: right;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header .basket-line-item-column.basket-price-column, .basket-list-container .basket-line-item .basket-line-item-column.basket-price-column {
    width: 100%;
  }
}
.basket-list-container .basket-line-item:nth-of-type(odd), .basket-list-container .basket-base-item:nth-of-type(odd) {
  background: #f3f3f3;
}
.basket-list-container .basket-bundle-deal-item {
  padding: 8px 10px;
  background: #d46237;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #d46237;
  border-bottom: 0;
  position: relative;
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .basket-list-container .basket-bundle-deal-item {
    flex-direction: column;
  }
}
.basket-list-container .basket-bundle-deal-item:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(177, 177, 177, 0);
  border-bottom-color: #d46237;
  border-width: 14px;
  margin-left: -7px;
}
.basket-list-container .basket-bundle-deal-item .basket-bundle-deal-item-details {
  flex-grow: 1;
  flex-shrink: 1;
}
.basket-list-container .basket-bundle-deal-item .basket-bundle-deal-item-cta {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  text-align: right;
}
@media (max-width: 767px) {
  .basket-list-container .basket-bundle-deal-item .basket-bundle-deal-item-cta {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}
.basket-list-container .basket-bundle-contents {
  padding: 8px 10px;
  background: #b5b5b5;
  border: 1px solid #b5b5b5;
  border-bottom: 0;
  position: relative;
  color: #333;
  font-size: 13px;
  text-align: center;
}
.basket-list-container .basket-bundle-contents:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(177, 177, 177, 0);
  border-bottom-color: #b5b5b5;
  border-width: 14px;
  margin-left: -7px;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details {
  margin: 0 auto;
  max-width: 400px;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-toggle {
  font-weight: bold;
  cursor: pointer;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-container {
  display: none;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-container .basket-bundle-contents-item {
  display: flex;
  flex-direction: row;
  margin: 10px 0 0 0;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-container .basket-bundle-contents-item .basket-bundle-contents-image {
  width: 100px;
  flex-grow: 0;
  flex-shrink: 0;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-container .basket-bundle-contents-item .basket-bundle-contents-image img {
  width: 80px;
}
.basket-list-container .basket-bundle-contents .basket-bundle-contents-details .basket-bundle-contents-container .basket-bundle-contents-item .basket-bundle-contents-name {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}
.basket-list-container .basket-in-bundle-warning {
  padding: 8px 10px;
  background: #bb3e3e;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #bb3e3e;
  border-bottom: 0;
  position: relative;
  color: white;
  font-size: 13px;
}
@media (max-width: 767px) {
  .basket-list-container .basket-in-bundle-warning {
    flex-direction: column;
  }
}
.basket-list-container .basket-in-bundle-warning:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(177, 177, 177, 0);
  border-bottom-color: #bb3e3e;
  border-width: 14px;
  margin-left: -7px;
}
.basket-list-container .basket-in-bundle-warning .basket-in-bundle-warning-details {
  flex-grow: 1;
  flex-shrink: 1;
}
.basket-list-container .basket-in-bundle-warning .basket-in-bundle-warning-cta {
  flex-grow: 0;
  flex-shrink: 0;
  width: 200px;
  text-align: right;
}
@media (max-width: 767px) {
  .basket-list-container .basket-in-bundle-warning .basket-in-bundle-warning-cta {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}
.basket-list-container .basket-base-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.basket-list-container .basket-base-item:last-of-type {
  border: 1px solid #ccc;
}
.basket-list-container .basket-base-item .basket-base-item-column {
  padding: 5px;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
}
.basket-list-container .basket-base-item .basket-base-item-column.base-title {
  flex-grow: 0;
  flex-shrink: 1;
  width: 150px;
  font-weight: bold;
  text-align: right;
}
.basket-list-container .basket-base-item .basket-base-item-column.base-data {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100px;
  text-align: right;
}
.basket-list-container .basket-header {
  background: #f3f3f3;
  font-weight: bold;
}
@media (max-width: 767px) {
  .basket-list-container .basket-header {
    display: none;
  }
}

.basket-capsule-image {
  width: 160px;
  float: left;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .basket-capsule-image {
    float: none;
    width: auto;
    margin: 0 0 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-delivery-method-select select {
  float: left;
}
.basket-delivery-method-select .btn {
  padding: 5px 12px;
  border-radius: 0 2px 2px 0;
}

.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-v1 {
  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-v1 {
    height: auto;
  }
}
.buy-product-container-v1 .buy-capsule-container {
  float: left;
  width: 184px;
  height: 69px;
}
.buy-product-container-v1 .buy-capsule-container img {
  width: 184px;
  height: 69px;
}
@media (max-width: 500px) {
  .buy-product-container-v1 .buy-capsule-container {
    float: none;
    width: 100%;
    height: auto;
  }
  .buy-product-container-v1 .buy-capsule-container img {
    width: 100%;
    height: auto;
  }
}
.buy-product-container-v1 .buy-info-container {
  float: left;
  padding: 6px 10px;
  width: calc(100% - 190px);
}
@media (max-width: 500px) {
  .buy-product-container-v1 .buy-info-container {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
.buy-product-container-v1 .buy-info-container :last-child {
  margin: 0 0 10px 0;
}
.buy-product-container-v1 .buy-title-container {
  font-size: 18px;
  font-weight: bold;
}
.buy-product-container-v1 .buy-bundle-contents {
  color: #5C95BF;
  font-size: 11px;
}
.buy-product-container-v1 .buy-promo-text {
  color: #5C95BF;
  font-size: 13px;
}
.buy-product-container-v1 .buy-details-container {
  width: 250px;
  position: absolute;
  padding: 5px;
  background: #EEE;
  border: 1px solid #DDD;
  bottom: -38px;
  right: 5px;
  height: 52px;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container {
    width: 240px;
    padding: 3px;
    height: 48px;
  }
}
.buy-product-container-v1 .buy-details-container .tax-notice-container {
  font-size: 11px;
  text-align: center;
}
.buy-product-container-v1 .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;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .discount-container {
    font-size: 18px;
    width: 40px;
    left: -52px;
    height: 36px;
    line-height: 36px;
  }
}
.buy-product-container-v1 .buy-details-container .discount-container.bundle-save {
  line-height: 25px;
}
.buy-product-container-v1 .buy-details-container .discount-container.bundle-save span {
  display: block;
  font-size: 15px;
  line-height: 15px;
}
.buy-product-container-v1 .buy-details-container .price-info-container {
  width: 80px;
  float: left;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .price-info-container {
    width: 70px;
  }
}
.buy-product-container-v1 .buy-details-container .price-info-container .price-container {
  float: left;
  margin: 0 5px 0 0;
  width: 75px;
  text-align: center;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .price-info-container .price-container {
    width: 65px;
  }
}
.buy-product-container-v1 .buy-details-container .price-info-container .price-container .originalPrice {
  text-decoration: line-through;
  font-size: 14px;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .price-info-container .price-container .originalPrice {
    font-size: 12px;
  }
}
.buy-product-container-v1 .buy-details-container .price-info-container .price-container .price {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .price-info-container .price-container .price {
    font-size: 16px;
  }
}
.buy-product-container-v1 .buy-details-container .price-info-container .price-container .price.no-offer {
  line-height: 40px;
}
.buy-product-container-v1 .buy-details-container .discountText {
  display: none;
  float: right;
  height: 50px;
  padding: 6px;
  font-size: 16px;
  line-height: 38px;
  color: #a4d007;
  background: #4c6b22;
}
@media (max-width: 350px) {
  .buy-product-container-v1 .buy-details-container .discountText {
    font-size: 14px;
    padding: 6px 4px;
  }
}
.buy-product-container-v1 .buy-button-container {
  margin: 0;
  width: 155px;
  float: right;
}
.buy-product-container-v1 .buy-button-container .buy-button-selector {
  position: relative;
}
.buy-product-container-v1 .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-v1 .buy-button-container .buy-button-selector .view-basket-button:hover {
  border-color: #3B97B3;
}
.buy-product-container-v1 .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-v1 .buy-button-container .buy-button-selector .button:hover, .buy-product-container-v1 .buy-button-container .buy-button-selector .button:focus {
  border-color: #398439;
  border-radius: 2px 2px 0 0;
}
.buy-product-container-v1 .buy-button-container .buy-button-selector .button.active {
  border-color: transparent;
  border-radius: 2px 2px 0 0;
}
.buy-product-container-v1 .buy-button-container .buy-button-selector .button .drop-arrow {
  padding: 0 0 0 4px;
  display: inline-block;
}
.buy-product-container-v1 .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-v1 .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: relative;
  width: 100%;
  border-radius: 2px;
  transition: all 0.5s ease;
  z-index: 900;
}
.buy-product-container-v1 .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-v1 .buy-button-container .buy-button-selector .buy-option-list a {
  font-weight: bold;
  padding: 5px;
  color: white;
  display: block;
}
.buy-product-container-v1 .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-v1 .buy-button-container .delivery-method-label {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 2px 0;
}
.buy-product-container-v1 .buy-button-container .btn {
  width: 100%;
  margin: 5px 0 0 0;
}

@media (min-width: 900px) {
  .buy-product-sidebar .buy-product-container {
    height: auto;
  }
  .buy-product-sidebar .buy-capsule-container {
    float: none;
    width: 100%;
    height: auto;
  }
  .buy-product-sidebar .buy-capsule-container img {
    width: 100%;
    height: auto;
  }
  .buy-product-sidebar .buy-info-container {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .buy-product-sidebar .buy-details-container {
    width: 220px;
  }
  .buy-product-sidebar .buy-details-container .discount-container {
    width: 40px;
    height: 40px;
    left: -50px;
    font-size: 18px;
    padding: 5px 4px;
  }
  .buy-product-sidebar .buy-button-container {
    margin: 0;
    width: 125px;
    float: right;
  }
  .buy-product-sidebar .buy-button-container .buy-button-selector .button {
    padding: 8px 6px;
    font-size: 12px;
  }
}
.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;
}
@media (max-width: 500px) {
  .dlc-items-container .dlc-item-container .item-capsule {
    float: none;
    height: auto;
    width: 100%;
  }
  .dlc-items-container .dlc-item-container .item-capsule img {
    width: 100%;
    height: auto;
  }
}
.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;
}
@media (max-width: 500px) {
  .dlc-items-container .dlc-item-container .item-details {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.dlc-items-container .dlc-item-container .item-view-container {
  position: absolute;
  right: 5px;
  bottom: -37px;
  padding: 5px;
  background: #EEE;
  border: 1px solid #DDD;
  height: 52px;
}
.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;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container {
  margin: 0;
  width: 155px;
  float: right;
  margin: 0 10px 0 0;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector {
  position: relative;
}
.dlc-items-container .dlc-item-container .item-view-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;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .view-basket-button:hover {
  border-color: #3B97B3;
}
.dlc-items-container .dlc-item-container .item-view-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;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .button:hover, .dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .button:focus {
  border-color: #398439;
  border-radius: 2px 2px 0 0;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .button.active {
  border-color: transparent;
  border-radius: 2px 2px 0 0;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .button .drop-arrow {
  padding: 0 0 0 4px;
  display: inline-block;
}
.dlc-items-container .dlc-item-container .item-view-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;
}
.dlc-items-container .dlc-item-container .item-view-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: relative;
  width: 100%;
  border-radius: 2px;
  transition: all 0.5s ease;
  z-index: 900;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .buy-option-list.open {
  max-height: 300px;
  border-radius: 0 0 2px 2px;
  z-index: 900;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .buy-option-list a {
  font-weight: bold;
  padding: 5px;
  color: white;
  display: block;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .buy-button-selector .buy-option-list a:hover {
  text-decoration: none;
  background-color: rgba(92, 184, 92, 0.8);
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .delivery-method-label {
  font-weight: 300;
  font-size: 15px;
  margin: 0 0 2px 0;
}
.dlc-items-container .dlc-item-container .item-view-container .buy-button-container .btn {
  width: 100%;
  margin: 5px 0 0 0;
}

.myworld-video-thumbnail {
  margin: 20px 0;
}
.myworld-video-thumbnail img {
  max-width: 100%;
}
.myworld-video-thumbnail img:hover {
  opacity: 0.8;
  cursor: pointer;
}

.myworld-video-container {
  margin: 20px 0;
  display: none;
}

.team-list .team-item {
  padding: 40px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .team-list .team-item {
    display: flex;
    flex-direction: column;
    padding: 40px 0;
  }
}
.team-list .team-item .team-image {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 220px;
  text-align: center;
}
@media (max-width: 450px) {
  .team-list .team-item .team-image {
    flex-basis: 100%;
  }
}
.team-list .team-item .team-image img {
  max-width: 150px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .team-list .team-item .team-details {
    text-align: center;
  }
}
.team-list .team-item .team-details .team-name {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  color: rgba(0, 115, 209, 0.66);
  text-transform: uppercase;
}
.team-list .team-item .team-details .team-role {
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.team-list .team-item .team-details .team-subline {
  font-size: 16px;
  margin: 10px 0 0 0;
}
@media (max-width: 450px) {
  .team-list .team-item .team-details {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .team-list .team-item .team-details .team-name {
    margin: 10px 0 0 0;
  }
  .team-list .team-item .team-details .team-role {
    margin: 10px 0 0 0;
  }
  .team-list .team-item .team-details .team-subline {
    margin: 10px 0 0 0;
  }
}
.team-list .team-item.right .team-image {
  order: 1;
}
@media (max-width: 767px) {
  .team-list .team-item.right .team-image {
    order: 0;
  }
}
.team-list .team-item.right .team-details {
  order: 0;
}
@media (max-width: 767px) {
  .team-list .team-item.right .team-details {
    order: 1;
  }
}

.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;
}

.education-intro-container {
  text-align: center;
  margin: -40px 0 -100px 0;
  background-image: url("../images/agk-for-schools-back-2.jpg");
  background-position: top right;
  background-size: cover;
  padding-bottom: 80px;
  position: relative;
  z-index: -1;
}
.education-intro-container .page-container {
  position: relative;
}
.education-intro-container .education-into-top-container .education-intro-left-contents {
  max-width: 600px;
  padding: 40px 0 0 0;
}
@media (max-width: 1200px) {
  .education-intro-container .education-into-top-container .education-intro-left-contents {
    max-width: 400px;
  }
}
@media (max-width: 850px) {
  .education-intro-container .education-into-top-container .education-intro-left-contents {
    max-width: 100%;
  }
}
.education-intro-container .education-into-top-container .education-intro-left-contents h1 {
  font-size: 26px;
  color: #fff;
  margin: 40px 0 10px 0;
}
.education-intro-container .education-into-top-container .education-intro-left-contents h2 {
  font-size: 26px;
  margin: 0px 0 40px 0;
  color: #fff;
}
.education-intro-container .education-into-top-container .education-intro-left-base-contents {
  max-width: 800px;
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  margin: 20px 0 0px 0;
  z-index: 3;
  padding: 20px;
}
@media (max-width: 1200px) {
  .education-intro-container .education-into-top-container .education-intro-left-base-contents {
    max-width: 550px;
  }
}
@media (max-width: 850px) {
  .education-intro-container .education-into-top-container .education-intro-left-base-contents {
    max-width: 100%;
  }
}
.education-intro-container .education-rocket {
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .education-intro-container .education-rocket {
    top: 70px;
    bottom: 0;
  }
}
@media (max-width: 850px) {
  .education-intro-container .education-rocket {
    display: none;
  }
}
.education-intro-container .education-rocket img {
  max-height: 100%;
}
.education-intro-container .education-wood-base {
  background-image: url("../images/agk-education-wood-tileable.jpg");
  background-repeat: repeat-x;
  height: 200px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.education-products-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  color: white;
}
.education-products-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewY(-3deg);
  background: #4794b1;
}
.education-products-container h3 {
  color: white;
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}
.education-products-container .education-product-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.education-products-container .education-product-grid .education-product {
  background: white;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(25% - 20px);
  margin: 30px 0 0 0;
}
@media (max-width: 900px) {
  .education-products-container .education-product-grid .education-product {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .education-products-container .education-product-grid .education-product {
    flex-basis: 100%;
  }
}
.education-products-container .education-product-grid .education-product img {
  width: 100%;
  max-width: 100%;
}
.education-products-container .education-product-grid .education-product .education-product-name {
  padding: 15px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.instructors-guide-container {
  margin: 40px 0;
  padding: 20px 0 0 0;
  font-size: 130%;
  text-align: center;
}

.education-orb-container {
  margin: 40px 0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.education-orb-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewY(-3deg);
  background: #eee;
}
.education-orb-container h3 {
  font-size: 26px;
  line-height: 1.6;
  text-align: center;
}
.education-orb-container h4 {
  font-size: 22px;
  text-align: center;
}
.education-orb-container .education-orbs {
  margin: 20px 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.education-orb-container .education-orbs .education-orb {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 16.66%;
  text-align: center;
  transition: transform 150ms;
}
@media (max-width: 900px) {
  .education-orb-container .education-orbs .education-orb {
    flex-basis: 33.33%;
  }
}
@media (max-width: 500px) {
  .education-orb-container .education-orbs .education-orb {
    flex-basis: 50%;
  }
}
.education-orb-container .education-orbs .education-orb:hover {
  transform: scale(1.03, 1.03);
}
.education-orb-container .education-orbs .education-orb .education-orb-pad {
  padding: 20px;
  display: block;
}
.education-orb-container .education-orbs .education-orb .education-orb-pad img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 20px;
}
.education-orb-container .education-orbs .education-orb .education-orb-pad .education-orb-title {
  font-size: 18px;
  color: #333;
}

.education-registration-container {
  padding: 0 0 40px 0;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
.education-registration-container h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}
.education-registration-container .registration-steps {
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.education-registration-container .registration-steps .registration-step {
  background: #ab003e;
  color: white;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  margin: 20px 0 0 0;
  width: calc(33.33% - 40px);
}
@media (max-width: 900px) {
  .education-registration-container .registration-steps .registration-step {
    width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .education-registration-container .registration-steps .registration-step {
    width: 100%;
  }
}
.education-registration-container .registration-steps .registration-step .registration-step-title {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
}
.education-registration-container .registration-steps .registration-step .registration-step-icon img {
  max-width: 120px;
}
.education-registration-container .registration-steps .registration-step .registration-step-tagline {
  text-transform: uppercase;
  font-size: 20px;
  margin: 10px 0;
}
.education-registration-container .registration-steps .registration-step .registration-step-cta {
  margin: 15px 0 0 0;
}

.students-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  text-align: center;
  z-index: 1;
  color: white;
}
.students-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewY(-3deg);
  background: #2F4858;
}
.students-container h3 {
  color: white;
  font-size: 26px;
  line-height: 1.6;
}
.students-container .students-product-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.students-container .students-product-grid .students-product {
  background: white;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(33.33% - 20px);
  margin: 30px 0 0 0;
}
@media (max-width: 767px) {
  .students-container .students-product-grid .students-product {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .students-container .students-product-grid .students-product {
    flex-basis: 100%;
  }
}
.students-container .students-product-grid .students-product img {
  width: 100%;
  max-width: 100%;
}
.students-container .students-product-grid .students-product .students-product-name {
  padding: 15px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.education-specs-container {
  margin: 40px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.education-specs-container h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.6;
}

.education-quotes-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  color: white;
}
.education-quotes-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewY(-3deg);
  background: #d55760;
}
.education-quotes-container h3 {
  font-size: 26px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  text-align: center;
}
.education-quotes-container .quote-items {
  margin: 40px 0;
  color: #333;
}
.education-quotes-container .quote-items .quote-item {
  border: 0;
  background: white;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.education-quotes-container .quote-items .quote-item .quote-item-content {
  padding: 20px;
  position: relative;
}
.education-quotes-container .quote-items .quote-item .quote-item-content:before {
  content: "“";
  position: absolute;
  top: -10px;
  font-family: Georgia, serif;
  font-size: 80px;
  font-weight: bold;
  left: 10px;
  color: #d55760;
}
.education-quotes-container .quote-items .quote-item .quote-item-content .quote-text {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 40px;
  border: 0;
  margin: 0;
  max-height: none;
}
.education-quotes-container .quote-items .quote-item .quote-item-content .quote-text.shrunk {
  max-height: 200px;
  overflow: hidden;
}
.education-quotes-container .quote-items .quote-item .quote-item-content .testimonial-read-more {
  text-align: center;
  margin: 10px 0 0 0;
}
.education-quotes-container .quote-items .quote-item .quote-item-content .quote-author {
  text-align: right;
  color: #d55760;
  font-weight: bold;
  margin: 20px 0 0 0;
  font-size: 14px;
}

.education-contact-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  z-index: 1;
  color: white;
}
.education-contact-container:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: skewY(-3deg);
  background: #eb1f2c;
}
.education-contact-container h3 {
  font-size: 26px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
  text-align: center;
}

/* OLD PAGE BELOW */
/*
.education-orb-container {
  margin: 40px 0;
  background: #eee;
  padding: 40px 0;

  h3 {
    line-height: 1.4;
  }

  .education-orbs {
    margin: 20px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;

    .education-orb {
      flex-shrink: 0;
      flex-grow: 0;
      flex-basis: 16.66%;
      text-align: center;
      transition: transform 150ms;

      @media(max-width: $min-breakpoint) {
        flex-basis: 33.33%;
      }

      @media(max-width: $tiny-mobile-breakpoint) {
        flex-basis: 50%;
      }

      &:hover {
        transform: scale(1.03, 1.03);
      }

      .education-orb-pad {
        padding: 20px;
        display: block;

        img {
          width: 100%;
          border-radius: 50%;
          margin-bottom: 20px;
        }

        .education-orb-title {
          font-size: 18px;
          color: #333;
        }
      }
    }
  }
}

.education-registration-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  background: #4794b1;
  z-index: 1;
  color: white;

  h3 {
    color: white;
    text-align: center;
  }

  .registration-columns {
    display: table;

    .registration-column {
      display: table-cell;
      width: 33.3%;

      .registration-step {
        text-align: center;

        .registration-step-title {
          text-transform: uppercase;
          font-size: 22px;
        }

        .registration-step-icon {

        }

        .registration-step-tagline {
          text-transform: uppercase;
          font-size: 16px;
        }

        .registration-step-desc {

        }

        .registration-step-cta {
          margin: 15px 0 0 0;
        }
      }
    }
  }
}

.education-quotes-container {
  padding: 40px 0;
  margin: 40px 0;
  position: relative;
  background: #4794b1;
  z-index: 1;
  color: white;

  h3 {
    font-size: 26px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
    text-align: center;
  }

  .quote-items {
    margin: 40px 0;
    color: #333;

    .quote-item {
      border: 0;
      background: white;
      box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);

      .quote-item-content {
        padding: 20px;
        position: relative;

        &:before {
          content: "\201C";
          position: absolute;
          top: -10px;
          font-family: Georgia, serif;
          font-size: 80px;
          font-weight: bold;
          left: 10px;
          color: #4794b1;
        }

        .quote-text {
          position: relative;
          font-size: 18px;
          padding: 0 0 0 40px;
          border: 0;
          margin: 0;
          max-height: none;

          &.shrunk {
            max-height: 200px;
            overflow: hidden;
          }
        }

        .testimonial-read-more {
          text-align: center;
          margin: 10px 0 0 0;
        }

        .quote-author {
          text-align: right;
          color: #4794b1;
          font-weight: bold;
          margin: 20px 0 0 0;
          font-size: 14px;
        }
      }
    }
  }
}
*/
.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;
  position: absolute;
  right: 0;
  padding: 0 10px 10px 10px;
}
@media (max-width: 900px) {
  footer .top-footer .footer-action-bar {
    position: static;
  }
}
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-grid {
  padding: 0 80px 0 0;
  margin-right: 0;
  margin-left: 0;
}
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;
  position: relative;
}
@media (max-width: 1200px) {
  footer .footer-wrapper {
    width: 880px;
    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);
}
.spectrum-nav {
  background: #1b1d1f !important;
}

.spectrum-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-top: -50px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .spectrum-wrapper {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .spectrum-wrapper {
    height: 270px;
  }
}
@media (max-width: 650px) {
  .spectrum-wrapper {
    height: auto;
  }
}
.spectrum-wrapper .spectrum-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 0px 0px 8px #333;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container {
    position: static;
  }
}
.spectrum-wrapper .spectrum-container .specrum-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("/images/spectrum/image-middle.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: calc(33.33% + 320px);
  margin: 0 auto;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .specrum-background {
    width: 100%;
    background-image: url("/images/spectrum/image-middle-mobile.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column {
  display: block;
  position: relative;
  width: 33.33%;
  height: 100%;
  float: left;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column {
    width: 100%;
    position: static;
    float: none;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column img {
  max-width: 100%;
}
.spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay {
  position: absolute;
  bottom: 20px;
  text-align: left;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay {
    display: none;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay .spectrum-title {
  font-size: 32px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay .spectrum-title {
    font-size: 26px;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay .spectrum-sub {
  color: white;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 850px) {
  .spectrum-wrapper .spectrum-container .spectrum-column .spectrum-text-overlay .spectrum-sub {
    font-size: 14px;
    line-height: 16px;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-left-column {
  padding: 70px 0 0 0;
  background-image: url("/images/spectrum/image-left.png");
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-left-column {
    padding: 50px 0;
    background-image: url("/images/spectrum/image-left-mobile.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-left-column img {
  max-width: 100%;
  padding: 0 50px 0 0;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-left-column img {
    padding: 0 10px;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-left-column .spectrum-text-overlay {
  left: 10px;
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-middle-column {
  padding: 70px 0 0 0;
  height: 100%;
  text-align: center;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-middle-column {
    padding: 0;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-middle-column img {
  max-width: 100%;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-middle-column img {
    padding: 0 10px;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-right-column {
  padding: 70px 0 0 0;
  background-image: url("/images/spectrum/image-right.png");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-right-column {
    background-image: url("/images/spectrum/image-right-mobile.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-right-column img {
  max-width: 100%;
  padding: 0 0 0 50px;
}
@media (max-width: 650px) {
  .spectrum-wrapper .spectrum-container .spectrum-column.spectrum-right-column img {
    padding: 0 10px;
  }
}
.spectrum-wrapper .spectrum-container .spectrum-column.spectrum-right-column .spectrum-text-overlay {
  left: 40px;
}

.tgc-spectrum-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 450px;
  overflow: hidden;
  margin-top: -20px;
  z-index: 0;
}
@media (max-width: 1200px) {
  .tgc-spectrum-wrapper {
    height: 350px;
  }
}
@media (max-width: 850px) {
  .tgc-spectrum-wrapper {
    height: 300px;
  }
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper {
    height: auto;
    margin-top: -50px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-shadow: 0px 0px 8px #333;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container {
    position: static;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-specrum-background {
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url(/images/spectrum/tgc-image-left.png);
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: calc(50% + 60px);
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-specrum-background {
    width: 100%;
    background-image: url("/images/spectrum/tgc-image-left-mobile.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    height: 340px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-mobile {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 200px;
  background: #2c2c2c;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 0 0 12px #111;
}
@media (max-width: 900px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-mobile {
    display: none;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-mobile .tgc-spectrum-mobile-title {
  margin: 0 0 10px 0;
  text-shadow: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-mobile .tgc-spectrum-mobile-play-store img {
  max-width: 100%;
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column {
  display: block;
  position: relative;
  width: 50%;
  width: calc(50% - 90px);
  height: 100%;
  float: left;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column {
    width: 100%;
    position: static;
    float: none;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column img {
  max-width: 100%;
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay {
  position: absolute;
  bottom: 20px;
  text-align: left;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay {
    display: none;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay .tgc-spectrum-title {
  font-size: 32px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay .tgc-spectrum-title {
    font-size: 26px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay .tgc-spectrum-sub {
  color: white;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 850px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column .tgc-spectrum-text-overlay .tgc-spectrum-sub {
    font-size: 14px;
    line-height: 16px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-left-column {
  padding: 30px 15px 0 15px;
  background-image: none;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: right;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-left-column {
    padding: 50px 0;
    background-image: none;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-left-column img {
  max-width: 100%;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-left-column img {
    padding: 0 10px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-left-column .tgc-spectrum-text-overlay {
  left: 40px;
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-right-column {
  padding: 30px 15px 0 90px;
  background-image: url("/images/spectrum/tgc-image-right.png");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  width: calc(50% + 90px);
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-right-column {
    background-image: url("/images/spectrum/tgc-image-right-mobile.png");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
    text-align: center;
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-right-column img {
  max-width: 100%;
}
@media (max-width: 650px) {
  .tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-right-column img {
    padding: 0 10px;
  }
}
.tgc-spectrum-wrapper .tgc-spectrum-container .tgc-spectrum-column.tgc-spectrum-right-column .tgc-spectrum-text-overlay {
  left: 120px;
}

.eguide-banner {
  position: fixed;
  bottom: 0;
  left: 40px;
  width: 100%;
  max-width: 450px;
  background: #ab003e;
  text-align: center;
  padding: 20px;
  z-index: 1000;
  color: white;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  .eguide-banner {
    left: 10px;
    right: 10px;
    width: auto;
    max-width: initial;
  }
}
@media (max-width: 550px) {
  .eguide-banner .banner-hide-mobile {
    display: none;
  }
}
.eguide-banner .eguide-banner-title {
  font-size: 22px;
  position: relative;
  padding: 0 20px 0 0;
  text-align: left;
  line-height: 22px;
}
.eguide-banner p {
  margin: 20px 0;
}
.eguide-banner .eguide-close-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 22px;
}

.translation-container .translation-project {
  padding: 20px;
  margin: 20px 0 0 0;
  font-size: 20px;
  display: block;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
}
.translation-container .translation-project:hover {
  text-decoration: none;
  color: #337ab7;
  background: #eee;
}

.translation-language-container .translation-language {
  padding: 20px;
  margin: 20px 0 0 0;
  font-size: 20px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #333;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.translation-language-container .translation-language:hover {
  text-decoration: none;
  color: #337ab7;
  background: #eee;
}
.translation-language-container .translation-language .translation-language-flag {
  width: 80px;
  flex-grow: 0;
  flex-shrink: 0;
}
.translation-language-container .translation-language .translation-language-flag img {
  width: 60px;
}
.translation-language-container .translation-language .translation-language-name {
  flex-grow: 1;
}
.translation-language-container .translation-language .translation-progress {
  width: 120px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
}
.translation-language-container .translation-language .translation-progress .progress-meter {
  display: block;
  height: 20px;
  position: relative;
  background-color: #f7f7f7;
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0 0 10px 0;
}
.translation-language-container .translation-language .translation-progress .progress-meter span {
  display: block;
  height: 100%;
  background-color: #0e90d2;
  background-image: linear-gradient(top, #149bdf, #0480be);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

.translation-terms-container {
  margin: 20px 0 0 0;
}
.translation-terms-container .translation-term-container {
  padding: 10px;
}
.translation-terms-container .translation-term-container:nth-of-type(even) {
  background: #eee;
}
.translation-terms-container .translation-term-container .translation-term-context span {
  color: rgba(114, 127, 146, 0.65);
  background-color: rgba(214, 233, 233, 0.4);
  font-size: 12px;
}
.translation-terms-container .translation-term-container textarea.form-control {
  width: 100%;
}
.translation-terms-container .translation-term-container .translation-term-fuzzy label {
  font-weight: normal;
  font-size: 14px;
}

.cloud-storage-table {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.cloud-storage-table tr th {
  background: #f5f5f5;
}
.cloud-storage-table tr td {
  vertical-align: middle !important;
}

.cloud-storage-usage-panel {
  margin: 15px 0 0 0;
}
.cloud-storage-usage-panel .cloud-storage-usage-container {
  color: #ccc;
}
.cloud-storage-usage-panel .cloud-storage-usage-container .cloud-storage-usage-text {
  text-align: center;
}

.donation-amount-container {
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
.donation-amount-container .donation-info {
  font-size: 13px;
  text-align: center;
  color: #ccc;
  margin: 15px 0 0 0;
}

@media (max-width: 850px) {
  .donation-options .panel-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.donation-options .donation-option {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
}
@media (max-width: 850px) {
  .donation-options .donation-option {
    display: block;
  }
}
.donation-options .donation-option .donation-name {
  flex-grow: 1;
  font-size: 20px;
}
@media (max-width: 850px) {
  .donation-options .donation-option .donation-name {
    font-size: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 10px 15px;
  }
}
.donation-options .donation-option .donation-value {
  flex-grow: 0;
  flex-shrink: 0;
  width: 450px;
  text-align: center;
}
@media (max-width: 850px) {
  .donation-options .donation-option .donation-value {
    width: 100%;
    margin: 15px 0;
  }
}
.donation-options .donation-option .donation-value .amount {
  font-size: 20px;
}
.donation-options .donation-option .donation-amount {
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  text-align: center;
}
@media (max-width: 850px) {
  .donation-options .donation-option .donation-amount {
    margin: 0 auto;
  }
}

.donation-options-total {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 850px) {
  .donation-options-total {
    display: block;
  }
}
.donation-options-total .donation-options-total-name {
  flex-grow: 1;
  font-size: 20px;
}
@media (max-width: 850px) {
  .donation-options-total .donation-options-total-name {
    font-size: 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 10px 15px;
  }
}
.donation-options-total .donation-options-total-amount {
  flex-grow: 0;
  flex-shrink: 0;
  width: 160px;
  text-align: center;
}
@media (max-width: 850px) {
  .donation-options-total .donation-options-total-amount {
    margin: 0 auto;
  }
}

.donation-payment-step {
  margin: 40px 0 60px 0;
}

.ct-topbar__list {
  margin-bottom: 0px;
}

.ct-language__dropdown {
  padding-top: 8px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 110%;
  left: -3px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100px;
  text-align: center;
  padding-top: 0;
  z-index: 200;
}

.ct-language__dropdown li {
  background: #222;
  padding: 5px;
}

.ct-language__dropdown li a {
  display: block;
}

.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}

.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}

.ct-language__dropdown li:hover {
  background: #444;
}

.ct-language__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 8px;
  border-bottom: 8px solid #222;
}

.ct-language {
  position: relative;
  background: #00aced;
  color: #fff;
  padding: 10px 0;
}

.ct-language:hover .ct-language__dropdown {
  max-height: 200px;
  padding-top: 8px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.referral-deals {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-between;
}
.referral-deals .referral-deal-container {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(50% - 20px);
  min-width: 180px;
  max-width: 500px;
  margin: 30px auto 15px auto;
  background: #f5f5f5;
  position: relative;
  min-height: 80px;
  height: auto;
  border-radius: 4px;
  color: #333;
  padding: 20px;
  text-align: center;
}
.referral-deals .referral-deal-container .referral-deal-image {
  margin: -40px 0 0 0;
  border-radius: 4px;
}
.referral-deals .referral-deal-container .referral-deal-name {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.referral-deals .referral-deal-container .referral-deal-desc {
  color: #5C95BF;
  font-size: 13px;
}
.referral-deals .referral-deal-container .referral-deal-save-banner {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0 0 0;
  border: 1px solid #3C541B;
  padding: 3px;
  background: #4c6b22;
  color: #a4d007;
}
.referral-deals .referral-deal-container .referral-deal-prices {
  text-align: right;
  margin: 10px 0;
}
.referral-deals .referral-deal-container .referral-deal-prices .referral-deal-price-original {
  text-decoration: line-through;
  font-size: 14px;
}
.referral-deals .referral-deal-container .referral-deal-prices .referral-deal-price-final {
  font-weight: bold;
  font-size: 18px;
}
.referral-deals .referral-deal-container .referral-deal-cta {
  margin: 10px 0 0 0;
}

.stack-social-product-grid {
  display: block;
}
.stack-social-product-grid .stack-social-product-grid-item {
  display: inline-block;
  width: 32%;
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 650px) {
  .stack-social-product-grid .stack-social-product-grid-item {
    width: 49%;
  }
}
@media (max-width: 400px) {
  .stack-social-product-grid .stack-social-product-grid-item {
    width: 100%;
  }
}

.StripeElement {
  box-sizing: border-box;
  height: 40px;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0 1px 3px 0 #c4cad2;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #b3b8bf;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.bold {
  font-weight: bold;
}

.flex-carousel-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.flex-carousel {
  display: flex;
  left: -50%;
  transform: translateX(50%);
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 900px) {
  .flex-carousel {
    left: -50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .flex-carousel {
    left: -100%;
    transform: translateX(100%);
  }
}
.flex-carousel.is-reversing {
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .flex-carousel.is-reversing {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .flex-carousel.is-reversing {
    transform: translateX(-100%);
  }
}
.flex-carousel.is-set {
  transform: none;
  transition: transform 0.5s ease-in-out;
}
.flex-carousel .flex-carousel-seat {
  flex-basis: calc(50% - 20px);
  margin: 0 10px;
  order: 2;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  .flex-carousel .flex-carousel-seat {
    flex-basis: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .flex-carousel .flex-carousel-seat {
    flex-basis: 100%;
    margin: 0;
  }
}
.flex-carousel .flex-carousel-seat.is-ref {
  order: 1;
}

.flex-carousel-controls {
  padding: 1em;
  text-align: center;
}
.flex-carousel-controls .toggle {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 38px;
  position: absolute;
  top: 50%;
  margin-top: -22.5px;
  opacity: 0.5;
}
.flex-carousel-controls .toggle:hover {
  opacity: 1;
}
.flex-carousel-controls .toggle.next {
  right: 10px;
}
.flex-carousel-controls .toggle.prev {
  left: 10px;
}

@keyframes slideInFromTop {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
    -o-transform: translateY(0%) translateX(10%);
    transform: translateY(0%) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
    -o-transform: translateY(-20%) translateX(-10%);
    transform: translateY(-20%) translateX(-10%);
  }
}
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url("/images/sy-loader.gif") 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px;
  min-height: 40px;
}

.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
  visibility: hidden;
}

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

.sy-slides-wrap:hover .sy-controls {
  display: block;
}

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}

.sy-list.horizontal {
  -webkit-transition: left ease;
  -o-transition: left ease;
  transition: left ease;
}

.sy-list.vertical {
  -webkit-transition: top ease;
  -o-transition: top ease;
  transition: top ease;
}

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.sy-slide.kenburns {
  width: 140%;
  left: -20%;
}

.sy-slide.kenburns.useCSS {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
  -webkit-animation-name: left-right;
  -o-animation-name: left-right;
  animation-name: left-right;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
  -webkit-animation-name: right-left;
  -o-animation-name: right-left;
  animation-name: right-left;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.sy-slide.sy-active {
  z-index: 3;
}

.sy-slide > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

.sy-slide > a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.sy-slide > a > img {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 0;
}

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0;
}

.sy-controls li {
  position: absolute;
  width: 10%;
  min-width: 4.2em;
  height: 100%;
  z-index: 33;
}

.sy-controls li.sy-prev {
  left: 0;
  top: 0;
}

.sy-controls li.sy-prev a:after {
  background-position: -5% 0;
}

.sy-controls li.sy-next {
  right: 0;
  top: 0;
}

.sy-controls li.sy-next a:after {
  background-position: 105% 0;
}

.sy-controls li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

.sy-controls li a:link, .sy-controls li a:visited {
  opacity: 0.4;
}

.sy-controls li a:hover, .sy-controls li a:focus {
  opacity: 0.8;
  outline: none;
}

.sy-controls li a:after {
  content: "";
  background-image: url("../images/arrows.svg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  text-indent: 0;
  line-height: 2.8em;
  color: #111;
  font-weight: 800;
  position: absolute;
  background-color: #fff;
  width: 2.8em;
  height: 2.8em;
  left: 50%;
  top: 50%;
  margin-top: -1.4em;
  margin-left: -1.4em;
  border-radius: 50%;
}

@media only screen and (max-device-width: 600px) {
  .sy-controls {
    display: block;
  }

  .sy-controls li {
    min-width: 2.1em;
  }

  .sy-controls li a:after {
    width: 1.4em;
    height: 1.4em;
    margin-top: -0.7em;
    margin-left: -0.7em;
  }
}
/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%;
}

.sy-caption-wrap .sy-caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 1.2em;
}

.sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
  color: #E63200;
  font-weight: 600;
  text-decoration: none;
}

.sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
  text-decoration: underline;
}

@media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
  .sy-caption-wrap {
    left: 0;
    bottom: 0.4em;
  }

  .sy-caption-wrap .sy-caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    border-radius: 0;
  }
}
/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sy-pager li {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 1em 0 0;
  border-radius: 50%;
}

.sy-pager li.sy-active a {
  background-color: #E63200;
}

.sy-pager li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ccc;
  text-indent: -9999px;
  -webkit-background-size: 2em 2em;
  background-size: 2em;
  border-radius: 50%;
}

.sy-pager li a:link, .sy-pager li a:visited {
  opacity: 1;
}

.sy-pager li a:hover, .sy-pager li a:focus {
  opacity: 0.6;
}

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%;
}

.sy-filler.ready {
  -webkit-transition: padding 600ms ease;
  -o-transition: padding 600ms ease;
  transition: padding 600ms ease;
}

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