body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 100%;
  line-height: 150%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-image: linear-gradient(22.5deg, rgba(242, 242, 242, 0.03) 0%, rgba(242, 242, 242, 0.03) 16%, rgba(81, 81, 81, 0.03) 16%, rgba(81, 81, 81, 0.03) 26%, rgba(99, 99, 99, 0.03) 26%, rgba(99, 99, 99, 0.03) 73%, rgba(43, 43, 43, 0.03) 73%, rgba(43, 43, 43, 0.03) 84%, rgba(213, 213, 213, 0.03) 84%, rgba(213, 213, 213, 0.03) 85%, rgba(125, 125, 125, 0.03) 85%, rgba(125, 125, 125, 0.03) 100%), linear-gradient(22.5deg, rgba(25, 25, 25, 0.03) 0%, rgba(25, 25, 25, 0.03) 54%, rgba(144, 144, 144, 0.03) 54%, rgba(144, 144, 144, 0.03) 60%, rgba(204, 204, 204, 0.03) 60%, rgba(204, 204, 204, 0.03) 76%, rgba(37, 37, 37, 0.03) 76%, rgba(37, 37, 37, 0.03) 78%, rgba(115, 115, 115, 0.03) 78%, rgba(115, 115, 115, 0.03) 91%, rgba(63, 63, 63, 0.03) 91%, rgba(63, 63, 63, 0.03) 100%), linear-gradient(157.5deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 6%, rgba(75, 75, 75, 0.03) 6%, rgba(75, 75, 75, 0.03) 15%, rgba(131, 131, 131, 0.03) 15%, rgba(131, 131, 131, 0.03) 18%, rgba(110, 110, 110, 0.03) 18%, rgba(110, 110, 110, 0.03) 37%, rgba(215, 215, 215, 0.03) 37%, rgba(215, 215, 215, 0.03) 62%, rgba(5, 5, 5, 0.03) 62%, rgba(5, 5, 5, 0.03) 100%), linear-gradient(90deg, #ffffff, #ffffff);
}

a, a:visited {
  color: #296F5C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button {
  display: block;
  width: auto;
  margin: 30px auto 30px auto;
  background-color: #296F5C;
  color: #ffffff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  max-width: 300px;
  border-radius: 5px;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
  margin: 10px 0;
}

hr {
  background-color: #bbbbbb;
  color: #cccccc;
  border: 0;
  height: 1px;
}

h3.pagehead {
  display: block;
  text-align: center;
}

ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul.list li {
  padding: 2px 0;
}
ul.list li ul {
  border-bottom: solid 1px #cccccc;
  margin: 0;
  padding: 2px;
  list-style-type: none;
}
ul.list li ul li a.delete {
  float: right;
}

ul.cols2 li ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

ul.cols3 li ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

ul.cols4 li ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

ul.cols5 li ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

ul.cols6 li ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

ul.apps {
  list-style-type: none;
  margin: 20px 0 20px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
ul.apps li {
  width: 32%;
  padding: 0 2% 2% 0;
}
ul.apps li a {
  display: block;
  text-align: center;
  background: #cccccc;
  padding: 5% 2%;
  border-radius: 5px;
  box-shadow: 0 2px 2px #aaaaaa;
}
ul.apps li:nth-child(3n+3) {
  padding: 0 0 2% 0;
}

a.delete {
  background-color: #ddbbbb;
  padding: 0 8px;
  margin: 3px 0;
  border-radius: 3px;
}

a.edit {
  background-color: #bbddbb;
  padding: 0 8px;
  margin: 3px 0;
  border-radius: 3px;
}

nav {
  text-align: center;
}
nav ul#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: solid 1px #bbbbbb;
}
nav ul#nav li {
  display: inline-block;
}
nav ul#nav li a {
  padding: 10px 20px;
  line-height: 30px;
  display: block;
  font-weight: 700;
}
nav ul#nav li a.active {
  color: #666666;
}

a#showmenu {
  display: none;
  border-bottom: solid 1px #bbbbbb;
}

