/*
Theme Name: Bay Collective Fall 2025
Author: The Design Bank
Author URI: https://thedesignbank.co.uk
Description: The Design Bank custom theme for WordPress
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
  color: #0a2032;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
}

.single-press_release {
  strong {
    font-weight: bold;
  }
}

body {
  overflow-x: hidden;
}

p {
  font-weight: 300;
}

.top-bar {
  background-color: #f3f3f3;
}
.navbar {
  position: relative;
  z-index: 30;
}

.noticeBar {
  background-color: #f0524d;
  padding: 3px;
}

.noticeBar p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  margin: 10px auto 15px;
}

.noticeBar a {
  color: #fff;
  text-decoration: underline;
}

#cc-btn-dismiss{
  display: none;
}

.hero-banner-title {
  margin:0;
  opacity: 0;
  color: #fff;
}

.positioning {
  position: relative;
}

.video-container {
  height: 80vh;
  min-height: 550px;
  width: 100%;
  position: relative;
}

.video-container .fixedMenu > div {
  border-bottom: 1px #000d33 solid;
}

.MobileMainLogo{
  display: none;
}

.video-container #carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
  overflow: hidden;
}

.video-container #carousel .carousel-inner, 
.video-container #carousel .carousel-inner .carousel-item {
  height: 100%;
}

.video-container .caption {
  z-index: 5;
  position: absolute;
  bottom: 100px;
  left: 400px;
  width: 100%;
}

.video-container .caption h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 160px;
  width: fit-content;
  line-height: 90px;
  color: #fff;
}

.video-container .caption h4 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  width: fit-content;
  font-weight: 500;
  color: #fff;
}

.social-icons {
  position: absolute;
  z-index: 15;
  bottom: 10%;
  right: 8%;
}

.social-icons ul {
  list-style: none;
}

.social-icons li {
  margin: 25px;
}

.social-icons img:hover {
  cursor: pointer;
}

.header-menu li {
  display: inline-block;
  position: relative;
  padding: 10px 35px;
}

.siteLogo {
  margin: 1rem auto;
}

.menu {
  padding: 0;
  margin: 10px;
}
#main-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 0.2em 0;
}

#main-menu li a .DropdownToggle {
  display: none;
}

.menuBlock {
  display: flex !important;
}
.middleAlign {
  align-self: center;
}


.container.internal {
  border-bottom: 1px solid #dededd;
}

#main-menu li a:hover {
  opacity: 0.5;
  transition: opacity 0.25s ease-in-out;
}

/* #main-menu li a::after,
.header-menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #ea2227;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
  transform: scale(0);
  transform-origin: center;
}

#main-menu li a:focus::after,
#main-menu li a:hover::after {
  opacity: 1;
  transform: translate3d(0, 0.2em, 0);
  transform: scale(1);
} */

.header-menu .navbar-nav > li:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  background: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  transition: width ease 0.5s;
}

.header-menu .navbar-nav > li:hover:after {
  width: 100%;
}

.header-menu .navbar-nav > li .dropdown {
  display: flex;
  flex-direction: row;
  max-height: 0;
  width: 425px;
  top: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  background: #fff;  
  transition: opacity ease 0.5s, height ease-in 0.1s;    
  overflow: hidden;
}

.header-menu .navbar-nav > li .dropdown-menu,
.header-menu .navbar-nav > li .dropdown-images {
  display: block;
  position: relative;
  width: 50%;
  flex: 1 1 50%;
}

.header-menu .navbar-nav > li .dropdown-menu {
  border-radius: 0;
  border: none;
  padding: 30px;
}

.header-menu .navbar-nav > li .dropdown-menu .menu-item {
  width: 100%;
  padding: 0;
}

.header-menu .navbar-nav > li .dropdown-menu .menu-item a {
  width: fit-content;
  background: none;
  color: #012234 !important;
  letter-spacing: 2px !important;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px !important;
}

