@font-face {
    font-family: FontAwesome;
    src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FKGrotesk-Regular;
    src: url('../fonts/FKGrotesk-Regular.eot');
    src: url('../fonts/FKGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FKGrotesk-Regular.svg#FKGrotesk-Regular') format('svg'), url('../fonts/FKGrotesk-Regular.ttf') format('truetype'), url('../fonts/FKGrotesk-Regular.woff') format('woff'), url('../fonts/FKGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-t-120 {
    margin-top: 120px !important
}
.f-size-14, .f-size-20, .f-size-24, .f-size-30, .f-size-40, a, body, button, h1, h2, h3, h4, h5, h6, p, span {
    font-family: 'Source Sans Pro', sans-serif;
}

.section-gap {
    padding: 60px 0;
}

p, a{font-size: 15px;
-ms-flex-pack: center !important;
justify-content: center !important;
}

    .legal-box{
      margin-bottom: 20px;
    }
    .legal-box h2{
      font-size: 22px;
      font-weight: 700;
      letter-spacing: -.02em;
      line-height: 2rem;
      color: #000000;
      padding-bottom: 0;
      margin-bottom: 0;
    }
    .legal-box p{
      font-size: 1.125rem;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1.625rem;
      color: #000000;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      margin-bottom: 0;
    }
    .legal-box ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .legal-box ul li{
      list-style-type: none;
      margin:0;
      padding: 0;
    }
    .legal-box ul li a{
      color: #000000;
      font-weight: 600;
      font-size: 15px;
      line-height: 1.625rem;
      text-decoration: underline;
    }

    *, :after, :before {
      border: 0 solid #14111185;
      box-sizing: border-box;
  }

  .sidebar {
      width: 20%;
      position: fixed;
      top: 60px;
      padding: 10px;
      height: 90vh; /* Full viewport height */
      scrollbar-width: none;
      overflow-y: scroll; /* Enable scrolling */
  }
  .sidebar ul {
      list-style: none;
      padding: 0;
  }
  .sidebar h4{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .sidebar ul li {
    border-left-width: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
  }

  .sidebar ul li a {
      text-decoration: none;
      color: #333;
      display: block;
      padding: 7px;
      /*background-color: #ddd;*/
      border-radius: 5px;
      font-size: 15px;
  }

  .sidebar ul li a.active {
      /*background-color: #333;*/
      color: #000;
  }

  .sidebar ul li a:hover{text-decoration-line: underline;}

  .border-black{border-color: #000;}

  .content {
    margin-left: 25px;
    padding: 10px 25px;
    flex: 1;
    /*padding-top: 60px; */
     background-color: #eee;
}


  section {
      margin-bottom: 50px;
  }

  section h3{
    font-weight: 600;
    padding-bottom:15px;
    font-size:22px;
  }

  section h5{
    font-weight: 600;
    padding-bottom: 7px;
    font-size: 16px;
}


  /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


    .sidebar {
      width: 100%;
      position:relative;
      top: 20px;
      padding: 10px;
      height: 80vh;
      scrollbar-width: none;
      overflow-y: scroll;
  }

}

.inner-banner-broker{
  /* background-image: url("../img/legal-background.png"); The image used */
  background-color: #CCCCCC; /* Used if the image is unavailable */
  height: 200px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
 }

 .banner-text{padding-top: 50px;color: #fff;}
 .inner-banner-wrap p{font-size: 1.125rem;}
 table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 25px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  text-align: center;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