header {
  text-align: center;
  padding: 20px 10px;
  border-bottom: solid 1px #dddddd;
  background-image: linear-gradient(112.5deg, rgba(232, 232, 232, 0.03) 0%, rgba(232, 232, 232, 0.03) 2%, rgba(231, 231, 231, 0.03) 2%, rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 4%, rgba(231, 231, 231, 0.03) 11%, rgba(2, 2, 2, 0.03) 11%, rgba(2, 2, 2, 0.03) 67%, rgba(231, 231, 231, 0.03) 67%, rgba(231, 231, 231, 0.03) 90%, rgba(111, 111, 111, 0.03) 90%, rgba(111, 111, 111, 0.03) 100%), linear-gradient(157.5deg, rgba(210, 210, 210, 0.03) 0%, rgba(210, 210, 210, 0.03) 17%, rgba(254, 254, 254, 0.03) 17%, rgba(254, 254, 254, 0.03) 18%, rgba(96, 96, 96, 0.03) 18%, rgba(96, 96, 96, 0.03) 44%, rgba(159, 159, 159, 0.03) 44%, rgba(159, 159, 159, 0.03) 70%, rgba(24, 24, 24, 0.03) 70%, rgba(24, 24, 24, 0.03) 82%, rgba(16, 16, 16, 0.03) 82%, rgba(16, 16, 16, 0.03) 100%), linear-gradient(22.5deg, rgba(47, 47, 47, 0.03) 0%, rgba(47, 47, 47, 0.03) 32%, rgba(124, 124, 124, 0.03) 32%, rgba(124, 124, 124, 0.03) 40%, rgba(200, 200, 200, 0.03) 40%, rgba(200, 200, 200, 0.03) 42%, rgba(16, 16, 16, 0.03) 42%, rgba(16, 16, 16, 0.03) 64%, rgba(243, 243, 243, 0.03) 64%, rgba(243, 243, 243, 0.03) 94%, rgba(93, 93, 93, 0.03) 94%, rgba(93, 93, 93, 0.03) 100%), linear-gradient(90deg, #3b8d76, #3b8d76);
  color: #ffffff;
}
header h1 {
  display: none;
}
header img {
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 5px;
  margin: 0 auto;
}

#hero {
  height: 300px;
  width: 100%;
  position: relative;
  margin: 10px 0 30px 0;
  border-radius: 5px;
}
#hero #text {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
}
#hero #text h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  line-height: 3.5rem;
  height: 260px;
  padding: 20px;
}
#hero #overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #296F5C;
  opacity: 0.7;
  border-radius: 5px;
}
#hero #movie {
  background-image: url(/img/MobileWorkForce.mp4);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

.inner {
  max-width: 900px;
  margin: 0 auto;
}

section#main {
  padding: 30px;
  background-image: linear-gradient(22.5deg, rgba(67, 67, 67, 0.02) 0%, rgba(67, 67, 67, 0.02) 29%, rgba(47, 47, 47, 0.02) 29%, rgba(47, 47, 47, 0.02) 37%, rgba(23, 23, 23, 0.02) 37%, rgba(23, 23, 23, 0.02) 55%, rgba(182, 182, 182, 0.02) 55%, rgba(182, 182, 182, 0.02) 69%, rgba(27, 27, 27, 0.02) 69%, rgba(27, 27, 27, 0.02) 71%, rgba(250, 250, 250, 0.02) 71%, rgba(250, 250, 250, 0.02) 100%), linear-gradient(67.5deg, rgba(117, 117, 117, 0.02) 0%, rgba(117, 117, 117, 0.02) 14%, rgba(199, 199, 199, 0.02) 14%, rgba(199, 199, 199, 0.02) 40%, rgba(33, 33, 33, 0.02) 40%, rgba(33, 33, 33, 0.02) 48%, rgba(135, 135, 135, 0.02) 48%, rgba(135, 135, 135, 0.02) 60%, rgba(148, 148, 148, 0.02) 60%, rgba(148, 148, 148, 0.02) 95%, rgba(53, 53, 53, 0.02) 95%, rgba(53, 53, 53, 0.02) 100%), linear-gradient(135deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 6%, rgba(251, 251, 251, 0.02) 6%, rgba(251, 251, 251, 0.02) 18%, rgba(2, 2, 2, 0.02) 18%, rgba(2, 2, 2, 0.02) 27%, rgba(253, 253, 253, 0.02) 27%, rgba(253, 253, 253, 0.02) 49%, rgba(128, 128, 128, 0.02) 49%, rgba(128, 128, 128, 0.02) 76%, rgba(150, 150, 150, 0.02) 76%, rgba(150, 150, 150, 0.02) 100%), linear-gradient(90deg, #ffffff, #ffffff);
}

.promos {
  display: flex;
  flex-flow: row wrap;
}
.promos .promo {
  width: 48%;
  margin-right: 0;
  margin-bottom: 30px;
}
.promos .promo img {
  border-radius: 5px;
}
.promos .promo:nth-child(1) {
  margin-right: 4%;
}