.header-menu .navbar-nav > li .dropdown-menu .menu-item a:after {
  background-color: #012234 !important;
}

.header-menu .navbar-nav > li .dropdown-images .dropdown-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.header-menu .navbar-nav > li .dropdown-images .dropdown-image.Active {
  opacity: 1;
}

.header-menu .navbar-nav > li .dropdown-images .dropdown-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image {
  overflow: hidden;
  object-fit: contain;
}

.redTitle {
  color: #f0524d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.section h2 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.our_story h2 {
  width: 95%;
}

.our_story .image {
  position: relative;
  padding-left: 30px;
}

.our_story .IntroText {
  background: #f3f3f3;
  padding: 200px 300px 200px 100px;
}

.our_story .image.ImageOverlap {
  position: absolute;
  top: 50%;
  left: calc(50%);
  transform: translateY(-50%);
  height: 80%;
}

.our_story .image.ImageOverlap img {
  object-fit: contain;
  padding-left: 3rem;
}

.ourStoryFirstImage {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: top;
}

.ourStorySecondImage {
  vertical-align: text-top;
  margin-top: 30px;
  position: relative;
  left: -2%;
  width: 42%;
}

@media (max-width: 991px) {
  .our_story .IntroText {
    padding: 50px;
  }
}

.pressRelease a,
.bay_fc a {
  color: #f0524d;
}

.partner_with_us h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 500;
}

.section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1.3rem;
}

.partner_with_us p {
  font-size: 24px;
  line-height: normal;
  margin: 25px auto;
}

.partner_with_us a {
  color: #000;
}

.first-tagline {
  margin: 50px auto 75px;
  padding: 0;
}

.secondary-tagline {
  margin: 100px auto 150px;
}

.first-tagline .tagline {
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -2%;
  font-weight: 600;
  color: #012234;
  margin: 2rem auto;
}

.tagline.two {
  font-size: 40px;
  line-height: 74px;
  font-weight: 500;
  color: #012234;
}

#our_approach {
  margin-top: 80px;
}

.our_approach {
  margin: 50px auto;
}

#our_approach p {
  margin-bottom: 1.2rem;
}

#our_approach p:last-child {
  margin-bottom: 1.8rem;
}

.progress {
  /* display: flex; */
  display: none;
  height: 5px;
  width: calc(100% - 100px);
  position: absolute;
  left: 50px;
  bottom: 50px;
  justify-content: start;
  background: #fff;
  border-radius: 5px;
  align-items: center;
  overflow: hidden;
}

.progress-bar {
  display: block;
  height: 5px;
  width: 0;
  background: rgb(234, 34, 39);
}

.ApproachIcon {
  margin: 20px 0;
  width: 65px;
  min-height: 80px;
}

.bay_fc {
  margin: 150px auto 50px;
}

.bay_fc .image {
  padding-left: 2rem;
}

.partner_with_us {
  margin: 100px auto;
}

.topFooter p,
.topFooter a {
  font-size: 16px;
  text-decoration: none;
  color: #0a2032;
  display: inline-block;
}

.topFooter a {
  margin: 0 auto 10px;
}

.topFooter ul {
  list-style: none;
}

.topFooter .Socials{
  display: inline-block;
  float: left;
}

.topFooter .Socials a{
  display: inline-block;

}

.topFooter svg{
  padding-left: 10px;
  height: 26px;
  width: 35px;
}

.bottomFooter {
  margin: 100px auto 150px;
}

.bottomFooter img {
  margin-bottom: 50px;
}

.bottomFooter p {
  font-size: 48px;
  line-height: 74px;
}

.accordionTitle {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  margin: 2rem auto 4rem;
}

.accordionSection {
  padding-left: 50px;
}

.accordion-header {
  font-size: 20px;
  line-height: 27.32px;
}

.accordion-header img {
  margin-right: 20px;
}

