:root {
    --color-primary: #0d2f68 !important;
    --color-secondary: #eb1821 !important;
    --color-tertiary: #0d2f68 !important;
    --color-primary-text: #0d2f68;
    --color-background: #ffffff;
    --max-width: normal;
    --font-primary: 'local', Arial, sans-serif;
    --font-secondary: 'local2', Arial, sans-serif;
  } 
  
  
  
  
  :root { --border-radius: 0.375rem; }
  
  
  
  
  
  .container {
      @media screen and (max-width: 1700px) {
        max-width: 90%;
      }
    }
  .desktop-nav a {
    text-transform: uppercase;
}

.footer {
    a {
        color: #fff;
    }

    img {
        display: inline-block;
        height: 40px;
        width: auto;
        margin-right: 1rem;
        margin-top: 2rem !important;
    }

    input {
        color: var(--color-primary-text)
    }

    form {
        display: block;
        margin-bottom: 2.5rem !important;
    }
}

.copyright {
    a {
        color:#fff;
    }
}

#module-66bb16b3c7d5dd0a22acec49 {
    margin-bottom: 0;
}