@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
body { background-color: rgb(255, 255, 255); font-family: Arial; line-height: 1.5; font-size: 1.1rem; }
header { background-color: rgb(255, 255, 255); }
nav, .arc-submenu { background-color: rgb(112, 111, 111); }
.arc-mainmenu a { font-family: Arial; color: rgb(255, 255, 255); text-decoration: none; }
.arc-mainmenu a:hover { color: rgb(255, 255, 255); text-decoration: none; }
.arc-mainmenu .arc-menuitem-active a { color: rgb(255, 255, 255); background-color: rgb(243, 149, 63); }
footer { background-color: rgb(243, 240, 237); }
p { color: rgb(17, 17, 17); }
h1 { color: rgb(0, 0, 0); font-family: Arial; letter-spacing: 0rem; font-size: 2.7rem; font-weight: 600; }
h2, h3, h4, h5, h6 { font-family: Arial; letter-spacing: 0rem; }
.button { background-color: rgb(243, 240, 237); color: rgb(112, 111, 111); border-radius: 0px; font-size: 1.45rem; }
.button:hover { background-color: rgb(243, 149, 63); }
a { text-decoration: none; color: rgb(243, 149, 63); }
a:hover { color: rgb(243, 149, 63); text-decoration: underline; }
.InputField, .InputSelect { font-family: Arial; font-size: 17px; color: rgb(112, 111, 111); border-color: rgb(112, 111, 111); padding: 14px; border-radius: 0px; box-shadow: none; }
.arc-main-content { box-shadow: none; }
