/* @font-face {
  font-family: "sourceSans";
  src: url("./SourceSansPro-SemiBold.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 5;
}
header nav {
  padding: 60px 10px;
  border: solid 1px black;
}
header ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header ul li {
  width: 10%;
  list-style: none;
}
header ul li a {
  color: #2a2a5c;
} */

/* main {
  height: 200vh;
  background-color: grey;
} */

/*main .anchors.with-tab-menu-not-sticky {
 	padding-top: 20px;
} */
main .relative {
/*   height: 80vh; */
  position: relative;
/*   background-color: black; */
}
main .relative .backgroundBlue {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 71px;
  z-index: 5;
}
main .relative .backgroundBlue .visibleSticky {
  display: none;
}

main .relative .backgroundBlue.sticky .wrapper.invisible {
	width:1160px;
}

main .relative .backgroundBlue .wrapper {
  width: 80%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  background-color: white;
  box-shadow: 0px 0px 70px rgb(0 0 0 / 14%);
}
main .relative .backgroundBlue .wrapper nav {
  width: 100%;
  height: 100%;
}
main .relative .backgroundBlue .wrapper nav ul {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  height: 100%;
}
main .relative .backgroundBlue .wrapper nav ul li {
  border-bottom: solid 5px transparent;
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:20px;
  display: flex;
  flex-direction: column;
  position: relative;
}
main .relative .backgroundBlue .wrapper nav ul li a {
  color: #525252;
  font-size: 16px;
  text-decoration: none;
  font-family: "SansaPro-Normal";
  text-transform: capitalize;
  text-align: center;
}
main .relative .backgroundBlue .wrapper nav ul li a img {
  display: none;
}
main .relative .backgroundBlue .wrapper nav ul li.active {
  border-bottom-color: #e1523d;
  font-weight: bold;
  padding: 20px;
}
main .relative .backgroundBlue.sticky {
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #2a2a5c;
  justify-content: center;
  transform: none;
  bottom: unset;
}
main .relative .backgroundBlue.sticky .wrapper {
  background-color: #2a2a5c;
}
main .relative .backgroundBlue.sticky .wrapper ul a {
  display: flex;
  align-items: end;
  width: 100%;
  color: white;
}
main .relative .backgroundBlue.sticky .wrapper .orangeBtn {
  background-color: transparent;
  border: solid 2px #e1523d;
  height: 90%;
}
main .relative .backgroundBlue .orangeBtn {
  margin-left: auto;
  background-color: #e1523d;
  width: 280px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "SansaPro-SemiBold";
}

main .relative .backgroundBlue .orangeBtn a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  text-decoration: none;
}

main .relative .stickyMenu .subnav-dropdown {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	display: none;
	box-shadow: 0px 0px 70px rgb(0 0 0 / 14%);
}
main .relative .stickyMenu .subnav-dropdown ul {
	display: flex;
	flex-direction: column;
}

main .relative .backgroundBlue .wrapper nav.stickyMenu .subnav-dropdown ul li {
	width: 100%;
    color: #333332;
    background: white;
    border-bottom: 1px solid lightgrey;
    padding: 10px 20px;
}

main .relative .backgroundBlue .wrapper nav.stickyMenu .subnav-dropdown ul li:last-child {
	border-style:none;
}

main .relative .backgroundBlue.sticky .wrapper nav.stickyMenu .subnav-dropdown ul li {
	background: #2a2a5c;
	color: white;
}

main .relative .backgroundBlue.sticky .wrapper nav.stickyMenu .subnav-dropdown ul li a {
	color: white;
}

main .relative .backgroundBlue .wrapper .stickyMenu .subnav-dropdown ul li a {
	color: #333332;
}

main .relative .backgroundBlue .wrapper .stickyMenu ul li i.fa.fa-caret-down {
	position: absolute;
	right: 0;
	cursor:pointer;
	top: 36%;
}

main .relative .backgroundBlue.sticky .wrapper .stickyMenu ul li i.fa.fa-caret-down {
	color: white;
}

main .relative .backgroundBlue .wrapper .stickyMenu ul li:hover .subnav-dropdown {
	display: block;
}

main .relative .stickyMenu .subnav-dropdown.showNav{
	display: block;
}

.margin-top-sticky{
	margin-top: 6rem;
}



