@import url("https://use.typekit.net/tkt3pst.css");
* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #08171c;
  color: #fff;
  font-family: "english-grotesque", sans-serif;
  font-weight: 300;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #060909;
}

::-webkit-scrollbar-thumb {
  background: #fff;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.top-fade:before, .tw-site:before {
  content: "";
  position: fixed;
  top: 0%;
  left: 0;
  height: var(--hh);
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#060909), color-stop(19%, rgba(6, 9, 9, 0.738)), color-stop(34%, rgba(6, 9, 9, 0.541)), color-stop(47%, rgba(6, 9, 9, 0.382)), color-stop(56.5%, rgba(6, 9, 9, 0.278)), color-stop(65%, rgba(6, 9, 9, 0.194)), color-stop(73%, rgba(6, 9, 9, 0.126)), color-stop(80.2%, rgba(6, 9, 9, 0.075)), color-stop(86.1%, rgba(6, 9, 9, 0.042)), color-stop(91%, rgba(6, 9, 9, 0.021)), color-stop(95.2%, rgba(6, 9, 9, 0.008)), color-stop(98.2%, rgba(6, 9, 9, 0.002)), to(transparent));
  background: linear-gradient(to bottom, #060909 0%, rgba(6, 9, 9, 0.738) 19%, rgba(6, 9, 9, 0.541) 34%, rgba(6, 9, 9, 0.382) 47%, rgba(6, 9, 9, 0.278) 56.5%, rgba(6, 9, 9, 0.194) 65%, rgba(6, 9, 9, 0.126) 73%, rgba(6, 9, 9, 0.075) 80.2%, rgba(6, 9, 9, 0.042) 86.1%, rgba(6, 9, 9, 0.021) 91%, rgba(6, 9, 9, 0.008) 95.2%, rgba(6, 9, 9, 0.002) 98.2%, transparent 100%);
  z-index: 2;
}

a {
  text-decoration: none;
}

p {
  padding: 0 0 1rem;
}
p.from {
  color: #0581ad;
  padding: 0;
}
p a {
  color: #fff;
}

.fancybox-content {
  max-width: 1080px !important;
  max-height: 608px !important;
}

time {
  display: block;
  color: rgba(255, 255, 255, 0.2);
}

.rounded-button {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.71);
  border-radius: 1.2rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-align: center;
  outline: none;
}
.rounded-button:hover {
  background: #fff;
  color: #0581ad;
}
@media screen and (max-width: 600px) {
  .rounded-button {
    font-size: 0.6rem;
    padding: 0.25rem 0.75rem;
  }
}

.big-rounded-button, .continue-to-site-button, .comments-section .comment-row #comment-submit, .no-posts a, .category-description a {
  display: inline-block;
  background: #fff;
  color: #223438;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.5rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.71);
  border-radius: 1.2rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  text-decoration: none;
  outline: none;
  font-weight: 700;
}
.big-rounded-button:hover, .continue-to-site-button:hover, .comments-section .comment-row #comment-submit:hover, .no-posts a:hover, .category-description a:hover {
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .big-rounded-button, .continue-to-site-button, .comments-section .comment-row #comment-submit, .no-posts a, .category-description a {
    font-size: 0.8rem;
    padding: 0.4rem 1.6rem;
    border-radius: 1rem;
  }
}

.blog-post-content .big-rounded-button, .blog-post-content .continue-to-site-button, .blog-post-content .comments-section .comment-row #comment-submit, .comments-section .comment-row .blog-post-content #comment-submit, .blog-post-content .no-posts a, .no-posts .blog-post-content a, .blog-post-content .category-description a, .category-description .blog-post-content a {
  margin: 0.5rem auto 1rem;
  text-decoration: none !important;
}
.blog-post-content .wp-block-cirkay-fan-pass-locked-content-block {
  margin-bottom: 1rem;
}
.blog-post-content .wp-block-video {
  text-align: center;
}
.blog-post-content .wp-block-video video.portrait-video {
  width: auto;
  max-width: 100%;
  max-height: 71vh;
}

.buttons a {
  margin: 0 0.5rem 0.5rem 0;
  min-width: 160px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .buttons a {
    min-width: 120px;
  }
}

