@import url("https://use.typekit.net/bre6fwl.css");
body, p, p a {
  font-family: sans-serif;
}
a, h1, h2, h3, h4, h5, h6, .sideLink, text, span {
  font-family: "rift", sans-serif;
}
h1, h2, h3, h4, h5, h6, span, text{
  font-weight: 700;
}
h1{
  color: white;
  font-size: 10rem;
}
.offsetTop h1{
  font-size: 6rem;
}
h2{
  font-size: 8rem;
}
h2.smallHeader{
  font-size: 2rem;
}
h1.smallHeader{
  color: #112E51;
  font-size: 4rem;
}
span{
  font-size: 2rem;
}
p, span p{
  font-size: 1rem;
}
@media screen and ( max-width: 1200px ){
  .offsetTop h1{
    font-size: 4rem;
  }
}
@media screen and ( max-width: 992px ){
  .offsetTop h1{
    font-size: 2rem;
  }
  h1, h1.smallHeader{
    font-size: 2rem;
  }
  h2{
    font-size: 1.6rem;
  }
}
footer{
  background-color: #112E51!important;
  color: white;
}
footer p, footer a, footer a:hover{
  color: white;
}
footer .menu {
  margin-top: 0;
  margin-right: 0;
  padding: 0;
}
footer .menu li{
  display: block;
}
footer .menu a{
  text-align: left;
  background: transparent;
  padding: 0;
}

footer a {
  font-family: sans-serif;
}
footer p {
  font-family: "rift", sans-serif;
}
.nf-error .ninja-forms-field{
  border-color: #112E51!important;
}
.nf-error.field-wrap .nf-field-element:after{
  background: #112E51!important;
}
.nf-error-msg, .ninja-forms-req-symbol{
  color: #112E51!important;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea{
  border: none!important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit]{
  background: #112E51!important;
  padding: 10px 40px;
}
#carousel{
  min-height: 100vh;
}
.titleCenter{
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and ( max-width: 992px ){
#carousel{
min-height: 60vh;
}
}header{
	z-index: 6;
	border-bottom: 1px white solid;
}
#side{
	z-index: 5;
	height: 100vh;
	padding-left: 5rem;
	pointer-events: none;
}
#side #menu-side-menu{
	pointer-events: auto;
}
#side2{
	z-index: 5;
	height: 100vh;
	padding-right: 5rem;
	right: 0;
	pointer-events: none;
}
#side2 .sideLink{
	pointer-events: auto;
}
.borderLeft{
	border-left: 1px white solid;
}
#menu-side-menu{
	margin: 15px 0;
	left: -3rem;
	position: relative;
}
.sideLink{
	position: absolute;
  top: 50%;
  left: 50%;
	text-align: center;
	width: 300px;
	font-size: 22px;
	color: white;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
a.sideLink:hover{
	color: white;
	font-weight: 600;
}
#menu-side-menu li a:hover{
	font-weight: 600;
}

#topBar.menuTop, .gradBgFade{
	background-color: rgba(17,46,81,0.8);
}

#side.menuTop .borderLeft{
	border-left: 1px #112E51 solid;
}
#side.menuTop #menu-side-menu li a{
	background-color: rgba(17,46,81,0.8);
}
#side2.menuTop .borderLeft{
	border-left: 1px #112E51 solid;
}
#side2.menuTop .sideLink, #side2.menuTop a.sideLink:hover{
	color: #112E51;
}
/* ====== NAV BAR ====== */
#menu-header-menu{
	margin: 0;
	padding: 0;
}
#menu-header-menu li{
	display: inline-block;
	margin: 0 15px;
}
#menu-header-menu li a, #menu-side-menu li a{
	color: white;
	font-size: 20px;
}
#menu-side-menu li a{
	padding: 0 10px;
}
#menu-header-menu .dropdown-menu li{
	display: block;
	margin: 0;
}
#menu-header-menu .dropdown-menu{
	border: 0;
	border-radius: 0;
}
.navbar-nav{
	display: block;
}
.navbar-nav .dropdown-menu{
	position: absolute;
	background: rgba(17,46,81,0.8);
	padding: 10px;
}
#menu-header-menu .dropdown-menu li{
	margin-bottom: 10px;
}
#menu-header-menu .dropdown-menu li:last-child{
	margin-bottom: 0;
}
/* ====== NAV BAR END ====== */

