@media print {
  .nav-bar, .footer, .back, .breadcrumb, .xprint {
    display: none;
  }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
body {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-color: #fdfeff;
}

.blue-bg, .navbar-menu {
  background: #2b7de1 !important;
  color: #ffffff;
}
.blue-bg h2 {
  color: #ffffff;
}
.navbar-item.is-active {
  background-color: #2b7de1 !important;
}
.main {
  padding: 2rem;
  min-height: 760px;
}
img.logo {
  position: relative;
  top: 4px;
}

.top-bar {
  background: #2b7de1;
  color: #ffffff;
}

.top-bar .navbar-item {
  color: #ffffff;
  border-bottom: 2px transparent solid;
}

.navbar-burger {
  color: #ffffff;
}

.site-name {
  color: #ffffff;
  font-size: 32px;
  padding: 12px 12px 0 12px;
}

.top-bar a.navbar-item:hover {
  border-bottom: 2px #fff solid;
  color: #ffffff;
  background: transparent;
}
.top-bar a.navbar-item.is-active {
  border-bottom: 2px #fff solid;
  color: #ffffff;
}

ul li .fa {
  color: #ffffff;;
  font-size: 1.1rem;
  margin: 6px;
}

/* Cards */

.players .column {
overflow:hidden;
height: 420px;
-webkit-backface-visibility: hidden;
backface-visibility: initial;
border: 1px #eee solid;
padding: 0;
margin: 16px 8px;
box-shadow: 1px 1px 8px rgb(131, 130, 130);
}
.players .column:hover {
  box-shadow: 2px 2px 12px rgb(131, 130, 130);
  }

.media-content {
overflow: hidden;
}
.card-content {
  vertical-align: bottom;
}
.players .wistia_responsive_padding {
  height: 240px;
}
/* Blog */

.footer{
background-color: #0f1114;
padding:2rem;
}

.footer a
{
  color: rgb(253, 232, 237);
  display: inline-block;
  margin: 4px 16px;
}
.footer a:hover
{color: rgb(3, 104, 151);}

.footer .fa
{
  color: #fff;
  margin: 10px
}
.preview {
  margin-top: 10px;

}
.play-div {
  text-align: center;
  height: 160px;
}
img.play {
  width: 160px;
  opacity: 0.8;
  cursor: pointer;
}
img.play:hover {
  opacity: 1;
}
.main h1 {
  font-size: 5rem;
  letter-spacing: 2px;
  font-family: "Arimo", "Segoe UI", "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  padding-top: 3.2rem !important;
  color: #ffffff;
}
h2.slogan {
  text-align: center;
}
.main h2.title {
  font-weight: 300;
  font-size: 2rem;
  color: #ffffff;
}

.card h2.title {
  color: #000;
}
.title.no-padding {
margin-bottom: 0 !important;
}

.moe_enter {
  display: inline-block;
  padding: 6px 6px 2px 6px;
  background: #1653a5;
  border-radius: 5px;
}
.articles {
  margin: 5rem 0;
  margin-top: -200px;
}
.articles .content p {
    line-height: 1.9;
    margin: 15px 0;
}
.author-image {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border: 3px solid #ccc;
    border-radius: 50%;
}
.media-center {
  display: block;
  margin-bottom: 1rem;
}
.media-content {
  margin-top: 3rem;
}
.article, .promo-block {
  margin-top: 6rem;
}
div.column.is-8:first-child {
  padding-top: 0;
  margin-top: 0;
}
.article-title {
  font-size: 2rem;
  font-weight: lighter;
  line-height: 2;
}
.article-subtitle {
  color: #909AA0;
  margin-bottom: 3rem;
}
.article-body {
  line-height: 1.4;
  margin: 0 6rem;
}
.promo-block .container {
  margin: 1rem 5rem;
}

/*  End Blog */
.features h2 {
  font-weight: 100;
  color: rgb(17, 14, 14);
  margin: 1rem 0 0 0;
  font-size: 32px;
}
.privacy {
  color: #f6f7f8;

}
.privacy h2 {
  margin-top: 2rem;
}
.sitemap, .privacy, .enter {
  color: #f6f7f8;
}

.sitemap li a, .privacy a {
  color: #f6f7f8;
}


.features li {
  color: rgb(0, 0, 0);
  margin: 18px 0;
  font-size: 18px;
}

.features ul li .fa {
  font-size: 24px;
  color: rgb(5, 72, 160);
}
.about ul li .fa {
  font-size: 24px;
  color: #03afb2;
}

img.illustrate {
  float: right;
}

.about li, .enter li {
  margin: 12px 0;
  text-align: right;
}

.callus{
  background: #eee;
  padding: 20px 0;
}
.callus ul li {
  margin: 22px 0;
  color: #000;
  font-size: 18px;
}
.callus ul li .fa {
  color: #000;
  font-size: 24px;
}

.u-enter {
  text-align: center;
  max-width: 520px;
  margin: 20px auto 20px auto;
  border-radius: 3px;
  box-shadow: 1px 1px 8px rgb(41, 41, 41);
  padding: 12px; 
}


.enter a {
  color: #c7daec
}
.enter .button.is-link.is-outlined {
  color: #f6f7f8;
  border-color: #f6f7f8;
  background: #2282f8;
}
.enter .button.is-link.is-outlined:hover {
  color: #2282f8;
  border-color: #2282f8;
  background: #f6f7f8;
}
.enter h2 {
  text-align: center;
}

.u-enter .button {
  width: 220px;
}
.u-enter a {
  color: #000;
}

.quotes {
  background: rgb(59, 59, 59);
}


.testimonial-quote {
  font-size: 16px;

}

.quotes h3 {
  color: #ffffff;
  padding: 2rem 0;
  font-weight: lighter;
  border-bottom: 1px #ffffff solid;
}
.quotes .quote-container {
  min-height: 200px;
}
.testimonial-quote blockquote {
  /* Negate theme styles */
  border: 0;
  margin: 0;
  padding: 0;

  background: none;
  color: #6e777f;

  font-size: 1.5em;

  line-height: 1.4 !important;
  margin: 0;
  position: relative;

  z-index: 600;
}

.testimonial-quote blockquote * {
  box-sizing: border-box;
}

.testimonial-quote blockquote p {
  color: #e2e8ee;
  line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
  content: '\201D';
  color: #81bedb;
  font-size: 7.5em;
  font-weight: 700;
  opacity: .3;
  position: absolute;
  top: -.4em;
  right: -.2em;
  text-shadow: none;
  z-index: -300;
}

.testimonial-quote img {
  border: 3px solid #9CC1D3;
  border-radius: 50%;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -.2em;
  left: 0;
}

.testimonial-quote cite {
  color: gray;
  display: block;
  font-size: .8em;
}

.testimonial-quote cite span {
  color: #b8b7b7;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote .quote-container {
  padding-right: 60px;
}

.testimonial-quote.right .quote-container {
  padding-right: 0;
  padding-left: 60px;
}
.testimonial-quote hr {
margin: 30px auto;
opacity: .5;
visibility: hidden;
}

.testimonial-quote.right img {
  left: auto;
  right: 0;
}

.testimonial-quote.right cite {
  text-align: left;
}