#centre-content .row--bottom {
  border-bottom: solid thin;
  border-color: #dee2e6;
}
#centre-content .col--fee {
  width: 20%;
}
#centre-content .col--other {
  width: 25%;
}
#centre-content .col--product {
  width: 30%;
}
#centre-content .grey {
  background-color: #f2f2f2 !important;
}
#centre-content .white {
  background-color: #ffffff !important;
}
#centre-content .col--form {
  vertical-align: middle !important;
}
#centre-content .col--form a + a {
  display: block;
  margin-top: 1em;
}
#centre-content .col--logo {
  text-align: center;
  width: 25%;
  vertical-align: middle !important;
}
#centre-content .col--logo a img {
  width: 160px;
}
#centre-content #devkit {
  width: 200px;
}
#centre-content #vertex7 {
  width: 300px;
}
#centre-content .alert-text {
  color: #00579c;
}
#centre-content .xilinx-img {
  width: 90%;
}
#centre-content #luceda-diagram {
  width: 700px;
}
#centre-content #m3 {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
}
#centre-content .dwt-img {
  width: 350px;
}
#centre-content .hdl-img {
  width: 300px;
}
#centre-content .bus-img, #centre-content .news-img {
  width: 100%;
  border-radius: 5px;
}
#centre-content .list-no-margin {
  margin-bottom: 0;
}
#centre-content .info-box {
  width: 80%;
  margin-bottom: 3em;
}
#centre-content {
  /* GENERAL */
}
#centre-content .portfolio__link + .portfolio__text {
  margin-bottom: 1.5em;
}
#centre-content .portfolio__link {
  font-weight: bold;
}
#centre-content .collapsible__button {
  display: block;
  margin-top: -0.25em;
}
#centre-content #before-collapsible {
  margin-bottom: 0;
}
#centre-content #collapsible {
  overflow: hidden;
  transition: height 0.5s;
  margin-bottom: -1em;
}
#centre-content .collapsible--open {
  height: auto;
  padding: inherit;
  border: inherit;
}
#centre-content .collapsible--closed {
  height: 0;
  padding: 0;
  border: 0;
}
#centre-content .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: 105%;
  transition: 0.3s;
}
#centre-content .collapsible__button:hover .triangle {
  border-top: 5px solid #8fa7ba;
}
#centre-content .triangle--open {
  border-top: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important;
  border-left: 5px solid #326691 !important;
  top: 30% !important;
}
#centre-content {
  /* Portfolio */
}
#centre-content #teaching-link {
  margin-top: 2em;
}
#centre-content {
  /* RESOURCES */
}
#centre-content .resource-imgs {
  width: 250px;
}
#centre-content .col-sm {
  width: 15%;
}
#centre-content .col-lg {
  width: 55%;
}
#centre-content .mz-img {
  width: 95%;
  border-radius: 5px;
}
#centre-content h2 {
  font-weight: bold;
  margin-top: 2em;
}
#centre-content hr {
  margin-top: 4em;
}
#centre-content .table {
  width: 100%;
  text-align: center;
  border: 1px solid #dee2e6;
  font-size: 14px;
}
#centre-content .table h2 {
  color: #00579c;
}
#centre-content .table td:nth-child(2) {
  text-align: left;
}
#centre-content .header--product {
  width: 18%;
}
#centre-content .header--system {
  width: 8%;
}
#centre-content table + p {
  margin-top: 2em;
}
#centre-content #optsim {
  width: 450px;
}
#centre-content h3 {
  font-size: 24px;
}
#centre-content .package-box__link {
  width: 100%;
}
#centre-content .collapsible__button {
  position: relative;
  display: inline;
  margin-top: 0;
}
#centre-content .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;
}
#centre-content .collapsible__button:hover .triangle {
  border-top: 5px solid #8fa7ba;
}
#centre-content .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;
}
#centre-content .package-box h2 {
  text-align: center;
  font-weight: bold;
}
#centre-content .package-box .button {
  padding: 0.1em;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-bottom: 0.2em;
  font-weight: normal;
}
#centre-content .package-box .info-box {
  padding: 0.5em;
  width: 75%;
  margin-bottom: 1em;
}
#centre-content .package-box .info-box ul {
  margin: 0;
  padding-left: 1.2em;
}
#centre-content .package-box .info-box ul li {
  color: #326691;
}
#centre-content .package-box .info-box--primary {
  width: 100%;
}
#centre-content .package-box--primary {
  border-color: #00579c;
}
#centre-content .package-title--primary {
  color: #00579c;
  font-weight: bold;
}
#centre-content .package-box--secondary {
  border-color: #627BAA;
  text-align: center;
}
#centre-content .package-box--secondary:hover {
  background-color: #DAE0EC;
}
#centre-content .package-title--secondary {
  color: #627BAA;
  font-weight: bold;
}
#centre-content .package-box--optional {
  border-color: #6C7586;
  text-align: center;
}
#centre-content .package-box--optional:hover {
  background-color: #DEE2E8;
}
#centre-content .package-title--optional {
  color: #6C7586;
  font-weight: bold;
}
#centre-content th, #centre-content td {
  vertical-align: middle !important;
  font-size: 12px;
}
#centre-content .darker th, #centre-content .darker td {
  background-color: #f2f2f2;
}
#centre-content .lighter th, #centre-content .lighter td {
  background-color: white;
}
#centre-content .package {
  width: 15%;
}
#centre-content .name {
  width: 20%;
}
#centre-content .tools {
  width: 40%;
}
#centre-content .platforms {
  width: 25%;
}
#centre-content .platforms2 {
  width: 12.5%;
}
#centre-content .no-border-top {
  border-top: none !important;
}
#centre-content .line-break {
  margin-bottom: 1.8em;
}
#centre-content .table--suite {
  width: 100%;
  border: 1px solid #dee2e6;
  text-align: center;
}
#centre-content .table--suite th {
  background-color: rgba(0, 0, 0, 0.05);
}
#centre-content .table--suite td {
  background-color: #fff;
  vertical-align: middle;
}
#centre-content .table--suite__product {
  width: 25%;
}
#centre-content .table--suite__info {
  width: 50%;
}
#centre-content .table--suite__info__body {
  text-align: left;
}
#centre-content .table--suite__support {
  width: 25%;
}
#centre-content .indented {
  position: relative;
  left: 5%;
  color: #393e46;
}
#centre-content .table--details {
  width: 90%;
}
#centre-content .screenshot {
  width: 300px;
  margin-bottom: 1em;
}
#centre-content .screenshot__top {
  margin-bottom: 2em;
}
#centre-content {
  /* Large Resize */
}
@media (max-width: 1200px) {
  #centre-content .package-box .info-box {
    width: 100%;
  }
}
#centre-content {
  /* Large Resize */
}
@media (max-width: 992px) {
  #centre-content .line-break {
    margin-bottom: 0em;
  }
  #centre-content .news-img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #centre-content #header-logo {
    width: 80px;
    padding-top: 0em;
  }
  #centre-content .dwt-img, #centre-content .hdl-img, #centre-content #luceda-diagram, #centre-content .col-img {
    width: 250px;
  }
  #centre-content .screenshot {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }
  #centre-content .screenshot__top {
    margin-right: 1em;
  }
  #centre-content .info-box {
    width: 100%;
  }
  #centre-content body {
    font-size: 14px;
  }
  #centre-content th, #centre-content td {
    padding: 5px !important;
    font-size: 12px;
  }
  #centre-content h1 {
    font-size: 20px;
  }
  #centre-content h2 {
    font-size: 16px;
  }
  #centre-content .table {
    width: 100%;
    font-size: 10px;
    left: 0;
  }
  #centre-content .indented {
    width: 100%;
    left: 0;
  }
  #centre-content #optsim, #centre-content #cadence-img, #centre-content #m3 {
    width: 300px;
  }
  #centre-content .space-bottom--none {
    line-height: 100%;
  }
  #centre-content .package-box--primary {
    height: auto;
  }
  #centre-content #vertex7 {
    width: 200px;
  }
  #centre-content .xilinx-img, #centre-content .table-img {
    width: 100%;
  }
}
@media (max-width: 420px) {
  #centre-content .table {
    display: none;
  }
  #centre-content #table-notification {
    display: block;
  }
  #centre-content .news-img {
    width: 100%;
  }
}/*# sourceMappingURL=tools.css.map */