/* ====== NAV BURGER ====== */
#sideNavigation .dropdown-menu, #sideNavigation .dropdown-menu.show{
  position: static!important;
  transform: none!important;
  width: 100%;
  border: none!important;
  background-color: transparent!important;
  margin: 0;
  padding: 0;
	overflow: hidden;
}
.dropdown-menu{
  height: 0;
  max-height: 0;
  opacity: 0;
  transition: 0.8s;
}
.dropdown-menu.show{
  height: auto;
  opacity: 1;
  max-height: 1000px;
  transition: 0.8s;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover{
	background: none!important;
}
.navbar-toggle{
	z-index: 100000;
	display: inline;
  position: fixed;
	right: 0;
	top: 0;
}
.navbar-toggle{
	margin: 2rem 1.5rem!important;
	background-color: #112E51;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: white;
}
.hamburger-box {
  width: 35px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.3s 0.5s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.3s 0.5s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.3s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease-out, opacity 0.3s 0.3s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease-out, transform 0.3s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNavigation{
  color: white!important;
}
#sideNavigation p a{
  font-size: 1em!important;
  text-transform: lowercase;
}
#overlay{
  position: fixed;
  z-index: 1500;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  display: none;
}
#sideNavigation #menu-header-menu, #socialNav{
  transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
  opacity: 0;
}
#navLink{
  width: 40px;
  height: auto;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    background-color: #112E51;
    overflow-x: hidden;
    padding-top: 120px;
    transition: 0.5s;
    text-align: right;
}
.sidenav a, .sidenav a:not([href]):not([tabindex]) {
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.15s;
    margin-bottom: 15px;
}
.sidenav a.social{
  display: inline-block;
}
.sidenav #socialNav a, .sidenav #socialNav a:not([href]):not([tabindex]) {
    border-bottom: none;
}
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
.sidenav li{
  display: block;
}
#main {
    padding: 20px;
}
body {
  overflow-x: hidden;
}
.topnav {
    overflow: hidden;
    top: 0;
}
.topnav a {
    display: inline;
    padding: 0;
    text-decoration: none;
    position: relative;
    border: none;
}
.topnav p a {
    float: none;
    display: inline;
    text-align: left;
    padding: 0;
    text-decoration: none;
    width: auto;
}
.topnav>p{
    margin: 8px 15px;
}
.topnav a.active {
    background-color: #4CAF50;
    color: white;
}
a svg{
  transition:all .5s ease;
  &:hover{
    #transform:rotate(180deg);
  }
}
#ico{
  display: none;
}
#sideNavigation #socialNav, #sideNavigation #menu-header-menu{
  margin: 80px;
}
.menu{
  margin-top: 20px;
  margin-right: 50px;
  padding: 0 30px;
  @include border-radius(5px);
  #transition: all 0.5s ease;
  a{
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 2px;
    margin: 3px 0;
    text-decoration: none;
    background: #444;

    &:nth-child(1){
      margin-top: 0;
      @include border-radius(3px 3px 0 0 );
    }
    &:nth-child(5){
      margin-bottom: 0;
      @include border-radius(0 0 3px 3px);
    }
  }
}
@media(max-width: 992px){
  .sidenav ul{
    display: block;
  }
  .sidenav li{
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  ul .sub-menu {
    padding-inline-start: 0;
  }
  .sub-menu li{
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  .sub-menu li a{
    font-weight: 300;
  }
  .menu{
    margin-right: 0;
  }
}
/* ====== NAV BURGER ====== */
/* ====== Grid ====== */
.overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.5);
}
.overlay, .overlay p, .overlay a, .overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h4, .overlay h5, .overlay h6{
  color: white!important;
}
a:hover .overlay{
  opacity: 1;
}
.catLinks li{
  display: inline-block;
  padding: 0 8px;
  border-right: solid white 1px;
  margin-left: -3px;
}
.catLinks li:last-child{
  border-right: none;
}
@media( max-width: 992px ){
  .overlay{
    opacity: 1;
  }
  .postLink h3{
    font-size: 17pt;
  }
  .catLinks li{
    display: block;
    padding: 8px;
    border-right: none;
  }
}
@media( max-width: 768px ){
  .overlay{
    opacity: 1;
  }
  .postLink h3{
    font-size: 15pt;
  }
}
/* ====== Grid END ====== */

