body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 100%;
  line-height: 150%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #dddddd;
}

a, a:visited {
  color: #3A9EBE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.button {
  display: block;
  width: auto;
  margin: 30px auto 30px auto;
  background-image: linear-gradient(180deg, #48b5da 10%, #2e7e98 90%);
  color: #ffffff;
  padding: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  max-width: 370px;
  border-radius: 20px;
  text-decoration: none;
  border: solid 2px #ffffff;
}

a.button.large {
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

h1 {
  font-size: 140%;
  line-height: 150%;
}

h2 {
  font-size: 140%;
  line-height: 130%;
}

h3 {
  font-size: 130%;
  line-height: 120%;
}

h4 {
  font-size: 120%;
  line-height: 110%;
}

h5 {
  font-size: 110%;
  line-height: 100%;
}

h2.pagehead, h3.pagehead, h4.pagehead, h5.pagehead {
  text-align: center;
}

hr {
  background-color: #cccccc;
  color: #cccccc;
  border: 0;
  height: 1px;
  margin: 30px auto;
  width: 50%;
}

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: 10px 20px 10px 0;
  padding: 0 0 10px 0;
  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 {
  margin: 20px 0 20px 0;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul li {
  display: inline-block;
}
nav ul li a, nav ul li a:visited {
  padding: 2px 10px;
  line-height: 30px;
  display: block;
  font-weight: 600;
  color: #E3EAEC;
  text-decoration: none;
  background-color: #014A61;
  border-radius: 5px;
}
nav ul li a:hover, nav ul li a.active, nav ul li a:visited.active {
  color: #014A61 !important;
  text-decoration: none;
  background-color: #E3EAEC;
}

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

header {
  text-align: center;
  padding: 20px 10px;
  background-color: #3A9EBE;
  color: #ffffff;
}
header h1 {
  display: none;
}
header img {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 5px;
  margin: 0 auto;
}
header nav {
  display: block;
  clear: both;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  margin: 0 10px 0 10px;
  font-weight: 700;
}

#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;
  color: #ffffff;
  padding: 10px;
  font-size: 1.7rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 200;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero #text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hero #overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3A9EBE;
  opacity: 0.5;
  border-radius: 5px;
}
#hero #movie {
  background-image: url(/img/MobileWorkForce.mp4);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
}

#hero.mobile #movie {
  background-image: url(/img/wfh.png);
}

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

section#main {
  padding: 30px;
  background-color: #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 img.icon {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: bottom;
}
.promos .promo.full {
  width: 100%;
}
.promos .promo.center {
  text-align: center;
  margin-bottom: 5px;
}
.promos .promo:nth-child(odd) {
  margin-right: 4%;
}

.promo.solution ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.promo.solution ul li {
  margin: 0 0 30px 0;
  padding: 0;
}

img.screen {
  border: solid 1px #cccccc;
}

img.screen.users {
  margin-top: 40px;
}

footer {
  padding: 60px 30px;
  text-align: center;
}
footer a, footer a:visited {
  margin: 0 10px;
  color: #3A9EBE;
}
footer img.pcc {
  margin: 20px auto;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

.pricing {
  display: flex;
  flex-flow: row wrap;
}
.pricing .table {
  width: 33%;
}
.pricing .table ul {
  list-style-type: none;
  padding: 0;
}
.pricing .table ul li {
  text-align: center;
  background: #eeeeee;
  margin: 5px;
  padding: 5px;
}

.hidden {
  display: none;
}

.clicked {
  opacity: 0.5;
}

form {
  margin: 30px 0;
  background-color: #eeeeee;
  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 select {
  background-image: linear-gradient(0deg, #dddddd, #eeeeee, #eeeeee);
}
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-image: linear-gradient(180deg, #48b5da 10%, #2e7e98 90%);
  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;
  -webkit-appearance: none;
  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: 3px solid #dddddd;
  padding: 2px;
}
table.reports tr.legend {
  font-weight: bold;
}
table.reports tr.legend td {
  background-color: #eeeeee;
}

a.help {
  display: block;
  float: right;
  background-color: #296F5C;
  color: #ffffff;
  padding: 0 12px;
  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;
}

ul.blogposts, ul.press {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  padding: 0;
}
ul.blogposts li, ul.press li {
  box-sizing: border-box;
  width: 48%;
  background-color: #eeeeee;
  border-radius: 5px;
  margin: 1%;
  padding: 20px;
  font-size: 110%;
  line-height: 150%;
  color: #444444;
}

ul.press li {
  width: 98%;
}

@media screen and (max-width: 600px) {
  ul.blogposts li, ul.press li {
    width: 98%;
  }

  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%;
  }
  form fieldset .choice {
    width: 85%;
    margin: 0 auto;
  }

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

  .pricing .table {
    width: 100%;
  }

  nav ul {
    display: flex;
    flex-flow: row wrap;
    margin: 2px;
    padding: 0;
  }
  nav ul li {
    width: 50%;
    margin: 5px auto;
  }
  nav ul li a {
    margin: 0;
    padding: 5px;
    font-size: 1rem;
    background-color: #014A61;
    display: block;
    border-radius: 5px;
  }
  nav ul li a.active {
    background-color: #014A61;
  }

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

  #hero {
    height: 250px;
  }
  #hero #text {
    font-size: 4vw;
    line-height: 6vw;
  }

  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;
  }

  img.screen.users {
    margin-top: 0;
  }
}
@media screen and (max-width: 330px) {
  ul#nav li a, ul#nav li a:visited {
    font-size: 0.8rem;
  }
}
