.topSection {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.topSection h2 {
  text-align: left;
  font-size: 24px;
  color: #275ce4;
  text-transform: uppercase;
  font-family: montserrat !important;
}

.topSection p {
  text-align: left;
  font-family: montserrat !important;
}

.resourcesSection {
  margin: 0 auto;
  width: 80%;
  display: block;
}

.resourcesContainer {
  display: block;
  margin: 25px auto;
}

.resourcesContainer h2 {
  margin-top: 25px;
  text-align: left;
  font-size: 22px;
  color: #275ce4;
  text-transform: uppercase;
  font-family: montserrat !important;
  text-decoration: underline;
}

.resourcesContainer p {
  text-align: left;
  font-size: 18px;
  font-family: montserrat !important;
  margin-bottom: 15px;
}

.sectiontext {
  font-family: Montserrat;
  color: #0b1541;
  font-weight: bold;
}

.tab {
  border-bottom: solid 1px #707070;
  height: 75px;
}

.tablinks {
  font-family: Montserrat;
  background-color: transparent !important;
  background: transparent !important;
  border: none;
  text-align: center;
  padding: 5px;
  color: #898989;
  width: 25%;
  font-size: 16px;
}

.tablinks:focus {
  color: #020202;
  font-weight: bold;
  border-bottom: solid 15px #275ce4;
}

.tablinks:active {
  color: #020202;
  font-weight: bold;
  border-bottom: solid 15px #275ce4;
}

.tablinks:hover {
  color: #020202;
  font-weight: bold;
  border-bottom: solid 15px #275ce4;
}

.activeTab {
  color: #020202;
  font-weight: bold;
  border-bottom: solid 15px #275ce4;
}

.defaultOpenTab {
  color: #020202;
  font-weight: bold;
  border-bottom: solid 15px #275ce4;
}

.activeItem {
  display: block;
}

.tabcontent {
  padding: 10px 25px;
  height: auto;
}

.tabcontent-hide {
  display: none;
}

.resourcetitle {
  font-weight: bold;
  margin-bottom: 15px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .tab {
    height: 75px;
  }
  .tablinks {
    width: 25%;
    font-size: 16px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .tab {
    height: 75px;
  }
  .tablinks {
    width: 30%;
    font-size: 16px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .tab {
    height: 50px;
  }
  .tablinks {
    width: 30%;
    font-size: 18px;
  }
}

/* Medium devices (landscape tablets, 885px and up) */
@media only screen and (min-width: 885px) {
  .tab {
    height: 50px;
  }
  .tablinks {
    width: 27%;
    font-size: 20px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .tablinks {
    width: 25%;
    font-size: 20px;
  }
  .tab {
    height: 50px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
  .tablinks {
    width: 20%;
    font-size: 20px;
  }
  .tab {
    height: 50px;
  }
}
