html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.2;
}
ol {
  padding-left: 1.4em;
  list-style: decimal;
}
ul {
  padding-left: 1.4em;
  list-style: square;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end reset browser styles */

/*********************/
/* BASIC */
/*********************/

body {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

p,
h1,
h2,
h3,
h4,
h5,
h5,
ol,
ul {
  margin: 0px;
  padding: 0px;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
  background: url(../images/bg/side_nav_bg3.jpg) repeat-x left top;
  position: relative;
  border: 1px solid black;
}

/*********************/
/* MAIN NAV */
/*********************/

.topnav {
  margin-bottom: 0px;
  float: right;
  top: 75px;
  left: 5px;
}

.topnav li {
  list-style-type: none;
  padding: 0px;
  margin: 0;
  float: left;
}

.topnav a {
  display: block;
  font-size: 11px;
  color: #d6ecae;
  text-decoration: none;
  background-color: #294e56;
  padding: 2px 2px 2px 3px;
  width: 8em;
  margin-left: 2px;
  border-right: 1px solid #73afb7;
  border-bottom: 1px solid #73afb7;
  font-weight: bold;
  margin-bottom: 2px;
}

.topnav a:hover {
  background: #73afb7;
  border-right: 1px solid #14556b;
  border-bottom: 1px solid #14556b;
  color: #fbef99;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#feature #nav a#featureLink {
  background: #73afb7;
  border-right: 1px solid #14556b;
  border-bottom: 1px solid #14556b;
  color: #fbef99;
}

#logo {
  height: 100px;
}

#app {
  margin: 0px;
  padding: 15px;
  list-style: none;
  font-size: 1.2em;
}

/*********************/
/* SIDEBAR */
/*********************/
#news {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.2em;
  border-top: 1px dashed #294e56;
  border-right: 1px dashed #294e56;
}
#news li {
  display: inline;
}
#news .title {
  font-weight: bold;
  display: block;
  color: #666666;
}
#news a {
  text-decoration: none;
  display: block;
  padding: 5px;
  border-bottom: 1px dashed #294e56;
  color: #73afb7;
  line-height: 110%;
  background: #ffffff url(../images/bg/bg_link.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #news a {
  height: 1px;
}

#news a:hover {
  color: #000000;
  background-image: url(../images/bg/bg_link_h.png);
}

/*********************/
/* MAIN */
/*********************/
h1 {
  color: #294e56;
  margin-top: 10px;
  font-size: 2.4em;
  border-top: 4px solid #294e56;
  line-height: 100%;
}
.section {
  display: inline;
  color: #999999;
  font-weight: normal;
}

.floatRight {
  float: right;
  margin: 5px 10px 2px 15px;
}
img.floatRight {
  border: 2px solid #000000;
}

p {
  color: #666666;
  font-size: 1.6em;
}
h2 {
  /*color: #F4BE04;*/
  color: #330066;
  font-size: 1.9em;
  margin-top: 10px;
  overflow: hidden;
  padding-top: 0px;
  background: url(../images/bg/bg_h2.gif) repeat-x left bottom;
}

/*********************/
/* FOOTER */
/*********************/
#footer {
  margin-top: 15px;
  border-top: 1px dashed #666666;
  padding: 5px 0 15 5px;
  margin-right: 200px;
  position: fixed;
  width: 100%;
  bottom: 0;
  /*float:bottom;*/
}

#sidebar {
  float: left;
  width: 160px;
  margin-top: 10px;
}

#main {
  margin-left: 180px;
}

#secondary {
  float: right;
  width: 180px;
}

/*********************/
/* Menu */
/*********************/

.menu {
  /*background-color: white;*/
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
  float: right;
}

.menu__right {
  display: flex;
  align-items: center;
  height: 100%;
}

.menu__list {
  list-style-type: none;
  padding: 0;
  height: 100%;
  margin: 0;
  margin-right: 40px;
}

.menu__list-item {
  display: inline-block;
  height: 100%;
  margin-right: 20px;
}

.menu__list-item:last-child {
  margin-right: 0;
}

.menu__button {
  color: #3a3e47;
  display: inline-block;
  height: 50%;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0 3px;
}

.menu__link:hover {
  color: #ffaa3b;
}

.menu__link--active {
  color: #ffaa3b;
  border-top: 4px solid #ffaa3b;
  font-weight: 700;
}
