@font-face {
    font-family: 'sherman_block_condbold';
    src: url('//fonts.sidearmsports.com/custom_fonts/syracuse/shermanblockcond-bold-webfont.woff2') format('woff2'), 
         url('//fonts.sidearmsports.com/custom_fonts/syracuse/shermanblockcond-bold-webfont.woff') format('woff');
}
/*** Default Styles ***/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: normal;
    color: #0C233F;
}
a, button {
    transition: all 0.2s ease-in-out 0s;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
*, *:before, *:after {
    box-sizing: border-box;
}
.btn {
    font-family: 'sherman_block_condbold';
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 48px;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #0C233F;
    color: #0C233F;
    font-size: 60px;
}
.btn:hover, .btn:focus {
    background-color: #0C233F !important;
    color: #fff;
}
section {
    scroll-margin-top: 82px;
}
.section__header {
    font-family: 'sherman_block_condbold';
    font-size: 90px;
    line-height: 100px;
    color: #0C233F;
    border-bottom: 2px solid #0C233F;
    height: 126px;
}
.section__header.on-blue {
    color: #fff;
    border-color: #fff;
}
.section__header span {
    color: #D44500;
    margin-left: 12px;
}
.section__header-inner {
    display: inline-flex;
    position: relative;
    align-items: center;
    height: 100%;
}
.section__header-inner:after {
    content: '';
    width: 100%;
    height: 10px;
    background-color: #D44500;
    position: absolute;
    bottom: -2px;
    left: 0;
}

/*** Main Nav ***/
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-top: 12px solid #0C233F;
    background: rgba(95, 31, 0, 0);
    transition: all 0.2s ease-in-out 0s;
}
html.not-top .main-nav {
    background: rgba(95, 31, 0, 0.9);
}
.main-nav .btn {
    display: none;
}
.main-nav__nav {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-nav__nav-link {
    text-decoration: none;
    color: #fff;
    height: 70px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
}
.main-nav__nav-link:before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 0;
    background-color: #D44500;
    transition: all 0.2s ease-in-out 0s;
}
.main-nav__nav-link:hover, .main-nav__nav-link:focus {
    background-color: #0C233F;
}
.main-nav__nav-link:hover:before, .main-nav__nav-link:focus:before {
    width: 100%;
}
.main-nav__toggle {
    width: 70px;
    height: 70px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.main-nav__toggle:before {
    content: '\e109';
    font-family: 'sidearm_font_v2';
    color: #fff;
    font-size: 24px;
}
.main-nav__logo {
    width: 80px;
    display: none;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

/*** Hero ***/
.hero {
    background-image: url(/img/hero_bg.jpg);
    background-size: cover;
    background-position: top center;
    text-align: center;
    padding-top: 136px;
    position: relative;
    background-attachment: fixed;
    z-index: 3;
}
.hero__logo img {
    width: 350px;
}
.hero__cutouts {
    position: relative;
    z-index: 2;
    margin-top: 18px;
}
.hero__bottom {
    height: 350px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #0C233F;
    position: relative;
}
.hero__bottom-image {
    flex: 1 1 auto;
    height: 100%;
}
.hero__bottom-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero__bottom-center {
    flex: 1 1 auto;
    padding: 24px 24px 0;
}
.hero__bottom span {
    color: #D44500;
    font-weight: 900;
}
.hero .btn {
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D44500;
    border-color: #fff;
    color: #fff;
    border-bottom: none;
    z-index: 3;
}
.hero .btn:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #D44500 transparent transparent transparent;
    transition: all 0.2s ease-in-out 0s;
}
.hero .btn:hover:after, .hero .btn:focus:after {
    border-color: #0C233F transparent transparent transparent;
}

/*** Central New York ***/
.cny {
    background-color: #0C233F;
    color: #fff;
    padding: 0 24px 24px;
}
.cny a {
    color: #fff;
}

/*** Who We Are ***/
.who {
    color: #fff;
    position: relative;
    z-index: 2;
}
.who__left {
    width: 50%;
    background-color: #0C233F;
    position: relative;
    z-index: 2;
}
.who__right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.who__right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.who__left-top {
    display: flex;
    align-items: center;
    position: relative;
}
.who__left-top:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 24px;
    width: calc(100% - 48px);
    height: 2px;
    background-color: #fff;
}
.who__left-top-left {
    padding-left: 24px;
}
.who__left-top-left img {
    width: 300px;
}
.who__left-top-right {
    flex: 1 1 350px;
    text-align: right;
}
.who__subtitle {
    width: calc(100% + 200px);
    background-color: #0C233F;
    position: relative;
    padding: 26px 24px;
    text-align: right;
    font-size: 24px;
}
.who__subtitle span {
    font-weight: 900;
    color: #D44500;
}
.who .section__header {
    white-space: nowrap;
    margin-right: 24px;
    position: relative;
    z-index: 2;
    border-bottom: none;
}
.who p {
    margin: 0;
    padding: 24px;
}

