/*----------------------------------------------------------------
[Master Stylesheet]

Project:    Onboarding
Version:    1.1
Last change:    11/06/2022
Assigned to:    Rachel Shepherd
Updated by:     Rachel Shepherd
Primary use:    Onboarding Styles 
-------------------------------------------------------------------*/
body{
  font-family: 'Barlow', sans-serif;
}
p,a{
    font-size: 21px;
    line-height: 29px;
}
h1 {
  font-size: 48px;
  font-weight: 600;
}

h3{
  font-size: 24px;
  font-weight:bold;
}
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  padding-bottom: 0;s
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #111111;
}

#header .logo a span {
  color: #004784;
}

    #header .logo img {
        max-height: 60px;
        width: 100%;
    }

@media (max-width: 992px) {
  #header {
    padding: 12px 0;
  }
  #header .logo {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #111111;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #004784;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: capitalize;

}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #004784;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#hero-bk{
  background-image: url(https://talos-onboarding-redirect.azurewebsites.net/britishcycling/includes/images/Hero.jpg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 59vh;
   
}




.hero-text{
  font-weight:bold;
  color: white;
  padding: 20px;
}


/*--------------------------------------------------------------
# All
--------------------------------------------------------------*/

section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 252);
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(200 210 247);
}

h2{
  font-size: 48px;
    color: rgb(6 16 54/var(--tw-text-opacity));
    font-weight: 800;
    font-family: Barlow;
}

button.owl-dot {
    display: none !important;
}

button.owl-next, button.owl-prev {
    background: #3a5264 !important;
    border: #3a5264 !important;
    color: white !important;
    width: 27px;
    height: 27px;
    border-radius: 100% !important;
}

.owl-nav.disabled {
  display: block !important;
}


#seeMore i {
  background: #183B78;
  color: white;
  display: block;
  text-align: center;
  font-size: 88px;
  border-radius: 100%;
  max-width: 177px;
  max-height: 177px;
  padding: 36px;
  margin: 0 auto;
}



.footer_top p {
  color: #6a6c6c !important;
  font-size:16px;
}


.footer_top a {
  color: black !important;
  font-size:16px;
}


.widget-container {
  background: #183B78 !important;
  padding: 50px 0 !important;
}


section.footer-bottom {
  padding-bottom: 0 !important;
}


#documents img {
  width: 200px !important;
  height: auto;
  display: block;
  margin: auto;
  margin-bottom: 13px;
}

@media(max-width:770px){
  .banner-image {
    background-position: center !important;
}

.widget-container {
  padding: 50px 0 !important;
}

#seeMore i {
  background: #183B78;
  color: white;
  display: block;
  text-align: center;
  font-size: 50px;
  border-radius: 100%;
  max-width: 127px;
  max-height: 186px;
  padding: 34px;
  margin-bottom: 10px !important;
  margin: 0 auto;
}

}

/*--------------------------------------------------------------
# Red Banner 
--------------------------------------------------------------*/


.container-fluid.bk-red {
  background: #ed2945;
  text-align: center;
  color: white;
  padding: 15px;
  font-size: 16px;
}

.bk-red p{
  font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight:bold;

}



/*--------------------------------------------------------------
#download
--------------------------------------------------------------*/

i.fas.fa-file-download {
  color: #ed2945;
  padding-right: 10px;
}

a.download {
  display: block;
  width: 100%;
  background: #edf0fc;
  padding: 11px 20px;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
}

/*--------------------------------------------------------------
#Our Company Values
--------------------------------------------------------------*/

#OurCompanyValues img {
  width: auto !important;
  height: 127px !important;
  margin: 0 auto !important;
  display: block !important;
  padding-top: 25px !important;
  padding-bottom: 15px !important;
}

#OurCompanyValues p {
  text-align: center !important;
  line-height: 32px;
  font-weight: 500;
  font-size: 24px;
}

.video-holder {
 
  height: 100%;
  width:100%
}

section#documents {
  text-align: center;
}

