@import "genericons.css";
@import "vendor/pushy.css";
@import "vendor/magnific-popup.css";
@import "vendor/normalize.min.css";
@import "vendor/responsive.min.css";
abbr[title] {
  text-decoration: none;
}
p.update-error {
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  color: #e33;
}
.frm-standard {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px solid #ededed;
}
@media screen and (min-width: 768px) {
  .frm-standard {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.form-actions {
  padding-top: 24px;
  border-top: 1px solid #ededed;
}
.form-item-checkboxes {
  margin-top: 12px;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 10px 16px;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  color: #392f2c;
  font-size: 1.5rem;
}
p .button {
  margin: 0;
  font-size: 16px;
}
.btn {
  position: relative;
  display: inline-block;
  min-height: 0;
  margin: 16px 0;
  padding: 12px 32px;
  border: 2px solid transparent;
  background-color: #0018a8;
  font-family: 'SohoStdBold', serif;
  font-size: 16px;
  line-height: 1;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  text-decoration: none;
}
.btn--large {
  padding: 16px 38px;
  font-size: 22px;
}
.btn--inverted {
  background-color: white;
  border-color: #0018a8;
  color: #0018a8;
}
.btn--inverted:hover {
  background: #000d5c;
  color: white;
}
.banner .btn--inverted {
  border-color: #d40f7d;
  color: #d40f7d;
}
.banner .btn--inverted:hover {
  background: #d40f7d;
  border-color: white;
  color: white;
}
.btn--full {
  display: block;
  width: 100%;
}
span.js-close-modal {
  cursor: pointer;
}
button.modal-close {
  display: none;
  width: 50px;
  height: 50px;
  padding: 0;
  background-size: 26px;
  background-color: white;
  background-image: url(libs/svg/cross-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  color: black;
  text-indent: -9999px;
}
button.modal-close:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  button.modal-close {
    display: block;
  }
}
.right-panel {
  background: #0018a8;
  color: #fff;
  padding: 1rem;
}
.right-panel .close-mobile-menu {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  outline: 0;
  background-color: transparent;
  border: none;
}
.right-panel .close-mobile-menu .genericon {
  font-size: 2.9rem;
}
.right-panel ul {
  padding: 0;
  margin: 0 0 1rem 0;
}
.right-panel li {
  padding: 0;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
.right-panel li a {
  color: #fff;
  padding: 1rem;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid #0018a8;
  font-size: 16px;
}
.right-panel li a:hover {
  border: 1px solid #fff;
}
.right-panel .social-nav {
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.right-panel .social-nav li {
  display: inline-block;
}
.right-panel .social-nav a {
  color: #fff;
  padding: 0.5rem;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.right-panel .social-nav a .genericon {
  font-size: 2.5rem;
}
.right-panel .social-nav a:hover {
  background: #fff;
  color: #0018a8;
}
.menu-btn {
  display: none;
}
@media screen and (max-width: 700px) {
  .menu-btn {
    cursor: pointer;
    font-size: 3rem;
    background: #0018a8;
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    width: 2rem;
    overflow: hidden;
  }
  .menu-btn span {
    display: none;
  }
}
.pl1 {
  padding-left: 1rem;
}
.pl2 {
  padding-left: 2rem;
}
.mb1 {
  margin-bottom: 16px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.medium-spacer {
  margin-top: 40px;
}
.medium-spacer-bottom {
  margin-bottom: 40px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .align-s-right {
    text-align: right;
  }
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
body {
  position: relative;
  background-color: white;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  color: #392f2c;
}
body h1,
body h2,
body h3,
body h4 {
  margin: 1rem;
}
body p,
body ul,
body blockquote,
body ol {
  margin: 1rem 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
b,
optgroup,
strong {
  font-weight: normal;
  font-family: 'SohoStdBold', serif;
}
@font-face {
  font-family: 'SohoStd';
  src: url('libs/fonts/SohoStd.woff2') format('woff2'), url('libs/fonts/SohoStd.woff') format('woff');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'SohoStdBold';
  src: url('libs/fonts/SohoStdBold.woff2') format('woff2'), url('libs/fonts/SohoStdBold.woff') format('woff');
}
.sportfirst-logo {
  width: 240px;
  height: 36px;
  fill: #0018a8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .visible-small-viewports {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidden-small-viewports {
    display: none;
  }
}
#container {
  overflow-x: hidden;
}
.container-small {
  max-width: 680px;
  margin: 0 auto;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .container-small {
    padding: 40px 60px;
  }
}
#main-header {
  margin: 0 auto;
  background: #0018a8;
  *zoom: 1;
}
#main-header:before,
#main-header:after {
  content: " ";
  display: table;
}
#main-header:after {
  clear: both;
}
#main-header:before,
#main-header:after {
  content: " ";
  display: table;
}
#main-header:after {
  clear: both;
}
#upper-header {
  padding: 1rem;
  background: #ededed;
  color: #0018a8;
}
#upper-header-core {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1180px;
}
#upper-header-core img {
  max-width: 297px;
}
#lower-header {
  width: 100%;
  color: #fff;
  z-index: 1000;
  background-color: #0018a8;
  transition: all 0.4s ease;
}
#lower-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
#lower-header-core {
  margin: 0 auto;
  padding: 1rem;
  width: 1180px;
  max-width: 100%;
  position: relative;
  min-height: 70px;
  display: table;
}
@media screen and (max-width: 700px) {
  #lower-header-core {
    display: block;
  }
  #lower-header-core #search-block,
  #lower-header-core #logo-sportfirst {
    width: auto;
    display: block;
  }
  #lower-header-core #search-block {
    margin-top: 1rem;
    margin-left: 0;
    padding-left: 0;
    clear: both;
  }
}
#logo-sportfirst {
  display: table-cell;
  vertical-align: middle;
  width: 31%;
  padding-right: 3rem;
  *zoom: 1;
}
#logo-sportfirst img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
}
#logo-sportfirst:before,
#logo-sportfirst:after {
  content: " ";
  display: table;
}
#logo-sportfirst:after {
  clear: both;
}
#logo-sportfirst:before,
#logo-sportfirst:after {
  content: " ";
  display: table;
}
#logo-sportfirst:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  #logo-sportfirst img {
    width: 280px;
  }
}
#search-block {
  display: table-cell;
  vertical-align: middle;
  width: 29%;
  height: auto;
  padding: 0 0 0 2rem;
}
#search-block #frm-search {
  position: relative;
  max-width: 100%;
  font-size: 18px;
}
#search-block #frm-search input[type="text"] {
  margin-bottom: 0;
  outline: 0;
}
#misc-menu {
  display: table-cell;
  vertical-align: middle;
  width: 37%;
  *zoom: 1;
}
#misc-menu ul {
  float: right;
  margin: 0;
  padding: 0;
}
#misc-menu ul li {
  display: inline-block;
  margin-left: 1rem;
}
#misc-menu ul li:first-child {
  margin-left: 0;
}
#misc-menu ul li:last-child {
  margin-right: 0;
}
#misc-menu ul li a {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  margin: 0;
  padding: 1rem 0rem 0.25rem 0rem;
  text-decoration: none;
  font-size: 16px;
  outline: 0;
}
#misc-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #fff;
}
#misc-menu ul li a.subscribe {
  border: 1px solid white;
  text-decoration: none;
  padding: 1rem;
  font-weight: bold;
}
#misc-menu ul li a.subscribe:hover {
  background: #fff;
  color: #0018a8;
  text-decoration: none;
}
#misc-menu:before,
#misc-menu:after {
  content: " ";
  display: table;
}
#misc-menu:after {
  clear: both;
}
#misc-menu:before,
#misc-menu:after {
  content: " ";
  display: table;
}
#misc-menu:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  #misc-menu {
    display: none;
  }
}
main {
  margin: 0 auto 2rem auto;
  padding: 1rem;
}
footer {
  margin: 0 auto;
}
footer p.footer-menu {
  text-align: center;
}
footer .lower-footer {
  margin: 2rem 0 0 0;
  padding: 2rem;
  text-align: center;
  background: black;
  color: #fff;
  font-weight: bold;
  font-family: 'SohoStdBold', serif;
}
#logo-nl {
  margin: 3rem auto;
  text-align: center;
}
#logo-nl img {
  max-width: 100%;
}
#socmed-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  max-width: 1000px;
  text-align: center;
}
#socmed-footer img {
  max-width: 30px;
}
#footer-menu {
  text-align: center;
  font-family: 'SohoStdBold', serif;
  color: #333;
}
#footer-menu a {
  margin: 0 10px;
  margin: 0 1rem;
  text-decoration: none;
  color: #333;
}
#footer-menu a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 700px) {
  #footer-menu {
    margin: 1rem 0;
  }
  #footer-menu a {
    display: block;
    clear: both;
    margin: 10px 0;
    margin: 1rem 0;
    font-size: 1.5rem;
  }
}
.teaser .button {
  margin: 10px 0 24px !important;
}
@media screen and (min-width: 768px) {
  .teaser .button {
    float: right;
    margin: 0 !important;
  }
}
.header-boxed {
  display: inline-block;
  padding: 16px 0;
  background-color: white;
}
.header-boxed h2 {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-boxed {
    padding: 16px;
  }
}
.content-block {
  position: relative;
}
@media screen and (min-width: 992px) {
  .content-block.narrow .container {
    padding: 0 15%;
  }
}
.image-left,
.image-right {
  display: block;
  height: auto;
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.image-left img,
.image-right img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .image-left,
  .image-right {
    float: left;
    display: inline-block;
    width: 420px;
    margin: 5px 25px 25px 0;
    text-align: left;
  }
}
.image-expand {
  display: block;
  margin: 20px 0;
}
@media screen and (min-width: 992px) {
  .image-expand {
    width: 150%;
    margin: 40px 0 40px -25%;
  }
  .image-expand img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .image-right {
    float: right;
    margin-left: 25px;
    margin-right: -160px;
  }
  .image-left {
    margin-left: -160px;
  }
}
@media screen and (min-width: 1200px) {
  .image-right {
    margin-right: -200px;
  }
  .image-left {
    margin-left: -200px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  line-height: 110%;
  color: #0018a8;
  font-family: 'SohoStdBold', serif;
}
body h1 {
  font-size: 40px;
}
body h2 {
  font-size: 24px;
}
body h3 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  body h1 {
    font-size: 50px;
  }
  body h2 {
    font-size: 32px;
  }
  body h3 {
    font-size: 24px;
  }
}
body p {
  font-size: 16px;
  line-height: 24px;
}
body ul,
body ol {
  margin: 1rem 0;
  line-height: 160%;
}
body ul li,
body ol li {
  margin: 0 1rem;
}
body a {
  color: #0018a8;
}
.text-lrg {
  font-size: 22px;
  line-height: 32px;
}
.heading-dark {
  color: #392f2c;
}
.mfp-close:hover {
  background-color: transparent;
}
.vid-wrap {
  *zoom: 1;
}
.vid-wrap:before,
.vid-wrap:after {
  content: " ";
  display: table;
}
.vid-wrap:after {
  clear: both;
}
.vid-wrap:before,
.vid-wrap:after {
  content: " ";
  display: table;
}
.vid-wrap:after {
  clear: both;
}
#container .full-width-wrap {
  width: 500%;
  margin-left: -200%;
  padding: 2rem 0 0 0;
}
#container .full-width-wrap img {
  display: block;
  margin: 0 auto;
  padding: 0;
}
#container .full-width-wrap .caption {
  text-align: center;
  font-style: italic;
  padding: 1rem 0;
  color: #555;
}
.button {
  display: inline-block;
  margin: 16px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  outline: 0;
  padding: 6px 12px;
  width: auto;
  background: #0018a8;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.button:hover {
  text-decoration: none;
  background: #777;
  color: #fff;
}
.button.inverse {
  display: inline-block;
  margin: 16px 0;
  text-align: center;
  color: #0018a8;
  text-decoration: none;
  outline: 0;
  padding: 6px 12px;
  width: auto;
  background: #fff;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.button.inverse:hover {
  text-decoration: none;
  background: #999;
  color: #0018a8;
}
.inner-box .button {
  margin-right: 0;
  margin-bottom: 0;
}
.m-only {
  display: none;
}
@media screen and (max-width: 700px) {
  .m-only {
    display: block;
  }
}
a.btn-play {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url("/css/sportfirst/libs/images/gui/btn-yt-play.png") no-repeat center center;
  background-size: 11%;
  background-position: center;
  cursor: pointer;
}
a.btn-play span {
  display: none;
}
#frm-search {
  width: 100%;
}
#frm-search input[type="text"] {
  padding: 4px 16px;
  height: auto;
  width: 100%;
  border: none;
  font-size: 1em;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  color: #0018a8;
}
#frm-search #search-submit {
  display: inline-block;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  height: 33px;
  width: 33px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#frm-search #search-submit span {
  display: none;
}
#frm-search #search-submit:before {
  content: '\f400';
  color: #333;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0;
  outline: 0;
}
.blockquote {
  display: block;
  margin: 16px 0;
  color: #0018a8;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .blockquote {
    padding: 20px 40px;
    font-size: 40px;
    line-height: 50px;
  }
}
.twitter .account {
  margin: 0;
  font-size: 14px;
  font-family: 'SohoStdBold', serif;
}
@media screen and (min-width: 701px) {
  .social-group p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.blocks {
  margin: 1rem 0;
}
.block-group {
  margin-left: -2rem;
}
.block-group:after,
.block-group:before,
.block-group [class*='size'],
.block-group [class*='size']:after,
.block-group [class*='size']:before,
.block-group section,
.block-group div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-group:after {
  content: "";
  display: table;
  clear: both;
}
.block-group .size1of1 {
  float: none;
  width: 100%;
}
.block-group .size1of2 {
  width: 50%;
}
.block-group .size1of3 {
  width: 33.33333%;
}
.block-group .size2of3 {
  width: 66.66666%;
}
.block-group .size1of4 {
  width: 25%;
}
.block-group .size3of4 {
  width: 75%;
}
.block-group .size1of5 {
  width: 20%;
}
.block-group .size2of5 {
  width: 40%;
}
.block-group .size3of5 {
  width: 60%;
}
.block-group .size4of5 {
  width: 80%;
}
.block-group .size1of6 {
  width: 16.6666666%;
}
.block-group .size5of6 {
  width: 83.3333333%;
}
.block-group .size1of7 {
  width: 14.2857143%;
}
.block-group .size2of7 {
  width: 28.5714286%;
}
.block-group .size3of7 {
  width: 42.8571429%;
}
.block-group .size4of7 {
  width: 57.1428572%;
}
.block-group .size5of7 {
  width: 71.4285715%;
}
.block-group .size6of7 {
  width: 85.7142858%;
}
.block-group .size1of8 {
  width: 12.5%;
}
.block-group .size3of8 {
  width: 37.5%;
}
.block-group .size5of8 {
  width: 62.5%;
}
.block-group .size7of8 {
  width: 87.5%;
}
.block-group [class*='size'] {
  float: left;
}
.block-group [class*='size'] {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 700px) {
  .block-group .col {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .block-group .col [class*='size'] {
    padding-bottom: 0;
  }
  .block-group .col .inner-box {
    height: auto;
    *zoom: 1;
  }
  .block-group .col .inner-box:before,
  .block-group .col .inner-box:after {
    content: " ";
    display: table;
  }
  .block-group .col .inner-box:after {
    clear: both;
  }
  .block-group .col .inner-box:before,
  .block-group .col .inner-box:after {
    content: " ";
    display: table;
  }
  .block-group .col .inner-box:after {
    clear: both;
  }
}
.block-item {
  margin-bottom: 2rem;
  position: relative;
  z-index: 100;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  background-size: contain;
  background-repeat: no-repeat;
}
.block-item h2 {
  font-size: 24px;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
}
.block-item h2 a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}
.block-item h2 a:hover {
  color: #0018a8;
  text-decoration: underline;
}
.block-item p {
  font-size: 16px;
  line-height: 24px;
}
.block-item .light-font,
.block-item .light-font h1,
.block-item .light-font h2,
.block-item .light-font h3,
.block-item .light-font h4,
.block-item .light-font h5,
.block-item .light-font p {
  color: #fff;
}
.block-item .dark-font,
.block-item .dark-font h1,
.block-item .dark-font h2,
.block-item .dark-font h3,
.block-item .dark-font h4,
.block-item .dark-font h5,
.block-item .dark-font p {
  color: #000;
}
.block-item.tf-bottom {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.block-item.tf-top {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.block-item.tf-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.block-item.height-1 {
  min-height: 200px;
  height: 100px;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.block-item.height-2 {
  min-height: 420px;
  height: 210px;
}
.block-item.bg-contain {
  background-size: contain;
}
.block-item.bg-cover {
  background-size: cover;
}
.block-item.bg-w100 {
  background-size: 100%;
}
.block-item.bg-tl {
  background-position: top left;
}
.block-item.bg-tr {
  background-position: top right;
}
.block-item.bg-bl {
  background-position: bottom left;
}
.block-item.bg-br {
  background-position: bottom right;
}
.block-item.bg-cc {
  background-position: center center;
}
.block-item.bg-tc {
  background-position: top center;
}
.block-item.bg-bc {
  background-position: bottom center;
}
.block-item .m-lead-img {
  display: none;
}
.block-item .m-lead-img img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 700px) {
  .block-item {
    display: block;
    background-image: none !important;
    *zoom: 1;
  }
  .block-item .m-lead-img {
    display: block;
  }
  .block-item.height-1 {
    min-height: 0;
    height: auto;
  }
  .block-item.height-2 {
    min-height: 0;
    height: auto;
  }
  .block-item:before,
  .block-item:after {
    content: " ";
    display: table;
  }
  .block-item:after {
    clear: both;
  }
  .block-item:before,
  .block-item:after {
    content: " ";
    display: table;
  }
  .block-item:after {
    clear: both;
  }
}
.block-item .inner-box {
  box-sizing: border-box;
  margin: 1rem;
  background: white;
  padding: 1rem;
  clear: both;
  width: auto;
}
.block-item .inner-box.zeropad {
  margin: 0;
}
.block-item .inner-box img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.block-item .inner-box.transparent {
  background: transparent;
  padding: 0;
  margin: 1rem;
}
.block-item .inner-box.light-font {
  color: #fff;
}
.block-item .inner-box.small-video {
  position: absolute;
  bottom: 0;
  margin: 0.5rem;
}
@media screen and (max-width: 700px) {
  .block-item .inner-box {
    margin: 0;
    padding: 1rem 0 1rem 0;
    width: 100%;
    border-bottom: 2px solid #0018a8;
    height: auto;
    min-height: auto;
    display: block;
  }
  .block-item .inner-box.transparent {
    margin: 0;
    padding: 1rem;
  }
  .block-item .inner-box.small-video {
    position: relative;
  }
}
.block-item .inner-box-lone-image {
  margin: 1rem auto;
  width: 100%;
}
.block-item .inner-box-lone-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.block-item .inner-box-lone-image.zeropad {
  margin: 0;
}
.block-item .tags {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.block-item .tags a {
  color: #333;
  text-decoration: none;
}
.block-item .tags a:hover {
  color: #0018a8;
  text-decoration: underline;
}
.block-item.feature-block h2,
.block-item.feature-block .tags a,
.block-item.feature-block .teaser p {
  color: white;
}
.block-item.feature-block h2 a:hover {
  color: inherit;
}
.block-item.feature-block .inner-box {
  background: transparent;
  background-color: #0018a8;
}
.block-item.feature-block .button {
  display: inline-block;
  margin: 10px 10px 10px 10px;
  margin: 1rem 1rem 1rem 1rem;
  text-align: center;
  color: #0018a8;
  text-decoration: none;
  outline: 0;
  padding: 5px 12px 5px 12px;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  width: auto;
  background: #fff;
}
.block-item.feature-block .button:hover {
  text-decoration: none;
  background: #999999;
  color: #0018a8;
}
@media screen and (max-width: 700px) {
  .block-item.feature-block .inner-box {
    padding: 1rem;
  }
}
.col.rows2 {
  height: 420px;
  max-height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.col.rows2 > :nth-child(1) {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-height: 20px;
  margin-top: 0;
  margin-bottom: 1rem;
  height: calc(50% - 2rem / 2);
}
.col.rows2 > :nth-child(2) {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  min-height: 20px;
  margin-top: 1rem;
  margin-bottom: 0;
  height: calc(50% - 2rem / 2);
}
@media screen and (max-width: 700px) {
  .col.rows2 {
    display: block;
    min-height: auto;
    height: auto;
  }
  .col.rows2 > :nth-child(1) {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 2rem;
    height: auto;
  }
  .col.rows2 > :nth-child(2) {
    margin-top: 0;
    margin-bottom: 2rem;
    height: auto;
  }
}
.block-item.twitter {
  background-color: #007fb0;
}
.block-item.twitter .inner-box {
  position: relative;
  padding: 0;
  height: 100%;
}
.block-item.twitter .inner-box .genericon-twitter {
  color: #fff;
}
.block-item.twitter .inner-box .teaser {
  padding-bottom: 2rem;
}
.block-item.twitter .inner-box a {
  color: white;
}
.block-item.twitter .tweet-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 0.5rem;
}
.block-item.twitter .tweet-meta .comments:before {
  content: '\f300';
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
.block-item.twitter .tweet-meta .retweets {
  margin-left: 1rem;
}
.block-item.twitter .tweet-meta .retweets:before {
  content: '\f420';
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-item.twitter .tweet-meta {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .block-item.twitter .inner-box {
    border-bottom: 0;
    margin: 1rem;
    padding-bottom: 2rem;
  }
  .block-item.twitter .tweet-meta {
    bottom: 1rem;
    left: 0;
  }
}
.block-item.facebook {
  background-color: #1f4ec9;
}
.block-item.facebook .inner-box {
  box-sizing: border-box;
  background-color: #1f4ec9;
  min-height: 50%;
  position: relative;
}
.block-item.facebook .inner-box .teaser {
  padding-bottom: 2rem;
}
.block-item.facebook .fb-meta {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding-top: 0.5rem;
  background-color: #1f4ec9;
}
.block-item.facebook .fb-meta .likes:before {
  content: '\f300';
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
.block-item.facebook .fb-meta .comments {
  margin-left: 1rem;
}
.block-item.facebook .fb-meta .comments:before {
  content: '\f420';
  color: #fff;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 700px) {
  .block-item.facebook .inner-box {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0;
  }
}
.block-item.instagram {
  background-color: #aaa;
}
.block-item.instagram .inner-box {
  background-color: #aaa;
  box-sizing: border-box;
  min-height: 50%;
}
.block-item.instagram .inner-box h2 {
  font-size: 2rem;
}
.block-item.instagram .inner-box .teaser {
  padding-bottom: 2rem;
}
.block-item.instagram .instagram-meta {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding-top: 0.5rem;
  background-color: #aaa;
}
.block-item.instagram .instagram-meta .likes:before {
  content: '\f300';
  color: #000;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
.block-item.instagram .instagram-meta .comments {
  margin-left: 1rem;
}
.block-item.instagram .instagram-meta .comments:before {
  content: '\f420';
  color: #000;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font: bold 2rem 'Genericons';
  vertical-align: middle;
  padding: 0 1rem 0 0;
}
@media screen and (max-width: 700px) {
  .block-item.instagram .inner-box {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 0;
  }
}
.block-item.strip .inner-box {
  margin: 0;
  padding: 1rem;
  position: relative;
  background-color: #0018a8;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .block-item.strip .inner-box {
    padding: 24px 16px;
  }
}
.block-item.strip .inner-box .btn-subscribe {
  display: inline-block;
  margin: 16px 0;
  text-align: center;
  color: #0018a8;
  text-decoration: none;
  outline: 0;
  padding: 6px 12px;
  width: auto;
  background: #fff;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-top: 0.5em;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: 'SohoStdBold', serif;
  font-size: 16px;
}
.block-item.strip .inner-box .btn-subscribe:hover {
  text-decoration: none;
  background: #777;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .block-item.strip .inner-box .btn-subscribe {
    display: inline-block;
    margin: 0 0 0 1.5em;
  }
}
.block-item.strip .inner-box p {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .block-item.strip .inner-box p {
    display: inline-block;
    margin: 0;
    font-size: 24px;
    line-height: 1em;
  }
}
.block-item.yt .inner-box {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
}
.block-item.yt .tf-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.block-item.yt .tf-wrap .tf {
  margin: 1rem 0 0 1rem;
  padding: 1rem;
  max-width: 700px;
  width: 30%;
  background-color: #fff;
  *zoom: 1;
}
.block-item.yt .tf-wrap .tf:before,
.block-item.yt .tf-wrap .tf:after {
  content: " ";
  display: table;
}
.block-item.yt .tf-wrap .tf:after {
  clear: both;
}
.block-item.yt .tf-wrap .tf:before,
.block-item.yt .tf-wrap .tf:after {
  content: " ";
  display: table;
}
.block-item.yt .tf-wrap .tf:after {
  clear: both;
}
.block-item.yt .tf-wrap .tf h2 {
  font-size: 4rem;
  color: #000;
}
@media screen and (max-width: 700px) {
  .block-item.yt .tf-wrap {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    max-width: auto;
  }
  .block-item.yt .tf-wrap .tf {
    margin: 0;
    padding: 1rem;
    max-width: auto;
    width: auto;
    background-color: #fff;
    *zoom: 1;
  }
  .block-item.yt .tf-wrap .tf:before,
  .block-item.yt .tf-wrap .tf:after {
    content: " ";
    display: table;
  }
  .block-item.yt .tf-wrap .tf:after {
    clear: both;
  }
  .block-item.yt .tf-wrap .tf:before,
  .block-item.yt .tf-wrap .tf:after {
    content: " ";
    display: table;
  }
  .block-item.yt .tf-wrap .tf:after {
    clear: both;
  }
  .block-item.yt .tf-wrap .tf h2 br {
    display: none;
  }
  .block-item.yt .inner-box {
    border-bottom: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 130%;
  font-family: 'SohoStdBold', serif;
  font-size: 3rem;
}
.article [itemprop="articleBody"] ul li,
.article [itemprop="articleBody"] ol li {
  font-size: 16px;
  line-height: 24px;
}
.article [itemprop="articleBody"] .tags {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .article [itemprop="articleBody"] .tags {
    margin: 40px 0;
  }
}
.article article .lead-image img {
  margin: 10px 0;
  width: 100%;
}
.article .main-col {
  margin: 1rem 10% 4rem;
  position: relative;
}
.article .main-col [itemprop="articleBody"] {
  position: relative;
  *zoom: 1;
}
.article .main-col [itemprop="articleBody"]:before,
.article .main-col [itemprop="articleBody"]:after {
  content: " ";
  display: table;
}
.article .main-col [itemprop="articleBody"]:after {
  clear: both;
}
.article .main-col [itemprop="articleBody"]:before,
.article .main-col [itemprop="articleBody"]:after {
  content: " ";
  display: table;
}
.article .main-col [itemprop="articleBody"]:after {
  clear: both;
}
.article .main-col [itemprop="articleBody"] ul li,
.article .main-col [itemprop="articleBody"] ol li {
  font-size: 16px;
  line-height: 24px;
}
.article .main-col .article-header {
  *zoom: 1;
}
.article .main-col .article-header:before,
.article .main-col .article-header:after {
  content: " ";
  display: table;
}
.article .main-col .article-header:after {
  clear: both;
}
.article .main-col .article-header:before,
.article .main-col .article-header:after {
  content: " ";
  display: table;
}
.article .main-col .article-header:after {
  clear: both;
}
.article .main-col .tags {
  font-size: 16px;
}
.article .main-col .tags a {
  color: #000;
  font-family: 'SohoStdBold', serif;
}
@media screen and (min-width: 768px) {
  .article .main-col .tags {
    width: 70%;
  }
  .article .main-col .tags.header-tags {
    float: left;
  }
}
.article .main-col .date-published {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .article .main-col .date-published {
    float: right;
    width: 30%;
    text-align: right;
  }
}
.article .main-col img {
  max-width: 100%;
  margin: 2rem 0;
}
.article .main-col [itemprop="headline"] {
  margin: 20px 0 0;
  font-size: 50px;
}
@media screen and (min-width: 768px) {
  .article .main-col [itemprop="headline"] {
    margin-top: 50px;
  }
}
.article .main-col .lead-image img {
  width: 100%;
  margin-top: 1rem;
}
.article .main-col .leader-teaser {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #0018a8;
}
.article .main-col .leader-teaser p {
  font-size: 20px;
  line-height: 28px;
  color: #0018a8;
}
.article .main-col .hr {
  margin: 3rem 0;
  border-bottom: 2px solid #0018a8;
}
.article .main-col .hr hr {
  display: none;
}
.article .main-col .hr.deep {
  margin: 4rem 0;
}
.article .main-col .article-share {
  display: block;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .article .main-col .article-share {
    position: absolute;
    left: -12%;
    top: 0;
    margin: 0;
  }
}
.article .main-col .article-share ul {
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.article .main-col .article-share ul:before,
.article .main-col .article-share ul:after {
  content: " ";
  display: table;
}
.article .main-col .article-share ul:after {
  clear: both;
}
.article .main-col .article-share ul:before,
.article .main-col .article-share ul:after {
  content: " ";
  display: table;
}
.article .main-col .article-share ul:after {
  clear: both;
}
.article .main-col .article-share li {
  float: left;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .article .main-col .article-share li {
    float: none;
    width: 44px;
  }
}
.article .main-col .article-share a {
  position: relative;
  display: block;
  width: 44px;
  height: 54px;
}
.article .main-col .article-share a:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 14px;
  width: 16px;
  height: 16px;
  background-image: url(libs/svg/social-share.svg);
  background-repeat: no-repeat;
}
.article .main-col .article-share a.share-facebook {
  background-color: #446298;
}
.article .main-col .article-share a.share-facebook:after {
  background-position: 0 0;
}
.article .main-col .article-share a.share-twitter {
  background-color: #27aadc;
}
.article .main-col .article-share a.share-twitter:after {
  background-position: -16px 0;
}
.article .main-col .article-share a.share-email {
  background-color: #b8b8b8;
}
.article .main-col .article-share a.share-email:after {
  background-position: -32px 0;
}
.article .main-col .article-share a.share-google {
  background-color: #e52233;
}
.article .main-col .article-share a.share-google:after {
  background-position: -48px 0;
}
.article .main-col .grid {
  margin-left: -2rem;
}
.article .main-col .grid:after,
.article .main-col .grid:before,
.article .main-col .grid [class*='size'],
.article .main-col .grid [class*='size']:after,
.article .main-col .grid [class*='size']:before,
.article .main-col .grid section,
.article .main-col .grid div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.article .main-col .grid:after {
  content: "";
  display: table;
  clear: both;
}
.article .main-col .grid .size1of1 {
  float: none;
  width: 100%;
}
.article .main-col .grid .size1of2 {
  width: 50%;
}
.article .main-col .grid .size1of3 {
  width: 33.33333%;
}
.article .main-col .grid .size2of3 {
  width: 66.66666%;
}
.article .main-col .grid .size1of4 {
  width: 25%;
}
.article .main-col .grid .size3of4 {
  width: 75%;
}
.article .main-col .grid .size1of5 {
  width: 20%;
}
.article .main-col .grid .size2of5 {
  width: 40%;
}
.article .main-col .grid .size3of5 {
  width: 60%;
}
.article .main-col .grid .size4of5 {
  width: 80%;
}
.article .main-col .grid .size1of6 {
  width: 16.6666666%;
}
.article .main-col .grid .size5of6 {
  width: 83.3333333%;
}
.article .main-col .grid .size1of7 {
  width: 14.2857143%;
}
.article .main-col .grid .size2of7 {
  width: 28.5714286%;
}
.article .main-col .grid .size3of7 {
  width: 42.8571429%;
}
.article .main-col .grid .size4of7 {
  width: 57.1428572%;
}
.article .main-col .grid .size5of7 {
  width: 71.4285715%;
}
.article .main-col .grid .size6of7 {
  width: 85.7142858%;
}
.article .main-col .grid .size1of8 {
  width: 12.5%;
}
.article .main-col .grid .size3of8 {
  width: 37.5%;
}
.article .main-col .grid .size5of8 {
  width: 62.5%;
}
.article .main-col .grid .size7of8 {
  width: 87.5%;
}
.article .main-col .grid [class*='size'] {
  float: left;
}
.article .main-col .grid [class*='size'] {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 700px) {
  .article .main-col .grid .col {
    width: 100%;
    float: none;
    clear: both;
  }
  .article .main-col .grid .col:first-child {
    margin-bottom: 2rem;
  }
}
.article .main-col .factoid {
  background-color: #ededed;
  color: #0018a8;
  padding: 2rem;
  text-align: center;
  min-height: 50px;
}
.article .main-col .factoid span.big {
  display: block;
  font-weight: bold;
  font-size: 6rem;
  font-family: 'SohoStdBold', serif;
}
.article .main-col .factoid span.small {
  display: block;
  font-size: 1.6rem;
  font-family: 'SohoStdBold', serif;
}
.article .comments {
  text-align: center;
  margin: 40px auto;
}
@media screen and (max-width: 700px) {
  .article .main-col {
    margin: 1rem 0 4rem 0;
  }
  .article .date-published {
    clear: both;
    float: none;
    width: 100%;
    text-align: left;
  }
  .article .lead-image img {
    margin-bottom: 0;
  }
}
.next-prev {
  box-sizing: border-box;
  background: #fefefe;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.next-prev .next-prev-core {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 2rem auto;
  padding: 2rem 10% 2rem 10%;
  *zoom: 1;
}
.next-prev .next-prev-core:before,
.next-prev .next-prev-core:after {
  content: " ";
  display: table;
}
.next-prev .next-prev-core:after {
  clear: both;
}
.next-prev .next-prev-core:before,
.next-prev .next-prev-core:after {
  content: " ";
  display: table;
}
.next-prev .next-prev-core:after {
  clear: both;
}
.next-prev .next-prev-core > a {
  position: relative;
  display: block;
  padding-bottom: 30px;
  min-height: 110px;
  font-size: 16px;
  font-family: 'SohoStdBold', serif;
  color: #000;
  text-decoration: none;
  width: 30%;
}
.next-prev .next-prev-core > a:hover {
  text-decoration: underline;
}
.next-prev a .hint {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  color: #777;
}
.next-prev .next {
  background: transparent url(/css/sportfirst/libs/images/gui/bg-arrow-right.png) no-repeat right 10px;
  padding-right: 55px;
  float: right;
}
.next-prev .prev {
  background: transparent url(/css/sportfirst/libs/images/gui/bg-arrow-left.png) no-repeat left 10px;
  padding-left: 55px;
  float: left;
}
.next-prev .prev .hint {
  left: 55px;
}
@media screen and (max-width: 700px) {
  .next-prev .next-prev {
    padding: 2rem 1rem 2rem 1rem;
  }
  .next-prev .next-prev-core {
    padding: 0 1rem;
  }
  .next-prev .next-prev-core > a {
    width: 100%;
    min-height: auto;
    padding: 1rem 35px 1rem 35px;
  }
  .next-prev .next-prev-core > a:hover {
    text-decoration: underline;
  }
  .next-prev a .hint {
    position: static;
    font-weight: normal;
    font-size: 1.6rem;
    color: #777;
    text-decoration: none;
  }
  .next-prev a:hover .hint {
    text-decoration: none;
  }
  .next-prev .next {
    background-position: 2px 10px;
  }
}
.similar {
  padding: 3rem 1rem 3rem 1rem;
  margin: 0 auto;
  max-width: 1180px;
  *zoom: 1;
}
.similar:before,
.similar:after {
  content: " ";
  display: table;
}
.similar:after {
  clear: both;
}
.similar:before,
.similar:after {
  content: " ";
  display: table;
}
.similar:after {
  clear: both;
}
.similar > h2 {
  text-align: center;
  color: #000;
}
.caption {
  text-align: left;
  font-family: 'SohoStdBold', serif;
  font-size: 14px;
  color: #555555;
}
.caption.image-left,
.caption.image-right {
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .caption {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .caption {
    display: inline-block;
    width: 390px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .caption.image-left,
  .caption.image-right {
    margin-top: 1em;
  }
  .caption.image-left {
    margin-left: -430px;
  }
  .caption.image-right {
    margin-right: -430px;
  }
}
.tags-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}
.tags-list a {
  display: block;
  padding: 4px 10px;
  background-color: #ededed;
  color: #333;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.tags-list a:hover {
  text-decoration: underline;
}
.tags-list__item {
  display: inline-block;
  margin: 0 6px 6px 0 !important;
}
.hashtag-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #27aadc;
  z-index: 100;
}
.hashtag-footer .container {
  max-width: 928px;
}
.hashtag-footer .accordion {
  border: none;
  margin: 0;
}
.hashtag-footer .accordion-head a {
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.hashtag-footer .accordion-head a:hover {
  opacity: 0.6;
}
.hashtag-footer .accordion-head a[aria-expanded="true"] .hashtag-footer__title:after {
  background-position: -40px 0;
}
.hashtag-footer .accordion-body {
  padding: 0;
}
.hashtag-footer__link {
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
.hashtag-footer__link:hover {
  opacity: 0.6;
}
.hashtag-footer__title {
  position: relative;
  margin: 0;
  padding: 6px 60px 6px 40px;
  color: white;
  font-size: 14px;
  line-height: 22px;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__title {
    padding: 0 60px 0 40px;
    font-size: 20px;
    line-height: 70px;
  }
}
.hashtag-footer__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 26px;
  height: 26px;
  background-image: url(libs/svg/twitter-icon.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__title:before {
    top: 26px;
  }
}
.hashtag-footer__title:after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0018a8;
  background-image: url(libs/svg/link-arrow-thick.svg);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-position 0.1s linear;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__title:after {
    top: 15px;
  }
}
.hashtag-footer__title span {
  font-family: 'SohoStdBold', serif;
}
.hashtag-footer__content {
  padding: 12px 0 0;
  background-color: #ececed;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__content {
    padding: 32px 0;
  }
}
.hashtag-footer__content .tweet p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__content .tweet p {
    font-size: 16px;
    line-height: 22px;
  }
}
.hashtag-footer__content .tweet__meta {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #656c7a;
}
.hashtag-footer__content .button {
  font-size: 16px;
}
.hashtag-footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hashtag-footer__post {
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .hashtag-footer__post {
    margin-bottom: 20px;
  }
}
body.search main {
  box-sizing: border-box;
  width: 850px;
  max-width: 100%;
}
.search-term {
  color: #000;
  font-weight: bold;
}
.result-count {
  font-weight: bold;
  font-size: 1.8rem;
  font-family: 'SohoStdBold', serif;
}
.search-results {
  max-width: 100%;
  width: 100%;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.search-results,
.search-results * {
  box-sizing: border-box;
}
.search-results > div {
  margin-top: 2rem;
  max-width: 100%;
  width: 100%;
  border-bottom: 2px solid #0018a8;
  padding-bottom: 2rem;
  position: relative;
  *zoom: 1;
}
@media screen and (min-width: 768px) {
  .search-results > div .thm {
    float: left;
    width: 35%;
  }
}
.search-results > div .thm img {
  max-width: 100%;
  display: block;
}
.search-results > div .summary {
  padding-top: 2rem;
  *zoom: 1;
}
@media screen and (min-width: 768px) {
  .search-results > div .summary {
    float: right;
    width: 65%;
    padding: 0 0 0 2rem;
  }
}
.search-results > div .summary h2 {
  font-size: 1.9rem;
  line-height: 1.3;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  margin-top: 0;
}
.search-results > div .summary a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .search-results > div .summary .search-meta {
    margin-top: 16px;
  }
}
.search-results > div .summary .search-meta time {
  display: block;
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .search-results > div .summary .search-meta time {
    float: left;
  }
}
.search-results > div .summary .search-meta .button {
  display: inline-block;
  margin: 16px 0;
}
@media screen and (min-width: 768px) {
  .search-results > div .summary .search-meta .button {
    margin: 0;
    float: right;
  }
}
.search-results > div .summary:before,
.search-results > div .summary:after {
  content: " ";
  display: table;
}
.search-results > div .summary:after {
  clear: both;
}
.search-results > div .summary:before,
.search-results > div .summary:after {
  content: " ";
  display: table;
}
.search-results > div .summary:after {
  clear: both;
}
.search-results > div:before,
.search-results > div:after {
  content: " ";
  display: table;
}
.search-results > div:after {
  clear: both;
}
.search-results > div:before,
.search-results > div:after {
  content: " ";
  display: table;
}
.search-results > div:after {
  clear: both;
}
.search-filter-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 12px 40px 12px 16px;
  border: none;
  background-color: #77c61d;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  font-size: 16px;
  color: white;
  transition: all 0.3s linear;
}
.search-filter-btn span {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.search-filter-btn span:before,
.search-filter-btn span:after {
  content: '';
  position: absolute;
  background-color: white;
}
.search-filter-btn span:before {
  top: 0;
  left: 7px;
  width: 2px;
  height: 16px;
}
.search-filter-btn span:after {
  right: 0;
  top: 7px;
  width: 16px;
  height: 2px;
}
.search-filter-btn:hover {
  background-color: #61a118;
}
.search-filter-update {
  display: inline-block;
  margin: 24px auto 0;
  padding: 12px 16px;
  border: none;
  background-color: #0018a8;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
  font-size: 16px;
  color: white;
  transition: all 0.3s linear;
}
.search-filter-update:hover {
  background-color: #000d5c;
}
.search-filter__form .form-action {
  margin: 32px auto;
  text-align: center;
}
.search-filter__form .btn {
  display: inline-block;
  margin: 0 12px;
  padding: 10px 24px;
  border: 1px solid transparent;
  background-color: #0018a8;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: white;
}
.search-filter__form .btn--outlined {
  border-color: #0018a8;
  background-color: white;
  color: #0018a8;
}
@media screen and (max-width: 599px) {
  .search-filter {
    position: fixed;
    display: flex;
    align-items: center;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    visibility: hidden;
    z-index: 10;
    transition: all 0.2s ease-in;
  }
  .search-filter__inner {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .search-filter.is-visible {
    top: 0;
    visibility: visible;
    transition: all 0.4s ease-in-out;
  }
}
@media screen and (min-width: 600px) {
  .search-filter {
    margin: 40px 0;
  }
  .search-filter-btn,
  .search-filter-update {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .search-filter__inner,
  .search-filter__form {
    display: flex;
    flex-wrap: wrap;
  }
  .search-filter__form {
    border-bottom: 2px solid #0018a8;
  }
}
@media screen and (min-width: 992px) {
  .search-filter__form {
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 32px;
  }
  .search-filter__form .form-action {
    margin: 0;
  }
}
/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination:after {
  clear: both;
}
.pagination:after,
.pagination:before {
  content: "";
  display: table;
}
.pagination {
  position: relative;
  margin: 40px 0;
  padding: 34px 0;
  min-height: 50px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}
.pagination > * {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.pagination select {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 10px;
  padding-right: 32px;
  font-size: 16px;
}
.pagination a[rel="prev"],
.pagination a[rel="next"] {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: #0018a8;
  transition: background-color 0.2s ease-in-out;
}
.pagination a[rel="prev"]:after,
.pagination a[rel="next"]:after {
  content: '';
  position: absolute;
  left: 21px;
  top: 17px;
  width: 8px;
  height: 16px;
  background-image: url(libs/svg/link-arrows.svg);
  background-repeat: no-repeat;
  background-position: -9px 0;
}
@media screen and (min-width: 768px) {
  .pagination a[rel="prev"]:hover,
  .pagination a[rel="next"]:hover {
    background-color: #001175;
  }
}
.pagination a[rel="prev"]:after {
  background-position: 0 0;
}
.pagination .pagination-links {
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-links {
    position: absolute;
    right: 24px;
    top: 24px;
    margin: 0;
  }
}
.frm-standard .form-row {
  margin-left: -2rem;
}
.frm-standard .form-row:after,
.frm-standard .form-row:before,
.frm-standard .form-row [class*='size'],
.frm-standard .form-row [class*='size']:after,
.frm-standard .form-row [class*='size']:before,
.frm-standard .form-row section,
.frm-standard .form-row div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.frm-standard .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.frm-standard .form-row .size1of1 {
  float: none;
  width: 100%;
}
.frm-standard .form-row .size1of2 {
  width: 50%;
}
.frm-standard .form-row .size1of3 {
  width: 33.33333%;
}
.frm-standard .form-row .size2of3 {
  width: 66.66666%;
}
.frm-standard .form-row .size1of4 {
  width: 25%;
}
.frm-standard .form-row .size3of4 {
  width: 75%;
}
.frm-standard .form-row .size1of5 {
  width: 20%;
}
.frm-standard .form-row .size2of5 {
  width: 40%;
}
.frm-standard .form-row .size3of5 {
  width: 60%;
}
.frm-standard .form-row .size4of5 {
  width: 80%;
}
.frm-standard .form-row .size1of6 {
  width: 16.6666666%;
}
.frm-standard .form-row .size5of6 {
  width: 83.3333333%;
}
.frm-standard .form-row .size1of7 {
  width: 14.2857143%;
}
.frm-standard .form-row .size2of7 {
  width: 28.5714286%;
}
.frm-standard .form-row .size3of7 {
  width: 42.8571429%;
}
.frm-standard .form-row .size4of7 {
  width: 57.1428572%;
}
.frm-standard .form-row .size5of7 {
  width: 71.4285715%;
}
.frm-standard .form-row .size6of7 {
  width: 85.7142858%;
}
.frm-standard .form-row .size1of8 {
  width: 12.5%;
}
.frm-standard .form-row .size3of8 {
  width: 37.5%;
}
.frm-standard .form-row .size5of8 {
  width: 62.5%;
}
.frm-standard .form-row .size7of8 {
  width: 87.5%;
}
.frm-standard .form-row [class*='size'] {
  float: left;
}
.frm-standard .form-row [class*='size'] {
  padding: 0 0 0 2rem;
}
@media screen and (max-width: 700px) {
  .frm-standard .form-row {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
.frm-standard legend {
  margin: 1rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #0018a8;
}
.frm-standard fieldset {
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}
.frm-standard button[type='submit'] {
  background-color: #0018a8;
  display: inline-block;
  margin: 16px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  outline: 0;
  padding: 6px 12px;
  width: auto;
  background: #0018a8;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.frm-standard button[type='submit']:hover {
  text-decoration: none;
  background: #777;
  color: #fff;
}
.frm-standard textarea,
.frm-standard input[type='email'],
.frm-standard input[type='text'] {
  outline: none;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid rgba(0, 24, 168, 0.2);
  padding: 1rem;
  height: auto;
  font-size: 16px;
}
.frm-standard textarea:focus,
.frm-standard input[type='email']:focus,
.frm-standard input[type='text']:focus {
  box-shadow: 0 0 5px rgba(0, 24, 168, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 24, 168, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 24, 168, 0.5);
  border: 1px solid rgba(0, 24, 168, 0.8);
}
.frm-standard input[type='checkbox'] {
  width: 2rem;
  height: 2rem;
}
.frm-standard select {
  padding: 0.5rem;
  height: auto;
}
.frm-standard select option {
  padding: 0.5rem;
}
.frm-standard label {
  color: #555;
  font-size: 1.7rem;
}
.frm-standard label em {
  margin-left: 1rem;
  color: #001175;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.frm-standard .field-validation-error {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-family: 'SohoStd', Arial, Helvetica, sans-serif;
  text-align: left;
  color: #000;
  background: #eebfbf;
  border: 1px solid #e33;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 1rem;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  -webkit-box-shadow: 0 0 2px 2px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: 0 0 2px 2px rgba(128, 128, 128, 0.25);
  box-shadow: 0 0 2px 2px rgba(128, 128, 128, 0.25);
}
.frm-standard .radio-group {
  *zoom: 1;
}
.frm-standard .radio-group > div {
  float: left;
  text-align: center;
  margin-right: 2rem;
}
.frm-standard .radio-group > div:last-child {
  margin-right: 0;
}
.frm-standard .radio-group label {
  float: left;
  text-align: center;
  width: 100%;
}
.frm-standard .radio-group input[type='checkbox'] {
  float: left;
}
.frm-standard .radio-group:before,
.frm-standard .radio-group:after {
  content: " ";
  display: table;
}
.frm-standard .radio-group:after {
  clear: both;
}
.frm-standard .radio-group:before,
.frm-standard .radio-group:after {
  content: " ";
  display: table;
}
.frm-standard .radio-group:after {
  clear: both;
}
.frm-standard .desc {
  font-style: italic;
}
.banner {
  position: relative;
  background-color: #d40f7d;
  margin-bottom: 2rem;
}
.banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner__image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(212, 15, 125, 0.75);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner__image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #d40f7d;
    z-index: 2;
  }
}
.banner__outer {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 12px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner__outer {
    padding: 52px 36px;
  }
  .banner__outer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: -moz-linear-gradient(left, #d40f7d 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, #d40f7d 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #d40f7d 0%, rgba(125, 185, 232, 0) 100%);
    z-index: 2;
  }
}
.banner__inner {
  text-align: center;
  color: white;
}
.banner__inner h2 {
  margin-top: 0;
  font-size: 28px;
  text-transform: uppercase;
  color: inherit;
}
.banner__inner p {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    width: 50%;
    text-align: left;
  }
}
.readonly,
input,
select,
textarea {
  height: auto;
}
label {
  margin: 0;
}
select {
  background: none;
}
.form-item {
  margin-bottom: 16px;
  font-size: 16px;
}
.form-item__label {
  display: block;
  vertical-align: baseline;
  margin-bottom: 8px;
  font-size: 16px;
  color: #392f2c;
}
@media screen and (min-width: 768px) {
  .form-item-checkboxes .form-item__label {
    margin: 10px 0;
    font-size: 12px;
  }
}
.form-item__text-input {
  margin-top: 10px;
  padding: 16px;
  border-radius: 0;
  border-color: black;
}
.form-item__select {
  position: relative;
  display: block;
}
.form-item__select-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  display: block;
  width: 100%;
  height: auto;
  padding: 12px 40px 12px 16px;
  background-color: white;
  border: 1px solid #0018a8;
  border-radius: 0;
  color: #0018a8;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.form-item__select-arrow {
  fill: #0018a8;
  position: absolute;
  right: 16px;
  top: 22px;
  width: 14px;
  height: 7px;
  pointer-events: none;
}
.subscribe-form .form-item {
  margin: 32px 0;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.modal {
  position: relative;
}
#modal-close-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  background-image: url(libs/svg/cross-icon.svg);
  background-position: center;
  background-size: 22px;
  background-repeat: no-repeat;
  border: none;
}
.modal #modal-close-btn {
  display: block;
}
.social-menu {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.social-menu li {
  margin: 0 8px;
}
.social-link {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #0018a8;
  text-align: center;
  transition: all 0.3s linear;
}
.social-link img {
  width: 26px;
  height: 26px;
  margin-top: 14px;
}
.social-link:hover {
  background-color: #000d5c;
}
/* Remove outline from Cookiebot logo */
.CookiebotWidget-logo {
  outline: none !important;
}