.accordion-button,
.accordion-button:not(.collapsed) {
  background-color: initial;
  color: #0a2032;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("assets/images/accordion-closed.svg");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("assets/images/accordion-opened.svg");
  background-position: 0 10px;
}

.accordion-item {
  border: none;
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.learnMoreLink {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 1.2rem;
  color: #ff6560;
  text-decoration: none;
  padding-bottom: 20px;
}

.learnMoreLink:hover {
  border-bottom: 1px solid #ff6560;
}

/* Ellipses */
.ellipse {
  background: url("assets/images/ellipse.svg") 0 center no-repeat;
  z-index: -5;
  background-size: contain;
  overflow: hidden;
  position: absolute;
}

.ellipse.hero {
  width: 690px;
  height: 690px;
  bottom: -15%;
  right: 0;
  background-position: 400px;
  z-index: 5;
}

.ellipse.collective {
  width: 310px;
  height: 310px;
  bottom: 0;
  left: 0;
  background-position: -155px;
}

.ellipse.story {
  width: 970px;
  height: 970px;
  bottom: 3.5%;
  right: 0;
  background-position: 100px;
}

.ellipse.approach {
  width: 540px;
  height: 540px;
  top: 0;
  left: 10%;
  background-position: 0;
}

.ellipse.bayFc {
  width: 1015px;
  height: 1015px;
  top: -25%;
  right: 0;
  background-position: 100px;
}

.ellipse.partner {
  width: 585px;
  height: 585px;
  top: 130%;
  left: 0%;
  background-position: -175px;
}
.ellipse.newsPage {
  right: -30px;
  height: 1200px;
  width: 1200px;
  z-index: 0;
  top: -100px;
}
.ellipse.pressTop {
  width: 1200px;
  height: 1200px;
  left: -100px;
  background-position: 0px;
  top: -230px;
  z-index: 0;
}
.ellipse.teamMain {
  width: 1450px;
  height: 1450px;
  z-index: 0;
  right: -260px;
  top: 445px;
}

.page-template-page-content #main-menu li a {
  color: #000;
}

.page-template-page-content header img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  margin: 50px auto 0;
}

.page-template-page-content header h2 {
  margin: 50px auto;
}

.page-template-page-content .contentPage {
  margin-bottom: 50px;
}

.page-template-page-content .contentPage a {
  color: #f0524d;
}

.error404 #main-menu li a,
.page-template-page-content #main-menu li a,
.pressRelease #main-menu li a {
  color: #000;
}

.page-template-page-content .header-menu li,
.pressRelease .header-menu li {
  display: inline-block;
  margin: 10px 30px;
  text-align: center;
}

.page-template-page-content td {
  border-width: 0.5px;
  padding: 10px;
}

.page-template-page-content .navbar-expand-md,
.pressRelease .navbar-expand-md {
  padding-top: 12px;
}

.page-template-page-content .top-bar,
.pressRelease .top-bar {
  margin: auto auto 0;
}

.page-template-page-content .top-bar img,
.pressRelease .top-bar img {
  margin-top: 25px;
}

.pressRelease {
  background: #f4f4f4;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.pressRelease .date {
  color: #ff6560;
  margin: auto;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.backHome a {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-left: 20px;
  text-decoration: none;
  background-image: url("assets/images/backButton.svg");
  background-position: left;
  background-repeat: no-repeat;
}

.pressRelease .postContent {
  margin-top: 50px;
  position: relative;
}

.pressRelease .title {
  margin: 10px auto;
}

.pressRelease .title h1 {
  padding: 0;
  color: #000d33;
  font-family: "Bebas Neue", sans-serif;
  font-size: 64px;
  line-height: 64px;
  text-transform: uppercase;
}

.pressRelease .contentSection {
  color: #000d33;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 30px;
}
.pressRelease .contentSection p {
  margin-bottom: 1.5rem;
}

.pressRelease .contentSection table{
  display: block;
  padding: 0 12px;
  margin-bottom: 20px;
}

.pressRelease .socialIcons {
  position: absolute;
  right: 30px;
  top: 10.5%;
}

.pressRelease .socialIcons ul {
  list-style: none;
}

.pressRelease .socialIcons li {
  margin: 20px auto;
}

/* Cookie Consent */

.cc-modal-window *,
.cc-window * {
  font-family: "Manrope", sans-serif;
}

#cc-window {
  width: 96vw;
  min-height: 12vh;
  background: rgb(175 175 175 / 90%);
  color: #fff;
  backdrop-filter: blur(3px);
  border-radius: 10px;
  left: 50% !important;
  transform: translateX(-50%);
}

