@charset "utf-8";
#navigation-menu {
  /* position: absolute;
  top: 25px;
  right: 0px; */
  margin-left: 30px;
  width: 100%;
    justify-content: flex-end;
    display: flex;
}
header.shrink #navigation-menu {
  /* top: 2px; */
}


ul.mainMenu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
ul.mainMenu > li {
  display: inline-block;
  margin: 0 25px 0 25px;
  padding: 0;/*	position: static;*/
}
ul.mainMenu > li a {
  font-size: 18px;
  line-height: 24px;
  color: #061C42;
  letter-spacing: 0px;
  padding: 20px 0px 20px 0px;
  text-decoration: none;
  display: block;
  position: relative;
}
ul.mainMenu > li:last-child
{
  margin-right: 0px;
}
ul.mainMenu > li:last-child a {
  padding-right: 0px;
}
ul.mainMenu li.current_page_item a, ul.mainMenu li.current_page_parent a, a.current-menu-item,
ul.mainMenu > li.current-page-parent > a, .current_page_item a , ul.mainMenu > li.current-menu-item a, .footerMenu li.current-menu-item a, .footerMenu li.current_page_item a{
  color: #C3657B;
}

ul.mainMenu li:hover a
{
color: #C3657B;
}


.footerMenu {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: block;
  -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 10px;
}
.footerMenu li {
  padding: 0px 10px;

  position: relative;
  width: 100%;
  text-align: left;

}
.footerMenu li a {
  display: block;
  color: #fff;
  padding: 5px 0px;
  letter-spacing: 0px;
  /* font-size: 22px;
  line-height: 36px; */
  font-size: 18px;
  line-height: 24px;
  font-family: 'athleticslight';
  border-bottom: 1px solid #061C42;
}
.footerMenu > li:last-child a {
  border: 0px;
}

.footerMenu li.current_page_item a, .footerMenu li a:hover {
  color: #C3657B;
  text-decoration: none;
}

