@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900");
header { padding-top: 15px; background-color: transparent; }
nav { background-color: transparent; box-shadow: none; }
.arc-mainmenu { text-align: right; box-shadow: none; }
.arc-mainmenu a { margin: 0px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: transparent; font-weight: 400; font-size: 1rem; text-decoration: none; color: rgb(51, 51, 51); font-family: Poppins, Arial, Helvetica, sans-serif; text-transform: none; letter-spacing: 0rem; padding: 13px; }
.arc-mainmenu a:hover { color: rgb(51, 51, 51); text-decoration: none; background-color: rgb(248, 248, 248); }
.arc-mainmenu .arc-menuitem-active a { color: rgb(51, 51, 51); background-color: rgb(248, 248, 248); }
.arc-mainmenu { text-align: right; }
h1 { font-family: Poppins; font-weight: 400; letter-spacing: 0rem; text-transform: none; font-size: 2.6rem; color: rgb(0, 0, 0); }
h2 { font-family: Poppins; font-weight: 300; font-size: 1.7rem; text-transform: none; letter-spacing: 0px; color: rgb(0, 0, 0); }
h3 { font-family: Poppins, Arial, Helvetica, sans-serif; font-weight: 300; font-size: 1.3rem; line-height: 20px; text-transform: uppercase; color: rgb(0, 0, 0); }
body { color: rgb(64, 64, 64); font-family: Poppins; font-weight: 300; font-size: 1.15rem; background-color: rgb(255, 255, 255); background-attachment: fixed; background-image: none; background-position: 50% 50%; background-size: cover; background-repeat: no-repeat; }
.button { font-family: Poppins, Arial, sans-serif; font-weight: 300; margin: 5px 5px 15px; padding: 12px 32px; letter-spacing: 0px; border: 2px solid rgb(243, 88, 0); background-color: rgb(236, 102, 44); color: rgb(255, 255, 255); font-size: 1.1rem; border-radius: 0px; text-transform: none; }
.button:hover { background-color: rgb(189, 83, 33); border: 2px solid rgb(189, 83, 33); }
a { color: rgb(29, 177, 231); text-decoration: underline; }
a:hover { text-decoration: underline; color: rgb(136, 9, 76); }
a:hover.text-light { color: rgb(102, 102, 102); }
footer { background-color: rgb(37, 37, 37); }
b, strong { color: rgb(64, 64, 64); font-weight: 600 !important; }
p { color: rgb(0, 0, 0); font-weight: 300 !important; }
.container { max-width: 1600px; }
@media screen and (max-width: 690px) {
  body { background-position: top; background-size: 150% auto; background-repeat: no-repeat; }
}
@media screen and (min-width: 1200px) {
  body { background-position: center -100px; background-size: 100% auto; background-repeat: no-repeat; }
}
.arc-main-content { margin-top: 100px; }
.arc-nav-icon::before { content: url("/app/netorg/Content/Architect2/img/icons/menu-bars-dark.png"); }
.arc-nav-icon { text-align: right; margin-right: 10px; }