.cc-window .cc-window-title {
  font-size: 24px;
  letter-spacing: 1px;
  padding-top: 0;
}

.cc-window .cc-window-message,
.cc-window .cc-window-message a,
.cc-window .cc-window-message p,
.cc-window .cc-window-title {
  color: #fff;
}

.cc-window-title,
.cc-window-message {
  width: calc(100% - 250px);
  float: left;
}

.cc-window-message {
  padding: 8px 24px !important;
}

.cc-window .cc-window-message a:visited,
.cc-window .cc-window-message a {
  color: #fff;
}

.cc-window .cc-window-message a:hover {
  color: #f0524d;
}

.cc-window-buttons {
  width: 250px;
  float: right;
  margin: auto;
}

.cc-window .cc-window-buttons button.cc-btn-reject:hover {
  background: none;
}

#cc-btn-reject,
#cc-btn-accept {
  color: #fff;
  padding: 15px 30px;
  margin: 0 !important;
  margin-top: -20px !important;
}

#cc-btn-accept {
  border-radius: unset;
  background: #f0524d;
  border: 1px solid #fff;
}
.teamSingle,
.newsSingle {
  background: #f4f4f4;
  padding: 5rem 0 10rem;
  margin-bottom: 5rem;
}
.newsSinglePost,
.teamSinglePost {
  margin-bottom: 2rem;
  z-index: 1;
}
.teamSingle .heading:hover {
  border-top: 2px solid #000;
}
.teamSingle a,
.newsSingle a {
  display: flex;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
}
.teamSingle h2,
.newsSingle h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 120px;
  line-height: 90px;
  text-transform: uppercase;
  margin: 5rem auto;
}
.teamSinglePost .heading,
.newsSinglePost .heading {
  background: #ff6560;
  padding: 2.5rem 2rem 1rem;
  border-top: 2px solid #ff6560;
  position: relative;
  z-index: 1;
}
.newsSinglePost .heading:after,
.teamSinglePost .heading:after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  background: #000;
  position: absolute;
  top: -2px;
  left: 0;
  transition: width ease 0.5s;
}
.newsSinglePost:hover .heading:after,
.teamSinglePost:hover .heading:after {
  width: 100%;
}
.newsSinglePost img,
.teamSinglePost img {
  transition: transform ease 0.5s;
  height: 100%;
  object-fit: cover;
}
.newsSinglePost:hover img,
.teamSinglePost:hover img {
  transform: scale(1.2);
}
.newsSinglePost .heading h3 {
  min-height: 180px;
}
.newsSinglePost .heading h6 {
  color: #fff;
  margin-bottom: 0.75rem;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
.teamSinglePost .heading h3,
.newsSinglePost .heading h3 {
  margin-bottom: 1.75rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
}
.newsSinglePost .heading p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 3px;
}
.newsSinglePost .heading .NewsArrow {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 40px;
  bottom: 40px;
  background-image: url("assets/images/newsArrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform ease 0.5s;
}
.newsSinglePost .heading:hover .NewsArrow {
  transform: rotate(90deg);
}

.teamMember {
  background: #f3f3f3;
  padding-bottom: 5rem;
}

.return {
  margin-top: 2.5rem;
  position: relative;
  z-index: 99;
}
.teamSingle .heading p {
  color: #fff;
  text-transform: captialize;
  min-height: 50px;
}
.teamSinglePost a:hover,
.newsSinglePost a:hover {
  pointer: cursor;
}
.teamSingle {
  background: #f3f3f3;
}
.teamSingle .teamImage {
  background: #d9d9d9;
  flex-grow: 1;
}
.teamMember .postContent {
  margin: 5rem auto;
}
.teamMember .postContent h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
}
.teamMember .postContent p {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 1.5rem;
}
.teamMember .postContent p.position {
  font-family: Manrope;
  font-size: 20px;
  letter-spacing: 1px;
}
.teamMember .social {
  background-color: #f0524d;
}
.teamMember .position {
  color: #f0524d;
}
.postContent .social {
  min-height: 60px;
}

