@import url('https://fonts.sidearmsports.com/antonio/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #0e1a46;
  color: white;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: white;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: black;
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url("/images/bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
a:focus {
  outline: none;
}
A:hover {
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.row {
  max-width: 1152px;
}
.contentDiv_container {
  margin: 0 auto 0;
}
.contentDiv_container.headroom--not-top {
  margin: 100px auto 0;
}
.wide .contentDiv_container {
  max-width: 1152px;
  margin: 0 auto 0;
  background: white;
  padding: 12px;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 100px auto 0;
}
html.sport body .contentDiv_container {
  margin: 0 auto 0;
}
html.sport body .contentDiv_container.headroom--not-top {
  margin: 160px auto 0;
}
html.sport body .wide .contentDiv_container {
  margin: 0 auto 0;
  background: white;
}
html.sport body .wide .contentDiv_container.headroom--not-top {
  margin: 160px auto 0;
}
#official {
  background-color: #d42027;
}
#official .text {
  margin-top: 5px;
  font-family: "antonioregular", sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 60px;
  color: white;
}
@media screen and (max-width: 1128px) {
  #official .text {
    font-size: calc(12px + (23 - 12) * ((100vw - 320px) / (1128 - 320)));
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1023px) {
  #official .text {
    font-size: calc(12px + (23 - 12) * ((100vw - 320px) / (1023 - 320)));
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  #official .text {
    font-size: calc(12px + (23 - 12) * ((100vw - 320px) / (767 - 320)));
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 540px) {
  #official .text {
    letter-spacing: 2px;
    font-size: 16px;
  }
}
.c-nav-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  background-color: #032740;
  border-bottom: 2px solid white;
}
.c-nav-wrapper .header_logo {
  flex: 0 0 117px;
  -webkit-flex: 0 0 117px;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
  margin-right: auto;
}
.c-nav-wrapper.headroom--not-top {
  position: fixed;
}
.c-nav-wrapper .sponsor {
  flex: 0 1 150px;
  -webkit-flex: 0 1 150px;
  min-width: 1px;
  min-height: 1px;
  margin: 0 20px;
}
.c-nav-wrapper .row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: relative;
  z-index: 10;
  width: 100%;
}
.c-nav-wrapper .c-nav__mobile-menu {
  display: flex;
  display: -webkit-flex;
  -webkit-appearance: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: none;
  outline: none;
  background: none;
  font-size: 24px;
  color: white;
  line-height: 98px;
  text-align: right;
}
.c-nav-wrapper .c-nav__mobile-menu i {
  font-size: 24px;
  color: white;
}
.c-nav-wrapper .c-nav__mobile-menu span {
  position: absolute;
  left: -9999px;
}
.c-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav .c-nav__level-1--desktop {
  display: flex;
  display: -webkit-flex;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 118px;
  white-space: nowrap;
  /* assumes class name sports was set in backend */

}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 {
  display: flex;
  display: -webkit-flex;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1.sports .c-nav__item--level-2 .c-nav__url--level-2:first-child {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: auto;
  margin-left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover {
  cursor: pointer;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__url--level-1:after {
  background-color: white;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-1:hover .c-nav__level-2 {
  left: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  color: white;
  margin: 0 10px 20px 10px;
  top: 10px;
  line-height: 98px;
  text-decoration: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-1:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -18px);
  -webkit-transform: translate(0, -18px);
  -moz-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  -o-transform: translate(0, -18px);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 12px;
  background-color: transparent;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2 {
  position: absolute;
  z-index: 1;
  left: -9999px;
  top: 100%;
  width: 100%;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2 ul {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 12px;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0px auto;
  padding: 28px 12px;
  min-width: 320px;
  width: 100%;
  background-color: #eaeaea;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner .c-nav__level-2-dropdown__ad {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  margin: 12px;
}
.c-nav .c-nav__level-1--desktop .c-nav__level-2-inner .c-nav__level-2-dropdown__ad a {
  position: relative;
  padding: 0 12px;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 36px;
  text-transform: none;
  padding: 0 12px;
  border-bottom: 1px solid #cccccc;
  white-space: nowrap;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2:hover {
  background-color: white;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator {
  margin-top: 12px;
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  color: #032740;
  text-transform: uppercase;
  border-bottom: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator:hover {
  background-color: transparent !important;
}
.c-nav .c-nav__level-1--desktop .c-nav__item--level-2.c-nav__separator:after {
  display: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2 {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #032740;
  text-decoration: none;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__schedule-roster-news {
  margin: 0 8px;
  white-space: nowrap;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social {
  height: 30px;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  border: none;
  overflow: hidden;
  font-size: 0;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social:before {
  font-family: sidearm_font;
  font-size: 16px;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.facebook:before {
  content: '\e805';
  color: #032740;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.twitter:before {
  content: '\e825';
  color: #032740;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.instagram:before {
  content: '\e811';
  color: #032740;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2.c-nav__social.tickets:before {
  content: '\e829';
  color: #032740;
}
.c-nav .c-nav__level-1--desktop .c-nav__url--level-2:hover {
  text-decoration: underline;
}
.c-nav-flyout {
  width: 100%;
}
.c-nav-flyout ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-flyout .c-nav__flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-flyout .c-nav__flyout-menu.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
}
.c-nav-flyout .c-nav__flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: #d42027;
  background: #032740;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav-flyout .c-nav__flyout-menu .icn:before {
  display: block;
  color: #d42027;
}
.c-nav-flyout .c-nav__flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-1 {
  width: 100%;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-1 {
  position: relative;
  color: #032740;
  background: white;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-1:last-child {
  border-bottom: none;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-1 {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 0 12px;
  line-height: 42px;
  color: #032740;
  text-decoration: none;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2 {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__flyout-menu--level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2 {
  position: relative;
  background: whitesmoke;
  border-top: solid 1px #cccccc;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator {
  color: #d42027;
  background: #032740;
  text-transform: uppercase;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__item--level-2.c-nav__separator span {
  color: #d42027;
  padding: 0px 12px 0px 15px;
  font-size: 14px;
  line-height: 36px;
}
.c-nav-flyout .c-nav__flyout-menu .c-nav__url--level-2 {
  display: inline-block;
  width: 100%;
  padding: 0px 12px 0px 24px;
  color: #032740;
  line-height: 36px;
  font-size: 14px;
  text-decoration: none;
}
.c-nav-sport {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  background-color: #eaeaea;
}
.c-nav-sport .c-nav__ad {
  margin-left: 12px;
  margin-right: auto;
}
.c-nav-sport .c-nav__ad img {
  vertical-align: middle;
}
.c-nav-sport.headroom--not-top {
  position: fixed;
  top: 100px;
}
.c-nav-sport ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-nav-desktop-sport-container {
  position: relative;
  width: 100%;
  height: 60px;
}
.c-nav-sport .c-nav-desktop-sport-container a {
  font-family: "antonioregular", sans-serif;
  font-size: 24px;
  color: #032740;
  text-decoration: none;
}
.c-nav-sport .c-nav-desktop-sport-container a:focus {
  text-decoration: underline;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin: 0;
  padding: 0;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  margin: 0 8px;
  height: 60px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home {
  padding-left: 0px;
  margin-left: 0;
  margin-right: auto;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home > div {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.sport-home a {
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  color: #d42027;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown {
  position: relative;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 0;
  line-height: 1;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li.c-nav-level-1__dropdown.additional-links > div a:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: 'More +';
  font-size: 24px;
  color: #032740;
  text-decoration: none;
  line-height: 60px;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) > div > a {
  color: #d42027;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-1 > li:hover:not(.sport-home) .c-nav-level-2 {
  left: auto;
  right: 0;
  opacity: 1;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 900;
  opacity: 0;
  width: 300px;
  max-height: 350px;
  overflow-y: auto;
  background: #eaeaea;
  padding: 12px;
  margin: 0;
  text-align: left;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li.c-nav__separator {
  text-transform: none;
  margin: 12px 0;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #032740;
  line-height: 36px;
  text-transform: none;
  padding: 0 12px;
  border-top: 1px solid #cccccc;
}
.c-nav-sport .c-nav-desktop-sport-container .c-nav-level-2 > li:hover {
  background-color: white;
}
.c-nav-sport .c-nav-mobile-sport-container {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #eaeaea;
}
.c-nav-sport .c-nav-mobile-sport-container a {
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul {
  display: flex;
  display: -webkit-flex;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-family: "antonioregular", sans-serif;
  font-size: 24px;
  color: #032740;
  height: 60px;
  line-height: 60px;
  margin: 0 8px;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li.more {
  cursor: pointer;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li > a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #032740;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-sport-container > ul > li:hover a {
  color: #d42027;
}
.c-nav-sport .c-nav-mobile-sport-home {
  position: relative;
  padding-left: 12px;
  margin-right: auto;
}
.c-nav-sport .c-nav-mobile-sport-home a {
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
  color: #d42027;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 60px;
}
.c-nav-sport .c-nav-mobile-sport-home:after {
  display: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9000;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-nav-mobile-flyout-menu.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: calc(100vh - 80px);
  overflow: auto;
  display: inherit!important;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 42px;
  font-size: 20px;
  color: #d42027;
  background: #032740;
  border-left: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  text-align: center;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn:before {
  display: block;
  color: #d42027;
}
.c-nav-sport .c-nav-mobile-flyout-menu .icn.opened {
  display: flex !important;
  -webkit-display: flex !important;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul {
  width: 100%;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li {
  position: relative;
  color: #d42027;
  background: #f2f2f2;
  border-bottom: solid 1px #cccccc;
  cursor: pointer;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li:last-child {
  border-bottom: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 11px 12px 9px 15px;
  color: #032740;
  font-size: 16px;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li {
  position: relative;
  background: #dddddd;
  border-top: solid 1px #cccccc;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator {
  color: #032740;
  background: #d42027;
  text-transform: uppercase;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator a,
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 li.c-nav__separator span {
  color: #032740;
  padding: 9px 12px 7px 15px;
  font-size: 14px;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 a,
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2 span {
  display: inline-block;
  width: 100%;
  padding: 9px 12px 7px 24px;
  color: #032740;
  font-size: 14px;
  text-decoration: none;
}
.c-nav-sport .c-nav-mobile-flyout-menu > ul > li .c-nav-flyout-menu-level-2.opened {
  transition: 0.3s;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  max-height: 1000px;
  overflow: hidden;
  display: inherit!important;
}
html.stories-video-is-playing #topStories-section .c-stories--cover .c-stories__details,
html.stories-video-is-playing #topStories-section .c-stories .showcase-play-button {
  opacity: 0;
}
html.stories-video-is-playing #topStories-section .c-stories--cover .c-stories__item:after {
  display: none;
}
#topStories-section .c-stories__item {
  position: relative;
}
#topStories-section .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
#topStories-section .c-stories__media picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories .showcase-play-button {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  background-color: transparent;
  background-image: url("http://assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
  height: 70px;
  width: 70px;
  z-index: 100;
}
#topStories-section .c-stories .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#topStories-section .c-stories__date {
  font-family: "antonioregular", sans-serif;
}
#topStories-section .c-stories__url {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "antoniobold", sans-serif;
  text-decoration: none;
}
#topStories-section .c-stories--cover .c-stories__item {
  position: relative;
  height: calc(100vh - 160px);
}
#topStories-section .c-stories--cover .c-stories__item:after {
  content: '';
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
#topStories-section .c-stories--cover .c-stories__media-as-bg {
  height: calc(100vh - 160px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
#topStories-section .c-stories--cover .c-stories__details {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  padding: 8px;
  z-index: 2;
}
#topStories-section .c-stories--cover .c-stories__date {
  font-size: 20px;
  color: white;
}
#topStories-section .c-stories--cover .c-stories__title {
  margin: 24px 0 12px;
}
#topStories-section .c-stories--cover .c-stories__url {
  font-size: 40px;
  line-height: 52px;
  color: white;
}
#topStories-section .c-stories--cover .archives {
  font-family: "antonioregular", sans-serif;
  font-size: 20px;
  line-height: 48px;
  padding: 0 24px;
  padding-top: 5px;
  background-color: #d42027;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
#topStories-section .c-stories--thumbnails .thumbnails {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#topStories-section .c-stories--thumbnails .thumbnails ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 20px 0 0;
  height: 16px;
  width: 16px;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 14px;
  height: 14px;
  background-color: white;
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li button:hover {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #d42027;
}
#topStories-section .c-stories--thumbnails .thumbnails ul li.top-stories-active button {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 2px solid #d42027;
}
#events-section {
  background-color: #eaeaea;
  padding: 48px 0;
}
#events-section .c-events--cards-boxy {
  margin-top: 16px;
}
#events-section .c-events--cards-boxy .slick-track {
  display: flex;
  display: -webkit-flex;
}
#events-section .c-events--cards-boxy .slick-track .slick-item {
  float: none;
  height: initial;
}
#events-section .c-events--cards-boxy .c-events__item {
  margin: 0 12px;
  background-color: #d42027;
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__ctas {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__toggle {
  background-color: #032740;
}
#events-section .c-events--cards-boxy .c-events__item.open .c-events__toggle i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__header {
  position: relative;
  height: 110px;
  background-color: white;
  padding: 25px 0;
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__header .c-events__logo-opponent {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__header .c-events__date {
  color: #d42027;
  border-left: 10px solid #032740;
  padding-left: 20px;
  height: 60px;
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__header .c-events__date--month {
  font-family: "antoniolight", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__header .c-events__date--day {
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  line-height: 40px;
}
#events-section .c-events--cards-boxy .c-events--cards-boxy__body {
  padding: 20px;
}
#events-section .c-events--cards-boxy .c-events__sport {
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#events-section .c-events--cards-boxy .c-events__opponent {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 21px;
  height: 42px;
  overflow: hidden;
  color: white;
}
#events-section .c-events--cards-boxy .c-events__logo img {
  display: block;
  margin: 0 auto;
}
#events-section .c-events--cards-boxy .c-events__toggle {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: white;
  outline: none;
  border: none;
  background-color: #cccccc;
  text-align: center;
  z-index: 3;
}
#events-section .c-events--cards-boxy .c-events__toggle i {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: inline-block;
}
#events-section .c-events--cards-boxy .c-events__toggle i:before {
  margin: 0;
}
#events-section .c-events--cards-boxy .c-events__toggle span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--cards-boxy .c-events__toggle:hover {
  background-color: #032740;
}
#events-section .c-events--cards-boxy .c-events__ctas {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 20px;
  background-color: #cccccc;
  color: #032740;
  z-index: 2;
}
#events-section .c-events--cards-boxy .c-events__ctas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#events-section .c-events--cards-boxy .c-events__ctas li {
  margin-right: 16px;
}
#events-section .c-events--cards-boxy .c-events__ctas a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #032740;
  font-size: 24px;
  text-decoration: none;
}
#events-section .c-events--cards-boxy .c-events__ctas a span {
  position: absolute;
  left: -9999px;
}
#events-section .c-events--cards-boxy .c-events__ctas a:hover {
  color: #d42027;
}
#events-section .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  position: absolute;
  bottom: -16px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#events-section .slick-dots li {
  margin: 0 10px;
  height: 18px;
  width: 18px;
}
#events-section .slick-dots li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 16px;
  height: 16px;
  background-color: #d42027;
  border: 2px solid #d42027;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
#events-section .slick-dots li button:hover {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-color: #d42027;
}
#events-section .slick-dots li.slick-active button {
  width: 18px;
  height: 18px;
  background-color: transparent;
  border-color: #d42027;
}
.sectionTitle .title {
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  color: #032740;
  text-transform: uppercase;
  margin-right: 24px;
  line-height: 1;
}
.sectionTitle .title span {
  font-family: "antonioregular", sans-serif;
  color: #d42027;
}
.sectionTitle .cta {
  margin-left: auto;
}
.sectionTitle .cta a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #032740;
  text-decoration: none;
}
.promo {
  background-image: url("/images/promo_bg.png");
  background-size: cover;
}
.promo button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background-color: #032740;
  text-align: center;
  font-size: 0;
  padding: 0;
  border: none;
  outline: none;
}
.promo button.slick-prev {
  left: 0;
}
.promo button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e833';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 21px;
  line-height: 50px;
  color: white;
}
.promo button.slick-prev:hover {
  background-color: white;
}
.promo button.slick-prev:hover:before {
  color: #d42027;
}
.promo button.slick-next {
  right: 0;
}
.promo button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '\e832';
  width: 0;
  height: 0;
  font-family: "sidearm_font";
  font-size: 21px;
  line-height: 50px;
  color: white;
}
.promo button.slick-next:hover {
  background-color: white;
}
.promo button.slick-next:hover:before {
  color: #d42027;
}
#social-section {
  background-color: white;
  padding-bottom: 84px;
}
#social-section .sectionTitle {
  min-height: 90px;
  padding: 12px 0;
  background-image: url("/images/stripe_pattern.png");
  background-repeat: repeat;
  margin-bottom: 24px;
}
#social-section .sectionTitle > .row {
  width: 100%;
}
#social-section .sectionTitle .title {
  margin-top: 6px;
}
#social-section .sectionTitle .socialWrapper {
  margin-left: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#social-section .sectionTitle .socialWrapper .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad {
  margin: 0 12px;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #d42027;
  color: white;
  border-radius: 50%;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad a:hover {
  background-color: #032740;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad span {
  display: block;
  font-size: 24px;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad span:before {
  margin: 0;
}
#social-section .sectionTitle .socialWrapper .ads-container .ad.icons-ad span span {
  position: absolute;
  left: -9999px;
}
#social-section .sectionTitle .appCTA a {
  display: block;
  font-family: "antonioregular", sans-serif;
  font-size: 20px;
  height: 48px;
  background-color: #d42027;
  color: white;
  line-height: 48px;
  margin-left: 12px;
  padding: 0 24px;
  padding-top: 3px;
  text-transform: uppercase;
  text-decoration: none;
}
#social-section #twitter {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
#social-section #twitter .c-twitter .c-twitter__item {
  height: 360px;
  position: relative;
  border: 1px solid #cccccc;
}
#social-section #twitter .c-twitter .c-twitter__item-inner {
  background-color: white;
  padding: 24px;
}
#social-section #twitter .c-twitter .c-twitter__body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  color: #032740;
  margin-bottom: 30px;
}
#social-section #twitter .c-twitter .c-twitter__body a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #d42027;
  text-decoration: none;
}
#social-section #twitter .c-twitter .c-twitter__body a:hover {
  text-decoration: underline;
}
#social-section #twitter .c-twitter .c-twitter__user {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #eaeaea;
}
#social-section #twitter .c-twitter .c-twitter__user-info {
  margin-left: 12px;
  font-family: "antonioregular", sans-serif;
}
#social-section #twitter .c-twitter .c-twitter__user-info .c-twitter__screen-name {
  display: block;
  font-size: 24px;
  color: #d42027;
  text-decoration: none;
  margin-top: 6px;
}
#social-section #twitter .c-twitter .c-twitter__actions {
  list-style: none;
  margin: 0;
  padding: 0;
}
#social-section #twitter .c-twitter .c-twitter__actions li {
  margin-right: 30px;
}
#social-section #twitter .c-twitter .c-twitter__actions li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 24px;
  line-height: 1;
  color: #032740;
}
#social-section #twitter .c-twitter .c-twitter__actions li a:hover {
  color: #d42027;
}
#social-section #twitter .c-twitter .c-twitter__actions li a i:before {
  margin: 0;
}
#social-section #twitter .c-twitter .c-twitter__actions li a span {
  position: absolute;
  left: -9999px;
}
#social-section #instagram {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
}
#social-section #instagram .c-instagram {
  border: 1px solid #cccccc;
}
#social-section #instagram .c-instagram .c-instagram__item {
  position: relative;
  height: 360px;
}
#social-section #instagram .c-instagram .c-instagram__image {
  width: 100%;
}
#social-section #instagram .c-instagram .c-instagram__user {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background-color: #eaeaea;
}
#social-section #instagram .c-instagram .c-instagram__username {
  margin-left: 12px;
  font-family: "antonioregular", sans-serif;
}
#social-section #instagram .c-instagram .c-instagram__username .c-instagram__screen-name {
  display: block;
  font-size: 24px;
  color: #d42027;
  text-decoration: none;
  margin-top: 6px;
}
#social-section #facebook {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  margin: 0 12px;
  overflow: hidden;
  max-height: 360px;
  border: 1px solid #cccccc;
  padding: 24px;
  text-align: center;
}
#social-section .mediaIcon {
  flex: 0 0 50px;
  -webkit-flex: 0 0 50px;
  min-width: 1px;
  min-height: 1px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #032740;
  color: white;
  text-align: center;
}
#social-section .mediaIcon i {
  position: relative;
  z-index: 2;
}
#social-section .mediaIcon i:before {
  margin: 0;
}
#social-section .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  position: absolute;
  bottom: -28px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#social-section .slick-dots li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 20px 0 0;
  height: 16px;
  width: 16px;
}
#social-section .slick-dots li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 14px;
  height: 16px;
  background-color: white;
  border: 2px solid #d42027;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
