/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-content-download .container > h1, .section-content-download .container > h2, .section-content-download .container > h3 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section-content-download .container > h1, .section-content-download .container > h2, .section-content-download .container > h3 {
      margin-bottom: 40px; } }

.section-content-download h3 {
  color: var(--light-blue);
  font-size: 20px;
  font-family: "Rethink Sans", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.section-content-download h4 {
  font-size: 18px; }

.section-content-download .columns {
  display: flex;
  gap: 30px 75px;
  flex-direction: column; }
  @media (min-width: 981px) {
    .section-content-download .columns {
      flex-direction: row;
      flex-wrap: wrap; } }
  .section-content-download .columns .column {
    flex: 1 1; }
    @media (min-width: 981px) {
      .section-content-download .columns .column-downloads {
        flex-basis: 100%; } }
    @media (min-width: 1200px) {
      .section-content-download .columns .column-downloads {
        flex-shrink: 0;
        flex-basis: 2.5%; } }

.section-content-download .content .btn-content .btn {
  display: block; }
  @media (min-width: 480px) {
    .section-content-download .content .btn-content .btn {
      min-width: 210px;
      display: inline-block; } }

.section-content-download .download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
  background-color: var(--white);
  border-radius: 7px;
  padding: 30px 25px 30px 30px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: ease-in-out 200ms background-color; }
  @media (min-width: 768px) {
    .section-content-download .download-item {
      padding: 40px 25px 40px 40px; } }
  .section-content-download .download-item:last-child {
    margin-bottom: 0; }
  .section-content-download .download-item:hover {
    background-color: var(--dark-blue); }
    .section-content-download .download-item:hover .icon span,
    .section-content-download .download-item:hover .name {
      color: var(--white); }
  .section-content-download .download-item .text {
    max-width: 180px; }
    @media (min-width: 480px) {
      .section-content-download .download-item .text {
        max-width: none; } }
  .section-content-download .download-item .label {
    font-weight: 700;
    color: var(--light-blue);
    font-size: 14px; }
  .section-content-download .download-item .name {
    color: var(--text-color);
    font-size: 14px;
    transition: ease-in-out 200ms color; }
  .section-content-download .download-item .icon span {
    color: var(--light-sand);
    font-size: 40px;
    transition: ease-in-out 200ms color; }

.section-content-download.blue .btn-content .btn {
  background: var(--light-sand);
  color: var(--dark-blue); }
  .section-content-download.blue .btn-content .btn:hover, .section-content-download.blue .btn-content .btn:focus {
    background: #d5ba8b; }

/*# sourceMappingURL=content-download.css.map */