@media screen and (max-width: 1920px) {
  .our_story .image.ImageOverlap {
    margin-left: 50px;
    /*margin-top: calc(50% - 600px);*/
  }
}

@media screen and (min-width: 1320px) {
  .animatable {
    visibility: hidden;
    animation-play-state: paused;
  }

  .animated {
    visibility: visible;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-play-state: running;
  }

  .animated.fadeIn {
    animation-name: fadeIn;
  }

  .animated.bounceIn {
    animation-name: bounceIn;
  }

  .animated.animate {
    animation: animate 1.5s linear forwards;
    white-space: nowrap;
    overflow: hidden;
  }

  .come-in {
    transform: translateY(150px);
    animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(odd) {
    animation-duration: 0.6s;
  }
  .already-visible {
    transform: translateY(0);
    animation: none;
  }
}

@media screen and ( min-width: 769px ){
  .navbar-dark #main-menu li a {
    color: #000d33;
  }
  .header-menu .navbar-dark .navbar-nav > li:after {
    background: #000d33;
  }
  .header-menu .navbar-nav > li:after {
    background: #fff;
  }
  .header-menu .navbar-nav > li:hover .dropdown {
  max-height: fit-content;
  opacity: 1;
  padding: 0.5rem;
}
}

@media (max-width: 1320px) {
  #cc-btn-dismiss {
    left: 2vw !important;
    bottom: 2vh !important;
  }

  #cc-window {
    width: 89vw;
  }

  .cc-window .cc-window-title {
    width: 100%;
    float: left;
    padding-top: 0;
    margin-bottom: 0;
  }

  .cc-window-title,
  .cc-window-message {
    padding-bottom: 0;
  }

  .cc-window .cc-window-message p {
    padding-bottom: 0;
  }

  #cc-btn-reject,
  #cc-btn-accept {
    margin-top: 0 !important;
  }

  .video-container {
    height: 50vh;
  }

  .video-container .caption img {
    max-height: 190px;
  }

  .video-container .caption h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Manrope", sans-serif;
  }
  .social-icons {
    bottom: 3%;
    right: 3%;
  }

  #footballfirst,
  #treasurethetreasures,
  #communityengagement,
  #globalreach,
  #localheartglobalreach {
    height: 500px;
    width: 100%;
    object-fit: cover;
    /* margin-bottom: 50px; */
  }

  .our_story p:first-child {
    margin-top: 15px;
  }

  .our_story p img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
  }

  .ourStoryFirstImage {
    position: unset;
    left: 0;
    width: unset;
  }

  .partner_with_us {
    margin: 100px auto;
  }

  .partner_with_us h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .bottomFooter {
    margin: 100px auto;
  }

  .bottomFooter img {
    padding: 0 150px;
  }

  .bottomFooter p {
    font-size: 36px;
    line-height: 64px;
  }

  .pressRelease .socialIcons {
    right: -30px;
    top: 11.5%;
  }

  .top-bar {
    text-align: center;
    z-index: 100;
  }

  .header-menu li {
    text-align: center;
  }

  .ellipse.hero {
    width: 450px;
    height: 450px;
    bottom: -15%;
    right: 0;
    background-position: 300px;
  }

  .ellipse.collective {
    width: 250px;
    height: 250px;
    bottom: -35%;
    left: 0;
    background-position: -155px;
  }

  .ellipse.story {
    width: 500px;
    height: 500px;
    top: 3.5%;
    right: 0;
    background-position: 340px;
  }

  .ellipse.approach {
    width: 325px;
    height: 325px;
    top: 12%;
    left: 0;
    background-position: -200px;
  }

  .ellipse.bayFc {
    width: 575px;
    height: 575px;
    top: -25%;
    right: 0;
    background-position: 225px;
  }

  .ellipse.pressTop {
    width: 315px;
    height: 315px;
    right: 0;
    background-position: 120px;
    top: 20%;
  }
}

