@import url("https://fonts.sidearmsports.com/sidearm/sidearm_font.css");
@import url('https://fonts.googleapis.com/css?family=Lora|Open+Sans:300,400,400i');
a.sidearm-skip-link {
  position: absolute;
  left: -99999px;
  top: 0;
  background-color: #635a5a;
  color: #f2f2f2;
}
a.sidearm-skip-link:link,
a.sidearm-skip-link:visited {
  color: #f2f2f2;
}
a.sidearm-skip-link:focus {
  position: fixed;
  left: 0;
  z-index: 9999999;
}
/* Mixins */
/* .clearfix() in grid.less */
/* helper classes in grid.less */
html {
  overflow-x: hidden;
}
body {
  font: 14px/1.4 "Open Sans", arial, sans-serif;
  color: black;
  margin: 0;
  padding: 0;
  background-color: white;
  background-attachment: fixed;
  background-size: cover;
}
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: 1440px;
}
.contentDiv_container {
  margin: 0px auto 0;
}
.contentDiv_container.headroom--not-top {
  margin: 80px auto 0;
}
.wide .contentDiv_container {
  margin: 0px auto 0;
  background: white;
  max-width: 1440px;
}
.wide .contentDiv_container.headroom--not-top {
  margin: 80px auto 0;
}
html:not(.homepage) body {
  background: white;
}
#header {
  position: relative;
  top: 0;
  left: 0;
  background-color: #1f2026;
  width: 100%;
  z-index: 9999;
}
#header .headerLogo {
  height: 92px;
}
#header .header_logo {
  margin: 16px 0;
}
#navigation {
  position: relative;
  top: 0;
  left: 0;
  background: #635a5a;
  height: 60px;
  width: 100%;
  z-index: 9999;
}
#navigation .row {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#navigation.headroom--not-top {
  position: fixed;
}
#navigation navigation-component {
  width: 100%;
}
#navigation .c-nav {
  height: 60px;
  width: 100%;
}
#navigation .c-nav .c-nav-level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
#navigation .c-nav .c-nav-level-1 > li {
  padding: 0 20px;
}
#navigation .c-nav .c-nav-level-1 > li > a {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #f2f2f2;
  text-decoration: none;
}
#navigation .c-nav .c-nav-level-1 > li > a:after {
  content: '';
  width: 1px;
  height: 40px;
  background: #736b6b;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#navigation .c-nav .c-nav-level-1 > li:last-child a:after {
  content: none;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 {
  position: absolute;
  top: 100%;
  left: -9999px;
  opacity: 0;
  transition: 0.2s opacity;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: #e5e5e5;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown {
  width: 310px;
  border-bottom: 5px solid #1f2026;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul > li {
  padding: 20px;
  line-height: 1em;
  border-bottom: 1px solid white;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul > li > a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #1f2026;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul > li:hover {
  background: #1f2026;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul > li:hover > a {
  color: white;
}
#navigation .c-nav .c-nav-level-1 > li > .c-nav-level-2 .c-nav-level-2-dropdown ul > li:last-child {
  border-bottom: none;
}
#navigation .c-nav .c-nav-level-1 > li:hover {
  background: #1f2026;
}
#navigation .c-nav .c-nav-level-1 > li:hover > a:after {
  content: none;
}
#navigation .c-nav .c-nav-level-1 > li:hover > .c-nav-level-2 {
  left: 0;
  opacity: 1;
}
#navigation .c-nav__social .ads-container {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
#navigation .c-nav__social .ads-container .ad {
  margin: 0 20px;
}
#navigation .c-nav__social .ads-container .ad a {
  text-decoration: none;
  font-size: 24px;
  color: #f2f2f2;
}
#navigation .c-nav__social .ads-container .ad span {
  position: absolute;
  left: -9999px;
}
#navigation .c-nav__social .ads-container .ad:last-child {
  margin-right: 0;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout {
  height: 80px;
  line-height: 80px;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout:hover > .c-nav-level-2-dropdown {
  left: 50px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > a {
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 22px;
  color: #f2f2f2;
  margin-left: 20px;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown {
  position: absolute;
  top: 100%;
  left: -99999px;
  width: 310px;
  border-bottom: 5px solid #1f2026;
  background-color: #e5e5e5;
  opacity: 0;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul > li {
  padding: 20px;
  line-height: 1em;
  border-bottom: 1px solid white;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul > li > a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #1f2026;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul > li:hover {
  background: #1f2026;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul > li:hover > a {
  color: white;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-popout > .c-nav-level-2-dropdown ul > li:last-child {
  border-bottom: none;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-menu-button {
  position: relative;
  z-index: 998;
  width: 25px;
  cursor: pointer;
  height: 40px;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-menu-button > div {
  height: 3px;
  background: white;
  width: 100%;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: .25s;
  opacity: 1;
  position: absolute;
  top: 50%;
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-menu-button .top {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}
#navigation .c-nav .c-nav-mobile-menu .c-nav-mobile-menu-button .bottom {
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
}
#navigation .c-nav .c-nav-flyout-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #635a5a;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: 0.5s;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 9000;
  overflow: hidden;
  line-height: 1em;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li:first-child {
  display: none;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a {
  padding: 20px;
  transition: all 250ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  transform: translate3d(-6.5%, 0, 0);
  transition-delay: 1s;
  opacity: 0;
  line-height: 1em;
  text-decoration: none;
  display: block;
  font-family: "Lora", serif;
  font-size: 22px;
  color: #f2f2f2;
  position: relative;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a.parent {
  cursor: pointer;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a.parent:before {
  content: '\e833';
  font-family: sidearm_font;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #f2f2f2;
  opacity: 0;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a.parent.opened:before {
  opacity: 1;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: .5s;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a.parent:after {
  content: '\e832';
  font-family: sidearm_font;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #f2f2f2;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0px;
  top: 0;
  width: 280px;
  height: calc(100% - 50px);
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #635a5a;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-2 > li > a {
  display: block;
  padding: 20px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #f2f2f2;
  opacity: 1;
  transition: all 250ms cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
  transform: translate3d(-6.5%, 0, 0);
  transition-delay: .5s;
  opacity: 0;
  line-height: 1em;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-2 > li.separator a {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #f2f2f2;
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-2.opened {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
#navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-2.opened > li > a {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#navigation .c-nav .c-nav-flyout-menu.opened {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transition-delay: .5s;
}
body.nav-reg.mobile-menu-open #navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li > a {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
body.nav-reg.mobile-menu-open #navigation .c-nav .c-nav-mobile-menu-button > .middle {
  opacity: 0;
}
body.nav-reg.mobile-menu-open #navigation .c-nav .c-nav-mobile-menu-button > .top {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body.nav-reg.mobile-menu-open #navigation .c-nav .c-nav-mobile-menu-button > .bottom {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#topstories {
  padding: 60px 0;
  background: black;
  position: relative;
}
#topstories .top-stories-item {
  transform: scaleY(0.75);
  -webkit-transform: scaleY(0.75);
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 1416px;
}
#topstories .top-stories-item .top-stories-image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
  max-width: 1416px;
  margin: 0 auto;
}
#topstories .top-stories-item picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#topstories .top-stories-item .top-stories-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.25s opacity;
  -webkit-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
}
#topstories .top-stories-item .top-stories-text a {
  text-decoration: none;
  font-family: "Lora", serif;
  font-size: 24px;
  color: #e5e5e5;
}
#topstories .top-stories-item:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.25s opacity;
  -webkit-transition: 0.25s opacity ease-in-out;
  transition: 0.25s opacity ease-in-out;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
}
#topstories .top-stories-item.slick-center {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
}
#topstories .top-stories-item.slick-center button {
  display: block !important;
}
#topstories .top-stories-item.slick-center .top-stories-text {
  opacity: 1;
}
#topstories .top-stories-item.slick-center:before {
  opacity: 0;
}
#topstories .top-stories-thumbnails {
  margin-top: 20px;
}
#topstories .top-stories-thumbnails > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#topstories .top-stories-thumbnails > ul li {
  width: 18px;
  height: 18px;
  background: white;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border: 2px solid transparent;
  border-radius: 100%;
  margin: 0 10px;
  cursor: pointer;
}
#topstories .top-stories-thumbnails > ul li.top-stories-active {
  background: none;
  border: 2px solid white;
}
#topstories .story-arrows {
  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%;
  width: 100%;
  height: 40px;
  max-width: 1416px;
}
#topstories .story-arrows button {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  display: block;
  background-color: transparent;
  outline: none;
  border: 1px solid #cccccc;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 0;
}
#topstories .story-arrows button:hover {
  background: #1f2026;
}
#topstories .story-arrows button.slick-prev {
  left: 12px;
}
#topstories .story-arrows button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: sidearm_font;
  font-size: 32px;
  content: '\e833';
  color: #cccccc;
}
#topstories .story-arrows button.slick-prev:hover:before {
  color: white;
}
#topstories .story-arrows button.slick-next {
  right: 12px;
}
#topstories .story-arrows button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: sidearm_font;
  font-size: 32px;
  content: '\e832';
  color: #cccccc;
}
#topstories .story-arrows button.slick-next:hover:before {
  color: white;
}
@media screen and (max-width: 1440px) {
  #topstories .top-stories-item {
    transform: none;
    -webkit-transform: none;
  }
  #topstories .top-stories-item button {
    display: block !important;
  }
  #topstories .top-stories-item .top-stories-text {
    opacity: 1;
    position: static;
    background: #1f2026;
  }
  #topstories .top-stories-item:before {
    content: none;
  }
}
.s-main {
  padding: 20px 0;
}
.s-main-promos {
  flex: 1 1 360px;
  padding: 0 12px;
  text-align: center;
}
.s-main-promos ads-component {
  display: block;
}
.s-main-promos ads-component ~ ads-component .ad {
  margin-top: 24px;
}
.s-topstories {
  flex: 1 1 720px;
  padding: 0 12px;
  overflow: hidden;
  border-right: solid 1px #c5c5c5;
  border-bottom: solid 1px #c5c5c5;
}
.s-topstories stories-component {
  display: block;
  width: 100%;
}
.s-topstories .c-stories--slider {
  position: relative;
}
.s-topstories .c-stories--slider .c-stories__item {
  position: relative;
}
.s-topstories .c-stories--slider .c-stories__meta {
  font-size: 1.125rem;
  color: #1f2026;
  line-height: 1.25;
  margin-bottom: 12px;
}
.s-topstories .c-stories--slider .c-stories__sport {
  text-transform: uppercase;
  margin-right: 4px;
}
.s-topstories .c-stories--slider .c-stories__media {
  position: relative;
  padding-bottom: 56.25%;
}
.s-topstories .c-stories--slider .c-stories__picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/

}
.s-topstories .c-stories--slider .c-stories__details {
  padding: 24px 0;
}
.s-topstories .c-stories--slider .c-stories__full {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  color: #1f2026;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__full:hover {
  color: #635a5a;
}
.s-topstories .c-stories--slider .c-stories__title {
  line-height: 1.42;
  margin-bottom: 12px;
}
.s-topstories .c-stories--slider .c-stories__url {
  text-decoration: none;
  font-size: 1.5rem;
  color: #1f2026;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__url:hover {
  color: #635a5a;
}
.s-topstories .c-stories--slider .c-stories__teaser {
  padding-bottom: 7px;
}
.s-topstories .c-stories--slider .c-stories__link {
  text-decoration: none;
  color: #1f2026;
  font-size: 1.125rem;
  margin-right: 24px;
  line-height: 1.2;
  transition: .25s;
}
.s-topstories .c-stories--slider .c-stories__link:hover {
  color: #635a5a;
}
.s-topstories .c-stories--slider .c-stories__prev,
.s-topstories .c-stories--slider .c-stories__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  display: block;
  font-size: 32px;
  color: white;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.s-topstories .c-stories--slider .c-stories__prev {
  left: 12px;
}
.s-topstories .c-stories--slider .c-stories__next {
  right: 12px;
}
.s-topstories .c-stories--slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  position: absolute;
  top: 24px;
  right: 0;
  padding-top: 56.25%;
  pointer-events: none;
}
.s-topstories .c-stories--slider .slick-dots li {
  margin-left: 12px;
}
.s-topstories .c-stories--slider .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-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;
  display: block;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #635a5a;
  border-radius: 50%;
  pointer-events: all;
  transition: .25s;
}
.s-topstories .c-stories--slider .slick-dots li.slick-active button,
.s-topstories .c-stories--slider .slick-dots li button:hover {
  background: #635a5a;
}
.s-more-stories {
  flex: 1 1 360px;
  border-bottom: solid 1px #c5c5c5;
}
.s-more-stories__header {
  font-family: "Lora", serif;
  color: #1f2026;
  font-weight: 400;
  margin: 0 0 10px 20px;
  border-bottom: solid 5px #c5c5c5;
  width: 195px;
}
.s-more-stories .c-stories--list .c-stories__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-more-stories .c-stories--list .c-stories__item {
  position: relative;
  border-bottom: solid 1px #c5c5c5;
  padding: 12px 24px;
}
.s-more-stories .c-stories--list .c-stories__title {
  margin: 0;
  line-height: 1.63;
}
.s-more-stories .c-stories--list .c-stories__url {
  text-decoration: none;
  color: #635a5a;
  display: block;
  font-size: 1rem;
  transition: .25s;
}
.s-more-stories .c-stories--list .c-stories__url:hover {
  color: #1f2026;
  text-decoration: underline;
}
.s-more-stories .c-stories--list .c-stories__archives {
  margin-top: 24px;
  color: #635a5a;
  font-size: 1.125rem;
  font-family: "Lora", serif;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  margin-top: 24px;
  transition: .2s;
}
.s-more-stories .c-stories--list .c-stories__archives:hover {
  text-decoration: underline;
}
#promo {
  background: white;
  padding: 100px 0;
}
#promo .conference-logos {
  margin-top: 60px;
}
#promo .conference-logos .ad {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
#promo ul.slick-dots {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#promo ul.slick-dots li {
  font-size: 0;
  margin: 0 5px;
}
#promo ul.slick-dots li.slick-active button {
  background: none;
  border: 2px solid #cccccc;
}
#promo ul.slick-dots li button {
  background: #cccccc;
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-radius: 100%;
  outline: none;
  transition: 0.25s;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/*#navigation{
    position: relative;
    background-color: @darkgrey;
    width: 100%;
    height: 140px;
    -webkit-box-shadow: inset 0 -1px #ccc;
	-moz-box-shadow: inset 0 -1px #ccc;
	box-shadow: inset 0 -1px #ccc;
	z-index: 9999;
    .header_logo{
        .flex-item(0 0 221px);
        margin-right: 24px;
    }
    &.headroom--not-top { 
        position: fixed;
        top: 0;
        left: 0;
        .header_logo{
        }
    }
    .row {
        position: relative;
        width: 100%;
        .flex-container(); 
        .align-center();
    }

    .c-nav{
        .c-nav-level-1 {
            .flex-container();
            height: 139px;
            > li {
            	position: relative;
                .transition(.2s);
                .flex-container();
                .align-center();
                height: 139px;
                padding: 0 24px;
                white-space: nowrap;
                > a {
                    .transition(.2s);
                    position: relative;
                    font-family: "Lora", serif;
                    font-size: 22px;
                    color: @lightgrey;
                    height: 139px;
                    line-height: 139px;
                    text-decoration: none;
                    &:before{
                    	content:'';
                    	position: absolute;
                    	top: 50%;
                    	right: -24px;
                    	.translate(0, -50%);
                    	height: 60px;
                    	width: 1px;
                    	border-right: 1px solid @grey;
                    }
                }
                &:last-child{
                	> a{
	                	&:before{
	                		display: none;
	                	}
                	}
                }
                &:hover {
                    cursor: pointer;
                    background-color: #000;
                    > a {
                    }
                    > div {
                        left: 0;
                    }
                    &:last-child{
                    	> div {
	                        left: initial;
	                        right: 0;
	                    }
                    }
                }
            }
        }
        .c-nav-level-2 {
            position: absolute;
            z-index: 1;
            left: -9999px;
            top: 100%;
            .c-nav-level-2-dropdown{
                .flex-container();
                .flex-wrap();
                margin: 0px auto;
                padding: 0;
                min-width: 320px;
                background-color: @lightgrey;
                border-bottom: 6px solid @darkgrey;
                .c-nav-level-2-dropdown__ad{
                    margin: 12px 0;
                    position: relative;
                }
            }
            ul {
                .flex-item(1);
            }
            li {
                .transition(.2s);
                font-family: "Open Sans", sans-serif;
                font-size: 18px;
                line-height: 50px;
                text-transform: none;
                white-space: normal;
                padding: 0 24px;
                border-bottom: 1px solid #fff;
                &:hover{
                	background-color: @darkgrey;
                    a{
                    	color: #fff;
                    }
                }
            }
            li.c-nav__separator{
                border-bottom: none;
                span{
                    display: block;
                    font-size: 21px;
                    color: @darkgrey;
                    margin: 6px 0;
                    text-transform: uppercase;
                }
                &:hover{
                    background-color: transparent !important;
                }
            }
            a {
                .transition(.2s);
                display: block;
                font-family: "Open Sans", sans-serif;
                color: @darkgrey;
                font-size: 18px;
                text-decoration: none;
            }
        }
    }

    .c-nav-mobile-menu {
    	position: relative;
    	font-family: "Lora", serif;
        font-size: 22px; 
        color: @lightgrey; 
        height: 139px;
        line-height: 139px;
        text-align: right;
        cursor: pointer;
        margin-left: 24px;
        i{
            font-size: 24px;
            color: @lightgrey;
        }
        &:before{
        	content:'';
        	position: absolute;
        	top: 50%;
        	left: -24px;
        	.translate(0, -50%);
        	height: 60px;
        	width: 1px;
        	border-right: 1px solid @grey;
        }
    }
}

.c-nav-flyout {
    background-color: @darkgrey;
    width: 100%;
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .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(.3s);
        -moz-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        -o-transition-timing-function: cubic-bezier(0, 1, .5, 1);
        transition-timing-function: cubic-bezier(0, 1, .5, 1);
        &.opened {
            .transition(.3s);
            -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;
        }
        .icn {
            .flex-container();
            .align-center();
            .justify-center();
            position: absolute;
            top: 0;
            right: 0;
            width: 56px;
            height: 42px;
            font-size: 20px;
            color: @lightgrey;
            background: @darkgrey;
            border-left: solid 1px #ccc;
            border-bottom: solid 1px #ccc;
            text-align: center;
            &:before {
                display: block;
                color: #fff;
            }
            &.opened {
                display: flex !important;
                -webkit-display: flex !important;
            }
        }
        > ul {
            width: 100%;
            > li {
                position: relative;
                color: @darkgrey;
                background: @lightgrey;
                border-bottom: solid 1px #ccc;
                cursor: pointer;
                &:last-child {
                    border-bottom: none;
                }
                > a {
                    display: inline-block;
                	font-family: "Lora", serif;
                    font-size: 16px;
                    width: 100%;
                    padding: 0 12px;
                    line-height: 42px;
                    text-decoration: none;
                    color: @darkgrey;
                }
                .c-nav-flyout-menu-level-2 {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                    max-height: 0;
                    overflow: hidden;
                    .transition(.3s);
                    -moz-transition-timing-function: cubic-bezier(0, 1, .5, 1);
                    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
                    -o-transition-timing-function: cubic-bezier(0, 1, .5, 1);
                    transition-timing-function: cubic-bezier(0, 1, .5, 1);
                    li {
                        position: relative;
                        background: #ddd;
                        border-top: solid 1px #aaa;
                        &.c-nav__separator {
                            color: @lightgrey;
                            background: @darkgrey;
                            text-transform: uppercase;
                            a, span {
                                color: @lightgrey;
                                padding: 0px 12px 0px 15px;
                                font-size: 14px;
                                line-height: 36px;
                            }
                        }
                    }
                    a, span {
                    	font-family: "Lora", serif;
                        display: inline-block;
                        width: 100%;
                        padding: 0 12px 0 24px;
                        color: @darkgrey;
                        font-size: 14px;
                        line-height: 36px;
                        text-decoration: none;
                    }
                    &.opened {
                        .transition(.3s);
                        -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;
                    }
                }
            }
        }
    }
}*/

