@import url("https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
.button { background-color: rgb(0, 135, 201); font-size: 0.95rem; border-radius: 4px; color: rgb(255, 255, 255); }
.button:hover { background-color: rgb(91, 194, 231); }
.InputField, .InputSelect { color: rgb(2, 2, 2); border-color: rgb(2, 2, 2); padding: 6px; }
h1 { color: rgb(38, 55, 109); font-family: Muli; font-weight: 600; font-size: 1.4rem; letter-spacing: 0.07rem; }
p { color: rgb(2, 2, 2); }
header { background-color: rgb(255, 255, 255); padding-top: 15px; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; }
footer { background-color: rgb(0, 135, 201); }
body { font-family: Muli; line-height: 1.25; background-color: rgb(255, 255, 255); background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-image: none; }
h2, h3, h4, h5, h6 { color: rgb(101, 101, 101); font-family: Muli; font-weight: 400; font-size: 1.25rem; letter-spacing: 0.08rem; }
a { color: rgb(38, 55, 109); text-decoration: underline; }
a:hover { color: rgb(0, 0, 0); text-decoration: underline; }
a:hover.text-light { color: rgb(255, 255, 255); }
.arc-mainmenu a { font-family: Muli; color: rgb(255, 255, 255); }
.arc-mainmenu a:hover { color: rgb(38, 55, 109); text-decoration: underline; }
.arc-mainmenu .arc-menuitem-active a { color: rgb(38, 55, 109); background-color: rgb(91, 194, 231); }
nav, .arc-submenu { background-color: rgb(91, 194, 231); }
.arc-main-content { box-shadow: none; }