.page-template-template-login .tw-bg {
  background: url(../img/tom-walker-bg-phone-v2.jpg?v=2) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.page-template-template-login .tw-bg .tw-bg-fade-spacer {
  aspect-ratio: 2644/1344;
  width: 100%;
}
.page-template-template-login .tw-bg .tw-bg-fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 23, 28, 0)), to(#08171c));
  background: linear-gradient(rgba(8, 23, 28, 0), #08171c);
  aspect-ratio: 2644/460;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page-template-template-login .tw-bg {
    background: url(../img/tom-walker-narrow-bg-phone-v2.jpg?v=2) left top no-repeat;
    background-size: 100% auto;
  }
  .page-template-template-login .tw-bg .tw-bg-fade-spacer {
    aspect-ratio: 1425/1444;
  }
  .page-template-template-login .tw-bg .tw-bg-fade {
    aspect-ratio: 1425/360;
  }
}

.tw-bg {
  background: url(../img/tom-walker-bg-smaller-v2.jpg?v=2) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.tw-bg .tw-bg-fade-spacer {
  aspect-ratio: 2644/1344;
  width: 100%;
}
.tw-bg .tw-bg-fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 23, 28, 0)), to(#08171c));
  background: linear-gradient(rgba(8, 23, 28, 0), #08171c);
  aspect-ratio: 2644/460;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tw-bg {
    background: url(../img/tom-walker-narrow-bg-smaller-v2.jpg?v=2) left top no-repeat;
    background-size: 100% auto;
  }
  .tw-bg .tw-bg-fade-spacer {
    aspect-ratio: 1425/1444;
  }
  .tw-bg .tw-bg-fade {
    aspect-ratio: 1425/360;
  }
}

.tw-site {
  position: relative;
  z-index: 2;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tw-nav-fade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 9, 9, 0)), color-stop(38%, #060909));
  background: linear-gradient(to bottom, rgba(6, 9, 9, 0), #060909 38%);
  position: absolute;
  top: calc(var(--pp) - 10px);
  left: 0;
  height: calc(var(--ph) + 10px);
  width: 100%;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .tw-nav-fade {
    opacity: 1;
  }
}

.tw-site-header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 23, 28, 0.38)), to(rgba(8, 23, 28, 0)));
  background: linear-gradient(rgba(8, 23, 28, 0.38), rgba(8, 23, 28, 0));
  padding: 2rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .tw-site-header {
    padding: 1rem 3rem;
  }
}
.tw-site-header a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.tw-site-header a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tw-site-header-left {
    font-size: 0.9rem;
  }
  .tw-site-header-left a {
    font-size: 0.9rem;
  }
}
.tw-site-header-right a {
  margin-left: 0.5rem;
}
@media screen and (max-width: 650px) {
  .tw-site-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 0;
  }
  .tw-site-header-left {
    margin-left: 42%;
    width: 58%;
  }
  .tw-site-header-right {
    padding-top: 0.5rem;
    margin-left: 42%;
    width: 58%;
  }
  .tw-site-header-right a {
    margin: 0 0.25rem;
  }
}

