@charset "UTF-8";
body {
  background-color: #b3c9e1;
  font-size: 18px;
  color: #5c6270;
  line-height: 1.6em;
  font-family: Lato, Verdana, Arial, sans-serif;
}

a {
  color: #417995;
  text-decoration: none;
}

h1 {
  color: #5c6270;
  font-size: 13pt;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 12pt;
}

a:hover {
  text-decoration: underline;
}

footer {
  bottom: 15px;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  text-align: right;
}

hr {
  border: 1px #eee solid;
}

input[type=text], input[type=password] {
  font-size: 12px;
  width: 130px;
}

header {
  height: 265px;
}

nav {
  text-align: right;
}

nav ul li, nav ul {
  list-style-type: none;
  display: inline-block;
}

nav a {
  color: #333;
  font-weight: bold;
  padding-left: 1.4em;
}

nav a:hover {
  color: #417995;
  text-decoration: none;
}

nav a.selected {
  color: #417995;
}

ol li {
  margin-bottom: 8px;
}

pre {
  background-color: #444;
  color: #fff;
  font-family: Consolas, Monaco, monospace;
  font-size: 14px;
  padding: 2px 4px;
}

.cert-container {
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  vertical-align: top;
  width: 400px;
}

.cert-container span {
  font-size: 13px;
  font-weight: bold;
}

.cert-logo {
  border: none;
  height: 100px;
  width: 100px;
}

.cert-logo.selected {
  border: none;
}

.cert-div-1 {
  font-size: 14px;
  padding-bottom: 20px;
}
.cert-div-1 img {
  max-width: 120px;
  display: inline-block;
}
.cert-div-1 div {
  display: inline-block;
  max-width: 700px;
  vertical-align: top;
}
.cert-div-1 div p:first-child {
  font-weight: bold;
  margin: -6px 0 0 0;
}
.cert-div-1 div p:nth-child(2) {
  color: black;
  font-weight: 700;
  font-size: 13px;
  margin-top: 0;
}
.cert-div-1 .cert-active {
  color: green;
  font-weight: normal;
  background-color: whitesmoke;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
}
.cert-div-1 .cert-active :before {
  content: "•";
}
.cert-div-1 .retired {
  color: darkred;
  font-weight: normal;
  background-color: whitesmoke;
  padding: 6px;
  border-radius: 4px;
  font-size: 12px;
}

.certs-div {
  margin-bottom: 20px;
  border: 1px grey solid;
  padding: 0 20px 20px 20px;
}
.certs-div p {
  font-weight: bold;
}

.hamburger {
  display: none;
}

.header-name {
  display: none;
}

.main-div > table {
  margin-bottom: -2px;
  margin-top: -2px;
  min-height: 600px;
  width: 100%;
}

.my-pic {
  height: 112px;
  float: left;
  padding-right: 8px;
}

.highlight {
  background-color: #bfd8ed;
  border: 1px gray solid;
  margin-left: 2%;
  margin-right: 2%;
  padding: 10px 14px;
  color: #333;
}

.highlight::before {
  content: "!";
  float: left;
  font-family: "Times New Roman", serif;
  font-size: 50px;
  font-weight: bold;
  padding: 10px 20px 10px 0;
  width: 10px;
}

.pullout-quote {
  background-color: #fff;
  color: #417995;
  font-style: italic;
  margin-left: 10%;
  margin-right: 10%;
  padding: 10px 14px 0;
}

.pullout-quote div::before {
  color: #417995;
  content: "“";
  font-family: "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
}

.pullout-quote div::after {
  color: #417995;
  content: "”";
  font-family: "Times New Roman", serif;
  font-size: 30px;
  font-weight: bold;
}

.pullout-quote p {
  text-align: right;
}

.toast {
  background-color: white;
  border: 4px solid #0e90d2;
  height: 120px;
  left: 50%;
  margin-left: -200px;
  padding: 20px;
  position: absolute;
  top: 50px;
  width: 400px;
  z-index: 1000;
}

.toast.error {
  border: 4px solid #aa0000;
}

.button {
  font-size: 9pt;
  width: 50px;
}

.code {
  background-color: #444;
  color: #fff;
  font-family: Consolas, Monaco, monospace;
  font-size: 16px;
  padding: 2px 4px;
}

.header-image {
  background-image: url("/images/header.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  height: 220px;
  max-width: 1154px;
}

.header-top {
  background-color: #417995;
  height: 45px;
  width: 100%;
}

.indent1 {
  padding-left: 2em;
}

#form-login {
  bottom: 30px;
  margin-left: 20px;
  position: absolute;
  text-align: center;
}

