body {
  margin: 0;
  font-family: "Open Sans", Helvetica, Arial;
  font-size: 14px;
  color: #6C757D;
}
html {
  scrollbar-gutter: stable both-edges;
  overflow: scroll;
}
.lro {
  float: right;
}
.highlight {
  color: #266fa6;
}
.lowlight {
  color: #DC3545;
}
footer {
  width: 100%;
  height: 50px;
  float: left;
}
header {
  width: 100%;
  height: 65px;
  border-bottom: 2px solid #E5E5E5;
}
header img {
  width: 226px;
  margin: 5px;
  float: left;
}
.logotext {
  float: left;
  font-size: 27px;
  font-family: 'open sans';
  line-height: 30px;
  margin: 0 0 0 8px;
  color: #999999;
}
.hcontent {
  width: calc(100% - 100px);
  max-width: 1600px;
  min-width: 280px;
  height: 65px;
  padding: 10px 50px 0 50px;
  margin: 0 auto;
}
.menu {
  float: left;
  font-size: 20px;
  margin: 5px 10px 0 0;
}
main {
  width: 100%;
}
.crumb {
  width: calc(100% - 100px);
  max-width: 1600px;
  min-width: 280px;
  height: 35px;
  padding: 0 50px;
  margin: 29px auto 31px auto;
  font-size: 15px;
  color: #4D4D4D;
  font-weight: 600;
}
.crumb ul {
  margin: 0;
  padding: 10px 15px;
  list-style-type: none;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  float: left;
}
.crumb ul li {
  margin: 0;
  padding: 0;
}
.crumb ul li:after {
    content: "/";
    margin: 0 9px;
    color: #CCCCCC;
    font-weight: 400;
}
.crumb ul li:last-child:after {
    content: "";
    margin: 0;
}
.crumb a {
  text-decoration: none;
  color: #266fa6;
}
.pcontent,
.pcontent2,
.pcontent3,
.procontent,
.mcontent {
  width: calc(100% - 100px);
  max-width: 1600px;
  min-width: 280px;
  height: auto;
  padding: 0 50px;
  margin: 0 auto;
}


h1,
h2,
h4,
h3 {
  margin: 0 0 15px 0;
  font-weight: normal;
  color: #4D4D4D;
}
h1 {
  font-weight: 600;
  font-size: 31px;
  line-height: 40.85px;
}
.completionbox {
  width: 100%;
  text-align: center;
  padding: 75px 0;
}
.skillsearch,
.skilllist,
.sectionlist {
  width: 100%;
  float: left;
}
.skillsearch {
  margin: 0 0 20px 0;
}
.skillrow,
.sectionrow {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.skillsearch input[type=text] {
  width: 80%;
  float: left;
}
.sectionimage {
  width: 75px;
  height: 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sectiontext {
  width: calc(100% - 140px);
}
.sectiontext h3 {
  margin: 25px 0 0 0;
}
.skilltext {
  width: 100%;
}
.formblock {
  width: 100%;
  float: left;
}
.skillmatrix,
.matrixrow {
  width: 100%;
  float: left;
}
.matrixrow {
  display: flex;
}
.exprow {
  margin: 0 0 20px 0;
}
.matrixhitem,
.matrixitem {
  width: 250px;
  border-left: 1px solid #E5E5E5;
}
.matrixhfield,
.matrixfield {
  min-width: 200px;
}
.matrixitem,
.matrixfield {
  text-align: left;
  padding: 10px 15px;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  color: #4D4D4D;
  font-size: 14px;
  vertical-align: top;
}
.matrixhfield,
.matrixhitem {
  text-align: left;
  color: #4D4D4D;
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid #266fa6;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  font-size: 14px;
}
.matrixeven {
  background-color: #F5F5F5;
}
.matrixodd {
  background-color: #FFFFFF;
}
.matrixlast {
  border-bottom: 0;
}
.matrixrep {
  border-top: 1px solid #266fa6;
}
.formerror {
  width: 100%;
  font-color: #FF0000;
}
.buttonrow,
.formrow,
.formrowfull,
.formrowheader {
  width: 100%;
  margin: 20px 0 0 0;
  float: left;
}
.formrow {
  display: flex;
  justify-content: space-evenly;
}
.formrowfull {
  text-align: center;
}

input[type=text] {
  height: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
input[type=text]:focus {
  outline: none !important;
  border: 1px solid #266fa6;
}
textarea {
  height: 100px;
  width: calc(100% - 6px);
  resize: vertical;
}
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 20px 40px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: left;
}
.matrixfield .container {
  margin: 0 auto;
  float: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 33px;
  width: 32px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-image: url(/images/radioon2.png);
  background-repeat: no-repeat;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.exit,
.headerbutton,
.traininghour,
.profilebutton,
.amendbutton,
.amendbutton2,
.button,
.midbutton,
.notton,
.accbutton,
.skillbutton,
.secbutton {
  min-width: 120px;
  min-height: 25px;
  padding: 5px 10px 0 10px;
  margin: 0 0 44px 20px;
  float: right;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #E5E5E5;
  text-align: center;
  text-decoration: none;
  color: #6C757D;
}
.sectiontext .secbutton {
  margin: 23px 0 0 20px;
}
.skilltext .secbutton {
  margin: 0 0 0 20px;
}
.exit {
  margin: 0;
}
.accbutton {
  margin: 0;
  background-color: #266fa6;
  color: #FFFFFF;
}
.skillbutton {
  margin: 0;
  background-color: #266fa6;
  color: #FFFFFF;
  float: left;
}
.midbutton {
  width: 160px;
  margin: 0 auto;
  display: block;
  float: none;
}
.accordionblock .notton {
  margin: 0;
}
.headerbutton,
.button {
  width: 160px;
  padding: 5px 0 0 0;
  margin: 0 0 20px 0;
  float: left;
}
.headerbutton:hover,
.button:hover,
.secbutton:hover {
  background-color: #266fa6;
  color: #FFFFFF;
}
.logout {
  float: right;
}
.buttonrow .accbutton {
  float: left;
  margin: 0 0 0 20px;
}
.buttonrow .notton {
  float: left;
  margin: 0 20px 0 0;
}
nav{
  height:50px;
  width: calc(100% - 100px);
  max-width: 1600px;
  min-width: 280px;
  padding: 0 50px;
  margin: 0 auto;
  position:relative;
  background: #6C757D;
  text-transform: uppercase;
}
#nav{
  margin: 0 auto;
  width: 280px;
}

#nav ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type:none;
}

#nav ul li {
  padding: 0;
  position:relative;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
}

#nav ul li a {
  color:#fff;
  text-decoration:none;
}

#nav ul li a:hover {
  color:#02B5DD;
}

#nav ul li:hover > a {
  color:#02B5DD;
}
@media screen and (max-width: 10000px) {
  nav {
    height: 0;
  }
  #bs-example-navbar-collapse-2{
      display:none;
  }
  #nav {
    background:none;
    margin:0;
    padding:0;
    clear:both;
  }

  #nav ul {
    height:auto;
    position:static;
    margin:0;
    padding:0;
    display:block;
    background: #6C757D;
  }

   #nav ul > li {
        float: none;
    }

  #nav ul li {
    padding-left:0px;
  }

  #nav ul li a {
    display:block;
    padding: 9px 9px;
      position: relative;
      z-index:100;
  }

  #nav ul li a:hover {
    color:#FFFFFF;
  }

  #nav ul li:hover > a {
    color:#FFFFFF;
  }
  .on {
    display: block;
    z-index: 1000;
    position: relative;
  }

}