.menu-footer-menu-container
{
  width: 100%;
}
.footerMenuCol
{
  width: 33.33%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footerMenuCol li{
  width: 100%;
  display: block;
  text-align: left;
}
.footerMenu li a
{
  color: #061C42
}
.footerMenu .footerMenuCol:last-child li:last-child a{
  border: 0px;
}

@media only screen and (min-width:0px) and (max-width:990px) {
.footerMenuCol {
    width: 50%;
  }
}

@media only screen and (min-width:0px) and (max-width:767px) {
  .footerMenuCol {
      width: 33.33%;
    }
  .hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 5;
  }
  .hamburger.is-active:hover, .hamburger:hover {
    opacity: 1
  }
  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #061C42
  }
  /* .hamburger.is-active {
    background: #334F9A;
  } */
  .hamburger-box {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px
  }
  .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 35px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0px;
    background-color: #061C42;
    right: 0px;
  }
  header.shrink .hamburger-inner, header.shrink .hamburger-inner:after, header.shrink .hamburger-inner:before {
    background-color: #061C42;
  }
  .hamburger-inner:before {
    width: 35px;
  }
  .hamburger-inner:after {
    width: 35px;
  }

  .hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
  }
  .hamburger-inner:before {
    top: -10px;
  }
  .hamburger-inner:after {
    bottom: -10px
  }
  .hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
  }
  .hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
  }
  .hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
  }
  .hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
  }
  .hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0;
    width: 35px;
  }
  .hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
    width: 35px;
  }
  #navigation-menu {
    z-index: -1;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    right: 0px;
    overflow: auto;
    bottom: 0px;
    padding: 0px 0px 0px 0px;
  }
  #navigation-menu > div.MenuWrapper {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 100%;
    text-align: center;
  }
  #navigation-menu> div.MenuWrapper > div {
    width: 100%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
  }
  .menuoverlay {
    position: fixed;
    right: -100px;
    top: -100px;
    z-index: 4;
    width: 100px;
    height: 100px;
    background: #EED3DB;
    border-radius: 50% 50% 50% 50%;
    transition: .3s ease-in-out;
    box-shadow: 0 0 0 0 #EED3DB, 0 0 0 0 #EED3DB;
    cursor: pointer;
  }
  .menuOpen .menuoverlay {
    box-shadow: 0 0 0 150vw #EED3DB, 0 0 0 150vh #EED3DB;
    border-radius: 10px;
  }
  .menuOpen #navigation-menu {

    z-index: 4;
    position: fixed;
  }
  .menuOpen #navigation-menu {
    animation: activemenu 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
  }
  @keyframes activemenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-webkit-keyframes activemenu {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  ul.mainMenu {
    display: block;
    width: 100%;
    max-width: 320px;

    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    font-size: 0px;
    margin: 0px auto;
    padding: 0px 30px;
    text-align: center;
  }
  ul.mainMenu > li {
    padding: 0px 0px;
    position: relative;
    margin: 10px auto !important;
    display: block;
    width: 100%;
  }
  ul.mainMenu li a {
    display: block;
    padding: 10px 0px;
    margin: 0px;
      font-family: 'athleticsmedium';
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    color: #061C42;
    text-align: center;
    text-decoration: none;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
  }
  ul.mainMenu > li::after {
    content: '';
    display: block;
    width: 35px;
    background: #002739;
    bottom: -4px;
    position: relative;
    margin: 0 auto;
    height: 3px;
    left: 0px;
    right: 0px;
  }

  ul.mainMenu li.current-menu-item a, ul.mainMenu li.current_page_item a, ul.mainMenu li.current_page_parent a, a.current-menu-item, ul.mainMenu > li.current-page-parent > a, .footerMenu li.current_page_item a {
    color: #C3657B;
  }

  ul.mainMenu > li a:hover::after {
    width: 35px;
  }
  ul.mainMenu > li:last-child a::after {
    display: none;
  }


  .menuOpen nav ul li{-webkit-animation-name: bounceInRight; animation-name: bounceInRight; -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both;
  animation-delay: 0.2s}

  .menuOpen nav ul li:nth-child(1) {-webkit-animation-duration: .61s;animation-duration: .61s}
  .menuOpen nav ul li:nth-child(2) {-webkit-animation-duration: .72s; animation-duration: .72s}
  .menuOpen nav ul li:nth-child(3) {-webkit-animation-duration: .83s; animation-duration: .83s}
  .menuOpen nav ul li:nth-child(4) {-webkit-animation-duration: .94s; animation-duration: .94s}



  /* Animation */
  @keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
      -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
      animation-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0)
    }

    100% {
      -webkit-transform: none;
      transform: none
    }
  }



  .footerMenu li.current_page_item a {
    color: #C3657B;
    text-decoration: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 1250px) {
  #navigation-menu {
    top: 10px;

  }
  ul.mainMenu > li {
    margin: 0 8px 0 8px;

  }

}

@media only screen and (min-width:0px) and (max-width:767px) {
#navigation-menu {
    top: 0px;
}
}

@media only screen and (min-width:0px) and (max-width:650px) {
.footerMenuCol {
    width: 50%;
  }
}
@media only screen and (min-width:0px) and (max-width:480px) {
  ul.mainMenu {
    padding: 70px 30px 70px 30px;
  }

}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
#navigation-menu
{
  padding: 0px;
}
  ul.mainMenu li a {
    font-size: 20px;
    line-height: 28px;
  }

}

@media only screen and (min-width:0px) and (max-width:380px) {
  .magaMenu {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width:0px) and (max-width:420px) {

.footerMenu
{
  display: block;
}
.footerMenuCol {
    width: 100%;
}
.footerMenu li
{
  width: 100%;
}
.footerMenu li:nth-child(odd), .footerMenu li:nth-child(even)
{
  margin: 2px 0px 2px 0px;
}
}

@media only screen and (min-width:421px) and (max-width:460px) {
  .footerMenu li a {
          font-size: 16px;
      line-height: 22px;
    }
}