/*** What is NIL? ***/
.what {
    position: relative;
}
.what__left {
    width: calc(50% - 126px);
    position: relative;
    z-index: 2;
}
.what__left-top {
    padding: 0 24px;
}
.what__right {
    position: absolute;
    top: 42px;
    right: 0;
    overflow: hidden;
    width: calc(50% + 126px);
    height: calc(100% - 84px);
}
.what__right img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.what__right:before, .what__right:after, .what__right-inner:before, .what__right-inner:after {
    content: '';
    position: absolute;
    background-color: #fff;
}
.what__right:before {
    height: 84px;
    width: 42px;
    top: 0;
    left: 84px;
}
.what__right:after {
    height: 42px;
    width: calc(100% - 126px);
    top: 84px;
    left: 84px;
}
.what__right-inner:before {
    height: 84px;
    width: 42px;
    right: 42px;
    top: 126px;
}
.what__right-inner:after {
    height: 42px;
    width: 42px;
    right: 0;
    top: 168px;
}
.what__left p {
    margin: 0;
    padding: 48px 24px;
    font-size: 21px;
    font-weight: 700;
}
.what__quote {
    width: calc(100% + 200px);
    background-color: #fff;
    position: relative;
    padding: 24px;
}
.what__quote-top {
    display: flex;
    justify-content: space-between;
}
.what__quote-quote {
    text-align: right;
    font-family: 'sherman_block_condbold';
    font-size: 36px;
    margin-left: 24px;
}
.what__quote-bottom {
    text-align: center;
    margin-top: 24px;
}
.what__quote-bottom span {
    color: #D44500;
    font-weight: 900;
}
.what__babers-quote {
    display: flex;
    align-items: center;
}
.what__babers-quote .what__quote {
    width: auto;
    position: relative;
    left: auto;
    bottom: auto;
}
.what__babers-quote .what__quote-quote {
    margin-left: 0;
    margin-right: 24px;
    text-align: left;
}
.what__babers-image {
    flex: 0 0 300px;
}