@media only screen and (max-width: 1024px) {
	main .relative .backgroundBlue .wrapper {
		width: 100%;
	}
	
	main .relative .backgroundBlue .wrapper nav ul li.active, 
	main .relative .backgroundBlue .wrapper nav ul li {
		padding: 10px;
		font-size: 14px;
	}
	
	main .relative .backgroundBlue .orangeBtn a {
		font-size: 14px;
	}
	
	main .relative {
		top: 15px;
	}
	
	main .relative .backgroundBlue.sticky .wrapper.invisible {
		width: 100%;
	}
	
	main .relative .backgroundBlue .orangeBtn {
		width: 215px;
	}
}


@media screen and (max-width: 767px) {

  main .relative {
  	top:125px;
  }
  main .relative .backgroundBlue {
    background-color: #2a2a5c;
    height: unset;
    padding: 20px 0 10px;
    overflow: hidden;
    z-index: 4;
  }
  main .relative .backgroundBlue.sticky {
  	padding: 0;
  }
  
  main .relative .backgroundBlue .visibleSticky {
    display: flex;
    padding: 20px;
    align-items: center;
  }
  main .relative .backgroundBlue .visibleSticky.none {
    display: none;
  }
  main .relative .backgroundBlue .visibleSticky .activeLink,
main .relative .backgroundBlue .visibleSticky .vitalSpaceMenu {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Helvetica";
    width: 45%;
  }
  main .relative .backgroundBlue .visibleSticky .activeLink img,
main .relative .backgroundBlue .visibleSticky .vitalSpaceMenu img {
    display: none;
  }
  main .relative .backgroundBlue .visibleSticky .vitalSpaceMenu {
    margin-left: auto;
    width: 45%;
    color: white;
    text-align: right;
    padding-right: 15px;
  }
  main .relative .backgroundBlue .visibleSticky .arrow {
    width: 5%;
    cursor: pointer;
    transition: all 0.5s ease;
  }
  main .relative .backgroundBlue .visibleSticky .arrow.active {
    transform: rotate(180deg) translateY(23%);
  }
  main .relative .backgroundBlue .visibleSticky .arrow img {
    width: 100%;
  }
  main .relative .backgroundBlue .wrapper {
    background-color: #2a2a5c;
    width: 100%;
    flex-wrap: wrap;
    transition: max-height 0.25s ease;
  }
  main .relative .backgroundBlue .wrapper.invisible {
    z-index: -1;
    max-height: 0;
    overflow: hidden;
  }
  main .relative .backgroundBlue.sticky .wrapper.invisible {
  	width: 100%;
  }
  main .relative .backgroundBlue .wrapper.active {
    max-height: 500px;
    transition: max-height 0.25s ease;
  }
  main .relative .backgroundBlue .wrapper nav {
    min-width: 100%;
    overflow-x: auto;
    padding: 0 4% 0 4%;
  }
  main .relative .backgroundBlue .wrapper nav ul {
    justify-content: flex-start;
    overflow-x: auto;
  }
  main .relative .backgroundBlue .wrapper nav ul li {
    width: 90px;
    margin: 0 20px 0 0;
    padding: 0;
  }
  main .relative .backgroundBlue .wrapper nav ul li.active {
    border-color: transparent;
    border: solid 2px #5B5AA3;
    padding: 0;
  }
  main .relative .backgroundBlue .wrapper nav ul li a {
    color: white;
    height: 140px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    width: 90px;
  }
  
  main .relative .backgroundBlue.sticky .wrapper ul a {
  	width: 90px;
  }
  main .relative .backgroundBlue .wrapper nav ul li a img {
    display: block;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    object-fit: cover;
  }
  main .relative .backgroundBlue .wrapper nav ul li a span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    z-index: 10;
    font-size: 12px;
    font-family: 'SansaPro-Normal';
  }
  main .relative .backgroundBlue .wrapper .orangeBtn {
    width: 90%;
    margin: 15px auto 10px;
    padding: 13px 0;
    background-color: transparent;
    border: solid 2px #e1523d;
  }
  
  main .anchors.with-tab-menu-not-sticky {
  	padding-top: 250px;
  }
  
  main .relative .backgroundBlue .visibleSticky > span span{
	font-family: Helvetica;
  }

 main .relative .stickyMenu .subnav-dropdown.showNav{
	display: none;
}

main .relative .backgroundBlue .wrapper .stickyMenu ul li:hover .subnav-dropdown {
	display: none;
}

 main .relative .stickyMenu li .fa-caret-down {
 	display: none;
 }
}