.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.bodydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bodydiv.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bodydiv.center.backgroundcolor {
  background-color: #636363;
}

.headerbardiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #444;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.div-block {
  width: 100%;
  height: 100%;
}

.maindiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  height: auto;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #636363;
  background-color: #636363;
}

.sidebardiv {
  width: 60px;
  height: 100%;
  padding-top: 0px;
  background-color: #1c77bc;
}

.contentdiv {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.body {
  display: block;
  height: 100%;
}

.sidebarmenuitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.sidebarenuitem {
  width: 60px;
  height: 60px;
  padding-top: 0px;
  background-color: #1c77bc;
  background-image: url('../images/SideBarSurvey_1SideBarSurvey.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-block {
  width: 60px;
  height: 60px;
}

.sidebarmenuitemimage {
  width: 40px;
  height: 40px;
}

.messagebadgemail {
  position: fixed;
  left: 35px;
  top: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: red;
  text-decoration: none;
}

.messagebadgetext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.messagebadgeactivity {
  position: fixed;
  left: 35px;
  top: 350px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: red;
}

.sidebaritemtooltip {
  position: fixed;
  left: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 30px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/TooltipBackground.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tooltip {
  width: 220px;
  height: 30px;
  border: 1px none #444;
  background-color: #1c77bc;
}

.tooltiparrow {
  position: relative;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  background-color: #1c77bc;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.defaultheadertext {
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.defaultheadertext.withpassing {
  overflow: hidden;
  width: auto;
  padding-left: 15px;
}

.defaultheadertext.marginbottom {
  margin-bottom: 25px;
  font-size: 16px;
}

.usermenudiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  cursor: pointer;
}

.image {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.userdropdownmenu {
  position: fixed;
  left: auto;
  top: 50px;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 250px;
  height: 0px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
}

.defaultlinktext {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.separator {
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background-color: #444;
}

.dropdownitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdownitemimage {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.tabbar {
  width: 250px;
  height: 50px;
  padding: 15px 0px 10px;
  background-color: #333;
  text-align: center;
}

.tabbar.w--current {
  width: 200px;
  height: 50px;
  padding-top: 15px;
  background-color: #444;
}

.tabbaricon {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}

.tabs-menu {
  margin-bottom: 0px;
}

.tabpane {
  overflow: visible;
  height: 100%;
  padding: 25px;
  background-color: #444;
}

.tabpane.scrolling {
  overflow: scroll;
}

.tabs-content {
  overflow: visible;
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mainscrolldiv {
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 15px 10px 10px;
}

.maincontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabbarcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabpanecontentdiv.import {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.defaulttext {
  width: 500px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.image-2 {
  width: 36px;
  height: 36px;
}

.buttonrowdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttonrowdiv.leftalignment {
  margin-bottom: 5px;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.buttonrowdiv.inversemargin {
  margin-top: 15px;
  margin-bottom: 0px;
}

.defaultbutton {
  background-color: #636363;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.defaultbutton.maxwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
}

.defaultbutton.companyliststyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.defaultbutton.marginright {
  margin-right: 5px;
}

.defaultbutton.inversebutton {
  background-color: #444;
}

.employeelistdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #636363;
}

.employeelistdiv.autoheight {
  height: auto;
  margin-bottom: 0px;
}

.searchbar {
  margin-bottom: 0px;
  border: 1px solid #636363;
  border-radius: 20px;
  background-color: #636363;
  background-image: url('../images/search_1search.png');
  background-position: 98% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.searchbar.calendar {
  background-image: url('../images/clock-circular-outline.png');
  background-position: 95% 50%;
}

.form-block {
  margin-bottom: 15px;
}

.defaultlink {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.defaultlink.big {
  font-size: 14px;
  text-decoration: underline;
}

.personlistseparator {
  width: 100%;
  height: 1px;
  margin-bottom: 5px;
  background-color: #636363;
}

.personlistcontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.personlistcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.personlistcolumn.centeralignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  margin-bottom: 0px;
  padding-top: 3px;
}

.personlisttext {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.headerlabeldiv {
  width: 100%;
  margin-bottom: 5px;
}

.defaultheader {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.defaultheader.nomargin {
  margin-bottom: 0px;
}

.defaultheader.nomargin.maxwidth {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.defaultheader.big {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.text-span {
  font-weight: 700;
}

.defaultparagraph {
  overflow: scroll;
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none #636363;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.defaulttextarea {
  height: 100%;
  margin-bottom: 0px;
  padding: 10px;
  border: 1px solid #636363;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.textarea {
  width: 100%;
  height: 400px;
  border: 1px solid #636363;
  background-image: url('../images/edit_1edit.png');
  background-position: 99% 2%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.personperimissionrow {
  margin-bottom: 5px;
}

.personpermissioncolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personpermissioncolumn.leftalignment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.permissionsubheader {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.permissionheader {
  width: 100%;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.text-span-2 {
  font-weight: 700;
}

.permissionpersontext {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.form-block-4 {
  height: auto;
  margin-bottom: 0px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.permissionrowicon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.form-2 {
  padding-top: 3px;
}

.body-2 {
  height: 100%;
}

.loginheaderimage {
  max-width: 250px;
  margin-bottom: 35px;
}

.loginheader {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.loginseparator {
  width: 100%;
  height: 1px;
  margin-bottom: 25px;
  background-color: #fff;
  color: #fff;
}

.text-field {
  margin-bottom: 10px;
}

.form-block-5 {
  width: 350px;
  margin-bottom: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-3 {
  font-weight: 700;
}

.companylistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 8px 5px 8px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #636363;
  cursor: pointer;
}

.companylistitem.employee {
  margin-bottom: 5px;
}

.companylistarrow {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.companylisticon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.companylistbosstext {
  margin-left: 10px;
  padding-top: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
}

.companylistitembutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.companylistbuttonimage {
  width: 20px;
  height: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.companylistitemwrapper {
  margin-bottom: 5px;
}

.companylistitemcontent {
  overflow: hidden;
  height: auto;
  margin-top: 0px;
  margin-left: 0px;
  padding: 0px 15px 0px 57px;
  background-color: #636363;
}

.companylistgeneral {
  overflow: hidden;
  height: 0px;
}

.companylistsubdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #636363;
}

.companylistsubdiv.verticalalignment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.companylistnewgroup {
  overflow: hidden;
  height: 0px;
}

.companylistsubtext {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.form-block-6 {
  margin-bottom: 15px;
}

.form-block-6.nomargin {
  margin-bottom: 0px;
}

.text-field-2 {
  margin-bottom: 0px;
}

.subheadertext {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.subheadercolumns {
  margin-bottom: 5px;
}

.companysubseparator {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  padding-left: 0px;
  background-color: #636363;
}

.column {
  padding-left: 0px;
}

.bossinputrow {
  margin-bottom: 8px;
}

.column-2 {
  padding-left: 0px;
}

.formhorizontalalignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-label {
  margin-right: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.radio-button-label-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.column-3 {
  padding-right: 0px;
}

.companylistnewemployee {
  overflow: hidden;
  height: 0px;
}

.slider {
  height: 400px;
  margin-bottom: 35px;
  border: 1px solid #636363;
  background-color: transparent;
}

.slide {
  border: 0px none #636363;
}

.left-arrow {
  width: 50px;
}

.right-arrow {
  width: 50px;
}

.slidecontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 50px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.defaultheadersub {
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.text-field-3 {
  margin-bottom: 0px;
  border: 1px solid #636363;
  background-color: #636363;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.html-embed {
  background-color: #636363;
}

.rowbuttondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.articlerow {
  margin-top: 10px;
  margin-bottom: 5px;
}

.articlecolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.articleimage {
  width: 75px;
  height: 75px;
}

.articleheader {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.articledescription {
  height: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.articledescription.fixedheight {
  height: 35px;
}

.searchrow {
  margin-bottom: 15px;
}

.searchcolumn {
  padding-right: 0px;
  padding-left: 10px;
}

.columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.columns.paddingleft.marginbottom {
  margin-top: 20px;
  margin-bottom: 10px;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rowtext {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.column-5 {
  padding-left: 43px;
}

.column-6 {
  padding-left: 35px;
}

.column-7 {
  padding-left: 25px;
}

.column-8 {
  padding-left: 16px;
}

.projectdetailrow {
  margin-bottom: 10px;
}

.projectdetailrow.margintop {
  margin-top: 15px;
}

.projectdetailcolumn {
  padding-right: 0px;
  padding-left: 0px;
}

.projectdetailheader {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.projectdetailtext {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.seperator {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.35);
}

.overlaydiv {
  position: fixed;
  z-index: 9000;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.overlaycontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 1000px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #636363;
  box-shadow: 11px 11px 36px -8px #000;
}

.closedialogbutton {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.text-block {
  height: 35px;
  margin-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.23);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.addarticlediv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 0px;
  border-color: hsla(0, 0%, 100%, 0.23);
}

.finishadddiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-4 {
  width: 75px;
  margin-bottom: 0px;
}

.form-block-7 {
  margin-right: 5px;
  margin-bottom: 0px;
}

.overlayscrolldiv {
  display: block;
  overflow: scroll;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}