:root {
    --ss-color-109124: #355298;
    --ss-color-109124-dark: #1c397f;
}


:root {
  --ss-title-font-family: 'Source Sans Pro', sans-serif;
  --ss-paragraph-font-family: 'Source Serif Pro', serif;
  --ss-navigation-font-family: 'Encode Sans', sans-serif;
  --ss-navigation-font-size: 16px;
}


.site-button {

    border-style: none;

  border-radius: 9px;


    box-shadow: none;
}


body {
  background-color: #f5f5f5;
}

body:before {
    background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

