body,
html {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
/* remember to define focus styles! */
del {
  text-decoration: line-through;
}

nav {
    background-color: #80D6F6;
    border-bottom: 2px solid #000000;
    box-sizing: border-box;
    height: 60px;
    // background-image: url(/images/wordmark-geoed.png);
    background-image: url(/images/geoed_logo.png);
    background-size: 100px;
    background-repeat: no-repeat;
    //background-position: 8px 9px;
    background-position: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 2;
}


#navigation {
  position: relative;
  clear: both;
  margin-bottom: 5px;
  display: none;
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #000000;
  border: none;
  background: none;
  display: block !important;
}


.admin#navigation { /* requires jquery .addClass('admin') to #navigation div */
  font-family: "arial narrow", arial, sans-serif;
  text-align: right;
}

ul.nav li.current-menu-item a {
    background-color: #36BDF0;
}
ul.nav ul li.current-menu-item a {
  color: #2e4771!important;
}

/* ----------------------- */
  ul.nav {
    position: relative;
    margin-bottom: 0;
    width: auto;
    margin-right: 30px;
  }
  ul.nav li {
    position: relative;
    float: left;
    list-style: none;
  }
  ul.nav li a {
  padding: .5em .5em;
  color: #ffffff;
    display: block;
    text-decoration: none;
  }
  ul.nav li a:hover {
    text-decoration: none;
  	color: #000000;
  }
  ul.nav li ul li a:hover {
    text-decoration: underline;
  }
  ul.nav ul {
    width: 150%;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
    padding: 0.4em 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    padding: 0.7em 1em!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }

  #navigation ul.nav > li {
    display: inline-block;
    float: none;
    height: 100%;
    border-right: 1px solid #17B5F0;
  }



   #navigation ul li:first-child {
     border-left: 1px solid #17B5F0;
   }

  ul.nav li a {
    color: #000000;
    display: block;
    text-decoration: none;
    padding: 0 5px;
    height: 100%;
    line-height: 58px;
  }

  #navigation ul.nav > li a:hover {
    background: none;
  }
  #navigation ul.nav > li:hover {
    background: #17B5F0;
  }
  #navigation ul.nav ul {
    background: #2e4771;
    border: 1px solid #e6e6e6;
    left: -1px;
  }
  #navigation ul.nav ul ul {
    top: -1px;
    left: 100%;
  }
  #navigation .nav li ul li.parent a {
    padding-right: 0;
  }
  #navigation .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0;
    top: 46%;
  }
  #navigation .nav li.parent > a {
    position: relative;
    padding-right: 2em;
  }
  #navigation .nav li.parent > a:after {
    content: "";
    display: block;
    border: 0.3em solid #ccc;
    border-color: #ccc transparent transparent transparent;
    position: absolute;
    top: 48%;
    right: .8751em;
  }
  #navigation .nav li ul li.parent a {
    padding-right: 0;
  }
  #navigation .nav li ul li.parent a:after {
    border-color: transparent transparent transparent #ccc;
    right: 0.8751em;
    top: 46%;
  }
/* ----------------------- */
/* Clear Floats */
.menu_bar:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu_bar
{
    max-width: 1275px;
    margin: 0px;
}