@media ( min-width: 769px ){
  .video-container .caption {
    left: calc(((100vw - 720px) / 2) - 10px);
  }
}

@media ( min-width: 992px ){
  .video-container .caption {
    left: calc(((100vw - 960px) / 2) - 10px);
  }
}

@media ( min-width: 1200px ){
  .video-container .caption {
    left: calc(((100vw - 1140px) / 2) - 10px);
  }
}

@media ( min-width: 1400px ){
  .video-container .caption {
    left: calc(((100vw - 1360px) / 2) - 10px);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
    .video-container {
        max-height: 450px;
        min-height: 450px;
    }
}


@media (max-width: 1025px) {
  .video-container .caption h1 {
    font-size: 130px;
  }
}

@media (max-width: 998px) {
  .video-container .caption h1 {
    font-size: 80px;
    margin-bottom: -50px;
  }
  .video-container .caption h4 {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  
  .ellipse {
    display: none;
  }
  
  #our_approach {
    margin-top: unset;
  }
  
  .our_approach {
    margin: 30px auto;
  }
  
  .teamMember .postContent {
    margin: 2.5rem auto;
    padding-bottom: 2rem;
  }
  
  .teamMember {
    padding-bottom: 0;
  }
  
  .teamMember .postContent h2 {
    margin: 2.5rem auto;
  }
  
  .teamSingle h2, .newsSingle h2 {
    font-size: 80px;
    line-height: 0;
  }
  
  .teamSinglePost .heading h3, .newsSinglePost .heading h3 {
    font-size: 28px;
    line-height: 32px;
  }
  
  ..ourStoryFirstImage {
    margin-bottom: 30px;
  }

  .pressRelease .title h1 {
    font-size: 36px;
    line-height: 36px;
  }

  .teamSingle, .newsSingle {
    padding: unset;
  }
  
  .first-tagline {
    margin: 0;
    padding: 10px;
  }
  .first-tagline .tagline {
    margin: 0;
  }
  #cc-window {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    left: 10px;
    right: 10px;
  }

  .cc-window-buttons {
    margin-top: -25px;
    margin-right: 20px;
  }

  .cc-window-title,
  .cc-window-message {
    width: 100%;
    padding: 8px 0px !important;
  }

  .cc-window-buttons {
    width: 100%;
    margin: 0;
  }

  #cc-btn-dismiss {
    left: 1vw;
    bottom: 1vh;
  }

  #cc-btn-reject,
  #cc-btn-accept {
    width: 100%;
    border-radius: 0;
  }

  #cc-btn-reject {
    margin-top: 20px !important;
    border: 1px solid #fff;
  }

  .MainLogo{
    display: none;
  }