/*** How You Can Help ***/
.how {
    position: relative;
    color: #fff;
}
.how__left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: calc(100% + 126px);
}
.how__left:after {
    content: '';
    width: 42px;
    height: 126px;
    position: absolute;
    background-image: url(/img/decoration.svg);
    background-size: cover;
    z-index: 2;
    left: 0;
    bottom: -84px;
}
.how__left img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.how__right {
    width: 50%;
    margin-left: auto;
    background-color: #0C233F;
    position: relative;
    z-index: 2;
}
.how__subtitle {
    width: calc(100% + 200px);
    background-color: #0C233F;
    position: relative;
    padding: 26px 24px;
    font-size: 24px;
    right: 200px;
}
.how__subtitle span {
    font-weight: 900;
    color: #D44500;
}
.how__right-inner {
    padding: 0 24px 24px;
}
.how .section__header {
    text-align: right;
}
.how p {
    text-align: right;
    margin: 0;
    margin-top: 24px;
}
.how__right-inner ul {
    list-style: none;
    padding: 0;
    margin: 12px -6px -6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.how__right-inner ul li {
    flex: 1 1 auto;
    margin: 6px;
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #D44500;
    padding: 24px 12px;
    font-size: 21px;
    font-weight: 700;
}
.how__right-inner ul li strong {
    margin-bottom: 6px;
}
.how strong {
    font-weight: 900;
}
.how a {
    color: #fff;
}

/*** Meet Our Team ***/
.team__top {
    width: 50%;
    margin-left: auto;
    padding: 0 24px;
}
.team .section__header {
    text-align: right;
}
.team__inner {
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.team__inner:before, .team__inner:after {
    content: '';
    position: absolute;
    background-color: #fff;
}
.team__inner:before {
    width: 42px;
    height: 42px;
    top: 0;
    left: 42px;
}
.team__inner:after {
    width: 84px;
    height: 42px;
    top: 42px;
    left: 0;
}
.team__item {
    flex: 0 1 50%;
    display: flex;
    margin-bottom: 42px;
}
.team__headshot, .team__text {
    flex: 1 1 50%;
}
.team__text {
    display: flex;
    flex-direction: column;
}
.team__name-title {
    flex: 1 1 auto;
    text-align: center;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}
.team__name {
    font-weight: 900;
    font-size: 28px;
}
.team__title {
    font-size: 21px;
    color: #D44500;
    margin-bottom: 6px;
}
.team__bio {
    padding: 24px;
    background-color: #fff;
    width: calc(100% + 96px);
    transform: translateX(-96px);
    line-height: 21px;
    font-size: 14px;
}
.team__item.logo-filler {
    align-items: center;
    justify-content: center;
    background-color: #0C233F;
}
.team__item.logo-filler img {
    width: 400px;
}

/*** Photos ***/
.photos {
    text-align: center;
}
.photos__inner {
    overflow: hidden;
}
.photos .section__header {
    max-width: 500px;
    margin: 0 auto;
}
.photos__slider {
    max-width: 1024px;
    margin: 0 auto;
}
.photos__slider .slick-list {
    overflow: visible !important;
}
.photos__item {
    background-color: #0C233F;
}
.photos__item img {
    filter: grayscale(1);
    opacity: .25;
    transition: all 0.2s ease-in-out 0s;
}
.photos__item.slick-center img {
    filter: none;
    opacity: 1;
}
.slick-prev, .slick-next {
    position: absolute;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out 0s;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #0C233F;
}
.slick-prev:after, .slick-next:after {
    font-family: 'sidearm_font_v2';
    font-size: 24px;
    color: #0C233F;
    transition: all 0.2s ease-in-out 0s;
}
.slick-prev {
    left: 0;
}
.slick-prev:after {
    content: '\e009';
}
.slick-next {
    right: 0;
}
.slick-next:after {
    content: '\e010';
}
.slick-prev:hover::after, .slick-prev:focus::after, .slick-next:hover::after, .slick-next:focus::after {
    color: #fff;
}

/*** Footer ***/
footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    border-bottom: 12px solid #D44500;
    background-color: #0C233F;
}
footer img {
    width: 180px;
}

/*** Media Queries ***/
@media(max-width: 1223px) {
    .how__right-inner ul li {
        font-size: 18px;
    }
}
@media(max-width: 1024px) {
    .hero, .support__bottom {
        background-attachment: scroll;
    }
    .what {
        padding-bottom: 0;
    }
    .what__left p {
        font-size: 18px;
        padding: 24px;
    }
    .team__inner {
        justify-content: center;
        padding: 0 12px;
    }
    .team__item {
        display: block;
        margin-bottom: 0;
        width: calc(50% - 24px);
        margin: 12px;
        flex: 0 1 auto;
    }
    .team__name-title {
        padding: 0;
        margin-bottom: 12px;
    }
    .team__bio {
        width: 100%;
        transform: none;
        padding: 0;
        text-align: center;
    }
    .team__text {
        padding: 24px;
    }
    .team__item.logo-filler {
        display: none;
    }
    .photos__slider {
        max-width: 768px;
    }
}

@media(max-width: 1023px) {
    .btn {
        font-size: 48px;
        height: 65px;
    }
    .main-nav {
        display: flex;
        align-items: center;
        padding-left: 24px;
    }
    .main-nav .btn {
        font-size: 36px;
        height: 50px;
    }
    .main-nav__toggle, .main-nav .btn {
        display: flex;
    }
    html.menu-open .main-nav {
        background-color: rgba(95, 31, 0, 0.9);
    }
    html.menu-open .main-nav__toggle:before {
        content: '\e077';
    }
    .main-nav__nav {
        position: absolute;
        display: block;
        right: 0;
        top: 70px;
        background-color: rgba(95, 31, 0, 0.9);
        transform: translateX(100%);
        transition: all 0.2s ease-in-out 0s;
    }
    html.menu-open .main-nav__nav {
        transform: none;
    }
    .main-nav__logo {
        display: block;
    }
    html.not-top .main-nav__logo, html.menu-open .main-nav__logo {
        opacity: 1;
    }
    .hero__bottom {
        font-size: 21px;
    }
    .who__left {
        width: 100%;
    }
    .who__left-top {
        padding: 66px 24px 0;
    }
    .who__subtitle {
        width: auto;
        padding: 0;
    }
    .who__right {
        width: 100%;
        position: relative;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .who__left-top-left {
        padding: 0;
    }
    .who .section__header {
        margin: 0;
    }
    .who__right:after {
        display: none;
    }
    .what {
        position: relative;
    }
    .what__left {
        width: 100%;
        position: static;
    }
    .what__right {
        width: 100%;
        position: relative;
        height: auto;
        top: auto;
    }
    .what__right-inner {
        aspect-ratio: 16 / 9;
    }
    .what__quote {
        width: calc(100% - 48px);
        position: absolute;
        z-index: 2;
        bottom: 24px;
        left: 24px;
        background-color: rgba(255, 255, 255, .85);
    }
    .what__quote-quote {
        font-size: 33px;
    }
    .what__right:before, .what__right:after, .what__right-inner:before, .what__right-inner:after {
        display: none;
    }
    .what__babers-quote {
        align-items: flex-end;
    }
    .what__babers-quote .what__quote-top {
        flex-direction: column-reverse;
        align-items: center;
    }
    .what__babers-quote .what__quote-top img {
        width: 156px;
    }
    .what__babers-quote .what__quote-quote {
        margin: 12px 0 0;
    }
    .what__babers-quote .what__quote-quote {
        text-align: center;
    }
    .how {
        display: flex;
        flex-direction: column-reverse;
    }
    .how__right {
        width: 100%;
    }
    .how__left {
        width: 100%;
        position: relative;
        height: auto;
    }
    .how__left:after {
        display: none;
    }
    .how__left-inner {
        aspect-ratio: 16 / 9;
    }
    .how__subtitle {
        width: 100%;
        right: auto;
        text-align: center;
        padding-bottom: 0;
    }
    .how p {
        text-align: left;
    }
    .team__top {
        width: 100%;
    }
    .team .section__header {
        text-align: left;
    }
    .team__inner:before, .team__inner:after {
        display: none;
    }
    .team__inner {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    .section__header {
        text-align: center !important;
        font-size: 62px;
        height: 96px;
    }
    .section__header-inner:after {
        bottom: 1px;
    }
    .main-nav .btn {
        font-size: 28px;
        height: 40px;
        padding: 0 36px;
    }
    .main-nav__nav {
        width: 100%;
    }
    .hero__logo img {
        width: 280px;
    }
    .hero:after {
        display: none;
    }
    .hero__bottom:before, .hero__bottom:after {
        display: none;
    }
    .hero .btn {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        border: none;
    }
    .hero__bottom {
        height: auto;
        display: block;
    }
    .hero__bottom-image {
        display: none;
    }
    .who__left {
        padding: 24px;
    }
    .who__left-top {
        display: block;
        padding: 0;
        text-align: center;
    }
    .who__subtitle {
        text-align: center;
        margin-top: 24px;
        font-size: 21px;
    }
    .who p {
        padding: 24px 0 0;
    }
    .who .section__header {
        border-bottom: 2px solid #fff;
    }
    .who__left-top:after {
        display: none;
    }
    .what__quote {
        position: relative;
        width: 100%;
        bottom: auto;
        left: auto;
        padding-top: 0;
    }
    .what__quote-top {
        display: block;
        text-align: center;
    }
    .babers-quote {
        padding-top: 24px;
    }
    .what__babers-quote .what__quote-top {
        display: flex;
    }
    .what__quote-quote {
        margin: 12px 0 0;
        text-align: center;
        font-size: 28px;
    }
    .what__quote-top img {
        width: 100px;
    }
    .what__left p {
        font-size: 16px;
    }
    .what__babers-quote {
        flex-direction: column-reverse;
    }
    .how__subtitle {
        font-size: 21px;
    }
    .how__right-inner ul {
        display: block;
        margin: 24px 0 -6px;
    }
    .how__right-inner ul li {
        width: 100%;
        margin: 6px 0;
    }
    .team__inner {
        display: block;
        padding: 0 24px;
    }
    .team__item {
        width: 100%;
        margin: 12px 0;
    }
    .support {
        padding: 0 24px;
    }
    footer {
        display: block;
        text-align: center;
    }
    footer img {
        margin: 12px;
    }
}