.tw-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tw-main .tw-offset {
  margin-left: 42%;
  width: 58%;
}
.tw-main .tw-status {
  margin-left: 42%;
  width: 58%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 1rem;
}
.tw-main .tw-status a.big-rounded-button, .tw-main .tw-status a.continue-to-site-button, .tw-main .tw-status .comments-section .comment-row a#comment-submit, .comments-section .comment-row .tw-main .tw-status a#comment-submit, .tw-main .tw-status .no-posts a, .no-posts .tw-main .tw-status a, .tw-main .tw-status .category-description a, .category-description .tw-main .tw-status a {
  display: none;
}
.tw-main .tw-status p {
  color: rgba(255, 255, 255, 0.71);
  text-transform: uppercase;
  display: none;
}
.tw-main .tw-status.show-claim-pass a.big-rounded-button, .tw-main .tw-status.show-claim-pass a.continue-to-site-button, .tw-main .tw-status.show-claim-pass .comments-section .comment-row a#comment-submit, .comments-section .comment-row .tw-main .tw-status.show-claim-pass a#comment-submit, .tw-main .tw-status.show-claim-pass .no-posts a, .no-posts .tw-main .tw-status.show-claim-pass a, .tw-main .tw-status.show-claim-pass .category-description a, .category-description .tw-main .tw-status.show-claim-pass a {
  display: block;
}
.tw-main .tw-status.show-claim-pass p {
  display: none;
}
.tw-main .tw-status.show-connected a.big-rounded-button, .tw-main .tw-status.show-connected a.continue-to-site-button, .tw-main .tw-status.show-connected .comments-section .comment-row a#comment-submit, .comments-section .comment-row .tw-main .tw-status.show-connected a#comment-submit, .tw-main .tw-status.show-connected .no-posts a, .no-posts .tw-main .tw-status.show-connected a, .tw-main .tw-status.show-connected .category-description a, .category-description .tw-main .tw-status.show-connected a {
  display: none;
}
.tw-main .tw-status.show-connected p {
  display: block;
}
.tw-main .tw-page {
  margin: 0 auto;
  max-width: 1200px;
  width: 71vw;
}
@media screen and (max-width: 1100px) {
  .tw-main .tw-page {
    width: calc(100vw - 4rem);
    width: 100%;
  }
}
.tw-main .tw-page .tw-panel {
  min-height: calc(var(--st) * 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tw-main .tw-page .tw-panel .tw-cats {
  min-height: calc(var(--st) * 0.77 - 100px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw-main .tw-page .tw-panel .tw-cats ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 2rem;
}
.tw-main .tw-page .tw-panel .tw-cats ul li {
  list-style: none;
  border-left: 1px solid rgba(255, 255, 255, 0.71);
  margin: 0.25rem 0;
}
.tw-main .tw-page .tw-panel .tw-cats ul li a {
  color: rgba(255, 255, 255, 0.71);
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 1rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.tw-main .tw-page .tw-panel .tw-cats ul li a:hover {
  color: #fff;
}
.tw-main .tw-page .tw-panel .tw-cats ul li a.view-all {
  color: #fff;
  -webkit-filter: drop-shadow(0 0 0.5rem #060909);
          filter: drop-shadow(0 0 0.5rem #060909);
}
.tw-main .tw-page .tw-panel .tw-cats ul li a.view-all:hover {
  color: rgba(255, 255, 255, 0.71);
}
.tw-main .tw-page .tw-panel .tw-cats ul li a.cat-selected {
  border-bottom: 1px solid rgba(255, 255, 255, 0.71);
}
.tw-main .tw-page .tw-panel .tw-cats ul li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 900px) {
  .tw-main .tw-page .tw-panel .tw-cats ul {
    width: 600px;
  }
  .tw-main .tw-page .tw-panel .tw-cats ul li:nth-of-type(5) {
    border-left: none;
  }
}
@media screen and (max-width: 640px) {
  .tw-main .tw-page .tw-panel .tw-cats ul {
    width: 450px;
  }
  .tw-main .tw-page .tw-panel .tw-cats ul li:nth-of-type(4) {
    border-left: none;
  }
  .tw-main .tw-page .tw-panel .tw-cats ul li:nth-of-type(5) {
    border-left: 1px solid rgba(255, 255, 255, 0.71);
  }
  .tw-main .tw-page .tw-panel .tw-cats ul li:nth-of-type(7) {
    border-left: none;
  }
}
.tw-main .tw-page .tw-panel .tw-button-area {
  min-height: calc(var(--st) * 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: magenta;
}
@media screen and (max-width: 1100px) {
  .tw-main .tw-page .tw-content-area {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .tw-main .tw-page .tw-content-area {
    position: relative;
  }
  .tw-main .tw-page .tw-content-area:before {
    background: #060909;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
}
.tw-main .tw-site-top {
  min-height: var(--st);
  padding: 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-main .tw-site-bottom {
  padding: 1rem 0;
}
.tw-main .tw-site-bottom-content {
  padding-bottom: 1rem;
  max-width: 420px;
  width: 66%;
}
@media screen and (max-width: 650px) {
  .tw-main .tw-site-bottom-content {
    width: calc(100% - 2rem);
  }
}
.tw-main .tw-site-bottom p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  padding: 0 0 1rem;
}
@media screen and (max-width: 500px) {
  .tw-main .tw-site-bottom p {
    font-size: 0.9rem;
  }
}
.tw-main .tw-site-bottom p.smaller {
  font-size: 0.8rem;
}
@media screen and (max-width: 500px) {
  .tw-main .tw-site-bottom p.smaller {
    font-size: 0.6rem;
  }
}
.tw-main .tw-site-bottom h2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 0 1rem;
}
@media screen and (max-width: 500px) {
  .tw-main .tw-site-bottom h2 {
    font-size: 0.9rem;
  }
}
.tw-main .tw-site-bottom ul {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.62rem;
}
.tw-main .tw-site-bottom ul li {
  font-size: 0.8rem;
  list-style: none;
  text-indent: 0.5rem;
  text-transform: uppercase;
  padding: 0 0 0.1rem;
}
@media screen and (max-width: 500px) {
  .tw-main .tw-site-bottom ul li {
    font-size: 0.5rem;
  }
}
.tw-main .tw-site-bottom ul li strong {
  color: #fff;
}
.tw-main .tw-site-bottom ul li:before {
  content: "-";
  position: relative;
  left: -0.5rem;
}
.tw-main .tw-site-bottom a.join {
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.25rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  margin-top: 0.5rem;
}
@media screen and (max-width: 500px) {
  .tw-main .tw-site-bottom a.join {
    font-size: 0.9rem;
  }
}
.tw-main .tw-site-bottom a.join:hover {
  background: #fff;
  color: #08171c;
}

.page-template-template-login .tw-main .tw-site-top h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-top: auto;
  margin-bottom: 2rem;
}
.page-template-template-login .tw-main .tw-site-top h1 a {
  color: #fff;
}
.page-template-template-login .tw-main .tw-site-top h1:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  left: 2px;
  height: 7px;
  width: 33px;
}
@media screen and (max-width: 960px) {
  .page-template-template-login .tw-main .tw-site-top h1 {
    font-size: 3rem;
  }
  .page-template-template-login .tw-main .tw-site-top h1:after {
    height: 5px;
    width: 27px;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-login .tw-main .tw-site-top h1 {
    font-size: 2.4rem;
  }
  .page-template-template-login .tw-main .tw-site-top h1:after {
    height: 4px;
    width: 22px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-template-login .tw-main .tw-site-top h1 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .page-template-template-login .tw-main .tw-site-top h1:after {
    height: 3px;
    width: 16px;
  }
}

.tw-main .tw-site-top {
  padding: 0;
}
.tw-main .tw-site-top h1 {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-top: auto;
  margin-bottom: 2rem;
}
.tw-main .tw-site-top h1 a {
  color: #fff;
}
.tw-main .tw-site-top h1:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: -1rem;
  left: 2px;
  height: 7px;
  width: 33px;
}
@media screen and (max-width: 1400px) {
  .tw-main .tw-site-top h1 {
    font-size: 3rem;
  }
  .tw-main .tw-site-top h1:after {
    height: 5px;
    width: 27px;
  }
}
@media screen and (max-width: 1200px) {
  .tw-main .tw-site-top h1 {
    font-size: 2.4rem;
  }
  .tw-main .tw-site-top h1:after {
    height: 4px;
    width: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .tw-main .tw-site-top h1 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .tw-main .tw-site-top h1:after {
    height: 3px;
    width: 16px;
  }
}
@media screen and (max-width: 800px) {
  .tw-main .tw-site-top h1 {
    font-size: 3rem;
  }
  .tw-main .tw-site-top h1:after {
    height: 5px;
    width: 27px;
  }
}
@media screen and (max-width: 600px) {
  .tw-main .tw-site-top h1 {
    font-size: 1.8rem;
    line-height: 1;
  }
  .tw-main .tw-site-top h1:after {
    height: 3px;
    width: 16px;
  }
}

.tw-footer {
  background: #223438;
  padding: 1rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw-footer-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-footer-left ul li {
  list-style: none;
}
.tw-footer-left ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
  font-weight: 100;
  padding: 0 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.tw-footer-left ul li a:hover {
  color: #fff;
}
.tw-footer-left ul li:nth-of-type(1) a {
  border-left: none;
  padding-left: 0;
}
.tw-footer-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-footer-right ul li {
  list-style: none;
}
.tw-footer-right ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  padding: 0 0.5rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.tw-footer-right ul li a:hover {
  color: #fff;
}
.tw-footer-right ul li:last-of-type a {
  padding-right: 0;
}

.excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
}
.excerpt-image {
  width: 33.333%;
}
.excerpt-image a {
  display: block;
  background-image: var(--thumb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.excerpt-image a:hover {
  opacity: 0.71;
}
.excerpt-image img {
  display: block;
  height: auto;
  width: 100%;
}
.excerpt-details {
  padding-left: 6.666%;
  position: relative;
  width: 66.666%;
}
.excerpt-details a.title-link,
.excerpt-details a.category-link {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.excerpt-details a.title-link:hover,
.excerpt-details a.category-link:hover {
  opacity: 0.71;
}
.excerpt-details h2 {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.excerpt-details a.category-link {
  color: #0581ad;
  text-decoration: underline;
}
.excerpt-details-inner {
  position: relative;
  margin-top: 7px;
  padding-top: 14px;
}
.excerpt-details-inner:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 7px;
  width: 33px;
}
.excerpt-details-inner p {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .excerpt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .excerpt-image {
    width: 100%;
  }
  .excerpt-details {
    padding-top: 2rem;
    padding-left: 0;
    width: 100%;
  }
}

.blog-post {
  padding-bottom: 4rem;
}
.blog-post .main-image {
  display: block;
  height: auto;
  width: 100%;
}
.blog-post-header {
  padding-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.blog-post-header:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 2px;
  height: 7px;
  width: 33px;
}
.blog-post-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-post-header-top-left {
  padding-right: 1rem;
}
.blog-post-header-top-right {
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .blog-post-header-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blog-post-header-top-left {
    padding-top: 0.5rem;
  }
}
.blog-post-header h2 {
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.blog-post-header p {
  color: #0581ad;
}
.blog-post-header p a {
  color: #0581ad;
  text-decoration: underline;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.blog-post-header p a:hover {
  opacity: 0.5;
}
.blog-post-header time {
  padding-top: 0.5rem;
}
.blog-post-content p {
  color: rgba(255, 255, 255, 0.5);
}
.blog-post-content p:first-of-type {
  color: #fff;
  text-transform: uppercase;
}
.blog-post-comments p {
  color: #fff;
}

.blog-post-comments {
  margin-top: 2rem;
}

.archive-category h2 {
  color: #0581ad;
  padding-left: 40%;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .archive-category h2 {
    padding-left: 0;
    text-align: center;
  }
}

.category-description {
  padding-left: 40%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .category-description {
    padding-left: 0;
    text-align: center;
  }
}
.no-posts {
  text-align: center;
}
.no-posts h2 {
  color: #0581ad;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.no-posts p {
  color: #fff;
  margin: 0 auto;
  max-width: 700px;
  width: 71%;
}
.no-posts p.info {
  padding-top: 2rem;
}

.archive-items {
  padding-bottom: 4rem;
}
.archive-items .from {
  display: none;
}

.page-navigation {
  padding-bottom: 4rem;
  color: #fff;
  text-align: center;
}
.page-navigation a.page-previous,
.page-navigation a.page-next,
.page-navigation a.page-number-link {
  border: 1px solid rgba(255, 255, 255, 0.71);
  border-radius: 1rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
  padding: 0.25rem;
  margin: 0.25rem;
  height: 2rem;
  width: 2rem;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
.page-navigation a.page-previous.current-page, .page-navigation a.page-previous:hover,
.page-navigation a.page-next.current-page,
.page-navigation a.page-next:hover,
.page-navigation a.page-number-link.current-page,
.page-navigation a.page-number-link:hover {
  background: #fff;
  color: #0581ad;
}
.page-navigation a.page-previous,
.page-navigation a.page-next {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 1rem;
  width: 90px;
  text-transform: uppercase;
}
.page-navigation a.page-previous i,
.page-navigation a.page-next i {
  font-size: 0.7rem;
}

.warning {
  background: #ad0554;
  border-left: 5px solid rgba(255, 255, 255, 0.71);
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
}

.querystring-message {
  margin-bottom: 1rem;
}

.comments-section h2, .comments-section h3 {
  text-transform: uppercase;
  padding: 0 0 1rem;
}
.comments-section ul.comments-list {
  margin-bottom: 2rem;
}
.comments-section ul.comments-list li {
  background: #223438;
  color: #fff;
  list-style: none;
  padding: 1rem 1rem 0;
}
.comments-section ul.comments-list li:nth-of-type(even) {
  background: #2c4348;
}
.comments-section ul.comments-list li .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comments-section ul.comments-list li h3 {
  color: #fff;
  padding: 0 0 0.5rem;
}
.comments-section ul.comments-list li p {
  color: #fff;
  font-size: 1rem;
  padding: 0 0 1rem;
}
.comments-section ul.comments-list li time {
  color: rgba(255, 255, 255, 0.71);
  font-size: 0.8rem;
}
.comments-section ul.comments-list li img {
  display: block;
  height: auto;
  width: 100%;
}
.comments-section ul.comments-list li img.emoji {
  display: inline-block;
  width: 16px;
}
.comments-section .comment-response p {
  padding-bottom: 1rem;
}
.comments-section .comment-row label {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0 0 0.25rem;
  margin-top: 1rem;
}
.comments-section .comment-row textarea,
.comments-section .comment-row input[type=text] {
  background: rgba(255, 255, 255, 0.71);
  border: none;
  outline: none;
  color: rgba(6, 9, 9, 0.71);
  font-size: 1rem;
  font-family: "english-grotesque", sans-serif;
  padding: 0.5rem;
  max-width: 600px;
  width: 100%;
}
.comments-section .comment-row .error {
  color: #ad0554;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.25rem 0;
}
.comments-section .comment-row #comment-submit {
  font-family: "english-grotesque", sans-serif;
}
.comments-section .comment-row:first-of-type label {
  margin-top: 0;
}

#enter-site {
  margin-top: 2rem;
}
#enter-site.hidden {
  display: none;
}

.fancybox-content.show-play:before {
  background: url(../img/play-icon.png) center center no-repeat;
  background-size: 50px 50px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.9;
  pointer-events: none;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.tw-page-content {
  padding-bottom: 50px;
}
.tw-page-content h1 {
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0 0 1rem;
}
.tw-page-content h2 {
  font-size: 2.4rem;
  text-transform: uppercase;
  padding: 0 0 1rem;
}
.tw-page-content h3 {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 0 0 1rem;
}
.tw-page-content p {
  padding: 0 0 1rem;
}
.tw-page-content ol, .tw-page-content ul {
  padding: 0 0 1rem;
  margin-left: 1rem;
}
.tw-page-content ol li, .tw-page-content ul li {
  padding: 0 0 0.5rem;
}
.tw-page-content a {
  color: #fff;
  text-decoration: underline;
}

.login-join-button.hidden {
  display: none;
}

.continue-to-site {
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}
.continue-to-site-button:hover {
  background: #1c1d1d;
}

.loginout {
  display: inline;
}
.loginout a.loginout-login {
  display: inline-block;
}
.loginout a.loginout-logout {
  display: none;
}
.loginout.logout a.loginout-login {
  display: none;
}
.loginout.logout a.loginout-logout {
  display: inline-block;
}

audio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.js-video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-post-content .video-js.vjs-fptw-landscape .vjs-big-play-button,
.blog-post-content .video-js.vjs-fptw-portrait .vjs-big-play-button {
  background-color: #223438;
  border-radius: 50%;
  height: 2em;
  width: 2em;
  font-size: 2em;
  line-height: 2em;
  margin-top: -1em;
  margin-left: -1em;
}
.blog-post-content .video-js.vjs-fptw-portrait {
  height: 80vh !important;
  margin: 0 auto !important;
}

img.emoji {
  display: inline-block;
  height: auto;
  width: 16px;
}

.status-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.status-buttons a:first-of-type {
  margin-right: 1rem;
}