.MobileMainLogo{
    display: block;
    margin-top: 5px;
  }

  .noticeBar {
    position: relative;
    top: -10px;
    z-index: 15;
    padding: 10px;
  }

  .mobileNav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 25px;
    width: 100%;
  }

  .video-container {
    height: 90vh;
    min-height: unset;
    z-index: 100;
  }

  .navbar > .container-fluid {
    padding: 0;
    width: 100%;
  }

  .navbar-nav {
    height: 55vh !important;
    padding-top: 5vh;
  }

  .navbar-collapse {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100;
    left: 100%;
    transition: left ease .2s;
  }

  .navbar-collapse.show {
    left: 0%;
    z-index: 100;
  }

  .container.internal, .video-container .fixedMenu .positioning{
    max-width: 100%;
  }

  #main-menu {
    background-color: #000D33;
    height: 120vh;
    padding-top: 20%;
  }

  #main-menu .NavLogo{
    position: absolute;
    left: 35px;
    z-index: 5;
    top: 35px;
  }

  #main-menu .OpenOnly{
    display: none;
  }

  #main-menu.show .OpenOnly{
    display: block;
    position: absolute;
    top: 55px;
    right: 0;
  }

  #main-menu li a {
    display: flex;
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0 !important;    
    justify-content: space-between;
    align-items: center;
  }

  #main-menu li a .DropdownToggle {
    display: block;
    width: 25px;
    height: 15px;
    float: right;
    background: url("assets/images/MobileArrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: transform ease 0.5s;
  }

  #main-menu li a .DropdownToggle.Active {
    transform: rotate(180deg);
  }

  .header-menu li.menu-item {
    text-align: left;
    margin: 25px 40px;
  }

  .header-menu li.socialList {
    display: block;
    text-align: left;
    margin: 20px auto;
  }

  .header-menu .navbar-nav > li:after{
    display:none;
  }

  .header-menu .navbar-nav > li .dropdown {
    max-height: 0;
    width: 100%;
    position: static;
    background: transparent;
    opacity: 1;
    padding: 0;
    padding-left: 25px;
    overflow: hidden;
    transition: max-height ease 0.5s;
  }

  .header-menu .navbar-nav > li .dropdown.Open {
    max-height: fit-content;
  }

  .header-menu .navbar-nav > li .dropdown-menu {
    padding: 0;
    background: transparent;
  }

  .header-menu .navbar-nav > li .dropdown-menu li {
    margin: 0;
  }

  .header-menu .navbar-nav > li .dropdown-menu .menu-item a {
    margin: 0;
    color: #FF6560 !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 20px !important;
  }

  .header-menu .navbar-nav > li .dropdown-images {
    display: none;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .top-bar img {
    margin: 25px 10px 20px;
    position: relative;
    float: left;
  }

  .page-template-page-content #main-menu li a,
  .pressRelease #main-menu li a {
    color: #fff;
  }

  .video-container .caption {
    z-index: 5;
    position: absolute;
    bottom: unset;
    top: 30vh;
    left: 0;
    width: 100%;
    padding-left: 1rem;
  }

  .video-container .caption h1 {
    width: 100%;
    font-size: 68px;
    line-height: 68px;
  }

  .video-container .caption h4 {
    margin: 0;
    font-size: 16px;
    width: 100%;
  }

  .accordionSection {
    padding-left: 10px;
  }

  .about_us {
    margin: 50px auto;
  }

  .our_story h2 {
    width: 100%;
    font-size: 32px;
    line-height: 36px;
  }

  .ourStoryFirstImage {
    left: 0;
    width: 100%;
    margin-bottom: 50px;
  }

  .secondary-tagline {
    margin: 50px auto 20px;
    text-align: center;
    padding: 0;
  }

  .first-tagline .tagline,
  .tagline.two {
    font-size: 36px;
    line-height: 46px;
  }

  .accordionSection {
    margin-top: 25px;
  }

  .bay_fc {
    margin: 40px auto 50px;
  }

  .bay_fc .image {
    margin-bottom: 50px;
    padding-left: 12px;
  }

  .IntroText img {
    position: relative;
    z-index: 10;
  }
  .our_story .IntroText {
    padding: 5px;
    padding-bottom: 25px;
  }
  .our_story .IntroText > .row {
    display: contents;
  }
  .our_story .IntroText > p {
    padding: 0 15px;
  }
  .our_story .IntroText > .learnMoreLink{
    padding: 0 15px;
  }
  .our_story .IntroText .redTitle{
    margin-top: 10px;
  }
  .about_us h2,
  .our_story h2,
  .bay_fc h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .partner_with_us {
    margin: 50px auto;
  }

  .partner_with_us h2 {
    font-size: 32px;
    line-height: 32px;
  }

  .bay_fc .contact {
    text-align: center;
    margin-top: 25px;
  }

  .partner_with_us .learnMore {
    margin-top: 20px;
  }

  .partner_with_us p {
    margin: 25px auto 35px;
  }

  .learnMore {
    background-color: #ff6560;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 3px;
  }

  a.learnMore {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }

  .topFooter a {
    margin: 5px auto;
  }

  .bottomFooter {
    margin: 80px auto;
  }

  .bottomFooter img {
    padding: 0 25px;
  }

  .bottomFooter p {
    font-size: 24px;
    line-height: 34px;
  }

  .ellipse.hero {
    width: 330px;
    height: 330px;
    bottom: -7%;
    right: 0;
    background-position: 165px;
    z-index: 15;
  }

  .ellipse.story {
    width: 310px;
    height: 310px;
    top: -5%;
    left: 0;
    z-index: 5;
    background-position: -175px;
    right: unset;
  }

  .ellipse.approach {
    width: 337px;
    height: 337px;
    top: 24%;
    right: 0;
    z-index: 5;
    background-position: 230px;
    left: unset;
  }

  .ellipse.bayFc {
    width: 305px;
    height: 305px;
    top: -7%;
    left: 0;
    z-index: 0;
    background-position: -220px;
    right: unset;
  }

  .navbar-toggler {
    background: transparent !important;
    position: absolute;
    right: 15px;
    z-index: 5;
    top: -15px;
    border: none;
    appearance: none;
  }

  .navbar-toggler:focus {
    border: none;
    box-shadow: none;
  }

  .navbar-toggler:hover {
    background: transparent !important;
  }

  .navbar-toggler .icon-bar {
    height: 2px;
    width: 30px;
    border-radius: 1px;
    display: block;
    transition: all 0.2s;
    margin: 8px auto;
  }

  .navbar-dark .navbar-toggler .icon-bar {
    background-color: #000;
  }

  .navbar-light .navbar-toggler .icon-bar {
    background-color: #fff;
  }

  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: -2px;
  }

  .navbar-toggler .icon-bar:nth-of-type(1) {
    transform: translateX(3px) rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #fff;
  }

  .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-toggler .icon-bar:nth-of-type(3) {
    transform: translateX(3px) rotate(-45deg);
    transform-origin: 10% 90%;
    background-color: #fff;
  }

  .navbar-dark .navbar-toggler .icon-bar:nth-of-type(1) {
    transform: translateX(3px) rotate(45deg);
    transform-origin: 10% 10%;
    background-color: #fff;
  }

  .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .navbar-dark .navbar-toggler .icon-bar:nth-of-type(3) {
    transform: translateX(3px) rotate(-45deg);
    transform-origin: 10% 90%;
    background-color: #fff;
  }

  .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
  }

  .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
  }

  .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
  }

  .navbar-dark .navbar-toggler.collapsed .icon-bar:nth-of-type(1),
  .navbar-dark .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    background-color: #000;
  }

  .navbar-light .navbar-toggler.collapsed .icon-bar:nth-of-type(1),
  .navbar-light .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    background-color: #fff;
  }

  .pressRelease .title {
    font-size: 24px;
    line-height: 36px;
  }

  .img-fluid.filter {
    filter: brightness(0) invert(1);
  }
}

/* Animations Below */

@keyframes spin-3d {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes animate {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

@keyframes lineDrawToRight {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