.login {
  margin-left: auto;
  margin-right: auto;
  border: 1px #DDD solid;
  padding: 0 10px 10px 10px;
  width: 194px;
  font-size: 12px;
  color: #333;
  text-align: left;
}

.login input {
  width: 180px;
  height: 20px;
}

.copyright {
  font-size: 0.9em;
}

#left-lis {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#left-lis li {
  font-weight: bold;
  margin-bottom: 6px;
}

#left-lis a {
  color: #FFF;
  font-weight: normal;
}

#left-lis .topic a {
  color: #FFF;
  font-weight: bold;
}

.tech-left-nav li:not(:first-child) a {
  font-weight: normal;
  padding-left: 10px;
}

.tech-left-nav li.topic a {
  font-weight: bold;
  padding-left: 0;
}

.main-div {
  background-color: #417995;
  border: thin solid #fff;
  margin: 20px auto;
  max-width: 1154px;
  position: relative;
}

.left-panel {
  background-color: #417995;
  font-size: 11px;
  padding: 4px;
  vertical-align: top;
  width: 260px;
}

.mobile-menu {
  display: none;
}

.right-panel {
  background-color: #fff;
  padding: 0 30px 0 20px;
  vertical-align: top;
}

#left-nav {
  font-size: 1.2em;
  min-height: 290px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  vertical-align: top;
  width: 200px;
}

#left-nav li {
  background-color: #417995;
  color: #eee;
  font-size: 13px;
  line-height: 1.4em;
  padding-bottom: 6px;
}

#left-nav a.selected {
  color: #96d4f1;
}

#left-nav-marker {
  display: none;
}

#left-nav-marker-vert {
  display: none;
  left: 19px;
  position: absolute;
  top: 314px;
  width: 1px;
}

#left-nav-marker-hor {
  display: none;
  height: 1px;
  left: 19px;
  position: absolute;
  top: 314px;
  width: 250px;
}

#mobile-overlay {
  display: none;
}

#top-nav-marker-hor {
  display: none;
  height: 1px;
  left: 270px;
  position: absolute;
  top: 314px;
  width: 550px;
  z-index: 100000;
}

#top-nav-marker-vert {
  display: none;
  left: 333px;
  position: absolute;
  top: 286px;
  z-index: 100000;
}

.quote-content {
  color: #fff;
  line-height: 20px;
  font-size: 1.2em;
  margin-top: 10px;
  opacity: 1;
  padding: 20px;
  text-decoration: none;
  text-align: left;
  transition-property: opacity;
  transition-duration: 1s;
}

.quote-credit {
  color: #fff;
  font-size: 1.2em;
  font-style: italic;
  margin-right: 10px;
  text-decoration: none;
  text-align: right;
  transition-property: opacity;
  transition-duration: 1s;
}

.transparent {
  opacity: 0 !important;
}

@media only screen and (max-width: 980px) {
  body {
    border: none;
    margin: 0;
  }

  header {
    height: auto;
  }

  nav {
    display: none;
  }
  nav a {
    color: #333;
    font-weight: bold;
    padding-left: 0;
  }

  nav ul li, nav ul {
    display: block;
    font-weight: bold;
    line-height: 40px;
  }

  .left-lis li {
    padding-bottom: 2px;
  }

  .left-lis a, .left-lis .topic a {
    color: #5c6270;
    font-size: 16px;
    font-weight: normal;
  }

  .mobile-menu {
    background-color: white;
    left: 0;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 5;
  }
  .mobile-menu ul li {
    text-align: left;
  }

  #mobile-overlay {
    display: none;
    background-color: black;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 46px;
    width: 100%;
    z-index: 4;
  }

  .hamburger {
    background: url("/images/menu-bars.png") no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    float: right;
    height: 26px;
    margin-right: 18px;
    margin-top: 10px;
    width: 32px;
  }

  .header-image {
    background: #0e90d2 url("/images/small-header.png") no-repeat;
    background-size: cover;
    display: block;
    height: 208px;
    width: 100%;
  }

  .header-name {
    background: url("/images/ML-logo-rev.png") no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 34px;
    margin-top: 4px;
    margin-left: 4px;
    width: 132px;
  }

  .main-div {
    border: none;
    margin: 0;
  }

  .nav-line-images {
    display: none;
  }

  .left-panel {
    display: none;
    /*
    background-color: $panel-color;
    height: 100%;
    left: -230px;
    position: absolute;
    vertical-align: top;
    width: 260px;
    z-index: 1000; */
  }

  .right-panel {
    padding-left: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