#documents img{
  width:100%;
  height: auto;
  display: block;
  margin: auto;
}
#whatHappensNext img {
  width: 200px;
  margin: 0 auto;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}

#whatHappensNext h3, #whatHappensNext p {
  text-align: center !important;
}


#SeeUsInAction p {
  background: #183B78;
  padding: 20px;
  text-align: center;
  font-size: 33px;
  color: white;
  position: absolute;
  width: 100% !important;
  z-index: 99999;
  margin-top: -100px;
}


/*--------------------------------------------------------------
##GettingAround p {

--------------------------------------------------------------*/

#GettingAround p {
    margin-bottom: 0;
}

#GettingAround h3 {
  margin-top: 15px;
}

/*--------------------------------------------------------------
#Footer
--------------------------------------------------------------*/
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: #ed2945;
}
.py-9.mx-auto.sm\:px-9.lg\:px-0.max-w-\[1512px\] {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  max-width: 1512px;
  margin-left: auto;
  margin-right: auto;
}
.w-full {
  width: 100%;
}
.lg\:px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

svg.h-\[28px\].w-8.text-blue-200.hover\:text-white {
  height: 28px;
  width: 2rem;
  color: white !important;
}


.funding {
  margin: 0 auto;
  display: block;
  width: 150px;
}

.px-2 {
  display: inline-block;
}

.ml-10 {
  display: inline-block;
  float: right;
}

footer, footer a{
  color: white !important;
}

/*-------------------
-------------------------
------------------
# media quires 
--------------------------------------------------------------*/

a {
  overflow-wrap: anywhere;
}

.mobile{
  display: none !important;
}

@media(max-width:767px){
  #CampusTour img {
    display: none;
  }
  .Campus{
    display: none;
  }
 
  .mobile{
    display: block !important;
  }
  button.owl-next {
    right: -21% !important;
  }
  button.owl-prev {
    margin-left: 0% !important;
  }
  #WhattoExpect .owl-item.active.center {
    transform: scale(1);
    background: white;
    padding: 0;
    box-shadow: none;
}
#WhattoExpect .owl-item.active.center {
  min-height: unset;
  margin-bottom: unset;
  margin-top: unset;
}
.theteam img {
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  padding-top: 28px;
}
.center p, .center li{
  font-size: unset !important;
  }

}


#footerlogos img{
  width: auto !important;
}


svg.h-\[28px\].w-8.text-blue-200.hover\:text-white {
  
  margin-right: 10px !important;
}


.block-page-banner .grid .inner, .block-page-banner-venue .grid .inner {
  max-width: 599px !important;
}


section {
  padding-left: 50px;
  padding-right: 50px;
}

@media(max-width:770px){
  section {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.blueBack p{
  display: none;;
}

.blueBack p.thetitle{
  display: block;;
}

.item:hover .blueBack p{
  display: block;;
}




.item:hover .blueBack {
  height: 100%;
  height: 430px;
  background: #183b78b5;
  padding: 20px;
  text-align: center;
  font-size: 33px;
  color: white;
  position: absolute;
  width: 100% !important;
  z-index: 99999;
  margin-top: -430px;
  transition: opacity .5s, margin-top .5s, margin-bottom .5s;
-webkit-transition: opacity .5s, margin-top .5s, margin-bottom .5s;
}


#SeeUsInAction .item:hover p {
  background: unset !important;
  padding: 20px;
  text-align: center;
  font-size: 33px;
  color: white;
  position:static !important;
  width: 100% !important;
  z-index: 99999 !important;
  margin-top: 0 !important;
}


@media(max-width:770px){
  #SeeUsInAction .item:hover p {
    background: unset !important;
    padding: 0px;
    text-align: center;
    font-size: 15px;
    color: white;
    position:static !important;
    width: 100% !important;
    z-index: 99999 !important;
    margin-top: 0 !important;
  }
  .item:hover .blueBack {
    height: 100%;
    height: 285px;
   
  }
  .item:hover .blueBack {
 
    z-index: 99999;
    margin-top: -200px;
 
  }
  
  
  
}