/* Main */
h3 {
  font-size: 24px;
}


.package-box {
  padding: 0.5em;
  background-color: #fff;
  border: solid 2px;
  /* 326691 */
  box-shadow: 0 0 5px #cacace;
  border-radius: 5px;
  color: #393e46;
  transition: 0.5s;
  margin-bottom: 1em;
}
.package-box__link {
  width: 100%;
}
.package-box h2 {
  text-align: center;
  font-weight: bold;
}
.package-box .button {
  padding: 0.1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-bottom: 0.2em;
  font-weight: normal;
}
.collapsible__button {
  position: relative;
  display: inline;
  margin-top: 0;
}
.triangle {
  position: absolute;
  display: inline;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #326691;
  top: 35%;
  left: 103%;
  transition: 0.3s;
}
.collapsible__button:hover .triangle {
  border-top: 5px solid #8fa7ba;
}
.package-box .info-box {
  padding: 0.5em;
  width: 75%;
  margin-bottom: 1em;
}
.package-box .info-box--primary {
  width: 100%;
}
.package-box .info-box ul {
  margin: 0;
  padding-left: 1.2em;
}
.package-box .info-box ul li {
  color: #326691;
}


.package-box--primary {
  border-color: #00579c;
}
.package-title--primary {
  color: #00579c;
  font-weight: bold;
}

.package-box--secondary {
  border-color: #627BAA;
  text-align: center;
}
.package-box--secondary:hover {
  background-color: #DAE0EC;
}
.package-title--secondary {
  color: #627BAA;
  font-weight: bold;
}

.package-box--optional {
  border-color: #6C7586;
  text-align: center;
}
.package-box--optional:hover {
  background-color: #DEE2E8;
}
.package-title--optional {
  color: #6C7586;
  font-weight: bold;
}

/* Primary packages page */
th, td {
  vertical-align: middle !important;
  font-size: 12px;
}
.table {
  text-align: center;
}
.darker th, .darker td {
  background-color: #f2f2f2;
}
.lighter th, .lighter td {
  background-color: white;
}
.package {
  width: 15%;
}
.name {
  width: 20%;
}
.tools {
  width: 40%;
}
.platforms {
  width: 25%;
}
.platforms2 {
  width: 12.5%;
}
.no-border-top {
  border-top: none !important;
}
.line-break {
  margin-bottom: 1.8em;
}


/* Large Resize */
@media (max-width: 1200px) {
  .package-box .info-box {
    width: 100%;
  }
}

/* Large Resize */
@media (max-width: 992px) {
  .line-break {
    margin-bottom: 0em;
  }
}

/* Phone Resize */
@media (max-width: 768px) {
  /* Main */
  #cadence-img {
    width: 300px;
  }
  .space-bottom--none {
    line-height: 100%;
  }

  .package-box--primary {
    height: auto;
  }

  /* Primary Packages Page */
  th, td {
    padding: 5px !important;
    font-size: 7px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 16px;
  }
}
