/* stylelint-disable */

/* These variables can be used to control values throughout the job board. */
  
:root {

    /*  The max width of the job board container */
    --widthMaxJobBoard: 920px;

    /*  The max width of the application form section */
    /* --widthMaxJobBoard: 920px; */

  }