body {
	padding-bottom:0;
}

body .bca-content-container {
  margin: 0 auto;
  max-width: 1250px;
}
   
.menu-right-options {
  display:flex;
  align-items:center;
  gap:20px;
}

.menu-right-options a {
    color:white;
     font-family:roboto;
     font-weight:400;
     text-decoration:none;
     font-size:14px;
}
   
.menu-right-options a:hover {
  color:#2196f3;
}

textarea:focus, input:focus{
    outline: none;
}
   
.menu-right-options a.outline-btn {
  color: #ffffff;
    border-color: #ffffff;
    border: 2px solid;
  display:block;
  padding:12px 36px;
  border-radius: 8px;
}
   
.menu-right-options a.outline-btn:hover {
  background:white;
  color:rgb(9, 21, 53);
}

.top-menu-bottom-inner {
	margin-top:20px;
}
   /* Header CSS */ 
   .top-menu-container {
     background:rgb(9, 21, 53);
     padding-top:16px;
     padding-bottom:16px;
     padding-left:48px;
     padding-right:48px;
   }

   .top-menu-top-innner {
     display:flex;
     justify-content:space-between;
     gap:24px;
   }

   .search-bar {
     background:#313a51;
     border:none;
     padding:8px 20px;
     border-radius:6px;
     flex-grow:1;
     transform: skewX(-13deg);
     display:flex;
     align-items:center;
 
   }
   
   .search-bar form, .search-bar input {
     width:100%;
   }

   .search-bar input {
     background:none;
     border:none;
     transform: skewX(13deg);
     color:white;
     font-size:16px;
     border:none !important;
     margin-bottom:0 !important;
   }
   
   .search-bar input::placeholder {
     color:white;
   }
   
   .search-bar svg {
     transform: skewX(13deg);
     fill:white;
     width:15px;
     position:absolute;
     right:15px;
   }

   .search-bar input:focus {
     border:none;
   }
  
   .logo-left {
     display:flex;
     align-items:center;
   }
   .logo-left a {
     display:block;
   }

   .top-menu-bottom-inner ul {
     list-style:none;
     padding-left:0;
     margin-bottom:0;
   }

   .top-menu-bottom-inner ul li {
     display:inline-block;
     margin-right:20px;
   }

   .top-menu-bottom-inner ul li a {
     color:white;
     font-family:roboto;
     text-decoration:none;
     font-size: 16px;
    font-weight: 500;
   }
   
   .top-menu-bottom-inner ul li a:hover {
     color:#2196f3;
   }

   .header-cta-banner {
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:450px;
    display:flex; 
    align-items:center; 
    justify-content:center;
    font-family: "Roboto", sans-serif; 
    border-radius:0 0 60px;
    overflow:hidden;
  }
  
  .button-container {
    margin-top:25px;
  }
  
  .classic-bca-button {
    background:white;
    color:#006adc;
    padding:10px 20px;
    display:inline-block;
    border-radius:20px;
    text-decoration:none;
    position:relative;
    font-weight:600;
    margin:0 5px;
    border:1px solid white;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .classic-bca-button.bca-outline {
    background:none;
    color:white;
  }
  
  .classic-bca-button.bca-outline:hover {
    background:white;
    color:#006adc;
  }
  
  .classic-bca-button.withicon {
    padding:10px 20px 10px 40px;
  }
  
  .classic-bca-button svg {
     display: inline-block;
      position: absolute;
      width: 15px;
      left: 15px;
      top: 12px;
      fill:#006adc;
     -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  
  .classic-bca-button:hover {
    background:none;
    color:white;
  }
  
  .classic-bca-button:hover svg {
    fill:#fff;
    left:18px;
  }
  
  .classic-bca-button span {
    display:inline-block;
  }
   
   .current-lang {
     color:white;
     display:flex;
     text-decoration:underline;
     background:rgb(49, 58, 81);
     padding: 12px 36px;
     border-radius: 8px;
     align-items:center;
     position:relative;
   }
   
   .current-lang svg {
     fill:white;
     width:12px;
     margin-left:5px;
   }
   
   .current-lang .angleup {
     display:none;
   }
   
   .current-lang.active {
     background-color: rgb(255, 255, 255);
     color:rgb(33, 150, 243);
   }
   
   .current-lang .translation-menu {
     position:absolute;
     right:10px;
     top:calc(100% + 10px);
     background:white;
     box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
     border-radius: 8px;
     padding: 28px 24px;
     display:none;
   }
   
   .current-lang.active .translation-menu {
     display:block;
   }
   
   .current-lang .translation-menu a {
     color:#2196f3;
     font-size:16px;
   }
   
   .current-lang.active svg {
     fill:#2196f3;
   }
   
   .current-lang.active .angleup {
     display:block;
   }
   
   .current-lang.active .angledown {
     display:none;
   }
  
  .banner-cta-inner {
    text-align:center;
  }
  
  .header-cta-banner h1 {
    margin-bottom:10px; 
    color:white; 
    font-family: "Roboto", sans-serif; 
    font-weight:600;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  
  .header-cta-banner p {
    color:white;
  }
  /* End header banner CSS */
   
  /* Start footer CSS */
   .bottom-footer {
    opacity:0.6;
    font-size:12px;
    max-width:100%;
    width:750px;
    margin-top:12px;
    line-height:1.5;
  }
  
  .footer-socials {
    float:right;
    width:100px;
    text-align:right;
  }
  .footer-socials svg {
    fill:white;
    max-width:20px;
    max-height:20px;
  }
  .bca-footer a:hover {
    text-decoration:underline;
  }
  .mid-footer {
    font-size:13px;
    margin-top:35px;
  }
  
  .mid-footer a {
    color:white;
    text-decoration:none;
    margin:0 10px;
  }
  
  .bca-footer {
    background:#070b16;
    padding:35px 20px;
    color:white;
    font-family: "Roboto", sans-serif;
  }
  
  .footer-part h4, .footer-part ul li a {
  	color:white;
  }
  
  .upper-footer {
    display:flex;
    gap:35px;
  }
  
  .upper-footer h4 {
    margin-top:0;
    text-transform:uppercase;
    font-size:15px;
    font-weight:500;
    color:white;
  }
  
  .upper-footer ul {
    padding:0;
    list-style:none;
  }
  
  .upper-footer a {
    color:white;
    text-decoration:none;
    margin-bottom:8px;
    display:inline-block;
    font-size:14px;
  }  
  
  .footcol {
    width:20%;
  }
  
   .mob-icon-header {
     display:none;
   }
   
   .backdrop {
      position: fixed;
      height: 100vh;
      width: 100vw;
      top: 0px;
      right: 0px;
      z-index: 99;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(2px);
     display:none;
   }
   
   .backdrop.active {
     display:block;
   }
   
   .mob-menu-container {
     background: white;
    width: 325px;
    height: 100dvh;
    margin-left: auto;
    padding: 16px 20px;
    box-sizing: border-box;
    position: relative;
   }
   
   .mob-menu-header {
     display:flex;
     justify-content:space-between;
     align-items:center;
   }
   
   .mob-menu-closer svg {
     width:15px;
   }
   
   .mob-menu-inner nav p {
     color: rgb(0, 0, 0);
     font-weight: 500;
     text-transform: uppercase;
     font-size:16px;
     margin-bottom:3px;
   }
   
   .mob-menu-inner nav ul {
     list-style: none;
     padding: 0px;
     margin-top: 0px;
   }
   
   .mob-menu-inner nav ul li a {
     line-height: 2.3;
    color: rgb(63, 64, 63);
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
     text-decoration:none;
     font-size:17px;
     font-weight:400;
  }
   
   .mob-menu-inner nav ul li a.divider {
     font-weight:bold;
     border-top:2px solid rgb(232, 232, 232);
   }
   
   .mob-bottom-buttons {
     position:absolute;
     bottom:20px;
   }
   
   .mob-login {
     height: 48px;
    cursor: pointer;
    border: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 36px;
    box-sizing: border-box;
    background-color: rgb(33, 150, 243);
    color: rgb(255, 255, 255);
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    width: 170px;
     text-decoration:none;
   }
   
   .mob-register {
     height: 48px;
    cursor: pointer;
    width: auto;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px 0px 0px 30px;
    box-sizing: border-box;
    background-color: transparent;
    color: rgb(33, 150, 243);
    border: none;
    text-decoration: underline;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
     text-decoration:none;
   }
   
   /* End Footer CSS */
   
@media only screen and (max-width: 580px) {
  .top-menu-container {
    padding-left:15px;
    padding-right:15px;
  }
  
  .top-menu-bottom-inner {
    display:none;
  }
  
  .menu-right-options {
    display:none;
  }
  
  .top-menu-top-innner {
    gap:10px;
  }
  
  .mob-menu-icon {
    cursor:pointer;
  }
  
  .mob-icon-header {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
  }
  
  .mob-icon-header svg {
    width:20px;
  }
  
  .top-menu-top-innner {
    flex-wrap: wrap;
  }
  
  .top-menu-top-innner .search-bar {
    width:100%;
  }
  
  .mobile-hidden {
    display: none !important;
  }
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}
.layout-canvas-g > .section > .columns {
  width: 100%;
}