footer {
  padding: 60px 30px;
  text-align: center;
  border-top: solid 1px #cccccc;
}
footer a {
  margin: 0 10px;
}
footer img.pcc {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.hidden {
  display: none;
}

.clicked {
  opacity: 0.5;
}

form {
  margin: 30px 0;
  background-image: linear-gradient(22.5deg, rgba(242, 242, 242, 0.03) 0%, rgba(242, 242, 242, 0.03) 16%, rgba(81, 81, 81, 0.03) 16%, rgba(81, 81, 81, 0.03) 26%, rgba(99, 99, 99, 0.03) 26%, rgba(99, 99, 99, 0.03) 73%, rgba(43, 43, 43, 0.03) 73%, rgba(43, 43, 43, 0.03) 84%, rgba(213, 213, 213, 0.03) 84%, rgba(213, 213, 213, 0.03) 85%, rgba(125, 125, 125, 0.03) 85%, rgba(125, 125, 125, 0.03) 100%), linear-gradient(22.5deg, rgba(25, 25, 25, 0.03) 0%, rgba(25, 25, 25, 0.03) 54%, rgba(144, 144, 144, 0.03) 54%, rgba(144, 144, 144, 0.03) 60%, rgba(204, 204, 204, 0.03) 60%, rgba(204, 204, 204, 0.03) 76%, rgba(37, 37, 37, 0.03) 76%, rgba(37, 37, 37, 0.03) 78%, rgba(115, 115, 115, 0.03) 78%, rgba(115, 115, 115, 0.03) 91%, rgba(63, 63, 63, 0.03) 91%, rgba(63, 63, 63, 0.03) 100%), linear-gradient(157.5deg, rgba(71, 71, 71, 0.03) 0%, rgba(71, 71, 71, 0.03) 6%, rgba(75, 75, 75, 0.03) 6%, rgba(75, 75, 75, 0.03) 15%, rgba(131, 131, 131, 0.03) 15%, rgba(131, 131, 131, 0.03) 18%, rgba(110, 110, 110, 0.03) 18%, rgba(110, 110, 110, 0.03) 37%, rgba(215, 215, 215, 0.03) 37%, rgba(215, 215, 215, 0.03) 62%, rgba(5, 5, 5, 0.03) 62%, rgba(5, 5, 5, 0.03) 100%), linear-gradient(90deg, #ffffff, #ffffff);
  border-radius: 5px;
  padding: 20px 0;
}
form fieldset {
  display: block;
  width: 90%;
  max-width: 700px;
  border: 0;
  margin: 0 auto 3px auto;
  padding: 2px 2px 3px 2px;
  text-align: center;
}
form fieldset label {
  margin-right: 20px;
  width: 30%;
  float: left;
  text-align: right;
  padding: 3px;
}
form fieldset input, form fieldset textarea, form fieldset select {
  font-size: 1rem;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #bbbbbb;
  width: 50%;
  -webkit-appearance: none;
  background: #ffffff;
}
form fieldset img.clogo {
  display: inline-block;
  width: 50%;
  margin: 0;
}
form fieldset .choice {
  width: 60%;
  margin-left: 43%;
  clear: both;
  text-align: left;
  padding: 3px;
}
form fieldset input[type=radio] {
  -webkit-appearance: radio;
  width: auto;
}
form fieldset input[type=checkbox] {
  -webkit-appearance: checkbox;
  width: auto;
}
form fieldset textarea {
  min-height: 80px;
}
form fieldset input[type=Submit] {
  display: block;
  margin: 20px auto;
  padding: 10px;
  background-color: #296F5C;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

form.simple {
  margin: 0;
  padding: 0;
  background-image: none;
}

input {
  font-size: 1rem;
  padding: 5px;
  border-radius: 5px;
  border: solid 1px #bbbbbb;
  background: #ffffff;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input {
  height: 32px;
}

.custom-file-input::before {
  content: "Upload Logo";
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 90%;
  height: 20px;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.custom-file-input.replacelogo::before {
  content: "Replace Logo";
}

table.reports {
  background-color: #eeeeee;
  border-collapse: collapse;
  width: 100%;
}
table.reports tr td {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 5px;
}
table.reports tr.legend {
  font-weight: bold;
}
table.reports tr.legend td {
  background-color: #eeeeee;
}

table.reports.inactive {
  color: #cccccc;
}

table.reports.inactive tr.legend {
  color: #000000;
}
table.reports.inactive tr.legend td {
  background-color: #eeeeee;
}

table.reports.active tr.legend td {
  background-color: #eeffee;
}

a.help, a.help:visited {
  display: block;
  float: right;
  background-color: #009900;
  color: #ffffff;
  padding: 0 10px;
  border-radius: 50%;
  font-weight: 900;
}

a.help:hover, a:visited.help:hover {
  text-decoration: none;
}

.helpbox {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  left: 20px;
  background-color: #eeeeee;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px #666666;
}
.helpbox a.close {
  display: block;
  font-weight: bold;
  clear: both;
  text-align: right;
  margin-top: 20px;
}

#thanks {
  background-color: #296F5C;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}

.disabled {
  opacity: 0.3;
}
.disabled input {
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 130%;
  }

  section#main {
    padding: 20px;
  }

  form fieldset label {
    width: 100%;
    text-align: left;
  }
  form fieldset input, form fieldset textarea, form fieldset select {
    padding: 10px;
    width: 90%;
    font-size: 1.2rem;
  }
  form fieldset .choice {
    width: 85%;
    margin: 0 auto;
  }

  a#showmenu {
    display: block;
    font-weight: 700;
    padding: 10px;
  }

  nav {
    margin: 0;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  nav ul li a {
    margin: 0;
    border-top: solid 1px #dddddd;
    background-color: #bbbbbb;
  }

  .promos .promo {
    width: 100%;
  }
  .promos .promo:nth-child(1n) {
    margin-right: 0;
  }

  #hero #text h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  ul.cols2 li ul, ul.cols3 li ul, ul.cols4 li ul, ul.cols5 li ul, ul.cols6 li ul {
    display: grid;
    grid-template-columns: none;
  }

  ul.list li ul li a.delete {
    float: none;
  }

  ul.apps li {
    width: 100%;
    padding: 0 0 3% 0;
  }
  ul.apps li:nth-child(3n+3) {
    padding: 0 0 3% 0;
  }
}