.postLink{
  aspect-ratio: 1.3 / 1;
  border-radius: 10px;
}
.postLink h3{
  font-size: 20pt;
}
a:hover .postLink{
  color: white!important;
  transition: 0.2s;
}
.linkImg{
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  border-radius: 10px;
}
.hoverFloat{
  left: 0;
  bottom: -100%;
  transition: 0.5s;
  z-index: 2;
}
a:hover .hoverFloat{
  bottom: 0;
  transition: 0.2s;
}
.greyBg{
  background-color: #E0E0E0;
}
.offsetTop{
  bottom: 0;
}
.infront{
  z-index: 5;
  position: relative;
  background-color: white;
}

/* ====== Buttons ====== */
.btn.btn-primary{
  background-color: rgb(17,46,81);
  border: 1px solid rgb(17,46,81);
  border-radius: 50px;
  padding: 10px 40px;
}

/* ====== Accordian ====== */
.rotate{
  position: relative;
  height: 100%;
}
.rotate h3{
  transform: rotate(-90deg);
  left: 0;
  bottom: -75px;
  position: absolute;
  transform-origin: 0 0;
  width: 400px;
  font-size: 50px;
}
.arrows{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  opacity: 1;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.table {
  display: flex;
  width: 100%;
  height: 100%;
}
.table__cell {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 20%;
  align-items: center;
  justify-content: center;
  transition: width 500ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: white;
  padding: 10px;
  height: 500px;
  cursor: pointer;
}
.table__cell.active {
  width: 90%;
}
.table__cell span {
  opacity: 0;
  width: 0;
  position: absolute;
  right: 0;
  transition: opacity 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0;
}
.table__cell.active span {
  opacity: 1;
  width: 70%;
  transition-delay: 300ms;
}
.table__cell.active .arrows{
  opacity: 0;
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.table__cell:last-child {
  color: white;
  background-color: #023A89;
}
.table__cell:last-child .arrows{
  filter: invert(1);
}
.accordion-button{
  font-weight: 700;
  font-size: 50px;
}
.accordion-button:not(.collapsed){
  color: white;
  background: #023A89;
}

ul.sportLinks{
  margin: 0;
  padding: 0;
}
.sportLinks li{
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid black;
  font-size: 1.5rem;
}
.sportLinks li:last-child{
  border-right: none;
}
.imgOverlay{
  background: rgba(255,255,255,0.7);
}

@media screen and ( max-width: 992px ){
  .rotate{
    height: auto;
  }
  .rotate h3{
    transform: rotate(0);
    bottom: auto;
    position: relative;
    width: 100%;
    font-size: 2rem;
  }
  .accordion-button{
    font-size: 2rem;
  }
  .arrows{
    top: 30%;
    left: auto;
    right: 10px;
    width: 50px;
  }
  .table__cell {
    width: 100%;
    align-items: left;
    height: auto;
  }
  .table__cell span {
    width: 100%;
    position: relative;
    height: 0;
  }
  .table__cell.active span {
    width: 100%;
    height: auto;
  }
  .table {
    display: block;
  }
  .table__cell.active {
    width: 100%;
  }

}
/* ====== Accordian ====== */
@keyframes bounce {
   0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
   40% {transform: translateY(-30px);}
   60% {transform: translateY(-15px);}
}
.scrollArrow{
  bottom: 80px;
  right: 100px;
  width: 70px;
  z-index: -1;
  filter: invert(1);
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@media screen and ( max-width: 992px ){
  .scrollArrow{
    bottom: 30px;
    right: 30px;
  }
}
.parallaxTitle{
  z-index: 2;
  top: 50%;
  height: 70vh;
  left: 50%;
  transform: translate(-50%, -50%);
}
.parallaxTitle svg{
  width: 100%;
  height: 100%;
}
.parallaxSection{
  min-height: 100vh;
}

.scroll-bound {
	height: auto;
}
.scroll-bound .content {
		height: 100vh;
		width: 100%;
		position: sticky;
		top:0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
    overflow: hidden;
    z-index: -2;
	}

.scroll-bound video {
	width: 100%;
}



.video-wrap {
  z-index: -2;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