.banner {
  background-color: #f2f2f2;
  border-bottom: 1px solid #635a5a;
  width: 100%;
  min-height: 60px;
  padding: 10px 0 18px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 4px;
  text-align: center;
}
.banner span {
  font-weight: 500;
}
.banner .count {
  font-family: "Lora", sans-serif;
  font-size: 36px;
  height: 60px;
  margin: 12px 24px 12px 4px;
  padding: 0 24px;
  line-height: 60px;
  border: 1px solid #cccccc;
}
#schools-section .mapPromo {
  background-color: white;
}
#schools-list-section {
  transition: 0.4;
  -webkit-transition: 0.4 ease-in-out;
  transition: 0.4 ease-in-out;
  padding: 0px 0 50px;
  background-color: white;
}
#schools-list-section.open {
  background-color: #635a5a;
}
#schools-list-section #conferenceContainer {
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  max-height: 0px;
  overflow: hidden;
}
#schools-list-section #conferenceContainer.open {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  padding-top: 50px;
  max-height: 5000px;
}
#schools-list-section .conferenceWrapper {
  flex: 1;
  -webkit-flex: 1;
  min-width: 1px;
  min-height: 1px;
  border-right: 1px solid #cccccc;
  padding: 0px 24px;
}
#schools-list-section .conferenceWrapper:last-child {
  border-right: none;
}
#schools-list-section .conference {
  text-align: center;
  padding: 12px 0;
}
#schools-list-section .conference .name {
  font-family: "Lora", serif;
  font-size: 22px;
  color: #1f2026;
}
#schools-list-section .conference .schools {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #f2f2f2;
  padding-bottom: 12px;
}
#schools-list-section .conference .schools a {
  font-size: 18px;
  color: #f2f2f2;
  text-decoration: none;
}
#schools-list-section .conference .schools a:hover {
  text-decoration: underline;
}
#schools-list-section #school-list-toggle {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  margin: 24px auto;
  font-family: "Lora", serif;
  font-size: 18px;
  color: #1f2026;
  width: 300px;
  height: 60px;
  line-height: 60px;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-align: center;
  background-color: #f2f2f2;
  outline: none;
  border: none;
}
#schools-list-section #school-list-toggle:after {
  content: '\e830';
  font-family: sidearm_font;
  font-size: 18px;
  color: #1f2026;
  letter-spacing: 0;
}
#schools-list-section #school-list-toggle.open:after {
  content: '\e831';
  font-family: sidearm_font;
  font-size: 18px;
  color: #1f2026;
}
#schools-list-section #school-list-toggle:hover {
  cursor: pointer;
  background-color: #cccccc;
}
.missionStatement {
  padding: 100px 0;
  text-align: center;
}
.missionStatement .mission {
  font-family: "Lora", serif;
  font-size: 46px;
  line-height: 60px;
  color: #1f2026;
  margin-bottom: 24px;
}
.missionStatement .subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #1f2026;
}
#promo .slick-track {
  margin: 0 auto;
}
#twitter-section {
  border-top: 1px solid #cccccc;
  background-color: #e5e5e5;
  padding: 100px 0;
}
#twitter-section .tweet-item-container {
  margin: 0 12px;
}
#twitter-section .twitter .tweet {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
#twitter-section .twitter .tweet .body {
  color: black;
  padding: 0 0 36px;
  min-height: 108px;
  line-height: 36px;
}
#twitter-section .twitter .tweet .body a {
  text-decoration: none;
  color: #635a5a;
}
#twitter-section .twitter .tweet .tweet-item-user {
  margin: 0;
}
#twitter-section .twitter .tweet .tweet-item-user i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #55acee;
  text-align: center;
  color: white;
  line-height: 24px;
}
#twitter-section .twitter .tweet .tweet-item-user .userInfo {
  margin-left: 12px;
}
#twitter-section .twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #635a5a;
  margin: 0;
}
#twitter-section .twitter .tweet .tweet-item-user .userInfo .tweet-item-user-screen-name:before {
  content: "@";
}
#twitter-section .twitter .tweet .tweetBottom {
  padding: 20px;
  width: 100%;
  border-top: 1px dotted #635a5a;
}
#twitter-section .twitter .tweet ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 105px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#twitter-section .twitter .tweet ul li a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #635a5a;
  font-size: 28px;
  text-decoration: none;
}
#twitter-section .twitter .tweet ul li a:hover {
  color: #1f2026;
}
#twitter-section .twitter .tweet ul li a i:before {
  margin: 0;
}
#twitter-section .twitter .tweet ul li a span {
  position: absolute;
  left: -9999px;
}
#twitter-section 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: 48px;
  height: 48px;
  display: block;
  background-color: transparent;
  outline: none;
  border: 1px solid #cccccc;
  line-height: 40px;
  text-align: center;
  color: white;
  font-size: 0;
}
#twitter-section button:hover {
  background: #1f2026;
}
#twitter-section button.slick-prev {
  left: -96px;
}
#twitter-section button.slick-prev:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: sidearm_font;
  font-size: 32px;
  content: '\e833';
  color: #cccccc;
}
#twitter-section button.slick-prev:hover:before {
  color: white;
}
#twitter-section button.slick-next {
  right: -96px;
}
#twitter-section button.slick-next:before {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: sidearm_font;
  font-size: 32px;
  content: '\e832';
  color: #cccccc;
}
#twitter-section button.slick-next:hover:before {
  color: white;
}
#twitter-section .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
#twitter-section .slick-dots li {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-width: 1px;
}
#twitter-section .slick-dots li.slick-active button {
  background-color: #1f2026;
}
#twitter-section .slick-dots li button {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 0;
  border-radius: 50%;
  padding: 0;
  outline: none;
  border: none;
  background-color: #635a5a;
  margin: 0 6px;
}
#twitter-section .slick-dots li button:focus {
  outline: none;
}
.sponsors {
  padding: 60px 0;
}
.sponsors .flex {
  display: block;
}
.sponsors .flex .ads-container .ad.multi-ad {
  display: inline-block;
  margin: 0 12px;
}
.sponsors .flex .ads-container .ad.multi-ad img {
  vertical-align: middle;
  padding: 0px 0px;
  margin: 0 auto;
}
#footer {
  background-color: #635a5a;
  padding: 100px 0;
}
#footer .leftSide {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #f2f2f2;
  padding: 12px 24px;
  margin: 0;
  line-height: 36px;
  border-left: 1px solid #cccccc;
}
#footer .leftSide .copy {
  font-family: "Lora", sans-serif;
}
#footer .leftSide a {
  transition: 0.2s;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 18px;
  color: #f2f2f2;
  text-decoration: none;
}
#footer .leftSide a:hover {
  color: #1f2026;
  text-decoration: underline;
}
#footer .rightSide {
  text-align: right;
}
.sidearm-story-template {
  background-color: white;
}
.article-wrapper.sportfile {
  padding: 8px;
  background-color: white;
  max-width: 1440px;
  margin: 48px auto 0;
}
html.sportfile.wide body {
  background: white;
}
html.sportfile.wide body .contentDiv_container {
  max-width: 1440px;
  padding: 0;
}
.sidearm-common {
  max-width: 1440px;
  margin: 48px auto;
  padding: 0 12px;
}
.sidearm-common.sidearm-staff-member {
  padding: 0;
  border: 1px solid #cccccc;
}
.sidearm-common-bio-image {
  margin: -1rem 0 16px 120px !important;
}
.sidearm-common-bio-image img {
  max-width: 190px;
}
.sidearm-common-bio-name {
  font-family: "Lora", serif;
  font-size: 1.6em;
}
.sidearm-common-bio-fields {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 36px;
}
.sidearm-common-bio-fields dt {
  text-transform: none !important;
}
.sidearm-common-bio-fields dd {
  color: #635a5a;
}
.sidearm-common-bio-full {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #635a5a;
  padding: 12px 120px 40px;
}
html.news.wide body {
  background: white;
}
html.news.wide body .contentDiv_container {
  max-width: none;
  padding: 0;
}
.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;
  flex-direction: column;
  max-width: 1440px;
  padding: 100px;
  margin: 48px auto;
  background-color: white;
  border: 1px solid #cccccc;
}
.article-wrapper.news .article-image {
  position: relative;
}
.article-wrapper.news .article-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: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: white;
  width: 100%;
  height: 30px;
  line-height: 30px;
  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;
  background-color: transparent;
  outline: 0;
  padding: 0;
  font-size: 0;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 3;
}
.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: 50px;
  height: 50px;
  margin: 0;
  background-image: url("https://s3.amazonaws.com/assets.sidearmsports.com/images/play-full.png");
  background-size: contain;
}
.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;
  background-color: white;
}
.article-wrapper.news .article-content_wrapper .article-date {
  display: block;
  font-family: "Lora", sans-serif;
  font-size: 18px;
  color: black;
  margin-right: 24px;
}
.article-wrapper.news .article-content_wrapper .story_email {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  font-family: "Lora", sans-serif;
  padding: 12px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 18px;
  color: black;
  margin: 88px 0 24px;
}
.article-wrapper.news .article-content_wrapper .story_email .article-cta > * {
  margin-right: 24px;
}
.article-wrapper.news .article-content_wrapper .story_email img {
  display: block;
}
.article-wrapper.news .article-content_wrapper .article-details {
  border-top: none;
}
.article-wrapper.news .article-content_wrapper .article-details .article-headline {
  display: block;
  padding: 0;
  font-family: "Lora", sans-serif;
  font-size: 48px;
  text-decoration: none;
  color: #1f2026;
  clear: both;
  line-height: 60px;
  text-align: center;
}
.article-wrapper.news .article-content_wrapper .article-content {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex: 1 1 300px;
  -webkit-flex: 1 1 300px;
  min-width: 1px;
  min-height: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #635a5a;
  line-height: 36px;
}
.article-wrapper.news .article-content_wrapper .article-content p {
  font-size: 18px;
  color: #635a5a;
  line-height: 36px;
}
.article-wrapper.news .article-content_wrapper .article-content a {
  color: black;
}
@media screen and (max-width: 1620px) {
  #twitter-section button.slick-prev {
    left: -60px;
  }
  #twitter-section button.slick-next {
    right: -60px;
  }
  .twitter-list {
    margin: 0 60px;
  }
}
@media (max-width: 1360px) {
  .s-main {
    flex-wrap: wrap;
  }
  .s-main-promos {
    flex: 0 0 100%;
    order: 3;
    margin-top: 48px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
  }
  .s-main-promos .ad {
    margin: 0 12px;
  }
  .s-topstories {
    width: calc(100% - 360px);
    flex: 0 0 auto;
  }
  .s-more-stories {
    flex: 0 0 336px;
  }
}
@media screen and (max-width: 1128px) {
  #schools-list-section .conferenceWrapper {
    flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
    min-width: 1px;
    min-height: 1px;
  }
  #schools-list-section .conferenceWrapper:nth-child(even) {
    border: none;
  }
}
@media (max-width: 1024px) {
  .s-main {
    display: block;
  }
  .s-topstories {
    width: 100%;
    border-right: none;
  }
  .s-more-stories {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 12px;
  }
}
@media screen and (max-width: 1023px) {
  /*#header{
          position: relative;
      }
      #navigation{
          position: relative;
          top: 0 !important;
          &.headroom--not-top {
              position: fixed;
          }
      }
      .contentDiv_container{
          margin: 0 auto 0 !important;
          &.headroom--not-top {
              margin: 80px auto 0 !important;
          }
      }*/
  
  .banner {
    display: none;
  }
  .banner .count {
    margin: 12px 24px 12px 16px;
  }
  .sidearm-common-bio-image {
    margin: -1rem 0 16px 16px !important;
  }
  .sidearm-common-bio-image img {
    max-width: 100%;
  }
  .sidearm-common-bio-full {
    padding: 24px;
  }
  .article-wrapper.news {
    padding: 100px 24px;
  }
}
@media screen and (max-width: 767px) {
  .missionStatement .mission,
  .article-wrapper.news .article-content_wrapper .article-details .article-headline {
    font-size: 28px;
    line-height: 42px;
  }
  #navigation .c-nav__social .ads-container .ad {
    margin: 0 10px;
  }
  .s-main-promos {
    display: block;
  }
  .s-main-promos ads-component ~ ads-component .ad {
    margin-top: 24px;
  }
  .s-topstories .c-stories--slider .c-stories__details {
    padding-top: 60px;
  }
  .s-topstories .c-stories--slider .slick-dots {
    width: 100%;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .s-topstories .c-stories--slider .slick-dots li {
    margin: 0 6px;
  }
}
@media screen and (max-width: 539px) {
  #navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li:first-child {
    display: block;
  }
  #navigation .header_logo {
    flex: 0 0 130px;
    -webkit-flex: 0 0 130px;
    min-width: 1px;
    min-height: 1px;
  }
  #schools-list-section .conferenceWrapper {
    flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    min-width: 1px;
    min-height: 1px;
  }
  #schools-list-section .conferenceWrapper {
    border: none;
  }
  .twitter-list {
    margin: 0;
  }
  #twitter-section .twitter .tweet .tweetBottom {
    padding: 20px 0;
  }
  #footer .leftSide {
    border-left: none;
    border-bottom: 1px solid white;
    padding: 0 0 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  .sidearm-common-bio-image {
    margin: 0 12px 0 0 !important;
  }
  .sidearm-common-bio-image img {
    max-width: 100%;
  }
  #header #navigation .c-nav .c-nav-mobile-menu > a {
    display: none;
  }
  #header #navigation .c-nav .c-nav-flyout-menu .c-nav-flyout-menu-level-1 > li:first-child {
    display: block;
  }
}
.sidearm-calendar .sidearm-calendar-table-cell-event span[data-bind="text: at_vs"] {
  display: none;
}
.sidearm-staff h2 {
  font-size: 0;
}
.sidearm-staff h2:after {
  content: 'Member Directory';
  font-size: 1.5rem;
}
.sidearm-calendar-schedule p {
  display: none;
}
.sidearm-schedule-select-location {
  display: none;
}
.sidearm-calendar-schedule-event-indicator {
  display: none;
}