#social-section .slick-dots li button:hover {
  width: 16px;
  height: 16px;
  background-color: #d42027;
  border: 2px solid #d42027;
}
#social-section .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #d42027;
  border: 2px solid #d42027;
}
#aotw-section {
  background-color: #d42027;
  height: 385px;
}
#aotw-section .c-awards--standard .c-awards__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#aotw-section .c-awards--standard .c-awards__item:first-child {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  text-align: right;
}
#aotw-section .c-awards--standard .c-awards__item:first-child .c-awards__media {
  order: 1;
  -webkit-order: 1;
}
#aotw-section .c-awards--standard .c-awards__header {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 362px;
  margin: 0 24px;
}
#aotw-section .c-awards--standard .c-awards__header img {
  vertical-align: middle;
}
#aotw-section .c-awards__text {
  margin: 0 0px;
  line-height: 25px;
}
#aotw-section .c-awards__media img {
  padding: 0 5px;
}
#aotw-section .c-awards__name {
  color: white;
  text-decoration: none;
  line-height: 36px;
}
#aotw-section .c-awards__name .c-awards__firstname {
  font-family: "antonioregular", sans-serif;
  font-size: 24px;
}
#aotw-section .c-awards__name .c-awards__lastname {
  font-family: "antoniobold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
#aotw-section .c-awards__sport {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: white;
  margin-top: 40px;
}
#aotw-section .c-awards__header--slider {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin: 0;
}
#aotw-section .c-awards__header--slider .sponsor {
  flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  min-width: 1px;
  min-height: 1px;
}
#aotw-section .c-awards--slider .c-awards__item {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#aotw-section .c-awards--slider .c-awards__media {
  flex: 0 0 192px;
  -webkit-flex: 0 0 192px;
  min-width: 1px;
  min-height: 1px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin: 24px 12px;
}
#aotw-section .c-awards--slider .c-awards__text {
  margin: 0 12px;
}
#aotw-section .slick-dots {
  display: flex;
  display: -webkit-flex;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 0;
  right: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#aotw-section .slick-dots li {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  min-width: 1px;
  margin: 0;
  display: flex;
  display: -webkit-flex;
}
#aotw-section .slick-dots li.slick-active button {
  background-color: #032740;
}
#aotw-section .slick-dots li button {
  font-size: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  border: none;
  background-color: white;
  border-radius: 50%;
  margin: 0 6px;
  position: relative;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#aotw-section .slick-dots li button:focus {
  outline: none;
}
#video-section {
  background-color: white;
  padding-bottom: 48px;
}
#video-section .sectionTitle {
  height: 90px;
  background-image: url("/images/stripe_pattern.png");
  background-repeat: repeat;
  margin-bottom: 24px;
}
#video-section .sectionTitle > .row {
  width: 100%;
}
#video-section .sectionTitle .title {
  margin-top: 6px;
}
#video-section .sectionTitle .title span {
  margin: 0 4px;
}
#video-section .sectionTitle .youtubeCTA {
  margin-left: auto;
}
#video-section .sectionTitle .youtubeCTA a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #d42027;
  color: white;
  border-radius: 50%;
}
#video-section .sectionTitle .youtubeCTA a:hover {
  background-color: #032740;
}
#video-section .sectionTitle .youtubeCTA i {
  display: block;
  font-size: 24px;
}
#video-section .sectionTitle .youtubeCTA i:before {
  margin: 0;
}
#video-section .sectionTitle .youtubeCTA span {
  position: absolute;
  left: -9999px;
}
#video-section .recent-video-list .recent-video-item {
  position: relative;
  margin: 0 12px;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia {
  position: relative;
  overflow: hidden;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia .videoImg {
  width: 100%;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia .playBtn {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia .playBtn span {
  position: absolute;
  left: -9999px;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia .playBtn:after {
  content: '';
  display: block;
  position: relative;
  z-index: 5;
  width: 69px;
  height: 69px;
  background-image: url("/images/playbutton_white.png");
  background-size: contain;
}
#video-section .recent-video-list .recent-video-item .videoPreview .videoMedia:after {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#video-section .recent-video-list .recent-video-item .videoPreview:hover {
  cursor: pointer;
}
#video-section .recent-video-list .recent-video-item .videoPreview:hover .videoMedia:after {
  background-color: rgba(0, 0, 0, 0);
}
#video-section .recent-video-list .recent-video-item .videoPreview:hover .playBtn:after {
  background-image: url("/images/playbutton_red.png");
}
#video-section .recent-video-list .recent-video-item .videoContent {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  padding: 20px;
  background-color: #eaeaea;
}
#video-section .recent-video-list .recent-video-item .videoContent .title {
  display: block;
  font-family: "antoniobold", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #032740;
  height: 48px;
  overflow: hidden;
}
#video-section .slick-dots {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#video-section .slick-dots li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 20px 0 0;
  height: 16px;
  width: 16px;
}
#video-section .slick-dots li button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 14px;
  height: 16px;
  background-color: white;
  border: 2px solid #d42027;
  border-radius: 50%;
  outline: none;
  font-size: 0;
}
#video-section .slick-dots li button:hover {
  width: 16px;
  height: 16px;
  background-color: #d42027;
  border: 2px solid #d42027;
}
#video-section .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
  background-color: #d42027;
  border: 2px solid #d42027;
}
#sponsors-section {
  background-color: #eaeaea;
  border-top: 1px solid #cccccc;
}
#sponsors-section .sectionTitle {
  height: 90px;
  background-image: url("/images/stripe_pattern.png");
  background-repeat: repeat;
  margin-bottom: 24px;
}
#sponsors-section .sectionTitle > .row {
  width: 100%;
}
#sponsors-section .sectionTitle .title {
  margin-top: 6px;
}
#sponsors-section .sectionTitle .title span {
  margin: 0 4px;
}
#sponsors-section .sectionTitle .donateCTA {
  margin-left: auto;
}
#sponsors-section .sectionTitle .donateCTA a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "antonioregular", sans-serif;
  font-size: 20px;
  display: block;
  text-align: center;
  color: #d42027;
  text-decoration: none;
}
#sponsors-section .sectionTitle .donateCTA a:hover {
  color: #032740;
}
#sponsors-section .sponsors {
  padding: 48px 0;
}
#sponsors-section .sponsors .flex {
  display: block;
}
#sponsors-section .sponsors .flex .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
#sponsors-section .sponsors .flex .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
#footer {
  padding: 48px 0 98px;
  background-color: #032740;
}
#footer .logosWrapper {
  margin-bottom: 48px;
}
#footer .logosWrapper .logo {
  margin: 0 12px;
}
#footer .logosWrapper .logo a:hover {
  cursor: pointer;
}
#footer .logo-sidearm {
  width: 185px;
  margin: 0 auto;
  margin-bottom: 30px;
}
#footer #copyright {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: white;
  padding: 0 12px;
}
#footer #copyright .copy {
  font-family: "antoniobold", sans-serif;
  font-size: 24px;
}
#footer #copyright a {
  color: white;
  text-decoration: none;
}
#footer #copyright a:hover {
  text-decoration: underline;
}
#stickyTicker {
  bottom: -50px;
  left: 0;
  width: 100%;
  position: fixed;
  height: 50px;
  z-index: 9000;
  background-color: #d42027;
  font-size: 16px;
}
#stickyTicker .sticky_logo {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  font-family: "antoniobold", sans-serif;
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: 28px;
  left: 12px;
  z-index: 2;
}
#stickyTicker .row {
  position: relative;
  height: 50px;
}
#stickyTicker .ticker-container {
  position: relative;
  margin-left: 150px;
  font-family: 'Roboto' !important;
}
#stickyTicker .ticker-container .ticker .info > * {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  color: white !important;
}
#stickyTicker .ticker-container .ui-scoreboard-ticker {
  margin: 0 12px;
}
#stickyTicker .ticker-container .ui-scoreboard {
  position: relative;
}
#stickyTicker .ticker-container .ticker .info {
  font-family: 'Roboto' !important;
  font-size: 16px !important;
  text-transform: none !important;
  color: white;
}
#stickyTicker .ticker-container .ticker .info .date {
  font-weight: 700 !important;
}
#stickyTicker .social {
  height: 50px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 12px;
}
#stickyTicker .social .icons .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 50px;
}
#stickyTicker .social .icons .ads-container .ad a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #032740;
  color: white;
  text-align: center;
  text-decoration: none;
}
#stickyTicker .social .icons .ads-container .ad a:hover {
  background-color: white;
  color: #032740;
}
#stickyTicker .social .icons .ads-container .ad a span {
  font-size: 16px;
}
#stickyTicker .social .icons .ads-container .ad a span:before {
  font-family: 'sidearm_font' !important;
  margin: 0;
}
#stickyTicker .social .icons .ads-container .ad a span.icon-twitter:before {
  content: '\e825';
  font-family: 'sidearm_font' !important;
}
#stickyTicker .social .icons .ads-container span span {
  position: absolute;
  left: -9999px;
  top: -9999px;
  background: black;
  color: white;
}
#stickyTicker .social .youtubeCTA a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px;
  border-radius: 50%;
  background-color: #032740;
  color: white;
  text-align: center;
  text-decoration: none;
}
#stickyTicker .social .youtubeCTA a:hover {
  background-color: white;
  color: #032740;
}
#stickyTicker .social .youtubeCTA a i {
  font-size: 16px;
}
#stickyTicker .social .youtubeCTA a i:before {
  font-family: 'sidearm_font' !important;
  margin: 0;
}
#stickyTicker .social .youtubeCTA a i.icon-twitter:before {
  content: '\e825';
  font-family: 'sidearm_font' !important;
}
#stickyTicker .social .youtubeCTA a span {
  position: absolute;
  left: -9999px;
}
.sidearm-story-template-media img {
  width: 100%;
}
html.news.wide .contentDiv_container {
  padding: 0;
}
.article-wrapper {
  margin: 30px auto 0px;
  background-color: white;
  padding: 0px 12px;
}
.article-wrapper.sportfile {
  max-width: 1152px;
  background-color: white;
  padding: 0px 12px;
}
.article-wrapper.news {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
}
.article-wrapper.news .article-image {
  width: 100%;
  padding: 24px;
}
.article-wrapper.news .article-image .media_object_image {
  width: initial !important;
  margin: 0 auto;
}
.article-wrapper.news .article-image .media_object_image img {
  width: 100%;
}
.article-wrapper.news .article-image .article-image-caption {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: white;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-wrapper.news .article-image .showcase-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: visible;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 38px;
  height: 46px;
  background-color: transparent;
}
.article-wrapper.news .article-image .showcase-play-button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  background-image: url("/images/playbutton_white.png");
}
.article-wrapper.news .article-image .article-showcase-player {
  position: relative;
}
.article-wrapper.news .article-image .article-showcase-player .showcase-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article-wrapper.news .article-image #story_media_imgPlay {
  display: block;
  width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99;
}
.article-wrapper.news .article-content_wrapper {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0;
  margin: 0;
  background-color: white;
}
.article-wrapper.news .article-content_wrapper .article-subheadline {
  display: none;
}
.article-wrapper.news .article-content_wrapper .print-friendly-story-button {
  display: none;
}
.article-wrapper.news .article-content_wrapper .noprint {
  display: none;
}
.article-wrapper.news .article-content_wrapper .article-details {
  padding: 24px 75px;
  background-color: #d42027;
}
.article-wrapper.news .article-content_wrapper .article-headline {
  display: block;
  font-family: "antoniobold", sans-serif;
  font-size: 40px;
  line-height: 50px;
  color: white;
  padding: 0;
  margin: 0;
  text-decoration: none;
  clear: both;
}
.article-wrapper.news .article-content_wrapper .article-date {
  font-family: "antonioregular", sans-serif;
  font-size: 24px;
  color: white;
  margin: 12px 0 0 0;
}
.article-wrapper.news .article-content_wrapper .social-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 24px 0;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column {
  display: flex;
  display: -webkit-flex;
  padding: 0;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a {
  display: block;
  width: 45px;
  height: 35px;
  text-align: center;
  background-color: #032740;
  margin: 0px 5px 0 0;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  color: white;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a i {
  font-size: 18px;
  color: white;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a i:before {
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a span {
  position: absolute;
  left: -9999px;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-print {
  background-color: #032740;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-print:hover {
  background-color: #054571;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter {
  background-color: #00aced;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter i.icon-twitter:before {
  content: '\e825';
  font-family: 'sidearm_font' !important;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-twitter:hover {
  background-color: #1fc3ff;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-facebook {
  background-color: #3b5998;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-facebook:hover {
  background-color: #4b6eb9;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-email {
  background-color: #ff9c00;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-email:hover {
  background-color: #ffb133;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-pinterest {
  background-color: #cb2027;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-pinterest:hover {
  background-color: #e13d42;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-google-plus {
  background-color: #e14929;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .social-container .social-column a.social-column-google-plus:hover {
  background-color: #e76f56;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.article-wrapper.news .article-content_wrapper .article-content {
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
  min-width: 1px;
  min-height: 1px;
}
.article-wrapper.news .article-content_wrapper .article-content .story {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #032740;
  line-height: 25px;
  margin: 0;
  padding: 24px 75px;
}
.article-wrapper.news .article-content_wrapper .article-content .story p {
  font-size: 18px;
  color: #032740;
  line-height: 25px;
}
.article-wrapper.news .article-content_wrapper .article-content .story a {
  color: #d42027;
}
.youtube-modal-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -9999px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
}
.youtube-modal-container.youtube-video-is-playing {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-modal-player-container {
  width: 50%;
  background-color: white;
  padding: 20px;
  position: relative;
}
.youtube-modal-player-container .modalHeader {
  margin-bottom: 30px;
}
.youtube-modal-player-container .modalDetails .watching {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #d42027;
  margin-top: 20px;
  text-transform: uppercase;
}
.youtube-modal-player-container .modalDetails .modalTitle {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #032740;
}
.youtube-modal-player-container .youtube-modal-close {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  width: 30px;
  line-height: 30px;
  top: 10px;
  right: 20px;
  background-color: #d42027;
  text-align: center;
}
.youtube-modal-player-container .youtube-modal-close i {
  font-size: 24px;
  line-height: 36px;
  color: white;
}
.youtube-modal-player-container .youtube-modal-close i:before {
  margin: 0;
}
.youtube-modal-player-container .youtube-modal-close:hover {
  cursor: pointer;
  background-color: #a8191f;
}
.youtube-modal-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-modal-player iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-is-playing .youtube-modal-container {
  left: 0;
  opacity: 1;
  z-index: 999999;
}
.youtube-player {
  padding-bottom: 56.25%;
  position: relative;
}
.youtube-player iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1128px) {
  
}
@media screen and (max-width: 1023px) {
  #topStories-section .c-stories--cover .c-stories__item {
    height: auto;
  }
  #topStories-section .c-stories--cover .c-stories__item:after {
    display: none;
  }
  #topStories-section .c-stories--cover .c-stories__details {
    display: block !important;
    position: static;
    background-color: #032740;
    padding: 24px;
  }
  #topStories-section .c-stories--slider2 {
    background-color: #032740;
  }
  #topStories-section .slick-dots {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    justify-content: center;
    -webkit-justify-content: center;
    position: static;
    padding: 24px;
    background-color: #d42027;
  }
  #social-section #twitter {
    flex: 1 0 calc(100% - 24px);
    -webkit-flex: 1 0 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 60px;
  }
  #social-section #twitter .slick-list {
    margin: 0 -12px;
  }
  #social-section #twitter .c-twitter .c-twitter__item {
    margin: 0 12px;
  }
  #social-section #facebook {
    padding: 24px 0;
  }
  #aotw-section {
    height: auto;
    padding: 0 0 24px;
  }
  #aotw-section .c-awards--slider .c-awards__item:first-child {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  #aotw-section .c-awards--slider .c-awards__item:first-child .c-awards__text {
    order: 1;
    -webkit-order: 1;
    text-align: right;
  }
  #aotw-section .c-awards--slider .c-awards__item:first-child .c-awards__media {
    order: 2;
    -webkit-order: 2;
  }
  #footer .logosWrapper .logo {
    flex: 1 0 calc(33.333% - 24px);
    -webkit-flex: 1 0 calc(33.333% - 24px);
    min-width: 1px;
    min-height: 1px;
    text-align: center;
  }
  #stickyTicker .sticky_logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #social-section #instagram {
    flex: 1 0 calc(100% - 24px);
    -webkit-flex: 1 0 calc(100% - 24px);
    min-width: 1px;
    min-height: 1px;
    margin-bottom: 60px;
  }
  #social-section #instagram .c-instagram .c-instagram__item {
    height: auto;
  }
  #aotw-section .c-awards--slider .c-awards__item {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .youtube-modal-player-container {
    width: 100%;
  }
  .article-wrapper.news .article-content_wrapper .article-details {
    padding: 24px;
  }
  .article-wrapper.news .article-content_wrapper .article-content .story {
    padding: 24px;
  }
}
@media screen and (max-width: 539px) {
  #topStories-section .c-stories--cover .archives {
    margin-top: 24px;
  }
  #topStories-section .c-stories--cover .c-stories__url,
  .article-wrapper.news .article-content_wrapper .article-headline {
    font-size: 28px;
    line-height: 36px;
  }
  #social-section .sectionTitle .title {
    margin-right: 0;
  }
  #social-section .sectionTitle .socialWrapper {
    margin: 12px 0;
  }
  #aotw-section .slick-dots {
    bottom: -12px;
    left: 50%;
    right: auto;
    top: auto;
  }
  #footer .logosWrapper .logo {
    flex: 1 0 calc(50% - 24px);
    -webkit-flex: 1 0 calc(50% - 24px);
    min-width: 1px;
    min-height: 1px;
    text-align: center;
  }
  #stickyTicker .social {
    position: static;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  
}
.sidearm-facilities .slick-slide img {
  width: 100%;
}
.content-ad .dfp-ad {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-ad .dfp-ad {
    margin: 24px auto;
  }
}
